From 551e755d231b405ee79a8c4b5b525b28facb1f71 Mon Sep 17 00:00:00 2001 From: Lean stage0 autoupdater <> Date: Wed, 11 Jun 2025 11:06:17 +0000 Subject: [PATCH] chore: update stage0 --- stage0/src/stdlib_flags.h | 2 - stage0/stdlib/Lake/Load/Lean/Elab.c | 383 +- stage0/stdlib/Lean/BuiltinDocAttr.c | 394 +- stage0/stdlib/Lean/Class.c | 450 +- stage0/stdlib/Lean/Compiler/CSimpAttr.c | 472 +- stage0/stdlib/Lean/Compiler/ExportAttr.c | 156 +- stage0/stdlib/Lean/Compiler/ExternAttr.c | 4 +- stage0/stdlib/Lean/Compiler/IR/UnboxResult.c | 156 +- .../stdlib/Lean/Compiler/ImplementedByAttr.c | 156 +- stage0/stdlib/Lean/Compiler/InitAttr.c | 310 +- stage0/stdlib/Lean/Compiler/InlineAttrs.c | 156 +- stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c | 1792 +- stage0/stdlib/Lean/Compiler/LCNF/Simp/Main.c | 1633 +- .../stdlib/Lean/Compiler/NeverExtractAttr.c | 156 +- stage0/stdlib/Lean/Compiler/Specialize.c | 310 +- stage0/stdlib/Lean/Data/Lsp/Capabilities.c | 2067 +- stage0/stdlib/Lean/Data/Lsp/Extra.c | 3743 +- stage0/stdlib/Lean/Data/Lsp/InitShutdown.c | 8 +- stage0/stdlib/Lean/Data/Lsp/Internal.c | 3248 +- stage0/stdlib/Lean/Data/Lsp/Ipc.c | 6 +- stage0/stdlib/Lean/DefEqAttrib.c | 4 +- stage0/stdlib/Lean/Elab/App.c | 727 +- stage0/stdlib/Lean/Elab/Command.c | 507 +- stage0/stdlib/Lean/Elab/ComputedFields.c | 156 +- stage0/stdlib/Lean/Elab/Declaration.c | 3695 +- stage0/stdlib/Lean/Elab/Frontend.c | 833 +- stage0/stdlib/Lean/Elab/Import.c | 386 +- stage0/stdlib/Lean/Elab/InheritDoc.c | 1122 +- stage0/stdlib/Lean/Elab/MutualDef.c | 1343 +- stage0/stdlib/Lean/Elab/MutualInductive.c | 162 +- .../Elab/PreDefinition/PartialFixpoint/Main.c | 4 +- stage0/stdlib/Lean/Elab/Quotation/Precheck.c | 321 +- stage0/stdlib/Lean/Elab/Tactic/Basic.c | 464 +- stage0/stdlib/Lean/Elab/Tactic/Monotonicity.c | 1117 +- stage0/stdlib/Lean/Elab/Term.c | 3078 +- stage0/stdlib/Lean/Elab/Util.c | 162 +- stage0/stdlib/Lean/Meta/Coe.c | 156 +- stage0/stdlib/Lean/Meta/Instances.c | 991 +- .../stdlib/Lean/Meta/Match/MatchPatternAttr.c | 156 +- stage0/stdlib/Lean/Meta/Tactic/ElimInfo.c | 746 +- .../Lean/Meta/Tactic/Grind/Arith/Linear.c | 55 + .../Tactic/Grind/Arith/Linear/IneqCnstr.c | 7242 ++-- .../Tactic/Grind/Arith/Linear/Internalize.c | 962 +- .../Meta/Tactic/Grind/Arith/Linear/Proof.c | 3494 +- .../Tactic/Grind/Arith/Linear/PropagateEq.c | 3892 +- .../Meta/Tactic/Grind/Arith/Linear/Search.c | 7218 +++- .../Meta/Tactic/Grind/Arith/Linear/SearchM.c | 1987 +- .../Meta/Tactic/Grind/Arith/Linear/StructId.c | 30487 ++++++++-------- .../Meta/Tactic/Grind/Arith/Linear/Types.c | 10 +- .../Meta/Tactic/Grind/Arith/Linear/Util.c | 1423 +- .../Lean/Meta/Tactic/Grind/Arith/Linear/Var.c | 1199 +- .../stdlib/Lean/Meta/Tactic/Grind/Propagate.c | 1043 +- stage0/stdlib/Lean/Meta/Tactic/Rfl.c | 1028 +- .../Lean/Meta/Tactic/Simp/SimpCongrTheorems.c | 646 +- stage0/stdlib/Lean/Meta/Tactic/Symm.c | 806 +- .../PrettyPrinter/Delaborator/Attributes.c | 309 +- .../Lean/PrettyPrinter/Delaborator/Basic.c | 1026 +- stage0/stdlib/Lean/PrettyPrinter/Formatter.c | 1007 +- .../stdlib/Lean/PrettyPrinter/Parenthesizer.c | 1339 +- stage0/stdlib/Lean/Server/CodeActions/Basic.c | 4 +- .../Server/CodeActions/UnknownIdentifier.c | 10 +- .../Lean/Server/Completion/ImportCompletion.c | 6 +- stage0/stdlib/Lean/Server/FileWorker.c | 743 +- .../Lean/Server/FileWorker/WidgetRequests.c | 26 +- stage0/stdlib/Lean/Server/References.c | 14100 +++++-- .../stdlib/Lean/Server/Rpc/RequestHandling.c | 4 +- stage0/stdlib/Lean/Server/Test/Runner.c | 28 +- stage0/stdlib/Lean/Server/Watchdog.c | 9062 +++-- .../Lean/Widget/InteractiveDiagnostic.c | 6 +- stage0/stdlib/Lean/Widget/InteractiveGoal.c | 66 +- stage0/stdlib/Lean/Widget/UserWidget.c | 14 +- .../Iterators/Combinators/Monadic/DropWhile.c | 229 +- .../BVDecide/LRAT/Internal/Assignment.c | 12 +- .../Tactic/BVDecide/LRAT/Internal/Clause.c | 24 +- .../LRAT/Internal/Formula/Implementation.c | 22 +- 75 files changed, 77805 insertions(+), 43456 deletions(-) diff --git a/stage0/src/stdlib_flags.h b/stage0/src/stdlib_flags.h index 8953f4221e..79a0e58edd 100644 --- a/stage0/src/stdlib_flags.h +++ b/stage0/src/stdlib_flags.h @@ -1,7 +1,5 @@ #include "util/options.h" -// Please do a stage0 update, CI - namespace lean { options get_default_options() { options opts; diff --git a/stage0/stdlib/Lake/Load/Lean/Elab.c b/stage0/stdlib/Lake/Load/Lean/Elab.c index 1fe6c53384..339b94eec5 100644 --- a/stage0/stdlib/Lake/Load/Lean/Elab.c +++ b/stage0/stdlib/Lake/Load/Lean/Elab.c @@ -160,7 +160,7 @@ static lean_object* l___private_Lake_Load_Lean_Elab_0__Lake_fromJsonConfigTrace_ static lean_object* l_Lake_importConfigFileCore_lakeExts___closed__35; static lean_object* l_Lake_importConfigFileCore_lakeExts___closed__41; extern lean_object* l_Lake_defaultLakeDir; -lean_object* l_Lean_Elab_HeaderSyntax_imports(lean_object*); +lean_object* l_Lean_Elab_HeaderSyntax_imports(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lake_importConfigFile(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lake_processHeader(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lake_Load_Lean_Elab_0__Lake_toJsonConfigTrace____x40_Lake_Load_Lean_Elab___hyg_928____closed__2; @@ -1860,244 +1860,245 @@ return x_1; LEAN_EXPORT lean_object* l_Lake_processHeader(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; uint32_t x_7; lean_object* x_8; +uint8_t x_6; lean_object* x_7; uint32_t x_8; lean_object* x_9; +x_6 = 1; lean_inc(x_1); -x_6 = l_Lean_Elab_HeaderSyntax_imports(x_1); -x_7 = 1024; -x_8 = l_Lake_importModulesUsingCache(x_6, x_2, x_7, x_5); -if (lean_obj_tag(x_8) == 0) +x_7 = l_Lean_Elab_HeaderSyntax_imports(x_1, x_6); +x_8 = 1024; +x_9 = l_Lake_importModulesUsingCache(x_7, x_2, x_8, x_5); +if (lean_obj_tag(x_9) == 0) { -uint8_t x_9; +uint8_t x_10; lean_dec(x_3); lean_dec(x_1); -x_9 = !lean_is_exclusive(x_8); -if (x_9 == 0) +x_10 = !lean_is_exclusive(x_9); +if (x_10 == 0) { -lean_object* x_10; lean_object* x_11; -x_10 = lean_ctor_get(x_8, 0); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_10); -lean_ctor_set(x_11, 1, x_4); -lean_ctor_set(x_8, 0, x_11); -return x_8; +lean_object* x_11; lean_object* x_12; +x_11 = lean_ctor_get(x_9, 0); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_4); +lean_ctor_set(x_9, 0, x_12); +return x_9; } else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_12 = lean_ctor_get(x_8, 0); -x_13 = lean_ctor_get(x_8, 1); +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_13 = lean_ctor_get(x_9, 0); +x_14 = lean_ctor_get(x_9, 1); +lean_inc(x_14); lean_inc(x_13); -lean_inc(x_12); -lean_dec(x_8); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_12); -lean_ctor_set(x_14, 1, x_4); +lean_dec(x_9); x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_13); -return x_15; +lean_ctor_set(x_15, 0, x_13); +lean_ctor_set(x_15, 1, x_4); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_14); +return x_16; } } else { -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; lean_object* x_25; uint32_t x_26; lean_object* x_27; -x_16 = lean_ctor_get(x_8, 0); -lean_inc(x_16); -x_17 = lean_ctor_get(x_8, 1); +lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t 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; uint32_t x_27; lean_object* x_28; +x_17 = lean_ctor_get(x_9, 0); lean_inc(x_17); -lean_dec(x_8); -x_18 = lean_ctor_get(x_3, 2); +x_18 = lean_ctor_get(x_9, 1); lean_inc(x_18); -x_19 = 0; -x_20 = l_Lean_Syntax_getPos_x3f(x_1, x_19); +lean_dec(x_9); +x_19 = lean_ctor_get(x_3, 2); +lean_inc(x_19); +x_20 = 0; +x_21 = l_Lean_Syntax_getPos_x3f(x_1, x_20); lean_dec(x_1); -x_21 = lean_ctor_get(x_3, 1); -lean_inc(x_21); +x_22 = lean_ctor_get(x_3, 1); +lean_inc(x_22); lean_dec(x_3); -x_22 = lean_box(0); -x_23 = lean_io_error_to_string(x_16); -x_24 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_24, 0, x_23); -x_25 = l_Lean_MessageData_ofFormat(x_24); -x_26 = 0; -x_27 = lean_mk_empty_environment(x_26, x_17); -if (lean_obj_tag(x_20) == 0) +x_23 = lean_box(0); +x_24 = lean_io_error_to_string(x_17); +x_25 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_25, 0, x_24); +x_26 = l_Lean_MessageData_ofFormat(x_25); +x_27 = 0; +x_28 = lean_mk_empty_environment(x_27, x_18); +if (lean_obj_tag(x_21) == 0) { -if (lean_obj_tag(x_27) == 0) +if (lean_obj_tag(x_28) == 0) { -uint8_t x_28; -x_28 = !lean_is_exclusive(x_27); -if (x_28 == 0) +uint8_t x_29; +x_29 = !lean_is_exclusive(x_28); +if (x_29 == 0) { -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; -x_29 = lean_ctor_get(x_27, 0); -x_30 = lean_unsigned_to_nat(0u); -x_31 = l_Lean_FileMap_toPosition(x_18, x_30); -x_32 = 2; -x_33 = l_Lake_processHeader___closed__1; -x_34 = lean_alloc_ctor(0, 5, 3); -lean_ctor_set(x_34, 0, x_21); -lean_ctor_set(x_34, 1, x_31); -lean_ctor_set(x_34, 2, x_22); -lean_ctor_set(x_34, 3, x_33); -lean_ctor_set(x_34, 4, x_25); -lean_ctor_set_uint8(x_34, sizeof(void*)*5, x_19); -lean_ctor_set_uint8(x_34, sizeof(void*)*5 + 1, x_32); -lean_ctor_set_uint8(x_34, sizeof(void*)*5 + 2, x_19); -x_35 = l_Lean_MessageLog_add(x_34, x_4); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_29); -lean_ctor_set(x_36, 1, x_35); -lean_ctor_set(x_27, 0, x_36); -return x_27; +lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_30 = lean_ctor_get(x_28, 0); +x_31 = lean_unsigned_to_nat(0u); +x_32 = l_Lean_FileMap_toPosition(x_19, x_31); +x_33 = 2; +x_34 = l_Lake_processHeader___closed__1; +x_35 = lean_alloc_ctor(0, 5, 3); +lean_ctor_set(x_35, 0, x_22); +lean_ctor_set(x_35, 1, x_32); +lean_ctor_set(x_35, 2, x_23); +lean_ctor_set(x_35, 3, x_34); +lean_ctor_set(x_35, 4, x_26); +lean_ctor_set_uint8(x_35, sizeof(void*)*5, x_20); +lean_ctor_set_uint8(x_35, sizeof(void*)*5 + 1, x_33); +lean_ctor_set_uint8(x_35, sizeof(void*)*5 + 2, x_20); +x_36 = l_Lean_MessageLog_add(x_35, x_4); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_30); +lean_ctor_set(x_37, 1, x_36); +lean_ctor_set(x_28, 0, x_37); +return x_28; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* 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; -x_37 = lean_ctor_get(x_27, 0); -x_38 = lean_ctor_get(x_27, 1); +lean_object* x_38; 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; +x_38 = lean_ctor_get(x_28, 0); +x_39 = lean_ctor_get(x_28, 1); +lean_inc(x_39); lean_inc(x_38); -lean_inc(x_37); -lean_dec(x_27); -x_39 = lean_unsigned_to_nat(0u); -x_40 = l_Lean_FileMap_toPosition(x_18, x_39); -x_41 = 2; -x_42 = l_Lake_processHeader___closed__1; -x_43 = lean_alloc_ctor(0, 5, 3); -lean_ctor_set(x_43, 0, x_21); -lean_ctor_set(x_43, 1, x_40); -lean_ctor_set(x_43, 2, x_22); -lean_ctor_set(x_43, 3, x_42); -lean_ctor_set(x_43, 4, x_25); -lean_ctor_set_uint8(x_43, sizeof(void*)*5, x_19); -lean_ctor_set_uint8(x_43, sizeof(void*)*5 + 1, x_41); -lean_ctor_set_uint8(x_43, sizeof(void*)*5 + 2, x_19); -x_44 = l_Lean_MessageLog_add(x_43, x_4); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_37); -lean_ctor_set(x_45, 1, x_44); +lean_dec(x_28); +x_40 = lean_unsigned_to_nat(0u); +x_41 = l_Lean_FileMap_toPosition(x_19, x_40); +x_42 = 2; +x_43 = l_Lake_processHeader___closed__1; +x_44 = lean_alloc_ctor(0, 5, 3); +lean_ctor_set(x_44, 0, x_22); +lean_ctor_set(x_44, 1, x_41); +lean_ctor_set(x_44, 2, x_23); +lean_ctor_set(x_44, 3, x_43); +lean_ctor_set(x_44, 4, x_26); +lean_ctor_set_uint8(x_44, sizeof(void*)*5, x_20); +lean_ctor_set_uint8(x_44, sizeof(void*)*5 + 1, x_42); +lean_ctor_set_uint8(x_44, sizeof(void*)*5 + 2, x_20); +x_45 = l_Lean_MessageLog_add(x_44, x_4); x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_45); -lean_ctor_set(x_46, 1, x_38); -return x_46; +lean_ctor_set(x_46, 0, x_38); +lean_ctor_set(x_46, 1, x_45); +x_47 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_47, 0, x_46); +lean_ctor_set(x_47, 1, x_39); +return x_47; } } else { -uint8_t x_47; -lean_dec(x_25); -lean_dec(x_21); -lean_dec(x_18); +uint8_t x_48; +lean_dec(x_26); +lean_dec(x_22); +lean_dec(x_19); lean_dec(x_4); -x_47 = !lean_is_exclusive(x_27); -if (x_47 == 0) +x_48 = !lean_is_exclusive(x_28); +if (x_48 == 0) { -return x_27; +return x_28; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_27, 0); -x_49 = lean_ctor_get(x_27, 1); +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_28, 0); +x_50 = lean_ctor_get(x_28, 1); +lean_inc(x_50); lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_27); -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; +lean_dec(x_28); +x_51 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_51, 0, x_49); +lean_ctor_set(x_51, 1, x_50); +return x_51; } } } else { -if (lean_obj_tag(x_27) == 0) +if (lean_obj_tag(x_28) == 0) { -lean_object* x_51; uint8_t x_52; -x_51 = lean_ctor_get(x_20, 0); -lean_inc(x_51); -lean_dec(x_20); -x_52 = !lean_is_exclusive(x_27); -if (x_52 == 0) -{ -lean_object* x_53; lean_object* x_54; uint8_t x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_53 = lean_ctor_get(x_27, 0); -x_54 = l_Lean_FileMap_toPosition(x_18, x_51); -lean_dec(x_51); -x_55 = 2; -x_56 = l_Lake_processHeader___closed__1; -x_57 = lean_alloc_ctor(0, 5, 3); -lean_ctor_set(x_57, 0, x_21); -lean_ctor_set(x_57, 1, x_54); -lean_ctor_set(x_57, 2, x_22); -lean_ctor_set(x_57, 3, x_56); -lean_ctor_set(x_57, 4, x_25); -lean_ctor_set_uint8(x_57, sizeof(void*)*5, x_19); -lean_ctor_set_uint8(x_57, sizeof(void*)*5 + 1, x_55); -lean_ctor_set_uint8(x_57, sizeof(void*)*5 + 2, x_19); -x_58 = l_Lean_MessageLog_add(x_57, x_4); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_53); -lean_ctor_set(x_59, 1, x_58); -lean_ctor_set(x_27, 0, x_59); -return x_27; -} -else -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_60 = lean_ctor_get(x_27, 0); -x_61 = lean_ctor_get(x_27, 1); -lean_inc(x_61); -lean_inc(x_60); -lean_dec(x_27); -x_62 = l_Lean_FileMap_toPosition(x_18, x_51); -lean_dec(x_51); -x_63 = 2; -x_64 = l_Lake_processHeader___closed__1; -x_65 = lean_alloc_ctor(0, 5, 3); -lean_ctor_set(x_65, 0, x_21); -lean_ctor_set(x_65, 1, x_62); -lean_ctor_set(x_65, 2, x_22); -lean_ctor_set(x_65, 3, x_64); -lean_ctor_set(x_65, 4, x_25); -lean_ctor_set_uint8(x_65, sizeof(void*)*5, x_19); -lean_ctor_set_uint8(x_65, sizeof(void*)*5 + 1, x_63); -lean_ctor_set_uint8(x_65, sizeof(void*)*5 + 2, x_19); -x_66 = l_Lean_MessageLog_add(x_65, x_4); -x_67 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_67, 0, x_60); -lean_ctor_set(x_67, 1, x_66); -x_68 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_61); -return x_68; -} -} -else -{ -uint8_t x_69; -lean_dec(x_25); +lean_object* x_52; uint8_t x_53; +x_52 = lean_ctor_get(x_21, 0); +lean_inc(x_52); lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_4); -x_69 = !lean_is_exclusive(x_27); -if (x_69 == 0) +x_53 = !lean_is_exclusive(x_28); +if (x_53 == 0) { -return x_27; +lean_object* x_54; lean_object* x_55; uint8_t x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_54 = lean_ctor_get(x_28, 0); +x_55 = l_Lean_FileMap_toPosition(x_19, x_52); +lean_dec(x_52); +x_56 = 2; +x_57 = l_Lake_processHeader___closed__1; +x_58 = lean_alloc_ctor(0, 5, 3); +lean_ctor_set(x_58, 0, x_22); +lean_ctor_set(x_58, 1, x_55); +lean_ctor_set(x_58, 2, x_23); +lean_ctor_set(x_58, 3, x_57); +lean_ctor_set(x_58, 4, x_26); +lean_ctor_set_uint8(x_58, sizeof(void*)*5, x_20); +lean_ctor_set_uint8(x_58, sizeof(void*)*5 + 1, x_56); +lean_ctor_set_uint8(x_58, sizeof(void*)*5 + 2, x_20); +x_59 = l_Lean_MessageLog_add(x_58, x_4); +x_60 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_60, 0, x_54); +lean_ctor_set(x_60, 1, x_59); +lean_ctor_set(x_28, 0, x_60); +return x_28; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_27, 0); -x_71 = lean_ctor_get(x_27, 1); +lean_object* x_61; lean_object* x_62; lean_object* x_63; uint8_t x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_61 = lean_ctor_get(x_28, 0); +x_62 = lean_ctor_get(x_28, 1); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_28); +x_63 = l_Lean_FileMap_toPosition(x_19, x_52); +lean_dec(x_52); +x_64 = 2; +x_65 = l_Lake_processHeader___closed__1; +x_66 = lean_alloc_ctor(0, 5, 3); +lean_ctor_set(x_66, 0, x_22); +lean_ctor_set(x_66, 1, x_63); +lean_ctor_set(x_66, 2, x_23); +lean_ctor_set(x_66, 3, x_65); +lean_ctor_set(x_66, 4, x_26); +lean_ctor_set_uint8(x_66, sizeof(void*)*5, x_20); +lean_ctor_set_uint8(x_66, sizeof(void*)*5 + 1, x_64); +lean_ctor_set_uint8(x_66, sizeof(void*)*5 + 2, x_20); +x_67 = l_Lean_MessageLog_add(x_66, x_4); +x_68 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_68, 0, x_61); +lean_ctor_set(x_68, 1, x_67); +x_69 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_69, 0, x_68); +lean_ctor_set(x_69, 1, x_62); +return x_69; +} +} +else +{ +uint8_t x_70; +lean_dec(x_26); +lean_dec(x_22); +lean_dec(x_21); +lean_dec(x_19); +lean_dec(x_4); +x_70 = !lean_is_exclusive(x_28); +if (x_70 == 0) +{ +return x_28; +} +else +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_28, 0); +x_72 = lean_ctor_get(x_28, 1); +lean_inc(x_72); lean_inc(x_71); -lean_inc(x_70); -lean_dec(x_27); -x_72 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_72, 0, x_70); -lean_ctor_set(x_72, 1, x_71); -return x_72; +lean_dec(x_28); +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; } } } diff --git a/stage0/stdlib/Lean/BuiltinDocAttr.c b/stage0/stdlib/Lean/BuiltinDocAttr.c index fcc74b031b..e93f26de76 100644 --- a/stage0/stdlib/Lean/BuiltinDocAttr.c +++ b/stage0/stdlib/Lean/BuiltinDocAttr.c @@ -14,92 +14,93 @@ extern "C" { #endif lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__6; +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__4; LEAN_EXPORT lean_object* l_Lean_isRec___at_Lean_declareBuiltinDocStringAndRanges___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkNatLit(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isRec___at_Lean_declareBuiltinDocStringAndRanges___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_declRangeExt; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___closed__2; -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__9; -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__3; +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__6; +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__7; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___closed__4; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___closed__3; +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__6; LEAN_EXPORT lean_object* l_Lean_declareBuiltinDocStringAndRanges(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___closed__1; lean_object* l_Lean_Attribute_Builtin_ensureNoArgs(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__13; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__12; +LEAN_EXPORT lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1(lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l_Lean_declareBuiltinDocStringAndRanges___closed__5; +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__5; LEAN_EXPORT lean_object* l_Lean_findDeclarationRangesCore_x3f___at_Lean_declareBuiltinDocStringAndRanges___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_findDeclarationRanges_x3f___at_Lean_declareBuiltinDocStringAndRanges___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_findDeclarationRanges_x3f___at_Lean_declareBuiltinDocStringAndRanges___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__11; +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__3; uint8_t l_Lean_TagDeclarationExtension_isTagged(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___closed__1; +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__2; lean_object* l_Lean_mkStrLit(lean_object*); +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__7; lean_object* l_Lean_declareBuiltin(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_is_aux_recursor(lean_object*, lean_object*); static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__5; lean_object* l_Lean_findSimpleDocString_x3f(lean_object*, lean_object*, uint8_t, lean_object*); extern lean_object* l_Lean_builtinDeclRanges; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_getPrefix(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__16; -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__7; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn(lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__4; -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__4; +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___closed__2; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); lean_object* l_Lean_Name_append(lean_object*, lean_object*); static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__10; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__11; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__13; +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__5; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); lean_object* l_Lean_MapDeclarationExtension_find_x3f___rarg(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__9; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__9; -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__1; -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___closed__2; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__6; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__7; -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__17; -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__15; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__8; LEAN_EXPORT lean_object* l_Lean_findDeclarationRangesCore_x3f___at_Lean_declareBuiltinDocStringAndRanges___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_findDeclarationRanges_x3f___at_Lean_declareBuiltinDocStringAndRanges___spec__1___lambda__1___closed__1; -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__18; +LEAN_EXPORT lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_findDeclarationRanges_x3f___at_Lean_declareBuiltinDocStringAndRanges___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_findDeclarationRanges_x3f___at_Lean_declareBuiltinDocStringAndRanges___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__1; static lean_object* l_Lean_findDeclarationRangesCore_x3f___at_Lean_declareBuiltinDocStringAndRanges___spec__3___closed__1; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__16; -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__8; +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__3; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__15; extern lean_object* l_Lean_instInhabitedDeclarationRanges; lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); uint8_t l_Lean_isRecCore(lean_object*, lean_object*); lean_object* l___private_Lean_ToExpr_0__Lean_Name_toExprAux(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__5; lean_object* lean_array_mk(lean_object*); LEAN_EXPORT lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_noConfusionExt; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__3; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__10; -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__14; +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__8; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_find___at_Lean_NameMap_find_x3f___spec__1___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__12; -static lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__2; +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__10; +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__1; static lean_object* l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__14; lean_object* l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207_(lean_object*); +static lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__4; LEAN_EXPORT lean_object* l_Lean_findDeclarationRanges_x3f___at_Lean_declareBuiltinDocStringAndRanges___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isRec___at_Lean_declareBuiltinDocStringAndRanges___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: @@ -1072,7 +1073,109 @@ lean_dec(x_2); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_private", 8, 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__2; +x_2 = l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__4() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("BuiltinDocAttr", 14, 14); +return x_1; +} +} +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__3; +x_2 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__4; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__5; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__6; +x_2 = l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__8() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("initFn", 6, 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__7; +x_2 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__8; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__10() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Makes the documentation and location of a declaration available as a builtin.\n\nThis allows the documentation of core Lean features to be visible without importing the file they\nare defined in. This is only useful during bootstrapping and should not be used outside of\nthe Lean source code.\n", 290, 290); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__9; +x_3 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__10; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; @@ -1114,7 +1217,7 @@ return x_13; } } } -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___closed__1() { +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -1122,127 +1225,25 @@ x_1 = lean_mk_string_unchecked("attribute cannot be erased", 26, 26); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___closed__2() { +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___closed__1; +x_1 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2(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; -x_5 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___closed__2; +x_5 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___closed__2; x_6 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__2() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("initFn", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__1; -x_2 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__4() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_@", 2, 2); -return x_1; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__5() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__3; -x_2 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__4; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__6() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__5; -x_2 = l_Lean_declareBuiltinDocStringAndRanges___lambda__1___closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__7() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("BuiltinDocAttr", 14, 14); -return x_1; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__6; -x_2 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__7; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__9() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_hyg", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__10() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__8; -x_2 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__9; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__11() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__10; -x_2 = lean_unsigned_to_nat(207u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__12() { +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__1() { _start: { lean_object* x_1; @@ -1250,17 +1251,17 @@ x_1 = lean_mk_string_unchecked("builtin_doc", 11, 11); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__13() { +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__12; +x_2 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__14() { +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__3() { _start: { lean_object* x_1; @@ -1268,13 +1269,13 @@ x_1 = lean_mk_string_unchecked("make the docs and location of this declaration a return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__15() { +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__11; -x_2 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__13; -x_3 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__14; +x_1 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__9; +x_2 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__2; +x_3 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__3; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -1284,29 +1285,29 @@ lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); return x_5; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__16() { +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__1___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__1___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__17() { +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__18() { +static lean_object* _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__15; -x_2 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__16; -x_3 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__17; +x_1 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__4; +x_2 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__5; +x_3 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__6; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -1314,30 +1315,30 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__18; +x_2 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__7; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__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_EXPORT lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__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: { uint8_t x_7; lean_object* x_8; x_7 = lean_unbox(x_3); lean_dec(x_3); -x_8 = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___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_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -1405,47 +1406,48 @@ l_Lean_declareBuiltinDocStringAndRanges___closed__4 = _init_l_Lean_declareBuilti lean_mark_persistent(l_Lean_declareBuiltinDocStringAndRanges___closed__4); l_Lean_declareBuiltinDocStringAndRanges___closed__5 = _init_l_Lean_declareBuiltinDocStringAndRanges___closed__5(); lean_mark_persistent(l_Lean_declareBuiltinDocStringAndRanges___closed__5); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___closed__1 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___closed__1); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___closed__2 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____lambda__2___closed__2); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__1 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__1); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__2 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__2); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__3 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__3); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__4 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__4); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__5 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__5(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__5); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__6 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__6(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__6); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__7 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__7(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__7); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__8 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__8(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__8); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__9 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__9(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__9); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__10 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__10(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__10); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__11 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__11(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__11); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__12 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__12(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__12); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__13 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__13(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__13); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__14 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__14(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__14); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__15 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__15(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__15); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__16 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__16(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__16); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__17 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__17(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__17); -l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__18 = _init_l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__18(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207____closed__18); -if (builtin) {res = l_Lean_initFn____x40_Lean_BuiltinDocAttr___hyg_207_(lean_io_mk_world()); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__1 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__1(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__1); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__2 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__2(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__2); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__3 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__3(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__3); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__4 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__4(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__4); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__5 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__5(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__5); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__6 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__6(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__6); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__7 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__7(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__7); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__8 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__8(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__8); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__9 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__9(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__9); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__10 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__10(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1___closed__10); +if (builtin) {res = l___private_Lean_BuiltinDocAttr_0__Lean_initFn___regBuiltin___private_Lean_BuiltinDocAttr_0__Lean_initFn_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___closed__1 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___closed__1); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___closed__2 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___lambda__2___closed__2); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__1 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__1(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__1); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__2 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__2(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__2); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__3 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__3(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__3); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__4 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__4(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__4); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__5 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__5(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__5); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__6 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__6(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__6); +l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__7 = _init_l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__7(); +lean_mark_persistent(l___private_Lean_BuiltinDocAttr_0__Lean_initFn___closed__7); +if (builtin) {res = l___private_Lean_BuiltinDocAttr_0__Lean_initFn(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)); diff --git a/stage0/stdlib/Lean/Class.c b/stage0/stdlib/Lean/Class.c index cb6ec9f3e5..d668f790c3 100644 --- a/stage0/stdlib/Lean/Class.c +++ b/stage0/stdlib/Lean/Class.c @@ -13,27 +13,27 @@ #ifdef __cplusplus extern "C" { #endif -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Class_0__Lean_init___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Class_0__Lean_checkOutParam___closed__4; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAtAux___at_Lean_isClass___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ClassState_switch(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__16; size_t lean_usize_shift_right(size_t, size_t); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_ClassState_addEntry___spec__8(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedClassState___closed__2; -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__8; static lean_object* l_Lean_mkOutParamArgsImplicit_go___closed__2; lean_object* l_Lean_ConstantInfo_type(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_initFn____x40_Lean_Class___hyg_798____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkOutParamArgsImplicit_go___closed__3; uint8_t lean_usize_dec_le(size_t, size_t); static lean_object* l_Lean_addClass___closed__1; static lean_object* l_Lean_instInhabitedClassState___closed__3; +static lean_object* l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__10; +static lean_object* l___private_Lean_Class_0__Lean_init___closed__3; size_t lean_uint64_to_usize(uint64_t); static lean_object* l_Lean_addClass___lambda__2___closed__6; -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__7; lean_object* lean_array_push(lean_object*, lean_object*); size_t lean_usize_mul(size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1(lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_getOutParamPositions_x3f___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(lean_object*, lean_object*); @@ -42,19 +42,18 @@ LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_get LEAN_EXPORT uint8_t l_Lean_ClassEntry_lt(lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); static lean_object* l_Lean_mkOutParamArgsImplicit_go___closed__5; -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__11; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_92____lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Class_0__Lean_checkOutParam___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Class_0__Lean_checkOutParam___spec__3(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_ofExcept___at___private_Lean_Class_0__Lean_init___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkOutParamArgsImplicit___closed__1; lean_object* l_Lean_Environment_find_x3f(lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Attribute_Builtin_ensureNoArgs(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Class_0__Lean_checkOutParam___closed__1; -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__4; static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_92____closed__7; static lean_object* l_Lean_addClass___lambda__2___closed__7; -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__10; +LEAN_EXPORT lean_object* l_Lean_ofExcept___at___private_Lean_Class_0__Lean_init___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_mk_outparam_args_implicit(lean_object*); uint8_t l_Lean_Name_quickLt(lean_object*, lean_object*); static lean_object* l___private_Lean_Class_0__Lean_checkOutParam___closed__3; @@ -63,8 +62,6 @@ LEAN_EXPORT uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_ClassSt lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_insert___at_Lean_ClassState_addEntry___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addClass___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__5; -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__14; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Class___hyg_92____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_ClassState_addEntry___spec__3___closed__2; lean_object* l_Lean_Expr_appArg_x21(lean_object*); @@ -73,51 +70,55 @@ LEAN_EXPORT lean_object* l_Lean_SMap_switch___at_Lean_ClassState_switch___spec__ LEAN_EXPORT lean_object* l_Lean_SMap_empty___at_Lean_initFn____x40_Lean_Class___hyg_92____spec__1; LEAN_EXPORT lean_object* l_Lean_hasOutParams___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedClassState; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798_(lean_object*); +static lean_object* l___private_Lean_Class_0__Lean_init___closed__2; +static lean_object* l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__5; LEAN_EXPORT lean_object* l_Lean_ClassEntry_lt___boxed(lean_object*, lean_object*); lean_object* l_Nat_reprFast(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__9; size_t lean_ptr_addr(lean_object*); static lean_object* l_Lean_instInhabitedClassState___closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_getOutParamPositions_x3f___spec__2___boxed(lean_object*, lean_object*); static lean_object* l_Lean_mkOutParamArgsImplicit_go___closed__6; size_t lean_usize_of_nat(lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_92____closed__2; static lean_object* l___private_Lean_Class_0__Lean_checkOutParam___closed__6; static lean_object* l_Lean_isClass___closed__1; -LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_798____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_checkOutParam(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_init___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAux___at_Lean_isClass___spec__3(lean_object*, size_t, lean_object*); static lean_object* l_Lean_addClass___closed__2; LEAN_EXPORT lean_object* l_Lean_getOutParamPositions_x3f(lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_92____closed__6; lean_object* l_List_toArray___rarg(lean_object*); +static lean_object* l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__2; +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Class_0__Lean_init___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); uint64_t lean_uint64_shift_right(uint64_t, uint64_t); static lean_object* l___private_Lean_Class_0__Lean_checkOutParam___closed__2; static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_92____closed__1; -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__18; LEAN_EXPORT lean_object* l_Lean_SMap_find_x3f___at_Lean_getOutParamPositions_x3f___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_ClassState_addEntry___spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*); lean_object* lean_nat_div(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___closed__1; lean_object* l_Lean_PersistentEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedClassState___closed__1; static lean_object* l_Lean_mkOutParamArgsImplicit_go___closed__1; LEAN_EXPORT uint8_t lean_has_out_params(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Class___hyg_92____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Class_0__Lean_init___closed__5; lean_object* l_Lean_MessageData_ofFormat(lean_object*); +static lean_object* l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__9; LEAN_EXPORT lean_object* l_Lean_SMap_find_x3f___at_Lean_getOutParamPositions_x3f___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_ClassState_addEntry___spec__4(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l_Lean_addClass___lambda__2___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_init___lambda__2(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addMessageContextPartial___at_Lean_Core_instAddMessageContextCoreM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__4; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); uint8_t lean_is_out_param(lean_object*); +static lean_object* l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_ClassState_addEntry___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_setEnv___at_Lean_registerParametricAttribute___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Class_0__Lean_init___lambda__3___closed__2; uint8_t l_Lean_BinderInfo_isInstImplicit(uint8_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_ClassState_addEntry___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Class___hyg_92____spec__3(lean_object*, size_t, size_t, lean_object*); @@ -128,12 +129,13 @@ static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_92____closed__5; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Class_0__Lean_checkOutParam___spec__2(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_addClass___lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkOutParamArgsImplicit_go(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___closed__1; uint8_t lean_name_eq(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_init___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__17; lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg(lean_object*, lean_object*); static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_ClassState_addEntry___spec__3___closed__3; +static lean_object* l___private_Lean_Class_0__Lean_init___lambda__3___closed__1; +static lean_object* l___private_Lean_Class_0__Lean_init___closed__6; LEAN_EXPORT lean_object* l_Lean_classExtension; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_getOutParamPositions_x3f___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at_Lean_ClassState_addEntry___spec__6___boxed(lean_object*, lean_object*); @@ -143,27 +145,26 @@ lean_object* lean_usize_to_nat(size_t); lean_object* l_Lean_MessageData_ofConstName(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Class_0__Lean_checkOutParam___spec__3___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_hasAnyFVar_visit___at_Lean_mkOutParamArgsImplicit_go___spec__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_798____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__12; -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__15; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_contains___at_Lean_isClass___spec__2___boxed(lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_getOutParamPositions_x3f___spec__5(lean_object*, lean_object*); lean_object* l_Lean_Expr_bindingDomain_x21(lean_object*); static lean_object* l___private_Lean_Class_0__Lean_checkOutParam___closed__5; LEAN_EXPORT lean_object* l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__3; LEAN_EXPORT lean_object* l_Lean_SMap_contains___at_Lean_isClass___spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__8; uint8_t l_Lean_beqAttributeKind____x40_Lean_Attributes___hyg_169_(uint8_t, uint8_t); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_contains___at_Lean_isClass___spec__2(lean_object*, lean_object*); +static lean_object* l___private_Lean_Class_0__Lean_init___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_92____lambda__1___boxed(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_hasAnyFVar_visit___at_Lean_mkOutParamArgsImplicit_go___spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Class_0__Lean_init___closed__1; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAux___at_Lean_isClass___spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); static lean_object* l_Lean_addClass___lambda__2___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_init(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_getOutParamPositions_x3f___spec__2(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAtAux___at_Lean_isClass___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isClass___boxed(lean_object*, lean_object*); @@ -171,11 +172,11 @@ uint64_t l_Lean_Name_hash___override(lean_object*); lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); uint64_t lean_uint64_xor(uint64_t, uint64_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_getOutParamPositions_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__7; +static lean_object* l___private_Lean_Class_0__Lean_init___closed__7; lean_object* lean_nat_mul(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__13; lean_object* l_Lean_SimplePersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*, uint8_t); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___closed__2; +static lean_object* l___private_Lean_Class_0__Lean_init___lambda__2___closed__2; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_ClassState_addEntry___spec__3___closed__1; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); @@ -185,6 +186,7 @@ lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); static lean_object* l_Lean_addClass___lambda__2___closed__3; size_t lean_usize_sub(size_t, size_t); lean_object* lean_array_mk(lean_object*); +static lean_object* l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__6; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_ClassState_addEntry___spec__7(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*); @@ -193,20 +195,21 @@ uint8_t l_Lean_Expr_hasFVar(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Expr_fvar___override(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_92____closed__3; -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__6; size_t lean_usize_shift_left(size_t, size_t); lean_object* l_Lean_Expr_bindingBody_x21(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__2; +static lean_object* l___private_Lean_Class_0__Lean_init___closed__4; LEAN_EXPORT lean_object* l_Lean_addClass___lambda__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getOutParamPositions_x3f___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_SMap_contains___at_Lean_isClass___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_92_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_ClassState_addEntry___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___closed__2; lean_object* lean_array_get_size(lean_object*); +static lean_object* l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__3; lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_init___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addClass(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_init___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_92____closed__4; lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); @@ -214,7 +217,7 @@ LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Clas LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Class___hyg_92____spec__4(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT uint8_t lean_is_class(lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_initFn____x40_Lean_Class___hyg_798____spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_init___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); @@ -223,10 +226,8 @@ LEAN_EXPORT lean_object* l_Lean_ClassState_addEntry(lean_object*, lean_object*); uint8_t l_Lean_beqBinderInfo____x40_Lean_Expr___hyg_413_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_addClass___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_land(size_t, size_t); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____closed__1; static lean_object* l_Lean_instInhabitedClassState___closed__4; uint8_t l_Array_isEmpty___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_ClassEntry_lt(lean_object* x_1, lean_object* x_2) { _start: { @@ -3697,7 +3698,109 @@ lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_initFn____x40_Lean_Class___hyg_798____spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +static lean_object* _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_private", 8, 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__2; +x_2 = l_Lean_initFn____x40_Lean_Class___hyg_92____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__4() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Class", 5, 5); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__3; +x_2 = l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__4; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__5; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__6; +x_2 = l_Lean_initFn____x40_Lean_Class___hyg_92____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__8() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("init", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__7; +x_2 = l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__8; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__10() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers an inductive type or structure as a type class. Using `class` or `class inductive` is\ngenerally preferred over using `@[class] structure` or `@[class] inductive` directly.\n", 182, 182); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__9; +x_3 = l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__10; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Class_0__Lean_init___spec__2(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; @@ -3735,7 +3838,7 @@ return x_13; } } } -LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_798____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_ofExcept___at___private_Lean_Class_0__Lean_init___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_1) == 0) @@ -3744,7 +3847,7 @@ lean_object* x_5; lean_object* x_6; x_5 = lean_ctor_get(x_1, 0); lean_inc(x_5); lean_dec(x_1); -x_6 = l_Lean_throwError___at_Lean_initFn____x40_Lean_Class___hyg_798____spec__2(x_5, x_2, x_3, x_4); +x_6 = l_Lean_throwError___at___private_Lean_Class_0__Lean_init___spec__2(x_5, x_2, x_3, x_4); return x_6; } else @@ -3760,12 +3863,12 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__1(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_Lean_Class_0__Lean_init___lambda__1(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; x_7 = l_Lean_addClass(x_1, x_2); -x_8 = l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_798____spec__1(x_7, x_4, x_5, x_6); +x_8 = l_Lean_ofExcept___at___private_Lean_Class_0__Lean_init___spec__1(x_7, x_4, x_5, x_6); if (lean_obj_tag(x_8) == 0) { lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -3801,7 +3904,7 @@ return x_15; } } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___closed__1() { +static lean_object* _init_l___private_Lean_Class_0__Lean_init___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -3809,16 +3912,16 @@ x_1 = lean_mk_string_unchecked("invalid attribute 'class', must be global", 41, return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___closed__2() { +static lean_object* _init_l___private_Lean_Class_0__Lean_init___lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___closed__1; +x_1 = l___private_Lean_Class_0__Lean_init___lambda__2___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_init___lambda__2(lean_object* x_1, lean_object* x_2, uint8_t 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; lean_object* x_11; @@ -3846,7 +3949,7 @@ if (x_14 == 0) lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_dec(x_10); lean_dec(x_1); -x_15 = l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___closed__2; +x_15 = l___private_Lean_Class_0__Lean_init___lambda__2___closed__2; x_16 = l_Lean_throwError___at_Lean_registerTagAttribute___spec__2(x_15, x_4, x_5, x_12); lean_dec(x_4); x_17 = !lean_is_exclusive(x_16); @@ -3872,7 +3975,7 @@ else { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__1(x_10, x_1, x_21, x_4, x_5, x_12); +x_22 = l___private_Lean_Class_0__Lean_init___lambda__1(x_10, x_1, x_21, x_4, x_5, x_12); lean_dec(x_4); return x_22; } @@ -3904,7 +4007,7 @@ return x_26; } } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___closed__1() { +static lean_object* _init_l___private_Lean_Class_0__Lean_init___lambda__3___closed__1() { _start: { lean_object* x_1; @@ -3912,127 +4015,25 @@ x_1 = lean_mk_string_unchecked("attribute cannot be erased", 26, 26); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___closed__2() { +static lean_object* _init_l___private_Lean_Class_0__Lean_init___lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___closed__1; +x_1 = l___private_Lean_Class_0__Lean_init___lambda__3___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_init___lambda__3(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; -x_5 = l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___closed__2; +x_5 = l___private_Lean_Class_0__Lean_init___lambda__3___closed__2; x_6 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_92____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__2() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("initFn", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__1; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__4() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_@", 2, 2); -return x_1; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__5() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__3; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__4; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__6() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__5; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_92____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__7() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Class", 5, 5); -return x_1; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__6; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__7; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__9() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_hyg", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__10() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__8; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__9; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__11() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__10; -x_2 = lean_unsigned_to_nat(798u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__12() { +static lean_object* _init_l___private_Lean_Class_0__Lean_init___closed__1() { _start: { lean_object* x_1; @@ -4040,17 +4041,17 @@ x_1 = lean_mk_string_unchecked("class", 5, 5); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__13() { +static lean_object* _init_l___private_Lean_Class_0__Lean_init___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__12; +x_2 = l___private_Lean_Class_0__Lean_init___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__14() { +static lean_object* _init_l___private_Lean_Class_0__Lean_init___closed__3() { _start: { lean_object* x_1; @@ -4058,13 +4059,13 @@ x_1 = lean_mk_string_unchecked("type class", 10, 10); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__15() { +static lean_object* _init_l___private_Lean_Class_0__Lean_init___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__11; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__13; -x_3 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__14; +x_1 = l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__9; +x_2 = l___private_Lean_Class_0__Lean_init___closed__2; +x_3 = l___private_Lean_Class_0__Lean_init___closed__3; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -4074,29 +4075,29 @@ lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); return x_5; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__16() { +static lean_object* _init_l___private_Lean_Class_0__Lean_init___closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Class_0__Lean_init___lambda__2___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__17() { +static lean_object* _init_l___private_Lean_Class_0__Lean_init___closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Class_0__Lean_init___lambda__3___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__18() { +static lean_object* _init_l___private_Lean_Class_0__Lean_init___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__15; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__16; -x_3 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__17; +x_1 = l___private_Lean_Class_0__Lean_init___closed__4; +x_2 = l___private_Lean_Class_0__Lean_init___closed__5; +x_3 = l___private_Lean_Class_0__Lean_init___closed__6; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -4104,62 +4105,62 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_init(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_798____closed__18; +x_2 = l___private_Lean_Class_0__Lean_init___closed__7; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_initFn____x40_Lean_Class___hyg_798____spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Class_0__Lean_init___spec__2___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_throwError___at_Lean_initFn____x40_Lean_Class___hyg_798____spec__2(x_1, x_2, x_3, x_4); +x_5 = l_Lean_throwError___at___private_Lean_Class_0__Lean_init___spec__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_798____spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_ofExcept___at___private_Lean_Class_0__Lean_init___spec__1___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_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_798____spec__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_ofExcept___at___private_Lean_Class_0__Lean_init___spec__1(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__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_EXPORT lean_object* l___private_Lean_Class_0__Lean_init___lambda__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: { lean_object* x_7; -x_7 = l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l___private_Lean_Class_0__Lean_init___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___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_Lean_Class_0__Lean_init___lambda__2___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; lean_object* x_8; x_7 = lean_unbox(x_3); lean_dec(x_3); -x_8 = l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l___private_Lean_Class_0__Lean_init___lambda__2(x_1, x_2, x_7, x_4, x_5, x_6); lean_dec(x_5); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_init___lambda__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_initFn____x40_Lean_Class___hyg_798____lambda__3(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_Class_0__Lean_init___lambda__3(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -4262,51 +4263,52 @@ l_Lean_addClass___closed__1 = _init_l_Lean_addClass___closed__1(); lean_mark_persistent(l_Lean_addClass___closed__1); l_Lean_addClass___closed__2 = _init_l_Lean_addClass___closed__2(); lean_mark_persistent(l_Lean_addClass___closed__2); -l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___closed__1 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___closed__1); -l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___closed__2 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__2___closed__2); -l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___closed__1 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___closed__1); -l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___closed__2 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____lambda__3___closed__2); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__1 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__1); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__2 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__2); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__3 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__3); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__4 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__4); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__5 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__5(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__5); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__6 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__6(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__6); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__7 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__7(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__7); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__8 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__8(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__8); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__9 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__9(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__9); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__10 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__10(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__10); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__11 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__11(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__11); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__12 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__12(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__12); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__13 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__13(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__13); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__14 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__14(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__14); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__15 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__15(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__15); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__16 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__16(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__16); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__17 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__17(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__17); -l_Lean_initFn____x40_Lean_Class___hyg_798____closed__18 = _init_l_Lean_initFn____x40_Lean_Class___hyg_798____closed__18(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_798____closed__18); -if (builtin) {res = l_Lean_initFn____x40_Lean_Class___hyg_798_(lean_io_mk_world()); +l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__1 = _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__1(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__1); +l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__2 = _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__2(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__2); +l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__3 = _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__3(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__3); +l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__4 = _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__4(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__4); +l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__5 = _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__5(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__5); +l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__6 = _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__6(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__6); +l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__7 = _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__7(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__7); +l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__8 = _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__8(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__8); +l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__9 = _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__9(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__9); +l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__10 = _init_l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__10(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1___closed__10); +if (builtin) {res = l___private_Lean_Class_0__Lean_init___regBuiltin___private_Lean_Class_0__Lean_init_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l___private_Lean_Class_0__Lean_init___lambda__2___closed__1 = _init_l___private_Lean_Class_0__Lean_init___lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___lambda__2___closed__1); +l___private_Lean_Class_0__Lean_init___lambda__2___closed__2 = _init_l___private_Lean_Class_0__Lean_init___lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___lambda__2___closed__2); +l___private_Lean_Class_0__Lean_init___lambda__3___closed__1 = _init_l___private_Lean_Class_0__Lean_init___lambda__3___closed__1(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___lambda__3___closed__1); +l___private_Lean_Class_0__Lean_init___lambda__3___closed__2 = _init_l___private_Lean_Class_0__Lean_init___lambda__3___closed__2(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___lambda__3___closed__2); +l___private_Lean_Class_0__Lean_init___closed__1 = _init_l___private_Lean_Class_0__Lean_init___closed__1(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___closed__1); +l___private_Lean_Class_0__Lean_init___closed__2 = _init_l___private_Lean_Class_0__Lean_init___closed__2(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___closed__2); +l___private_Lean_Class_0__Lean_init___closed__3 = _init_l___private_Lean_Class_0__Lean_init___closed__3(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___closed__3); +l___private_Lean_Class_0__Lean_init___closed__4 = _init_l___private_Lean_Class_0__Lean_init___closed__4(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___closed__4); +l___private_Lean_Class_0__Lean_init___closed__5 = _init_l___private_Lean_Class_0__Lean_init___closed__5(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___closed__5); +l___private_Lean_Class_0__Lean_init___closed__6 = _init_l___private_Lean_Class_0__Lean_init___closed__6(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___closed__6); +l___private_Lean_Class_0__Lean_init___closed__7 = _init_l___private_Lean_Class_0__Lean_init___closed__7(); +lean_mark_persistent(l___private_Lean_Class_0__Lean_init___closed__7); +if (builtin) {res = l___private_Lean_Class_0__Lean_init(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)); diff --git a/stage0/stdlib/Lean/Compiler/CSimpAttr.c b/stage0/stdlib/Lean/Compiler/CSimpAttr.c index 8aa9de40ab..7074b9703d 100644 --- a/stage0/stdlib/Lean/Compiler/CSimpAttr.c +++ b/stage0/stdlib/Lean/Compiler/CSimpAttr.c @@ -13,7 +13,6 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__15; lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__4(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -23,26 +22,27 @@ static lean_object* l_Lean_Compiler_CSimp_instInhabitedEntry___closed__1; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__6___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__6(lean_object*, lean_object*); size_t lean_usize_shift_right(size_t, size_t); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Compiler_CSimp_replaceConstants___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_replaceConstants___lambda__1(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_CSimp_instInhabitedState___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_switch___at_Lean_Compiler_CSimp_State_switch___spec__1(lean_object*); lean_object* l_Lean_ConstantInfo_type(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_le(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Compiler_CSimp_add___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_CSimp_instInhabitedState___closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_hasCSimpAttribute___boxed(lean_object*, lean_object*); size_t lean_uint64_to_usize(uint64_t); uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482_(lean_object*); +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__3; static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__3___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_isConstantReplacement_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); size_t lean_usize_mul(size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_isConstantReplacement_x3f(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Namespace___hyg_3____spec__4(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Compiler_CSimp_replaceConstants___spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); @@ -51,19 +51,16 @@ static lean_object* l_Lean_Compiler_CSimp_instInhabitedState___closed__5; lean_object* l_Lean_Environment_find_x3f(lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Attribute_Builtin_ensureNoArgs(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_find_x3f___at_Lean_Compiler_CSimp_replaceConstants___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__16; lean_object* l_Nat_nextPowerOfTwo_go(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__13; -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__11; -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__4; -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__3; +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__4; +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__5; static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__2; lean_object* l_Lean_Expr_appArg_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_instInhabitedEntry; -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__7; +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_Compiler_CSimp_replaceConstants___spec__5___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__11; size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__1; lean_object* lean_replace_expr(lean_object*, lean_object*); @@ -71,9 +68,6 @@ lean_object* lean_st_ref_take(lean_object*, lean_object*); uint8_t l_List_beq___at_Lean_Core_instantiateTypeLevelParams___spec__8(lean_object*, lean_object*); lean_object* l_Lean_registerSimpleScopedEnvExtension___rarg(lean_object*, lean_object*); uint64_t lean_uint64_shift_right(uint64_t, uint64_t); -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__17; -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__1; -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__18; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Compiler_CSimp_add___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__2(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_div(lean_object*, lean_object*); @@ -81,13 +75,17 @@ static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_CSimp_ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Compiler_CSimp_replaceConstants___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getConstInfo___at___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_isConstantReplacement_x3f___spec__1___closed__2; +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__6; static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_isConstantReplacement_x3f___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__5(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__7; LEAN_EXPORT lean_object* lean_csimp_replace_constants(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__20; +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__2; static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__3___closed__1; lean_object* lean_st_ref_get(lean_object*, lean_object*); uint8_t l_Lean_SMap_contains___at_Lean_NameSSet_contains___spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__1; +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__7; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__9(lean_object*, lean_object*); lean_object* l_Lean_addMessageContextPartial___at_Lean_Core_instAddMessageContextCoreM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); @@ -96,36 +94,40 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Compiler_CSimp_add___spec__ LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148_(lean_object*); static lean_object* l_Lean_getConstInfo___at___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_isConstantReplacement_x3f___spec__1___closed__1; lean_object* l_Lean_Expr_constName_x21(lean_object*); -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___closed__2; +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__6; uint8_t lean_name_eq(lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_Compiler_CSimp_replaceConstants___spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_isConstantReplacement_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__14; -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__5; +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__9; lean_object* l_Lean_Expr_appFn_x21(lean_object*); static lean_object* l_Lean_Compiler_CSimp_instInhabitedState___closed__1; -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___closed__1; lean_object* lean_usize_to_nat(size_t); +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__8; LEAN_EXPORT uint8_t l_Lean_Compiler_hasCSimpAttribute(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____lambda__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__5; lean_object* l_Lean_MessageData_ofConstName(lean_object*, uint8_t); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Compiler_CSimp_add___spec__2___closed__1; -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__9; +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__1; static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__8; lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* l_Lean_Expr_constLevels_x21(lean_object*); static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__7; -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__19; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__21; +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__2; static lean_object* l_Lean_getConstInfo___at___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_isConstantReplacement_x3f___spec__1___closed__3; static lean_object* l_Lean_Compiler_CSimp_instInhabitedState___closed__4; LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_isConstantReplacement_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_add___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__13; lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__8(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__10; uint64_t l_Lean_Name_hash___override(lean_object*); uint64_t lean_uint64_xor(uint64_t, uint64_t); lean_object* l_Lean_ScopedEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*, uint8_t); @@ -134,9 +136,11 @@ lean_object* l_Lean_ScopedEnvExtension_addCore___rarg(lean_object*, lean_object* LEAN_EXPORT lean_object* l_Lean_SMap_find_x3f___at_Lean_Compiler_CSimp_replaceConstants___spec__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__6; +LEAN_EXPORT lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_isConstantReplacement_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn(lean_object*); size_t lean_usize_sub(size_t, size_t); static lean_object* l_Lean_Compiler_CSimp_add___closed__2; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_replace___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__10(lean_object*, lean_object*, lean_object*); @@ -149,10 +153,9 @@ lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_CSimp_instInhabitedState___closed__3; size_t lean_usize_shift_left(size_t, size_t); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__6; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__7(lean_object*); static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__5; -LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__4; lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_ext; static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_isConstantReplacement_x3f___closed__1; @@ -161,21 +164,19 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_replaceConstants___lambda__1___bo LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_State_switch(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); lean_object* l_Lean_SMap_insert___at_Lean_NameSSet_insert___spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__2; LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Compiler_CSimp_add___spec__2(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getConstInfo___at___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_isConstantReplacement_x3f___spec__1___closed__4; lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__8; LEAN_EXPORT lean_object* l_Lean_SMap_insert___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_add(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isConst(lean_object*); -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__12; lean_object* l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__10; +static lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__12; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); static lean_object* l_Lean_Compiler_CSimp_instInhabitedState___closed__7; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Compiler_CSimp_replaceConstants___spec__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_land(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Compiler_CSimp_replaceConstants___spec__3(lean_object*, size_t, lean_object*); static lean_object* _init_l_Lean_Compiler_CSimp_instInhabitedEntry___closed__1() { @@ -2305,7 +2306,139 @@ lean_dec(x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_private", 8, 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__2; +x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__3; +x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__2; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("CSimpAttr", 9, 9); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__4; +x_2 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__5; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__6; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__7; +x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__8; +x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__2; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__9; +x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__11() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("initFn", 6, 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__12() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__10; +x_2 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__11; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__13() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Tags compiler simplification theorems, which allow one value to be replaced by another equal value\nin compiled code. This is typically used to replace a slow function whose definition is convenient\nin proofs with a faster equivalent or to make noncomputable functions computable. In particular,\nmany operations on lists and arrays are replaced by tail-recursive equivalents.\n\nA compiler simplification theorem cannot take any parameters and must prove a statement `@f = @g`\nwhere `f` and `g` may be arbitrary constants. In functions defined after the theorem tagged\n`@[csimp]`, any occurrence of `f` is replaced with `g` in compiled code, but not in the type\ntheory. In this sense, `@[csimp]` is a safer alternative to `@[implemented_by]`.\n\nHowever it is still possible to register unsound `@[csimp]` lemmas by using `unsafe` or unsound\naxioms (like `sorryAx`).\n", 862, 862); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__12; +x_3 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__13; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; @@ -2393,7 +2526,7 @@ return x_23; } } } -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___closed__1() { +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -2401,157 +2534,25 @@ x_1 = lean_mk_string_unchecked("attribute cannot be erased", 26, 26); return x_1; } } -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___closed__2() { +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___closed__1; +x_1 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2(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; -x_5 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___closed__2; +x_5 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___closed__2; x_6 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__1; -x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__2; -x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__4() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("initFn", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__5() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__3; -x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__4; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__6() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_@", 2, 2); -return x_1; -} -} -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__5; -x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__6; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__7; -x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__9() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__8; -x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_148____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__10() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("CSimpAttr", 9, 9); -return x_1; -} -} -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__11() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__9; -x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__10; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__12() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_hyg", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__13() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__11; -x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__12; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__14() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__13; -x_2 = lean_unsigned_to_nat(482u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__15() { +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__1() { _start: { lean_object* x_1; @@ -2559,17 +2560,17 @@ x_1 = lean_mk_string_unchecked("csimp", 5, 5); return x_1; } } -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__16() { +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__15; +x_2 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__17() { +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__3() { _start: { lean_object* x_1; @@ -2577,13 +2578,13 @@ x_1 = lean_mk_string_unchecked("simplification theorem for the compiler", 39, 39 return x_1; } } -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__18() { +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__14; -x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__16; -x_3 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__17; +x_1 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__12; +x_2 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__2; +x_3 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__3; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -2593,29 +2594,29 @@ lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__19() { +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__1___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__1___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__20() { +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__21() { +static lean_object* _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__18; -x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__19; -x_3 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__20; +x_1 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__4; +x_2 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__5; +x_3 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__6; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -2623,31 +2624,31 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__21; +x_2 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__7; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__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_EXPORT lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__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: { uint8_t x_7; lean_object* x_8; x_7 = lean_unbox(x_3); lean_dec(x_3); -x_8 = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); lean_dec(x_5); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___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_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -3224,53 +3225,54 @@ l_Lean_Compiler_CSimp_add___closed__2 = _init_l_Lean_Compiler_CSimp_add___closed lean_mark_persistent(l_Lean_Compiler_CSimp_add___closed__2); l_Lean_Compiler_CSimp_add___closed__3 = _init_l_Lean_Compiler_CSimp_add___closed__3(); lean_mark_persistent(l_Lean_Compiler_CSimp_add___closed__3); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___closed__1 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___closed__1); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___closed__2 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____lambda__2___closed__2); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__1 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__1(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__1); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__2 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__2(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__2); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__3 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__3(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__3); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__4 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__4(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__4); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__5 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__5(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__5); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__6 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__6(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__6); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__7 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__7(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__7); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__8 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__8(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__8); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__9 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__9(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__9); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__10 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__10(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__10); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__11 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__11(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__11); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__12 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__12(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__12); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__13 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__13(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__13); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__14 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__14(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__14); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__15 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__15(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__15); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__16 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__16(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__16); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__17 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__17(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__17); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__18 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__18(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__18); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__19 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__19(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__19); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__20 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__20(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__20); -l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__21 = _init_l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__21(); -lean_mark_persistent(l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482____closed__21); -if (builtin) {res = l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_482_(lean_io_mk_world()); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__1 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__1(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__1); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__2 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__2(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__2); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__3 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__3(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__3); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__4 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__4(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__4); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__5 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__5(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__5); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__6 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__6(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__6); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__7 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__7(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__7); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__8 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__8(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__8); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__9 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__9(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__9); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__10 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__10(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__10); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__11 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__11(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__11); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__12 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__12(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__12); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__13 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__13(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1___closed__13); +if (builtin) {res = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___regBuiltin___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___closed__1 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___closed__1); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___closed__2 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___lambda__2___closed__2); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__1 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__1(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__1); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__2 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__2(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__2); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__3 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__3(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__3); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__4 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__4(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__4); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__5 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__5(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__5); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__6 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__6(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__6); +l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__7 = _init_l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__7(); +lean_mark_persistent(l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn___closed__7); +if (builtin) {res = l___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_initFn(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)); diff --git a/stage0/stdlib/Lean/Compiler/ExportAttr.c b/stage0/stdlib/Lean/Compiler/ExportAttr.c index e8ba0dffc8..41169c35a3 100644 --- a/stage0/stdlib/Lean/Compiler/ExportAttr.c +++ b/stage0/stdlib/Lean/Compiler/ExportAttr.c @@ -15,14 +15,18 @@ extern "C" { #endif uint32_t lean_string_utf8_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Attribute_Builtin_getId(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getExportNameFor_x3f___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Compiler_ExportAttr_0__Lean_isValidCppName___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_ExportAttr_0__Lean_isValidCppId___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____lambda__2___closed__2; LEAN_EXPORT uint8_t l___private_Lean_Compiler_ExportAttr_0__Lean_isValidCppName(lean_object*); +static lean_object* l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__1; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_get_export_name_for(lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____lambda__4___boxed(lean_object*, lean_object*, lean_object*); @@ -31,8 +35,13 @@ static lean_object* l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____cl LEAN_EXPORT uint8_t l_Lean_isExport(lean_object*, lean_object*); lean_object* lean_string_utf8_next(lean_object*, lean_object*); uint8_t lean_uint32_dec_le(uint32_t, uint32_t); +static lean_object* l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Lean_exportAttr; +static lean_object* l_Lean_exportAttr___regBuiltin_Lean_exportAttr_docString__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_exportAttr___regBuiltin_Lean_exportAttr_docString__1(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Compiler_ExportAttr_0__Lean_isValidCppId(lean_object*); +static lean_object* l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__5; +static lean_object* l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__4; uint8_t lean_name_eq(lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____closed__11; @@ -49,7 +58,9 @@ static lean_object* l_Lean_isExport___closed__2; lean_object* l_Lean_ParametricAttribute_getParam_x3f___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_String_anyAux___at___private_Lean_Compiler_ExportAttr_0__Lean_isValidCppId___spec__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__6; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____lambda__4(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__3; static lean_object* l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____closed__9; lean_object* l_Lean_registerParametricAttribute___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -64,6 +75,7 @@ lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_String_anyAux___at___private_Lean_Compiler_ExportAttr_0__Lean_isValidCppId___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____closed__6; static lean_object* l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____closed__3; +static lean_object* l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__2; LEAN_EXPORT lean_object* l_Lean_isExport___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_String_anyAux___at___private_Lean_Compiler_ExportAttr_0__Lean_isValidCppId___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: @@ -762,6 +774,126 @@ lean_dec(x_1); return x_4; } } +static lean_object* _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Exports a function under the provided unmangled symbol name. This can be used to refer to Lean\nfunctions from other programming languages like C.\n\nExample:\n```\n@[export lean_color_from_map]\ndef colorValue (properties : @& Std.HashMap String String) : UInt32 :=\n match properties[\"color\"]\? with\n | some \"red\" => 0xff0000\n | some \"green\" => 0x00ff00\n | some \"blue\" => 0x0000ff\n | _ => -1\n```\nC code:\n```c\n#include \n\nuint32_t lean_color_from_map(b_lean_obj_arg properties);\n\nvoid fill_rectangle_from_map(b_lean_obj_arg properties) {\n uint32_t color = lean_color_from_map(properties);\n // ...\n}\n```\n\nThe opposite of this is `@[extern]`, which allows Lean functions to refer to functions from other\nprogramming languages.\n", 741, 741); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_exportAttr___regBuiltin_Lean_exportAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____closed__3; +x_3 = l_Lean_exportAttr___regBuiltin_Lean_exportAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(20u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(59u); +x_2 = lean_unsigned_to_nat(3u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__3() { +_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_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(3u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(50u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(50u); +x_2 = lean_unsigned_to_nat(29u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__6() { +_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_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(29u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__3; +x_2 = l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____closed__3; +x_3 = l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_getExportNameFor_x3f___closed__1() { _start: { @@ -868,7 +1000,29 @@ l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____closed__10 = _init_l_L lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____closed__10); l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____closed__11 = _init_l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____closed__11(); lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94____closed__11); -if (builtin) {res = l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94_(lean_io_mk_world()); +l_Lean_exportAttr___regBuiltin_Lean_exportAttr_docString__1___closed__1 = _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_exportAttr___regBuiltin_Lean_exportAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_exportAttr___regBuiltin_Lean_exportAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__1 = _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__1); +l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__2 = _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__2); +l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__3 = _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__3); +l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__4 = _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__4); +l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__5 = _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__5); +l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__6 = _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__6); +l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__7 = _init_l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_exportAttr___regBuiltin_Lean_exportAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_initFn____x40_Lean_Compiler_ExportAttr___hyg_94_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_exportAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_exportAttr); diff --git a/stage0/stdlib/Lean/Compiler/ExternAttr.c b/stage0/stdlib/Lean/Compiler/ExternAttr.c index 4f566a324c..e36d6f01df 100644 --- a/stage0/stdlib/Lean/Compiler/ExternAttr.c +++ b/stage0/stdlib/Lean/Compiler/ExternAttr.c @@ -94,6 +94,7 @@ LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_ExternAttr___hyg_121 LEAN_EXPORT lean_object* l___private_Lean_Compiler_ExternAttr_0__Lean_syntaxToExternAttrData___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_ExternAttr___hyg_1213____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getExternEntryFor___boxed(lean_object*, lean_object*); +lean_object* l_Lean_throwError___at___private_Lean_Class_0__Lean_init___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkSimpleFnCall___closed__3; uint8_t lean_uint32_dec_le(uint32_t, uint32_t); static lean_object* l_Lean_instHashableExternAttrData___closed__1; @@ -213,7 +214,6 @@ static lean_object* l_Lean_initFn____x40_Lean_Compiler_ExternAttr___hyg_1213____ uint64_t l___private_Lean_Meta_Basic_0__Lean_Meta_Config_toKey(lean_object*); static lean_object* l_Lean_mkSimpleFnCall___closed__2; static lean_object* l___private_Lean_Compiler_ExternAttr_0__Lean_getExternConstArity___closed__8; -lean_object* l_Lean_throwError___at_Lean_initFn____x40_Lean_Class___hyg_798____spec__2(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Option_beqOption____x40_Init_Data_Option_Basic___hyg_160____at_Lean_Meta_beqInfoCacheKey____x40_Lean_Meta_Basic___hyg_1371____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_getExternConstArityExport___closed__9; static lean_object* l_Lean_expandExternPatternAux___closed__1; @@ -1298,7 +1298,7 @@ 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); x_6 = l_Lean_stringToMessageData(x_5); -x_7 = l_Lean_throwError___at_Lean_initFn____x40_Lean_Class___hyg_798____spec__2(x_6, x_2, x_3, x_4); +x_7 = l_Lean_throwError___at___private_Lean_Class_0__Lean_init___spec__2(x_6, x_2, x_3, x_4); return x_7; } else diff --git a/stage0/stdlib/Lean/Compiler/IR/UnboxResult.c b/stage0/stdlib/Lean/Compiler/IR/UnboxResult.c index 15e7e3a796..58865b0fab 100644 --- a/stage0/stdlib/Lean/Compiler/IR/UnboxResult.c +++ b/stage0/stdlib/Lean/Compiler/IR/UnboxResult.c @@ -14,13 +14,18 @@ extern "C" { #endif static lean_object* l_Lean_getConstInfo___at_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____spec__1___closed__1; +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getConstInfo___at_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____spec__1___closed__4; +static lean_object* l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3_(lean_object*); lean_object* l_Lean_Environment_find_x3f(lean_object*, lean_object*, uint8_t); +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfo___at_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____lambda__1___closed__4; +LEAN_EXPORT lean_object* l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3(lean_object*); +LEAN_EXPORT lean_object* l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_docString__1(lean_object*); static lean_object* l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____closed__6; uint8_t l_Lean_TagAttribute_hasTag(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -34,22 +39,29 @@ static lean_object* l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxRe lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____closed__3; lean_object* l_Lean_registerTagAttribute(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*); +static lean_object* l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_docString__1___closed__1; lean_object* l_Lean_MessageData_ofConstName(lean_object*, uint8_t); static lean_object* l_Lean_IR_UnboxResult_hasUnboxAttr___closed__1; static lean_object* l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____closed__9; +static lean_object* l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__2; LEAN_EXPORT lean_object* l_Lean_IR_UnboxResult_unboxAttr; static lean_object* l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____closed__4; LEAN_EXPORT lean_object* l_Lean_IR_UnboxResult_hasUnboxAttr___boxed(lean_object*, lean_object*); static lean_object* l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____closed__8; LEAN_EXPORT lean_object* l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__1; +static lean_object* l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__5; LEAN_EXPORT lean_object* l_Lean_getConstInfo___at_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____closed__2; +static lean_object* l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__4; static lean_object* l_Lean_getConstInfo___at_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____spec__1___closed__2; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____lambda__1___closed__1; static lean_object* l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____closed__1; +static lean_object* l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__7; lean_object* l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_IR_UnboxResult_hasUnboxAttr(lean_object*, lean_object*); +static lean_object* l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__6; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: @@ -458,6 +470,126 @@ lean_dec(x_2); return x_5; } } +static lean_object* _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Tags types that the compiler should unbox if they occur in result values.\n\nThis attribute currently has no effect.\n", 115, 115); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____closed__7; +x_3 = l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(12u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(25u); +x_2 = lean_unsigned_to_nat(58u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__3() { +_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_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(58u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(18u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(18u); +x_2 = lean_unsigned_to_nat(28u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__6() { +_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_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(28u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__3; +x_2 = l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____closed__7; +x_3 = l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_IR_UnboxResult_hasUnboxAttr___closed__1() { _start: { @@ -531,7 +663,29 @@ l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____clos lean_mark_persistent(l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____closed__8); l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____closed__9 = _init_l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____closed__9(); lean_mark_persistent(l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3____closed__9); -if (builtin) {res = l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3_(lean_io_mk_world()); +l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_docString__1___closed__1 = _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__1 = _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__1); +l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__2 = _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__2); +l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__3 = _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__3); +l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__4 = _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__4); +l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__5 = _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__5); +l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__6 = _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__6); +l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__7 = _init_l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_IR_UnboxResult_unboxAttr___regBuiltin_Lean_IR_UnboxResult_unboxAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_IR_UnboxResult_initFn____x40_Lean_Compiler_IR_UnboxResult___hyg_3_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_IR_UnboxResult_unboxAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_IR_UnboxResult_unboxAttr); diff --git a/stage0/stdlib/Lean/Compiler/ImplementedByAttr.c b/stage0/stdlib/Lean/Compiler/ImplementedByAttr.c index 0e8945d927..d622af36eb 100644 --- a/stage0/stdlib/Lean/Compiler/ImplementedByAttr.c +++ b/stage0/stdlib/Lean/Compiler/ImplementedByAttr.c @@ -17,12 +17,14 @@ lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withoutExporting___at_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____spec__5(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____spec__3(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__7(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____closed__10; LEAN_EXPORT lean_object* l_Lean_getConstInfo___at_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ConstantInfo_type(lean_object*); lean_object* l_Lean_Core_instantiateTypeLevelParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ConstantInfo_levelParams(lean_object*); +static lean_object* l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__3; lean_object* l_Lean_Environment_findConstVal_x3f(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -32,6 +34,7 @@ static lean_object* l_Lean_Compiler_getImplementedBy_x3f___closed__1; lean_object* l_Lean_ConstantInfo_name(lean_object*); lean_object* l_Lean_Environment_find_x3f(lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__4___closed__1; +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__2___closed__4; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____closed__7; lean_object* l_Lean_stringToMessageData(lean_object*); @@ -47,6 +50,7 @@ static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAtt lean_object* l_Nat_reprFast(lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getConstInfo___at_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____spec__1___closed__1; +static lean_object* l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__4; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____closed__8; lean_object* lean_st_ref_take(lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); @@ -80,6 +84,7 @@ lean_object* l_Lean_MessageData_ofExpr(lean_object*); lean_object* l_Lean_ParametricAttribute_setParam___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____spec__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -92,6 +97,7 @@ static lean_object* l_Lean_withoutExporting___at_Lean_Compiler_initFn____x40_Lea static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____closed__1; lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____closed__11; +static lean_object* l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____closed__12; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__3___closed__3; @@ -100,19 +106,25 @@ lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_obj static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__2___closed__3; lean_object* l_Lean_registerParametricAttribute___rarg(lean_object*, lean_object*); static lean_object* l_Lean_getConstInfo___at_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____spec__1___closed__2; +LEAN_EXPORT lean_object* l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_docString__1(lean_object*); +static lean_object* l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__2; LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedName; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__1; +static lean_object* l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Lean_Compiler_implementedByAttr; static lean_object* l_Lean_getConstInfo___at_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__7___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_docString__1___closed__1; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____closed__3; lean_object* l_Lean_Environment_setExporting(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__3___closed__8; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____lambda__3___closed__4; +static lean_object* l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__5; static lean_object* l_Lean_getConstInfo___at_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____spec__1___closed__4; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: @@ -1774,6 +1786,126 @@ lean_dec(x_1); return x_4; } } +static lean_object* _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Instructs the compiler to use a different function as the implementation of a function. With the\nexception of tactics that call native code such as `native_decide`, the kernel and type checking\nare unaffected. When this attribute is used on a function, the function is not compiled and all\ncompiler-related attributes (e.g. `noncomputable`, `@[inline]`) are ignored. Calls to this\nfunction are replaced by calls to its implementation.\n\nThe most common use cases of `@[implemented_by]` are to provide an efficient unsafe implementation\nand to make an unsafe function accessible in safe code through an opaque function:\n\n```\nunsafe def testEqImpl (as bs : Array Nat) : Bool :=\n ptrEq as bs || as == bs\n\n@[implemented_by testEqImpl]\ndef testEq (as bs : Array Nat) : Bool :=\n as == bs\n\nunsafe def printAddrImpl {α : Type u} (x : α) : IO Unit :=\n IO.println s!\"Address: {ptrAddrUnsafe x}\"\n\n@[implemented_by printAddrImpl]\nopaque printAddr {α : Type u} (x : α) : IO Unit\n```\n\nThe provided implementation is not checked to be equivalent to the original definition. This makes\nit possible to prove `False` with `native_decide` using incorrect implementations. For a safer\nvariant of this attribute that however doesn't work for unsafe implementations, see `@[csimp]`,\nwhich requires a proof that the two functions are equal.\n", 1324, 1320); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____closed__4; +x_3 = l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(14u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(64u); +x_2 = lean_unsigned_to_nat(1u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__3() { +_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_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(1u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(45u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(45u); +x_2 = lean_unsigned_to_nat(36u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__6() { +_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_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(36u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__3; +x_2 = l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____closed__4; +x_3 = l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_Compiler_getImplementedBy_x3f___closed__1() { _start: { @@ -1963,7 +2095,29 @@ l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____closed_ lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____closed__11); l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____closed__12 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____closed__12(); lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3____closed__12); -if (builtin) {res = l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3_(lean_io_mk_world()); +l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_docString__1___closed__1 = _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__1 = _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__1); +l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__2 = _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__2); +l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__3 = _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__3); +l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__4 = _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__4); +l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__5 = _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__5); +l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__6 = _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__6); +l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__7 = _init_l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_Compiler_implementedByAttr___regBuiltin_Lean_Compiler_implementedByAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Compiler_initFn____x40_Lean_Compiler_ImplementedByAttr___hyg_3_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Compiler_implementedByAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Compiler_implementedByAttr); diff --git a/stage0/stdlib/Lean/Compiler/InitAttr.c b/stage0/stdlib/Lean/Compiler/InitAttr.c index ad8d4bee9c..b647ad5297 100644 --- a/stage0/stdlib/Lean/Compiler/InitAttr.c +++ b/stage0/stdlib/Lean/Compiler/InitAttr.c @@ -14,9 +14,12 @@ extern "C" { #endif lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); +static lean_object* l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_docString__1___closed__1; +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_isInitializerExecutionEnabled(lean_object*); static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed__1; static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed__8; +static lean_object* l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__2; static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed__28; lean_object* l_Lean_ConstantInfo_type(lean_object*); static lean_object* l_Lean_registerInitAttrUnsafe___closed__2; @@ -38,6 +41,7 @@ LEAN_EXPORT lean_object* lean_get_regular_init_fn_name_for(lean_object*, lean_ob uint8_t l_Lean_Name_isAnonymous(lean_object*); static lean_object* l_Lean_declareBuiltin___closed__5; LEAN_EXPORT lean_object* l_Lean_builtinInitAttr; +static lean_object* l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Array_binSearchAux___at_Lean_registerInitAttrUnsafe___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isIOUnitInitFn___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getInitFnNameForCore_x3f___boxed(lean_object*, lean_object*, lean_object*); @@ -48,6 +52,7 @@ lean_object* lean_run_mod_init(lean_object*, lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_NameSet_insert___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_registerInitAttrUnsafe___lambda__1___closed__3; static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed__4; +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_218_(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_registerInitAttrUnsafe___spec__7___lambda__3___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_registerInitAttrUnsafe___lambda__1___closed__1; @@ -66,17 +71,20 @@ static lean_object* l_Lean_registerInitAttrUnsafe___lambda__1___closed__2; static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed__14; static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed__5; LEAN_EXPORT uint8_t l_Lean_hasInitAttr(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_registerInitAttrUnsafe___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_registerInitAttrUnsafe___spec__7___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed__18; static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1146____closed__1; static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1174____closed__3; static lean_object* l_Lean_getConstInfo___at_Lean_registerInitAttrUnsafe___spec__1___closed__1; +static lean_object* l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__6; static lean_object* l___private_Lean_Compiler_InitAttr_0__Lean_getIOTypeArg___closed__1; LEAN_EXPORT lean_object* l_Lean_isIOUnitRegularInitFn___boxed(lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed__12; lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_registerInitAttrUnsafe___spec__7___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_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__4; static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1174____closed__4; uint8_t lean_expr_eqv(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_declareBuiltin(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -84,21 +92,26 @@ LEAN_EXPORT lean_object* l_Lean_mkAuxDeclName___at_Lean_declareBuiltin___spec__1 LEAN_EXPORT lean_object* lean_get_init_fn_name_for(lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_registerInitAttrUnsafe___spec__7___lambda__1___closed__1; LEAN_EXPORT uint8_t lean_is_io_unit_regular_init_fn(lean_object*, lean_object*); +static lean_object* l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__7; +static lean_object* l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__5; LEAN_EXPORT uint8_t lean_is_io_unit_builtin_init_fn(lean_object*, lean_object*); lean_object* lean_nat_div(lean_object*, lean_object*); lean_object* lean_run_init(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_eval_const(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1146____closed__4; static lean_object* l_Lean_registerInitAttrUnsafe___closed__3; +LEAN_EXPORT lean_object* l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_docString__1(lean_object*); static lean_object* l_Lean_declareBuiltin___closed__2; lean_object* l_Lean_MessageData_ofFormat(lean_object*); static lean_object* l_Lean_registerInitAttrUnsafe___lambda__1___closed__5; +LEAN_EXPORT lean_object* l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3(lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_registerInitAttrUnsafe___spec__6___closed__1; static lean_object* l_Lean_getRegularInitFnNameFor_x3f___closed__1; static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1146____closed__3; lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l_Lean_getBuiltinInitFnNameFor_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_isIOUnitInitFnCore___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__6; static lean_object* l_Lean_declareBuiltin___closed__4; lean_object* lean_st_mk_ref(lean_object*, lean_object*); static lean_object* l_Lean_getConstInfo___at_Lean_registerInitAttrUnsafe___spec__1___closed__3; @@ -108,6 +121,7 @@ static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed_ static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed__9; static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed__2; lean_object* l_Lean_Elab_realizeGlobalConstNoOverloadWithInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__4; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_registerInitAttrUnsafe___spec__7___lambda__2(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_Lean_isIOUnitInitFnCore(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_registerInitAttrUnsafe___spec__7___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -127,6 +141,7 @@ static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed_ lean_object* l_Lean_ParametricAttribute_setParam___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_runModInit___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_registerInitAttrUnsafe___spec__7___lambda__3(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_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_registerInitAttrUnsafe___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_regularInitAttr; lean_object* lean_array_fget(lean_object*, lean_object*); @@ -138,9 +153,11 @@ static lean_object* l_Lean_registerInitAttrUnsafe___lambda__1___closed__8; extern lean_object* l_Lean_NameSet_empty; static lean_object* l___private_Lean_Compiler_InitAttr_0__Lean_isUnitType___closed__1; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); +static lean_object* l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_docString__1___closed__1; static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed__23; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_registerInitAttrUnsafe___spec__7___lambda__1(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_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__1; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_registerInitAttrUnsafe___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); @@ -151,24 +168,29 @@ static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed_ LEAN_EXPORT lean_object* l_Lean_hasInitAttr___boxed(lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed__7; uint8_t l_Lean_NameSet_contains(lean_object*, lean_object*); +static lean_object* l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_registerInitAttrUnsafe___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*); static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed__25; static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1133____closed__11; lean_object* lean_nat_sub(lean_object*, lean_object*); +static lean_object* l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__5; static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1174____closed__1; static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1174____closed__2; lean_object* l_Lean_registerParametricAttribute___rarg(lean_object*, lean_object*); static lean_object* l_Lean_declareBuiltin___closed__7; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1146_(lean_object*); size_t lean_usize_add(size_t, size_t); +static lean_object* l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__3; extern lean_object* l_Lean_instInhabitedName; lean_object* lean_array_uget(lean_object*, size_t); size_t lean_array_size(lean_object*); +LEAN_EXPORT lean_object* l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_docString__1(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_InitAttr_0__Lean_isUnitType___boxed(lean_object*); lean_object* lean_io_error_to_string(lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_registerInitAttrUnsafe___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__2; LEAN_EXPORT lean_object* l_Lean_registerInitAttrUnsafe___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_InitAttr_0__Lean_isIOUnit___boxed(lean_object*); @@ -3220,6 +3242,126 @@ x_5 = l_Lean_registerInitAttrUnsafe(x_2, x_3, x_4, x_1); return x_5; } } +static lean_object* _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers an initialization procedure. Initialization procedures are run in files that import the\nfile they are defined in.\n\nThis attribute comes in two kinds: Without arguments, the tagged declaration should have type\n`IO Unit` and are simply run during initialization. With a declaration name as a argument, the\ntagged declaration should be an opaque constant and the provided declaration name an action in `IO`\nthat returns a value of the type of the tagged declaration. Such initialization procedures store\nthe resulting value and make it accessible through the tagged declaration.\n\nThe `initialize` command should usually be preferred over using this attribute directly.\n", 676, 676); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1146____closed__4; +x_3 = l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(99u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(112u); +x_2 = lean_unsigned_to_nat(91u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__3() { +_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_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(91u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(112u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(112u); +x_2 = lean_unsigned_to_nat(34u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__6() { +_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_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(34u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__3; +x_2 = l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1146____closed__4; +x_3 = l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1174____closed__1() { _start: { @@ -3267,6 +3409,126 @@ x_5 = l_Lean_registerInitAttrUnsafe(x_2, x_3, x_4, x_1); return x_5; } } +static lean_object* _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a builtin initialization procedure.\n\nThis attribute is used internally to define builtin initialization procedures for bootstrapping and\nshould not be used otherwise.\n", 177, 177); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1174____closed__4; +x_3 = l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(114u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(121u); +x_2 = lean_unsigned_to_nat(100u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__3() { +_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_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(100u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(121u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(121u); +x_2 = lean_unsigned_to_nat(34u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__6() { +_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_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(34u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__3; +x_2 = l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1174____closed__4; +x_3 = l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} LEAN_EXPORT lean_object* l_Lean_getInitFnNameForCore_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { @@ -4267,7 +4529,29 @@ l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1146____closed__3 = _init_l_Le lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1146____closed__3); l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1146____closed__4 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1146____closed__4(); lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1146____closed__4); -if (builtin) {res = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1146_(lean_io_mk_world()); +l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_docString__1___closed__1 = _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__1 = _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__1); +l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__2 = _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__2); +l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__3 = _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__3); +l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__4 = _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__4); +l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__5 = _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__5); +l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__6 = _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__6); +l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__7 = _init_l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_regularInitAttr___regBuiltin_Lean_regularInitAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1146_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_regularInitAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_regularInitAttr); @@ -4280,7 +4564,29 @@ l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1174____closed__3 = _init_l_Le lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1174____closed__3); l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1174____closed__4 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1174____closed__4(); lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1174____closed__4); -if (builtin) {res = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1174_(lean_io_mk_world()); +l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_docString__1___closed__1 = _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__1 = _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__1); +l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__2 = _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__2); +l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__3 = _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__3); +l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__4 = _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__4); +l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__5 = _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__5); +l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__6 = _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__6); +l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__7 = _init_l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_builtinInitAttr___regBuiltin_Lean_builtinInitAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1174_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_builtinInitAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_builtinInitAttr); diff --git a/stage0/stdlib/Lean/Compiler/InlineAttrs.c b/stage0/stdlib/Lean/Compiler/InlineAttrs.c index 88113b78d9..baeae85564 100644 --- a/stage0/stdlib/Lean/Compiler/InlineAttrs.c +++ b/stage0/stdlib/Lean/Compiler/InlineAttrs.c @@ -14,6 +14,7 @@ extern "C" { #endif static lean_object* l_Lean_Compiler_instBEqInlineAttributeKind___closed__1; +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__19; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__22; LEAN_EXPORT lean_object* l_Lean_Compiler_hashInlineAttributeKind____x40_Lean_Compiler_InlineAttrs___hyg_36____boxed(lean_object*); @@ -36,8 +37,10 @@ LEAN_EXPORT uint8_t l_Lean_Compiler_hasMacroInlineAttribute(lean_object*, lean_o static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__9; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__3; lean_object* l_Lean_Environment_find_x3f(lean_object*, lean_object*, uint8_t); +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_inlineAttrs; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__33; +LEAN_EXPORT lean_object* l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3(lean_object*); lean_object* l_Lean_EnumAttributes_setValue___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -52,6 +55,7 @@ LEAN_EXPORT uint8_t l_Lean_Compiler_beqInlineAttributeKind____x40_Lean_Compiler_ LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__35; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__7; +LEAN_EXPORT lean_object* l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_docString__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_InlineAttributeKind_toCtorIdx(uint8_t); LEAN_EXPORT uint8_t lean_has_noinline_attribute(lean_object*, lean_object*); lean_object* l_Lean_Name_getPrefix(lean_object*); @@ -71,8 +75,11 @@ LEAN_EXPORT uint8_t l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_hasIn lean_object* l_Lean_addMessageContextPartial___at_Lean_Core_instAddMessageContextCoreM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__8; lean_object* l_Lean_Name_append(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__7; LEAN_EXPORT uint8_t lean_has_macro_inline_attribute(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__2; lean_object* l_Lean_Expr_constName_x21(lean_object*); +static lean_object* l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__2(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__21; @@ -84,6 +91,7 @@ static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hy static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__20; uint8_t lean_name_eq(lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_hasInlineIfReduceAttributeOld___boxed(lean_object*, lean_object*); @@ -105,6 +113,7 @@ static lean_object* l_Lean_Compiler_setInlineAttribute___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_instHashableInlineAttributeKind; LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__10; +static lean_object* l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__6; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_instBEqInlineAttributeKind; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__23; @@ -125,9 +134,11 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_InlineAttributeKind_noConfusion___rarg_ static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__25; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__24; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__17; +static lean_object* l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_docString__1___closed__1; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__28; LEAN_EXPORT lean_object* l_Lean_Compiler_setInlineAttribute(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Compiler_InlineAttributeKind_noConfusion(lean_object*); +static lean_object* l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_beqInlineAttributeKind____x40_Lean_Compiler_InlineAttrs___hyg_18____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__30; static lean_object* l_Lean_getConstInfo___at___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___spec__1___closed__4; @@ -136,6 +147,7 @@ lean_object* lean_find_expr(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_getInlineAttribute_x3f(lean_object*, lean_object*); uint8_t lean_is_eager_lambda_lifting_name(lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__1; +static lean_object* l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__5; uint8_t l_Lean_Expr_isConst(lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_hasInlineIfReduceAttribute(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_hasNoInlineAttribute(lean_object*, lean_object*); @@ -1721,6 +1733,126 @@ x_7 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____lambd return x_7; } } +static lean_object* _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Changes the inlining behavior. This attribute comes in several variants:\n- `@[inline]`: marks the definition to be inlined when it is appropriate.\n- `@[inline_if_reduce]`: marks the definition to be inlined if an application of it after inlining\n and applying reduction isn't a `match` expression. This attribute can be used for inlining\n structurally recursive functions.\n- `@[noinline]`: marks the definition to never be inlined.\n- `@[always_inline]`: marks the definition to always be inlined.\n- `@[macro_inline]`: marks the definition to always be inlined at the beginning of compilation.\n This makes it possible to define functions that evaluate some of their parameters lazily.\n Example:\n ```\n @[macro_inline]\n def test (x y : Nat) : Nat :=\n if x = 42 then x else y\n\n #eval test 42 (2^1000000000000) -- doesn't compute 2^1000000000000\n ```\n Only non-recursive functions may be marked `@[macro_inline]`.\n", 922, 922); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__34; +x_3 = l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(35u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(67u); +x_2 = lean_unsigned_to_nat(177u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__3() { +_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_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(177u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(56u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(56u); +x_2 = lean_unsigned_to_nat(30u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__6() { +_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_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(30u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__3; +x_2 = l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__34; +x_3 = l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_Compiler_setInlineAttribute___closed__1() { _start: { @@ -2149,7 +2281,29 @@ l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__34 lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__34); l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__35 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__35(); lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267____closed__35); -if (builtin) {res = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267_(lean_io_mk_world()); +l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_docString__1___closed__1 = _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_docString__1___closed__1); +if (builtin) {res = l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__1 = _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__1); +l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__2 = _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__2); +l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__3 = _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__3); +l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__4 = _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__4); +l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__5 = _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__5); +l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__6 = _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__6); +l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__7 = _init_l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3___closed__7); +if (builtin) {res = l_Lean_Compiler_inlineAttrs___regBuiltin_Lean_Compiler_inlineAttrs_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_267_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Compiler_inlineAttrs = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Compiler_inlineAttrs); diff --git a/stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c b/stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c index e34d5af7f8..a1f26c1130 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c @@ -24,6 +24,7 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__9; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__4(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_monoTypeExt; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Compiler_LCNF_builtinRuntimeTypes; @@ -41,13 +42,11 @@ lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__3(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_CacheExtension_insert___at_Lean_Compiler_LCNF_getOtherDeclBaseType___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t lean_usize_dec_eq(size_t, size_t); lean_object* lean_mk_array(lean_object*, lean_object*); extern lean_object* l_Lean_Compiler_LCNF_erasedExpr; static lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__10; lean_object* l_Lean_Compiler_LCNF_CacheExtension_find_x3f___at_Lean_Compiler_LCNF_getOtherDeclBaseType___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_reprTrivialStructureInfo____x40_Lean_Compiler_LCNF_MonoTypes___hyg_255____closed__20; -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__7(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_reprTrivialStructureInfo____x40_Lean_Compiler_LCNF_MonoTypes___hyg_255____closed__18; lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_hasTrivialStructure_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -71,9 +70,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__5___ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instReprTrivialStructureInfo; static lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__3; LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_hasTrivialStructure_x3f___spec__1(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_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1765_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_to_int(lean_object*); static uint64_t l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__6; @@ -117,7 +114,6 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields(lean_object* lean_object* l_Lean_Compiler_LCNF_instantiateForall_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__4(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at_Lean_Compiler_LCNF_getRelevantCtorFields___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMonoType(lean_object*, lean_object*, lean_object*, lean_object*); @@ -136,12 +132,14 @@ static lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__5; static lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__12; lean_object* lean_array_set(lean_object*, lean_object*, lean_object*); uint8_t l_Array_contains___at_Lean_registerInternalExceptionId___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_getOtherDeclMonoType(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkArrow(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_hasTrivialStructure_x3f(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1747_(lean_object*); static lean_object* l_Lean_Compiler_LCNF_instReprTrivialStructureInfo___closed__1; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); lean_object* l_Array_ofSubarray___rarg(lean_object*); @@ -174,7 +172,6 @@ static lean_object* l_Lean_Compiler_LCNF_reprTrivialStructureInfo____x40_Lean_Co lean_object* lean_expr_instantiate1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__1; -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__7___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_Compiler_LCNF_hasTrivialStructure_x3f___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_reprTrivialStructureInfo____x40_Lean_Compiler_LCNF_MonoTypes___hyg_255____closed__12; static lean_object* _init_l_panic___at_Lean_Compiler_LCNF_getRelevantCtorFields___spec__1___closed__1() { @@ -2005,7 +2002,7 @@ _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_Lean_Compiler_LCNF_getRelevantCtorFields___closed__1; x_2 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___closed__1; -x_3 = lean_unsigned_to_nat(107u); +x_3 = lean_unsigned_to_nat(103u); x_4 = lean_unsigned_to_nat(50u); x_5 = l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__3; x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -2704,37 +2701,345 @@ return x_29; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__4(lean_object* x_1, size_t x_2, size_t x_3) { +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__4(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_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) +uint8_t x_10; +x_10 = lean_usize_dec_lt(x_5, x_4); +if (x_10 == 0) { -lean_object* x_5; uint8_t x_6; -x_5 = lean_array_uget(x_1, x_2); -x_6 = l_Lean_Expr_isErased(x_5); -lean_dec(x_5); -if (x_6 == 0) -{ -uint8_t x_7; -x_7 = 1; -return x_7; +lean_object* x_11; +lean_dec(x_8); +lean_dec(x_7); +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 { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_2, x_8); -x_2 = x_9; +lean_object* x_12; lean_object* x_13; lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_12 = lean_array_uget(x_3, x_5); +x_31 = lean_ctor_get(x_6, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_6, 1); +lean_inc(x_32); +lean_dec(x_6); +lean_inc(x_32); +x_33 = l_Lean_Expr_headBeta(x_32); +if (lean_obj_tag(x_33) == 7) +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_34 = lean_ctor_get(x_33, 1); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 2); +lean_inc(x_35); +lean_dec(x_33); +x_36 = l_Lean_Expr_headBeta(x_12); +switch (lean_obj_tag(x_34)) { +case 3: +{ +lean_object* x_49; +lean_dec(x_34); +x_49 = lean_box(0); +x_37 = x_49; +goto block_48; +} +case 4: +{ +lean_object* x_50; +x_50 = lean_ctor_get(x_34, 0); +lean_inc(x_50); +lean_dec(x_34); +if (lean_obj_tag(x_50) == 1) +{ +lean_object* x_51; +x_51 = lean_ctor_get(x_50, 0); +lean_inc(x_51); +if (lean_obj_tag(x_51) == 0) +{ +lean_object* x_52; lean_object* x_53; uint8_t x_54; +x_52 = lean_ctor_get(x_50, 1); +lean_inc(x_52); +lean_dec(x_50); +x_53 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___closed__3; +x_54 = lean_string_dec_eq(x_52, x_53); +lean_dec(x_52); +if (x_54 == 0) +{ +lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_55 = l_Lean_Compiler_LCNF_anyExpr; +x_56 = l_Lean_Expr_app___override(x_31, x_55); +x_57 = lean_box(0); +x_58 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_35, x_36, x_56, x_32, x_57, x_7, x_8, x_9); +lean_dec(x_32); +lean_dec(x_36); +lean_dec(x_35); +x_13 = x_58; +goto block_30; +} +else +{ +lean_object* x_59; +x_59 = lean_box(0); +x_37 = x_59; +goto block_48; +} +} +else +{ +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; +lean_dec(x_51); +lean_dec(x_50); +x_60 = l_Lean_Compiler_LCNF_anyExpr; +x_61 = l_Lean_Expr_app___override(x_31, x_60); +x_62 = lean_box(0); +x_63 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_35, x_36, x_61, x_32, x_62, x_7, x_8, x_9); +lean_dec(x_32); +lean_dec(x_36); +lean_dec(x_35); +x_13 = x_63; +goto block_30; +} +} +else +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; +lean_dec(x_50); +x_64 = l_Lean_Compiler_LCNF_anyExpr; +x_65 = l_Lean_Expr_app___override(x_31, x_64); +x_66 = lean_box(0); +x_67 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_35, x_36, x_65, x_32, x_66, x_7, x_8, x_9); +lean_dec(x_32); +lean_dec(x_36); +lean_dec(x_35); +x_13 = x_67; +goto block_30; +} +} +default: +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; +lean_dec(x_34); +x_68 = l_Lean_Compiler_LCNF_anyExpr; +x_69 = l_Lean_Expr_app___override(x_31, x_68); +x_70 = lean_box(0); +x_71 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_35, x_36, x_69, x_32, x_70, x_7, x_8, x_9); +lean_dec(x_32); +lean_dec(x_36); +lean_dec(x_35); +x_13 = x_71; +goto block_30; +} +} +block_48: +{ +lean_object* x_38; +lean_dec(x_37); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_36); +x_38 = l_Lean_Compiler_LCNF_toMonoType(x_36, x_7, x_8, x_9); +if (lean_obj_tag(x_38) == 0) +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_39 = lean_ctor_get(x_38, 0); +lean_inc(x_39); +x_40 = lean_ctor_get(x_38, 1); +lean_inc(x_40); +lean_dec(x_38); +x_41 = l_Lean_Expr_app___override(x_31, x_39); +x_42 = lean_box(0); +x_43 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_35, x_36, x_41, x_32, x_42, x_7, x_8, x_40); +lean_dec(x_32); +lean_dec(x_36); +lean_dec(x_35); +x_13 = x_43; +goto block_30; +} +else +{ +uint8_t x_44; +lean_dec(x_36); +lean_dec(x_35); +lean_dec(x_32); +lean_dec(x_31); +x_44 = !lean_is_exclusive(x_38); +if (x_44 == 0) +{ +x_13 = x_38; +goto block_30; +} +else +{ +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_38, 0); +x_46 = lean_ctor_get(x_38, 1); +lean_inc(x_46); +lean_inc(x_45); +lean_dec(x_38); +x_47 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +x_13 = x_47; +goto block_30; +} +} +} +} +else +{ +lean_object* x_72; lean_object* x_73; +lean_dec(x_33); +lean_dec(x_12); +x_72 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___closed__2; +lean_inc(x_8); +lean_inc(x_7); +x_73 = l_panic___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__1(x_72, x_7, x_8, x_9); +if (lean_obj_tag(x_73) == 0) +{ +uint8_t x_74; +x_74 = !lean_is_exclusive(x_73); +if (x_74 == 0) +{ +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_73, 0); +lean_dec(x_75); +x_76 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_76, 0, x_31); +lean_ctor_set(x_76, 1, x_32); +x_77 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_77, 0, x_76); +lean_ctor_set(x_73, 0, x_77); +x_13 = x_73; +goto block_30; +} +else +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_78 = lean_ctor_get(x_73, 1); +lean_inc(x_78); +lean_dec(x_73); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_31); +lean_ctor_set(x_79, 1, x_32); +x_80 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_80, 0, x_79); +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_78); +x_13 = x_81; +goto block_30; +} +} +else +{ +uint8_t x_82; +lean_dec(x_32); +lean_dec(x_31); +x_82 = !lean_is_exclusive(x_73); +if (x_82 == 0) +{ +x_13 = x_73; +goto block_30; +} +else +{ +lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_83 = lean_ctor_get(x_73, 0); +x_84 = lean_ctor_get(x_73, 1); +lean_inc(x_84); +lean_inc(x_83); +lean_dec(x_73); +x_85 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_85, 0, x_83); +lean_ctor_set(x_85, 1, x_84); +x_13 = x_85; +goto block_30; +} +} +} +block_30: +{ +if (lean_obj_tag(x_13) == 0) +{ +lean_object* x_14; +x_14 = lean_ctor_get(x_13, 0); +lean_inc(x_14); +if (lean_obj_tag(x_14) == 0) +{ +uint8_t x_15; +lean_dec(x_8); +lean_dec(x_7); +x_15 = !lean_is_exclusive(x_13); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_13, 0); +lean_dec(x_16); +x_17 = lean_ctor_get(x_14, 0); +lean_inc(x_17); +lean_dec(x_14); +lean_ctor_set(x_13, 0, x_17); +return x_13; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_18 = lean_ctor_get(x_13, 1); +lean_inc(x_18); +lean_dec(x_13); +x_19 = lean_ctor_get(x_14, 0); +lean_inc(x_19); +lean_dec(x_14); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_18); +return x_20; +} +} +else +{ +lean_object* x_21; lean_object* x_22; size_t x_23; size_t x_24; +x_21 = lean_ctor_get(x_13, 1); +lean_inc(x_21); +lean_dec(x_13); +x_22 = lean_ctor_get(x_14, 0); +lean_inc(x_22); +lean_dec(x_14); +x_23 = 1; +x_24 = lean_usize_add(x_5, x_23); +x_5 = x_24; +x_6 = x_22; +x_9 = x_21; goto _start; } } else { -uint8_t x_11; -x_11 = 0; -return x_11; +uint8_t x_26; +lean_dec(x_8); +lean_dec(x_7); +x_26 = !lean_is_exclusive(x_13); +if (x_26 == 0) +{ +return x_13; +} +else +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_13, 0); +x_28 = lean_ctor_get(x_13, 1); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_13); +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; +} +} +} } } } @@ -3422,348 +3727,6 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__7(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_10; -x_10 = lean_usize_dec_lt(x_5, x_4); -if (x_10 == 0) -{ -lean_object* x_11; -lean_dec(x_8); -lean_dec(x_7); -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_12; lean_object* x_13; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_12 = lean_array_uget(x_3, x_5); -x_31 = lean_ctor_get(x_6, 0); -lean_inc(x_31); -x_32 = lean_ctor_get(x_6, 1); -lean_inc(x_32); -lean_dec(x_6); -lean_inc(x_32); -x_33 = l_Lean_Expr_headBeta(x_32); -if (lean_obj_tag(x_33) == 7) -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_34 = lean_ctor_get(x_33, 1); -lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 2); -lean_inc(x_35); -lean_dec(x_33); -x_36 = l_Lean_Expr_headBeta(x_12); -switch (lean_obj_tag(x_34)) { -case 3: -{ -lean_object* x_49; -lean_dec(x_34); -x_49 = lean_box(0); -x_37 = x_49; -goto block_48; -} -case 4: -{ -lean_object* x_50; -x_50 = lean_ctor_get(x_34, 0); -lean_inc(x_50); -lean_dec(x_34); -if (lean_obj_tag(x_50) == 1) -{ -lean_object* x_51; -x_51 = lean_ctor_get(x_50, 0); -lean_inc(x_51); -if (lean_obj_tag(x_51) == 0) -{ -lean_object* x_52; lean_object* x_53; uint8_t x_54; -x_52 = lean_ctor_get(x_50, 1); -lean_inc(x_52); -lean_dec(x_50); -x_53 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___closed__3; -x_54 = lean_string_dec_eq(x_52, x_53); -lean_dec(x_52); -if (x_54 == 0) -{ -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_55 = l_Lean_Compiler_LCNF_anyExpr; -x_56 = l_Lean_Expr_app___override(x_31, x_55); -x_57 = lean_box(0); -x_58 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_35, x_36, x_56, x_32, x_57, x_7, x_8, x_9); -lean_dec(x_32); -lean_dec(x_36); -lean_dec(x_35); -x_13 = x_58; -goto block_30; -} -else -{ -lean_object* x_59; -x_59 = lean_box(0); -x_37 = x_59; -goto block_48; -} -} -else -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -lean_dec(x_51); -lean_dec(x_50); -x_60 = l_Lean_Compiler_LCNF_anyExpr; -x_61 = l_Lean_Expr_app___override(x_31, x_60); -x_62 = lean_box(0); -x_63 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_35, x_36, x_61, x_32, x_62, x_7, x_8, x_9); -lean_dec(x_32); -lean_dec(x_36); -lean_dec(x_35); -x_13 = x_63; -goto block_30; -} -} -else -{ -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; -lean_dec(x_50); -x_64 = l_Lean_Compiler_LCNF_anyExpr; -x_65 = l_Lean_Expr_app___override(x_31, x_64); -x_66 = lean_box(0); -x_67 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_35, x_36, x_65, x_32, x_66, x_7, x_8, x_9); -lean_dec(x_32); -lean_dec(x_36); -lean_dec(x_35); -x_13 = x_67; -goto block_30; -} -} -default: -{ -lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; -lean_dec(x_34); -x_68 = l_Lean_Compiler_LCNF_anyExpr; -x_69 = l_Lean_Expr_app___override(x_31, x_68); -x_70 = lean_box(0); -x_71 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_35, x_36, x_69, x_32, x_70, x_7, x_8, x_9); -lean_dec(x_32); -lean_dec(x_36); -lean_dec(x_35); -x_13 = x_71; -goto block_30; -} -} -block_48: -{ -lean_object* x_38; -lean_dec(x_37); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_36); -x_38 = l_Lean_Compiler_LCNF_toMonoType(x_36, x_7, x_8, x_9); -if (lean_obj_tag(x_38) == 0) -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_39 = lean_ctor_get(x_38, 0); -lean_inc(x_39); -x_40 = lean_ctor_get(x_38, 1); -lean_inc(x_40); -lean_dec(x_38); -x_41 = l_Lean_Expr_app___override(x_31, x_39); -x_42 = lean_box(0); -x_43 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_35, x_36, x_41, x_32, x_42, x_7, x_8, x_40); -lean_dec(x_32); -lean_dec(x_36); -lean_dec(x_35); -x_13 = x_43; -goto block_30; -} -else -{ -uint8_t x_44; -lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_32); -lean_dec(x_31); -x_44 = !lean_is_exclusive(x_38); -if (x_44 == 0) -{ -x_13 = x_38; -goto block_30; -} -else -{ -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_38, 0); -x_46 = lean_ctor_get(x_38, 1); -lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_38); -x_47 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set(x_47, 1, x_46); -x_13 = x_47; -goto block_30; -} -} -} -} -else -{ -lean_object* x_72; lean_object* x_73; -lean_dec(x_33); -lean_dec(x_12); -x_72 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___closed__2; -lean_inc(x_8); -lean_inc(x_7); -x_73 = l_panic___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__1(x_72, x_7, x_8, x_9); -if (lean_obj_tag(x_73) == 0) -{ -uint8_t x_74; -x_74 = !lean_is_exclusive(x_73); -if (x_74 == 0) -{ -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_73, 0); -lean_dec(x_75); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_31); -lean_ctor_set(x_76, 1, x_32); -x_77 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_77, 0, x_76); -lean_ctor_set(x_73, 0, x_77); -x_13 = x_73; -goto block_30; -} -else -{ -lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_78 = lean_ctor_get(x_73, 1); -lean_inc(x_78); -lean_dec(x_73); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_31); -lean_ctor_set(x_79, 1, x_32); -x_80 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_80, 0, x_79); -x_81 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_81, 0, x_80); -lean_ctor_set(x_81, 1, x_78); -x_13 = x_81; -goto block_30; -} -} -else -{ -uint8_t x_82; -lean_dec(x_32); -lean_dec(x_31); -x_82 = !lean_is_exclusive(x_73); -if (x_82 == 0) -{ -x_13 = x_73; -goto block_30; -} -else -{ -lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_83 = lean_ctor_get(x_73, 0); -x_84 = lean_ctor_get(x_73, 1); -lean_inc(x_84); -lean_inc(x_83); -lean_dec(x_73); -x_85 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_85, 0, x_83); -lean_ctor_set(x_85, 1, x_84); -x_13 = x_85; -goto block_30; -} -} -} -block_30: -{ -if (lean_obj_tag(x_13) == 0) -{ -lean_object* x_14; -x_14 = lean_ctor_get(x_13, 0); -lean_inc(x_14); -if (lean_obj_tag(x_14) == 0) -{ -uint8_t x_15; -lean_dec(x_8); -lean_dec(x_7); -x_15 = !lean_is_exclusive(x_13); -if (x_15 == 0) -{ -lean_object* x_16; lean_object* x_17; -x_16 = lean_ctor_get(x_13, 0); -lean_dec(x_16); -x_17 = lean_ctor_get(x_14, 0); -lean_inc(x_17); -lean_dec(x_14); -lean_ctor_set(x_13, 0, x_17); -return x_13; -} -else -{ -lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_18 = lean_ctor_get(x_13, 1); -lean_inc(x_18); -lean_dec(x_13); -x_19 = lean_ctor_get(x_14, 0); -lean_inc(x_19); -lean_dec(x_14); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_18); -return x_20; -} -} -else -{ -lean_object* x_21; lean_object* x_22; size_t x_23; size_t x_24; -x_21 = lean_ctor_get(x_13, 1); -lean_inc(x_21); -lean_dec(x_13); -x_22 = lean_ctor_get(x_14, 0); -lean_inc(x_22); -lean_dec(x_14); -x_23 = 1; -x_24 = lean_usize_add(x_5, x_23); -x_5 = x_24; -x_6 = x_22; -x_9 = x_21; -goto _start; -} -} -else -{ -uint8_t x_26; -lean_dec(x_8); -lean_dec(x_7); -x_26 = !lean_is_exclusive(x_13); -if (x_26 == 0) -{ -return x_13; -} -else -{ -lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_13, 0); -x_28 = lean_ctor_get(x_13, 1); -lean_inc(x_28); -lean_inc(x_27); -lean_dec(x_13); -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; -} -} -} -} -} -} LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__1(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: { @@ -3906,7 +3869,7 @@ lean_ctor_set(x_9, 0, x_2); lean_ctor_set(x_9, 1, x_3); x_10 = lean_array_size(x_1); x_11 = 0; -x_12 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__5(x_1, x_8, x_1, x_10, x_11, x_9, x_5, x_6, x_7); +x_12 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__4(x_1, x_8, x_1, x_10, x_11, x_9, x_5, x_6, x_7); if (lean_obj_tag(x_12) == 0) { uint8_t x_13; @@ -3972,7 +3935,7 @@ lean_ctor_set(x_9, 0, x_2); lean_ctor_set(x_9, 1, x_3); x_10 = lean_array_size(x_1); x_11 = 0; -x_12 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__6(x_1, x_8, x_1, x_10, x_11, x_9, x_5, x_6, x_7); +x_12 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__5(x_1, x_8, x_1, x_10, x_11, x_9, x_5, x_6, x_7); if (lean_obj_tag(x_12) == 0) { uint8_t x_13; @@ -4038,7 +4001,7 @@ lean_ctor_set(x_9, 0, x_2); lean_ctor_set(x_9, 1, x_3); x_10 = lean_array_size(x_1); x_11 = 0; -x_12 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__7(x_1, x_8, x_1, x_10, x_11, x_9, x_5, x_6, x_7); +x_12 = l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__6(x_1, x_8, x_1, x_10, x_11, x_9, x_5, x_6, x_7); if (lean_obj_tag(x_12) == 0) { uint8_t x_13; @@ -4706,560 +4669,525 @@ return x_130; } else { -lean_object* x_131; lean_object* x_132; uint8_t x_133; +lean_object* x_131; lean_object* x_132; lean_dec(x_65); lean_dec(x_64); lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); -x_131 = lean_array_get_size(x_2); -x_132 = lean_unsigned_to_nat(0u); -x_133 = lean_nat_dec_lt(x_132, x_131); -if (x_133 == 0) -{ -lean_object* x_134; lean_object* x_135; -lean_dec(x_131); lean_dec(x_2); -x_134 = l_Lean_Compiler_LCNF_erasedExpr; -x_135 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_135, 0, x_134); -lean_ctor_set(x_135, 1, x_5); -return x_135; -} -else -{ -size_t x_136; size_t x_137; uint8_t x_138; -x_136 = 0; -x_137 = lean_usize_of_nat(x_131); -lean_dec(x_131); -x_138 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__4(x_2, x_136, x_137); -lean_dec(x_2); -if (x_138 == 0) -{ -lean_object* x_139; lean_object* x_140; -x_139 = l_Lean_Compiler_LCNF_erasedExpr; -x_140 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_140, 0, x_139); -lean_ctor_set(x_140, 1, x_5); -return x_140; -} -else -{ -lean_object* x_141; lean_object* x_142; -x_141 = l_Lean_Compiler_LCNF_anyExpr; -x_142 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_142, 0, x_141); -lean_ctor_set(x_142, 1, x_5); -return x_142; -} -} +x_131 = l_Lean_Compiler_LCNF_erasedExpr; +x_132 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_132, 0, x_131); +lean_ctor_set(x_132, 1, x_5); +return x_132; } } case 1: { -lean_object* x_143; lean_object* x_144; +lean_object* x_133; lean_object* x_134; lean_dec(x_63); -x_143 = lean_ctor_get(x_1, 1); -lean_inc(x_143); +x_133 = lean_ctor_get(x_1, 1); +lean_inc(x_133); lean_dec(x_1); lean_inc(x_4); lean_inc(x_3); lean_inc(x_6); -x_144 = l_Lean_Compiler_LCNF_hasTrivialStructure_x3f(x_6, x_3, x_4, x_5); -if (lean_obj_tag(x_144) == 0) +x_134 = l_Lean_Compiler_LCNF_hasTrivialStructure_x3f(x_6, x_3, x_4, x_5); +if (lean_obj_tag(x_134) == 0) { -lean_object* x_145; -x_145 = lean_ctor_get(x_144, 0); -lean_inc(x_145); -if (lean_obj_tag(x_145) == 0) +lean_object* x_135; +x_135 = lean_ctor_get(x_134, 0); +lean_inc(x_135); +if (lean_obj_tag(x_135) == 0) { -lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; -x_146 = lean_ctor_get(x_144, 1); -lean_inc(x_146); -lean_dec(x_144); -x_147 = lean_box(0); +lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; +x_136 = lean_ctor_get(x_134, 1); +lean_inc(x_136); +lean_dec(x_134); +x_137 = lean_box(0); lean_inc(x_6); -x_148 = l_Lean_Expr_const___override(x_6, x_147); +x_138 = l_Lean_Expr_const___override(x_6, x_137); lean_inc(x_4); lean_inc(x_3); -x_149 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_6, x_143, x_3, x_4, x_146); -if (lean_obj_tag(x_149) == 0) +x_139 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_6, x_133, x_3, x_4, x_136); +if (lean_obj_tag(x_139) == 0) { -uint8_t x_150; -x_150 = !lean_is_exclusive(x_149); -if (x_150 == 0) +uint8_t x_140; +x_140 = !lean_is_exclusive(x_139); +if (x_140 == 0) { -lean_object* x_151; lean_object* x_152; uint8_t x_153; -x_151 = lean_ctor_get(x_149, 0); -x_152 = lean_ctor_get(x_149, 1); -x_153 = l_Lean_Expr_isErased(x_151); -if (x_153 == 0) +lean_object* x_141; lean_object* x_142; uint8_t x_143; +x_141 = lean_ctor_get(x_139, 0); +x_142 = lean_ctor_get(x_139, 1); +x_143 = l_Lean_Expr_isErased(x_141); +if (x_143 == 0) { -lean_object* x_154; lean_object* x_155; -lean_free_object(x_149); -x_154 = lean_box(0); -x_155 = l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__3(x_2, x_148, x_151, x_154, x_3, x_4, x_152); +lean_object* x_144; lean_object* x_145; +lean_free_object(x_139); +x_144 = lean_box(0); +x_145 = l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__3(x_2, x_138, x_141, x_144, x_3, x_4, x_142); lean_dec(x_2); -return x_155; +return x_145; } else { -lean_object* x_156; -lean_dec(x_151); -lean_dec(x_148); +lean_object* x_146; +lean_dec(x_141); +lean_dec(x_138); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_156 = l_Lean_Compiler_LCNF_erasedExpr; -lean_ctor_set(x_149, 0, x_156); -return x_149; +x_146 = l_Lean_Compiler_LCNF_erasedExpr; +lean_ctor_set(x_139, 0, x_146); +return x_139; } } else { -lean_object* x_157; lean_object* x_158; uint8_t x_159; -x_157 = lean_ctor_get(x_149, 0); -x_158 = lean_ctor_get(x_149, 1); -lean_inc(x_158); -lean_inc(x_157); -lean_dec(x_149); -x_159 = l_Lean_Expr_isErased(x_157); -if (x_159 == 0) +lean_object* x_147; lean_object* x_148; uint8_t x_149; +x_147 = lean_ctor_get(x_139, 0); +x_148 = lean_ctor_get(x_139, 1); +lean_inc(x_148); +lean_inc(x_147); +lean_dec(x_139); +x_149 = l_Lean_Expr_isErased(x_147); +if (x_149 == 0) { -lean_object* x_160; lean_object* x_161; -x_160 = lean_box(0); -x_161 = l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__3(x_2, x_148, x_157, x_160, x_3, x_4, x_158); +lean_object* x_150; lean_object* x_151; +x_150 = lean_box(0); +x_151 = l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__3(x_2, x_138, x_147, x_150, x_3, x_4, x_148); lean_dec(x_2); -return x_161; +return x_151; } else { -lean_object* x_162; lean_object* x_163; -lean_dec(x_157); -lean_dec(x_148); +lean_object* x_152; lean_object* x_153; +lean_dec(x_147); +lean_dec(x_138); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_162 = l_Lean_Compiler_LCNF_erasedExpr; -x_163 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_163, 0, x_162); -lean_ctor_set(x_163, 1, x_158); -return x_163; +x_152 = l_Lean_Compiler_LCNF_erasedExpr; +x_153 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_153, 0, x_152); +lean_ctor_set(x_153, 1, x_148); +return x_153; } } } else { -uint8_t x_164; -lean_dec(x_148); +uint8_t x_154; +lean_dec(x_138); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_164 = !lean_is_exclusive(x_149); -if (x_164 == 0) +x_154 = !lean_is_exclusive(x_139); +if (x_154 == 0) { -return x_149; +return x_139; } else { -lean_object* x_165; lean_object* x_166; lean_object* x_167; -x_165 = lean_ctor_get(x_149, 0); -x_166 = lean_ctor_get(x_149, 1); -lean_inc(x_166); -lean_inc(x_165); -lean_dec(x_149); -x_167 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_167, 0, x_165); -lean_ctor_set(x_167, 1, x_166); -return x_167; +lean_object* x_155; lean_object* x_156; lean_object* x_157; +x_155 = lean_ctor_get(x_139, 0); +x_156 = lean_ctor_get(x_139, 1); +lean_inc(x_156); +lean_inc(x_155); +lean_dec(x_139); +x_157 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_157, 0, x_155); +lean_ctor_set(x_157, 1, x_156); +return x_157; } } } else { -lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; -lean_dec(x_143); +lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; +lean_dec(x_133); lean_dec(x_6); -x_168 = lean_ctor_get(x_144, 1); -lean_inc(x_168); -lean_dec(x_144); -x_169 = lean_ctor_get(x_145, 0); -lean_inc(x_169); -lean_dec(x_145); +x_158 = lean_ctor_get(x_134, 1); +lean_inc(x_158); +lean_dec(x_134); +x_159 = lean_ctor_get(x_135, 0); +lean_inc(x_159); +lean_dec(x_135); +x_160 = lean_ctor_get(x_159, 0); +lean_inc(x_160); +x_161 = lean_box(0); +lean_inc(x_4); +lean_inc(x_3); +x_162 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_160, x_161, x_3, x_4, x_158); +if (lean_obj_tag(x_162) == 0) +{ +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; +x_163 = lean_ctor_get(x_162, 0); +lean_inc(x_163); +x_164 = lean_ctor_get(x_162, 1); +lean_inc(x_164); +lean_dec(x_162); +x_165 = lean_ctor_get(x_159, 1); +lean_inc(x_165); +x_166 = lean_unsigned_to_nat(0u); +x_167 = l_Array_toSubarray___rarg(x_2, x_166, x_165); +x_168 = l_Array_ofSubarray___rarg(x_167); +lean_dec(x_167); +x_169 = l_Lean_Compiler_LCNF_instantiateForall_go(x_168, x_166, x_163, x_3, x_4, x_164); +lean_dec(x_168); +if (lean_obj_tag(x_169) == 0) +{ +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; x_170 = lean_ctor_get(x_169, 0); lean_inc(x_170); -x_171 = lean_box(0); -lean_inc(x_4); -lean_inc(x_3); -x_172 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_170, x_171, x_3, x_4, x_168); -if (lean_obj_tag(x_172) == 0) -{ -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; -x_173 = lean_ctor_get(x_172, 0); -lean_inc(x_173); -x_174 = lean_ctor_get(x_172, 1); -lean_inc(x_174); -lean_dec(x_172); -x_175 = lean_ctor_get(x_169, 1); -lean_inc(x_175); -x_176 = lean_unsigned_to_nat(0u); -x_177 = l_Array_toSubarray___rarg(x_2, x_176, x_175); -x_178 = l_Array_ofSubarray___rarg(x_177); -lean_dec(x_177); -x_179 = l_Lean_Compiler_LCNF_instantiateForall_go(x_178, x_176, x_173, x_3, x_4, x_174); -lean_dec(x_178); -if (lean_obj_tag(x_179) == 0) -{ -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; -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(x_179); -x_182 = l_Lean_Compiler_LCNF_getParamTypes(x_180); -x_183 = lean_ctor_get(x_169, 2); -lean_inc(x_183); +x_171 = lean_ctor_get(x_169, 1); +lean_inc(x_171); lean_dec(x_169); -x_184 = l_Lean_instInhabitedExpr; -x_185 = lean_array_get(x_184, x_182, x_183); -lean_dec(x_183); -lean_dec(x_182); -x_186 = l_Lean_Compiler_LCNF_toMonoType(x_185, x_3, x_4, x_181); -return x_186; +x_172 = l_Lean_Compiler_LCNF_getParamTypes(x_170); +x_173 = lean_ctor_get(x_159, 2); +lean_inc(x_173); +lean_dec(x_159); +x_174 = l_Lean_instInhabitedExpr; +x_175 = lean_array_get(x_174, x_172, x_173); +lean_dec(x_173); +lean_dec(x_172); +x_176 = l_Lean_Compiler_LCNF_toMonoType(x_175, x_3, x_4, x_171); +return x_176; } else { -uint8_t x_187; -lean_dec(x_169); +uint8_t x_177; +lean_dec(x_159); lean_dec(x_4); lean_dec(x_3); -x_187 = !lean_is_exclusive(x_179); -if (x_187 == 0) +x_177 = !lean_is_exclusive(x_169); +if (x_177 == 0) { -return x_179; +return x_169; } else { -lean_object* x_188; lean_object* x_189; lean_object* x_190; -x_188 = lean_ctor_get(x_179, 0); -x_189 = lean_ctor_get(x_179, 1); -lean_inc(x_189); -lean_inc(x_188); -lean_dec(x_179); -x_190 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_190, 0, x_188); -lean_ctor_set(x_190, 1, x_189); -return x_190; -} -} -} -else -{ -uint8_t x_191; +lean_object* x_178; lean_object* x_179; lean_object* x_180; +x_178 = lean_ctor_get(x_169, 0); +x_179 = lean_ctor_get(x_169, 1); +lean_inc(x_179); +lean_inc(x_178); lean_dec(x_169); +x_180 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_180, 0, x_178); +lean_ctor_set(x_180, 1, x_179); +return x_180; +} +} +} +else +{ +uint8_t x_181; +lean_dec(x_159); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_191 = !lean_is_exclusive(x_172); -if (x_191 == 0) +x_181 = !lean_is_exclusive(x_162); +if (x_181 == 0) { -return x_172; +return x_162; } else { -lean_object* x_192; lean_object* x_193; lean_object* x_194; -x_192 = lean_ctor_get(x_172, 0); -x_193 = lean_ctor_get(x_172, 1); -lean_inc(x_193); -lean_inc(x_192); -lean_dec(x_172); -x_194 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_194, 0, x_192); -lean_ctor_set(x_194, 1, x_193); -return x_194; +lean_object* x_182; lean_object* x_183; lean_object* x_184; +x_182 = lean_ctor_get(x_162, 0); +x_183 = lean_ctor_get(x_162, 1); +lean_inc(x_183); +lean_inc(x_182); +lean_dec(x_162); +x_184 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_184, 0, x_182); +lean_ctor_set(x_184, 1, x_183); +return x_184; } } } } else { -uint8_t x_195; -lean_dec(x_143); +uint8_t x_185; +lean_dec(x_133); lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_195 = !lean_is_exclusive(x_144); -if (x_195 == 0) +x_185 = !lean_is_exclusive(x_134); +if (x_185 == 0) { -return x_144; +return x_134; } else { -lean_object* x_196; lean_object* x_197; lean_object* x_198; -x_196 = lean_ctor_get(x_144, 0); -x_197 = lean_ctor_get(x_144, 1); -lean_inc(x_197); -lean_inc(x_196); -lean_dec(x_144); -x_198 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_198, 0, x_196); -lean_ctor_set(x_198, 1, x_197); -return x_198; +lean_object* x_186; lean_object* x_187; lean_object* x_188; +x_186 = lean_ctor_get(x_134, 0); +x_187 = lean_ctor_get(x_134, 1); +lean_inc(x_187); +lean_inc(x_186); +lean_dec(x_134); +x_188 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_188, 0, x_186); +lean_ctor_set(x_188, 1, x_187); +return x_188; } } } default: { -lean_object* x_199; lean_object* x_200; +lean_object* x_189; lean_object* x_190; lean_dec(x_63); -x_199 = lean_ctor_get(x_1, 1); -lean_inc(x_199); +x_189 = lean_ctor_get(x_1, 1); +lean_inc(x_189); lean_dec(x_1); lean_inc(x_4); lean_inc(x_3); lean_inc(x_6); -x_200 = l_Lean_Compiler_LCNF_hasTrivialStructure_x3f(x_6, x_3, x_4, x_5); -if (lean_obj_tag(x_200) == 0) +x_190 = l_Lean_Compiler_LCNF_hasTrivialStructure_x3f(x_6, x_3, x_4, x_5); +if (lean_obj_tag(x_190) == 0) { -lean_object* x_201; -x_201 = lean_ctor_get(x_200, 0); -lean_inc(x_201); -if (lean_obj_tag(x_201) == 0) +lean_object* x_191; +x_191 = lean_ctor_get(x_190, 0); +lean_inc(x_191); +if (lean_obj_tag(x_191) == 0) { -lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; -x_202 = lean_ctor_get(x_200, 1); -lean_inc(x_202); -lean_dec(x_200); -x_203 = lean_box(0); +lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; +x_192 = lean_ctor_get(x_190, 1); +lean_inc(x_192); +lean_dec(x_190); +x_193 = lean_box(0); lean_inc(x_6); -x_204 = l_Lean_Expr_const___override(x_6, x_203); +x_194 = l_Lean_Expr_const___override(x_6, x_193); lean_inc(x_4); lean_inc(x_3); -x_205 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_6, x_199, x_3, x_4, x_202); -if (lean_obj_tag(x_205) == 0) +x_195 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_6, x_189, x_3, x_4, x_192); +if (lean_obj_tag(x_195) == 0) { -uint8_t x_206; -x_206 = !lean_is_exclusive(x_205); -if (x_206 == 0) +uint8_t x_196; +x_196 = !lean_is_exclusive(x_195); +if (x_196 == 0) { -lean_object* x_207; lean_object* x_208; uint8_t x_209; -x_207 = lean_ctor_get(x_205, 0); -x_208 = lean_ctor_get(x_205, 1); -x_209 = l_Lean_Expr_isErased(x_207); -if (x_209 == 0) +lean_object* x_197; lean_object* x_198; uint8_t x_199; +x_197 = lean_ctor_get(x_195, 0); +x_198 = lean_ctor_get(x_195, 1); +x_199 = l_Lean_Expr_isErased(x_197); +if (x_199 == 0) { -lean_object* x_210; lean_object* x_211; -lean_free_object(x_205); -x_210 = lean_box(0); -x_211 = l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__4(x_2, x_204, x_207, x_210, x_3, x_4, x_208); +lean_object* x_200; lean_object* x_201; +lean_free_object(x_195); +x_200 = lean_box(0); +x_201 = l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__4(x_2, x_194, x_197, x_200, x_3, x_4, x_198); lean_dec(x_2); -return x_211; +return x_201; } else { -lean_object* x_212; -lean_dec(x_207); -lean_dec(x_204); +lean_object* x_202; +lean_dec(x_197); +lean_dec(x_194); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_212 = l_Lean_Compiler_LCNF_erasedExpr; -lean_ctor_set(x_205, 0, x_212); -return x_205; +x_202 = l_Lean_Compiler_LCNF_erasedExpr; +lean_ctor_set(x_195, 0, x_202); +return x_195; } } else { -lean_object* x_213; lean_object* x_214; uint8_t x_215; -x_213 = lean_ctor_get(x_205, 0); -x_214 = lean_ctor_get(x_205, 1); -lean_inc(x_214); -lean_inc(x_213); -lean_dec(x_205); -x_215 = l_Lean_Expr_isErased(x_213); -if (x_215 == 0) +lean_object* x_203; lean_object* x_204; uint8_t x_205; +x_203 = lean_ctor_get(x_195, 0); +x_204 = lean_ctor_get(x_195, 1); +lean_inc(x_204); +lean_inc(x_203); +lean_dec(x_195); +x_205 = l_Lean_Expr_isErased(x_203); +if (x_205 == 0) { -lean_object* x_216; lean_object* x_217; -x_216 = lean_box(0); -x_217 = l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__4(x_2, x_204, x_213, x_216, x_3, x_4, x_214); +lean_object* x_206; lean_object* x_207; +x_206 = lean_box(0); +x_207 = l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__4(x_2, x_194, x_203, x_206, x_3, x_4, x_204); lean_dec(x_2); -return x_217; +return x_207; } else { -lean_object* x_218; lean_object* x_219; -lean_dec(x_213); -lean_dec(x_204); +lean_object* x_208; lean_object* x_209; +lean_dec(x_203); +lean_dec(x_194); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_218 = l_Lean_Compiler_LCNF_erasedExpr; -x_219 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_219, 0, x_218); -lean_ctor_set(x_219, 1, x_214); -return x_219; +x_208 = l_Lean_Compiler_LCNF_erasedExpr; +x_209 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_209, 0, x_208); +lean_ctor_set(x_209, 1, x_204); +return x_209; } } } else { -uint8_t x_220; -lean_dec(x_204); +uint8_t x_210; +lean_dec(x_194); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_220 = !lean_is_exclusive(x_205); -if (x_220 == 0) +x_210 = !lean_is_exclusive(x_195); +if (x_210 == 0) { -return x_205; +return x_195; } else { -lean_object* x_221; lean_object* x_222; lean_object* x_223; -x_221 = lean_ctor_get(x_205, 0); -x_222 = lean_ctor_get(x_205, 1); -lean_inc(x_222); -lean_inc(x_221); -lean_dec(x_205); -x_223 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_223, 0, x_221); -lean_ctor_set(x_223, 1, x_222); -return x_223; +lean_object* x_211; lean_object* x_212; lean_object* x_213; +x_211 = lean_ctor_get(x_195, 0); +x_212 = lean_ctor_get(x_195, 1); +lean_inc(x_212); +lean_inc(x_211); +lean_dec(x_195); +x_213 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_213, 0, x_211); +lean_ctor_set(x_213, 1, x_212); +return x_213; } } } else { -lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; -lean_dec(x_199); +lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; +lean_dec(x_189); lean_dec(x_6); -x_224 = lean_ctor_get(x_200, 1); -lean_inc(x_224); -lean_dec(x_200); -x_225 = lean_ctor_get(x_201, 0); -lean_inc(x_225); -lean_dec(x_201); +x_214 = lean_ctor_get(x_190, 1); +lean_inc(x_214); +lean_dec(x_190); +x_215 = lean_ctor_get(x_191, 0); +lean_inc(x_215); +lean_dec(x_191); +x_216 = lean_ctor_get(x_215, 0); +lean_inc(x_216); +x_217 = lean_box(0); +lean_inc(x_4); +lean_inc(x_3); +x_218 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_216, x_217, x_3, x_4, x_214); +if (lean_obj_tag(x_218) == 0) +{ +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; +x_219 = lean_ctor_get(x_218, 0); +lean_inc(x_219); +x_220 = lean_ctor_get(x_218, 1); +lean_inc(x_220); +lean_dec(x_218); +x_221 = lean_ctor_get(x_215, 1); +lean_inc(x_221); +x_222 = lean_unsigned_to_nat(0u); +x_223 = l_Array_toSubarray___rarg(x_2, x_222, x_221); +x_224 = l_Array_ofSubarray___rarg(x_223); +lean_dec(x_223); +x_225 = l_Lean_Compiler_LCNF_instantiateForall_go(x_224, x_222, x_219, x_3, x_4, x_220); +lean_dec(x_224); +if (lean_obj_tag(x_225) == 0) +{ +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; x_226 = lean_ctor_get(x_225, 0); lean_inc(x_226); -x_227 = lean_box(0); -lean_inc(x_4); -lean_inc(x_3); -x_228 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_226, x_227, x_3, x_4, x_224); -if (lean_obj_tag(x_228) == 0) -{ -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; -x_229 = lean_ctor_get(x_228, 0); -lean_inc(x_229); -x_230 = lean_ctor_get(x_228, 1); -lean_inc(x_230); -lean_dec(x_228); -x_231 = lean_ctor_get(x_225, 1); -lean_inc(x_231); -x_232 = lean_unsigned_to_nat(0u); -x_233 = l_Array_toSubarray___rarg(x_2, x_232, x_231); -x_234 = l_Array_ofSubarray___rarg(x_233); -lean_dec(x_233); -x_235 = l_Lean_Compiler_LCNF_instantiateForall_go(x_234, x_232, x_229, x_3, x_4, x_230); -lean_dec(x_234); -if (lean_obj_tag(x_235) == 0) -{ -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; -x_236 = lean_ctor_get(x_235, 0); -lean_inc(x_236); -x_237 = lean_ctor_get(x_235, 1); -lean_inc(x_237); -lean_dec(x_235); -x_238 = l_Lean_Compiler_LCNF_getParamTypes(x_236); -x_239 = lean_ctor_get(x_225, 2); -lean_inc(x_239); +x_227 = lean_ctor_get(x_225, 1); +lean_inc(x_227); lean_dec(x_225); -x_240 = l_Lean_instInhabitedExpr; -x_241 = lean_array_get(x_240, x_238, x_239); -lean_dec(x_239); -lean_dec(x_238); -x_242 = l_Lean_Compiler_LCNF_toMonoType(x_241, x_3, x_4, x_237); -return x_242; +x_228 = l_Lean_Compiler_LCNF_getParamTypes(x_226); +x_229 = lean_ctor_get(x_215, 2); +lean_inc(x_229); +lean_dec(x_215); +x_230 = l_Lean_instInhabitedExpr; +x_231 = lean_array_get(x_230, x_228, x_229); +lean_dec(x_229); +lean_dec(x_228); +x_232 = l_Lean_Compiler_LCNF_toMonoType(x_231, x_3, x_4, x_227); +return x_232; } else { -uint8_t x_243; -lean_dec(x_225); +uint8_t x_233; +lean_dec(x_215); lean_dec(x_4); lean_dec(x_3); -x_243 = !lean_is_exclusive(x_235); -if (x_243 == 0) +x_233 = !lean_is_exclusive(x_225); +if (x_233 == 0) { -return x_235; +return x_225; } else { -lean_object* x_244; lean_object* x_245; lean_object* x_246; -x_244 = lean_ctor_get(x_235, 0); -x_245 = lean_ctor_get(x_235, 1); -lean_inc(x_245); -lean_inc(x_244); -lean_dec(x_235); -x_246 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_246, 0, x_244); -lean_ctor_set(x_246, 1, x_245); -return x_246; -} -} -} -else -{ -uint8_t x_247; +lean_object* x_234; lean_object* x_235; lean_object* x_236; +x_234 = lean_ctor_get(x_225, 0); +x_235 = lean_ctor_get(x_225, 1); +lean_inc(x_235); +lean_inc(x_234); lean_dec(x_225); +x_236 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_236, 0, x_234); +lean_ctor_set(x_236, 1, x_235); +return x_236; +} +} +} +else +{ +uint8_t x_237; +lean_dec(x_215); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_247 = !lean_is_exclusive(x_228); -if (x_247 == 0) +x_237 = !lean_is_exclusive(x_218); +if (x_237 == 0) { -return x_228; +return x_218; } else { -lean_object* x_248; lean_object* x_249; lean_object* x_250; -x_248 = lean_ctor_get(x_228, 0); -x_249 = lean_ctor_get(x_228, 1); -lean_inc(x_249); -lean_inc(x_248); -lean_dec(x_228); -x_250 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_250, 0, x_248); -lean_ctor_set(x_250, 1, x_249); -return x_250; +lean_object* x_238; lean_object* x_239; lean_object* x_240; +x_238 = lean_ctor_get(x_218, 0); +x_239 = lean_ctor_get(x_218, 1); +lean_inc(x_239); +lean_inc(x_238); +lean_dec(x_218); +x_240 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_240, 0, x_238); +lean_ctor_set(x_240, 1, x_239); +return x_240; } } } } else { -uint8_t x_251; -lean_dec(x_199); +uint8_t x_241; +lean_dec(x_189); lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_251 = !lean_is_exclusive(x_200); -if (x_251 == 0) +x_241 = !lean_is_exclusive(x_190); +if (x_241 == 0) { -return x_200; +return x_190; } else { -lean_object* x_252; lean_object* x_253; lean_object* x_254; -x_252 = lean_ctor_get(x_200, 0); -x_253 = lean_ctor_get(x_200, 1); -lean_inc(x_253); -lean_inc(x_252); -lean_dec(x_200); -x_254 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_254, 0, x_252); -lean_ctor_set(x_254, 1, x_253); -return x_254; +lean_object* x_242; lean_object* x_243; lean_object* x_244; +x_242 = lean_ctor_get(x_190, 0); +x_243 = lean_ctor_get(x_190, 1); +lean_inc(x_243); +lean_inc(x_242); +lean_dec(x_190); +x_244 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_244, 0, x_242); +lean_ctor_set(x_244, 1, x_243); +return x_244; } } } @@ -5267,254 +5195,254 @@ return x_254; } default: { -lean_object* x_255; lean_object* x_256; -x_255 = lean_ctor_get(x_1, 1); -lean_inc(x_255); +lean_object* x_245; lean_object* x_246; +x_245 = lean_ctor_get(x_1, 1); +lean_inc(x_245); lean_dec(x_1); lean_inc(x_4); lean_inc(x_3); lean_inc(x_6); -x_256 = l_Lean_Compiler_LCNF_hasTrivialStructure_x3f(x_6, x_3, x_4, x_5); -if (lean_obj_tag(x_256) == 0) +x_246 = l_Lean_Compiler_LCNF_hasTrivialStructure_x3f(x_6, x_3, x_4, x_5); +if (lean_obj_tag(x_246) == 0) { -lean_object* x_257; -x_257 = lean_ctor_get(x_256, 0); -lean_inc(x_257); -if (lean_obj_tag(x_257) == 0) +lean_object* x_247; +x_247 = lean_ctor_get(x_246, 0); +lean_inc(x_247); +if (lean_obj_tag(x_247) == 0) { -lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; -x_258 = lean_ctor_get(x_256, 1); -lean_inc(x_258); -lean_dec(x_256); -x_259 = lean_box(0); +lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; +x_248 = lean_ctor_get(x_246, 1); +lean_inc(x_248); +lean_dec(x_246); +x_249 = lean_box(0); lean_inc(x_6); -x_260 = l_Lean_Expr_const___override(x_6, x_259); +x_250 = l_Lean_Expr_const___override(x_6, x_249); lean_inc(x_4); lean_inc(x_3); -x_261 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_6, x_255, x_3, x_4, x_258); -if (lean_obj_tag(x_261) == 0) +x_251 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_6, x_245, x_3, x_4, x_248); +if (lean_obj_tag(x_251) == 0) { -uint8_t x_262; -x_262 = !lean_is_exclusive(x_261); -if (x_262 == 0) +uint8_t x_252; +x_252 = !lean_is_exclusive(x_251); +if (x_252 == 0) { -lean_object* x_263; lean_object* x_264; uint8_t x_265; -x_263 = lean_ctor_get(x_261, 0); -x_264 = lean_ctor_get(x_261, 1); -x_265 = l_Lean_Expr_isErased(x_263); -if (x_265 == 0) +lean_object* x_253; lean_object* x_254; uint8_t x_255; +x_253 = lean_ctor_get(x_251, 0); +x_254 = lean_ctor_get(x_251, 1); +x_255 = l_Lean_Expr_isErased(x_253); +if (x_255 == 0) { -lean_object* x_266; lean_object* x_267; -lean_free_object(x_261); -x_266 = lean_box(0); -x_267 = l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__5(x_2, x_260, x_263, x_266, x_3, x_4, x_264); +lean_object* x_256; lean_object* x_257; +lean_free_object(x_251); +x_256 = lean_box(0); +x_257 = l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__5(x_2, x_250, x_253, x_256, x_3, x_4, x_254); lean_dec(x_2); -return x_267; +return x_257; } else { -lean_object* x_268; -lean_dec(x_263); -lean_dec(x_260); +lean_object* x_258; +lean_dec(x_253); +lean_dec(x_250); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_268 = l_Lean_Compiler_LCNF_erasedExpr; -lean_ctor_set(x_261, 0, x_268); -return x_261; +x_258 = l_Lean_Compiler_LCNF_erasedExpr; +lean_ctor_set(x_251, 0, x_258); +return x_251; } } else { -lean_object* x_269; lean_object* x_270; uint8_t x_271; -x_269 = lean_ctor_get(x_261, 0); -x_270 = lean_ctor_get(x_261, 1); -lean_inc(x_270); -lean_inc(x_269); -lean_dec(x_261); -x_271 = l_Lean_Expr_isErased(x_269); -if (x_271 == 0) +lean_object* x_259; lean_object* x_260; uint8_t x_261; +x_259 = lean_ctor_get(x_251, 0); +x_260 = lean_ctor_get(x_251, 1); +lean_inc(x_260); +lean_inc(x_259); +lean_dec(x_251); +x_261 = l_Lean_Expr_isErased(x_259); +if (x_261 == 0) { -lean_object* x_272; lean_object* x_273; -x_272 = lean_box(0); -x_273 = l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__5(x_2, x_260, x_269, x_272, x_3, x_4, x_270); +lean_object* x_262; lean_object* x_263; +x_262 = lean_box(0); +x_263 = l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__5(x_2, x_250, x_259, x_262, x_3, x_4, x_260); lean_dec(x_2); -return x_273; +return x_263; } else { -lean_object* x_274; lean_object* x_275; -lean_dec(x_269); -lean_dec(x_260); +lean_object* x_264; lean_object* x_265; +lean_dec(x_259); +lean_dec(x_250); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_274 = l_Lean_Compiler_LCNF_erasedExpr; -x_275 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_275, 0, x_274); -lean_ctor_set(x_275, 1, x_270); -return x_275; +x_264 = l_Lean_Compiler_LCNF_erasedExpr; +x_265 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_265, 0, x_264); +lean_ctor_set(x_265, 1, x_260); +return x_265; } } } else { -uint8_t x_276; -lean_dec(x_260); +uint8_t x_266; +lean_dec(x_250); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_276 = !lean_is_exclusive(x_261); -if (x_276 == 0) +x_266 = !lean_is_exclusive(x_251); +if (x_266 == 0) { -return x_261; +return x_251; } else { -lean_object* x_277; lean_object* x_278; lean_object* x_279; -x_277 = lean_ctor_get(x_261, 0); -x_278 = lean_ctor_get(x_261, 1); -lean_inc(x_278); -lean_inc(x_277); -lean_dec(x_261); -x_279 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_279, 0, x_277); -lean_ctor_set(x_279, 1, x_278); -return x_279; +lean_object* x_267; lean_object* x_268; lean_object* x_269; +x_267 = lean_ctor_get(x_251, 0); +x_268 = lean_ctor_get(x_251, 1); +lean_inc(x_268); +lean_inc(x_267); +lean_dec(x_251); +x_269 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_269, 0, x_267); +lean_ctor_set(x_269, 1, x_268); +return x_269; } } } else { -lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; -lean_dec(x_255); +lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; +lean_dec(x_245); lean_dec(x_6); -x_280 = lean_ctor_get(x_256, 1); -lean_inc(x_280); -lean_dec(x_256); -x_281 = lean_ctor_get(x_257, 0); -lean_inc(x_281); -lean_dec(x_257); +x_270 = lean_ctor_get(x_246, 1); +lean_inc(x_270); +lean_dec(x_246); +x_271 = lean_ctor_get(x_247, 0); +lean_inc(x_271); +lean_dec(x_247); +x_272 = lean_ctor_get(x_271, 0); +lean_inc(x_272); +x_273 = lean_box(0); +lean_inc(x_4); +lean_inc(x_3); +x_274 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_272, x_273, x_3, x_4, x_270); +if (lean_obj_tag(x_274) == 0) +{ +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; +x_275 = lean_ctor_get(x_274, 0); +lean_inc(x_275); +x_276 = lean_ctor_get(x_274, 1); +lean_inc(x_276); +lean_dec(x_274); +x_277 = lean_ctor_get(x_271, 1); +lean_inc(x_277); +x_278 = lean_unsigned_to_nat(0u); +x_279 = l_Array_toSubarray___rarg(x_2, x_278, x_277); +x_280 = l_Array_ofSubarray___rarg(x_279); +lean_dec(x_279); +x_281 = l_Lean_Compiler_LCNF_instantiateForall_go(x_280, x_278, x_275, x_3, x_4, x_276); +lean_dec(x_280); +if (lean_obj_tag(x_281) == 0) +{ +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; x_282 = lean_ctor_get(x_281, 0); lean_inc(x_282); -x_283 = lean_box(0); -lean_inc(x_4); -lean_inc(x_3); -x_284 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_282, x_283, x_3, x_4, x_280); -if (lean_obj_tag(x_284) == 0) -{ -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; -x_285 = lean_ctor_get(x_284, 0); -lean_inc(x_285); -x_286 = lean_ctor_get(x_284, 1); -lean_inc(x_286); -lean_dec(x_284); -x_287 = lean_ctor_get(x_281, 1); -lean_inc(x_287); -x_288 = lean_unsigned_to_nat(0u); -x_289 = l_Array_toSubarray___rarg(x_2, x_288, x_287); -x_290 = l_Array_ofSubarray___rarg(x_289); -lean_dec(x_289); -x_291 = l_Lean_Compiler_LCNF_instantiateForall_go(x_290, x_288, x_285, x_3, x_4, x_286); -lean_dec(x_290); -if (lean_obj_tag(x_291) == 0) -{ -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; -x_292 = lean_ctor_get(x_291, 0); -lean_inc(x_292); -x_293 = lean_ctor_get(x_291, 1); -lean_inc(x_293); -lean_dec(x_291); -x_294 = l_Lean_Compiler_LCNF_getParamTypes(x_292); -x_295 = lean_ctor_get(x_281, 2); -lean_inc(x_295); +x_283 = lean_ctor_get(x_281, 1); +lean_inc(x_283); lean_dec(x_281); -x_296 = l_Lean_instInhabitedExpr; -x_297 = lean_array_get(x_296, x_294, x_295); -lean_dec(x_295); -lean_dec(x_294); -x_298 = l_Lean_Compiler_LCNF_toMonoType(x_297, x_3, x_4, x_293); -return x_298; +x_284 = l_Lean_Compiler_LCNF_getParamTypes(x_282); +x_285 = lean_ctor_get(x_271, 2); +lean_inc(x_285); +lean_dec(x_271); +x_286 = l_Lean_instInhabitedExpr; +x_287 = lean_array_get(x_286, x_284, x_285); +lean_dec(x_285); +lean_dec(x_284); +x_288 = l_Lean_Compiler_LCNF_toMonoType(x_287, x_3, x_4, x_283); +return x_288; } else { -uint8_t x_299; -lean_dec(x_281); +uint8_t x_289; +lean_dec(x_271); lean_dec(x_4); lean_dec(x_3); -x_299 = !lean_is_exclusive(x_291); -if (x_299 == 0) +x_289 = !lean_is_exclusive(x_281); +if (x_289 == 0) { -return x_291; +return x_281; } else { -lean_object* x_300; lean_object* x_301; lean_object* x_302; -x_300 = lean_ctor_get(x_291, 0); -x_301 = lean_ctor_get(x_291, 1); -lean_inc(x_301); -lean_inc(x_300); -lean_dec(x_291); -x_302 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_302, 0, x_300); -lean_ctor_set(x_302, 1, x_301); -return x_302; -} -} -} -else -{ -uint8_t x_303; +lean_object* x_290; lean_object* x_291; lean_object* x_292; +x_290 = lean_ctor_get(x_281, 0); +x_291 = lean_ctor_get(x_281, 1); +lean_inc(x_291); +lean_inc(x_290); lean_dec(x_281); +x_292 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_292, 0, x_290); +lean_ctor_set(x_292, 1, x_291); +return x_292; +} +} +} +else +{ +uint8_t x_293; +lean_dec(x_271); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_303 = !lean_is_exclusive(x_284); -if (x_303 == 0) +x_293 = !lean_is_exclusive(x_274); +if (x_293 == 0) { -return x_284; +return x_274; } else { -lean_object* x_304; lean_object* x_305; lean_object* x_306; -x_304 = lean_ctor_get(x_284, 0); -x_305 = lean_ctor_get(x_284, 1); -lean_inc(x_305); -lean_inc(x_304); -lean_dec(x_284); -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_object* x_294; lean_object* x_295; lean_object* x_296; +x_294 = lean_ctor_get(x_274, 0); +x_295 = lean_ctor_get(x_274, 1); +lean_inc(x_295); +lean_inc(x_294); +lean_dec(x_274); +x_296 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_296, 0, x_294); +lean_ctor_set(x_296, 1, x_295); +return x_296; } } } } else { -uint8_t x_307; -lean_dec(x_255); +uint8_t x_297; +lean_dec(x_245); lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_307 = !lean_is_exclusive(x_256); -if (x_307 == 0) +x_297 = !lean_is_exclusive(x_246); +if (x_297 == 0) { -return x_256; +return x_246; } else { -lean_object* x_308; lean_object* x_309; lean_object* x_310; -x_308 = lean_ctor_get(x_256, 0); -x_309 = lean_ctor_get(x_256, 1); -lean_inc(x_309); -lean_inc(x_308); -lean_dec(x_256); -x_310 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_310, 0, x_308); -lean_ctor_set(x_310, 1, x_309); -return x_310; +lean_object* x_298; lean_object* x_299; lean_object* x_300; +x_298 = lean_ctor_get(x_246, 0); +x_299 = lean_ctor_get(x_246, 1); +lean_inc(x_299); +lean_inc(x_298); +lean_dec(x_246); +x_300 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_300, 0, x_298); +lean_ctor_set(x_300, 1, x_299); +return x_300; } } } @@ -5522,16 +5450,16 @@ return x_310; } else { -lean_object* x_311; lean_object* x_312; +lean_object* x_301; lean_object* x_302; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_311 = l_Lean_Compiler_LCNF_anyExpr; -x_312 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_312, 0, x_311); -lean_ctor_set(x_312, 1, x_5); -return x_312; +x_301 = l_Lean_Compiler_LCNF_anyExpr; +x_302 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_302, 0, x_301); +lean_ctor_set(x_302, 1, x_5); +return x_302; } } } @@ -6033,18 +5961,19 @@ lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___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, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { -size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; -x_4 = lean_unbox_usize(x_2); -lean_dec(x_2); -x_5 = lean_unbox_usize(x_3); +size_t x_10; size_t x_11; lean_object* x_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_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__4(x_1, x_2, x_3, x_10, x_11, x_6, x_7, x_8, x_9); lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__4(x_1, x_4, x_5); +lean_dec(x_2); lean_dec(x_1); -x_7 = lean_box(x_6); -return x_7; +return x_12; } } LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___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, lean_object* x_7, lean_object* x_8, lean_object* x_9) { @@ -6077,21 +6006,6 @@ lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__7___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; -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_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__7(x_1, x_2, x_3, x_10, x_11, x_6, x_7, x_8, x_9); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -return x_12; -} -} LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__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) { _start: { @@ -6142,7 +6056,7 @@ lean_dec(x_1); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1765_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1747_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -6435,7 +6349,7 @@ l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__5 = _init_l_Lean_Compiler_LCN lean_mark_persistent(l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__5); l_Lean_Compiler_LCNF_toMonoType___closed__1 = _init_l_Lean_Compiler_LCNF_toMonoType___closed__1(); lean_mark_persistent(l_Lean_Compiler_LCNF_toMonoType___closed__1); -if (builtin) {res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1765_(lean_io_mk_world()); +if (builtin) {res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1747_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Compiler_LCNF_monoTypeExt = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Compiler_LCNF_monoTypeExt); diff --git a/stage0/stdlib/Lean/Compiler/LCNF/Simp/Main.c b/stage0/stdlib/Lean/Compiler/LCNF/Simp/Main.c index 4e86235a8a..a1d31a4337 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Simp/Main.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Simp/Main.c @@ -13,8 +13,9 @@ #ifdef __cplusplus extern "C" { #endif -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__7(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_Lean_Compiler_LCNF_Simp_simp___lambda__7(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*, lean_object*); lean_object* l_Lean_Compiler_LCNF_mkAuxLetDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__3; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Compiler_LCNF_Simp_simpCasesOnCtor_x3f___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*); lean_object* l_Lean_Compiler_LCNF_LetDecl_updateValue(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -23,7 +24,7 @@ lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_norm static lean_object* l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__6; lean_object* l_Lean_Compiler_LCNF_Simp_InlineCandidateInfo_arity(lean_object*); lean_object* l_Lean_Compiler_LCNF_Simp_isUsed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__1(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*); uint8_t l_Lean_Compiler_LCNF_Code_isFun(lean_object*); lean_object* l_Lean_Compiler_LCNF_Simp_eraseLetDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -45,13 +46,13 @@ lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_upda lean_object* l_Lean_Compiler_LCNF_Simp_updateFunDeclInfo(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Code_internalize(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); +static lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__1; LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_Simp_simpFunDecl___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_replaceExprFVars(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__10___boxed(lean_object**); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__5(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*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__5(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_fset(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Cases_extractAlt_x21(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_normParam___at_Lean_Compiler_LCNF_Simp_simpFunDecl___spec__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -92,17 +93,18 @@ lean_object* l_Lean_Compiler_LCNF_Simp_withInlining_check(uint8_t, lean_object*, lean_object* lean_nat_div(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_eraseParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_isInductiveWithNoCtors(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__9___boxed(lean_object**); static lean_object* l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__2; lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Compiler_LCNF_addFVarSubst___spec__2(lean_object*); lean_object* l_Lean_Compiler_LCNF_Simp_markUsedFunDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__6(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_Compiler_LCNF_Simp_simp___lambda__6(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_Lean_Compiler_LCNF_Simp_betaReduce(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* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Simp_withDiscrCtorImp_updateCtx(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_normArgs___at_Lean_Compiler_LCNF_Simp_simp___spec__2___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_Compiler_LCNF_Simp_simp___lambda__4(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_Lean_Compiler_LCNF_Simp_simp___lambda__4(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*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Simp_CtorInfo_getName(lean_object*); lean_object* l_Lean_Compiler_LCNF_eraseCode(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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_object*, lean_object*, lean_object*); @@ -121,7 +123,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compil LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_isReturnOf___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_Compiler_LCNF_Simp_inlineJp_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Compiler_LCNF_beqLetValue____x40_Lean_Compiler_LCNF_Basic___hyg_1208_(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__10(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*); uint8_t l_Lean_Compiler_LCNF_hasLocalInst(lean_object*); lean_object* l_Lean_Compiler_LCNF_CompilerM_codeBind(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Simp_simp___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*); @@ -146,6 +147,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simpCasesOnCtor_x3f(lean_obje uint8_t lean_nat_dec_eq(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Simp_simpValue_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__2; lean_object* l_Lean_Compiler_LCNF_Simp_inlineProjInst_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Arg_toExpr(lean_object*); uint64_t lean_uint64_xor(uint64_t, uint64_t); @@ -160,7 +162,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineJp_x3f___boxed(lean_obj LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_normLetDecl___at_Lean_Compiler_LCNF_Simp_simp___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* l_Lean_Compiler_LCNF_Simp_isOnceOrMustInline(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_ofSubarray___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__9(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_Compiler_LCNF_Simp_simp___lambda__9(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*); size_t lean_usize_sub(size_t, size_t); lean_object* lean_array_mk(lean_object*); lean_object* l_Lean_Compiler_LCNF_Simp_ConstantFold_foldConstants(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -172,6 +174,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__1___boxed(lean lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Expr_fvar___override(lean_object*); size_t lean_array_size(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_specializePartialApp___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Simp_findCtor_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simpFunDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -188,14 +191,13 @@ lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_elimVar_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__8(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*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Simp_markUsedLetValue___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_mkAuxParam(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_mkAuxFunDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__8___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*); uint8_t l_Lean_Expr_isForall(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__3___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_Compiler_LCNF_Simp_simp___lambda__3___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_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick(lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); uint8_t l_Lean_Compiler_LCNF_isEtaExpandCandidateCore(lean_object*, lean_object*); @@ -203,7 +205,7 @@ lean_object* l_Lean_Compiler_LCNF_Simp_markUsedLetDecl(lean_object*, lean_object lean_object* l_Lean_Compiler_LCNF_Simp_addFVarSubst(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Simp_attachCodeDecls(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_land(size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_Simp_simp___spec__3___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 uint8_t l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go(lean_object* x_1) { _start: @@ -15999,56 +16001,484 @@ return x_32; } } } +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("lcErased", 8, 8); +return x_1; +} +} +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__2; +x_3 = l_Lean_Expr_const___override(x_2, x_1); +return x_3; +} +} LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__1(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: { -lean_object* x_14; -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_4); -x_14 = l_Lean_Compiler_LCNF_Simp_ConstantFold_foldConstants(x_4, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_14) == 0) +lean_object* x_14; lean_object* x_158; lean_object* x_159; lean_object* x_160; uint8_t x_161; +x_158 = lean_ctor_get(x_4, 0); +lean_inc(x_158); +x_159 = lean_ctor_get(x_4, 2); +lean_inc(x_159); +x_160 = lean_ctor_get(x_4, 3); +lean_inc(x_160); +x_161 = l_Lean_Expr_isErased(x_159); +lean_dec(x_159); +if (x_161 == 0) +{ +lean_object* x_162; +lean_dec(x_160); +lean_dec(x_158); +x_162 = lean_box(0); +x_14 = x_162; +goto block_157; +} +else +{ +lean_object* x_163; uint8_t x_164; +x_163 = lean_box(1); +x_164 = l_Lean_Compiler_LCNF_beqLetValue____x40_Lean_Compiler_LCNF_Basic___hyg_1208_(x_160, x_163); +lean_dec(x_160); +if (x_164 == 0) +{ +lean_object* x_165; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; uint8_t x_174; +lean_dec(x_3); +x_170 = lean_st_ref_take(x_7, x_13); +x_171 = lean_ctor_get(x_170, 0); +lean_inc(x_171); +x_172 = lean_ctor_get(x_171, 0); +lean_inc(x_172); +x_173 = lean_ctor_get(x_170, 1); +lean_inc(x_173); +lean_dec(x_170); +x_174 = !lean_is_exclusive(x_171); +if (x_174 == 0) +{ +lean_object* x_175; uint8_t x_176; +x_175 = lean_ctor_get(x_171, 0); +lean_dec(x_175); +x_176 = !lean_is_exclusive(x_172); +if (x_176 == 0) +{ +lean_object* x_177; lean_object* x_178; lean_object* x_179; uint64_t x_180; uint64_t x_181; uint64_t x_182; uint64_t x_183; uint64_t x_184; uint64_t x_185; uint64_t x_186; size_t x_187; size_t x_188; size_t x_189; size_t x_190; size_t x_191; lean_object* x_192; uint8_t x_193; +x_177 = lean_ctor_get(x_172, 0); +x_178 = lean_ctor_get(x_172, 1); +x_179 = lean_array_get_size(x_178); +x_180 = l_Lean_hashFVarId____x40_Lean_Expr___hyg_1561_(x_158); +x_181 = 32; +x_182 = lean_uint64_shift_right(x_180, x_181); +x_183 = lean_uint64_xor(x_180, x_182); +x_184 = 16; +x_185 = lean_uint64_shift_right(x_183, x_184); +x_186 = lean_uint64_xor(x_183, x_185); +x_187 = lean_uint64_to_usize(x_186); +x_188 = lean_usize_of_nat(x_179); +lean_dec(x_179); +x_189 = 1; +x_190 = lean_usize_sub(x_188, x_189); +x_191 = lean_usize_land(x_187, x_190); +x_192 = lean_array_uget(x_178, x_191); +x_193 = l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Compiler_LCNF_addFVarSubst___spec__1(x_158, x_192); +if (x_193 == 0) +{ +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; uint8_t x_204; +x_194 = lean_unsigned_to_nat(1u); +x_195 = lean_nat_add(x_177, x_194); +lean_dec(x_177); +x_196 = l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__3; +x_197 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_197, 0, x_158); +lean_ctor_set(x_197, 1, x_196); +lean_ctor_set(x_197, 2, x_192); +x_198 = lean_array_uset(x_178, x_191, x_197); +x_199 = lean_unsigned_to_nat(4u); +x_200 = lean_nat_mul(x_195, x_199); +x_201 = lean_unsigned_to_nat(3u); +x_202 = lean_nat_div(x_200, x_201); +lean_dec(x_200); +x_203 = lean_array_get_size(x_198); +x_204 = lean_nat_dec_le(x_202, x_203); +lean_dec(x_203); +lean_dec(x_202); +if (x_204 == 0) +{ +lean_object* x_205; lean_object* x_206; lean_object* x_207; +x_205 = l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Compiler_LCNF_addFVarSubst___spec__2(x_198); +lean_ctor_set(x_172, 1, x_205); +lean_ctor_set(x_172, 0, x_195); +x_206 = lean_st_ref_set(x_7, x_171, x_173); +x_207 = lean_ctor_get(x_206, 1); +lean_inc(x_207); +lean_dec(x_206); +x_165 = x_207; +goto block_169; +} +else +{ +lean_object* x_208; lean_object* x_209; +lean_ctor_set(x_172, 1, x_198); +lean_ctor_set(x_172, 0, x_195); +x_208 = lean_st_ref_set(x_7, x_171, x_173); +x_209 = lean_ctor_get(x_208, 1); +lean_inc(x_209); +lean_dec(x_208); +x_165 = x_209; +goto block_169; +} +} +else +{ +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; +x_210 = lean_box(0); +x_211 = lean_array_uset(x_178, x_191, x_210); +x_212 = l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__3; +x_213 = l_Std_DHashMap_Internal_AssocList_replace___at_Lean_Compiler_LCNF_addFVarSubst___spec__5(x_158, x_212, x_192); +x_214 = lean_array_uset(x_211, x_191, x_213); +lean_ctor_set(x_172, 1, x_214); +x_215 = lean_st_ref_set(x_7, x_171, x_173); +x_216 = lean_ctor_get(x_215, 1); +lean_inc(x_216); +lean_dec(x_215); +x_165 = x_216; +goto block_169; +} +} +else +{ +lean_object* x_217; lean_object* x_218; lean_object* x_219; uint64_t x_220; uint64_t x_221; uint64_t x_222; uint64_t x_223; uint64_t x_224; uint64_t x_225; uint64_t x_226; size_t x_227; size_t x_228; size_t x_229; size_t x_230; size_t x_231; lean_object* x_232; uint8_t x_233; +x_217 = lean_ctor_get(x_172, 0); +x_218 = lean_ctor_get(x_172, 1); +lean_inc(x_218); +lean_inc(x_217); +lean_dec(x_172); +x_219 = lean_array_get_size(x_218); +x_220 = l_Lean_hashFVarId____x40_Lean_Expr___hyg_1561_(x_158); +x_221 = 32; +x_222 = lean_uint64_shift_right(x_220, x_221); +x_223 = lean_uint64_xor(x_220, x_222); +x_224 = 16; +x_225 = lean_uint64_shift_right(x_223, x_224); +x_226 = lean_uint64_xor(x_223, x_225); +x_227 = lean_uint64_to_usize(x_226); +x_228 = lean_usize_of_nat(x_219); +lean_dec(x_219); +x_229 = 1; +x_230 = lean_usize_sub(x_228, x_229); +x_231 = lean_usize_land(x_227, x_230); +x_232 = lean_array_uget(x_218, x_231); +x_233 = l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Compiler_LCNF_addFVarSubst___spec__1(x_158, x_232); +if (x_233 == 0) +{ +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; uint8_t x_244; +x_234 = lean_unsigned_to_nat(1u); +x_235 = lean_nat_add(x_217, x_234); +lean_dec(x_217); +x_236 = l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__3; +x_237 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_237, 0, x_158); +lean_ctor_set(x_237, 1, x_236); +lean_ctor_set(x_237, 2, x_232); +x_238 = lean_array_uset(x_218, x_231, x_237); +x_239 = lean_unsigned_to_nat(4u); +x_240 = lean_nat_mul(x_235, x_239); +x_241 = lean_unsigned_to_nat(3u); +x_242 = lean_nat_div(x_240, x_241); +lean_dec(x_240); +x_243 = lean_array_get_size(x_238); +x_244 = lean_nat_dec_le(x_242, x_243); +lean_dec(x_243); +lean_dec(x_242); +if (x_244 == 0) +{ +lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; +x_245 = l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Compiler_LCNF_addFVarSubst___spec__2(x_238); +x_246 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_246, 0, x_235); +lean_ctor_set(x_246, 1, x_245); +lean_ctor_set(x_171, 0, x_246); +x_247 = lean_st_ref_set(x_7, x_171, x_173); +x_248 = lean_ctor_get(x_247, 1); +lean_inc(x_248); +lean_dec(x_247); +x_165 = x_248; +goto block_169; +} +else +{ +lean_object* x_249; lean_object* x_250; lean_object* x_251; +x_249 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_249, 0, x_235); +lean_ctor_set(x_249, 1, x_238); +lean_ctor_set(x_171, 0, x_249); +x_250 = lean_st_ref_set(x_7, x_171, x_173); +x_251 = lean_ctor_get(x_250, 1); +lean_inc(x_251); +lean_dec(x_250); +x_165 = x_251; +goto block_169; +} +} +else +{ +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; +x_252 = lean_box(0); +x_253 = lean_array_uset(x_218, x_231, x_252); +x_254 = l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__3; +x_255 = l_Std_DHashMap_Internal_AssocList_replace___at_Lean_Compiler_LCNF_addFVarSubst___spec__5(x_158, x_254, x_232); +x_256 = lean_array_uset(x_253, x_231, x_255); +x_257 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_257, 0, x_217); +lean_ctor_set(x_257, 1, x_256); +lean_ctor_set(x_171, 0, x_257); +x_258 = lean_st_ref_set(x_7, x_171, x_173); +x_259 = lean_ctor_get(x_258, 1); +lean_inc(x_259); +lean_dec(x_258); +x_165 = x_259; +goto block_169; +} +} +} +else +{ +lean_object* x_260; lean_object* x_261; lean_object* x_262; uint8_t 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; uint64_t x_271; uint64_t x_272; uint64_t x_273; uint64_t x_274; uint64_t x_275; uint64_t x_276; uint64_t x_277; size_t x_278; size_t x_279; size_t x_280; size_t x_281; size_t x_282; lean_object* x_283; uint8_t x_284; +x_260 = lean_ctor_get(x_171, 1); +x_261 = lean_ctor_get(x_171, 2); +x_262 = lean_ctor_get(x_171, 3); +x_263 = lean_ctor_get_uint8(x_171, sizeof(void*)*7); +x_264 = lean_ctor_get(x_171, 4); +x_265 = lean_ctor_get(x_171, 5); +x_266 = lean_ctor_get(x_171, 6); +lean_inc(x_266); +lean_inc(x_265); +lean_inc(x_264); +lean_inc(x_262); +lean_inc(x_261); +lean_inc(x_260); +lean_dec(x_171); +x_267 = lean_ctor_get(x_172, 0); +lean_inc(x_267); +x_268 = lean_ctor_get(x_172, 1); +lean_inc(x_268); +if (lean_is_exclusive(x_172)) { + lean_ctor_release(x_172, 0); + lean_ctor_release(x_172, 1); + x_269 = x_172; +} else { + lean_dec_ref(x_172); + x_269 = lean_box(0); +} +x_270 = lean_array_get_size(x_268); +x_271 = l_Lean_hashFVarId____x40_Lean_Expr___hyg_1561_(x_158); +x_272 = 32; +x_273 = lean_uint64_shift_right(x_271, x_272); +x_274 = lean_uint64_xor(x_271, x_273); +x_275 = 16; +x_276 = lean_uint64_shift_right(x_274, x_275); +x_277 = lean_uint64_xor(x_274, x_276); +x_278 = lean_uint64_to_usize(x_277); +x_279 = lean_usize_of_nat(x_270); +lean_dec(x_270); +x_280 = 1; +x_281 = lean_usize_sub(x_279, x_280); +x_282 = lean_usize_land(x_278, x_281); +x_283 = lean_array_uget(x_268, x_282); +x_284 = l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Compiler_LCNF_addFVarSubst___spec__1(x_158, x_283); +if (x_284 == 0) +{ +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; uint8_t x_295; +x_285 = lean_unsigned_to_nat(1u); +x_286 = lean_nat_add(x_267, x_285); +lean_dec(x_267); +x_287 = l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__3; +x_288 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_288, 0, x_158); +lean_ctor_set(x_288, 1, x_287); +lean_ctor_set(x_288, 2, x_283); +x_289 = lean_array_uset(x_268, x_282, x_288); +x_290 = lean_unsigned_to_nat(4u); +x_291 = lean_nat_mul(x_286, x_290); +x_292 = lean_unsigned_to_nat(3u); +x_293 = lean_nat_div(x_291, x_292); +lean_dec(x_291); +x_294 = lean_array_get_size(x_289); +x_295 = lean_nat_dec_le(x_293, x_294); +lean_dec(x_294); +lean_dec(x_293); +if (x_295 == 0) +{ +lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; +x_296 = l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Compiler_LCNF_addFVarSubst___spec__2(x_289); +if (lean_is_scalar(x_269)) { + x_297 = lean_alloc_ctor(0, 2, 0); +} else { + x_297 = x_269; +} +lean_ctor_set(x_297, 0, x_286); +lean_ctor_set(x_297, 1, x_296); +x_298 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_298, 0, x_297); +lean_ctor_set(x_298, 1, x_260); +lean_ctor_set(x_298, 2, x_261); +lean_ctor_set(x_298, 3, x_262); +lean_ctor_set(x_298, 4, x_264); +lean_ctor_set(x_298, 5, x_265); +lean_ctor_set(x_298, 6, x_266); +lean_ctor_set_uint8(x_298, sizeof(void*)*7, x_263); +x_299 = lean_st_ref_set(x_7, x_298, x_173); +x_300 = lean_ctor_get(x_299, 1); +lean_inc(x_300); +lean_dec(x_299); +x_165 = x_300; +goto block_169; +} +else +{ +lean_object* x_301; lean_object* x_302; lean_object* x_303; lean_object* x_304; +if (lean_is_scalar(x_269)) { + x_301 = lean_alloc_ctor(0, 2, 0); +} else { + x_301 = x_269; +} +lean_ctor_set(x_301, 0, x_286); +lean_ctor_set(x_301, 1, x_289); +x_302 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_302, 0, x_301); +lean_ctor_set(x_302, 1, x_260); +lean_ctor_set(x_302, 2, x_261); +lean_ctor_set(x_302, 3, x_262); +lean_ctor_set(x_302, 4, x_264); +lean_ctor_set(x_302, 5, x_265); +lean_ctor_set(x_302, 6, x_266); +lean_ctor_set_uint8(x_302, sizeof(void*)*7, x_263); +x_303 = lean_st_ref_set(x_7, x_302, x_173); +x_304 = lean_ctor_get(x_303, 1); +lean_inc(x_304); +lean_dec(x_303); +x_165 = x_304; +goto block_169; +} +} +else +{ +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; +x_305 = lean_box(0); +x_306 = lean_array_uset(x_268, x_282, x_305); +x_307 = l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__3; +x_308 = l_Std_DHashMap_Internal_AssocList_replace___at_Lean_Compiler_LCNF_addFVarSubst___spec__5(x_158, x_307, x_283); +x_309 = lean_array_uset(x_306, x_282, x_308); +if (lean_is_scalar(x_269)) { + x_310 = lean_alloc_ctor(0, 2, 0); +} else { + x_310 = x_269; +} +lean_ctor_set(x_310, 0, x_267); +lean_ctor_set(x_310, 1, x_309); +x_311 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_311, 0, x_310); +lean_ctor_set(x_311, 1, x_260); +lean_ctor_set(x_311, 2, x_261); +lean_ctor_set(x_311, 3, x_262); +lean_ctor_set(x_311, 4, x_264); +lean_ctor_set(x_311, 5, x_265); +lean_ctor_set(x_311, 6, x_266); +lean_ctor_set_uint8(x_311, sizeof(void*)*7, x_263); +x_312 = lean_st_ref_set(x_7, x_311, x_173); +x_313 = lean_ctor_get(x_312, 1); +lean_inc(x_313); +lean_dec(x_312); +x_165 = x_313; +goto block_169; +} +} +block_169: +{ +lean_object* x_166; lean_object* x_167; lean_object* x_168; +x_166 = l_Lean_Compiler_LCNF_Simp_eraseLetDecl(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_165); +lean_dec(x_4); +x_167 = lean_ctor_get(x_166, 1); +lean_inc(x_167); +lean_dec(x_166); +x_168 = l_Lean_Compiler_LCNF_Simp_simp(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_167); +return x_168; +} +} +else +{ +lean_object* x_314; +lean_dec(x_158); +x_314 = lean_box(0); +x_14 = x_314; +goto block_157; +} +} +block_157: { lean_object* x_15; -x_15 = lean_ctor_get(x_14, 0); -lean_inc(x_15); +lean_dec(x_14); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_4); +x_15 = l_Lean_Compiler_LCNF_Simp_ConstantFold_foldConstants(x_4, x_9, x_10, x_11, x_12, x_13); if (lean_obj_tag(x_15) == 0) { -lean_object* x_16; lean_object* x_17; -x_16 = lean_ctor_get(x_14, 1); +lean_object* x_16; +x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); -lean_dec(x_14); +if (lean_obj_tag(x_16) == 0) +{ +lean_object* x_17; lean_object* x_18; +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +lean_dec(x_15); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_4); -x_17 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_16); -if (lean_obj_tag(x_17) == 0) -{ -lean_object* x_18; -x_18 = lean_ctor_get(x_17, 0); -lean_inc(x_18); +x_18 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_17); if (lean_obj_tag(x_18) == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_19 = lean_ctor_get(x_17, 1); +lean_object* x_19; +x_19 = lean_ctor_get(x_18, 0); lean_inc(x_19); -lean_dec(x_17); -x_20 = lean_ctor_get(x_4, 3); -lean_inc(x_20); -lean_inc(x_20); -x_21 = l_Lean_Compiler_LCNF_Simp_elimVar_x3f(x_20, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_19); -x_22 = lean_ctor_get(x_21, 0); -lean_inc(x_22); -if (lean_obj_tag(x_22) == 0) +if (lean_obj_tag(x_19) == 0) { -lean_object* x_23; lean_object* x_24; -x_23 = lean_ctor_get(x_21, 1); +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_20 = lean_ctor_get(x_18, 1); +lean_inc(x_20); +lean_dec(x_18); +x_21 = lean_ctor_get(x_4, 3); +lean_inc(x_21); +lean_inc(x_21); +x_22 = l_Lean_Compiler_LCNF_Simp_elimVar_x3f(x_21, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_20); +x_23 = lean_ctor_get(x_22, 0); lean_inc(x_23); -lean_dec(x_21); +if (lean_obj_tag(x_23) == 0) +{ +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_22, 1); +lean_inc(x_24); +lean_dec(x_22); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -16058,18 +16488,18 @@ lean_inc(x_7); lean_inc(x_6); lean_inc(x_1); lean_inc(x_4); -x_24 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f(x_4, x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_23); -if (lean_obj_tag(x_24) == 0) -{ -lean_object* x_25; -x_25 = lean_ctor_get(x_24, 0); -lean_inc(x_25); +x_25 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f(x_4, x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_24); if (lean_obj_tag(x_25) == 0) { -lean_object* x_26; lean_object* x_27; -x_26 = lean_ctor_get(x_24, 1); +lean_object* x_26; +x_26 = lean_ctor_get(x_25, 0); lean_inc(x_26); -lean_dec(x_24); +if (lean_obj_tag(x_26) == 0) +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_25, 1); +lean_inc(x_27); +lean_dec(x_25); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -16077,18 +16507,18 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_27 = l_Lean_Compiler_LCNF_Simp_inlineProjInst_x3f(x_20, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_26); -if (lean_obj_tag(x_27) == 0) -{ -lean_object* x_28; -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); +x_28 = l_Lean_Compiler_LCNF_Simp_inlineProjInst_x3f(x_21, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_27); if (lean_obj_tag(x_28) == 0) { -lean_object* x_29; lean_object* x_30; -x_29 = lean_ctor_get(x_27, 1); +lean_object* x_29; +x_29 = lean_ctor_get(x_28, 0); lean_inc(x_29); -lean_dec(x_27); +if (lean_obj_tag(x_29) == 0) +{ +lean_object* x_30; lean_object* x_31; +x_30 = lean_ctor_get(x_28, 1); +lean_inc(x_30); +lean_dec(x_28); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -16097,182 +16527,182 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_1); -x_30 = l_Lean_Compiler_LCNF_Simp_simp(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_29); -if (lean_obj_tag(x_30) == 0) +x_31 = l_Lean_Compiler_LCNF_Simp_simp(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_30); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; -x_31 = lean_ctor_get(x_30, 0); -lean_inc(x_31); -x_32 = lean_ctor_get(x_30, 1); +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; +x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); -lean_dec(x_30); -x_33 = lean_ctor_get(x_4, 0); +x_33 = lean_ctor_get(x_31, 1); lean_inc(x_33); -x_34 = l_Lean_Compiler_LCNF_Simp_isUsed(x_33, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_32); -lean_dec(x_33); -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -x_36 = lean_unbox(x_35); -lean_dec(x_35); -if (x_36 == 0) -{ -lean_object* x_37; lean_object* x_38; uint8_t x_39; -lean_dec(x_3); -lean_dec(x_1); -x_37 = lean_ctor_get(x_34, 1); -lean_inc(x_37); -lean_dec(x_34); -x_38 = l_Lean_Compiler_LCNF_Simp_eraseLetDecl(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_37); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_4); -x_39 = !lean_is_exclusive(x_38); -if (x_39 == 0) -{ -lean_object* x_40; -x_40 = lean_ctor_get(x_38, 0); -lean_dec(x_40); -lean_ctor_set(x_38, 0, x_31); -return x_38; -} -else -{ -lean_object* x_41; lean_object* x_42; -x_41 = lean_ctor_get(x_38, 1); -lean_inc(x_41); -lean_dec(x_38); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_31); -lean_ctor_set(x_42, 1, x_41); -return x_42; -} -} -else -{ -uint8_t x_43; -x_43 = !lean_is_exclusive(x_34); -if (x_43 == 0) -{ -lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_44 = lean_ctor_get(x_34, 1); -x_45 = lean_ctor_get(x_34, 0); -lean_dec(x_45); -lean_inc(x_4); -x_46 = l_Lean_Compiler_LCNF_Simp_markUsedLetDecl(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_44); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -x_47 = !lean_is_exclusive(x_46); -if (x_47 == 0) -{ -lean_object* x_48; size_t x_49; size_t x_50; uint8_t x_51; -x_48 = lean_ctor_get(x_46, 0); -lean_dec(x_48); -x_49 = lean_ptr_addr(x_1); -lean_dec(x_1); -x_50 = lean_ptr_addr(x_31); -x_51 = lean_usize_dec_eq(x_49, x_50); -if (x_51 == 0) -{ -lean_dec(x_3); -lean_ctor_set(x_34, 1, x_31); -lean_ctor_set(x_34, 0, x_4); -lean_ctor_set(x_46, 0, x_34); -return x_46; -} -else -{ -size_t x_52; size_t x_53; uint8_t x_54; -x_52 = lean_ptr_addr(x_2); -x_53 = lean_ptr_addr(x_4); -x_54 = lean_usize_dec_eq(x_52, x_53); -if (x_54 == 0) -{ -lean_dec(x_3); -lean_ctor_set(x_34, 1, x_31); -lean_ctor_set(x_34, 0, x_4); -lean_ctor_set(x_46, 0, x_34); -return x_46; -} -else -{ -lean_free_object(x_34); lean_dec(x_31); -lean_dec(x_4); -lean_ctor_set(x_46, 0, x_3); -return x_46; -} -} -} -else +x_34 = lean_ctor_get(x_4, 0); +lean_inc(x_34); +x_35 = l_Lean_Compiler_LCNF_Simp_isUsed(x_34, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_33); +lean_dec(x_34); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_unbox(x_36); +lean_dec(x_36); +if (x_37 == 0) { -lean_object* x_55; size_t x_56; size_t x_57; uint8_t x_58; -x_55 = lean_ctor_get(x_46, 1); -lean_inc(x_55); -lean_dec(x_46); -x_56 = lean_ptr_addr(x_1); +lean_object* x_38; lean_object* x_39; uint8_t x_40; +lean_dec(x_3); lean_dec(x_1); -x_57 = lean_ptr_addr(x_31); -x_58 = lean_usize_dec_eq(x_56, x_57); -if (x_58 == 0) +x_38 = lean_ctor_get(x_35, 1); +lean_inc(x_38); +lean_dec(x_35); +x_39 = l_Lean_Compiler_LCNF_Simp_eraseLetDecl(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_38); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) { -lean_object* x_59; -lean_dec(x_3); -lean_ctor_set(x_34, 1, x_31); -lean_ctor_set(x_34, 0, x_4); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_34); -lean_ctor_set(x_59, 1, x_55); -return x_59; +lean_object* x_41; +x_41 = lean_ctor_get(x_39, 0); +lean_dec(x_41); +lean_ctor_set(x_39, 0, x_32); +return x_39; } else { -size_t x_60; size_t x_61; uint8_t x_62; -x_60 = lean_ptr_addr(x_2); -x_61 = lean_ptr_addr(x_4); -x_62 = lean_usize_dec_eq(x_60, x_61); -if (x_62 == 0) -{ -lean_object* x_63; -lean_dec(x_3); -lean_ctor_set(x_34, 1, x_31); -lean_ctor_set(x_34, 0, x_4); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_34); -lean_ctor_set(x_63, 1, x_55); -return x_63; +lean_object* x_42; lean_object* x_43; +x_42 = lean_ctor_get(x_39, 1); +lean_inc(x_42); +lean_dec(x_39); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_32); +lean_ctor_set(x_43, 1, x_42); +return x_43; +} } else { +uint8_t x_44; +x_44 = !lean_is_exclusive(x_35); +if (x_44 == 0) +{ +lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; +x_45 = lean_ctor_get(x_35, 1); +x_46 = lean_ctor_get(x_35, 0); +lean_dec(x_46); +lean_inc(x_4); +x_47 = l_Lean_Compiler_LCNF_Simp_markUsedLetDecl(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_45); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_48 = !lean_is_exclusive(x_47); +if (x_48 == 0) +{ +lean_object* x_49; size_t x_50; size_t x_51; uint8_t x_52; +x_49 = lean_ctor_get(x_47, 0); +lean_dec(x_49); +x_50 = lean_ptr_addr(x_1); +lean_dec(x_1); +x_51 = lean_ptr_addr(x_32); +x_52 = lean_usize_dec_eq(x_50, x_51); +if (x_52 == 0) +{ +lean_dec(x_3); +lean_ctor_set(x_35, 1, x_32); +lean_ctor_set(x_35, 0, x_4); +lean_ctor_set(x_47, 0, x_35); +return x_47; +} +else +{ +size_t x_53; size_t x_54; uint8_t x_55; +x_53 = lean_ptr_addr(x_2); +x_54 = lean_ptr_addr(x_4); +x_55 = lean_usize_dec_eq(x_53, x_54); +if (x_55 == 0) +{ +lean_dec(x_3); +lean_ctor_set(x_35, 1, x_32); +lean_ctor_set(x_35, 0, x_4); +lean_ctor_set(x_47, 0, x_35); +return x_47; +} +else +{ +lean_free_object(x_35); +lean_dec(x_32); +lean_dec(x_4); +lean_ctor_set(x_47, 0, x_3); +return x_47; +} +} +} +else +{ +lean_object* x_56; size_t x_57; size_t x_58; uint8_t x_59; +x_56 = lean_ctor_get(x_47, 1); +lean_inc(x_56); +lean_dec(x_47); +x_57 = lean_ptr_addr(x_1); +lean_dec(x_1); +x_58 = lean_ptr_addr(x_32); +x_59 = lean_usize_dec_eq(x_57, x_58); +if (x_59 == 0) +{ +lean_object* x_60; +lean_dec(x_3); +lean_ctor_set(x_35, 1, x_32); +lean_ctor_set(x_35, 0, x_4); +x_60 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_60, 0, x_35); +lean_ctor_set(x_60, 1, x_56); +return x_60; +} +else +{ +size_t x_61; size_t x_62; uint8_t x_63; +x_61 = lean_ptr_addr(x_2); +x_62 = lean_ptr_addr(x_4); +x_63 = lean_usize_dec_eq(x_61, x_62); +if (x_63 == 0) +{ lean_object* x_64; -lean_free_object(x_34); -lean_dec(x_31); -lean_dec(x_4); +lean_dec(x_3); +lean_ctor_set(x_35, 1, x_32); +lean_ctor_set(x_35, 0, x_4); x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_3); -lean_ctor_set(x_64, 1, x_55); +lean_ctor_set(x_64, 0, x_35); +lean_ctor_set(x_64, 1, x_56); return x_64; } +else +{ +lean_object* x_65; +lean_free_object(x_35); +lean_dec(x_32); +lean_dec(x_4); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_3); +lean_ctor_set(x_65, 1, x_56); +return x_65; +} } } } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; size_t x_69; size_t x_70; uint8_t x_71; -x_65 = lean_ctor_get(x_34, 1); -lean_inc(x_65); -lean_dec(x_34); +lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; size_t x_70; size_t x_71; uint8_t x_72; +x_66 = lean_ctor_get(x_35, 1); +lean_inc(x_66); +lean_dec(x_35); lean_inc(x_4); -x_66 = l_Lean_Compiler_LCNF_Simp_markUsedLetDecl(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_65); +x_67 = l_Lean_Compiler_LCNF_Simp_markUsedLetDecl(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_66); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -16280,79 +16710,79 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_67 = lean_ctor_get(x_66, 1); -lean_inc(x_67); -if (lean_is_exclusive(x_66)) { - lean_ctor_release(x_66, 0); - lean_ctor_release(x_66, 1); - x_68 = x_66; +x_68 = lean_ctor_get(x_67, 1); +lean_inc(x_68); +if (lean_is_exclusive(x_67)) { + lean_ctor_release(x_67, 0); + lean_ctor_release(x_67, 1); + x_69 = x_67; } else { - lean_dec_ref(x_66); - x_68 = lean_box(0); + lean_dec_ref(x_67); + x_69 = lean_box(0); } -x_69 = lean_ptr_addr(x_1); +x_70 = lean_ptr_addr(x_1); lean_dec(x_1); -x_70 = lean_ptr_addr(x_31); -x_71 = lean_usize_dec_eq(x_69, x_70); -if (x_71 == 0) +x_71 = lean_ptr_addr(x_32); +x_72 = lean_usize_dec_eq(x_70, x_71); +if (x_72 == 0) { -lean_object* x_72; lean_object* x_73; +lean_object* x_73; lean_object* x_74; lean_dec(x_3); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_4); -lean_ctor_set(x_72, 1, x_31); -if (lean_is_scalar(x_68)) { - x_73 = lean_alloc_ctor(0, 2, 0); +x_73 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_73, 0, x_4); +lean_ctor_set(x_73, 1, x_32); +if (lean_is_scalar(x_69)) { + x_74 = lean_alloc_ctor(0, 2, 0); } else { - x_73 = x_68; + x_74 = x_69; } -lean_ctor_set(x_73, 0, x_72); -lean_ctor_set(x_73, 1, x_67); -return x_73; +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_68); +return x_74; } else { -size_t x_74; size_t x_75; uint8_t x_76; -x_74 = lean_ptr_addr(x_2); -x_75 = lean_ptr_addr(x_4); -x_76 = lean_usize_dec_eq(x_74, x_75); -if (x_76 == 0) +size_t x_75; size_t x_76; uint8_t x_77; +x_75 = lean_ptr_addr(x_2); +x_76 = lean_ptr_addr(x_4); +x_77 = lean_usize_dec_eq(x_75, x_76); +if (x_77 == 0) { -lean_object* x_77; lean_object* x_78; +lean_object* x_78; lean_object* x_79; lean_dec(x_3); -x_77 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_77, 0, x_4); -lean_ctor_set(x_77, 1, x_31); -if (lean_is_scalar(x_68)) { - x_78 = lean_alloc_ctor(0, 2, 0); -} else { - x_78 = x_68; -} -lean_ctor_set(x_78, 0, x_77); -lean_ctor_set(x_78, 1, x_67); -return x_78; -} -else -{ -lean_object* x_79; -lean_dec(x_31); -lean_dec(x_4); -if (lean_is_scalar(x_68)) { +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_4); +lean_ctor_set(x_78, 1, x_32); +if (lean_is_scalar(x_69)) { x_79 = lean_alloc_ctor(0, 2, 0); } else { - x_79 = x_68; + x_79 = x_69; } -lean_ctor_set(x_79, 0, x_3); -lean_ctor_set(x_79, 1, x_67); +lean_ctor_set(x_79, 0, x_78); +lean_ctor_set(x_79, 1, x_68); return x_79; } +else +{ +lean_object* x_80; +lean_dec(x_32); +lean_dec(x_4); +if (lean_is_scalar(x_69)) { + x_80 = lean_alloc_ctor(0, 2, 0); +} else { + x_80 = x_69; +} +lean_ctor_set(x_80, 0, x_3); +lean_ctor_set(x_80, 1, x_68); +return x_80; +} } } } } else { -uint8_t x_80; +uint8_t x_81; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -16363,55 +16793,55 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_80 = !lean_is_exclusive(x_30); -if (x_80 == 0) +x_81 = !lean_is_exclusive(x_31); +if (x_81 == 0) { -return x_30; +return x_31; } else { -lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_30, 0); -x_82 = lean_ctor_get(x_30, 1); +lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_31, 0); +x_83 = lean_ctor_get(x_31, 1); +lean_inc(x_83); lean_inc(x_82); -lean_inc(x_81); -lean_dec(x_30); -x_83 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_83, 0, x_81); -lean_ctor_set(x_83, 1, x_82); -return x_83; +lean_dec(x_31); +x_84 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_84, 0, x_82); +lean_ctor_set(x_84, 1, x_83); +return x_84; } } } else { -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_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_dec(x_3); -x_84 = lean_ctor_get(x_28, 0); -lean_inc(x_84); -lean_dec(x_28); -x_85 = lean_ctor_get(x_27, 1); +x_85 = lean_ctor_get(x_29, 0); lean_inc(x_85); -lean_dec(x_27); -x_86 = lean_ctor_get(x_84, 0); +lean_dec(x_29); +x_86 = lean_ctor_get(x_28, 1); lean_inc(x_86); -x_87 = lean_ctor_get(x_84, 1); +lean_dec(x_28); +x_87 = lean_ctor_get(x_85, 0); lean_inc(x_87); -lean_dec(x_84); -x_88 = lean_ctor_get(x_4, 0); +x_88 = lean_ctor_get(x_85, 1); lean_inc(x_88); -x_89 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_88, x_87, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_85); -if (lean_obj_tag(x_89) == 0) +lean_dec(x_85); +x_89 = lean_ctor_get(x_4, 0); +lean_inc(x_89); +x_90 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_89, x_88, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_86); +if (lean_obj_tag(x_90) == 0) { -lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_90 = lean_ctor_get(x_89, 1); -lean_inc(x_90); -lean_dec(x_89); -x_91 = l_Lean_Compiler_LCNF_Simp_eraseLetDecl(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_90); +lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_91 = lean_ctor_get(x_90, 1); +lean_inc(x_91); +lean_dec(x_90); +x_92 = l_Lean_Compiler_LCNF_Simp_eraseLetDecl(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_91); lean_dec(x_4); -x_92 = lean_ctor_get(x_91, 1); -lean_inc(x_92); -lean_dec(x_91); +x_93 = lean_ctor_get(x_92, 1); +lean_inc(x_93); +lean_dec(x_92); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -16419,16 +16849,16 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_93 = l_Lean_Compiler_LCNF_Simp_simp(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_92); -if (lean_obj_tag(x_93) == 0) +x_94 = l_Lean_Compiler_LCNF_Simp_simp(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_93); +if (lean_obj_tag(x_94) == 0) { -lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_94 = lean_ctor_get(x_93, 0); -lean_inc(x_94); -x_95 = lean_ctor_get(x_93, 1); +lean_object* x_95; lean_object* x_96; lean_object* x_97; +x_95 = lean_ctor_get(x_94, 0); lean_inc(x_95); -lean_dec(x_93); -x_96 = l_Lean_Compiler_LCNF_Simp_attachCodeDecls(x_86, x_94, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_95); +x_96 = lean_ctor_get(x_94, 1); +lean_inc(x_96); +lean_dec(x_94); +x_97 = l_Lean_Compiler_LCNF_Simp_attachCodeDecls(x_87, x_95, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_96); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -16436,13 +16866,13 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_86); -return x_96; +lean_dec(x_87); +return x_97; } else { -uint8_t x_97; -lean_dec(x_86); +uint8_t x_98; +lean_dec(x_87); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -16450,30 +16880,30 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_97 = !lean_is_exclusive(x_93); -if (x_97 == 0) +x_98 = !lean_is_exclusive(x_94); +if (x_98 == 0) { -return x_93; +return x_94; } else { -lean_object* x_98; lean_object* x_99; lean_object* x_100; -x_98 = lean_ctor_get(x_93, 0); -x_99 = lean_ctor_get(x_93, 1); +lean_object* x_99; lean_object* x_100; lean_object* x_101; +x_99 = lean_ctor_get(x_94, 0); +x_100 = lean_ctor_get(x_94, 1); +lean_inc(x_100); lean_inc(x_99); -lean_inc(x_98); -lean_dec(x_93); -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; +lean_dec(x_94); +x_101 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_101, 0, x_99); +lean_ctor_set(x_101, 1, x_100); +return x_101; } } } else { -uint8_t x_101; -lean_dec(x_86); +uint8_t x_102; +lean_dec(x_87); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -16483,30 +16913,30 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_101 = !lean_is_exclusive(x_89); -if (x_101 == 0) +x_102 = !lean_is_exclusive(x_90); +if (x_102 == 0) { -return x_89; +return x_90; } 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_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_90, 0); +x_104 = lean_ctor_get(x_90, 1); +lean_inc(x_104); 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_dec(x_90); +x_105 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_105, 0, x_103); +lean_ctor_set(x_105, 1, x_104); +return x_105; } } } } else { -uint8_t x_105; +uint8_t x_106; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -16517,39 +16947,39 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_105 = !lean_is_exclusive(x_27); -if (x_105 == 0) +x_106 = !lean_is_exclusive(x_28); +if (x_106 == 0) { -return x_27; +return x_28; } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_106 = lean_ctor_get(x_27, 0); -x_107 = lean_ctor_get(x_27, 1); +lean_object* x_107; lean_object* x_108; lean_object* x_109; +x_107 = lean_ctor_get(x_28, 0); +x_108 = lean_ctor_get(x_28, 1); +lean_inc(x_108); lean_inc(x_107); -lean_inc(x_106); -lean_dec(x_27); -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; +lean_dec(x_28); +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; } } } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; -lean_dec(x_20); +lean_object* x_110; lean_object* x_111; lean_object* x_112; uint8_t x_113; +lean_dec(x_21); lean_dec(x_3); lean_dec(x_1); -x_109 = lean_ctor_get(x_24, 1); -lean_inc(x_109); -lean_dec(x_24); -x_110 = lean_ctor_get(x_25, 0); +x_110 = lean_ctor_get(x_25, 1); lean_inc(x_110); lean_dec(x_25); -x_111 = l_Lean_Compiler_LCNF_Simp_eraseLetDecl(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_109); +x_111 = lean_ctor_get(x_26, 0); +lean_inc(x_111); +lean_dec(x_26); +x_112 = l_Lean_Compiler_LCNF_Simp_eraseLetDecl(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_110); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -16558,32 +16988,32 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); -x_112 = !lean_is_exclusive(x_111); -if (x_112 == 0) +x_113 = !lean_is_exclusive(x_112); +if (x_113 == 0) { -lean_object* x_113; -x_113 = lean_ctor_get(x_111, 0); -lean_dec(x_113); -lean_ctor_set(x_111, 0, x_110); -return x_111; +lean_object* x_114; +x_114 = lean_ctor_get(x_112, 0); +lean_dec(x_114); +lean_ctor_set(x_112, 0, x_111); +return x_112; } else { -lean_object* x_114; lean_object* x_115; -x_114 = lean_ctor_get(x_111, 1); -lean_inc(x_114); -lean_dec(x_111); -x_115 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_115, 0, x_110); -lean_ctor_set(x_115, 1, x_114); -return x_115; +lean_object* x_115; lean_object* x_116; +x_115 = lean_ctor_get(x_112, 1); +lean_inc(x_115); +lean_dec(x_112); +x_116 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_116, 0, x_111); +lean_ctor_set(x_116, 1, x_115); +return x_116; } } } else { -uint8_t x_116; -lean_dec(x_20); +uint8_t x_117; +lean_dec(x_21); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -16594,57 +17024,57 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_116 = !lean_is_exclusive(x_24); -if (x_116 == 0) +x_117 = !lean_is_exclusive(x_25); +if (x_117 == 0) { -return x_24; +return x_25; } else { -lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_117 = lean_ctor_get(x_24, 0); -x_118 = lean_ctor_get(x_24, 1); +lean_object* x_118; lean_object* x_119; lean_object* x_120; +x_118 = lean_ctor_get(x_25, 0); +x_119 = lean_ctor_get(x_25, 1); +lean_inc(x_119); lean_inc(x_118); -lean_inc(x_117); -lean_dec(x_24); -x_119 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_119, 0, x_117); -lean_ctor_set(x_119, 1, x_118); -return x_119; +lean_dec(x_25); +x_120 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_120, 0, x_118); +lean_ctor_set(x_120, 1, x_119); +return x_120; } } } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; -lean_dec(x_20); -lean_dec(x_3); -x_120 = lean_ctor_get(x_21, 1); -lean_inc(x_120); +lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_dec(x_21); -x_121 = lean_ctor_get(x_22, 0); +lean_dec(x_3); +x_121 = lean_ctor_get(x_22, 1); lean_inc(x_121); lean_dec(x_22); -x_122 = lean_ctor_get(x_4, 0); +x_122 = lean_ctor_get(x_23, 0); lean_inc(x_122); -x_123 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_122, x_121, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_120); -if (lean_obj_tag(x_123) == 0) +lean_dec(x_23); +x_123 = lean_ctor_get(x_4, 0); +lean_inc(x_123); +x_124 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_123, x_122, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_121); +if (lean_obj_tag(x_124) == 0) { -lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; -x_124 = lean_ctor_get(x_123, 1); -lean_inc(x_124); -lean_dec(x_123); -x_125 = l_Lean_Compiler_LCNF_Simp_eraseLetDecl(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_124); +lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; +x_125 = lean_ctor_get(x_124, 1); +lean_inc(x_125); +lean_dec(x_124); +x_126 = l_Lean_Compiler_LCNF_Simp_eraseLetDecl(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_125); lean_dec(x_4); -x_126 = lean_ctor_get(x_125, 1); -lean_inc(x_126); -lean_dec(x_125); -x_127 = l_Lean_Compiler_LCNF_Simp_simp(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_126); -return x_127; +x_127 = lean_ctor_get(x_126, 1); +lean_inc(x_127); +lean_dec(x_126); +x_128 = l_Lean_Compiler_LCNF_Simp_simp(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_127); +return x_128; } else { -uint8_t x_128; +uint8_t x_129; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -16654,48 +17084,48 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_128 = !lean_is_exclusive(x_123); -if (x_128 == 0) +x_129 = !lean_is_exclusive(x_124); +if (x_129 == 0) { -return x_123; +return x_124; } else { -lean_object* x_129; lean_object* x_130; lean_object* x_131; -x_129 = lean_ctor_get(x_123, 0); -x_130 = lean_ctor_get(x_123, 1); +lean_object* x_130; lean_object* x_131; lean_object* x_132; +x_130 = lean_ctor_get(x_124, 0); +x_131 = lean_ctor_get(x_124, 1); +lean_inc(x_131); lean_inc(x_130); -lean_inc(x_129); -lean_dec(x_123); -x_131 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_131, 0, x_129); -lean_ctor_set(x_131, 1, x_130); -return x_131; +lean_dec(x_124); +x_132 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_132, 0, x_130); +lean_ctor_set(x_132, 1, x_131); +return x_132; } } } } else { -lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; +lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_dec(x_4); lean_dec(x_3); -x_132 = lean_ctor_get(x_17, 1); -lean_inc(x_132); -lean_dec(x_17); -x_133 = lean_ctor_get(x_18, 0); +x_133 = lean_ctor_get(x_18, 1); lean_inc(x_133); lean_dec(x_18); -x_134 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_134, 0, x_133); -lean_ctor_set(x_134, 1, x_1); -x_135 = l_Lean_Compiler_LCNF_Simp_simp(x_134, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_132); -return x_135; +x_134 = lean_ctor_get(x_19, 0); +lean_inc(x_134); +lean_dec(x_19); +x_135 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_135, 0, x_134); +lean_ctor_set(x_135, 1, x_1); +x_136 = l_Lean_Compiler_LCNF_Simp_simp(x_135, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_133); +return x_136; } } else { -uint8_t x_136; +uint8_t x_137; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -16706,41 +17136,41 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_136 = !lean_is_exclusive(x_17); -if (x_136 == 0) +x_137 = !lean_is_exclusive(x_18); +if (x_137 == 0) { -return x_17; +return x_18; } else { -lean_object* x_137; lean_object* x_138; lean_object* x_139; -x_137 = lean_ctor_get(x_17, 0); -x_138 = lean_ctor_get(x_17, 1); +lean_object* x_138; lean_object* x_139; lean_object* x_140; +x_138 = lean_ctor_get(x_18, 0); +x_139 = lean_ctor_get(x_18, 1); +lean_inc(x_139); lean_inc(x_138); -lean_inc(x_137); -lean_dec(x_17); -x_139 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_139, 0, x_137); -lean_ctor_set(x_139, 1, x_138); -return x_139; +lean_dec(x_18); +x_140 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_140, 0, x_138); +lean_ctor_set(x_140, 1, x_139); +return x_140; } } } else { -lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; +lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_dec(x_4); lean_dec(x_3); -x_140 = lean_ctor_get(x_14, 1); -lean_inc(x_140); -lean_dec(x_14); -x_141 = lean_ctor_get(x_15, 0); +x_141 = lean_ctor_get(x_15, 1); lean_inc(x_141); lean_dec(x_15); -x_142 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_7, x_8, x_9, x_10, x_11, x_12, x_140); -x_143 = lean_ctor_get(x_142, 1); -lean_inc(x_143); -lean_dec(x_142); +x_142 = lean_ctor_get(x_16, 0); +lean_inc(x_142); +lean_dec(x_16); +x_143 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_7, x_8, x_9, x_10, x_11, x_12, x_141); +x_144 = lean_ctor_get(x_143, 1); +lean_inc(x_144); +lean_dec(x_143); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -16748,16 +17178,16 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_144 = l_Lean_Compiler_LCNF_Simp_simp(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_143); -if (lean_obj_tag(x_144) == 0) +x_145 = l_Lean_Compiler_LCNF_Simp_simp(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_144); +if (lean_obj_tag(x_145) == 0) { -lean_object* x_145; lean_object* x_146; lean_object* x_147; -x_145 = lean_ctor_get(x_144, 0); -lean_inc(x_145); -x_146 = lean_ctor_get(x_144, 1); +lean_object* x_146; lean_object* x_147; lean_object* x_148; +x_146 = lean_ctor_get(x_145, 0); lean_inc(x_146); -lean_dec(x_144); -x_147 = l_Lean_Compiler_LCNF_Simp_attachCodeDecls(x_141, x_145, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_146); +x_147 = lean_ctor_get(x_145, 1); +lean_inc(x_147); +lean_dec(x_145); +x_148 = l_Lean_Compiler_LCNF_Simp_attachCodeDecls(x_142, x_146, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_147); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -16765,13 +17195,13 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_141); -return x_147; +lean_dec(x_142); +return x_148; } else { -uint8_t x_148; -lean_dec(x_141); +uint8_t x_149; +lean_dec(x_142); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -16779,30 +17209,30 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_148 = !lean_is_exclusive(x_144); -if (x_148 == 0) +x_149 = !lean_is_exclusive(x_145); +if (x_149 == 0) { -return x_144; +return x_145; } else { -lean_object* x_149; lean_object* x_150; lean_object* x_151; -x_149 = lean_ctor_get(x_144, 0); -x_150 = lean_ctor_get(x_144, 1); +lean_object* x_150; lean_object* x_151; lean_object* x_152; +x_150 = lean_ctor_get(x_145, 0); +x_151 = lean_ctor_get(x_145, 1); +lean_inc(x_151); lean_inc(x_150); -lean_inc(x_149); -lean_dec(x_144); -x_151 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_151, 0, x_149); -lean_ctor_set(x_151, 1, x_150); -return x_151; +lean_dec(x_145); +x_152 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_152, 0, x_150); +lean_ctor_set(x_152, 1, x_151); +return x_152; } } } } else { -uint8_t x_152; +uint8_t x_153; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -16813,23 +17243,24 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_152 = !lean_is_exclusive(x_14); -if (x_152 == 0) +x_153 = !lean_is_exclusive(x_15); +if (x_153 == 0) { -return x_14; +return x_15; } else { -lean_object* x_153; lean_object* x_154; lean_object* x_155; -x_153 = lean_ctor_get(x_14, 0); -x_154 = lean_ctor_get(x_14, 1); +lean_object* x_154; lean_object* x_155; lean_object* x_156; +x_154 = lean_ctor_get(x_15, 0); +x_155 = lean_ctor_get(x_15, 1); +lean_inc(x_155); lean_inc(x_154); -lean_inc(x_153); -lean_dec(x_14); -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; +lean_dec(x_15); +x_156 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_156, 0, x_154); +lean_ctor_set(x_156, 1, x_155); +return x_156; +} } } } @@ -16919,57 +17350,7 @@ return x_32; } } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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, 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: -{ -lean_object* x_14; uint8_t x_15; -x_14 = lean_ctor_get(x_4, 2); -lean_inc(x_14); -x_15 = l_Lean_Expr_isErased(x_14); -lean_dec(x_14); -if (x_15 == 0) -{ -lean_object* x_16; lean_object* x_17; -x_16 = lean_box(0); -x_17 = l_Lean_Compiler_LCNF_Simp_simp___lambda__2(x_1, x_2, x_3, x_4, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -return x_17; -} -else -{ -lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_18 = lean_ctor_get(x_4, 3); -lean_inc(x_18); -x_19 = lean_box(1); -x_20 = l_Lean_Compiler_LCNF_beqLetValue____x40_Lean_Compiler_LCNF_Basic___hyg_1208_(x_18, x_19); -lean_dec(x_18); -if (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; -x_21 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_7, x_8, x_9, x_10, x_11, x_12, x_13); -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -lean_dec(x_21); -x_23 = l_Lean_Compiler_LCNF_LetDecl_updateValue(x_4, x_19, x_9, x_10, x_11, x_12, x_22); -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(x_23); -x_26 = lean_box(0); -x_27 = l_Lean_Compiler_LCNF_Simp_simp___lambda__2(x_1, x_2, x_3, x_24, x_26, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_25); -return x_27; -} -else -{ -lean_object* x_28; lean_object* x_29; -x_28 = lean_box(0); -x_29 = l_Lean_Compiler_LCNF_Simp_simp___lambda__2(x_1, x_2, x_3, x_4, x_28, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -return x_29; -} -} -} -} -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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, 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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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, 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) { _start: { size_t x_15; size_t x_16; uint8_t x_17; @@ -17019,7 +17400,7 @@ return x_25; } } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__5(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, lean_object* x_13, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__4(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, lean_object* x_13, lean_object* x_14) { _start: { lean_object* x_15; @@ -17095,7 +17476,7 @@ x_28 = lean_ctor_get(x_19, 1); lean_inc(x_28); lean_dec(x_19); x_29 = lean_box(0); -x_30 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_1, x_16, x_5, x_2, x_3, x_29, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_28); +x_30 = l_Lean_Compiler_LCNF_Simp_simp___lambda__3(x_1, x_16, x_5, x_2, x_3, x_29, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_28); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -17119,7 +17500,7 @@ lean_inc(x_33); x_34 = lean_ctor_get(x_32, 1); lean_inc(x_34); lean_dec(x_32); -x_35 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_1, x_16, x_5, x_2, x_3, x_33, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_34); +x_35 = l_Lean_Compiler_LCNF_Simp_simp___lambda__3(x_1, x_16, x_5, x_2, x_3, x_33, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_34); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -17167,7 +17548,7 @@ return x_39; } } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__6(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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__5(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; @@ -17223,7 +17604,7 @@ return x_20; } } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__7(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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__6(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) { _start: { size_t x_15; size_t x_16; uint8_t x_17; @@ -17273,7 +17654,7 @@ return x_25; } } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__8(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, lean_object* x_13, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__7(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, lean_object* x_13, lean_object* x_14) { _start: { lean_object* x_15; @@ -17349,7 +17730,7 @@ x_28 = lean_ctor_get(x_19, 1); lean_inc(x_28); lean_dec(x_19); x_29 = lean_box(0); -x_30 = l_Lean_Compiler_LCNF_Simp_simp___lambda__7(x_1, x_16, x_5, x_2, x_3, x_29, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_28); +x_30 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_1, x_16, x_5, x_2, x_3, x_29, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_28); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -17373,7 +17754,7 @@ lean_inc(x_33); x_34 = lean_ctor_get(x_32, 1); lean_inc(x_34); lean_dec(x_32); -x_35 = l_Lean_Compiler_LCNF_Simp_simp___lambda__7(x_1, x_16, x_5, x_2, x_3, x_33, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_34); +x_35 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_1, x_16, x_5, x_2, x_3, x_33, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_34); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -17421,7 +17802,7 @@ return x_39; } } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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_object* x_8, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__8(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: { if (lean_obj_tag(x_2) == 0) @@ -17816,7 +18197,7 @@ return x_98; } } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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_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) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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_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: { lean_object* x_18; uint8_t x_19; @@ -18079,7 +18460,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_51, 1); lean_inc(x_53); lean_dec(x_51); -x_54 = l_Lean_Compiler_LCNF_Simp_simp___lambda__3(x_45, x_44, x_1, x_48, x_52, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_53); +x_54 = l_Lean_Compiler_LCNF_Simp_simp___lambda__2(x_45, x_44, x_1, x_48, x_52, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_53); lean_dec(x_52); lean_dec(x_44); return x_54; @@ -18088,7 +18469,7 @@ else { lean_object* x_55; lean_object* x_56; x_55 = lean_box(0); -x_56 = l_Lean_Compiler_LCNF_Simp_simp___lambda__3(x_45, x_44, x_1, x_48, x_55, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_49); +x_56 = l_Lean_Compiler_LCNF_Simp_simp___lambda__2(x_45, x_44, x_1, x_48, x_55, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_49); lean_dec(x_44); return x_56; } @@ -18118,7 +18499,7 @@ lean_inc(x_64); lean_dec(x_61); lean_inc(x_1); lean_inc(x_58); -x_65 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__5___boxed), 14, 4); +x_65 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__4___boxed), 14, 4); lean_closure_set(x_65, 0, x_59); lean_closure_set(x_65, 1, x_58); lean_closure_set(x_65, 2, x_1); @@ -18129,7 +18510,7 @@ if (x_66 == 0) { lean_object* x_67; lean_object* x_68; x_67 = lean_box(0); -x_68 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_65, x_58, x_67, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_64); +x_68 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_65, x_58, x_67, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_64); return x_68; } else @@ -18145,7 +18526,7 @@ if (x_71 == 0) { lean_object* x_72; lean_object* x_73; x_72 = lean_box(0); -x_73 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_65, x_58, x_72, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_64); +x_73 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_65, x_58, x_72, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_64); return x_73; } else @@ -18193,7 +18574,7 @@ lean_inc(x_86); x_87 = lean_ctor_get(x_85, 1); lean_inc(x_87); lean_dec(x_85); -x_88 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_65, x_83, x_86, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_87); +x_88 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_65, x_83, x_86, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_87); lean_dec(x_86); return x_88; } @@ -18294,7 +18675,7 @@ lean_dec(x_103); x_106 = lean_box(0); x_107 = lean_unbox(x_62); lean_dec(x_62); -x_108 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_59, x_58, x_1, x_107, x_104, x_106, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_105); +x_108 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_59, x_58, x_1, x_107, x_104, x_106, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_105); lean_dec(x_58); return x_108; } @@ -18358,7 +18739,7 @@ lean_inc(x_120); lean_dec(x_117); lean_inc(x_1); lean_inc(x_114); -x_121 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__8___boxed), 14, 4); +x_121 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__7___boxed), 14, 4); lean_closure_set(x_121, 0, x_115); lean_closure_set(x_121, 1, x_114); lean_closure_set(x_121, 2, x_1); @@ -18369,7 +18750,7 @@ if (x_122 == 0) { lean_object* x_123; lean_object* x_124; x_123 = lean_box(0); -x_124 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_121, x_114, x_123, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_120); +x_124 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_121, x_114, x_123, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_120); return x_124; } else @@ -18385,7 +18766,7 @@ if (x_127 == 0) { lean_object* x_128; lean_object* x_129; x_128 = lean_box(0); -x_129 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_121, x_114, x_128, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_120); +x_129 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_121, x_114, x_128, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_120); return x_129; } else @@ -18433,7 +18814,7 @@ lean_inc(x_142); x_143 = lean_ctor_get(x_141, 1); lean_inc(x_143); lean_dec(x_141); -x_144 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_121, x_139, x_142, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_143); +x_144 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_121, x_139, x_142, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_143); lean_dec(x_142); return x_144; } @@ -18534,7 +18915,7 @@ lean_dec(x_159); x_162 = lean_box(0); x_163 = lean_unbox(x_118); lean_dec(x_118); -x_164 = l_Lean_Compiler_LCNF_Simp_simp___lambda__8(x_115, x_114, x_1, x_163, x_160, x_162, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_161); +x_164 = l_Lean_Compiler_LCNF_Simp_simp___lambda__7(x_115, x_114, x_1, x_163, x_160, x_162, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_161); lean_dec(x_114); return x_164; } @@ -18939,7 +19320,7 @@ lean_inc(x_230); x_244 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normExprImp_go(x_243, x_237, x_230); lean_dec(x_243); lean_inc(x_239); -x_245 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__9), 10, 1); +x_245 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__8), 10, 1); lean_closure_set(x_245, 0, x_239); lean_inc(x_8); lean_inc(x_7); @@ -18983,7 +19364,7 @@ if (x_254 == 0) lean_object* x_255; lean_object* x_256; lean_free_object(x_249); x_255 = lean_box(0); -x_256 = l_Lean_Compiler_LCNF_Simp_simp___lambda__10(x_239, x_232, x_251, x_229, x_244, x_230, x_231, x_1, x_255, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_252); +x_256 = l_Lean_Compiler_LCNF_Simp_simp___lambda__9(x_239, x_232, x_251, x_229, x_244, x_230, x_231, x_1, x_255, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_252); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -19169,7 +19550,7 @@ lean_dec(x_261); lean_dec(x_260); lean_dec(x_259); x_286 = lean_box(0); -x_287 = l_Lean_Compiler_LCNF_Simp_simp___lambda__10(x_239, x_232, x_251, x_229, x_244, x_230, x_231, x_1, x_286, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_264); +x_287 = l_Lean_Compiler_LCNF_Simp_simp___lambda__9(x_239, x_232, x_251, x_229, x_244, x_230, x_231, x_1, x_286, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_264); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -19225,7 +19606,7 @@ if (x_299 == 0) { lean_object* x_300; lean_object* x_301; x_300 = lean_box(0); -x_301 = l_Lean_Compiler_LCNF_Simp_simp___lambda__10(x_239, x_232, x_296, x_229, x_244, x_230, x_231, x_1, x_300, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_297); +x_301 = l_Lean_Compiler_LCNF_Simp_simp___lambda__9(x_239, x_232, x_296, x_229, x_244, x_230, x_231, x_1, x_300, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_297); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -19404,7 +19785,7 @@ lean_dec(x_306); lean_dec(x_305); lean_dec(x_304); x_328 = lean_box(0); -x_329 = l_Lean_Compiler_LCNF_Simp_simp___lambda__10(x_239, x_232, x_296, x_229, x_244, x_230, x_231, x_1, x_328, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_309); +x_329 = l_Lean_Compiler_LCNF_Simp_simp___lambda__9(x_239, x_232, x_296, x_229, x_244, x_230, x_231, x_1, x_328, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_309); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -19911,7 +20292,7 @@ lean_inc(x_420); x_421 = lean_ctor_get(x_419, 1); lean_inc(x_421); lean_dec(x_419); -x_422 = l_Lean_Compiler_LCNF_Simp_simp___lambda__3(x_413, x_412, x_1, x_416, x_420, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_421); +x_422 = l_Lean_Compiler_LCNF_Simp_simp___lambda__2(x_413, x_412, x_1, x_416, x_420, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_421); lean_dec(x_420); lean_dec(x_412); return x_422; @@ -19920,7 +20301,7 @@ else { lean_object* x_423; lean_object* x_424; x_423 = lean_box(0); -x_424 = l_Lean_Compiler_LCNF_Simp_simp___lambda__3(x_413, x_412, x_1, x_416, x_423, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_417); +x_424 = l_Lean_Compiler_LCNF_Simp_simp___lambda__2(x_413, x_412, x_1, x_416, x_423, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_417); lean_dec(x_412); return x_424; } @@ -19950,7 +20331,7 @@ lean_inc(x_432); lean_dec(x_429); lean_inc(x_1); lean_inc(x_426); -x_433 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__5___boxed), 14, 4); +x_433 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__4___boxed), 14, 4); lean_closure_set(x_433, 0, x_427); lean_closure_set(x_433, 1, x_426); lean_closure_set(x_433, 2, x_1); @@ -19961,7 +20342,7 @@ if (x_434 == 0) { lean_object* x_435; lean_object* x_436; x_435 = lean_box(0); -x_436 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_433, x_426, x_435, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_432); +x_436 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_433, x_426, x_435, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_432); return x_436; } else @@ -19977,7 +20358,7 @@ if (x_439 == 0) { lean_object* x_440; lean_object* x_441; x_440 = lean_box(0); -x_441 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_433, x_426, x_440, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_432); +x_441 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_433, x_426, x_440, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_432); return x_441; } else @@ -20025,7 +20406,7 @@ lean_inc(x_454); x_455 = lean_ctor_get(x_453, 1); lean_inc(x_455); lean_dec(x_453); -x_456 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_433, x_451, x_454, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_455); +x_456 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_433, x_451, x_454, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_455); lean_dec(x_454); return x_456; } @@ -20130,7 +20511,7 @@ lean_dec(x_471); x_474 = lean_box(0); x_475 = lean_unbox(x_430); lean_dec(x_430); -x_476 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_427, x_426, x_1, x_475, x_472, x_474, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_473); +x_476 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_427, x_426, x_1, x_475, x_472, x_474, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_473); lean_dec(x_426); return x_476; } @@ -20196,7 +20577,7 @@ lean_inc(x_488); lean_dec(x_485); lean_inc(x_1); lean_inc(x_482); -x_489 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__8___boxed), 14, 4); +x_489 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__7___boxed), 14, 4); lean_closure_set(x_489, 0, x_483); lean_closure_set(x_489, 1, x_482); lean_closure_set(x_489, 2, x_1); @@ -20207,7 +20588,7 @@ if (x_490 == 0) { lean_object* x_491; lean_object* x_492; x_491 = lean_box(0); -x_492 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_489, x_482, x_491, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_488); +x_492 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_489, x_482, x_491, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_488); return x_492; } else @@ -20223,7 +20604,7 @@ if (x_495 == 0) { lean_object* x_496; lean_object* x_497; x_496 = lean_box(0); -x_497 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_489, x_482, x_496, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_488); +x_497 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_489, x_482, x_496, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_488); return x_497; } else @@ -20271,7 +20652,7 @@ lean_inc(x_510); x_511 = lean_ctor_get(x_509, 1); lean_inc(x_511); lean_dec(x_509); -x_512 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_489, x_507, x_510, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_511); +x_512 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_489, x_507, x_510, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_511); lean_dec(x_510); return x_512; } @@ -20376,7 +20757,7 @@ lean_dec(x_527); x_530 = lean_box(0); x_531 = lean_unbox(x_486); lean_dec(x_486); -x_532 = l_Lean_Compiler_LCNF_Simp_simp___lambda__8(x_483, x_482, x_1, x_531, x_528, x_530, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_529); +x_532 = l_Lean_Compiler_LCNF_Simp_simp___lambda__7(x_483, x_482, x_1, x_531, x_528, x_530, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_529); lean_dec(x_482); return x_532; } @@ -20762,7 +21143,7 @@ lean_inc(x_592); x_606 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normExprImp_go(x_605, x_599, x_592); lean_dec(x_605); lean_inc(x_601); -x_607 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__9), 10, 1); +x_607 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__8), 10, 1); lean_closure_set(x_607, 0, x_601); lean_inc(x_8); lean_inc(x_409); @@ -20812,7 +21193,7 @@ if (x_616 == 0) lean_object* x_617; lean_object* x_618; lean_dec(x_614); x_617 = lean_box(0); -x_618 = l_Lean_Compiler_LCNF_Simp_simp___lambda__10(x_601, x_594, x_612, x_591, x_606, x_592, x_593, x_1, x_617, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_613); +x_618 = l_Lean_Compiler_LCNF_Simp_simp___lambda__9(x_601, x_594, x_612, x_591, x_606, x_592, x_593, x_1, x_617, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_613); lean_dec(x_8); lean_dec(x_409); lean_dec(x_6); @@ -20992,7 +21373,7 @@ lean_dec(x_623); lean_dec(x_622); lean_dec(x_621); x_645 = lean_box(0); -x_646 = l_Lean_Compiler_LCNF_Simp_simp___lambda__10(x_601, x_594, x_612, x_591, x_606, x_592, x_593, x_1, x_645, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_626); +x_646 = l_Lean_Compiler_LCNF_Simp_simp___lambda__9(x_601, x_594, x_612, x_591, x_606, x_592, x_593, x_1, x_645, x_2, x_3, x_4, x_5, x_6, x_409, x_8, x_626); lean_dec(x_8); lean_dec(x_409); lean_dec(x_6); @@ -24580,21 +24961,50 @@ lean_dec(x_2); return x_14; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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, 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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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, 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) { _start: { -lean_object* x_14; -x_14 = l_Lean_Compiler_LCNF_Simp_simp___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -lean_dec(x_5); -lean_dec(x_2); -return x_14; +lean_object* x_15; +x_15 = l_Lean_Compiler_LCNF_Simp_simp___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_1); +return x_15; } } LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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, 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) { _start: { +uint8_t x_15; lean_object* x_16; +x_15 = lean_unbox(x_4); +lean_dec(x_4); +x_16 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_1, x_2, x_3, x_15, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +lean_dec(x_6); +lean_dec(x_2); +return x_16; +} +} +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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, 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; +x_12 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__6___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, lean_object* x_14) { +_start: +{ lean_object* x_15; -x_15 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_15 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -24608,58 +25018,19 @@ lean_dec(x_1); return x_15; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__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, 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) { -_start: -{ -uint8_t x_15; lean_object* x_16; -x_15 = lean_unbox(x_4); -lean_dec(x_4); -x_16 = l_Lean_Compiler_LCNF_Simp_simp___lambda__5(x_1, x_2, x_3, x_15, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -lean_dec(x_6); -lean_dec(x_2); -return x_16; -} -} -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__6___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) { -_start: -{ -lean_object* x_12; -x_12 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_3); -return x_12; -} -} LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__7___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, lean_object* x_14) { _start: { -lean_object* x_15; -x_15 = l_Lean_Compiler_LCNF_Simp_simp___lambda__7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_1); -return x_15; -} -} -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__8___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, lean_object* x_14) { -_start: -{ uint8_t x_15; lean_object* x_16; x_15 = lean_unbox(x_4); lean_dec(x_4); -x_16 = l_Lean_Compiler_LCNF_Simp_simp___lambda__8(x_1, x_2, x_3, x_15, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_16 = l_Lean_Compiler_LCNF_Simp_simp___lambda__7(x_1, x_2, x_3, x_15, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_6); lean_dec(x_2); return x_16; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__10___boxed(lean_object** _args) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simp___lambda__9___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; lean_object* x_3 = _args[2]; @@ -24680,7 +25051,7 @@ lean_object* x_17 = _args[16]; _start: { lean_object* x_18; -x_18 = l_Lean_Compiler_LCNF_Simp_simp___lambda__10(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +x_18 = l_Lean_Compiler_LCNF_Simp_simp___lambda__9(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); @@ -24819,6 +25190,12 @@ l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1 = _init_l_Lean_Compiler_LCNF lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1); l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__2 = _init_l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__2(); lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__2); +l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__1 = _init_l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__1); +l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__2 = _init_l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__2); +l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__3 = _init_l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_simp___lambda__1___closed__3); return lean_io_result_mk_ok(lean_box(0)); } #ifdef __cplusplus diff --git a/stage0/stdlib/Lean/Compiler/NeverExtractAttr.c b/stage0/stdlib/Lean/Compiler/NeverExtractAttr.c index 84db7b41ab..c03d9e1718 100644 --- a/stage0/stdlib/Lean/Compiler/NeverExtractAttr.c +++ b/stage0/stdlib/Lean/Compiler/NeverExtractAttr.c @@ -14,27 +14,39 @@ extern "C" { #endif static lean_object* l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____closed__7; +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Lean_hasNeverExtractAttribute___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____closed__4; +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_neverExtractAttr; static lean_object* l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____closed__6; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_docString__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_hasNeverExtractAttribute_visit___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__1; uint8_t l_Lean_TagAttribute_hasTag(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__4; static lean_object* l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____closed__2; lean_object* l_Lean_Name_getPrefix(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____closed__5; LEAN_EXPORT uint8_t lean_has_never_extract_attribute(lean_object*, lean_object*); +static lean_object* l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__3; +static lean_object* l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_docString__1___closed__1; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +static lean_object* l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__5; lean_object* l_Lean_registerTagAttribute(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*); static lean_object* l_Lean_hasNeverExtractAttribute_visit___closed__1; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); +static lean_object* l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__6; static lean_object* l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____closed__3; +static lean_object* l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__2; static lean_object* l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____closed__1; LEAN_EXPORT uint8_t l_Lean_hasNeverExtractAttribute_visit(lean_object*, lean_object*); uint8_t l_Lean_Name_isInternal(lean_object*); +LEAN_EXPORT lean_object* l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -131,6 +143,126 @@ lean_dec(x_1); return x_5; } } +static lean_object* _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Instructs the compiler that function applications using the tagged declaration should not be\nextracted when they are closed terms, and that common subexpression elimination should not be\nperformed.\n\nOrdinarily, the Lean compiler identifies closed terms (without free variables) and extracts them\nto top-level definitions. This optimization can prevent unnecessary recomputation of values.\n\nPreventing the extraction of closed terms is useful for declarations that have implicit effects\nthat should be repeated.\n", 511, 511); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____closed__5; +x_3 = l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(12u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(25u); +x_2 = lean_unsigned_to_nat(275u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__3() { +_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_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(275u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(24u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(24u); +x_2 = lean_unsigned_to_nat(35u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__6() { +_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_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(35u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__3; +x_2 = l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____closed__5; +x_3 = l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_hasNeverExtractAttribute_visit___closed__1() { _start: { @@ -231,7 +363,29 @@ l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____closed__6 = _init lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____closed__6); l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____closed__7 = _init_l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____closed__7(); lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3____closed__7); -if (builtin) {res = l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3_(lean_io_mk_world()); +l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_docString__1___closed__1 = _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__1 = _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__1); +l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__2 = _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__2); +l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__3 = _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__3); +l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__4 = _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__4); +l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__5 = _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__5); +l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__6 = _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__6); +l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__7 = _init_l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_neverExtractAttr___regBuiltin_Lean_neverExtractAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_initFn____x40_Lean_Compiler_NeverExtractAttr___hyg_3_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_neverExtractAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_neverExtractAttr); diff --git a/stage0/stdlib/Lean/Compiler/Specialize.c b/stage0/stdlib/Lean/Compiler/Specialize.c index b060623889..48632a3495 100644 --- a/stage0/stdlib/Lean/Compiler/Specialize.c +++ b/stage0/stdlib/Lean/Compiler/Specialize.c @@ -25,10 +25,13 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_SpecArgKind_noConfusion___rarg(uint8_t, static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____lambda__1___closed__7; lean_object* l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____lambda__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_docString__1(lean_object*); +static lean_object* l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_docString__1___closed__1; lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_insert___at_Lean_Compiler_SpecState_addEntry___spec__11(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAtAux___at_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_1142____spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_shift_right(size_t, size_t); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_36____closed__3; static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_SpecState_addEntry___spec__3___closed__3; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____lambda__1___closed__3; @@ -56,6 +59,8 @@ lean_object* l_Array_qpartition___rarg(lean_object*, lean_object*, lean_object*, LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_1142____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_instInhabitedSpecializeAttributeKind; size_t lean_usize_mul(size_t, size_t); +static lean_object* l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__4; +static lean_object* l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_docString__1___closed__1; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_Compiler_getCachedSpecialization___spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Compiler_SpecState_addEntry___spec__16___boxed(lean_object*, lean_object*); @@ -66,11 +71,13 @@ static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg lean_object* l_Lean_replaceRef(lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_docString__1(lean_object*); static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_SpecState_addEntry___spec__3___closed__2; lean_object* l_Lean_Expr_fvarId_x21(lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____lambda__1___closed__10; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Compiler_getSpecializationInfo___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Compiler_Specialize_0__Lean_Compiler_elabSpecArgs___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_SpecState_addEntry___spec__13(lean_object*, size_t, size_t, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_36____closed__8; @@ -95,7 +102,9 @@ static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg LEAN_EXPORT lean_object* l_Lean_SMap_contains___at_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_1142____spec__4___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_find_x3f___at_Lean_Compiler_getCachedSpecialization___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_SpecializeAttributeKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); +static lean_object* l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_replace___at_Lean_Compiler_SpecState_addEntry___spec__10(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Compiler_getCachedSpecialization___spec__2(lean_object*, lean_object*); lean_object* l_Nat_reprFast(lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); @@ -142,6 +151,8 @@ lean_object* l_Lean_MessageData_ofFormat(lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Compiler_Specialize_0__Lean_Compiler_elabSpecArgs___spec__7___closed__5; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_SpecState_addEntry___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAtAux___at_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_1142____spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__5; +static lean_object* l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Lean_SMap_find_x3f___at_Lean_Compiler_getSpecializationInfo___spec__1(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_hasSpecializeAttribute(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_Compiler_getSpecializationInfo___spec__5___boxed(lean_object*, lean_object*); @@ -152,6 +163,7 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Compil static lean_object* l_Array_qsort_sort___at___private_Lean_Compiler_Specialize_0__Lean_Compiler_elabSpecArgs___spec__8___closed__1; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_1142____closed__8; lean_object* lean_st_mk_ref(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_SpecArgKind_toCtorIdx(uint8_t); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____lambda__1___closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAux___at_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_1142____spec__6___boxed(lean_object*, lean_object*, lean_object*); @@ -176,7 +188,9 @@ lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg(lean_object*, le LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_contains___at_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_1142____spec__9(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_instInhabitedSpecState___closed__5; LEAN_EXPORT lean_object* l_Array_idxOf_x3f___at___private_Lean_Compiler_Specialize_0__Lean_Compiler_elabSpecArgs___spec__2___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_SpecializeAttributeKind_toCtorIdx(uint8_t); +static lean_object* l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__1; static lean_object* l_Lean_Compiler_instInhabitedSpecState___closed__1; static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Compiler_Specialize_0__Lean_Compiler_elabSpecArgs___spec__7___closed__4; lean_object* l_Lean_registerTagAttribute(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*); @@ -185,11 +199,14 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Compil LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_SpecState_addEntry___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725_(lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_switch___at_Lean_Compiler_SpecState_switch___spec__2(lean_object*); +static lean_object* l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__5; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_1142____closed__9; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_Compiler_SpecState_addEntry___spec__8(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_instBEqSpecializeAttributeKind___closed__1; static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_1142____closed__3; lean_object* lean_usize_to_nat(size_t); +static lean_object* l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__4; +LEAN_EXPORT lean_object* l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_1142____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Compiler_Specialize_0__Lean_Compiler_elabSpecArgs___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at___private_Lean_Compiler_Specialize_0__Lean_Compiler_elabSpecArgs___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -210,6 +227,7 @@ LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Comp static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Compiler_Specialize_0__Lean_Compiler_elabSpecArgs___spec__7___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_36____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____closed__5; +LEAN_EXPORT lean_object* l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_1142____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Compiler_SpecState_addEntry___spec__6(lean_object*, lean_object*); @@ -220,6 +238,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_C static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Compiler_Specialize_0__Lean_Compiler_elabSpecArgs___spec__7___closed__3; lean_object* l_Lean_ParametricAttribute_getParam_x3f___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____closed__9; +static lean_object* l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__6; lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Compiler_SpecState_addEntry___spec__16(lean_object*, lean_object*); lean_object* l_Lean_FVarId_getUserName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -239,8 +258,10 @@ static lean_object* l_Lean_Compiler_getSpecializationArgs_x3f___closed__2; lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_replace___at_Lean_Compiler_SpecState_addEntry___spec__20(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__1; static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Compiler_Specialize_0__Lean_Compiler_elabSpecArgs___spec__7___lambda__2___closed__10; lean_object* l_Lean_SimplePersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*, uint8_t); +static lean_object* l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__2; LEAN_EXPORT lean_object* l_Array_idxOf_x3f___at___private_Lean_Compiler_Specialize_0__Lean_Compiler_elabSpecArgs___spec__2(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Compiler_Specialize_0__Lean_Compiler_elabSpecArgs___spec__7___closed__6; @@ -285,6 +306,7 @@ lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_nospecializeAttr; uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_SpecializeAttributeKind_noConfusion___rarg___closed__1; +static lean_object* l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Lean_SMap_contains___at_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_1142____spec__8___boxed(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____closed__6; @@ -551,6 +573,126 @@ lean_dec(x_1); return x_5; } } +static lean_object* _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Marks a definition to never be specialized during code generation.\n", 67, 67); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_36____closed__6; +x_3 = l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(16u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(21u); +x_2 = lean_unsigned_to_nat(78u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__3() { +_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_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(78u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(20u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(20u); +x_2 = lean_unsigned_to_nat(35u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__6() { +_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_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(35u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__3; +x_2 = l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_36____closed__6; +x_3 = l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Compiler_Specialize_0__Lean_Compiler_elabSpecArgs___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, lean_object* x_7, lean_object* x_8) { _start: { @@ -2272,6 +2414,126 @@ lean_dec(x_1); return x_4; } } +static lean_object* _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Marks a definition to always be specialized during code generation.\n\nSpecialization is an optimization in the code generator for generating variants of a function that\nare specialized to specific parameter values. This is in particular useful for functions that take\nother functions as parameters: Usually when passing functions as parameters, a closure needs to be\nallocated that will then be called. Using `@[specialize]` prevents both of these operations by\nusing the provided function directly in the specialization of the inner function.\n\n`@[specialize]` can take additional arguments for the parameter names or indices (starting at 1) of\nthe parameters that should be specialized. By default, instance and function parameters are\nspecialized.\n", 749, 749); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____closed__2; +x_3 = l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(47u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(68u); +x_2 = lean_unsigned_to_nat(3u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__3() { +_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_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(3u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(61u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(61u); +x_2 = lean_unsigned_to_nat(33u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__6() { +_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_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(33u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__3; +x_2 = l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____closed__2; +x_3 = l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_Compiler_getSpecializationArgs_x3f___closed__1() { _start: { @@ -6658,7 +6920,29 @@ l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_36____closed__7 = _ lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_36____closed__7); l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_36____closed__8 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_36____closed__8(); lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_36____closed__8); -if (builtin) {res = l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_36_(lean_io_mk_world()); +l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_docString__1___closed__1 = _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__1 = _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__1); +l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__2 = _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__2); +l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__3 = _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__3); +l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__4 = _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__4); +l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__5 = _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__5); +l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__6 = _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__6); +l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__7 = _init_l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_Compiler_nospecializeAttr___regBuiltin_Lean_Compiler_nospecializeAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_36_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Compiler_nospecializeAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Compiler_nospecializeAttr); @@ -6752,7 +7036,29 @@ l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____closed__9 = lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____closed__9); l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____closed__10 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____closed__10(); lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725____closed__10); -if (builtin) {res = l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725_(lean_io_mk_world()); +l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_docString__1___closed__1 = _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__1 = _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__1); +l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__2 = _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__2); +l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__3 = _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__3); +l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__4 = _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__4); +l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__5 = _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__5); +l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__6 = _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__6); +l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__7 = _init_l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_Compiler_specializeAttr___regBuiltin_Lean_Compiler_specializeAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Compiler_initFn____x40_Lean_Compiler_Specialize___hyg_725_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Compiler_specializeAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Compiler_specializeAttr); diff --git a/stage0/stdlib/Lean/Data/Lsp/Capabilities.c b/stage0/stdlib/Lean/Data/Lsp/Capabilities.c index b9a31f68d2..c6b635fb2d 100644 --- a/stage0/stdlib/Lean/Data/Lsp/Capabilities.c +++ b/stage0/stdlib/Lean/Data/Lsp/Capabilities.c @@ -1,6 +1,6 @@ // Lean compiler output // Module: Lean.Data.Lsp.Capabilities -// Imports: Lean.Data.JsonRpc Lean.Data.Lsp.TextSync Lean.Data.Lsp.LanguageFeatures Lean.Data.Lsp.CodeActions +// Imports: Lean.Data.JsonRpc Lean.Data.Lsp.TextSync Lean.Data.Lsp.LanguageFeatures Lean.Data.Lsp.CodeActions Lean.Data.Lsp.Extra #include #if defined(__clang__) #pragma clang diagnostic ignored "-Wunused-parameter" @@ -13,7 +13,6 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__13; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_733____closed__1; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____spec__3___boxed(lean_object*, lean_object*); @@ -21,48 +20,57 @@ LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capa static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__1; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__4; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_733____closed__2; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__12; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__38; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__17; static lean_object* l_Lean_Lsp_instToJsonServerCapabilities___closed__1; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__31; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__41; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Diagnostics_0__Lean_Lsp_fromJsonDiagnosticWith____x40_Lean_Data_Lsp_Diagnostics___hyg_1828____spec__3(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__71; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__11___boxed(lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionOptions____x40_Lean_Data_Lsp_CodeActions___hyg_909_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____spec__3(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__4; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__7; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonServerCapabilities; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__30; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__67; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_733____closed__6; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__20; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__70; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__39; -LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__10(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__15; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__15; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__16; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__40; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__8; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____closed__9; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_620____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonShowDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_507_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1237____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__1; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__9; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__21; +static lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2___closed__2; lean_object* l_Lean_Json_mkObj(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__24; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__12; LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____spec__2(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__62; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__57; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__53; +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__10(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__8; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__8(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__6; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__68; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__8; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__7; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonCompletionItemCapabilities; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__19; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__20; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__77; lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInlayHintOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_13328_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_843____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__37; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__12; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__7; lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInlayHintClientCapabilities____x40_Lean_Data_Lsp_LanguageFeatures___hyg_13163_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__16; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165____spec__1___boxed(lean_object*, lean_object*); @@ -70,53 +78,59 @@ lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_705_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_620_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__8; +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__12(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__10; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__38; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_137____closed__1; lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_10370_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1355____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__72; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__73; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__5___boxed(lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonRenameOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_11186_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_705____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__39; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__9; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__7___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1723____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonWorkspaceClientCapabilities; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonShowDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_507____closed__4; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_620____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_24____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__6; lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_50_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__5; static lean_object* l_Lean_Lsp_instFromJsonCompletionItemCapabilities___closed__1; static lean_object* l_Lean_Lsp_instFromJsonShowDocumentClientCapabilities___closed__1; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_272____spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__5(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonServerCapabilities___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__60; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__35; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_733____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__22; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_272____spec__3(lean_object*, lean_object*); lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Diagnostics_0__Lean_Lsp_toJsonDiagnosticWith____x40_Lean_Data_Lsp_Diagnostics___hyg_1722____spec__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__17; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTextDocumentClientCapabilities; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__46; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__10; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____closed__12; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__5; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__59; static lean_object* l_Lean_Lsp_instFromJsonWindowClientCapabilities___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__31; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__60; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1355____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__12; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__11___boxed(lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSignatureHelpOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_15082_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__41; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonShowDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_507____closed__3; lean_object* l_List_flatMapTR_go___at___private_Lean_Server_Rpc_Basic_0__Lean_Lsp_toJsonRpcRef____x40_Lean_Server_Rpc_Basic___hyg_187____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__16; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____lambda__1___boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__5; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__18; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____closed__11; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__74; -LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__6(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__5(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__18; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1355____spec__4___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__12(lean_object*); LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_620____spec__2(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonLeanClientCapabilities___closed__1; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__1; @@ -125,31 +139,33 @@ static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonWor LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1355____closed__2; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__2; static lean_object* l_Lean_Lsp_instToJsonWorkspaceEditClientCapabilities___closed__1; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____closed__3; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1355____spec__3(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__48; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__6; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__10; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__2; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____spec__7(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__37; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__44; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__8; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____spec__5___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__66; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_272____spec__2(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__63; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__11; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__81; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165____closed__2; static lean_object* l_Lean_Lsp_instToJsonWindowClientCapabilities___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__78; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__10; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonTextDocumentClientCapabilities; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_50____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__18; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__77; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____closed__14; static lean_object* l_Lean_Lsp_instFromJsonChangeAnnotationSupport___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__2; static lean_object* l_Lean_Lsp_instToJsonClientCapabilities___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__40; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__10; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__3___boxed(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____spec__7___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__6; @@ -161,194 +177,215 @@ static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonC static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__17; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__13; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1237____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__21; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__25; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__78; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_620____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__15; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__6; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__11; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonCompletionClientCapabilities; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__14; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__10; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__28; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__29; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__7(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__3(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__49; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__28; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__50; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__14; static lean_object* l_Lean_Lsp_instFromJsonWorkspaceClientCapabilities___closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__3___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__3; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_272____closed__2; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__13___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__7; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_137____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1355_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_733____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__61; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__74; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__3; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165____closed__7; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__11; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonShowDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_507____closed__7; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__45; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__49; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__54; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_620____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__1; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_733____closed__4; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_843____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__34; lean_object* l_Lean_Json_getObjValD(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__23; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1237____closed__9; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__15; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__57; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__47; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__13; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__17; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_733____closed__7; lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonInlayHintOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_13434_(lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSignatureHelpOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_15227_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__9___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanClientCapabilities; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__23; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__75; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__62; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__68; +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__6(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__51; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__63; +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__2(lean_object*); +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__4(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__59; lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1266_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__3; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____spec__3(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__13; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__83; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1053____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__21; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonShowDocumentClientCapabilities; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__84; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__33; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__45; LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____spec__2(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__17; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonCompletionClientCapabilities; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823_(lean_object*); -LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__14(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__6; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__54; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1723____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__2; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__19; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonShowDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_507____closed__2; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__48; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1237____closed__4; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__13(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonServerCapabilities; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_24_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__17; LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____spec__2(lean_object*); LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWindowClientCapabilities; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__56; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_733____closed__5; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__10; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__15(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1209_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__5(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__11(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1209____closed__1; lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_10225_(lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__7(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__11; +static lean_object* l_Lean_Lsp_instToJsonLeanServerCapabilities___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__64; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__15; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__1; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonShowDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_507____closed__5; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__10; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__80; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1723____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165____closed__6; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__19; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__23; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__4; lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1182_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__56; lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_195____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__11; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__65; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__33; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonWorkspaceEditClientCapabilities; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__5; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__5___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__9(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonWindowClientCapabilities; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__34; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2___boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____closed__5; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__9(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__16; LEAN_EXPORT uint8_t l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____lambda__1(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__4; +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__16(lean_object*); +static lean_object* l_Lean_Lsp_instFromJsonLeanServerCapabilities___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1237_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1723_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__9; +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__14(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__7(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_620____closed__7; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__53; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__32; +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__4; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_592____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonCompletionItemCapabilities; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__30; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____spec__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__8(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__42; +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2057_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__58; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__18; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__9; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_733_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonChangeAnnotationSupport; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_843_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1053____closed__2; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_733____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__9; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__4(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__7(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__10; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____closed__6; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__22; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__51; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__3; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__13(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__27; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__50; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__3(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonClientCapabilities___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__72; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__19; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1209____boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_137____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_ClientCapabilities_silentDiagnosticSupport___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__7___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__76; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__64; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__52; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__16; lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_195_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonShowDocumentClientCapabilities; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____closed__8; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__9; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__36; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__71; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__55; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__9; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_272____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__2; static lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165____spec__2___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__22; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__6(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__43; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__69; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____closed__10; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____spec__5___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__2; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1355____closed__3; LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____spec__6(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__58; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1237____closed__7; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__2; static lean_object* l_Lean_Lsp_instToJsonWorkspaceClientCapabilities___closed__1; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__42; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__14; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1053_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__35; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_272_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__13; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_843____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__67; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__11; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__17; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__16; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__82; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__44; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_592_(lean_object*); lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionClientCapabilities____x40_Lean_Data_Lsp_CodeActions___hyg_1987_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__79; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__18; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__3; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1237____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_137_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonShowDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_469_(uint8_t); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__14; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_620____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1053____closed__1; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____closed__7; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_620____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__29; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__12; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__12; static lean_object* l_Lean_Lsp_instToJsonCompletionClientCapabilities___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__15; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Setup_0__Lean_fromJsonImport____x40_Lean_Setup___hyg_241____spec__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1237____closed__2; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_24____closed__2; @@ -356,9 +393,7 @@ static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonC static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_620____closed__6; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__11; static lean_object* l_Lean_Lsp_instToJsonCompletionItemCapabilities___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__66; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____spec__3___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__14; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1355____spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWorkspaceEditClientCapabilities; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__3; @@ -366,84 +401,86 @@ LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabiliti static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__9; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__24; lean_object* lean_array_mk(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__73; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanClientCapabilities; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_843____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__79; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__16; +LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanServerCapabilities; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonClientCapabilities; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__12; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__25; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____spec__5(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__2; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_24____closed__1; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__13; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__61; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonShowDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_507____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__24; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__26; LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____spec__4(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__9___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__13; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__65; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__1; +LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanServerCapabilities; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__7; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165____closed__3; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_705____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_272____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__26; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__15; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__14; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1355____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWorkspaceClientCapabilities; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__3(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_620____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonShowDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_469____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__69; static lean_object* l_Lean_Lsp_instFromJsonCompletionClientCapabilities___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__7; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__19; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__9; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__3(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__70; lean_object* lean_string_append(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____closed__13; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__13___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonShowDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_507____closed__8; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__55; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__75; static lean_object* l_Lean_Lsp_instToJsonShowDocumentClientCapabilities___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__6; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__11(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__4(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__52; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__18; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__7; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__8___boxed(lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonRenameOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_11253_(uint8_t); static lean_object* l_Lean_Lsp_instToJsonChangeAnnotationSupport___closed__1; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1355____spec__4(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonTextDocumentClientCapabilities___closed__1; +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__8(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_879____closed__2; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__46; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__36; static lean_object* l_Lean_Lsp_instFromJsonWorkspaceEditClientCapabilities___closed__1; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_308____closed__5; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonShowDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_469____closed__1; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_272____closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165____spec__2(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__15___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1237____closed__5; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1085____closed__4; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonChangeAnnotationSupport; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_620____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__76; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonClientCapabilities; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__32; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__27; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_620____closed__3; +static lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2___closed__1; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__14; static lean_object* l_Lean_Lsp_instToJsonLeanClientCapabilities___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__14; lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_toJsonCodeActionOptions____x40_Lean_Data_Lsp_CodeActions___hyg_863_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__47; -LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__2(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__6(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1237____closed__6; lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_toJsonCodeActionClientCapabilities____x40_Lean_Data_Lsp_CodeActions___hyg_2288_(lean_object*); LEAN_EXPORT uint8_t l_Lean_Lsp_ClientCapabilities_silentDiagnosticSupport(lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonInlayHintClientCapabilities____x40_Lean_Data_Lsp_LanguageFeatures___hyg_13269_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__6; static lean_object* l_Lean_Lsp_instFromJsonTextDocumentClientCapabilities___closed__1; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_592____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__43; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1395____closed__7; static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_24____closed__1() { _start: @@ -5890,7 +5927,284 @@ x_3 = lean_box(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__1(lean_object* x_1, lean_object* x_2) { +static lean_object* _init_l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_box(0); +x_2 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2___closed__1; +x_2 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2(lean_object* x_1) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_2; +x_2 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165____spec__2___closed__1; +return x_2; +} +else +{ +lean_object* x_3; +x_3 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2___closed__2; +return x_3; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; +x_3 = l_Lean_Json_getObjValD(x_1, x_2); +x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2(x_3); +lean_dec(x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("moduleHierarchyProvider", 23, 23); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("LeanServerCapabilities", 22, 22); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__1; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__2; +x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__2; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__4() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__3; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__7; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__6() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("moduleHierarchyProvider\?", 24, 24); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__6; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__8() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__7; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__5; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__8; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__9; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656_(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; uint8_t x_4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__1(x_1, x_2); +x_4 = !lean_is_exclusive(x_3); +if (x_4 == 0) +{ +return x_3; +} +else +{ +lean_object* x_5; lean_object* x_6; +x_5 = lean_ctor_get(x_3, 0); +lean_inc(x_5); +lean_dec(x_3); +x_6 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_6, 0, x_5); +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2(x_1); +lean_dec(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__1(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanServerCapabilities___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656_), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanServerCapabilities() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instFromJsonLeanServerCapabilities___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1723____spec__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_3; +lean_dec(x_1); +x_3 = lean_box(0); +return x_3; +} +else +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_4 = lean_ctor_get(x_2, 0); +x_5 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2057_(x_4); +x_6 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_6, 0, x_1); +lean_ctor_set(x_6, 1, x_5); +x_7 = lean_box(0); +x_8 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_8, 0, x_6); +lean_ctor_set(x_8, 1, x_7); +return x_8; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1723_(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; lean_object* x_7; lean_object* x_8; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__1; +x_3 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1723____spec__1(x_2, x_1); +x_4 = lean_box(0); +x_5 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_5, 0, x_3); +lean_ctor_set(x_5, 1, x_4); +x_6 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_24____closed__2; +x_7 = l_List_flatMapTR_go___at___private_Lean_Server_Rpc_Basic_0__Lean_Lsp_toJsonRpcRef____x40_Lean_Server_Rpc_Basic___hyg_187____spec__1(x_5, x_6); +x_8 = l_Lean_Json_mkObj(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1723____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1723____spec__1(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1723____boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1723_(x_1); +lean_dec(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanServerCapabilities___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1723____boxed), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanServerCapabilities() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instToJsonLeanServerCapabilities___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -5918,7 +6232,7 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__2(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -5946,7 +6260,7 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__3(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -5976,7 +6290,7 @@ return x_9; } } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__4(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__4(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -6004,7 +6318,7 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__5(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__5(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -6032,7 +6346,7 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__6(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__6(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -6060,7 +6374,7 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__7(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__7(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -6088,7 +6402,33 @@ return x_8; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__1() { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__8(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_3; +lean_dec(x_1); +x_3 = lean_box(0); +return x_3; +} +else +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_4 = lean_ctor_get(x_2, 0); +x_5 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1723_(x_4); +x_6 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_6, 0, x_1); +lean_ctor_set(x_6, 1, x_5); +x_7 = lean_box(0); +x_8 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_8, 0, x_6); +lean_ctor_set(x_8, 1, x_7); +return x_8; +} +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__1() { _start: { lean_object* x_1; @@ -6096,7 +6436,7 @@ x_1 = lean_mk_string_unchecked("textDocumentSync", 16, 16); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__2() { _start: { lean_object* x_1; @@ -6104,7 +6444,7 @@ x_1 = lean_mk_string_unchecked("completionProvider", 18, 18); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__3() { _start: { lean_object* x_1; @@ -6112,7 +6452,7 @@ x_1 = lean_mk_string_unchecked("hoverProvider", 13, 13); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__4() { _start: { lean_object* x_1; @@ -6120,7 +6460,7 @@ x_1 = lean_mk_string_unchecked("documentHighlightProvider", 25, 25); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__5() { _start: { lean_object* x_1; @@ -6128,7 +6468,7 @@ x_1 = lean_mk_string_unchecked("documentSymbolProvider", 22, 22); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__6() { _start: { lean_object* x_1; @@ -6136,7 +6476,7 @@ x_1 = lean_mk_string_unchecked("definitionProvider", 18, 18); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__7() { _start: { lean_object* x_1; @@ -6144,7 +6484,7 @@ x_1 = lean_mk_string_unchecked("declarationProvider", 19, 19); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__8() { _start: { lean_object* x_1; @@ -6152,7 +6492,7 @@ x_1 = lean_mk_string_unchecked("typeDefinitionProvider", 22, 22); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__9() { _start: { lean_object* x_1; @@ -6160,7 +6500,7 @@ x_1 = lean_mk_string_unchecked("referencesProvider", 18, 18); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__10() { _start: { lean_object* x_1; @@ -6168,7 +6508,7 @@ x_1 = lean_mk_string_unchecked("callHierarchyProvider", 21, 21); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__11() { _start: { lean_object* x_1; @@ -6176,7 +6516,7 @@ x_1 = lean_mk_string_unchecked("renameProvider", 14, 14); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__12() { _start: { lean_object* x_1; @@ -6184,7 +6524,7 @@ x_1 = lean_mk_string_unchecked("workspaceSymbolProvider", 23, 23); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__13() { _start: { lean_object* x_1; @@ -6192,7 +6532,7 @@ x_1 = lean_mk_string_unchecked("foldingRangeProvider", 20, 20); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__14() { _start: { lean_object* x_1; @@ -6200,7 +6540,7 @@ x_1 = lean_mk_string_unchecked("semanticTokensProvider", 22, 22); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__15() { _start: { lean_object* x_1; @@ -6208,7 +6548,7 @@ x_1 = lean_mk_string_unchecked("codeActionProvider", 18, 18); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__16() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__16() { _start: { lean_object* x_1; @@ -6216,7 +6556,7 @@ x_1 = lean_mk_string_unchecked("inlayHintProvider", 17, 17); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__17() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__17() { _start: { lean_object* x_1; @@ -6224,22 +6564,30 @@ x_1 = lean_mk_string_unchecked("signatureHelpProvider", 21, 21); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823_(lean_object* x_1) { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__18() { _start: { -lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t 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; 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; uint8_t 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; uint8_t x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; lean_object* x_40; 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; 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_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; +lean_object* x_1; +x_1 = lean_mk_string_unchecked("experimental", 12, 12); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946_(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; lean_object* x_7; uint8_t 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; 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; uint8_t 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; uint8_t x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; lean_object* x_40; 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; 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_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); -x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__1; -x_4 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__1(x_3, x_2); +x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__1; +x_4 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__1(x_3, x_2); x_5 = lean_ctor_get(x_1, 1); lean_inc(x_5); -x_6 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__2; -x_7 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__2(x_6, x_5); -x_8 = lean_ctor_get_uint8(x_1, sizeof(void*)*7); +x_6 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__2; +x_7 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__2(x_6, x_5); +x_8 = lean_ctor_get_uint8(x_1, sizeof(void*)*8); x_9 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_9, 0, x_8); -x_10 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__3; +x_10 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__3; x_11 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -6247,70 +6595,70 @@ x_12 = lean_box(0); 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 = lean_ctor_get_uint8(x_1, sizeof(void*)*7 + 1); +x_14 = lean_ctor_get_uint8(x_1, sizeof(void*)*8 + 1); x_15 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_15, 0, x_14); -x_16 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__4; +x_16 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__4; x_17 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_17, 0, x_16); lean_ctor_set(x_17, 1, x_15); x_18 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_18, 0, x_17); lean_ctor_set(x_18, 1, x_12); -x_19 = lean_ctor_get_uint8(x_1, sizeof(void*)*7 + 2); +x_19 = lean_ctor_get_uint8(x_1, sizeof(void*)*8 + 2); x_20 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_20, 0, x_19); -x_21 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__5; +x_21 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__5; x_22 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_22, 0, x_21); lean_ctor_set(x_22, 1, x_20); x_23 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_23, 0, x_22); lean_ctor_set(x_23, 1, x_12); -x_24 = lean_ctor_get_uint8(x_1, sizeof(void*)*7 + 3); +x_24 = lean_ctor_get_uint8(x_1, sizeof(void*)*8 + 3); x_25 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_25, 0, x_24); -x_26 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__6; +x_26 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__6; x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); lean_ctor_set(x_27, 1, x_25); x_28 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_28, 0, x_27); lean_ctor_set(x_28, 1, x_12); -x_29 = lean_ctor_get_uint8(x_1, sizeof(void*)*7 + 4); +x_29 = lean_ctor_get_uint8(x_1, sizeof(void*)*8 + 4); x_30 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_30, 0, x_29); -x_31 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__7; +x_31 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__7; x_32 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_32, 0, x_31); lean_ctor_set(x_32, 1, x_30); x_33 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_33, 0, x_32); lean_ctor_set(x_33, 1, x_12); -x_34 = lean_ctor_get_uint8(x_1, sizeof(void*)*7 + 5); +x_34 = lean_ctor_get_uint8(x_1, sizeof(void*)*8 + 5); x_35 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_35, 0, x_34); -x_36 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__8; +x_36 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__8; x_37 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_37, 0, x_36); lean_ctor_set(x_37, 1, x_35); x_38 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_38, 0, x_37); lean_ctor_set(x_38, 1, x_12); -x_39 = lean_ctor_get_uint8(x_1, sizeof(void*)*7 + 6); +x_39 = lean_ctor_get_uint8(x_1, sizeof(void*)*8 + 6); x_40 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_40, 0, x_39); -x_41 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__9; +x_41 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__9; x_42 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_42, 0, x_41); lean_ctor_set(x_42, 1, x_40); x_43 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_43, 0, x_42); lean_ctor_set(x_43, 1, x_12); -x_44 = lean_ctor_get_uint8(x_1, sizeof(void*)*7 + 7); +x_44 = lean_ctor_get_uint8(x_1, sizeof(void*)*8 + 7); x_45 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_45, 0, x_44); -x_46 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__10; +x_46 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__10; x_47 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_47, 0, x_46); lean_ctor_set(x_47, 1, x_45); @@ -6319,22 +6667,22 @@ lean_ctor_set(x_48, 0, x_47); lean_ctor_set(x_48, 1, x_12); x_49 = lean_ctor_get(x_1, 2); lean_inc(x_49); -x_50 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__11; -x_51 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__3(x_50, x_49); -x_52 = lean_ctor_get_uint8(x_1, sizeof(void*)*7 + 8); +x_50 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__11; +x_51 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__3(x_50, x_49); +x_52 = lean_ctor_get_uint8(x_1, sizeof(void*)*8 + 8); x_53 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_53, 0, x_52); -x_54 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__12; +x_54 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__12; x_55 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_55, 0, x_54); lean_ctor_set(x_55, 1, x_53); x_56 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_56, 0, x_55); lean_ctor_set(x_56, 1, x_12); -x_57 = lean_ctor_get_uint8(x_1, sizeof(void*)*7 + 9); +x_57 = lean_ctor_get_uint8(x_1, sizeof(void*)*8 + 9); x_58 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_58, 0, x_57); -x_59 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__13; +x_59 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__13; x_60 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_60, 0, x_59); lean_ctor_set(x_60, 1, x_58); @@ -6343,83 +6691,100 @@ lean_ctor_set(x_61, 0, x_60); lean_ctor_set(x_61, 1, x_12); x_62 = lean_ctor_get(x_1, 3); lean_inc(x_62); -x_63 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__14; -x_64 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__4(x_63, x_62); +x_63 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__14; +x_64 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__4(x_63, x_62); x_65 = lean_ctor_get(x_1, 4); lean_inc(x_65); -x_66 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__15; -x_67 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__5(x_66, x_65); +x_66 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__15; +x_67 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__5(x_66, x_65); x_68 = lean_ctor_get(x_1, 5); lean_inc(x_68); -x_69 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__16; -x_70 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__6(x_69, x_68); +x_69 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__16; +x_70 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__6(x_69, x_68); x_71 = lean_ctor_get(x_1, 6); lean_inc(x_71); +x_72 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__17; +x_73 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__7(x_72, x_71); +x_74 = lean_ctor_get(x_1, 7); +lean_inc(x_74); lean_dec(x_1); -x_72 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__17; -x_73 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____spec__7(x_72, x_71); -x_74 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_12); -x_75 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_75, 0, x_70); -lean_ctor_set(x_75, 1, x_74); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_67); -lean_ctor_set(x_76, 1, x_75); +x_75 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__18; +x_76 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__8(x_75, x_74); +lean_dec(x_74); x_77 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_77, 0, x_64); -lean_ctor_set(x_77, 1, x_76); +lean_ctor_set(x_77, 0, x_76); +lean_ctor_set(x_77, 1, x_12); x_78 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_78, 0, x_61); +lean_ctor_set(x_78, 0, x_73); lean_ctor_set(x_78, 1, x_77); x_79 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_79, 0, x_56); +lean_ctor_set(x_79, 0, x_70); lean_ctor_set(x_79, 1, x_78); x_80 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_80, 0, x_51); +lean_ctor_set(x_80, 0, x_67); lean_ctor_set(x_80, 1, x_79); x_81 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_81, 0, x_48); +lean_ctor_set(x_81, 0, x_64); lean_ctor_set(x_81, 1, x_80); x_82 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_82, 0, x_43); +lean_ctor_set(x_82, 0, x_61); lean_ctor_set(x_82, 1, x_81); x_83 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_83, 0, x_38); +lean_ctor_set(x_83, 0, x_56); lean_ctor_set(x_83, 1, x_82); x_84 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_84, 0, x_33); +lean_ctor_set(x_84, 0, x_51); lean_ctor_set(x_84, 1, x_83); x_85 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_85, 0, x_28); +lean_ctor_set(x_85, 0, x_48); lean_ctor_set(x_85, 1, x_84); x_86 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_86, 0, x_23); +lean_ctor_set(x_86, 0, x_43); lean_ctor_set(x_86, 1, x_85); x_87 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_87, 0, x_18); +lean_ctor_set(x_87, 0, x_38); lean_ctor_set(x_87, 1, x_86); x_88 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_88, 0, x_13); +lean_ctor_set(x_88, 0, x_33); lean_ctor_set(x_88, 1, x_87); x_89 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_89, 0, x_7); +lean_ctor_set(x_89, 0, x_28); lean_ctor_set(x_89, 1, x_88); x_90 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_90, 0, x_4); +lean_ctor_set(x_90, 0, x_23); lean_ctor_set(x_90, 1, x_89); -x_91 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_24____closed__2; -x_92 = l_List_flatMapTR_go___at___private_Lean_Server_Rpc_Basic_0__Lean_Lsp_toJsonRpcRef____x40_Lean_Server_Rpc_Basic___hyg_187____spec__1(x_90, x_91); -x_93 = l_Lean_Json_mkObj(x_92); -return x_93; +x_91 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_91, 0, x_18); +lean_ctor_set(x_91, 1, x_90); +x_92 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_92, 0, x_13); +lean_ctor_set(x_92, 1, x_91); +x_93 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_93, 0, x_7); +lean_ctor_set(x_93, 1, x_92); +x_94 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_94, 0, x_4); +lean_ctor_set(x_94, 1, x_93); +x_95 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_24____closed__2; +x_96 = l_List_flatMapTR_go___at___private_Lean_Server_Rpc_Basic_0__Lean_Lsp_toJsonRpcRef____x40_Lean_Server_Rpc_Basic___hyg_187____spec__1(x_94, x_95); +x_97 = l_Lean_Json_mkObj(x_96); +return x_97; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__8___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____spec__8(x_1, x_2); +lean_dec(x_2); +return x_3; } } static lean_object* _init_l_Lean_Lsp_instToJsonServerCapabilities___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946_), 1, 0); return x_1; } } @@ -6431,7 +6796,7 @@ x_1 = l_Lean_Lsp_instToJsonServerCapabilities___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__2(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -6599,16 +6964,16 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; x_3 = l_Lean_Json_getObjValD(x_1, x_2); -x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__2(x_3); +x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__2(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__4(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__4(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -6776,16 +7141,16 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__3(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; x_3 = l_Lean_Json_getObjValD(x_1, x_2); -x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__4(x_3); +x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__4(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__6(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__6(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -6953,16 +7318,16 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__5(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__5(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; x_3 = l_Lean_Json_getObjValD(x_1, x_2); -x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__6(x_3); +x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__6(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__8(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__8(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -7130,16 +7495,16 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__7(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__7(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; x_3 = l_Lean_Json_getObjValD(x_1, x_2); -x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__8(x_3); +x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__8(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__10(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__10(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -7307,16 +7672,16 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__9(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__9(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; x_3 = l_Lean_Json_getObjValD(x_1, x_2); -x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__10(x_3); +x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__10(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__12(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__12(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -7484,16 +7849,16 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__11(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__11(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; x_3 = l_Lean_Json_getObjValD(x_1, x_2); -x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__12(x_3); +x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__12(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__14(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__14(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -7661,16 +8026,123 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__13(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__13(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; x_3 = l_Lean_Json_getObjValD(x_1, x_2); -x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__14(x_3); +x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__14(x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__1() { +LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__16(lean_object* x_1) { +_start: +{ +switch (lean_obj_tag(x_1)) { +case 0: +{ +lean_object* x_2; +x_2 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_165____spec__2___closed__1; +return x_2; +} +case 1: +{ +lean_object* x_3; uint8_t x_4; +x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656_(x_1); +x_4 = !lean_is_exclusive(x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; +x_5 = lean_ctor_get(x_3, 0); +x_6 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_6, 0, x_5); +lean_ctor_set(x_3, 0, x_6); +return x_3; +} +else +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_7 = lean_ctor_get(x_3, 0); +lean_inc(x_7); +lean_dec(x_3); +x_8 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_8, 0, x_7); +x_9 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_9, 0, x_8); +return x_9; +} +} +default: +{ +lean_object* x_10; uint8_t x_11; +lean_inc(x_1); +x_10 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656_(x_1); +x_11 = !lean_is_exclusive(x_1); +if (x_11 == 0) +{ +lean_object* x_12; uint8_t x_13; +x_12 = lean_ctor_get(x_1, 0); +lean_dec(x_12); +x_13 = !lean_is_exclusive(x_10); +if (x_13 == 0) +{ +lean_object* x_14; +x_14 = lean_ctor_get(x_10, 0); +lean_ctor_set_tag(x_1, 1); +lean_ctor_set(x_1, 0, x_14); +lean_ctor_set(x_10, 0, x_1); +return x_10; +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_10, 0); +lean_inc(x_15); +lean_dec(x_10); +lean_ctor_set_tag(x_1, 1); +lean_ctor_set(x_1, 0, x_15); +x_16 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_16, 0, x_1); +return x_16; +} +} +else +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +lean_dec(x_1); +x_17 = lean_ctor_get(x_10, 0); +lean_inc(x_17); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + x_18 = x_10; +} else { + lean_dec_ref(x_10); + x_18 = lean_box(0); +} +x_19 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_19, 0, x_17); +if (lean_is_scalar(x_18)) { + x_20 = lean_alloc_ctor(1, 1, 0); +} else { + x_20 = x_18; +} +lean_ctor_set(x_20, 0, x_19); +return x_20; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__15(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; +x_3 = l_Lean_Json_getObjValD(x_1, x_2); +x_4 = l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__16(x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__1() { _start: { lean_object* x_1; @@ -7678,39 +8150,39 @@ x_1 = lean_mk_string_unchecked("ServerCapabilities", 18, 18); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__1; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__2; -x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__1; +x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__2; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__2; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__3; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__3; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__5() { _start: { lean_object* x_1; @@ -7718,48 +8190,48 @@ x_1 = lean_mk_string_unchecked("textDocumentSync\?", 17, 17); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__5; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__6; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__6; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__7; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__8; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__8; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__10() { _start: { lean_object* x_1; @@ -7767,376 +8239,376 @@ x_1 = lean_mk_string_unchecked("completionProvider\?", 19, 19); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__10; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__11; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__11; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__12; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__13; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__13; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__3; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__16() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__16() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__15; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__15; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__17() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__16; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__16; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__18() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__17; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__17; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__19() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__20() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__20() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__19; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__19; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__21() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__20; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__20; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__22() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__21; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__21; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__23() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__5; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__24() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__24() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__23; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__23; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__25() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__25() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__24; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__24; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__26() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__26() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__25; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__25; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__27() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__6; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__28() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__28() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__27; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__27; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__29() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__29() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__28; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__28; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__30() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__30() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__29; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__29; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__31() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__31() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__7; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__32() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__32() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__31; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__31; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__33() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__33() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__32; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__32; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__34() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__34() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__33; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__33; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__35() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__35() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__8; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__36() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__36() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__35; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__35; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__37() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__37() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__36; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__36; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__38() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__38() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__37; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__37; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__39() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__39() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__9; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__9; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__40() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__40() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__39; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__39; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__41() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__41() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__40; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__40; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__42() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__42() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__41; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__41; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__43() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__43() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__10; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__44() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__44() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__43; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__43; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__45() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__45() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__44; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__44; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__46() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__46() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__45; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__45; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__47() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__47() { _start: { lean_object* x_1; @@ -8144,130 +8616,130 @@ x_1 = lean_mk_string_unchecked("renameProvider\?", 15, 15); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__48() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__48() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__47; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__47; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__49() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__49() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__48; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__48; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__50() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__50() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__49; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__49; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__51() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__51() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__50; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__50; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__52() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__52() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__12; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__53() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__53() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__52; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__52; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__54() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__54() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__53; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__53; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__55() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__55() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__54; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__54; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__56() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__56() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__13; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__57() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__57() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__56; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__56; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__58() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__58() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__57; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__57; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__59() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__59() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__58; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__58; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__60() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__60() { _start: { lean_object* x_1; @@ -8275,48 +8747,48 @@ x_1 = lean_mk_string_unchecked("semanticTokensProvider\?", 23, 23); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__61() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__61() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__60; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__60; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__62() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__62() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__61; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__61; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__63() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__63() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__62; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__62; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__64() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__64() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__63; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__63; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__65() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__65() { _start: { lean_object* x_1; @@ -8324,48 +8796,48 @@ x_1 = lean_mk_string_unchecked("codeActionProvider\?", 19, 19); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__66() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__66() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__65; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__65; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__67() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__67() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__66; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__66; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__68() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__68() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__67; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__67; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__69() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__69() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__68; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__68; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__70() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__70() { _start: { lean_object* x_1; @@ -8373,48 +8845,48 @@ x_1 = lean_mk_string_unchecked("inlayHintProvider\?", 18, 18); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__71() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__71() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__70; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__70; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__72() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__72() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__71; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__71; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__73() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__73() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__72; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__72; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__74() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__74() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__73; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__73; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__75() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__75() { _start: { lean_object* x_1; @@ -8422,54 +8894,103 @@ x_1 = lean_mk_string_unchecked("signatureHelpProvider\?", 22, 22); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__76() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__76() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__75; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__75; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__77() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__77() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__76; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__76; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__78() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__78() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__77; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__77; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__79() { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__79() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__78; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__78; x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015_(lean_object* x_1) { +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__80() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("experimental\?", 13, 13); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__81() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__80; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__82() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__81; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__5; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__83() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__82; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__84() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__83; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_52____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__1; +x_2 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__1; lean_inc(x_1); -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -8479,7 +9000,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__9; +x_6 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -8491,7 +9012,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__9; +x_9 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -8505,9 +9026,9 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; x_12 = lean_ctor_get(x_3, 0); lean_inc(x_12); lean_dec(x_3); -x_13 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__2; +x_13 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__2; lean_inc(x_1); -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__3(x_1, x_13); +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__3(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -8518,7 +9039,7 @@ if (x_15 == 0) { lean_object* x_16; lean_object* x_17; lean_object* x_18; x_16 = lean_ctor_get(x_14, 0); -x_17 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__14; +x_17 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__14; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -8530,7 +9051,7 @@ lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; x_19 = lean_ctor_get(x_14, 0); lean_inc(x_19); lean_dec(x_14); -x_20 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__14; +x_20 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__14; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -8544,7 +9065,7 @@ lean_object* x_23; lean_object* x_24; lean_object* x_25; x_23 = lean_ctor_get(x_14, 0); lean_inc(x_23); lean_dec(x_14); -x_24 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__3; +x_24 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__3; lean_inc(x_1); x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Setup_0__Lean_fromJsonImport____x40_Lean_Setup___hyg_241____spec__2(x_1, x_24); if (lean_obj_tag(x_25) == 0) @@ -8558,7 +9079,7 @@ if (x_26 == 0) { lean_object* x_27; lean_object* x_28; lean_object* x_29; x_27 = lean_ctor_get(x_25, 0); -x_28 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__18; +x_28 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__18; x_29 = lean_string_append(x_28, x_27); lean_dec(x_27); lean_ctor_set(x_25, 0, x_29); @@ -8570,7 +9091,7 @@ lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; x_30 = lean_ctor_get(x_25, 0); lean_inc(x_30); lean_dec(x_25); -x_31 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__18; +x_31 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__18; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); x_33 = lean_alloc_ctor(0, 1, 0); @@ -8584,7 +9105,7 @@ lean_object* x_34; lean_object* x_35; lean_object* x_36; x_34 = lean_ctor_get(x_25, 0); lean_inc(x_34); lean_dec(x_25); -x_35 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__4; +x_35 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__4; lean_inc(x_1); x_36 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Setup_0__Lean_fromJsonImport____x40_Lean_Setup___hyg_241____spec__2(x_1, x_35); if (lean_obj_tag(x_36) == 0) @@ -8599,7 +9120,7 @@ if (x_37 == 0) { lean_object* x_38; lean_object* x_39; lean_object* x_40; x_38 = lean_ctor_get(x_36, 0); -x_39 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__22; +x_39 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__22; x_40 = lean_string_append(x_39, x_38); lean_dec(x_38); lean_ctor_set(x_36, 0, x_40); @@ -8611,7 +9132,7 @@ lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; x_41 = lean_ctor_get(x_36, 0); lean_inc(x_41); lean_dec(x_36); -x_42 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__22; +x_42 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__22; x_43 = lean_string_append(x_42, x_41); lean_dec(x_41); x_44 = lean_alloc_ctor(0, 1, 0); @@ -8625,7 +9146,7 @@ lean_object* x_45; lean_object* x_46; lean_object* x_47; x_45 = lean_ctor_get(x_36, 0); lean_inc(x_45); lean_dec(x_36); -x_46 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__5; +x_46 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__5; lean_inc(x_1); x_47 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Setup_0__Lean_fromJsonImport____x40_Lean_Setup___hyg_241____spec__2(x_1, x_46); if (lean_obj_tag(x_47) == 0) @@ -8641,7 +9162,7 @@ if (x_48 == 0) { lean_object* x_49; lean_object* x_50; lean_object* x_51; x_49 = lean_ctor_get(x_47, 0); -x_50 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__26; +x_50 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__26; x_51 = lean_string_append(x_50, x_49); lean_dec(x_49); lean_ctor_set(x_47, 0, x_51); @@ -8653,7 +9174,7 @@ lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; x_52 = lean_ctor_get(x_47, 0); lean_inc(x_52); lean_dec(x_47); -x_53 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__26; +x_53 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__26; x_54 = lean_string_append(x_53, x_52); lean_dec(x_52); x_55 = lean_alloc_ctor(0, 1, 0); @@ -8667,7 +9188,7 @@ lean_object* x_56; lean_object* x_57; lean_object* x_58; x_56 = lean_ctor_get(x_47, 0); lean_inc(x_56); lean_dec(x_47); -x_57 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__6; +x_57 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__6; lean_inc(x_1); x_58 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Setup_0__Lean_fromJsonImport____x40_Lean_Setup___hyg_241____spec__2(x_1, x_57); if (lean_obj_tag(x_58) == 0) @@ -8684,7 +9205,7 @@ if (x_59 == 0) { lean_object* x_60; lean_object* x_61; lean_object* x_62; x_60 = lean_ctor_get(x_58, 0); -x_61 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__30; +x_61 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__30; x_62 = lean_string_append(x_61, x_60); lean_dec(x_60); lean_ctor_set(x_58, 0, x_62); @@ -8696,7 +9217,7 @@ lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; x_63 = lean_ctor_get(x_58, 0); lean_inc(x_63); lean_dec(x_58); -x_64 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__30; +x_64 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__30; x_65 = lean_string_append(x_64, x_63); lean_dec(x_63); x_66 = lean_alloc_ctor(0, 1, 0); @@ -8710,7 +9231,7 @@ lean_object* x_67; lean_object* x_68; lean_object* x_69; x_67 = lean_ctor_get(x_58, 0); lean_inc(x_67); lean_dec(x_58); -x_68 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__7; +x_68 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__7; lean_inc(x_1); x_69 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Setup_0__Lean_fromJsonImport____x40_Lean_Setup___hyg_241____spec__2(x_1, x_68); if (lean_obj_tag(x_69) == 0) @@ -8728,7 +9249,7 @@ if (x_70 == 0) { lean_object* x_71; lean_object* x_72; lean_object* x_73; x_71 = lean_ctor_get(x_69, 0); -x_72 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__34; +x_72 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__34; x_73 = lean_string_append(x_72, x_71); lean_dec(x_71); lean_ctor_set(x_69, 0, x_73); @@ -8740,7 +9261,7 @@ lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; x_74 = lean_ctor_get(x_69, 0); lean_inc(x_74); lean_dec(x_69); -x_75 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__34; +x_75 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__34; x_76 = lean_string_append(x_75, x_74); lean_dec(x_74); x_77 = lean_alloc_ctor(0, 1, 0); @@ -8754,7 +9275,7 @@ lean_object* x_78; lean_object* x_79; lean_object* x_80; x_78 = lean_ctor_get(x_69, 0); lean_inc(x_78); lean_dec(x_69); -x_79 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__8; +x_79 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__8; lean_inc(x_1); x_80 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Setup_0__Lean_fromJsonImport____x40_Lean_Setup___hyg_241____spec__2(x_1, x_79); if (lean_obj_tag(x_80) == 0) @@ -8773,7 +9294,7 @@ if (x_81 == 0) { lean_object* x_82; lean_object* x_83; lean_object* x_84; x_82 = lean_ctor_get(x_80, 0); -x_83 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__38; +x_83 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__38; x_84 = lean_string_append(x_83, x_82); lean_dec(x_82); lean_ctor_set(x_80, 0, x_84); @@ -8785,7 +9306,7 @@ lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; x_85 = lean_ctor_get(x_80, 0); lean_inc(x_85); lean_dec(x_80); -x_86 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__38; +x_86 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__38; x_87 = lean_string_append(x_86, x_85); lean_dec(x_85); x_88 = lean_alloc_ctor(0, 1, 0); @@ -8799,7 +9320,7 @@ lean_object* x_89; lean_object* x_90; lean_object* x_91; x_89 = lean_ctor_get(x_80, 0); lean_inc(x_89); lean_dec(x_80); -x_90 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__9; +x_90 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__9; lean_inc(x_1); x_91 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Setup_0__Lean_fromJsonImport____x40_Lean_Setup___hyg_241____spec__2(x_1, x_90); if (lean_obj_tag(x_91) == 0) @@ -8819,7 +9340,7 @@ if (x_92 == 0) { lean_object* x_93; lean_object* x_94; lean_object* x_95; x_93 = lean_ctor_get(x_91, 0); -x_94 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__42; +x_94 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__42; x_95 = lean_string_append(x_94, x_93); lean_dec(x_93); lean_ctor_set(x_91, 0, x_95); @@ -8831,7 +9352,7 @@ lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; x_96 = lean_ctor_get(x_91, 0); lean_inc(x_96); lean_dec(x_91); -x_97 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__42; +x_97 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__42; x_98 = lean_string_append(x_97, x_96); lean_dec(x_96); x_99 = lean_alloc_ctor(0, 1, 0); @@ -8845,7 +9366,7 @@ lean_object* x_100; lean_object* x_101; lean_object* x_102; x_100 = lean_ctor_get(x_91, 0); lean_inc(x_100); lean_dec(x_91); -x_101 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__10; +x_101 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__10; lean_inc(x_1); x_102 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Setup_0__Lean_fromJsonImport____x40_Lean_Setup___hyg_241____spec__2(x_1, x_101); if (lean_obj_tag(x_102) == 0) @@ -8866,7 +9387,7 @@ if (x_103 == 0) { lean_object* x_104; lean_object* x_105; lean_object* x_106; x_104 = lean_ctor_get(x_102, 0); -x_105 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__46; +x_105 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__46; x_106 = lean_string_append(x_105, x_104); lean_dec(x_104); lean_ctor_set(x_102, 0, x_106); @@ -8878,7 +9399,7 @@ lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; x_107 = lean_ctor_get(x_102, 0); lean_inc(x_107); lean_dec(x_102); -x_108 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__46; +x_108 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__46; x_109 = lean_string_append(x_108, x_107); lean_dec(x_107); x_110 = lean_alloc_ctor(0, 1, 0); @@ -8892,9 +9413,9 @@ lean_object* x_111; lean_object* x_112; lean_object* x_113; x_111 = lean_ctor_get(x_102, 0); lean_inc(x_111); lean_dec(x_102); -x_112 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__11; +x_112 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__11; lean_inc(x_1); -x_113 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__5(x_1, x_112); +x_113 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__5(x_1, x_112); if (lean_obj_tag(x_113) == 0) { uint8_t x_114; @@ -8914,7 +9435,7 @@ if (x_114 == 0) { lean_object* x_115; lean_object* x_116; lean_object* x_117; x_115 = lean_ctor_get(x_113, 0); -x_116 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__51; +x_116 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__51; x_117 = lean_string_append(x_116, x_115); lean_dec(x_115); lean_ctor_set(x_113, 0, x_117); @@ -8926,7 +9447,7 @@ lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; x_118 = lean_ctor_get(x_113, 0); lean_inc(x_118); lean_dec(x_113); -x_119 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__51; +x_119 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__51; x_120 = lean_string_append(x_119, x_118); lean_dec(x_118); x_121 = lean_alloc_ctor(0, 1, 0); @@ -8940,7 +9461,7 @@ lean_object* x_122; lean_object* x_123; lean_object* x_124; x_122 = lean_ctor_get(x_113, 0); lean_inc(x_122); lean_dec(x_113); -x_123 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__12; +x_123 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__12; lean_inc(x_1); x_124 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Setup_0__Lean_fromJsonImport____x40_Lean_Setup___hyg_241____spec__2(x_1, x_123); if (lean_obj_tag(x_124) == 0) @@ -8963,7 +9484,7 @@ if (x_125 == 0) { lean_object* x_126; lean_object* x_127; lean_object* x_128; x_126 = lean_ctor_get(x_124, 0); -x_127 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__55; +x_127 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__55; x_128 = lean_string_append(x_127, x_126); lean_dec(x_126); lean_ctor_set(x_124, 0, x_128); @@ -8975,7 +9496,7 @@ lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; x_129 = lean_ctor_get(x_124, 0); lean_inc(x_129); lean_dec(x_124); -x_130 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__55; +x_130 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__55; x_131 = lean_string_append(x_130, x_129); lean_dec(x_129); x_132 = lean_alloc_ctor(0, 1, 0); @@ -8989,7 +9510,7 @@ lean_object* x_133; lean_object* x_134; lean_object* x_135; x_133 = lean_ctor_get(x_124, 0); lean_inc(x_133); lean_dec(x_124); -x_134 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__13; +x_134 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__13; lean_inc(x_1); x_135 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Setup_0__Lean_fromJsonImport____x40_Lean_Setup___hyg_241____spec__2(x_1, x_134); if (lean_obj_tag(x_135) == 0) @@ -9013,7 +9534,7 @@ if (x_136 == 0) { lean_object* x_137; lean_object* x_138; lean_object* x_139; x_137 = lean_ctor_get(x_135, 0); -x_138 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__59; +x_138 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__59; x_139 = lean_string_append(x_138, x_137); lean_dec(x_137); lean_ctor_set(x_135, 0, x_139); @@ -9025,7 +9546,7 @@ lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; x_140 = lean_ctor_get(x_135, 0); lean_inc(x_140); lean_dec(x_135); -x_141 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__59; +x_141 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__59; x_142 = lean_string_append(x_141, x_140); lean_dec(x_140); x_143 = lean_alloc_ctor(0, 1, 0); @@ -9039,9 +9560,9 @@ lean_object* x_144; lean_object* x_145; lean_object* x_146; x_144 = lean_ctor_get(x_135, 0); lean_inc(x_144); lean_dec(x_135); -x_145 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__14; +x_145 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__14; lean_inc(x_1); -x_146 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__7(x_1, x_145); +x_146 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__7(x_1, x_145); if (lean_obj_tag(x_146) == 0) { uint8_t x_147; @@ -9064,7 +9585,7 @@ if (x_147 == 0) { lean_object* x_148; lean_object* x_149; lean_object* x_150; x_148 = lean_ctor_get(x_146, 0); -x_149 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__64; +x_149 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__64; x_150 = lean_string_append(x_149, x_148); lean_dec(x_148); lean_ctor_set(x_146, 0, x_150); @@ -9076,7 +9597,7 @@ lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; x_151 = lean_ctor_get(x_146, 0); lean_inc(x_151); lean_dec(x_146); -x_152 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__64; +x_152 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__64; x_153 = lean_string_append(x_152, x_151); lean_dec(x_151); x_154 = lean_alloc_ctor(0, 1, 0); @@ -9090,9 +9611,9 @@ lean_object* x_155; lean_object* x_156; lean_object* x_157; x_155 = lean_ctor_get(x_146, 0); lean_inc(x_155); lean_dec(x_146); -x_156 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__15; +x_156 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__15; lean_inc(x_1); -x_157 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__9(x_1, x_156); +x_157 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__9(x_1, x_156); if (lean_obj_tag(x_157) == 0) { uint8_t x_158; @@ -9116,7 +9637,7 @@ if (x_158 == 0) { lean_object* x_159; lean_object* x_160; lean_object* x_161; x_159 = lean_ctor_get(x_157, 0); -x_160 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__69; +x_160 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__69; x_161 = lean_string_append(x_160, x_159); lean_dec(x_159); lean_ctor_set(x_157, 0, x_161); @@ -9128,7 +9649,7 @@ lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; x_162 = lean_ctor_get(x_157, 0); lean_inc(x_162); lean_dec(x_157); -x_163 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__69; +x_163 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__69; x_164 = lean_string_append(x_163, x_162); lean_dec(x_162); x_165 = lean_alloc_ctor(0, 1, 0); @@ -9142,9 +9663,9 @@ lean_object* x_166; lean_object* x_167; lean_object* x_168; x_166 = lean_ctor_get(x_157, 0); lean_inc(x_166); lean_dec(x_157); -x_167 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__16; +x_167 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__16; lean_inc(x_1); -x_168 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__11(x_1, x_167); +x_168 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__11(x_1, x_167); if (lean_obj_tag(x_168) == 0) { uint8_t x_169; @@ -9169,7 +9690,7 @@ if (x_169 == 0) { lean_object* x_170; lean_object* x_171; lean_object* x_172; x_170 = lean_ctor_get(x_168, 0); -x_171 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__74; +x_171 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__74; x_172 = lean_string_append(x_171, x_170); lean_dec(x_170); lean_ctor_set(x_168, 0, x_172); @@ -9181,7 +9702,7 @@ lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; x_173 = lean_ctor_get(x_168, 0); lean_inc(x_173); lean_dec(x_168); -x_174 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__74; +x_174 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__74; x_175 = lean_string_append(x_174, x_173); lean_dec(x_173); x_176 = lean_alloc_ctor(0, 1, 0); @@ -9195,8 +9716,9 @@ lean_object* x_177; lean_object* x_178; lean_object* x_179; x_177 = lean_ctor_get(x_168, 0); lean_inc(x_177); lean_dec(x_168); -x_178 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__17; -x_179 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__13(x_1, x_178); +x_178 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__17; +lean_inc(x_1); +x_179 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__13(x_1, x_178); if (lean_obj_tag(x_179) == 0) { uint8_t x_180; @@ -9216,12 +9738,13 @@ lean_dec(x_45); lean_dec(x_34); lean_dec(x_23); lean_dec(x_12); +lean_dec(x_1); x_180 = !lean_is_exclusive(x_179); if (x_180 == 0) { lean_object* x_181; lean_object* x_182; lean_object* x_183; x_181 = lean_ctor_get(x_179, 0); -x_182 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__79; +x_182 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__79; x_183 = lean_string_append(x_182, x_181); lean_dec(x_181); lean_ctor_set(x_179, 0, x_183); @@ -9233,7 +9756,7 @@ lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; x_184 = lean_ctor_get(x_179, 0); lean_inc(x_184); lean_dec(x_179); -x_185 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__79; +x_185 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__79; x_186 = lean_string_append(x_185, x_184); lean_dec(x_184); x_187 = lean_alloc_ctor(0, 1, 0); @@ -9243,100 +9766,107 @@ return x_187; } else { -uint8_t x_188; -x_188 = !lean_is_exclusive(x_179); -if (x_188 == 0) +lean_object* x_188; lean_object* x_189; lean_object* x_190; uint8_t x_191; +x_188 = lean_ctor_get(x_179, 0); +lean_inc(x_188); +lean_dec(x_179); +x_189 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__18; +x_190 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__15(x_1, x_189); +x_191 = !lean_is_exclusive(x_190); +if (x_191 == 0) { -lean_object* x_189; lean_object* x_190; uint8_t x_191; uint8_t x_192; uint8_t x_193; uint8_t x_194; uint8_t x_195; uint8_t x_196; uint8_t x_197; uint8_t x_198; uint8_t x_199; uint8_t x_200; -x_189 = lean_ctor_get(x_179, 0); -x_190 = lean_alloc_ctor(0, 7, 10); -lean_ctor_set(x_190, 0, x_12); -lean_ctor_set(x_190, 1, x_23); -lean_ctor_set(x_190, 2, x_122); -lean_ctor_set(x_190, 3, x_155); -lean_ctor_set(x_190, 4, x_166); -lean_ctor_set(x_190, 5, x_177); -lean_ctor_set(x_190, 6, x_189); -x_191 = lean_unbox(x_34); +lean_object* x_192; lean_object* x_193; uint8_t x_194; uint8_t x_195; uint8_t x_196; uint8_t x_197; uint8_t x_198; uint8_t x_199; uint8_t x_200; uint8_t x_201; uint8_t x_202; uint8_t x_203; +x_192 = lean_ctor_get(x_190, 0); +x_193 = lean_alloc_ctor(0, 8, 10); +lean_ctor_set(x_193, 0, x_12); +lean_ctor_set(x_193, 1, x_23); +lean_ctor_set(x_193, 2, x_122); +lean_ctor_set(x_193, 3, x_155); +lean_ctor_set(x_193, 4, x_166); +lean_ctor_set(x_193, 5, x_177); +lean_ctor_set(x_193, 6, x_188); +lean_ctor_set(x_193, 7, x_192); +x_194 = lean_unbox(x_34); lean_dec(x_34); -lean_ctor_set_uint8(x_190, sizeof(void*)*7, x_191); -x_192 = lean_unbox(x_45); +lean_ctor_set_uint8(x_193, sizeof(void*)*8, x_194); +x_195 = lean_unbox(x_45); lean_dec(x_45); -lean_ctor_set_uint8(x_190, sizeof(void*)*7 + 1, x_192); -x_193 = lean_unbox(x_56); +lean_ctor_set_uint8(x_193, sizeof(void*)*8 + 1, x_195); +x_196 = lean_unbox(x_56); lean_dec(x_56); -lean_ctor_set_uint8(x_190, sizeof(void*)*7 + 2, x_193); -x_194 = lean_unbox(x_67); +lean_ctor_set_uint8(x_193, sizeof(void*)*8 + 2, x_196); +x_197 = lean_unbox(x_67); lean_dec(x_67); -lean_ctor_set_uint8(x_190, sizeof(void*)*7 + 3, x_194); -x_195 = lean_unbox(x_78); +lean_ctor_set_uint8(x_193, sizeof(void*)*8 + 3, x_197); +x_198 = lean_unbox(x_78); lean_dec(x_78); -lean_ctor_set_uint8(x_190, sizeof(void*)*7 + 4, x_195); -x_196 = lean_unbox(x_89); +lean_ctor_set_uint8(x_193, sizeof(void*)*8 + 4, x_198); +x_199 = lean_unbox(x_89); lean_dec(x_89); -lean_ctor_set_uint8(x_190, sizeof(void*)*7 + 5, x_196); -x_197 = lean_unbox(x_100); +lean_ctor_set_uint8(x_193, sizeof(void*)*8 + 5, x_199); +x_200 = lean_unbox(x_100); lean_dec(x_100); -lean_ctor_set_uint8(x_190, sizeof(void*)*7 + 6, x_197); -x_198 = lean_unbox(x_111); +lean_ctor_set_uint8(x_193, sizeof(void*)*8 + 6, x_200); +x_201 = lean_unbox(x_111); lean_dec(x_111); -lean_ctor_set_uint8(x_190, sizeof(void*)*7 + 7, x_198); -x_199 = lean_unbox(x_133); +lean_ctor_set_uint8(x_193, sizeof(void*)*8 + 7, x_201); +x_202 = lean_unbox(x_133); lean_dec(x_133); -lean_ctor_set_uint8(x_190, sizeof(void*)*7 + 8, x_199); -x_200 = lean_unbox(x_144); +lean_ctor_set_uint8(x_193, sizeof(void*)*8 + 8, x_202); +x_203 = lean_unbox(x_144); lean_dec(x_144); -lean_ctor_set_uint8(x_190, sizeof(void*)*7 + 9, x_200); -lean_ctor_set(x_179, 0, x_190); -return x_179; +lean_ctor_set_uint8(x_193, sizeof(void*)*8 + 9, x_203); +lean_ctor_set(x_190, 0, x_193); +return x_190; } else { -lean_object* x_201; lean_object* x_202; uint8_t x_203; uint8_t x_204; uint8_t x_205; uint8_t x_206; uint8_t x_207; uint8_t x_208; uint8_t x_209; uint8_t x_210; uint8_t x_211; uint8_t x_212; lean_object* x_213; -x_201 = lean_ctor_get(x_179, 0); -lean_inc(x_201); -lean_dec(x_179); -x_202 = lean_alloc_ctor(0, 7, 10); -lean_ctor_set(x_202, 0, x_12); -lean_ctor_set(x_202, 1, x_23); -lean_ctor_set(x_202, 2, x_122); -lean_ctor_set(x_202, 3, x_155); -lean_ctor_set(x_202, 4, x_166); -lean_ctor_set(x_202, 5, x_177); -lean_ctor_set(x_202, 6, x_201); -x_203 = lean_unbox(x_34); +lean_object* x_204; lean_object* x_205; uint8_t x_206; uint8_t x_207; uint8_t x_208; uint8_t x_209; uint8_t x_210; uint8_t x_211; uint8_t x_212; uint8_t x_213; uint8_t x_214; uint8_t x_215; lean_object* x_216; +x_204 = lean_ctor_get(x_190, 0); +lean_inc(x_204); +lean_dec(x_190); +x_205 = lean_alloc_ctor(0, 8, 10); +lean_ctor_set(x_205, 0, x_12); +lean_ctor_set(x_205, 1, x_23); +lean_ctor_set(x_205, 2, x_122); +lean_ctor_set(x_205, 3, x_155); +lean_ctor_set(x_205, 4, x_166); +lean_ctor_set(x_205, 5, x_177); +lean_ctor_set(x_205, 6, x_188); +lean_ctor_set(x_205, 7, x_204); +x_206 = lean_unbox(x_34); lean_dec(x_34); -lean_ctor_set_uint8(x_202, sizeof(void*)*7, x_203); -x_204 = lean_unbox(x_45); +lean_ctor_set_uint8(x_205, sizeof(void*)*8, x_206); +x_207 = lean_unbox(x_45); lean_dec(x_45); -lean_ctor_set_uint8(x_202, sizeof(void*)*7 + 1, x_204); -x_205 = lean_unbox(x_56); +lean_ctor_set_uint8(x_205, sizeof(void*)*8 + 1, x_207); +x_208 = lean_unbox(x_56); lean_dec(x_56); -lean_ctor_set_uint8(x_202, sizeof(void*)*7 + 2, x_205); -x_206 = lean_unbox(x_67); +lean_ctor_set_uint8(x_205, sizeof(void*)*8 + 2, x_208); +x_209 = lean_unbox(x_67); lean_dec(x_67); -lean_ctor_set_uint8(x_202, sizeof(void*)*7 + 3, x_206); -x_207 = lean_unbox(x_78); +lean_ctor_set_uint8(x_205, sizeof(void*)*8 + 3, x_209); +x_210 = lean_unbox(x_78); lean_dec(x_78); -lean_ctor_set_uint8(x_202, sizeof(void*)*7 + 4, x_207); -x_208 = lean_unbox(x_89); +lean_ctor_set_uint8(x_205, sizeof(void*)*8 + 4, x_210); +x_211 = lean_unbox(x_89); lean_dec(x_89); -lean_ctor_set_uint8(x_202, sizeof(void*)*7 + 5, x_208); -x_209 = lean_unbox(x_100); +lean_ctor_set_uint8(x_205, sizeof(void*)*8 + 5, x_211); +x_212 = lean_unbox(x_100); lean_dec(x_100); -lean_ctor_set_uint8(x_202, sizeof(void*)*7 + 6, x_209); -x_210 = lean_unbox(x_111); +lean_ctor_set_uint8(x_205, sizeof(void*)*8 + 6, x_212); +x_213 = lean_unbox(x_111); lean_dec(x_111); -lean_ctor_set_uint8(x_202, sizeof(void*)*7 + 7, x_210); -x_211 = lean_unbox(x_133); +lean_ctor_set_uint8(x_205, sizeof(void*)*8 + 7, x_213); +x_214 = lean_unbox(x_133); lean_dec(x_133); -lean_ctor_set_uint8(x_202, sizeof(void*)*7 + 8, x_211); -x_212 = lean_unbox(x_144); +lean_ctor_set_uint8(x_205, sizeof(void*)*8 + 8, x_214); +x_215 = lean_unbox(x_144); lean_dec(x_144); -lean_ctor_set_uint8(x_202, sizeof(void*)*7 + 9, x_212); -x_213 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_213, 0, x_202); -return x_213; +lean_ctor_set_uint8(x_205, sizeof(void*)*8 + 9, x_215); +x_216 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_216, 0, x_205); +return x_216; } } } @@ -9357,65 +9887,74 @@ return x_213; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__3___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__3___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__3(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__3(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__5___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__5___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__5(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__5(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__7___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__7___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__7(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__7(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__9___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__9___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__9(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__9(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__11___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__11___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__11(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__11(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__13___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__13___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____spec__13(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__13(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__15___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____spec__15(x_1, x_2); lean_dec(x_2); return x_3; } @@ -9424,7 +9963,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonServerCapabilities___closed__1( _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142_), 1, 0); return x_1; } } @@ -9440,6 +9979,7 @@ lean_object* initialize_Lean_Data_JsonRpc(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Data_Lsp_TextSync(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Data_Lsp_LanguageFeatures(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Data_Lsp_CodeActions(uint8_t builtin, lean_object*); +lean_object* initialize_Lean_Data_Lsp_Extra(uint8_t builtin, lean_object*); static bool _G_initialized = false; LEAN_EXPORT lean_object* initialize_Lean_Data_Lsp_Capabilities(uint8_t builtin, lean_object* w) { lean_object * res; @@ -9457,6 +9997,9 @@ lean_dec_ref(res); res = initialize_Lean_Data_Lsp_CodeActions(builtin, lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); +res = initialize_Lean_Data_Lsp_Extra(builtin, lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_24____closed__1 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_24____closed__1(); lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_24____closed__1); l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_24____closed__2 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_24____closed__2(); @@ -9845,202 +10388,246 @@ l_Lean_Lsp_instFromJsonClientCapabilities___closed__1 = _init_l_Lean_Lsp_instFro lean_mark_persistent(l_Lean_Lsp_instFromJsonClientCapabilities___closed__1); l_Lean_Lsp_instFromJsonClientCapabilities = _init_l_Lean_Lsp_instFromJsonClientCapabilities(); lean_mark_persistent(l_Lean_Lsp_instFromJsonClientCapabilities); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__1 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__1); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__2 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__2); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__3 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__3); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__4 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__4); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__5 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__5); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__6 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__6); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__7 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__7); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__8 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__8); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__9 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__9); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__10 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__10); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__11 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__11); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__12 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__12); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__13 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__13); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__14 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__14); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__15 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__15); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__16 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__16(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__16); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__17 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__17(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823____closed__17); +l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2___closed__1 = _init_l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2___closed__1(); +lean_mark_persistent(l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2___closed__1); +l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2___closed__2 = _init_l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2___closed__2(); +lean_mark_persistent(l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____spec__2___closed__2); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__1 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__1); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__2 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__2); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__3 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__3); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__4 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__4); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__5 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__5); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__6 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__6); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__7 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__7); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__8 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__8); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__9 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__9); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__10 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonLeanServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1656____closed__10); +l_Lean_Lsp_instFromJsonLeanServerCapabilities___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanServerCapabilities___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanServerCapabilities___closed__1); +l_Lean_Lsp_instFromJsonLeanServerCapabilities = _init_l_Lean_Lsp_instFromJsonLeanServerCapabilities(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanServerCapabilities); +l_Lean_Lsp_instToJsonLeanServerCapabilities___closed__1 = _init_l_Lean_Lsp_instToJsonLeanServerCapabilities___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanServerCapabilities___closed__1); +l_Lean_Lsp_instToJsonLeanServerCapabilities = _init_l_Lean_Lsp_instToJsonLeanServerCapabilities(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanServerCapabilities); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__1 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__1); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__2 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__2); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__3 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__3); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__4 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__4); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__5 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__5); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__6 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__6); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__7 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__7); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__8 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__8); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__9 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__9); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__10 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__10); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__11 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__11); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__12 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__12); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__13 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__13); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__14 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__14); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__15 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__15); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__16 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__16); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__17 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__17); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__18 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__18(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946____closed__18); l_Lean_Lsp_instToJsonServerCapabilities___closed__1 = _init_l_Lean_Lsp_instToJsonServerCapabilities___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonServerCapabilities___closed__1); l_Lean_Lsp_instToJsonServerCapabilities = _init_l_Lean_Lsp_instToJsonServerCapabilities(); lean_mark_persistent(l_Lean_Lsp_instToJsonServerCapabilities); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__1 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__1); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__2 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__2); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__3 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__3); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__4); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__5 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__5); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__6 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__6); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__7 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__7); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__8 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__8); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__9 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__9); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__10 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__10); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__11 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__11); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__12 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__12); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__13 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__13); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__14 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__14); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__15 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__15); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__16 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__16(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__16); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__17 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__17(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__17); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__18 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__18(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__18); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__19 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__19(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__19); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__20 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__20(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__20); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__21 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__21(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__21); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__22 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__22(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__22); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__23 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__23(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__23); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__24 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__24(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__24); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__25 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__25(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__25); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__26 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__26(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__26); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__27 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__27(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__27); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__28 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__28(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__28); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__29 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__29(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__29); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__30 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__30(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__30); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__31 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__31(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__31); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__32 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__32(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__32); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__33 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__33(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__33); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__34 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__34(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__34); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__35 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__35(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__35); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__36 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__36(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__36); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__37 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__37(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__37); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__38 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__38(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__38); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__39 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__39(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__39); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__40 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__40(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__40); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__41 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__41(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__41); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__42 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__42(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__42); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__43 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__43(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__43); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__44 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__44(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__44); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__45 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__45(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__45); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__46 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__46(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__46); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__47 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__47(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__47); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__48 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__48(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__48); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__49 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__49(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__49); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__50 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__50(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__50); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__51 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__51(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__51); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__52 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__52(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__52); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__53 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__53(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__53); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__54 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__54(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__54); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__55 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__55(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__55); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__56 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__56(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__56); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__57 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__57(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__57); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__58 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__58(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__58); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__59 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__59(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__59); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__60 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__60(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__60); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__61 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__61(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__61); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__62 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__62(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__62); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__63 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__63(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__63); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__64 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__64(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__64); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__65 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__65(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__65); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__66 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__66(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__66); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__67 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__67(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__67); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__68 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__68(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__68); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__69 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__69(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__69); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__70 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__70(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__70); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__71 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__71(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__71); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__72 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__72(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__72); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__73 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__73(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__73); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__74 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__74(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__74); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__75 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__75(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__75); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__76 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__76(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__76); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__77 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__77(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__77); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__78 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__78(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__78); -l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__79 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__79(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015____closed__79); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__1 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__1); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__2 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__2); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__3 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__3); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__4); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__5 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__5); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__6 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__6); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__7 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__7); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__8 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__8); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__9 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__9); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__10 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__10); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__11 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__11); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__12 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__12); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__13 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__13); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__14 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__14); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__15 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__15); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__16 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__16); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__17 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__17); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__18 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__18(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__18); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__19 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__19(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__19); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__20 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__20(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__20); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__21 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__21(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__21); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__22 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__22(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__22); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__23 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__23(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__23); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__24 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__24(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__24); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__25 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__25(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__25); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__26 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__26(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__26); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__27 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__27(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__27); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__28 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__28(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__28); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__29 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__29(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__29); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__30 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__30(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__30); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__31 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__31(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__31); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__32 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__32(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__32); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__33 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__33(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__33); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__34 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__34(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__34); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__35 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__35(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__35); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__36 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__36(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__36); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__37 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__37(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__37); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__38 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__38(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__38); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__39 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__39(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__39); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__40 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__40(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__40); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__41 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__41(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__41); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__42 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__42(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__42); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__43 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__43(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__43); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__44 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__44(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__44); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__45 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__45(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__45); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__46 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__46(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__46); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__47 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__47(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__47); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__48 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__48(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__48); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__49 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__49(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__49); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__50 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__50(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__50); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__51 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__51(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__51); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__52 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__52(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__52); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__53 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__53(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__53); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__54 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__54(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__54); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__55 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__55(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__55); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__56 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__56(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__56); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__57 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__57(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__57); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__58 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__58(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__58); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__59 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__59(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__59); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__60 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__60(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__60); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__61 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__61(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__61); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__62 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__62(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__62); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__63 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__63(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__63); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__64 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__64(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__64); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__65 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__65(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__65); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__66 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__66(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__66); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__67 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__67(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__67); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__68 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__68(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__68); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__69 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__69(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__69); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__70 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__70(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__70); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__71 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__71(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__71); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__72 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__72(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__72); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__73 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__73(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__73); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__74 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__74(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__74); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__75 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__75(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__75); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__76 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__76(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__76); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__77 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__77(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__77); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__78 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__78(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__78); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__79 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__79(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__79); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__80 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__80(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__80); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__81 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__81(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__81); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__82 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__82(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__82); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__83 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__83(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__83); +l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__84 = _init_l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__84(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142____closed__84); l_Lean_Lsp_instFromJsonServerCapabilities___closed__1 = _init_l_Lean_Lsp_instFromJsonServerCapabilities___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonServerCapabilities___closed__1); l_Lean_Lsp_instFromJsonServerCapabilities = _init_l_Lean_Lsp_instFromJsonServerCapabilities(); diff --git a/stage0/stdlib/Lean/Data/Lsp/Extra.c b/stage0/stdlib/Lean/Data/Lsp/Extra.c index 9121073bab..a54215e5c2 100644 --- a/stage0/stdlib/Lean/Data/Lsp/Extra.c +++ b/stage0/stdlib/Lean/Data/Lsp/Extra.c @@ -13,370 +13,494 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__1; lean_object* l_Lean_JsonNumber_fromNat(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1324____closed__1; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1078____spec__2(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__16; static lean_object* l_Lean_Lsp_instToJsonRpcConnected___closed__1; -LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2805____spec__1(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonPlainTermGoal____x40_Lean_Data_Lsp_Extra___hyg_1971_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__1; static lean_object* l_Lean_Lsp_DependencyBuildMode_noConfusion___rarg___closed__1; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__3___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__19; static lean_object* l_Lean_Lsp_instToJsonWaitForDiagnosticsParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonRpcConnectParams; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWaitForDiagnostics___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2531_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoal____x40_Lean_Data_Lsp_Extra___hyg_1865____closed__3; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1682____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__10; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanFileProgressProcessingInfo; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonWaitForDiagnostics___boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoal____x40_Lean_Data_Lsp_Extra___hyg_1865____closed__5; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__5; lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonResolveSupport____x40_Lean_Data_Lsp_Basic___hyg_7387____spec__1(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__8; +static lean_object* l_Lean_Lsp_instToJsonLeanModuleHierarchyImportedByParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_WaitForDiagnostics_noConfusion(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__4; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1682____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__1; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonWaitForILeans____x40_Lean_Data_Lsp_Extra___hyg_788_(lean_object*); lean_object* l_Lean_Name_fromJson_x3f(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__9; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____closed__4; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1256____spec__2(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__11; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__6; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1682____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__3; lean_object* l_Lean_Json_mkObj(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__6; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__7; static lean_object* l_Lean_Lsp_instToJsonPlainGoalParams___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__8; +LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanImport; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____spec__1(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Lsp_beqLeanFileProgressKind____x40_Lean_Data_Lsp_Extra___hyg_827_(uint8_t, uint8_t); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_DependencyBuildMode_toCtorIdx___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanDidOpenTextDocumentParams; lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2287_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__14; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__7; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_beqLeanFileProgressKind____x40_Lean_Data_Lsp_Extra___hyg_827____boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__12; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonRpcKeepAliveParams; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__16; +static lean_object* l_Lean_Lsp_instToJsonLeanImportMetaKind___closed__1; +LEAN_EXPORT lean_object* l_Lean_Lsp_LeanImportMetaKind_noConfusion(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonRpcCallParams; LEAN_EXPORT lean_object* l_Lean_Lsp_instInhabitedLineRange; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__5; static lean_object* l_Lean_Lsp_instToJsonRpcCallParams___closed__1; lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__4; static lean_object* l_Lean_Lsp_instFromJsonLeanFileProgressKind___closed__3; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__10; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__17; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__2; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1682_(lean_object*); +static lean_object* l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportsParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForILeansParams____x40_Lean_Data_Lsp_Extra___hyg_596____closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__20; LEAN_EXPORT lean_object* l_Lean_Lsp_DependencyBuildMode_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__3; +LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanPrepareModuleHierarchyParams; +LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanImportKind; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____closed__4; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__17; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForILeansParams____x40_Lean_Data_Lsp_Extra___hyg_596____closed__7; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoal____x40_Lean_Data_Lsp_Extra___hyg_1865____closed__4; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__7; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__13; static lean_object* l_Lean_Lsp_instFromJsonLeanDidOpenTextDocumentParams___closed__1; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__15; +LEAN_EXPORT lean_object* l_Lean_Lsp_LeanImportMetaKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__14; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__6; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__12; static lean_object* l_Lean_Lsp_instToJsonLeanFileProgressKind___closed__4; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__15; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__4; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForILeansParams____x40_Lean_Data_Lsp_Extra___hyg_596____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__2; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__2; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508____closed__12; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__14; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__12; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__13; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__13; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__19; static lean_object* l_Lean_Lsp_instFromJsonWaitForDiagnostics___closed__1; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__3(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonModuleHierarchyOptions; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__9; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonWaitForILeansParams____x40_Lean_Data_Lsp_Extra___hyg_702_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__9; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__1; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__6; +LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanImportMetaKind; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508____closed__11; LEAN_EXPORT lean_object* l_Lean_Lsp_LeanFileProgressKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__2___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1256_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForILeansParams____x40_Lean_Data_Lsp_Extra___hyg_596____closed__6; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__15; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__14; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____spec__2(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__6; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__16; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1256____spec__1(lean_object*); lean_object* l_List_flatMapTR_go___at___private_Lean_Server_Rpc_Basic_0__Lean_Lsp_toJsonRpcRef____x40_Lean_Server_Rpc_Basic___hyg_187____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForILeans____x40_Lean_Data_Lsp_Extra___hyg_760_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____closed__1; static lean_object* l_Lean_Lsp_instToJsonPlainTermGoalParams___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__5; +static lean_object* l_Lean_Lsp_instFromJsonLeanImportMetaKind___closed__1; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2401_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__18; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__3; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__12; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__9; +static lean_object* l_Lean_Lsp_instFromJsonModuleHierarchyOptions___closed__1; static lean_object* l_Lean_Lsp_instReprLineRange___closed__1; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__19; LEAN_EXPORT lean_object* l_Lean_Lsp_WaitForDiagnostics_noConfusion___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoal____x40_Lean_Data_Lsp_Extra___hyg_1865____closed__8; LEAN_EXPORT lean_object* l_Lean_Lsp_DependencyBuildMode_noConfusion___rarg(uint8_t, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanFileProgressKind(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__16; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__11; LEAN_EXPORT uint8_t l_Lean_Lsp_instInhabitedDependencyBuildMode; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2029____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__2; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__11; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForILeansParams____x40_Lean_Data_Lsp_Extra___hyg_596_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__11; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3368_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___closed__2; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508____closed__5; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonPlainTermGoalParams; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__4; lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_625_(lean_object*); -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__13; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__6; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonRpcCallParams; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForILeansParams____x40_Lean_Data_Lsp_Extra___hyg_596____closed__2; -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__9; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2805____spec__2___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__17; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3126____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____closed__5; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__7; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_677____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381_(lean_object*); -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__2; static lean_object* l_Lean_Lsp_instFromJsonRpcCallParams___closed__1; static lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____spec__2___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3247_(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonPlainTermGoal___closed__1; +LEAN_EXPORT uint8_t l_Lean_Lsp_instInhabitedLeanImportMetaKind; lean_object* l_Nat_reprFast(lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_133_(uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_1072_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__8; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoal____x40_Lean_Data_Lsp_Extra___hyg_1865____closed__6; -LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__2(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__6; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_3002____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__2; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__9; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2991____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForILeansParams____x40_Lean_Data_Lsp_Extra___hyg_596____closed__8; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__8; static lean_object* l_Lean_Lsp_instToJsonLeanDidOpenTextDocumentParams___closed__1; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__8; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__1; lean_object* l___private_Lean_Server_Rpc_Basic_0__Lean_Lsp_toJsonRpcRef____x40_Lean_Server_Rpc_Basic___hyg_187_(size_t); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__6; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__1; +LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanImportMetaKind; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____closed__7; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____closed__2; lean_object* l_UInt64_fromJson_x3f(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2794____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__13; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__9; static lean_object* l_Lean_Lsp_instFromJsonPlainTermGoalParams___closed__1; static lean_object* l_Lean_Lsp_instFromJsonLeanFileProgressKind___closed__2; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__9; LEAN_EXPORT lean_object* l_Lean_Lsp_instReprLineRange; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanFileProgressParams; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__18; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508____closed__10; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__15; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__12; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonWaitForILeansParams; lean_object* lean_nat_to_int(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__10; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoal____x40_Lean_Data_Lsp_Extra___hyg_1865____closed__1; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__3___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_1072____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonWaitForILeans; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_4067____spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__5; static lean_object* l_Lean_Lsp_instFromJsonLeanFileProgressKind___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__9; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_133____closed__3; static lean_object* l_Lean_Lsp_instFromJsonRpcConnectParams___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__9; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1682____closed__8; lean_object* l_Lean_Json_getObjValD(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonDependencyBuildMode; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__3; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_1072____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__5; +static lean_object* l_Lean_Lsp_instToJsonModuleHierarchyOptions___closed__1; static lean_object* l_Lean_Lsp_instFromJsonWaitForILeansParams___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1324____closed__6; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__4; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__10; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__5; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__12; -LEAN_EXPORT lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4516_(lean_object*); +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__2(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__1; lean_object* lean_uint64_to_nat(uint64_t); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoal____x40_Lean_Data_Lsp_Extra___hyg_1865____closed__9; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonPlainTermGoal; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__10; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonWaitForILeans____x40_Lean_Data_Lsp_Extra___hyg_788____closed__2; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__9; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__12; static lean_object* l_Lean_Lsp_instFromJsonLineRange___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__17; LEAN_EXPORT lean_object* l_Lean_Lsp_WaitForILeans_noConfusion___rarg(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_133____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__10; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576_(uint8_t); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_1072____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1324____closed__4; +static lean_object* l_Lean_Lsp_instToJsonLeanModuleHierarchyImportsParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_LeanFileProgressKind_toCtorIdx___boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__16; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__17; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__6; LEAN_EXPORT lean_object* l_Lean_Lsp_LeanFileProgressKind_noConfusion(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2106_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059_(lean_object*); static lean_object* l_Lean_Lsp_instToJsonPlainGoal___closed__1; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5381____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__8; LEAN_EXPORT lean_object* l_Lean_Lsp_LeanFileProgressKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__6; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonRpcConnectParams; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____closed__9; LEAN_EXPORT lean_object* l_Lean_Lsp_WaitForDiagnostics_toCtorIdx___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanImport; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__2; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__9; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanFileProgressKind(uint8_t); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__7; LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____spec__2(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__4; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____closed__11; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__6; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLineRange; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonRpcConnected; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__2___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508____closed__9; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__1; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__8; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForILeans____x40_Lean_Data_Lsp_Extra___hyg_760____closed__1; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForILeansParams____x40_Lean_Data_Lsp_Extra___hyg_596____closed__1; LEAN_EXPORT lean_object* l_Option_fromJson_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_WaitForDiagnostics_noConfusion___rarg(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_3002_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__15; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLineRange; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoal____x40_Lean_Data_Lsp_Extra___hyg_1865____closed__11; LEAN_EXPORT lean_object* l_Lean_Lsp_DependencyBuildMode_toCtorIdx(uint8_t); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWaitForILeansParams; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3254_(lean_object*); -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__6; static lean_object* l_Lean_Lsp_instToJsonLeanFileProgressKind___closed__2; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__8; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__1; +static lean_object* l_Lean_Lsp_instFromJsonLeanModule___closed__1; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__5; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__7; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1078____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWaitForDiagnosticsParams; +LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportsParams; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__11; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__7; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_133____closed__2; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2805____spec__2(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Lsp_LeanImportMetaKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__1___closed__1; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForILeansParams____x40_Lean_Data_Lsp_Extra___hyg_596____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__18; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508____closed__14; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2991_(lean_object*); +lean_object* l_Option_fromJson_x3f___at_Lean_Server_instRpcEncodableOption___spec__2(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2057____boxed(lean_object*); +static lean_object* l_Lean_Lsp_instToJsonLeanImportKind___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonPlainGoal; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonPlainTermGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1788_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____boxed(lean_object*); static lean_object* l_Lean_Lsp_instToJsonDependencyBuildMode___closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____spec__3(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoal____x40_Lean_Data_Lsp_Extra___hyg_1865_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_LeanFileProgressKind_toCtorIdx(uint8_t); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__3; +LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanModule; static lean_object* l_Lean_Lsp_instInhabitedLineRange___closed__1; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__8; static lean_object* l_Lean_Lsp_instToJsonLeanFileProgressKind___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__6; static lean_object* l_Lean_Lsp_instToJsonPlainTermGoal___closed__1; -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__16; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__10; +LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleHierarchyOptions_toCtorIdx(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonWaitForDiagnostics(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__2; static lean_object* l_Lean_Lsp_instFromJsonDependencyBuildMode___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonPlainTermGoalParams; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__1(lean_object*); -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__14; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__14; lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_133____closed__1; -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__4; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508____closed__13; +LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleHierarchyOptions_noConfusion___rarg(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1682____closed__2; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__7; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonRpcConnected; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__13; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__18; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__9; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3489_(uint64_t); static lean_object* l_Lean_Lsp_instFromJsonRpcKeepAliveParams___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__5; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_4067____spec__2(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_314_(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonWaitForILeans___closed__1; +LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanModuleHierarchyImportedByParams; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonRpcReleaseParams; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__11; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__12; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__6; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2057_(lean_object*); +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__12; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__1___closed__2; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__20; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDependencyBuildMode; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1256____spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoal____x40_Lean_Data_Lsp_Extra___hyg_1865____closed__7; static lean_object* l_Lean_Lsp_instToJsonLeanFileProgressProcessingInfo___closed__1; +LEAN_EXPORT lean_object* l_Lean_Lsp_LeanImportMetaKind_toCtorIdx___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_4067____spec__1(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1324____closed__8; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____closed__3; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; +LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonModuleHierarchyOptions; LEAN_EXPORT lean_object* l_Lean_Lsp_DependencyBuildMode_noConfusion___rarg___lambda__1___boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__13; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1324____closed__11; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922_(lean_object*); lean_object* l_Lean_Json_parseTagged(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__13; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonPlainGoal; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_WaitForILeans_noConfusion___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1(lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_168____spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanFileProgressProcessingInfo; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__11; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__8; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__4; static lean_object* l_Lean_Lsp_instFromJsonPlainGoalParams___closed__1; +static lean_object* l_Lean_Lsp_instFromJsonLeanPrepareModuleHierarchyParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonPlainGoalParams; -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__7; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__3___closed__2; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1682____closed__1; lean_object* lean_string_length(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4264____boxed(lean_object*); +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__3; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__8; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__4; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__10; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoal____x40_Lean_Data_Lsp_Extra___hyg_1865____closed__2; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__2___closed__4; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1614_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_314____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__5; +static lean_object* l_Lean_Lsp_instToJsonLeanModule___closed__1; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____spec__1(lean_object*, lean_object*); -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__15; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__3(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__1; +LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanPrepareModuleHierarchyParams; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__7; -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__12; static lean_object* l_Lean_Lsp_instToJsonWaitForILeansParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_WaitForILeans_noConfusion___rarg___boxed(lean_object*); +static lean_object* l_Lean_Lsp_instFromJsonLeanImport___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__10; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_WaitForILeans_toCtorIdx(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonPlainGoalParams; static lean_object* l_Lean_Lsp_instFromJsonLeanFileProgressKind___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158_(lean_object*); lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2419_(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____lambda__1(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4264_(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonResolveSupport____x40_Lean_Data_Lsp_Basic___hyg_7320____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__6; static lean_object* l_Lean_Lsp_instToJsonRpcKeepAliveParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_WaitForDiagnostics_toCtorIdx(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1324____closed__5; static lean_object* l_Lean_Lsp_instFromJsonRpcReleaseParams___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2805_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonRpcReleaseParams___closed__1; +static lean_object* l_Lean_Lsp_instToJsonLeanPrepareModuleHierarchyParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_WaitForDiagnostics_noConfusion___rarg___boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__7; +LEAN_EXPORT lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2029____closed__1; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__3___closed__1; -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__12; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__2(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__2___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instBEqLeanFileProgressKind; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508____closed__8; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__11; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__3; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1682____closed__4; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_278____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanFileProgressKind___boxed(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonWaitForDiagnosticsParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__8; LEAN_EXPORT uint8_t l_Lean_Lsp_instInhabitedLeanFileProgressKind; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__11; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__5; lean_object* l_Except_orElseLazy___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____lambda__1___boxed(lean_object*); @@ -384,39 +508,57 @@ LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonRpcKeepAliveParams; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2644____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__4; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__14; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__2; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__2___closed__2; lean_object* l_Lean_Json_getNat_x3f(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleHierarchyOptions_noConfusion(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__5; static lean_object* l_Lean_Lsp_instToJsonLeanFileProgressKind___closed__3; +LEAN_EXPORT lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonWaitForILeans____x40_Lean_Data_Lsp_Extra___hyg_788____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__13; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__5; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__12; +LEAN_EXPORT lean_object* l_Lean_Lsp_LeanImportMetaKind_toCtorIdx(uint8_t); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649_(lean_object*); static lean_object* l_Lean_Lsp_instBEqLeanFileProgressKind___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__20; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__11; lean_object* l_Lean_bignumToJson(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonPlainTermGoal; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__3; static lean_object* l_Lean_Lsp_instFromJsonLeanFileProgressParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_WaitForILeans_toCtorIdx___boxed(lean_object*); lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5040_(lean_object*); -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__1; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3126_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanModuleHierarchyImportsParams; static lean_object* l_Lean_Lsp_instToJsonRpcConnectParams___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__10; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__18; lean_object* lean_array_mk(lean_object*); -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__3; -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__10; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__4; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____closed__8; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__2; static lean_object* l_Lean_Lsp_instToJsonWaitForILeans___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_4067_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanImportKind; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__4; size_t lean_usize_add(size_t, size_t); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__15; +LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleHierarchyOptions_noConfusion___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Lsp_instToJsonLeanImport___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__1___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090_(lean_object*, lean_object*); -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__5; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Lsp_instFromJsonLeanImportKind___closed__1; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____spec__1(lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); size_t lean_array_size(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoal____x40_Lean_Data_Lsp_Extra___hyg_1865____closed__10; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__7; +LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportedByParams; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1682____closed__6; +LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleHierarchyOptions_toCtorIdx___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__6; +LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanModule; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1324____closed__2; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonRpcConnected___closed__1; @@ -428,53 +570,71 @@ static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFile static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_1072____closed__6; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____closed__10; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1324_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__11; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForILeans____x40_Lean_Data_Lsp_Extra___hyg_760____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__17; +static lean_object* l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportedByParams___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonWaitForDiagnosticsParams; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3247____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__10; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__4; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1324____closed__7; LEAN_EXPORT lean_object* l_Lean_Lsp_DependencyBuildMode_noConfusion___rarg___lambda__1(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__16; -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__18; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__14; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__19; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1324____closed__3; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1642____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_1072____closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2227_(uint64_t); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1430_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__2; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__1; +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__12; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2794_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11_(lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Lsp_WaitForILeans_noConfusion(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanFileProgressParams; -static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__11; -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__2; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__9; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWaitForILeans; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonWaitForILeans____x40_Lean_Data_Lsp_Extra___hyg_788____closed__1; +LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleHierarchyOptions_noConfusion___rarg___boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508____closed__4; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__8; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1324____closed__10; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1324____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__11; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3793_(lean_object*); lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2227____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__2; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1508____closed__7; static lean_object* l_Lean_Lsp_instToJsonLineRange___closed__1; +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2843____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3489____boxed(lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); +static lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__10; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__6; static lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1150____spec__2___closed__1; static lean_object* l_Lean_Lsp_instFromJsonLeanFileProgressProcessingInfo___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__13; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__6; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_1072____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_DependencyBuildMode_noConfusion(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__11; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__14; static lean_object* l_Lean_Lsp_instFromJsonPlainGoal___closed__1; static lean_object* l_Lean_Lsp_instToJsonLeanFileProgressParams___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__17; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonRpcReleaseParams; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWaitForDiagnostics(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2029_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanDidOpenTextDocumentParams; LEAN_EXPORT lean_object* l_Lean_Lsp_DependencyBuildMode_toCtorIdx(uint8_t x_1) { _start: @@ -5045,7 +5205,2237 @@ x_1 = l_Lean_Lsp_instToJsonPlainTermGoal___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__1() { +LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleHierarchyOptions_toCtorIdx(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_unsigned_to_nat(0u); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleHierarchyOptions_toCtorIdx___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_Lsp_ModuleHierarchyOptions_toCtorIdx(x_1); +lean_dec(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleHierarchyOptions_noConfusion___rarg(lean_object* x_1) { +_start: +{ +lean_inc(x_1); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleHierarchyOptions_noConfusion(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; +x_5 = lean_alloc_closure((void*)(l_Lean_Lsp_ModuleHierarchyOptions_noConfusion___rarg___boxed), 1, 0); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleHierarchyOptions_noConfusion___rarg___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_Lsp_ModuleHierarchyOptions_noConfusion___rarg(x_1); +lean_dec(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleHierarchyOptions_noConfusion___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_Lsp_ModuleHierarchyOptions_noConfusion(x_1, x_2, x_3, x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_5; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2029____closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_box(0); +x_2 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2029_(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2029____closed__1; +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2029____boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2029_(x_1); +lean_dec(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonModuleHierarchyOptions___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2029____boxed), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonModuleHierarchyOptions() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instFromJsonModuleHierarchyOptions___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2057_(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonWaitForILeans____x40_Lean_Data_Lsp_Extra___hyg_788____closed__2; +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2057____boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2057_(x_1); +lean_dec(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonModuleHierarchyOptions___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2057____boxed), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonModuleHierarchyOptions() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instToJsonModuleHierarchyOptions___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; +x_3 = l_Lean_Json_getObjValD(x_1, x_2); +x_4 = l_Option_fromJson_x3f___at_Lean_Server_instRpcEncodableOption___spec__2(x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("name", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("LeanModule", 10, 10); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__3; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__2; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__4() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__3; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__4; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__8; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__7() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__6; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__5; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__7; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__8; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__5; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__7; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__10; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__12() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("data", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__13() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("data\?", 5, 5); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__14() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__13; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__15() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__14; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__16() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__5; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__15; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__17() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__16; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117_(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__1; +lean_inc(x_1); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1642____spec__1(x_1, x_2); +if (lean_obj_tag(x_3) == 0) +{ +uint8_t x_4; +lean_dec(x_1); +x_4 = !lean_is_exclusive(x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_3, 0); +x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__9; +x_7 = lean_string_append(x_6, x_5); +lean_dec(x_5); +lean_ctor_set(x_3, 0, x_7); +return x_3; +} +else +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_8 = lean_ctor_get(x_3, 0); +lean_inc(x_8); +lean_dec(x_3); +x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__9; +x_10 = lean_string_append(x_9, x_8); +lean_dec(x_8); +x_11 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_11, 0, x_10); +return x_11; +} +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = lean_ctor_get(x_3, 0); +lean_inc(x_12); +lean_dec(x_3); +x_13 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__1; +lean_inc(x_1); +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1078____spec__1(x_1, x_13); +if (lean_obj_tag(x_14) == 0) +{ +uint8_t x_15; +lean_dec(x_12); +lean_dec(x_1); +x_15 = !lean_is_exclusive(x_14); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_14, 0); +x_17 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__11; +x_18 = lean_string_append(x_17, x_16); +lean_dec(x_16); +lean_ctor_set(x_14, 0, x_18); +return x_14; +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_19 = lean_ctor_get(x_14, 0); +lean_inc(x_19); +lean_dec(x_14); +x_20 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__11; +x_21 = lean_string_append(x_20, x_19); +lean_dec(x_19); +x_22 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_22, 0, x_21); +return x_22; +} +} +else +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_23 = lean_ctor_get(x_14, 0); +lean_inc(x_23); +lean_dec(x_14); +x_24 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__12; +x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1(x_1, x_24); +x_26 = !lean_is_exclusive(x_25); +if (x_26 == 0) +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_25, 0); +x_28 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_28, 0, x_12); +lean_ctor_set(x_28, 1, x_23); +lean_ctor_set(x_28, 2, x_27); +lean_ctor_set(x_25, 0, x_28); +return x_25; +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_25, 0); +lean_inc(x_29); +lean_dec(x_25); +x_30 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_30, 0, x_12); +lean_ctor_set(x_30, 1, x_23); +lean_ctor_set(x_30, 2, x_29); +x_31 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_31, 0, x_30); +return x_31; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanModule___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117_), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanModule() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instFromJsonLeanModule___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_3; +lean_dec(x_1); +x_3 = lean_box(0); +return x_3; +} +else +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +x_5 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_4); +x_6 = lean_box(0); +x_7 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_7, 0, x_5); +lean_ctor_set(x_7, 1, x_6); +return x_7; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262_(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; 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; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_2 = lean_ctor_get(x_1, 0); +x_3 = lean_ctor_get(x_1, 1); +x_4 = lean_ctor_get(x_1, 2); +lean_inc(x_2); +x_5 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_5, 0, x_2); +x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__1; +x_7 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_7, 0, x_6); +lean_ctor_set(x_7, 1, x_5); +x_8 = lean_box(0); +x_9 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_9, 0, x_7); +lean_ctor_set(x_9, 1, x_8); +lean_inc(x_3); +x_10 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_10, 0, x_3); +x_11 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__1; +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_10); +x_13 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_8); +x_14 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__12; +x_15 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(x_14, x_4); +x_16 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_8); +x_17 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_17, 0, x_13); +lean_ctor_set(x_17, 1, x_16); +x_18 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_18, 0, x_9); +lean_ctor_set(x_18, 1, x_17); +x_19 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____closed__1; +x_20 = l_List_flatMapTR_go___at___private_Lean_Server_Rpc_Basic_0__Lean_Lsp_toJsonRpcRef____x40_Lean_Server_Rpc_Basic___hyg_187____spec__1(x_18, x_19); +x_21 = l_Lean_Json_mkObj(x_20); +return x_21; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262_(x_1); +lean_dec(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanModule___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____boxed), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanModule() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instToJsonLeanModule___closed__1; +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("LeanPrepareModuleHierarchyParams", 32, 32); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__3; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__1; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__3() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__2; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__3; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__8; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__4; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__11; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__5; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334_(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5381____spec__1(x_1, x_2); +if (lean_obj_tag(x_3) == 0) +{ +uint8_t x_4; +x_4 = !lean_is_exclusive(x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_3, 0); +x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__6; +x_7 = lean_string_append(x_6, x_5); +lean_dec(x_5); +lean_ctor_set(x_3, 0, x_7); +return x_3; +} +else +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_8 = lean_ctor_get(x_3, 0); +lean_inc(x_8); +lean_dec(x_3); +x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__6; +x_10 = lean_string_append(x_9, x_8); +lean_dec(x_8); +x_11 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_11, 0, x_10); +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_3); +if (x_12 == 0) +{ +return x_3; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_3, 0); +lean_inc(x_13); +lean_dec(x_3); +x_14 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_14, 0, x_13); +return x_14; +} +} +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanPrepareModuleHierarchyParams___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334_), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanPrepareModuleHierarchyParams() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instFromJsonLeanPrepareModuleHierarchyParams___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2401_(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; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2287_(x_1); +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__1; +x_4 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_4, 0, x_3); +lean_ctor_set(x_4, 1, x_2); +x_5 = lean_box(0); +x_6 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_6, 0, x_4); +lean_ctor_set(x_6, 1, x_5); +x_7 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_7, 0, x_6); +lean_ctor_set(x_7, 1, x_5); +x_8 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____closed__1; +x_9 = l_List_flatMapTR_go___at___private_Lean_Server_Rpc_Basic_0__Lean_Lsp_toJsonRpcRef____x40_Lean_Server_Rpc_Basic___hyg_187____spec__1(x_7, x_8); +x_10 = l_Lean_Json_mkObj(x_9); +return x_10; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanPrepareModuleHierarchyParams___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2401_), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanPrepareModuleHierarchyParams() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instToJsonLeanPrepareModuleHierarchyParams___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Lsp_LeanImportMetaKind_toCtorIdx(uint8_t x_1) { +_start: +{ +switch (x_1) { +case 0: +{ +lean_object* x_2; +x_2 = lean_unsigned_to_nat(0u); +return x_2; +} +case 1: +{ +lean_object* x_3; +x_3 = lean_unsigned_to_nat(1u); +return x_3; +} +default: +{ +lean_object* x_4; +x_4 = lean_unsigned_to_nat(2u); +return x_4; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Lsp_LeanImportMetaKind_toCtorIdx___boxed(lean_object* x_1) { +_start: +{ +uint8_t x_2; lean_object* x_3; +x_2 = lean_unbox(x_1); +lean_dec(x_1); +x_3 = l_Lean_Lsp_LeanImportMetaKind_toCtorIdx(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Lsp_LeanImportMetaKind_noConfusion___rarg(uint8_t x_1, uint8_t x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Lean_Lsp_DependencyBuildMode_noConfusion___rarg___closed__1; +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_Lsp_LeanImportMetaKind_noConfusion(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_Lsp_LeanImportMetaKind_noConfusion___rarg___boxed), 3, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Lsp_LeanImportMetaKind_noConfusion___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +uint8_t x_4; uint8_t x_5; lean_object* x_6; +x_4 = lean_unbox(x_1); +lean_dec(x_1); +x_5 = lean_unbox(x_2); +lean_dec(x_2); +x_6 = l_Lean_Lsp_LeanImportMetaKind_noConfusion___rarg(x_4, x_5, x_3); +return x_6; +} +} +static uint8_t _init_l_Lean_Lsp_instInhabitedLeanImportMetaKind() { +_start: +{ +uint8_t x_1; +x_1 = 0; +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("meta", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__2() { +_start: +{ +uint8_t x_1; lean_object* x_2; lean_object* x_3; +x_1 = 1; +x_2 = lean_box(x_1); +x_3 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_3, 0, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__2___closed__2; +x_3 = l_Except_orElseLazy___rarg(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_4 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__1; +x_5 = lean_unsigned_to_nat(0u); +x_6 = l_Lean_Json_parseTagged(x_1, x_4, x_5, x_2); +if (lean_obj_tag(x_6) == 0) +{ +uint8_t x_7; +x_7 = !lean_is_exclusive(x_6); +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; +x_8 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__2___closed__2; +x_9 = l_Except_orElseLazy___rarg(x_6, x_8); +return x_9; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_11, 0, x_10); +x_12 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____lambda__2___closed__2; +x_13 = l_Except_orElseLazy___rarg(x_11, x_12); +return x_13; +} +} +else +{ +lean_object* x_14; +lean_dec(x_6); +x_14 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__3; +return x_14; +} +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("nonMeta", 7, 7); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___closed__2() { +_start: +{ +uint8_t x_1; lean_object* x_2; lean_object* x_3; +x_1 = 0; +x_2 = lean_box(x_1); +x_3 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_3, 0, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_4 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___closed__1; +x_5 = lean_unsigned_to_nat(0u); +lean_inc(x_1); +x_6 = l_Lean_Json_parseTagged(x_1, x_4, x_5, x_2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___boxed), 3, 2); +lean_closure_set(x_7, 0, x_1); +lean_closure_set(x_7, 1, x_2); +if (lean_obj_tag(x_6) == 0) +{ +uint8_t x_8; +x_8 = !lean_is_exclusive(x_6); +if (x_8 == 0) +{ +lean_object* x_9; +x_9 = l_Except_orElseLazy___rarg(x_6, x_7); +return x_9; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_11, 0, x_10); +x_12 = l_Except_orElseLazy___rarg(x_11, x_7); +return x_12; +} +} +else +{ +lean_object* x_13; lean_object* x_14; +lean_dec(x_6); +x_13 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___closed__2; +x_14 = l_Except_orElseLazy___rarg(x_13, x_7); +return x_14; +} +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("full", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____closed__2() { +_start: +{ +uint8_t x_1; lean_object* x_2; lean_object* x_3; +x_1 = 2; +x_2 = lean_box(x_1); +x_3 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_3, 0, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454_(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_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____closed__1; +x_3 = lean_unsigned_to_nat(0u); +x_4 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____closed__2; +lean_inc(x_1); +x_5 = l_Lean_Json_parseTagged(x_1, x_2, x_3, x_4); +x_6 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___boxed), 3, 2); +lean_closure_set(x_6, 0, x_1); +lean_closure_set(x_6, 1, x_4); +if (lean_obj_tag(x_5) == 0) +{ +uint8_t x_7; +x_7 = !lean_is_exclusive(x_5); +if (x_7 == 0) +{ +lean_object* x_8; +x_8 = l_Except_orElseLazy___rarg(x_5, x_6); +return x_8; +} +else +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_5, 0); +lean_inc(x_9); +lean_dec(x_5); +x_10 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_10, 0, x_9); +x_11 = l_Except_orElseLazy___rarg(x_10, x_6); +return x_11; +} +} +else +{ +lean_object* x_12; lean_object* x_13; +lean_dec(x_5); +x_12 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____closed__2; +x_13 = l_Except_orElseLazy___rarg(x_12, x_6); +return x_13; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1(x_1, x_2, x_3); +lean_dec(x_3); +lean_dec(x_2); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2(x_1, x_2, x_3); +lean_dec(x_3); +return x_4; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanImportMetaKind___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454_), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanImportMetaKind() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instFromJsonLeanImportMetaKind___closed__1; +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___closed__1; +x_2 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__1; +x_2 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____closed__1; +x_2 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576_(uint8_t x_1) { +_start: +{ +switch (x_1) { +case 0: +{ +lean_object* x_2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__1; +return x_2; +} +case 1: +{ +lean_object* x_3; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__2; +return x_3; +} +default: +{ +lean_object* x_4; +x_4 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__3; +return x_4; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____boxed(lean_object* x_1) { +_start: +{ +uint8_t x_2; lean_object* x_3; +x_2 = lean_unbox(x_1); +lean_dec(x_1); +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576_(x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanImportMetaKind___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____boxed), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanImportMetaKind() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instToJsonLeanImportMetaKind___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____spec__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; +x_3 = l_Lean_Json_getObjValD(x_1, x_2); +x_4 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454_(x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("isPrivate", 9, 9); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("LeanImportKind", 14, 14); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__3; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__2; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__4() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__3; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__4; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__8; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__7() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__6; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__5; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__7; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__8; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__10() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("isAll", 5, 5); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__10; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__12() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__11; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__13() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__5; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__12; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__14() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__13; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__15() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("metaKind", 8, 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__16() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__15; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__17() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__16; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__18() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__5; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__17; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__19() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__18; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649_(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__1; +lean_inc(x_1); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2843____spec__1(x_1, x_2); +if (lean_obj_tag(x_3) == 0) +{ +uint8_t x_4; +lean_dec(x_1); +x_4 = !lean_is_exclusive(x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_3, 0); +x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__9; +x_7 = lean_string_append(x_6, x_5); +lean_dec(x_5); +lean_ctor_set(x_3, 0, x_7); +return x_3; +} +else +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_8 = lean_ctor_get(x_3, 0); +lean_inc(x_8); +lean_dec(x_3); +x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__9; +x_10 = lean_string_append(x_9, x_8); +lean_dec(x_8); +x_11 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_11, 0, x_10); +return x_11; +} +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = lean_ctor_get(x_3, 0); +lean_inc(x_12); +lean_dec(x_3); +x_13 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__10; +lean_inc(x_1); +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2843____spec__1(x_1, x_13); +if (lean_obj_tag(x_14) == 0) +{ +uint8_t x_15; +lean_dec(x_12); +lean_dec(x_1); +x_15 = !lean_is_exclusive(x_14); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_14, 0); +x_17 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__14; +x_18 = lean_string_append(x_17, x_16); +lean_dec(x_16); +lean_ctor_set(x_14, 0, x_18); +return x_14; +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_19 = lean_ctor_get(x_14, 0); +lean_inc(x_19); +lean_dec(x_14); +x_20 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__14; +x_21 = lean_string_append(x_20, x_19); +lean_dec(x_19); +x_22 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_22, 0, x_21); +return x_22; +} +} +else +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_14, 0); +lean_inc(x_23); +lean_dec(x_14); +x_24 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__15; +x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____spec__1(x_1, x_24); +if (lean_obj_tag(x_25) == 0) +{ +uint8_t x_26; +lean_dec(x_23); +lean_dec(x_12); +x_26 = !lean_is_exclusive(x_25); +if (x_26 == 0) +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_25, 0); +x_28 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__19; +x_29 = lean_string_append(x_28, x_27); +lean_dec(x_27); +lean_ctor_set(x_25, 0, x_29); +return x_25; +} +else +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_30 = lean_ctor_get(x_25, 0); +lean_inc(x_30); +lean_dec(x_25); +x_31 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__19; +x_32 = lean_string_append(x_31, x_30); +lean_dec(x_30); +x_33 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_33, 0, x_32); +return x_33; +} +} +else +{ +uint8_t x_34; +x_34 = !lean_is_exclusive(x_25); +if (x_34 == 0) +{ +lean_object* x_35; lean_object* x_36; uint8_t x_37; uint8_t x_38; uint8_t x_39; +x_35 = lean_ctor_get(x_25, 0); +x_36 = lean_alloc_ctor(0, 0, 3); +x_37 = lean_unbox(x_12); +lean_dec(x_12); +lean_ctor_set_uint8(x_36, 0, x_37); +x_38 = lean_unbox(x_23); +lean_dec(x_23); +lean_ctor_set_uint8(x_36, 1, x_38); +x_39 = lean_unbox(x_35); +lean_dec(x_35); +lean_ctor_set_uint8(x_36, 2, x_39); +lean_ctor_set(x_25, 0, x_36); +return x_25; +} +else +{ +lean_object* x_40; lean_object* x_41; uint8_t x_42; uint8_t x_43; uint8_t x_44; lean_object* x_45; +x_40 = lean_ctor_get(x_25, 0); +lean_inc(x_40); +lean_dec(x_25); +x_41 = lean_alloc_ctor(0, 0, 3); +x_42 = lean_unbox(x_12); +lean_dec(x_12); +lean_ctor_set_uint8(x_41, 0, x_42); +x_43 = lean_unbox(x_23); +lean_dec(x_23); +lean_ctor_set_uint8(x_41, 1, x_43); +x_44 = lean_unbox(x_40); +lean_dec(x_40); +lean_ctor_set_uint8(x_41, 2, x_44); +x_45 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_41); +return x_45; +} +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____spec__1(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanImportKind___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649_), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanImportKind() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instFromJsonLeanImportKind___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2794_(lean_object* x_1) { +_start: +{ +uint8_t 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; 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_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_2 = lean_ctor_get_uint8(x_1, 0); +x_3 = lean_ctor_get_uint8(x_1, 1); +x_4 = lean_ctor_get_uint8(x_1, 2); +x_5 = lean_alloc_ctor(1, 0, 1); +lean_ctor_set_uint8(x_5, 0, x_2); +x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__1; +x_7 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_7, 0, x_6); +lean_ctor_set(x_7, 1, x_5); +x_8 = lean_box(0); +x_9 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_9, 0, x_7); +lean_ctor_set(x_9, 1, x_8); +x_10 = lean_alloc_ctor(1, 0, 1); +lean_ctor_set_uint8(x_10, 0, x_3); +x_11 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__10; +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_10); +x_13 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_8); +x_14 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576_(x_4); +x_15 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__15; +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_14); +x_17 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_17, 0, x_16); +lean_ctor_set(x_17, 1, x_8); +x_18 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_8); +x_19 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_19, 0, x_13); +lean_ctor_set(x_19, 1, x_18); +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_9); +lean_ctor_set(x_20, 1, x_19); +x_21 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____closed__1; +x_22 = l_List_flatMapTR_go___at___private_Lean_Server_Rpc_Basic_0__Lean_Lsp_toJsonRpcRef____x40_Lean_Server_Rpc_Basic___hyg_187____spec__1(x_20, x_21); +x_23 = l_Lean_Json_mkObj(x_22); +return x_23; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2794____boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2794_(x_1); +lean_dec(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanImportKind___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2794____boxed), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanImportKind() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instToJsonLeanImportKind___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____spec__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; +x_3 = l_Lean_Json_getObjValD(x_1, x_2); +x_4 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117_(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____spec__2(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; +x_3 = l_Lean_Json_getObjValD(x_1, x_2); +x_4 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649_(x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("module", 6, 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("LeanImport", 10, 10); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__3; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__2; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__4() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__3; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__4; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__8; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__7() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__6; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__5; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__7; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__8; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__5; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__12; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__10; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885_(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__1; +lean_inc(x_1); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____spec__1(x_1, x_2); +if (lean_obj_tag(x_3) == 0) +{ +uint8_t x_4; +lean_dec(x_1); +x_4 = !lean_is_exclusive(x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_3, 0); +x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__9; +x_7 = lean_string_append(x_6, x_5); +lean_dec(x_5); +lean_ctor_set(x_3, 0, x_7); +return x_3; +} +else +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_8 = lean_ctor_get(x_3, 0); +lean_inc(x_8); +lean_dec(x_3); +x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__9; +x_10 = lean_string_append(x_9, x_8); +lean_dec(x_8); +x_11 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_11, 0, x_10); +return x_11; +} +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = lean_ctor_get(x_3, 0); +lean_inc(x_12); +lean_dec(x_3); +x_13 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__10; +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____spec__2(x_1, x_13); +if (lean_obj_tag(x_14) == 0) +{ +uint8_t x_15; +lean_dec(x_12); +x_15 = !lean_is_exclusive(x_14); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_14, 0); +x_17 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__11; +x_18 = lean_string_append(x_17, x_16); +lean_dec(x_16); +lean_ctor_set(x_14, 0, x_18); +return x_14; +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_19 = lean_ctor_get(x_14, 0); +lean_inc(x_19); +lean_dec(x_14); +x_20 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__11; +x_21 = lean_string_append(x_20, x_19); +lean_dec(x_19); +x_22 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_22, 0, x_21); +return x_22; +} +} +else +{ +uint8_t x_23; +x_23 = !lean_is_exclusive(x_14); +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_14, 0); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_12); +lean_ctor_set(x_25, 1, x_24); +lean_ctor_set(x_14, 0, x_25); +return x_14; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_14, 0); +lean_inc(x_26); +lean_dec(x_14); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_12); +lean_ctor_set(x_27, 1, x_26); +x_28 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_28, 0, x_27); +return x_28; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____spec__1(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____spec__2___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____spec__2(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanImport___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885_), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanImport() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instFromJsonLeanImport___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2991_(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; 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; +x_2 = lean_ctor_get(x_1, 0); +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262_(x_2); +x_4 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__1; +x_5 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_5, 0, x_4); +lean_ctor_set(x_5, 1, x_3); +x_6 = lean_box(0); +x_7 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_7, 0, x_5); +lean_ctor_set(x_7, 1, x_6); +x_8 = lean_ctor_get(x_1, 1); +x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2794_(x_8); +x_10 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressProcessingInfo____x40_Lean_Data_Lsp_Extra___hyg_966____closed__10; +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_10); +lean_ctor_set(x_11, 1, x_9); +x_12 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_6); +x_13 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_6); +x_14 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +x_15 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____closed__1; +x_16 = l_List_flatMapTR_go___at___private_Lean_Server_Rpc_Basic_0__Lean_Lsp_toJsonRpcRef____x40_Lean_Server_Rpc_Basic___hyg_187____spec__1(x_14, x_15); +x_17 = l_Lean_Json_mkObj(x_16); +return x_17; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2991____boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2991_(x_1); +lean_dec(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanImport___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2991____boxed), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanImport() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instToJsonLeanImport___closed__1; +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("LeanModuleHierarchyImportsParams", 32, 32); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__3; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__1; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__3() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__2; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__3; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__8; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__4; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__7; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__5; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059_(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____spec__1(x_1, x_2); +if (lean_obj_tag(x_3) == 0) +{ +uint8_t x_4; +x_4 = !lean_is_exclusive(x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_3, 0); +x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__6; +x_7 = lean_string_append(x_6, x_5); +lean_dec(x_5); +lean_ctor_set(x_3, 0, x_7); +return x_3; +} +else +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_8 = lean_ctor_get(x_3, 0); +lean_inc(x_8); +lean_dec(x_3); +x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__6; +x_10 = lean_string_append(x_9, x_8); +lean_dec(x_8); +x_11 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_11, 0, x_10); +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_3); +if (x_12 == 0) +{ +return x_3; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_3, 0); +lean_inc(x_13); +lean_dec(x_3); +x_14 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_14, 0, x_13); +return x_14; +} +} +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportsParams___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059_), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportsParams() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportsParams___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3126_(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; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262_(x_1); +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__1; +x_4 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_4, 0, x_3); +lean_ctor_set(x_4, 1, x_2); +x_5 = lean_box(0); +x_6 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_6, 0, x_4); +lean_ctor_set(x_6, 1, x_5); +x_7 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_7, 0, x_6); +lean_ctor_set(x_7, 1, x_5); +x_8 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____closed__1; +x_9 = l_List_flatMapTR_go___at___private_Lean_Server_Rpc_Basic_0__Lean_Lsp_toJsonRpcRef____x40_Lean_Server_Rpc_Basic___hyg_187____spec__1(x_7, x_8); +x_10 = l_Lean_Json_mkObj(x_9); +return x_10; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3126____boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3126_(x_1); +lean_dec(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanModuleHierarchyImportsParams___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3126____boxed), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanModuleHierarchyImportsParams() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instToJsonLeanModuleHierarchyImportsParams___closed__1; +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("LeanModuleHierarchyImportedByParams", 35, 35); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__3; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__1; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__3() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__2; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__3; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__8; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__4; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__7; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__5; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180_(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____spec__1(x_1, x_2); +if (lean_obj_tag(x_3) == 0) +{ +uint8_t x_4; +x_4 = !lean_is_exclusive(x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_3, 0); +x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__6; +x_7 = lean_string_append(x_6, x_5); +lean_dec(x_5); +lean_ctor_set(x_3, 0, x_7); +return x_3; +} +else +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_8 = lean_ctor_get(x_3, 0); +lean_inc(x_8); +lean_dec(x_3); +x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__6; +x_10 = lean_string_append(x_9, x_8); +lean_dec(x_8); +x_11 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_11, 0, x_10); +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_3); +if (x_12 == 0) +{ +return x_3; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_3, 0); +lean_inc(x_13); +lean_dec(x_3); +x_14 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_14, 0, x_13); +return x_14; +} +} +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportedByParams___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180_), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportedByParams() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportedByParams___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3247_(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; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262_(x_1); +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__1; +x_4 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_4, 0, x_3); +lean_ctor_set(x_4, 1, x_2); +x_5 = lean_box(0); +x_6 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_6, 0, x_4); +lean_ctor_set(x_6, 1, x_5); +x_7 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_7, 0, x_6); +lean_ctor_set(x_7, 1, x_5); +x_8 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonDependencyBuildMode____x40_Lean_Data_Lsp_Extra___hyg_11____closed__1; +x_9 = l_List_flatMapTR_go___at___private_Lean_Server_Rpc_Basic_0__Lean_Lsp_toJsonRpcRef____x40_Lean_Server_Rpc_Basic___hyg_187____spec__1(x_7, x_8); +x_10 = l_Lean_Json_mkObj(x_9); +return x_10; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3247____boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3247_(x_1); +lean_dec(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanModuleHierarchyImportedByParams___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3247____boxed), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanModuleHierarchyImportedByParams() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instToJsonLeanModuleHierarchyImportedByParams___closed__1; +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__1() { _start: { lean_object* x_1; @@ -5053,59 +7443,59 @@ x_1 = lean_mk_string_unchecked("RpcConnectParams", 16, 16); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__2; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__3; -x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__2; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__2; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__3; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__4; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__5; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__5; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -5119,7 +7509,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__6; +x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -5131,7 +7521,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__6; +x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -5164,7 +7554,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonRpcConnectParams___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301_), 1, 0); return x_1; } } @@ -5176,7 +7566,7 @@ x_1 = l_Lean_Lsp_instFromJsonRpcConnectParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2106_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3368_(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; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -5203,7 +7593,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonRpcConnectParams___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2106_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3368_), 1, 0); return x_1; } } @@ -5215,7 +7605,7 @@ x_1 = l_Lean_Lsp_instToJsonRpcConnectParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; @@ -5224,7 +7614,7 @@ x_4 = l_UInt64_fromJson_x3f(x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__1() { _start: { lean_object* x_1; @@ -5232,7 +7622,7 @@ x_1 = lean_mk_string_unchecked("sessionId", 9, 9); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__2() { _start: { lean_object* x_1; @@ -5240,85 +7630,85 @@ x_1 = lean_mk_string_unchecked("RpcConnected", 12, 12); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__2; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__3; -x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__2; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__2; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__3; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__4; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__1; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__6; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__6; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__5; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__7; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__5; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__8; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__8; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -5327,7 +7717,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__9; +x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -5339,7 +7729,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__9; +x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -5368,11 +7758,11 @@ return x_14; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } @@ -5381,7 +7771,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonRpcConnected___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422_), 1, 0); return x_1; } } @@ -5393,13 +7783,13 @@ x_1 = l_Lean_Lsp_instFromJsonRpcConnected___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2227_(uint64_t x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3489_(uint64_t x_1) { _start: { 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; x_2 = lean_uint64_to_nat(x_1); x_3 = l_Lean_bignumToJson(x_2); -x_4 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__1; +x_4 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__1; x_5 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_5, 0, x_4); lean_ctor_set(x_5, 1, x_3); @@ -5416,13 +7806,13 @@ x_11 = l_Lean_Json_mkObj(x_10); return x_11; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2227____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3489____boxed(lean_object* x_1) { _start: { uint64_t x_2; lean_object* x_3; x_2 = lean_unbox_uint64(x_1); lean_dec(x_1); -x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2227_(x_2); +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3489_(x_2); return x_3; } } @@ -5430,7 +7820,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonRpcConnected___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2227____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3489____boxed), 1, 0); return x_1; } } @@ -5442,7 +7832,7 @@ x_1 = l_Lean_Lsp_instToJsonRpcConnected___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; @@ -5451,7 +7841,7 @@ x_4 = l_Lean_Name_fromJson_x3f(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; @@ -5461,7 +7851,7 @@ lean_ctor_set(x_4, 0, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__1() { _start: { lean_object* x_1; @@ -5469,99 +7859,99 @@ x_1 = lean_mk_string_unchecked("RpcCallParams", 13, 13); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__2; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__3; -x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__2; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__2; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__3; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__4; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__5; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__5; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__4; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1324____closed__9; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__7; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__7; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__4; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__7; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__4; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__9; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__9; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__11() { _start: { lean_object* x_1; @@ -5569,48 +7959,48 @@ x_1 = lean_mk_string_unchecked("method", 6, 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__11; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__11; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__13() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__12; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__12; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__4; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__13; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__4; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__14; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__14; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__16() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__16() { _start: { lean_object* x_1; @@ -5618,48 +8008,48 @@ x_1 = lean_mk_string_unchecked("params", 6, 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__17() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__16; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__16; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__18() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__18() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__17; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__17; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__19() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__4; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__18; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__4; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__18; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__20() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__19; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__19; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -5675,7 +8065,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__6; +x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -5687,7 +8077,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__6; +x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -5714,7 +8104,7 @@ if (x_15 == 0) { lean_object* x_16; lean_object* x_17; lean_object* x_18; x_16 = lean_ctor_get(x_14, 0); -x_17 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__8; +x_17 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__8; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -5726,7 +8116,7 @@ lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; x_19 = lean_ctor_get(x_14, 0); lean_inc(x_19); lean_dec(x_14); -x_20 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__8; +x_20 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__8; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -5740,9 +8130,9 @@ lean_object* x_23; lean_object* x_24; lean_object* x_25; x_23 = lean_ctor_get(x_14, 0); lean_inc(x_23); lean_dec(x_14); -x_24 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__1; +x_24 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__1; lean_inc(x_1); -x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____spec__1(x_1, x_24); +x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____spec__1(x_1, x_24); if (lean_obj_tag(x_25) == 0) { uint8_t x_26; @@ -5754,7 +8144,7 @@ if (x_26 == 0) { lean_object* x_27; lean_object* x_28; lean_object* x_29; x_27 = lean_ctor_get(x_25, 0); -x_28 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__10; +x_28 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__10; x_29 = lean_string_append(x_28, x_27); lean_dec(x_27); lean_ctor_set(x_25, 0, x_29); @@ -5766,7 +8156,7 @@ lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; x_30 = lean_ctor_get(x_25, 0); lean_inc(x_30); lean_dec(x_25); -x_31 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__10; +x_31 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__10; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); x_33 = lean_alloc_ctor(0, 1, 0); @@ -5780,9 +8170,9 @@ lean_object* x_34; lean_object* x_35; lean_object* x_36; x_34 = lean_ctor_get(x_25, 0); lean_inc(x_34); lean_dec(x_25); -x_35 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__11; +x_35 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__11; lean_inc(x_1); -x_36 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__1(x_1, x_35); +x_36 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__1(x_1, x_35); if (lean_obj_tag(x_36) == 0) { uint8_t x_37; @@ -5795,7 +8185,7 @@ if (x_37 == 0) { lean_object* x_38; lean_object* x_39; lean_object* x_40; x_38 = lean_ctor_get(x_36, 0); -x_39 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__15; +x_39 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__15; x_40 = lean_string_append(x_39, x_38); lean_dec(x_38); lean_ctor_set(x_36, 0, x_40); @@ -5807,7 +8197,7 @@ lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; x_41 = lean_ctor_get(x_36, 0); lean_inc(x_41); lean_dec(x_36); -x_42 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__15; +x_42 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__15; x_43 = lean_string_append(x_42, x_41); lean_dec(x_41); x_44 = lean_alloc_ctor(0, 1, 0); @@ -5821,8 +8211,8 @@ lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; x_45 = lean_ctor_get(x_36, 0); lean_inc(x_45); lean_dec(x_36); -x_46 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__16; -x_47 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_46); +x_46 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__16; +x_47 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_46); x_48 = !lean_is_exclusive(x_47); if (x_48 == 0) { @@ -5867,20 +8257,20 @@ return x_57; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_2); lean_dec(x_2); return x_3; } @@ -5889,7 +8279,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonRpcCallParams___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570_), 1, 0); return x_1; } } @@ -5901,7 +8291,7 @@ x_1 = l_Lean_Lsp_instFromJsonRpcCallParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2531_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3793_(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; 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; uint64_t 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; 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_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; @@ -5932,7 +8322,7 @@ lean_ctor_set(x_13, 1, x_7); x_14 = lean_ctor_get_uint64(x_1, sizeof(void*)*3); x_15 = lean_uint64_to_nat(x_14); x_16 = l_Lean_bignumToJson(x_15); -x_17 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__1; +x_17 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__1; x_18 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_18, 0, x_17); lean_ctor_set(x_18, 1, x_16); @@ -5946,7 +8336,7 @@ x_22 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocume x_23 = l_Lean_Name_toString(x_20, x_21, x_22); x_24 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_24, 0, x_23); -x_25 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__11; +x_25 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__11; x_26 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_26, 0, x_25); lean_ctor_set(x_26, 1, x_24); @@ -5956,7 +8346,7 @@ lean_ctor_set(x_27, 1, x_7); x_28 = lean_ctor_get(x_1, 2); lean_inc(x_28); lean_dec(x_1); -x_29 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__16; +x_29 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__16; x_30 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_30, 0, x_29); lean_ctor_set(x_30, 1, x_28); @@ -5988,7 +8378,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonRpcCallParams___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2531_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3793_), 1, 0); return x_1; } } @@ -6000,7 +8390,7 @@ x_1 = l_Lean_Lsp_instToJsonRpcCallParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__3(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__3(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -6055,7 +8445,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__2(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -6095,7 +8485,7 @@ lean_inc(x_16); lean_dec(x_1); x_17 = lean_array_size(x_16); x_18 = 0; -x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__3(x_17, x_18, x_16); +x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__3(x_17, x_18, x_16); return x_19; } default: @@ -6136,16 +8526,16 @@ return x_32; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; x_3 = l_Lean_Json_getObjValD(x_1, x_2); -x_4 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__2(x_3); +x_4 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__2(x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__1() { _start: { lean_object* x_1; @@ -6153,79 +8543,79 @@ x_1 = lean_mk_string_unchecked("RpcReleaseParams", 16, 16); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__2; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__3; -x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__2; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__2; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__3; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__4; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__5; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__5; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__4; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__7; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__4; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__7; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__7; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__9() { _start: { lean_object* x_1; @@ -6233,48 +8623,48 @@ x_1 = lean_mk_string_unchecked("refs", 4, 4); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__9; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__9; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__11() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__10; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__10; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__4; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__11; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__4; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__12; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__12; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -6290,7 +8680,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__6; +x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -6302,7 +8692,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__6; +x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -6316,9 +8706,9 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; x_12 = lean_ctor_get(x_3, 0); lean_inc(x_12); lean_dec(x_3); -x_13 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__1; +x_13 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__1; lean_inc(x_1); -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____spec__1(x_1, x_13); +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -6329,7 +8719,7 @@ if (x_15 == 0) { lean_object* x_16; lean_object* x_17; lean_object* x_18; x_16 = lean_ctor_get(x_14, 0); -x_17 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__8; +x_17 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__8; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -6341,7 +8731,7 @@ lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; x_19 = lean_ctor_get(x_14, 0); lean_inc(x_19); lean_dec(x_14); -x_20 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__8; +x_20 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__8; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -6355,8 +8745,8 @@ lean_object* x_23; lean_object* x_24; lean_object* x_25; x_23 = lean_ctor_get(x_14, 0); lean_inc(x_23); lean_dec(x_14); -x_24 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__9; -x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__1(x_1, x_24); +x_24 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__9; +x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__1(x_1, x_24); if (lean_obj_tag(x_25) == 0) { uint8_t x_26; @@ -6367,7 +8757,7 @@ if (x_26 == 0) { lean_object* x_27; lean_object* x_28; lean_object* x_29; x_27 = lean_ctor_get(x_25, 0); -x_28 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__13; +x_28 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__13; x_29 = lean_string_append(x_28, x_27); lean_dec(x_27); lean_ctor_set(x_25, 0, x_29); @@ -6379,7 +8769,7 @@ lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; x_30 = lean_ctor_get(x_25, 0); lean_inc(x_30); lean_dec(x_25); -x_31 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__13; +x_31 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__13; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); x_33 = lean_alloc_ctor(0, 1, 0); @@ -6425,7 +8815,7 @@ return x_41; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__3___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; @@ -6433,15 +8823,15 @@ 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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__3(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__3(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } @@ -6450,7 +8840,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonRpcReleaseParams___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922_), 1, 0); return x_1; } } @@ -6462,7 +8852,7 @@ x_1 = l_Lean_Lsp_instFromJsonRpcReleaseParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2805____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_4067____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -6489,19 +8879,19 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2805____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_4067____spec__1(lean_object* x_1) { _start: { size_t x_2; size_t x_3; lean_object* x_4; lean_object* x_5; x_2 = lean_array_size(x_1); x_3 = 0; -x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2805____spec__2(x_2, x_3, x_1); +x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_4067____spec__2(x_2, x_3, x_1); x_5 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_5, 0, x_4); return x_5; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2805_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_4067_(lean_object* x_1) { _start: { lean_object* x_2; uint64_t 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; 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; @@ -6523,15 +8913,15 @@ lean_ctor_set(x_9, 0, x_7); lean_ctor_set(x_9, 1, x_8); x_10 = lean_uint64_to_nat(x_3); x_11 = l_Lean_bignumToJson(x_10); -x_12 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__1; +x_12 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__1; x_13 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_13, 0, x_12); lean_ctor_set(x_13, 1, x_11); x_14 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_14, 0, x_13); lean_ctor_set(x_14, 1, x_8); -x_15 = l_Array_toJson___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2805____spec__1(x_4); -x_16 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__9; +x_15 = l_Array_toJson___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_4067____spec__1(x_4); +x_16 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__9; x_17 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_17, 0, x_16); lean_ctor_set(x_17, 1, x_15); @@ -6553,7 +8943,7 @@ x_24 = l_Lean_Json_mkObj(x_23); return x_24; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2805____spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_4067____spec__2___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; @@ -6561,7 +8951,7 @@ 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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2805____spec__2(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_4067____spec__2(x_4, x_5, x_3); return x_6; } } @@ -6569,7 +8959,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonRpcReleaseParams___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2805_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_4067_), 1, 0); return x_1; } } @@ -6581,7 +8971,7 @@ x_1 = l_Lean_Lsp_instToJsonRpcReleaseParams___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__1() { _start: { lean_object* x_1; @@ -6589,79 +8979,79 @@ x_1 = lean_mk_string_unchecked("RpcKeepAliveParams", 18, 18); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__2; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__3; -x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__2; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__2; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__3; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__4; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__4; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_381____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__5; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__5; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__4; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__7; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__4; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__7; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__7; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -6677,7 +9067,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__6; +x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -6689,7 +9079,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__6; +x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -6703,8 +9093,8 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; x_12 = lean_ctor_get(x_3, 0); lean_inc(x_12); lean_dec(x_3); -x_13 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__1; -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____spec__1(x_1, x_13); +x_13 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__1; +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -6714,7 +9104,7 @@ if (x_15 == 0) { lean_object* x_16; lean_object* x_17; lean_object* x_18; x_16 = lean_ctor_get(x_14, 0); -x_17 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__8; +x_17 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__8; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -6726,7 +9116,7 @@ lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; x_19 = lean_ctor_get(x_14, 0); lean_inc(x_19); lean_dec(x_14); -x_20 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__8; +x_20 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__8; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -6773,7 +9163,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonRpcKeepAliveParams___closed__1( _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158_), 1, 0); return x_1; } } @@ -6785,7 +9175,7 @@ x_1 = l_Lean_Lsp_instFromJsonRpcKeepAliveParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_3002_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4264_(lean_object* x_1) { _start: { lean_object* x_2; uint64_t 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; lean_object* x_18; @@ -6804,7 +9194,7 @@ lean_ctor_set(x_8, 0, x_6); lean_ctor_set(x_8, 1, x_7); x_9 = lean_uint64_to_nat(x_3); x_10 = l_Lean_bignumToJson(x_9); -x_11 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__1; +x_11 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__1; x_12 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_12, 0, x_11); lean_ctor_set(x_12, 1, x_10); @@ -6823,11 +9213,11 @@ x_18 = l_Lean_Json_mkObj(x_17); return x_18; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_3002____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4264____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_3002_(x_1); +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4264_(x_1); lean_dec(x_1); return x_2; } @@ -6836,7 +9226,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonRpcKeepAliveParams___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_3002____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4264____boxed), 1, 0); return x_1; } } @@ -6867,7 +9257,7 @@ x_1 = l_Lean_Lsp_instInhabitedLineRange___closed__1; return x_1; } } -static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__1() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__1() { _start: { lean_object* x_1; @@ -6875,29 +9265,29 @@ x_1 = lean_mk_string_unchecked("start", 5, 5); return x_1; } } -static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__2() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__1; +x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__1; 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_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__3() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__2; +x_2 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__2; x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__4() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__4() { _start: { lean_object* x_1; @@ -6905,29 +9295,29 @@ x_1 = lean_mk_string_unchecked(" := ", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__5() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__4; +x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__4; 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_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__6() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__3; -x_2 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__5; +x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__3; +x_2 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__5; x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__7() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__7() { _start: { lean_object* x_1; lean_object* x_2; @@ -6936,7 +9326,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__8() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__8() { _start: { lean_object* x_1; @@ -6944,17 +9334,17 @@ x_1 = lean_mk_string_unchecked(",", 1, 1); return x_1; } } -static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__9() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__8; +x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__8; 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_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__10() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__10() { _start: { lean_object* x_1; @@ -6962,17 +9352,17 @@ x_1 = lean_mk_string_unchecked("end", 3, 3); return x_1; } } -static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__11() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__10; +x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__10; 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_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__12() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__12() { _start: { lean_object* x_1; lean_object* x_2; @@ -6981,7 +9371,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__13() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__13() { _start: { lean_object* x_1; @@ -6989,35 +9379,35 @@ x_1 = lean_mk_string_unchecked("{ ", 2, 2); return x_1; } } -static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__14() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__13; +x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__13; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__15() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__15() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__14; +x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__14; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__16() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__16() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__13; +x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__13; 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_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__17() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__17() { _start: { lean_object* x_1; @@ -7025,17 +9415,17 @@ x_1 = lean_mk_string_unchecked(" }", 2, 2); return x_1; } } -static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__18() { +static lean_object* _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__18() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__17; +x_1 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__17; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352_(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t 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; 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; @@ -7044,7 +9434,7 @@ lean_inc(x_3); x_4 = l_Nat_reprFast(x_3); x_5 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_5, 0, x_4); -x_6 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__7; +x_6 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__7; x_7 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); @@ -7052,11 +9442,11 @@ x_8 = 0; x_9 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_9, 0, x_7); lean_ctor_set_uint8(x_9, sizeof(void*)*1, x_8); -x_10 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__6; +x_10 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__6; x_11 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); -x_12 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__9; +x_12 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__9; x_13 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_13, 0, x_11); lean_ctor_set(x_13, 1, x_12); @@ -7064,11 +9454,11 @@ x_14 = lean_box(1); x_15 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_15, 0, x_13); lean_ctor_set(x_15, 1, x_14); -x_16 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__11; +x_16 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__11; x_17 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_17, 0, x_15); lean_ctor_set(x_17, 1, x_16); -x_18 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__5; +x_18 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__5; x_19 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_19, 0, x_17); lean_ctor_set(x_19, 1, x_18); @@ -7078,7 +9468,7 @@ lean_dec(x_1); x_21 = l_Nat_reprFast(x_20); x_22 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_22, 0, x_21); -x_23 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__12; +x_23 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__12; x_24 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_24, 0, x_23); lean_ctor_set(x_24, 1, x_22); @@ -7088,15 +9478,15 @@ lean_ctor_set_uint8(x_25, sizeof(void*)*1, x_8); x_26 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_26, 0, x_19); lean_ctor_set(x_26, 1, x_25); -x_27 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__16; +x_27 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__16; x_28 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_28, 0, x_27); lean_ctor_set(x_28, 1, x_26); -x_29 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__18; +x_29 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__18; 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 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__15; +x_31 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__15; x_32 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_32, 0, x_31); lean_ctor_set(x_32, 1, x_30); @@ -7106,11 +9496,11 @@ lean_ctor_set_uint8(x_33, sizeof(void*)*1, x_8); return x_33; } } -LEAN_EXPORT lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090_(x_1, x_2); +x_3 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -7119,7 +9509,7 @@ static lean_object* _init_l_Lean_Lsp_instReprLineRange___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____boxed), 2, 0); return x_1; } } @@ -7131,7 +9521,7 @@ x_1 = l_Lean_Lsp_instReprLineRange___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__1() { _start: { lean_object* x_1; @@ -7139,125 +9529,125 @@ x_1 = lean_mk_string_unchecked("LineRange", 9, 9); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__2; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__3; -x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__1; +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__2; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__2; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__3; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__3; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__1; +x_2 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__5; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__5; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__4; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__6; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__4; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__7; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__7; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__10; +x_2 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__10() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__9; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__9; x_2 = 1; x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__4; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__10; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__4; +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__10; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__11; +x_1 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__11; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__1; +x_2 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__1; lean_inc(x_1); x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_278____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) @@ -7269,7 +9659,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__8; +x_6 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__8; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -7281,7 +9671,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__8; +x_9 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__8; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -7295,7 +9685,7 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; x_12 = lean_ctor_get(x_3, 0); lean_inc(x_12); lean_dec(x_3); -x_13 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__10; +x_13 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__10; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_278____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -7306,7 +9696,7 @@ if (x_15 == 0) { lean_object* x_16; lean_object* x_17; lean_object* x_18; x_16 = lean_ctor_get(x_14, 0); -x_17 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__12; +x_17 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__12; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -7318,7 +9708,7 @@ lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; x_19 = lean_ctor_get(x_14, 0); lean_inc(x_19); lean_dec(x_14); -x_20 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__12; +x_20 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__12; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -7361,7 +9751,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonLineRange___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410_), 1, 0); return x_1; } } @@ -7373,7 +9763,7 @@ x_1 = l_Lean_Lsp_instFromJsonLineRange___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3254_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4516_(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; 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; lean_object* x_18; lean_object* x_19; @@ -7382,7 +9772,7 @@ lean_inc(x_2); x_3 = l_Lean_JsonNumber_fromNat(x_2); x_4 = lean_alloc_ctor(2, 1, 0); lean_ctor_set(x_4, 0, x_3); -x_5 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__1; +x_5 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__1; x_6 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_6, 0, x_5); lean_ctor_set(x_6, 1, x_4); @@ -7396,7 +9786,7 @@ lean_dec(x_1); x_10 = l_Lean_JsonNumber_fromNat(x_9); x_11 = lean_alloc_ctor(2, 1, 0); lean_ctor_set(x_11, 0, x_10); -x_12 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__10; +x_12 = l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__10; x_13 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_13, 0, x_12); lean_ctor_set(x_13, 1, x_11); @@ -7419,7 +9809,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonLineRange___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3254_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4516_), 1, 0); return x_1; } } @@ -7838,18 +10228,235 @@ l_Lean_Lsp_instToJsonPlainTermGoal___closed__1 = _init_l_Lean_Lsp_instToJsonPlai lean_mark_persistent(l_Lean_Lsp_instToJsonPlainTermGoal___closed__1); l_Lean_Lsp_instToJsonPlainTermGoal = _init_l_Lean_Lsp_instToJsonPlainTermGoal(); lean_mark_persistent(l_Lean_Lsp_instToJsonPlainTermGoal); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__1); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__2); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__3); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__4); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__5); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039____closed__6); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2029____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2029____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonModuleHierarchyOptions____x40_Lean_Data_Lsp_Extra___hyg_2029____closed__1); +l_Lean_Lsp_instFromJsonModuleHierarchyOptions___closed__1 = _init_l_Lean_Lsp_instFromJsonModuleHierarchyOptions___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonModuleHierarchyOptions___closed__1); +l_Lean_Lsp_instFromJsonModuleHierarchyOptions = _init_l_Lean_Lsp_instFromJsonModuleHierarchyOptions(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonModuleHierarchyOptions); +l_Lean_Lsp_instToJsonModuleHierarchyOptions___closed__1 = _init_l_Lean_Lsp_instToJsonModuleHierarchyOptions___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instToJsonModuleHierarchyOptions___closed__1); +l_Lean_Lsp_instToJsonModuleHierarchyOptions = _init_l_Lean_Lsp_instToJsonModuleHierarchyOptions(); +lean_mark_persistent(l_Lean_Lsp_instToJsonModuleHierarchyOptions); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__3); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__4); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__5); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__6); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__7 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__7); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__8 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__8); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__9 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__9); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__10 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__10); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__11 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__11); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__12 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__12); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__13 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__13); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__14 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__14); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__15 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__15); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__16 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__16); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__17 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____closed__17); +l_Lean_Lsp_instFromJsonLeanModule___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanModule___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanModule___closed__1); +l_Lean_Lsp_instFromJsonLeanModule = _init_l_Lean_Lsp_instFromJsonLeanModule(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanModule); +l_Lean_Lsp_instToJsonLeanModule___closed__1 = _init_l_Lean_Lsp_instToJsonLeanModule___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanModule___closed__1); +l_Lean_Lsp_instToJsonLeanModule = _init_l_Lean_Lsp_instToJsonLeanModule(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanModule); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__3); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__4); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__5); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334____closed__6); +l_Lean_Lsp_instFromJsonLeanPrepareModuleHierarchyParams___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanPrepareModuleHierarchyParams___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanPrepareModuleHierarchyParams___closed__1); +l_Lean_Lsp_instFromJsonLeanPrepareModuleHierarchyParams = _init_l_Lean_Lsp_instFromJsonLeanPrepareModuleHierarchyParams(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanPrepareModuleHierarchyParams); +l_Lean_Lsp_instToJsonLeanPrepareModuleHierarchyParams___closed__1 = _init_l_Lean_Lsp_instToJsonLeanPrepareModuleHierarchyParams___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanPrepareModuleHierarchyParams___closed__1); +l_Lean_Lsp_instToJsonLeanPrepareModuleHierarchyParams = _init_l_Lean_Lsp_instToJsonLeanPrepareModuleHierarchyParams(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanPrepareModuleHierarchyParams); +l_Lean_Lsp_instInhabitedLeanImportMetaKind = _init_l_Lean_Lsp_instInhabitedLeanImportMetaKind(); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__1___closed__3); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____lambda__2___closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2454____closed__2); +l_Lean_Lsp_instFromJsonLeanImportMetaKind___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanImportMetaKind___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanImportMetaKind___closed__1); +l_Lean_Lsp_instFromJsonLeanImportMetaKind = _init_l_Lean_Lsp_instFromJsonLeanImportMetaKind(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanImportMetaKind); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImportMetaKind____x40_Lean_Data_Lsp_Extra___hyg_2576____closed__3); +l_Lean_Lsp_instToJsonLeanImportMetaKind___closed__1 = _init_l_Lean_Lsp_instToJsonLeanImportMetaKind___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanImportMetaKind___closed__1); +l_Lean_Lsp_instToJsonLeanImportMetaKind = _init_l_Lean_Lsp_instToJsonLeanImportMetaKind(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanImportMetaKind); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__3); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__4); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__5); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__6); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__7 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__7); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__8 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__8); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__9 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__9); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__10 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__10); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__11 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__11); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__12 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__12); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__13 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__13); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__14 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__14); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__15 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__15); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__16 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__16); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__17 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__17); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__18 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__18(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__18); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__19 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__19(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImportKind____x40_Lean_Data_Lsp_Extra___hyg_2649____closed__19); +l_Lean_Lsp_instFromJsonLeanImportKind___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanImportKind___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanImportKind___closed__1); +l_Lean_Lsp_instFromJsonLeanImportKind = _init_l_Lean_Lsp_instFromJsonLeanImportKind(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanImportKind); +l_Lean_Lsp_instToJsonLeanImportKind___closed__1 = _init_l_Lean_Lsp_instToJsonLeanImportKind___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanImportKind___closed__1); +l_Lean_Lsp_instToJsonLeanImportKind = _init_l_Lean_Lsp_instToJsonLeanImportKind(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanImportKind); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__3); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__4); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__5); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__6); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__7 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__7); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__8 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__8); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__9 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__9); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__10 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__10); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__11 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2885____closed__11); +l_Lean_Lsp_instFromJsonLeanImport___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanImport___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanImport___closed__1); +l_Lean_Lsp_instFromJsonLeanImport = _init_l_Lean_Lsp_instFromJsonLeanImport(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanImport); +l_Lean_Lsp_instToJsonLeanImport___closed__1 = _init_l_Lean_Lsp_instToJsonLeanImport___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanImport___closed__1); +l_Lean_Lsp_instToJsonLeanImport = _init_l_Lean_Lsp_instToJsonLeanImport(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanImport); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__3); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__4); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__5); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059____closed__6); +l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportsParams___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportsParams___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportsParams___closed__1); +l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportsParams = _init_l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportsParams(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportsParams); +l_Lean_Lsp_instToJsonLeanModuleHierarchyImportsParams___closed__1 = _init_l_Lean_Lsp_instToJsonLeanModuleHierarchyImportsParams___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanModuleHierarchyImportsParams___closed__1); +l_Lean_Lsp_instToJsonLeanModuleHierarchyImportsParams = _init_l_Lean_Lsp_instToJsonLeanModuleHierarchyImportsParams(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanModuleHierarchyImportsParams); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__3); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__4); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__5); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180____closed__6); +l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportedByParams___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportedByParams___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportedByParams___closed__1); +l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportedByParams = _init_l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportedByParams(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanModuleHierarchyImportedByParams); +l_Lean_Lsp_instToJsonLeanModuleHierarchyImportedByParams___closed__1 = _init_l_Lean_Lsp_instToJsonLeanModuleHierarchyImportedByParams___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanModuleHierarchyImportedByParams___closed__1); +l_Lean_Lsp_instToJsonLeanModuleHierarchyImportedByParams = _init_l_Lean_Lsp_instToJsonLeanModuleHierarchyImportedByParams(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanModuleHierarchyImportedByParams); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__3); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__4); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__5); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301____closed__6); l_Lean_Lsp_instFromJsonRpcConnectParams___closed__1 = _init_l_Lean_Lsp_instFromJsonRpcConnectParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonRpcConnectParams___closed__1); l_Lean_Lsp_instFromJsonRpcConnectParams = _init_l_Lean_Lsp_instFromJsonRpcConnectParams(); @@ -7858,24 +10465,24 @@ l_Lean_Lsp_instToJsonRpcConnectParams___closed__1 = _init_l_Lean_Lsp_instToJsonR lean_mark_persistent(l_Lean_Lsp_instToJsonRpcConnectParams___closed__1); l_Lean_Lsp_instToJsonRpcConnectParams = _init_l_Lean_Lsp_instToJsonRpcConnectParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonRpcConnectParams); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__1); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__2); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__3); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__4); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__5); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__6); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__7 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__7); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__8 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__8); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__9 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____closed__9); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__3); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__4); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__5); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__6); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__7 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__7); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__8 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__8); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__9 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____closed__9); l_Lean_Lsp_instFromJsonRpcConnected___closed__1 = _init_l_Lean_Lsp_instFromJsonRpcConnected___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonRpcConnected___closed__1); l_Lean_Lsp_instFromJsonRpcConnected = _init_l_Lean_Lsp_instFromJsonRpcConnected(); @@ -7884,46 +10491,46 @@ l_Lean_Lsp_instToJsonRpcConnected___closed__1 = _init_l_Lean_Lsp_instToJsonRpcCo lean_mark_persistent(l_Lean_Lsp_instToJsonRpcConnected___closed__1); l_Lean_Lsp_instToJsonRpcConnected = _init_l_Lean_Lsp_instToJsonRpcConnected(); lean_mark_persistent(l_Lean_Lsp_instToJsonRpcConnected); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__1); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__2); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__3); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__4); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__5); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__6); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__7 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__7); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__8 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__8); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__9 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__9); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__10 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__10); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__11 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__11); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__12 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__12); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__13 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__13); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__14 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__14); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__15 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__15); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__16 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__16(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__16); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__17 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__17(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__17); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__18 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__18(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__18); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__19 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__19(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__19); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__20 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__20(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____closed__20); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__3); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__4); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__5); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__6); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__7 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__7); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__8 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__8); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__9 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__9); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__10 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__10); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__11 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__11); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__12 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__12); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__13 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__13); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__14 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__14); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__15 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__15); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__16 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__16); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__17 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__17); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__18 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__18(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__18); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__19 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__19(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__19); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__20 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__20(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____closed__20); l_Lean_Lsp_instFromJsonRpcCallParams___closed__1 = _init_l_Lean_Lsp_instFromJsonRpcCallParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonRpcCallParams___closed__1); l_Lean_Lsp_instFromJsonRpcCallParams = _init_l_Lean_Lsp_instFromJsonRpcCallParams(); @@ -7932,32 +10539,32 @@ l_Lean_Lsp_instToJsonRpcCallParams___closed__1 = _init_l_Lean_Lsp_instToJsonRpcC lean_mark_persistent(l_Lean_Lsp_instToJsonRpcCallParams___closed__1); l_Lean_Lsp_instToJsonRpcCallParams = _init_l_Lean_Lsp_instToJsonRpcCallParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonRpcCallParams); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__1); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__2); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__3); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__4); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__5); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__6); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__7 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__7); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__8 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__8); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__9 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__9); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__10 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__10); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__11 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__11); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__12 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__12); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__13 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660____closed__13); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__3); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__4); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__5); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__6); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__7 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__7); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__8 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__8); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__9 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__9); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__10 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__10); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__11 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__11); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__12 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__12); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__13 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922____closed__13); l_Lean_Lsp_instFromJsonRpcReleaseParams___closed__1 = _init_l_Lean_Lsp_instFromJsonRpcReleaseParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonRpcReleaseParams___closed__1); l_Lean_Lsp_instFromJsonRpcReleaseParams = _init_l_Lean_Lsp_instFromJsonRpcReleaseParams(); @@ -7966,22 +10573,22 @@ l_Lean_Lsp_instToJsonRpcReleaseParams___closed__1 = _init_l_Lean_Lsp_instToJsonR lean_mark_persistent(l_Lean_Lsp_instToJsonRpcReleaseParams___closed__1); l_Lean_Lsp_instToJsonRpcReleaseParams = _init_l_Lean_Lsp_instToJsonRpcReleaseParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonRpcReleaseParams); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__1); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__2); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__3); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__4); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__5); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__6); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__7 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__7); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__8 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896____closed__8); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__3); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__4); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__5); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__6); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__7 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__7); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__8 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158____closed__8); l_Lean_Lsp_instFromJsonRpcKeepAliveParams___closed__1 = _init_l_Lean_Lsp_instFromJsonRpcKeepAliveParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonRpcKeepAliveParams___closed__1); l_Lean_Lsp_instFromJsonRpcKeepAliveParams = _init_l_Lean_Lsp_instFromJsonRpcKeepAliveParams(); @@ -7994,70 +10601,70 @@ l_Lean_Lsp_instInhabitedLineRange___closed__1 = _init_l_Lean_Lsp_instInhabitedLi lean_mark_persistent(l_Lean_Lsp_instInhabitedLineRange___closed__1); l_Lean_Lsp_instInhabitedLineRange = _init_l_Lean_Lsp_instInhabitedLineRange(); lean_mark_persistent(l_Lean_Lsp_instInhabitedLineRange); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__1 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__1(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__1); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__2 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__2(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__2); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__3 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__3(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__3); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__4 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__4(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__4); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__5 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__5(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__5); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__6 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__6(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__6); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__7 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__7(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__7); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__8 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__8(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__8); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__9 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__9(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__9); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__10 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__10(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__10); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__11 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__11(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__11); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__12 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__12(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__12); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__13 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__13(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__13); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__14 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__14(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__14); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__15 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__15(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__15); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__16 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__16(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__16); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__17 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__17(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__17); -l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__18 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__18(); -lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_3090____closed__18); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__1 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__1(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__1); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__2 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__2(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__2); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__3 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__3(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__3); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__4 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__4(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__4); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__5 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__5(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__5); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__6 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__6(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__6); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__7 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__7(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__7); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__8 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__8(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__8); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__9 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__9(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__9); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__10 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__10(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__10); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__11 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__11(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__11); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__12 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__12(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__12); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__13 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__13(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__13); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__14 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__14(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__14); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__15 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__15(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__15); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__16 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__16(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__16); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__17 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__17(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__17); +l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__18 = _init_l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__18(); +lean_mark_persistent(l_Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_4352____closed__18); l_Lean_Lsp_instReprLineRange___closed__1 = _init_l_Lean_Lsp_instReprLineRange___closed__1(); lean_mark_persistent(l_Lean_Lsp_instReprLineRange___closed__1); l_Lean_Lsp_instReprLineRange = _init_l_Lean_Lsp_instReprLineRange(); lean_mark_persistent(l_Lean_Lsp_instReprLineRange); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__1); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__2); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__3); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__4); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__5); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__6); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__7 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__7); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__8 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__8); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__9 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__9); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__10 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__10); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__11 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__11); -l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__12 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148____closed__12); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__1 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__1); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__2 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__2); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__3 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__3); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__4 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__4); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__5 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__5); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__6 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__6); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__7 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__7); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__8 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__8); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__9 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__9); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__10 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__10); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__11 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__11); +l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__12 = _init_l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410____closed__12); l_Lean_Lsp_instFromJsonLineRange___closed__1 = _init_l_Lean_Lsp_instFromJsonLineRange___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonLineRange___closed__1); l_Lean_Lsp_instFromJsonLineRange = _init_l_Lean_Lsp_instFromJsonLineRange(); diff --git a/stage0/stdlib/Lean/Data/Lsp/InitShutdown.c b/stage0/stdlib/Lean/Data/Lsp/InitShutdown.c index 25a89191c9..dafad1a68d 100644 --- a/stage0/stdlib/Lean/Data/Lsp/InitShutdown.c +++ b/stage0/stdlib/Lean/Data/Lsp/InitShutdown.c @@ -48,6 +48,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonInitia LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonInitializeParams___spec__6(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_Trace_noConfusion___rarg___lambda__1(lean_object*); static lean_object* l___private_Lean_Data_Lsp_InitShutdown_0__Lean_Lsp_toJsonInitializeParams____x40_Lean_Data_Lsp_InitShutdown___hyg_543____closed__9; +lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonInitializationOptions; LEAN_EXPORT lean_object* l_Lean_Lsp_Trace_hasToJson(uint8_t); LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_InitShutdown_0__Lean_Lsp_toJsonInitializeParams____x40_Lean_Data_Lsp_InitShutdown___hyg_543____spec__4(lean_object*); @@ -117,7 +118,6 @@ static lean_object* l___private_Lean_Data_Lsp_InitShutdown_0__Lean_Lsp_fromJsonI static lean_object* l_Lean_Lsp_instFromJsonTrace___closed__1; static lean_object* l_Lean_Lsp_instFromJsonTrace___closed__6; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonInitializeParams___spec__1(lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_InitShutdown_0__Lean_Lsp_fromJsonClientInfo____x40_Lean_Data_Lsp_InitShutdown___hyg_75____closed__5; static lean_object* l_Lean_Lsp_instFromJsonInitializedParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_Trace_noConfusion___rarg(uint8_t, uint8_t, lean_object*); @@ -154,6 +154,7 @@ static lean_object* l___private_Lean_Data_Lsp_InitShutdown_0__Lean_Lsp_fromJsonC LEAN_EXPORT lean_object* l_Lean_Lsp_InitializedParams_noConfusion(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_fromJson_x3f___at_Lean_Lsp_instFromJsonInitializeParams___spec__7___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonInitializedParams___boxed(lean_object*); +lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142_(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonClientInfo___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonInitializeParams(lean_object*); lean_object* l___private_Lean_Data_Lsp_Workspace_0__Lean_Lsp_fromJsonWorkspaceFolder____x40_Lean_Data_Lsp_Workspace___hyg_82_(lean_object*); @@ -166,7 +167,6 @@ LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_InitShutdo lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2461____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_InitShutdown_0__Lean_Lsp_fromJsonClientInfo____x40_Lean_Data_Lsp_InitShutdown___hyg_75____closed__7; static lean_object* l___private_Lean_Data_Lsp_InitShutdown_0__Lean_Lsp_fromJsonInitializationOptions____x40_Lean_Data_Lsp_InitShutdown___hyg_353____closed__9; -lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_InitShutdown_0__Lean_Lsp_toJsonInitializeParams____x40_Lean_Data_Lsp_InitShutdown___hyg_543____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_InitializedParams_noConfusion___rarg___boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_InitShutdown_0__Lean_Lsp_toJsonClientInfo____x40_Lean_Data_Lsp_InitShutdown___hyg_33____closed__3; @@ -4489,7 +4489,7 @@ _start: 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; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); -x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1823_(x_2); +x_3 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1946_(x_2); x_4 = l___private_Lean_Data_Lsp_InitShutdown_0__Lean_Lsp_toJsonInitializeParams____x40_Lean_Data_Lsp_InitShutdown___hyg_543____closed__5; x_5 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_5, 0, x_4); @@ -4536,7 +4536,7 @@ _start: { lean_object* x_3; lean_object* x_4; x_3 = l_Lean_Json_getObjValD(x_1, x_2); -x_4 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2015_(x_3); +x_4 = l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_2142_(x_3); return x_4; } } diff --git a/stage0/stdlib/Lean/Data/Lsp/Internal.c b/stage0/stdlib/Lean/Data/Lsp/Internal.c index 347b01979f..3b0cf03947 100644 --- a/stage0/stdlib/Lean/Data/Lsp/Internal.c +++ b/stage0/stdlib/Lean/Data/Lsp/Internal.c @@ -15,371 +15,705 @@ extern "C" { #endif lean_object* l_Lean_JsonNumber_fromNat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_RefIdent_toJson(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__1; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instOrdRefIdent; lean_object* l_Lean_Json_getObj_x3f(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__17; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__8; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__3; static lean_object* l_Lean_Lsp_instToJsonLeanQueryModuleResponse___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__5; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____lambda__1___boxed(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310_(lean_object*); static lean_object* l_Lean_Lsp_instHashableRefIdent___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instInhabitedRefIdent; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__5___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____lambda__1(lean_object*); lean_object* l_Lean_Json_compress(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3187____spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonRefInfo___spec__5(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonModuleRefs___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__3(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonImportInfo(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonRefInfo___spec__5___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_fromJson_x3f(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__5(size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__6; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__3___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____spec__1(lean_object*); +static lean_object* l_Lean_Lsp_instToJsonLeanILeanHeaderInfoParams___closed__1; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2801____spec__2(size_t, size_t, lean_object*); lean_object* l_Lean_Json_mkObj(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2250_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__4; +static lean_object* l_Lean_Lsp_instFromJsonImportInfo___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__7; static lean_object* l_Lean_Lsp_instToJsonOpenNamespace___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__8; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__3; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__3(size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2386____spec__2(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__14; static lean_object* l_Lean_Lsp_RefInfo_instInhabitedLocation___closed__2; +LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonImportInfo___boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_RefIdent_instToJsonRefIdentJsonRepr; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__13; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__4___boxed(lean_object*, lean_object*, lean_object*); uint64_t lean_uint64_mix_hash(uint64_t, uint64_t); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__10; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__14; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2922_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__3; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Lsp_instToJsonRefInfo___spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__12; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__5; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079_(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonOpenNamespace___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__11; lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__11; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__6; static lean_object* l_Lean_Lsp_instBEqRefIdent___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__10; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____closed__1; static lean_object* l_Lean_Lsp_instInhabitedLeanQueryModuleResponse___closed__1; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__4___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__17; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__9; +static lean_object* l_Lean_Lsp_instInhabitedImportInfo___closed__2; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__2; static lean_object* l_Lean_Lsp_instToJsonLeanIdentifier___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__6; +LEAN_EXPORT uint64_t l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2801____spec__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Lsp_instInhabitedImportInfo; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1642____spec__2(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__18; lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_JsonRpc_instFromJsonMessage___spec__3(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__3___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__9; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2665_(lean_object*); +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__2(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__5; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonOpenNamespace; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__8; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanModuleQuery; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__5; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_RefIdent_fromJsonRepr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instInhabitedLeanQueryModuleResponse; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__9; +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3187____spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__3(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanIleanInfoParams; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__8; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__5; +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____spec__1(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__10; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__3(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__14; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__10; +static lean_object* l_Lean_Lsp_instFromJsonLeanILeanHeaderInfoParams___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__4; static lean_object* l_List_mapTR_loop___at_Lean_Lsp_instToJsonModuleRefs___spec__2___closed__1; static lean_object* l_Lean_Lsp_RefIdent_instFromJsonRefIdentJsonRepr___closed__1; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__3(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__2(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonLeanQueryModuleParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanQueryModuleParams; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__7; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__6; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__3___boxed(lean_object*, lean_object*, lean_object*); uint64_t lean_string_hash(lean_object*); -LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__2(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__6; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonModuleRefs(lean_object*); static lean_object* l_Lean_Lsp_instToJsonLeanImportClosureParams___closed__1; lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1642____spec__4(lean_object*); extern lean_object* l_Lean_instInhabitedJson; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4___lambda__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__15; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__14; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2507_(lean_object*); +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__2(lean_object*); static lean_object* l_Lean_RBNode_foldM___at_Lean_Lsp_instFromJsonModuleRefs___spec__2___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__12; uint8_t lean_string_dec_eq(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__2; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__15; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldrM___at_Lean_Lsp_instToJsonModuleRefs___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanStaleDependencyParams; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3416____spec__2(size_t, size_t, lean_object*); static lean_object* l_Lean_Lsp_instInhabitedRefIdent___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanIdentifier; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___closed__2; static lean_object* l_Lean_Lsp_RefIdent_instToJsonRefIdentJsonRepr___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__6; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__2; lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_625_(lean_object*); -LEAN_EXPORT uint64_t l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_241____boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__1(lean_object*, lean_object*); +lean_object* l_Lean_Json_getBool_x3f(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__15; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__17; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldrM___at_Lean_Lsp_instToJsonModuleRefs___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_RefInfo_instInhabitedLocation; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__6; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__7; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanQueryModuleResponse; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2772____spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__17; lean_object* l_Lean_Json_getStr_x3f(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanModuleQuery; lean_object* l_Nat_reprFast(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instOrdRefIdent___closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__4; lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__12; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__11; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__8; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanStaleDependencyParams; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__7; uint8_t lean_string_dec_lt(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_RefInfo_instToJsonParentDecl; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__3; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__3(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__2(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__7; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__4___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__18; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__2(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__3; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__4(size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__9; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__3; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanQueryModuleParams; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__3(size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__10; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__3; lean_object* l_Lean_Json_getObjValD(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__2; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__12; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3416____spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__5; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__3; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____spec__2(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at_Lean_Lsp_instFromJsonModuleRefs___spec__2(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_toJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_596_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonOpenNamespace; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__9; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__3___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__11; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__5; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanIleanInfoParams; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__19; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__5(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__2; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Lsp_instForInModuleRefsProdRefIdentRefInfo___spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__4; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__6; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600_(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonRefInfo___spec__2(size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____spec__2(size_t, size_t, lean_object*); static lean_object* l_Array_fromJson_x3f___at_Lean_Lsp_instFromJsonRefInfo___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonRefInfo(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__8; -static lean_object* l_Lean_Lsp_instInhabitedRefIdent___closed__2; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__5; lean_object* l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__13; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__3; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__4; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4___closed__2; -LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2772____spec__1(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__2; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__2; +static lean_object* l_Lean_Lsp_instFromJsonImportInfo___closed__2; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__12; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__2; static lean_object* l_Lean_Lsp_instToJsonLeanModuleQuery___closed__1; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonRefInfo___spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__16; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__14; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__9; static lean_object* l_List_mapTR_loop___at_Lean_Lsp_instToJsonModuleRefs___spec__2___closed__2; -LEAN_EXPORT uint8_t l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2772_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__4; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__10; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__4; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__12; LEAN_EXPORT lean_object* l_Lean_Lsp_instForInModuleRefsProdRefIdentRefInfo___rarg___lambda__1(lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1078____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__14; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__9; static lean_object* l_Lean_Lsp_instToJsonLeanStaleDependencyParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_RefIdent_toJsonRepr(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__11; -LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__2(lean_object*); +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2801____spec__1(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__13; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Lsp_instForInModuleRefsProdRefIdentRefInfo___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3001_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_RefIdent_fromJson_x3f(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__7; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__7; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_fromJson_x3f___at_Lean_Lsp_instFromJsonRefInfo___spec__2___closed__2; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__15; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__5; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__11; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanQueryModuleResponse; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__14; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__2; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__8; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__8; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__6; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__5; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__7; -LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonImportInfo(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3831_(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482____spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__11; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__4(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__10; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__12; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instHashableRefIdent; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonRefInfo___spec__2___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_RefIdent_instFromJsonRefIdentJsonRepr; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonModuleRefs(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; static lean_object* l_Lean_Lsp_instFromJsonLeanImportClosureParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instModuleRefsEmptyCollection; static lean_object* l_Lean_Lsp_instToJsonLeanQueryModuleParams___closed__1; -LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__1(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonLeanModuleQuery___closed__1; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonRefInfo___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonRefInfo(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__7; lean_object* l_Lean_Json_parseTagged(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__3(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__11; lean_object* lean_array_fget(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__2; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__7; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__1; -LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3001____spec__1(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__3(size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__9; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__2; LEAN_EXPORT lean_object* l_List_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__4(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__5; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___boxed(lean_object*); static lean_object* l_Lean_Lsp_RefInfo_instToJsonParentDecl___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__3; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__3; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3187____spec__2(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__6; lean_object* l_Std_Internal_Parsec_String_Parser_run___rarg(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at_Lean_Lsp_instFromJsonRefInfo___spec__2(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__5; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2772____spec__2(size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686_(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__3; static lean_object* l_Lean_Lsp_RefIdent_instToJson___closed__1; -LEAN_EXPORT uint8_t l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_241_(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__2(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2801_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_toJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_827_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanIdentifier; -LEAN_EXPORT lean_object* l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167____boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__19; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__18; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____spec__2___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonRefInfo___lambda__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__1; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Lsp_instFromJsonModuleRefs___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2386____spec__1(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__8; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Lsp_instInhabitedImportInfo___closed__1; +LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanILeanHeaderInfoParams; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__8; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instBEqRefIdent; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_278____spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185_(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__3(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__4; lean_object* l_Except_orElseLazy___rarg(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__5; static lean_object* l_Lean_Lsp_instFromJsonLeanQueryModuleResponse___closed__1; lean_object* lean_nat_mul(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2386_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__10; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__3___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482____spec__1(lean_object*); lean_object* l_Lean_Json_getNat_x3f(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonLeanIleanInfoParams___closed__1; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__4(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__3; lean_object* l_Lean_Json_Parser_any(lean_object*); -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2250____spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__11; +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__1(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__3(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__2; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Lsp_instForInModuleRefsProdRefIdentRefInfo___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__13; +LEAN_EXPORT lean_object* l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398____boxed(lean_object*); lean_object* l_List_reverse___rarg(lean_object*); static lean_object* l_Lean_Lsp_instToJsonRefInfo___closed__2; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__13; lean_object* lean_array_mk(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__9; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____spec__2(size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__2; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____spec__2(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__5; +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3416____spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_472____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Lsp_instToJsonModuleRefs___spec__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007_(lean_object*); size_t lean_usize_add(size_t, size_t); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3001____spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__6; +LEAN_EXPORT lean_object* l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____lambda__1___boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__5; static lean_object* l_Lean_Lsp_instToJsonRefInfo___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instForInModuleRefsProdRefIdentRefInfo___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_RefIdent_instFromJson; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__16; lean_object* lean_array_uget(lean_object*, size_t); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__3; size_t lean_array_size(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__9; static lean_object* l_Lean_Lsp_RefInfo_instInhabitedLocation___closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4___lambda__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__9; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__8; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__1(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__18; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__19; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__19; static lean_object* l_Lean_Lsp_RefInfo_instInhabitedLocation___closed__3; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__1; lean_object* lean_string_append(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__16; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3416_(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__3___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2665____spec__1(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__3; lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_JsonRpc_instFromJsonMessage___spec__1(lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1(lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3416_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___closed__2; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__12; static lean_object* l_Lean_Lsp_instFromJsonLeanStaleDependencyParams___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__14; uint8_t lean_usize_dec_lt(size_t, size_t); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2386____spec__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanImportClosureParams; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3001____spec__2(size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__1; +LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonImportInfo___boxed(lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__2(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__13; lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__3(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_RefIdent_instToJson; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__2; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__3; -LEAN_EXPORT uint8_t l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____lambda__1(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54____boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__3___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__5___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__7; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2843____spec__1(lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__9; +LEAN_EXPORT uint8_t l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_472_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__16; static lean_object* l_Lean_Lsp_instFromJsonLeanIdentifier___closed__1; +LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLeanILeanHeaderInfoParams; lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1586____spec__2(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__1; LEAN_EXPORT lean_object* l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482____spec__2(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3187_(lean_object*); static lean_object* l_Lean_Lsp_instToJsonLeanIleanInfoParams___closed__1; lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_instForInModuleRefsProdRefIdentRefInfo(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Lsp_instForInModuleRefsProdRefIdentRefInfo___spec__1___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__4(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__3___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__2; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4___lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____spec__1(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLeanImportClosureParams; static lean_object* l_Lean_Lsp_RefIdent_instFromJson___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__10; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__2; -LEAN_EXPORT uint8_t l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(lean_object* x_1, lean_object* x_2) { +static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__8; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__4___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* _init_l_Lean_Lsp_instInhabitedImportInfo___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("", 0, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instInhabitedImportInfo___closed__2() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; +x_1 = l_Lean_Lsp_instInhabitedImportInfo___closed__1; +x_2 = 0; +x_3 = lean_alloc_ctor(0, 1, 3); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); +lean_ctor_set_uint8(x_3, sizeof(void*)*1 + 1, x_2); +lean_ctor_set_uint8(x_3, sizeof(void*)*1 + 2, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Lsp_instInhabitedImportInfo() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instInhabitedImportInfo___closed__2; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonImportInfo(lean_object* x_1) { +_start: +{ +lean_object* x_2; uint8_t x_3; uint8_t x_4; uint8_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; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_2 = lean_ctor_get(x_1, 0); +x_3 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); +x_4 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 1); +x_5 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 2); +lean_inc(x_2); +x_6 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_6, 0, x_2); +x_7 = lean_alloc_ctor(1, 0, 1); +lean_ctor_set_uint8(x_7, 0, x_3); +x_8 = lean_alloc_ctor(1, 0, 1); +lean_ctor_set_uint8(x_8, 0, x_4); +x_9 = lean_alloc_ctor(1, 0, 1); +lean_ctor_set_uint8(x_9, 0, x_5); +x_10 = lean_box(0); +x_11 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_11, 0, x_9); +lean_ctor_set(x_11, 1, x_10); +x_12 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_12, 0, x_8); +lean_ctor_set(x_12, 1, x_11); +x_13 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_13, 0, x_7); +lean_ctor_set(x_13, 1, x_12); +x_14 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_14, 0, x_6); +lean_ctor_set(x_14, 1, x_13); +x_15 = lean_array_mk(x_14); +x_16 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_16, 0, x_15); +return x_16; +} +} +LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonImportInfo___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_Lsp_instToJsonImportInfo(x_1); +lean_dec(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonImportInfo___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Expected array, got other JSON type", 35, 35); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonImportInfo___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Lsp_instFromJsonImportInfo___closed__1; +x_2 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonImportInfo(lean_object* x_1) { +_start: +{ +if (lean_obj_tag(x_1) == 4) +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; uint8_t x_5; +x_2 = lean_ctor_get(x_1, 0); +x_3 = lean_array_get_size(x_2); +x_4 = lean_unsigned_to_nat(4u); +x_5 = lean_nat_dec_eq(x_3, x_4); +lean_dec(x_3); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = l_Lean_Lsp_instFromJsonImportInfo___closed__2; +return x_6; +} +else +{ +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; +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_array_fget(x_2, x_7); +x_9 = lean_unsigned_to_nat(1u); +x_10 = lean_array_fget(x_2, x_9); +x_11 = lean_unsigned_to_nat(2u); +x_12 = lean_array_fget(x_2, x_11); +x_13 = lean_unsigned_to_nat(3u); +x_14 = lean_array_fget(x_2, x_13); +x_15 = l_Lean_Json_getStr_x3f(x_8); +if (lean_obj_tag(x_15) == 0) +{ +uint8_t x_16; +lean_dec(x_14); +lean_dec(x_12); +lean_dec(x_10); +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) +{ +return x_15; +} +else +{ +lean_object* x_17; lean_object* x_18; +x_17 = lean_ctor_get(x_15, 0); +lean_inc(x_17); +lean_dec(x_15); +x_18 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_18, 0, x_17); +return x_18; +} +} +else +{ +lean_object* x_19; lean_object* x_20; +x_19 = lean_ctor_get(x_15, 0); +lean_inc(x_19); +lean_dec(x_15); +x_20 = l_Lean_Json_getBool_x3f(x_10); +lean_dec(x_10); +if (lean_obj_tag(x_20) == 0) +{ +uint8_t x_21; +lean_dec(x_19); +lean_dec(x_14); +lean_dec(x_12); +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) +{ +return x_20; +} +else +{ +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_20, 0); +lean_inc(x_22); +lean_dec(x_20); +x_23 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_23, 0, x_22); +return x_23; +} +} +else +{ +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_20, 0); +lean_inc(x_24); +lean_dec(x_20); +x_25 = l_Lean_Json_getBool_x3f(x_12); +lean_dec(x_12); +if (lean_obj_tag(x_25) == 0) +{ +uint8_t x_26; +lean_dec(x_24); +lean_dec(x_19); +lean_dec(x_14); +x_26 = !lean_is_exclusive(x_25); +if (x_26 == 0) +{ +return x_25; +} +else +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_25, 0); +lean_inc(x_27); +lean_dec(x_25); +x_28 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_28, 0, x_27); +return x_28; +} +} +else +{ +lean_object* x_29; lean_object* x_30; +x_29 = lean_ctor_get(x_25, 0); +lean_inc(x_29); +lean_dec(x_25); +x_30 = l_Lean_Json_getBool_x3f(x_14); +lean_dec(x_14); +if (lean_obj_tag(x_30) == 0) +{ +uint8_t x_31; +lean_dec(x_29); +lean_dec(x_24); +lean_dec(x_19); +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) +{ +return x_30; +} +else +{ +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_30, 0); +lean_inc(x_32); +lean_dec(x_30); +x_33 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_33, 0, x_32); +return x_33; +} +} +else +{ +uint8_t x_34; +x_34 = !lean_is_exclusive(x_30); +if (x_34 == 0) +{ +lean_object* x_35; lean_object* x_36; uint8_t x_37; uint8_t x_38; uint8_t x_39; +x_35 = lean_ctor_get(x_30, 0); +x_36 = lean_alloc_ctor(0, 1, 3); +lean_ctor_set(x_36, 0, x_19); +x_37 = lean_unbox(x_24); +lean_dec(x_24); +lean_ctor_set_uint8(x_36, sizeof(void*)*1, x_37); +x_38 = lean_unbox(x_29); +lean_dec(x_29); +lean_ctor_set_uint8(x_36, sizeof(void*)*1 + 1, x_38); +x_39 = lean_unbox(x_35); +lean_dec(x_35); +lean_ctor_set_uint8(x_36, sizeof(void*)*1 + 2, x_39); +lean_ctor_set(x_30, 0, x_36); +return x_30; +} +else +{ +lean_object* x_40; lean_object* x_41; uint8_t x_42; uint8_t x_43; uint8_t x_44; lean_object* x_45; +x_40 = lean_ctor_get(x_30, 0); +lean_inc(x_40); +lean_dec(x_30); +x_41 = lean_alloc_ctor(0, 1, 3); +lean_ctor_set(x_41, 0, x_19); +x_42 = lean_unbox(x_24); +lean_dec(x_24); +lean_ctor_set_uint8(x_41, sizeof(void*)*1, x_42); +x_43 = lean_unbox(x_29); +lean_dec(x_29); +lean_ctor_set_uint8(x_41, sizeof(void*)*1 + 1, x_43); +x_44 = lean_unbox(x_40); +lean_dec(x_40); +lean_ctor_set_uint8(x_41, sizeof(void*)*1 + 2, x_44); +x_45 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_41); +return x_45; +} +} +} +} +} +} +} +else +{ +lean_object* x_46; +x_46 = l_Lean_Lsp_instFromJsonImportInfo___closed__2; +return x_46; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonImportInfo___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_Lsp_instFromJsonImportInfo(x_1); +lean_dec(x_1); +return x_2; +} +} +LEAN_EXPORT uint8_t l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -444,11 +778,11 @@ return x_18; } } } -LEAN_EXPORT lean_object* l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_1, x_2); +x_3 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -459,7 +793,7 @@ static lean_object* _init_l_Lean_Lsp_instBEqRefIdent___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285____boxed), 2, 0); return x_1; } } @@ -471,7 +805,7 @@ x_1 = l_Lean_Lsp_instBEqRefIdent___closed__1; return x_1; } } -LEAN_EXPORT uint64_t l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(lean_object* x_1) { +LEAN_EXPORT uint64_t l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(lean_object* x_1) { _start: { if (lean_obj_tag(x_1) == 0) @@ -500,11 +834,11 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398____boxed(lean_object* x_1) { _start: { uint64_t x_2; lean_object* x_3; -x_2 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_1); +x_2 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_1); lean_dec(x_1); x_3 = lean_box_uint64(x_2); return x_3; @@ -514,7 +848,7 @@ static lean_object* _init_l_Lean_Lsp_instHashableRefIdent___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398____boxed), 1, 0); return x_1; } } @@ -529,16 +863,8 @@ return x_1; static lean_object* _init_l_Lean_Lsp_instInhabitedRefIdent___closed__1() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_unchecked("", 0, 0); -return x_1; -} -} -static lean_object* _init_l_Lean_Lsp_instInhabitedRefIdent___closed__2() { -_start: -{ lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Lsp_instInhabitedRefIdent___closed__1; +x_1 = l_Lean_Lsp_instInhabitedImportInfo___closed__1; x_2 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_2, 0, x_1); lean_ctor_set(x_2, 1, x_1); @@ -549,11 +875,11 @@ static lean_object* _init_l_Lean_Lsp_instInhabitedRefIdent() { _start: { lean_object* x_1; -x_1 = l_Lean_Lsp_instInhabitedRefIdent___closed__2; +x_1 = l_Lean_Lsp_instInhabitedRefIdent___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_241_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_472_(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -684,11 +1010,11 @@ return x_30; } } } -LEAN_EXPORT lean_object* l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_241____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_472____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_241_(x_1, x_2); +x_3 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_472_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -699,7 +1025,7 @@ static lean_object* _init_l_Lean_Lsp_instOrdRefIdent___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_241____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_472____boxed), 2, 0); return x_1; } } @@ -711,7 +1037,7 @@ x_1 = l_Lean_Lsp_instOrdRefIdent___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___closed__1() { _start: { lean_object* x_1; @@ -719,25 +1045,25 @@ x_1 = lean_mk_string_unchecked("no inductive constructor matched", 32, 32); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___closed__1; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___closed__1; x_2 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___closed__2; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___closed__2; return x_2; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__1() { _start: { lean_object* x_1; @@ -745,17 +1071,17 @@ x_1 = lean_mk_string_unchecked("n", 1, 1); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__3() { _start: { lean_object* x_1; @@ -763,19 +1089,19 @@ x_1 = lean_mk_string_unchecked("c", 1, 1); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___boxed), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2(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; -x_5 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__2; +x_5 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__2; x_6 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_6, 0, x_5); lean_ctor_set(x_6, 1, x_1); @@ -785,7 +1111,7 @@ lean_ctor_set(x_7, 1, x_6); x_8 = lean_array_mk(x_7); x_9 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_9, 0, x_8); -x_10 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__3; +x_10 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__3; x_11 = lean_unsigned_to_nat(2u); x_12 = l_Lean_Json_parseTagged(x_3, x_10, x_11, x_9); lean_dec(x_9); @@ -796,7 +1122,7 @@ x_13 = !lean_is_exclusive(x_12); if (x_13 == 0) { lean_object* x_14; lean_object* x_15; -x_14 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_14 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_15 = l_Except_orElseLazy___rarg(x_12, x_14); return x_15; } @@ -808,7 +1134,7 @@ lean_inc(x_16); lean_dec(x_12); x_17 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_17, 0, x_16); -x_18 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_18 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_19 = l_Except_orElseLazy___rarg(x_17, x_18); return x_19; } @@ -831,7 +1157,7 @@ x_25 = !lean_is_exclusive(x_24); if (x_25 == 0) { lean_object* x_26; lean_object* x_27; -x_26 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_26 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_27 = l_Except_orElseLazy___rarg(x_24, x_26); return x_27; } @@ -843,7 +1169,7 @@ lean_inc(x_28); lean_dec(x_24); x_29 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_29, 0, x_28); -x_30 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_30 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_31 = l_Except_orElseLazy___rarg(x_29, x_30); return x_31; } @@ -866,7 +1192,7 @@ x_36 = !lean_is_exclusive(x_35); if (x_36 == 0) { lean_object* x_37; lean_object* x_38; -x_37 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_37 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_38 = l_Except_orElseLazy___rarg(x_35, x_37); return x_38; } @@ -878,7 +1204,7 @@ lean_inc(x_39); lean_dec(x_35); x_40 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_40, 0, x_39); -x_41 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_41 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_42 = l_Except_orElseLazy___rarg(x_40, x_41); return x_42; } @@ -895,7 +1221,7 @@ x_45 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_45, 0, x_32); lean_ctor_set(x_45, 1, x_44); lean_ctor_set(x_35, 0, x_45); -x_46 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_46 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_47 = l_Except_orElseLazy___rarg(x_35, x_46); return x_47; } @@ -910,7 +1236,7 @@ lean_ctor_set(x_49, 0, x_32); lean_ctor_set(x_49, 1, x_48); x_50 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_50, 0, x_49); -x_51 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_51 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_52 = l_Except_orElseLazy___rarg(x_50, x_51); return x_52; } @@ -919,7 +1245,7 @@ return x_52; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__1() { _start: { lean_object* x_1; @@ -927,17 +1253,17 @@ x_1 = lean_mk_string_unchecked("m", 1, 1); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__3() { _start: { lean_object* x_1; @@ -945,60 +1271,60 @@ x_1 = lean_mk_string_unchecked("i", 1, 1); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__3; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__4; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__4; 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_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__2; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__5; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__2; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__5; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_1); lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__6; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__6; x_2 = lean_array_mk(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__7; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__7; x_2 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__9() { _start: { lean_object* x_1; @@ -1006,18 +1332,18 @@ x_1 = lean_mk_string_unchecked("f", 1, 1); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647_(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; lean_object* x_7; lean_object* x_8; x_2 = lean_box(0); -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__9; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__9; x_4 = lean_unsigned_to_nat(2u); -x_5 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__8; +x_5 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__8; lean_inc(x_1); x_6 = l_Lean_Json_parseTagged(x_1, x_3, x_4, x_5); -x_7 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__2; -x_8 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___boxed), 4, 3); +x_7 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__2; +x_8 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___boxed), 4, 3); lean_closure_set(x_8, 0, x_2); lean_closure_set(x_8, 1, x_7); lean_closure_set(x_8, 2, x_1); @@ -1143,20 +1469,20 @@ return x_40; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1(x_1); +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___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_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2(x_1, x_2, x_3, x_4); lean_dec(x_4); return x_5; } @@ -1165,7 +1491,7 @@ static lean_object* _init_l_Lean_Lsp_RefIdent_instFromJsonRefIdentJsonRepr___clo _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647_), 1, 0); return x_1; } } @@ -1177,7 +1503,7 @@ x_1 = l_Lean_Lsp_RefIdent_instFromJsonRefIdentJsonRepr___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_toJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_596_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_toJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_827_(lean_object* x_1) { _start: { if (lean_obj_tag(x_1) == 0) @@ -1191,12 +1517,12 @@ x_3 = lean_ctor_get(x_1, 0); x_4 = lean_ctor_get(x_1, 1); x_5 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_5, 0, x_3); -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__1; +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__1; lean_ctor_set(x_1, 1, x_5); lean_ctor_set(x_1, 0, x_6); x_7 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_7, 0, x_4); -x_8 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__1; +x_8 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__1; x_9 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_9, 0, x_8); lean_ctor_set(x_9, 1, x_7); @@ -1208,7 +1534,7 @@ x_12 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_12, 0, x_1); lean_ctor_set(x_12, 1, x_11); x_13 = l_Lean_Json_mkObj(x_12); -x_14 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__3; +x_14 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__3; x_15 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_13); @@ -1228,13 +1554,13 @@ lean_inc(x_18); lean_dec(x_1); x_20 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_20, 0, x_18); -x_21 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__1; +x_21 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__1; x_22 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_22, 0, x_21); lean_ctor_set(x_22, 1, x_20); x_23 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_23, 0, x_19); -x_24 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__1; +x_24 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__1; x_25 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_25, 0, x_24); lean_ctor_set(x_25, 1, x_23); @@ -1246,7 +1572,7 @@ x_28 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_28, 0, x_22); lean_ctor_set(x_28, 1, x_27); x_29 = l_Lean_Json_mkObj(x_28); -x_30 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__3; +x_30 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__3; x_31 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_31, 0, x_30); lean_ctor_set(x_31, 1, x_29); @@ -1268,13 +1594,13 @@ x_35 = lean_ctor_get(x_1, 0); x_36 = lean_ctor_get(x_1, 1); x_37 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_37, 0, x_35); -x_38 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__1; +x_38 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__1; lean_ctor_set_tag(x_1, 0); lean_ctor_set(x_1, 1, x_37); lean_ctor_set(x_1, 0, x_38); x_39 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_39, 0, x_36); -x_40 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__3; +x_40 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__3; x_41 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_41, 0, x_40); lean_ctor_set(x_41, 1, x_39); @@ -1286,7 +1612,7 @@ x_44 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_44, 0, x_1); lean_ctor_set(x_44, 1, x_43); x_45 = l_Lean_Json_mkObj(x_44); -x_46 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__9; +x_46 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__9; x_47 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_47, 0, x_46); lean_ctor_set(x_47, 1, x_45); @@ -1306,13 +1632,13 @@ lean_inc(x_50); lean_dec(x_1); x_52 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_52, 0, x_50); -x_53 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__1; +x_53 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__1; x_54 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_54, 0, x_53); lean_ctor_set(x_54, 1, x_52); x_55 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_55, 0, x_51); -x_56 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__3; +x_56 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__3; x_57 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_57, 0, x_56); lean_ctor_set(x_57, 1, x_55); @@ -1324,7 +1650,7 @@ x_60 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_60, 0, x_54); lean_ctor_set(x_60, 1, x_59); x_61 = l_Lean_Json_mkObj(x_60); -x_62 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__9; +x_62 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__9; x_63 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_63, 0, x_62); lean_ctor_set(x_63, 1, x_61); @@ -1341,7 +1667,7 @@ static lean_object* _init_l_Lean_Lsp_RefIdent_instToJsonRefIdentJsonRepr___close _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_toJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_596_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_toJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_827_), 1, 0); return x_1; } } @@ -1455,7 +1781,7 @@ LEAN_EXPORT lean_object* l_Lean_Lsp_RefIdent_fromJson_x3f(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416_(x_1); +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647_(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -1506,7 +1832,7 @@ _start: { lean_object* x_2; lean_object* x_3; x_2 = l_Lean_Lsp_RefIdent_toJsonRepr(x_1); -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_toJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_596_(x_2); +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_toJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_827_(x_2); return x_3; } } @@ -1542,7 +1868,7 @@ x_1 = l_Lean_Lsp_RefIdent_instToJson___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__1() { _start: { lean_object* x_1; @@ -1550,7 +1876,7 @@ x_1 = lean_mk_string_unchecked("name", 4, 4); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__2() { _start: { lean_object* x_1; @@ -1558,7 +1884,7 @@ x_1 = lean_mk_string_unchecked("range", 5, 5); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__3() { _start: { lean_object* x_1; @@ -1566,7 +1892,7 @@ x_1 = lean_mk_string_unchecked("selectionRange", 14, 14); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4() { _start: { lean_object* x_1; lean_object* x_2; @@ -1575,7 +1901,7 @@ x_2 = lean_array_mk(x_1); return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106_(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; 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; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; @@ -1588,7 +1914,7 @@ lean_inc(x_4); lean_dec(x_1); x_5 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_5, 0, x_2); -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__1; +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__1; x_7 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); @@ -1597,7 +1923,7 @@ x_9 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_9, 0, x_7); lean_ctor_set(x_9, 1, x_8); x_10 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_625_(x_3); -x_11 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__2; +x_11 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__2; x_12 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_12, 0, x_11); lean_ctor_set(x_12, 1, x_10); @@ -1605,7 +1931,7 @@ x_13 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_13, 0, x_12); lean_ctor_set(x_13, 1, x_8); x_14 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_625_(x_4); -x_15 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__3; +x_15 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__3; x_16 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_14); @@ -1621,7 +1947,7 @@ lean_ctor_set(x_19, 1, x_18); x_20 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_20, 0, x_9); lean_ctor_set(x_20, 1, x_19); -x_21 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4; +x_21 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; x_22 = l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(x_20, x_21); x_23 = l_Lean_Json_mkObj(x_22); return x_23; @@ -1631,7 +1957,7 @@ static lean_object* _init_l_Lean_Lsp_RefInfo_instToJsonParentDecl___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106_), 1, 0); return x_1; } } @@ -4753,7 +5079,7 @@ x_127 = l_Nat_reprFast(x_3); x_128 = l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4___lambda__1___closed__1; x_129 = lean_string_append(x_128, x_127); lean_dec(x_127); -x_130 = l_Lean_Lsp_instInhabitedRefIdent___closed__1; +x_130 = l_Lean_Lsp_instInhabitedImportInfo___closed__1; x_131 = lean_string_append(x_129, x_130); lean_ctor_set_tag(x_75, 0); lean_ctor_set(x_75, 0, x_131); @@ -4959,7 +5285,7 @@ x_172 = l_Nat_reprFast(x_3); x_173 = l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4___lambda__1___closed__1; x_174 = lean_string_append(x_173, x_172); lean_dec(x_172); -x_175 = l_Lean_Lsp_instInhabitedRefIdent___closed__1; +x_175 = l_Lean_Lsp_instInhabitedImportInfo___closed__1; x_176 = lean_string_append(x_174, x_175); x_177 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_177, 0, x_176); @@ -4980,7 +5306,7 @@ x_178 = l_Nat_reprFast(x_3); x_179 = l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4___lambda__1___closed__1; x_180 = lean_string_append(x_179, x_178); lean_dec(x_178); -x_181 = l_Lean_Lsp_instInhabitedRefIdent___closed__1; +x_181 = l_Lean_Lsp_instInhabitedImportInfo___closed__1; x_182 = lean_string_append(x_180, x_181); lean_ctor_set_tag(x_44, 0); lean_ctor_set(x_44, 0, x_182); @@ -5332,7 +5658,7 @@ x_254 = l_Nat_reprFast(x_3); x_255 = l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4___lambda__1___closed__1; x_256 = lean_string_append(x_255, x_254); lean_dec(x_254); -x_257 = l_Lean_Lsp_instInhabitedRefIdent___closed__1; +x_257 = l_Lean_Lsp_instInhabitedImportInfo___closed__1; x_258 = lean_string_append(x_256, x_257); if (lean_is_scalar(x_214)) { x_259 = lean_alloc_ctor(0, 1, 0); @@ -5357,7 +5683,7 @@ x_260 = l_Nat_reprFast(x_3); x_261 = l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4___lambda__1___closed__1; x_262 = lean_string_append(x_261, x_260); lean_dec(x_260); -x_263 = l_Lean_Lsp_instInhabitedRefIdent___closed__1; +x_263 = l_Lean_Lsp_instInhabitedImportInfo___closed__1; x_264 = lean_string_append(x_262, x_263); x_265 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_265, 0, x_264); @@ -5776,7 +6102,7 @@ x_353 = l_Nat_reprFast(x_3); x_354 = l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4___lambda__1___closed__1; x_355 = lean_string_append(x_354, x_353); lean_dec(x_353); -x_356 = l_Lean_Lsp_instInhabitedRefIdent___closed__1; +x_356 = l_Lean_Lsp_instInhabitedImportInfo___closed__1; x_357 = lean_string_append(x_355, x_356); if (lean_is_scalar(x_313)) { x_358 = lean_alloc_ctor(0, 1, 0); @@ -5801,7 +6127,7 @@ x_359 = l_Nat_reprFast(x_3); x_360 = l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4___lambda__1___closed__1; x_361 = lean_string_append(x_360, x_359); lean_dec(x_359); -x_362 = l_Lean_Lsp_instInhabitedRefIdent___closed__1; +x_362 = l_Lean_Lsp_instInhabitedImportInfo___closed__1; x_363 = lean_string_append(x_361, x_362); if (lean_is_scalar(x_282)) { x_364 = lean_alloc_ctor(0, 1, 0); @@ -5827,7 +6153,7 @@ x_365 = l_Nat_reprFast(x_3); x_366 = l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonRefInfo___spec__4___lambda__1___closed__1; x_367 = lean_string_append(x_366, x_365); lean_dec(x_365); -x_368 = l_Lean_Lsp_instInhabitedRefIdent___closed__1; +x_368 = l_Lean_Lsp_instInhabitedImportInfo___closed__1; x_369 = lean_string_append(x_367, x_368); x_370 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_370, 0, x_369); @@ -8679,7 +9005,7 @@ x_7 = lean_ctor_get(x_3, 1); x_8 = lean_ctor_get(x_3, 2); x_9 = lean_ctor_get(x_3, 3); x_10 = lean_ctor_get(x_3, 4); -x_11 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_241_(x_1, x_7); +x_11 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_472_(x_1, x_7); switch (x_11) { case 0: { @@ -10799,7 +11125,7 @@ lean_inc(x_455); lean_inc(x_454); lean_inc(x_453); lean_dec(x_3); -x_458 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_241_(x_1, x_454); +x_458 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_472_(x_1, x_454); switch (x_458) { case 0: { @@ -12354,44 +12680,301 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__3(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; +x_6 = lean_array_uget(x_3, x_2); +if (lean_obj_tag(x_6) == 4) +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +lean_dec(x_6); +x_8 = lean_unsigned_to_nat(0u); +x_9 = lean_array_uset(x_3, x_2, x_8); +x_10 = lean_array_get_size(x_7); +x_11 = lean_unsigned_to_nat(4u); +x_12 = lean_nat_dec_eq(x_10, x_11); +lean_dec(x_10); +if (x_12 == 0) +{ +lean_object* x_13; +lean_dec(x_9); +lean_dec(x_7); +x_13 = l_Lean_Lsp_instFromJsonImportInfo___closed__2; +return x_13; +} +else +{ +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_14 = lean_array_fget(x_7, x_8); +x_15 = lean_unsigned_to_nat(1u); +x_16 = lean_array_fget(x_7, x_15); +x_17 = lean_unsigned_to_nat(2u); +x_18 = lean_array_fget(x_7, x_17); +x_19 = lean_unsigned_to_nat(3u); +x_20 = lean_array_fget(x_7, x_19); +lean_dec(x_7); +x_21 = l_Lean_Json_getStr_x3f(x_14); +if (lean_obj_tag(x_21) == 0) +{ +uint8_t x_22; +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_16); +lean_dec(x_9); +x_22 = !lean_is_exclusive(x_21); +if (x_22 == 0) +{ +return x_21; +} +else +{ +lean_object* x_23; lean_object* x_24; +x_23 = lean_ctor_get(x_21, 0); +lean_inc(x_23); +lean_dec(x_21); +x_24 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_24, 0, x_23); +return x_24; +} +} +else +{ +lean_object* x_25; lean_object* x_26; +x_25 = lean_ctor_get(x_21, 0); +lean_inc(x_25); +lean_dec(x_21); +x_26 = l_Lean_Json_getBool_x3f(x_16); +lean_dec(x_16); +if (lean_obj_tag(x_26) == 0) +{ +uint8_t x_27; +lean_dec(x_25); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_9); +x_27 = !lean_is_exclusive(x_26); +if (x_27 == 0) +{ +return x_26; +} +else +{ +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_26, 0); +lean_inc(x_28); +lean_dec(x_26); +x_29 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_29, 0, x_28); +return x_29; +} +} +else +{ +lean_object* x_30; lean_object* x_31; +x_30 = lean_ctor_get(x_26, 0); +lean_inc(x_30); +lean_dec(x_26); +x_31 = l_Lean_Json_getBool_x3f(x_18); +lean_dec(x_18); +if (lean_obj_tag(x_31) == 0) +{ +uint8_t x_32; +lean_dec(x_30); +lean_dec(x_25); +lean_dec(x_20); +lean_dec(x_9); +x_32 = !lean_is_exclusive(x_31); +if (x_32 == 0) +{ +return x_31; +} +else +{ +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_31, 0); +lean_inc(x_33); +lean_dec(x_31); +x_34 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_34, 0, x_33); +return x_34; +} +} +else +{ +lean_object* x_35; lean_object* x_36; +x_35 = lean_ctor_get(x_31, 0); +lean_inc(x_35); +lean_dec(x_31); +x_36 = l_Lean_Json_getBool_x3f(x_20); +lean_dec(x_20); +if (lean_obj_tag(x_36) == 0) +{ +uint8_t x_37; +lean_dec(x_35); +lean_dec(x_30); +lean_dec(x_25); +lean_dec(x_9); +x_37 = !lean_is_exclusive(x_36); +if (x_37 == 0) +{ +return x_36; +} +else +{ +lean_object* x_38; lean_object* x_39; +x_38 = lean_ctor_get(x_36, 0); +lean_inc(x_38); +lean_dec(x_36); +x_39 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_39, 0, x_38); +return x_39; +} +} +else +{ +lean_object* x_40; lean_object* x_41; uint8_t x_42; uint8_t x_43; uint8_t x_44; size_t x_45; size_t x_46; lean_object* x_47; +x_40 = lean_ctor_get(x_36, 0); +lean_inc(x_40); +lean_dec(x_36); +x_41 = lean_alloc_ctor(0, 1, 3); +lean_ctor_set(x_41, 0, x_25); +x_42 = lean_unbox(x_30); +lean_dec(x_30); +lean_ctor_set_uint8(x_41, sizeof(void*)*1, x_42); +x_43 = lean_unbox(x_35); +lean_dec(x_35); +lean_ctor_set_uint8(x_41, sizeof(void*)*1 + 1, x_43); +x_44 = lean_unbox(x_40); +lean_dec(x_40); +lean_ctor_set_uint8(x_41, sizeof(void*)*1 + 2, x_44); +x_45 = 1; +x_46 = lean_usize_add(x_2, x_45); +x_47 = lean_array_uset(x_9, x_2, x_41); +x_2 = x_46; +x_3 = x_47; +goto _start; +} +} +} +} +} +} +else +{ +lean_object* x_49; +lean_dec(x_6); +lean_dec(x_3); +x_49 = l_Lean_Lsp_instFromJsonImportInfo___closed__2; +return x_49; +} +} +} +} +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__2(lean_object* x_1) { +_start: +{ +switch (lean_obj_tag(x_1)) { +case 0: +{ +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; +x_2 = lean_unsigned_to_nat(80u); +x_3 = l_Lean_Json_pretty(x_1, x_2); +x_4 = l_Array_fromJson_x3f___at_Lean_Lsp_instFromJsonRefInfo___spec__2___closed__1; +x_5 = lean_string_append(x_4, x_3); +lean_dec(x_3); +x_6 = l_Array_fromJson_x3f___at_Lean_Lsp_instFromJsonRefInfo___spec__2___closed__2; +x_7 = lean_string_append(x_5, x_6); +x_8 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_8, 0, x_7); +return x_8; +} +case 1: +{ +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; +x_9 = lean_unsigned_to_nat(80u); +x_10 = l_Lean_Json_pretty(x_1, x_9); +x_11 = l_Array_fromJson_x3f___at_Lean_Lsp_instFromJsonRefInfo___spec__2___closed__1; +x_12 = lean_string_append(x_11, x_10); +lean_dec(x_10); +x_13 = l_Array_fromJson_x3f___at_Lean_Lsp_instFromJsonRefInfo___spec__2___closed__2; +x_14 = lean_string_append(x_12, x_13); +x_15 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_15, 0, x_14); +return x_15; +} +case 4: +{ +lean_object* x_16; size_t x_17; size_t x_18; lean_object* x_19; +x_16 = lean_ctor_get(x_1, 0); +lean_inc(x_16); +lean_dec(x_1); +x_17 = lean_array_size(x_16); +x_18 = 0; +x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__3(x_17, x_18, x_16); +return x_19; +} +default: +{ +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_unsigned_to_nat(80u); +lean_inc(x_1); +x_21 = l_Lean_Json_pretty(x_1, x_20); +x_22 = !lean_is_exclusive(x_1); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_23 = lean_ctor_get(x_1, 0); +lean_dec(x_23); +x_24 = l_Array_fromJson_x3f___at_Lean_Lsp_instFromJsonRefInfo___spec__2___closed__1; +x_25 = lean_string_append(x_24, x_21); +lean_dec(x_21); +x_26 = l_Array_fromJson_x3f___at_Lean_Lsp_instFromJsonRefInfo___spec__2___closed__2; +x_27 = lean_string_append(x_25, x_26); +lean_ctor_set_tag(x_1, 0); +lean_ctor_set(x_1, 0, x_27); +return x_1; +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_1); +x_28 = l_Array_fromJson_x3f___at_Lean_Lsp_instFromJsonRefInfo___spec__2___closed__1; +x_29 = lean_string_append(x_28, x_21); +lean_dec(x_21); +x_30 = l_Array_fromJson_x3f___at_Lean_Lsp_instFromJsonRefInfo___spec__2___closed__2; +x_31 = lean_string_append(x_29, x_30); +x_32 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_32, 0, x_31); +return x_32; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; x_3 = l_Lean_Json_getObjValD(x_1, x_2); -x_4 = l_Lean_Json_getObj_x3f(x_3); -if (lean_obj_tag(x_4) == 0) -{ -uint8_t x_5; -x_5 = !lean_is_exclusive(x_4); -if (x_5 == 0) -{ +x_4 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__2(x_3); return x_4; } -else -{ -lean_object* x_6; lean_object* x_7; -x_6 = lean_ctor_get(x_4, 0); -lean_inc(x_6); -lean_dec(x_4); -x_7 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_7, 0, x_6); -return x_7; } -} -else -{ -lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_8 = lean_ctor_get(x_4, 0); -lean_inc(x_8); -lean_dec(x_4); -x_9 = lean_box(1); -x_10 = l_Lean_RBNode_foldM___at_Lean_Lsp_instFromJsonModuleRefs___spec__2(x_9, x_8); -return x_10; -} -} -} -LEAN_EXPORT uint8_t l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____lambda__1(lean_object* x_1) { +LEAN_EXPORT uint8_t l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____lambda__1(lean_object* x_1) { _start: { uint8_t x_2; @@ -12399,7 +12982,7 @@ x_2 = 0; return x_2; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__1() { _start: { lean_object* x_1; @@ -12407,7 +12990,7 @@ x_1 = lean_mk_string_unchecked("version", 7, 7); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__2() { _start: { lean_object* x_1; @@ -12415,7 +12998,7 @@ x_1 = lean_mk_string_unchecked("Lean", 4, 4); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__3() { _start: { lean_object* x_1; @@ -12423,45 +13006,45 @@ x_1 = lean_mk_string_unchecked("Lsp", 3, 3); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__4() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("LeanIleanInfoParams", 19, 19); +x_1 = lean_mk_string_unchecked("LeanILeanHeaderInfoParams", 25, 25); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__2; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__3; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__4; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__2; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__3; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__4; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____lambda__1___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____lambda__1___boxed), 1, 0); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__5; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__5; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__8() { _start: { lean_object* x_1; @@ -12469,48 +13052,48 @@ x_1 = lean_mk_string_unchecked(".", 1, 1); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__7; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__8; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__7; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__11() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__10; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__10; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__9; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__11; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__9; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13() { _start: { lean_object* x_1; @@ -12518,70 +13101,70 @@ x_1 = lean_mk_string_unchecked(": ", 2, 2); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__12; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__12; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__15() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("references", 10, 10); +x_1 = lean_mk_string_unchecked("directImports", 13, 13); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__16() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__15; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__17() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__17() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__16; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__16; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__18() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__9; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__17; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__9; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__17; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__19() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__18; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__18; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__1; lean_inc(x_1); x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_278____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) @@ -12593,7 +13176,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__14; +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__14; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -12605,7 +13188,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__14; +x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__14; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -12619,8 +13202,8 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; x_12 = lean_ctor_get(x_3, 0); lean_inc(x_12); lean_dec(x_3); -x_13 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__15; -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____spec__1(x_1, x_13); +x_13 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__15; +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -12630,7 +13213,7 @@ if (x_15 == 0) { lean_object* x_16; lean_object* x_17; lean_object* x_18; x_16 = lean_ctor_get(x_14, 0); -x_17 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__19; +x_17 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__19; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -12642,7 +13225,7 @@ lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; x_19 = lean_ctor_get(x_14, 0); lean_inc(x_19); lean_dec(x_14); -x_20 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__19; +x_20 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__19; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -12681,30 +13264,451 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__3___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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__3(x_4, x_5, x_3); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____lambda__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____lambda__1___boxed(lean_object* x_1) { _start: { uint8_t x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____lambda__1(x_1); +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____lambda__1(x_1); lean_dec(x_1); x_3 = lean_box(x_2); return x_3; } } +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanILeanHeaderInfoParams___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376_), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instFromJsonLeanILeanHeaderInfoParams() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instFromJsonLeanILeanHeaderInfoParams___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482____spec__2(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) +{ +return x_3; +} +else +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; uint8_t 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; size_t x_23; size_t x_24; lean_object* x_25; +x_5 = lean_array_uget(x_3, x_2); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_array_uset(x_3, x_2, x_6); +x_8 = lean_ctor_get(x_5, 0); +lean_inc(x_8); +x_9 = lean_ctor_get_uint8(x_5, sizeof(void*)*1); +x_10 = lean_ctor_get_uint8(x_5, sizeof(void*)*1 + 1); +x_11 = lean_ctor_get_uint8(x_5, sizeof(void*)*1 + 2); +lean_dec(x_5); +x_12 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_12, 0, x_8); +x_13 = lean_alloc_ctor(1, 0, 1); +lean_ctor_set_uint8(x_13, 0, x_9); +x_14 = lean_alloc_ctor(1, 0, 1); +lean_ctor_set_uint8(x_14, 0, x_10); +x_15 = lean_alloc_ctor(1, 0, 1); +lean_ctor_set_uint8(x_15, 0, x_11); +x_16 = lean_box(0); +x_17 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); +x_18 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_18, 0, x_14); +lean_ctor_set(x_18, 1, x_17); +x_19 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_19, 0, x_13); +lean_ctor_set(x_19, 1, x_18); +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_12); +lean_ctor_set(x_20, 1, x_19); +x_21 = lean_array_mk(x_20); +x_22 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_22, 0, x_21); +x_23 = 1; +x_24 = lean_usize_add(x_2, x_23); +x_25 = lean_array_uset(x_7, x_2, x_22); +x_2 = x_24; +x_3 = x_25; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482____spec__1(lean_object* x_1) { +_start: +{ +size_t x_2; size_t x_3; lean_object* x_4; lean_object* x_5; +x_2 = lean_array_size(x_1); +x_3 = 0; +x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482____spec__2(x_2, x_3, x_1); +x_5 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_5, 0, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482_(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; 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; lean_object* x_18; +x_2 = lean_ctor_get(x_1, 0); +lean_inc(x_2); +x_3 = l_Lean_JsonNumber_fromNat(x_2); +x_4 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_4, 0, x_3); +x_5 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__1; +x_6 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_6, 0, x_5); +lean_ctor_set(x_6, 1, x_4); +x_7 = lean_box(0); +x_8 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_8, 0, x_6); +lean_ctor_set(x_8, 1, x_7); +x_9 = lean_ctor_get(x_1, 1); +lean_inc(x_9); +lean_dec(x_1); +x_10 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482____spec__1(x_9); +x_11 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__15; +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_10); +x_13 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_7); +x_14 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_7); +x_15 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_15, 0, x_8); +lean_ctor_set(x_15, 1, x_14); +x_16 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; +x_17 = l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(x_15, x_16); +x_18 = l_Lean_Json_mkObj(x_17); +return x_18; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482____spec__2___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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482____spec__2(x_4, x_5, x_3); +return x_6; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanILeanHeaderInfoParams___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482_), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Lsp_instToJsonLeanILeanHeaderInfoParams() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Lsp_instToJsonLeanILeanHeaderInfoParams___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____spec__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; +x_3 = l_Lean_Json_getObjValD(x_1, x_2); +x_4 = l_Lean_Json_getObj_x3f(x_3); +if (lean_obj_tag(x_4) == 0) +{ +uint8_t x_5; +x_5 = !lean_is_exclusive(x_4); +if (x_5 == 0) +{ +return x_4; +} +else +{ +lean_object* x_6; lean_object* x_7; +x_6 = lean_ctor_get(x_4, 0); +lean_inc(x_6); +lean_dec(x_4); +x_7 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_7, 0, x_6); +return x_7; +} +} +else +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_inc(x_8); +lean_dec(x_4); +x_9 = lean_box(1); +x_10 = l_Lean_RBNode_foldM___at_Lean_Lsp_instFromJsonModuleRefs___spec__2(x_9, x_8); +return x_10; +} +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("LeanIleanInfoParams", 19, 19); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__2; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__3; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__1; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__3() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__2; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__3; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__8; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__4; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__11; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__5; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__7() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("references", 10, 10); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__7; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__9() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__8; +x_2 = 1; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__4; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__9; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__10; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559_(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__1; +lean_inc(x_1); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_278____spec__1(x_1, x_2); +if (lean_obj_tag(x_3) == 0) +{ +uint8_t x_4; +lean_dec(x_1); +x_4 = !lean_is_exclusive(x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_3, 0); +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__6; +x_7 = lean_string_append(x_6, x_5); +lean_dec(x_5); +lean_ctor_set(x_3, 0, x_7); +return x_3; +} +else +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_8 = lean_ctor_get(x_3, 0); +lean_inc(x_8); +lean_dec(x_3); +x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__6; +x_10 = lean_string_append(x_9, x_8); +lean_dec(x_8); +x_11 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_11, 0, x_10); +return x_11; +} +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = lean_ctor_get(x_3, 0); +lean_inc(x_12); +lean_dec(x_3); +x_13 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__7; +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____spec__1(x_1, x_13); +if (lean_obj_tag(x_14) == 0) +{ +uint8_t x_15; +lean_dec(x_12); +x_15 = !lean_is_exclusive(x_14); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_14, 0); +x_17 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__11; +x_18 = lean_string_append(x_17, x_16); +lean_dec(x_16); +lean_ctor_set(x_14, 0, x_18); +return x_14; +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_19 = lean_ctor_get(x_14, 0); +lean_inc(x_19); +lean_dec(x_14); +x_20 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__11; +x_21 = lean_string_append(x_20, x_19); +lean_dec(x_19); +x_22 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_22, 0, x_21); +return x_22; +} +} +else +{ +uint8_t x_23; +x_23 = !lean_is_exclusive(x_14); +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_14, 0); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_12); +lean_ctor_set(x_25, 1, x_24); +lean_ctor_set(x_14, 0, x_25); +return x_14; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_14, 0); +lean_inc(x_26); +lean_dec(x_14); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_12); +lean_ctor_set(x_27, 1, x_26); +x_28 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_28, 0, x_27); +return x_28; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____spec__1(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} static lean_object* _init_l_Lean_Lsp_instFromJsonLeanIleanInfoParams___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559_), 1, 0); return x_1; } } @@ -12716,7 +13720,7 @@ x_1 = l_Lean_Lsp_instFromJsonLeanIleanInfoParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2250____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2665____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 0) @@ -14738,7 +15742,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2250_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2665_(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; 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; lean_object* x_18; lean_object* x_19; lean_object* x_20; @@ -14747,7 +15751,7 @@ lean_inc(x_2); x_3 = l_Lean_JsonNumber_fromNat(x_2); x_4 = lean_alloc_ctor(2, 1, 0); lean_ctor_set(x_4, 0, x_3); -x_5 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__1; +x_5 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__1; x_6 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_6, 0, x_5); lean_ctor_set(x_6, 1, x_4); @@ -14760,9 +15764,9 @@ lean_inc(x_9); lean_dec(x_1); x_10 = l_Std_DTreeMap_Internal_Impl_foldrM___at_Lean_Lsp_instToJsonModuleRefs___spec__1(x_7, x_9); lean_dec(x_9); -x_11 = l_List_mapTR_loop___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2250____spec__1(x_7, x_10, x_7); +x_11 = l_List_mapTR_loop___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2665____spec__1(x_7, x_10, x_7); x_12 = l_Lean_Json_mkObj(x_11); -x_13 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__15; +x_13 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__7; x_14 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_14, 0, x_13); lean_ctor_set(x_14, 1, x_12); @@ -14775,7 +15779,7 @@ lean_ctor_set(x_16, 1, x_7); x_17 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_17, 0, x_8); lean_ctor_set(x_17, 1, x_16); -x_18 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4; +x_18 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; x_19 = l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(x_17, x_18); x_20 = l_Lean_Json_mkObj(x_19); return x_20; @@ -14785,7 +15789,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonLeanIleanInfoParams___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2250_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2665_), 1, 0); return x_1; } } @@ -14797,7 +15801,7 @@ x_1 = l_Lean_Lsp_instToJsonLeanIleanInfoParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__3(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__3(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -14852,7 +15856,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__2(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -14892,7 +15896,7 @@ lean_inc(x_16); lean_dec(x_1); x_17 = lean_array_size(x_16); x_18 = 0; -x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__3(x_17, x_18, x_16); +x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__3(x_17, x_18, x_16); return x_19; } default: @@ -14933,16 +15937,16 @@ return x_32; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; x_3 = l_Lean_Json_getObjValD(x_1, x_2); -x_4 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__2(x_3); +x_4 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__2(x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__1() { _start: { lean_object* x_1; @@ -14950,7 +15954,7 @@ x_1 = lean_mk_string_unchecked("importClosure", 13, 13); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__2() { _start: { lean_object* x_1; @@ -14958,85 +15962,85 @@ x_1 = lean_mk_string_unchecked("LeanImportClosureParams", 23, 23); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__2; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__3; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__2; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__2; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__3; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__2; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__3; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__3; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__4; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__8; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__4; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__6; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__6; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__5; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__7; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__5; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__8; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__8; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -15045,7 +16049,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__9; +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -15057,7 +16061,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__9; +x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -15086,7 +16090,7 @@ return x_14; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__3___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; @@ -15094,15 +16098,15 @@ 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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__3(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__3(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } @@ -15111,7 +16115,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonLeanImportClosureParams___close _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734_), 1, 0); return x_1; } } @@ -15123,7 +16127,7 @@ x_1 = l_Lean_Lsp_instFromJsonLeanImportClosureParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2386____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2801____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -15149,24 +16153,24 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2386____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2801____spec__1(lean_object* x_1) { _start: { size_t x_2; size_t x_3; lean_object* x_4; lean_object* x_5; x_2 = lean_array_size(x_1); x_3 = 0; -x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2386____spec__2(x_2, x_3, x_1); +x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2801____spec__2(x_2, x_3, x_1); x_5 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_5, 0, x_4); return x_5; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2386_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2801_(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; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_2 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2386____spec__1(x_1); -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__1; +x_2 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2801____spec__1(x_1); +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__1; x_4 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_4, 0, x_3); lean_ctor_set(x_4, 1, x_2); @@ -15177,13 +16181,13 @@ lean_ctor_set(x_6, 1, x_5); x_7 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); -x_8 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4; +x_8 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; x_9 = l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(x_7, x_8); x_10 = l_Lean_Json_mkObj(x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2386____spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2801____spec__2___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; @@ -15191,7 +16195,7 @@ 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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2386____spec__2(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2801____spec__2(x_4, x_5, x_3); return x_6; } } @@ -15199,7 +16203,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonLeanImportClosureParams___closed_ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2386_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2801_), 1, 0); return x_1; } } @@ -15211,7 +16215,7 @@ x_1 = l_Lean_Lsp_instToJsonLeanImportClosureParams___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__1() { _start: { lean_object* x_1; @@ -15219,7 +16223,7 @@ x_1 = lean_mk_string_unchecked("staleDependency", 15, 15); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__2() { _start: { lean_object* x_1; @@ -15227,84 +16231,84 @@ x_1 = lean_mk_string_unchecked("LeanStaleDependencyParams", 25, 25); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__2; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__3; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__2; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__2; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__3; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__2; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__3; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__3; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__4; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__8; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__4; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__6; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__6; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__5; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__7; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__5; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__8; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__8; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__1; x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1078____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { @@ -15314,7 +16318,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__9; +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -15326,7 +16330,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__9; +x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -15359,7 +16363,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonLeanStaleDependencyParams___clo _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855_), 1, 0); return x_1; } } @@ -15371,13 +16375,13 @@ x_1 = l_Lean_Lsp_instFromJsonLeanStaleDependencyParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2507_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2922_(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; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__1; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__1; x_4 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_4, 0, x_3); lean_ctor_set(x_4, 1, x_2); @@ -15388,7 +16392,7 @@ lean_ctor_set(x_6, 1, x_5); x_7 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); -x_8 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4; +x_8 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; x_9 = l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(x_7, x_8); x_10 = l_Lean_Json_mkObj(x_9); return x_10; @@ -15398,7 +16402,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonLeanStaleDependencyParams___close _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2507_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2922_), 1, 0); return x_1; } } @@ -15410,7 +16414,7 @@ x_1 = l_Lean_Lsp_instToJsonLeanStaleDependencyParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -15465,7 +16469,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____spec__1(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -15505,7 +16509,7 @@ lean_inc(x_16); lean_dec(x_1); x_17 = lean_array_size(x_16); x_18 = 0; -x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____spec__2(x_17, x_18, x_16); +x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____spec__2(x_17, x_18, x_16); return x_19; } default: @@ -15546,7 +16550,7 @@ return x_32; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__1() { _start: { lean_object* x_1; @@ -15554,17 +16558,17 @@ x_1 = lean_mk_string_unchecked("namespace", 9, 9); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__3() { _start: { lean_object* x_1; @@ -15572,17 +16576,17 @@ x_1 = lean_mk_string_unchecked("exceptions", 10, 10); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__3; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__5() { _start: { lean_object* x_1; @@ -15590,22 +16594,22 @@ x_1 = lean_mk_string_unchecked("allExcept", 9, 9); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { 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; -x_4 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__4; +x_4 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__4; x_5 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_5, 0, x_4); lean_ctor_set(x_5, 1, x_1); -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__2; +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__2; x_7 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); x_8 = lean_array_mk(x_7); x_9 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_9, 0, x_8); -x_10 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__5; +x_10 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__5; x_11 = lean_unsigned_to_nat(2u); x_12 = l_Lean_Json_parseTagged(x_2, x_10, x_11, x_9); lean_dec(x_9); @@ -15616,7 +16620,7 @@ x_13 = !lean_is_exclusive(x_12); if (x_13 == 0) { lean_object* x_14; lean_object* x_15; -x_14 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_14 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_15 = l_Except_orElseLazy___rarg(x_12, x_14); return x_15; } @@ -15628,7 +16632,7 @@ lean_inc(x_16); lean_dec(x_12); x_17 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_17, 0, x_16); -x_18 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_18 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_19 = l_Except_orElseLazy___rarg(x_17, x_18); return x_19; } @@ -15651,7 +16655,7 @@ x_25 = !lean_is_exclusive(x_24); if (x_25 == 0) { lean_object* x_26; lean_object* x_27; -x_26 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_26 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_27 = l_Except_orElseLazy___rarg(x_24, x_26); return x_27; } @@ -15663,7 +16667,7 @@ lean_inc(x_28); lean_dec(x_24); x_29 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_29, 0, x_28); -x_30 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_30 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_31 = l_Except_orElseLazy___rarg(x_29, x_30); return x_31; } @@ -15677,7 +16681,7 @@ lean_dec(x_24); x_33 = lean_unsigned_to_nat(1u); x_34 = lean_array_get(x_21, x_20, x_33); lean_dec(x_20); -x_35 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____spec__1(x_34); +x_35 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____spec__1(x_34); if (lean_obj_tag(x_35) == 0) { uint8_t x_36; @@ -15686,7 +16690,7 @@ x_36 = !lean_is_exclusive(x_35); if (x_36 == 0) { lean_object* x_37; lean_object* x_38; -x_37 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_37 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_38 = l_Except_orElseLazy___rarg(x_35, x_37); return x_38; } @@ -15698,7 +16702,7 @@ lean_inc(x_39); lean_dec(x_35); x_40 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_40, 0, x_39); -x_41 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_41 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_42 = l_Except_orElseLazy___rarg(x_40, x_41); return x_42; } @@ -15715,7 +16719,7 @@ x_45 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_45, 0, x_32); lean_ctor_set(x_45, 1, x_44); lean_ctor_set(x_35, 0, x_45); -x_46 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_46 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_47 = l_Except_orElseLazy___rarg(x_35, x_46); return x_47; } @@ -15730,7 +16734,7 @@ lean_ctor_set(x_49, 0, x_32); lean_ctor_set(x_49, 1, x_48); x_50 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_50, 0, x_49); -x_51 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4; +x_51 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4; x_52 = l_Except_orElseLazy___rarg(x_50, x_51); return x_52; } @@ -15739,7 +16743,7 @@ return x_52; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__1() { _start: { lean_object* x_1; @@ -15747,17 +16751,17 @@ x_1 = lean_mk_string_unchecked("from", 4, 4); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__3() { _start: { lean_object* x_1; @@ -15765,60 +16769,60 @@ x_1 = lean_mk_string_unchecked("to", 2, 2); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__3; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__4; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__4; 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_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__2; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__5; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__2; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__5; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_1); lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__6; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__6; x_2 = lean_array_mk(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__7; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__7; x_2 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__9() { _start: { lean_object* x_1; @@ -15826,17 +16830,17 @@ x_1 = lean_mk_string_unchecked("renamed", 7, 7); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007_(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; lean_object* x_7; x_2 = lean_box(0); -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__9; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__9; x_4 = lean_unsigned_to_nat(2u); -x_5 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__8; +x_5 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__8; lean_inc(x_1); x_6 = l_Lean_Json_parseTagged(x_1, x_3, x_4, x_5); -x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___boxed), 3, 2); lean_closure_set(x_7, 0, x_2); lean_closure_set(x_7, 1, x_1); if (lean_obj_tag(x_6) == 0) @@ -15961,7 +16965,7 @@ return x_39; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____spec__2___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; @@ -15969,15 +16973,15 @@ 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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____spec__2(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____spec__2(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1(x_1, x_2, x_3); lean_dec(x_3); return x_4; } @@ -15986,7 +16990,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonOpenNamespace___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007_), 1, 0); return x_1; } } @@ -15998,7 +17002,7 @@ x_1 = l_Lean_Lsp_instFromJsonOpenNamespace___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2772____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3187____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -16014,7 +17018,7 @@ x_5 = lean_array_uget(x_3, x_2); x_6 = lean_unsigned_to_nat(0u); x_7 = lean_array_uset(x_3, x_2, x_6); x_8 = 1; -x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_10 = l_Lean_Name_toString(x_5, x_8, x_9); x_11 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_11, 0, x_10); @@ -16027,19 +17031,19 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2772____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3187____spec__1(lean_object* x_1) { _start: { size_t x_2; size_t x_3; lean_object* x_4; lean_object* x_5; x_2 = lean_array_size(x_1); x_3 = 0; -x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2772____spec__2(x_2, x_3, x_1); +x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3187____spec__2(x_2, x_3, x_1); x_5 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_5, 0, x_4); return x_5; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2772_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3187_(lean_object* x_1) { _start: { if (lean_obj_tag(x_1) == 0) @@ -16052,15 +17056,15 @@ lean_object* x_3; lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_3 = lean_ctor_get(x_1, 0); x_4 = lean_ctor_get(x_1, 1); x_5 = 1; -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_7 = l_Lean_Name_toString(x_3, x_5, x_6); x_8 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_8, 0, x_7); -x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__1; +x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__1; lean_ctor_set(x_1, 1, x_8); lean_ctor_set(x_1, 0, x_9); -x_10 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2772____spec__1(x_4); -x_11 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__3; +x_10 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3187____spec__1(x_4); +x_11 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__3; x_12 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_12, 0, x_11); lean_ctor_set(x_12, 1, x_10); @@ -16072,7 +17076,7 @@ x_15 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_15, 0, x_1); lean_ctor_set(x_15, 1, x_14); x_16 = l_Lean_Json_mkObj(x_15); -x_17 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__5; +x_17 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__5; x_18 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_18, 0, x_17); lean_ctor_set(x_18, 1, x_16); @@ -16091,16 +17095,16 @@ lean_inc(x_22); lean_inc(x_21); lean_dec(x_1); x_23 = 1; -x_24 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_24 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_25 = l_Lean_Name_toString(x_21, x_23, x_24); x_26 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_26, 0, x_25); -x_27 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__1; +x_27 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__1; x_28 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_28, 0, x_27); lean_ctor_set(x_28, 1, x_26); -x_29 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2772____spec__1(x_22); -x_30 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__3; +x_29 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3187____spec__1(x_22); +x_30 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__3; x_31 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_31, 0, x_30); lean_ctor_set(x_31, 1, x_29); @@ -16112,7 +17116,7 @@ x_34 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_34, 0, x_28); lean_ctor_set(x_34, 1, x_33); x_35 = l_Lean_Json_mkObj(x_34); -x_36 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__5; +x_36 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__5; x_37 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_37, 0, x_36); lean_ctor_set(x_37, 1, x_35); @@ -16133,18 +17137,18 @@ lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_44; lean_obje x_41 = lean_ctor_get(x_1, 0); x_42 = lean_ctor_get(x_1, 1); x_43 = 1; -x_44 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_44 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_45 = l_Lean_Name_toString(x_41, x_43, x_44); x_46 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_46, 0, x_45); -x_47 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__1; +x_47 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__1; lean_ctor_set_tag(x_1, 0); lean_ctor_set(x_1, 1, x_46); lean_ctor_set(x_1, 0, x_47); x_48 = l_Lean_Name_toString(x_42, x_43, x_44); x_49 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_49, 0, x_48); -x_50 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__3; +x_50 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__3; x_51 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_51, 0, x_50); lean_ctor_set(x_51, 1, x_49); @@ -16156,7 +17160,7 @@ x_54 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_54, 0, x_1); lean_ctor_set(x_54, 1, x_53); x_55 = l_Lean_Json_mkObj(x_54); -x_56 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__9; +x_56 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__9; x_57 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_57, 0, x_56); lean_ctor_set(x_57, 1, x_55); @@ -16175,18 +17179,18 @@ lean_inc(x_61); lean_inc(x_60); lean_dec(x_1); x_62 = 1; -x_63 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_63 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_64 = l_Lean_Name_toString(x_60, x_62, x_63); x_65 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_65, 0, x_64); -x_66 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__1; +x_66 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__1; x_67 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_67, 0, x_66); lean_ctor_set(x_67, 1, x_65); x_68 = l_Lean_Name_toString(x_61, x_62, x_63); x_69 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_69, 0, x_68); -x_70 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__3; +x_70 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__3; x_71 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_71, 0, x_70); lean_ctor_set(x_71, 1, x_69); @@ -16198,7 +17202,7 @@ x_74 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_74, 0, x_67); lean_ctor_set(x_74, 1, x_73); x_75 = l_Lean_Json_mkObj(x_74); -x_76 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__9; +x_76 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__9; x_77 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_77, 0, x_76); lean_ctor_set(x_77, 1, x_75); @@ -16211,7 +17215,7 @@ return x_79; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2772____spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3187____spec__2___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; @@ -16219,7 +17223,7 @@ 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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2772____spec__2(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3187____spec__2(x_4, x_5, x_3); return x_6; } } @@ -16227,7 +17231,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonOpenNamespace___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2772_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3187_), 1, 0); return x_1; } } @@ -16239,7 +17243,7 @@ x_1 = l_Lean_Lsp_instToJsonOpenNamespace___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__3(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__3(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -16257,7 +17261,7 @@ lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; 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 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592_(x_6); +x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007_(x_6); if (lean_obj_tag(x_9) == 0) { uint8_t x_10; @@ -16294,7 +17298,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__2(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -16334,7 +17338,7 @@ lean_inc(x_16); lean_dec(x_1); x_17 = lean_array_size(x_16); x_18 = 0; -x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__3(x_17, x_18, x_16); +x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__3(x_17, x_18, x_16); return x_19; } default: @@ -16375,16 +17379,16 @@ return x_32; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; x_3 = l_Lean_Json_getObjValD(x_1, x_2); -x_4 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__2(x_3); +x_4 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__2(x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__1() { _start: { lean_object* x_1; @@ -16392,7 +17396,7 @@ x_1 = lean_mk_string_unchecked("identifier", 10, 10); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__2() { _start: { lean_object* x_1; @@ -16400,80 +17404,80 @@ x_1 = lean_mk_string_unchecked("LeanModuleQuery", 15, 15); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__2; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__3; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__2; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__2; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__3; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__2; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__3; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__3; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__4; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__8; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__4; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__6; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__6; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__5; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__7; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__5; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__8; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__8; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__10() { _start: { lean_object* x_1; @@ -16481,52 +17485,52 @@ x_1 = lean_mk_string_unchecked("openNamespaces", 14, 14); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__10; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__11; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__11; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__5; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__12; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__5; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__13; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__13; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__1; lean_inc(x_1); x_3 = l_Lean_Json_getObjValAs_x3f___at_Lean_JsonRpc_instFromJsonMessage___spec__3(x_1, x_2); if (lean_obj_tag(x_3) == 0) @@ -16538,7 +17542,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__9; +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -16550,7 +17554,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__9; +x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -16564,8 +17568,8 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; x_12 = lean_ctor_get(x_3, 0); lean_inc(x_12); lean_dec(x_3); -x_13 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__10; -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__1(x_1, x_13); +x_13 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__10; +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -16575,7 +17579,7 @@ if (x_15 == 0) { lean_object* x_16; lean_object* x_17; lean_object* x_18; x_16 = lean_ctor_get(x_14, 0); -x_17 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__14; +x_17 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__14; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -16587,7 +17591,7 @@ lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; x_19 = lean_ctor_get(x_14, 0); lean_inc(x_19); lean_dec(x_14); -x_20 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__14; +x_20 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__14; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -16626,7 +17630,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__3___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; @@ -16634,15 +17638,15 @@ 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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__3(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__3(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } @@ -16651,7 +17655,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonLeanModuleQuery___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310_), 1, 0); return x_1; } } @@ -16663,7 +17667,7 @@ x_1 = l_Lean_Lsp_instFromJsonLeanModuleQuery___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3001____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3416____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -16678,7 +17682,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x x_5 = lean_array_uget(x_3, x_2); x_6 = lean_unsigned_to_nat(0u); x_7 = lean_array_uset(x_3, x_2, x_6); -x_8 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2772_(x_5); +x_8 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3187_(x_5); x_9 = 1; x_10 = lean_usize_add(x_2, x_9); x_11 = lean_array_uset(x_7, x_2, x_8); @@ -16688,19 +17692,19 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3001____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3416____spec__1(lean_object* x_1) { _start: { size_t x_2; size_t x_3; lean_object* x_4; lean_object* x_5; x_2 = lean_array_size(x_1); x_3 = 0; -x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3001____spec__2(x_2, x_3, x_1); +x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3416____spec__2(x_2, x_3, x_1); x_5 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_5, 0, x_4); return x_5; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3001_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3416_(lean_object* x_1) { _start: { uint8_t x_2; @@ -16712,15 +17716,15 @@ x_3 = lean_ctor_get(x_1, 0); x_4 = lean_ctor_get(x_1, 1); x_5 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_5, 0, x_3); -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__1; +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__1; lean_ctor_set(x_1, 1, x_5); lean_ctor_set(x_1, 0, x_6); x_7 = lean_box(0); x_8 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_8, 0, x_1); lean_ctor_set(x_8, 1, x_7); -x_9 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3001____spec__1(x_4); -x_10 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__10; +x_9 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3416____spec__1(x_4); +x_10 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__10; x_11 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -16733,7 +17737,7 @@ lean_ctor_set(x_13, 1, x_7); x_14 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_14, 0, x_8); lean_ctor_set(x_14, 1, x_13); -x_15 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4; +x_15 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; x_16 = l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(x_14, x_15); x_17 = l_Lean_Json_mkObj(x_16); return x_17; @@ -16748,7 +17752,7 @@ lean_inc(x_18); lean_dec(x_1); x_20 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_20, 0, x_18); -x_21 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__1; +x_21 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__1; x_22 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_22, 0, x_21); lean_ctor_set(x_22, 1, x_20); @@ -16756,8 +17760,8 @@ x_23 = lean_box(0); x_24 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_24, 0, x_22); lean_ctor_set(x_24, 1, x_23); -x_25 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3001____spec__1(x_19); -x_26 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__10; +x_25 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3416____spec__1(x_19); +x_26 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__10; x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); lean_ctor_set(x_27, 1, x_25); @@ -16770,14 +17774,14 @@ lean_ctor_set(x_29, 1, x_23); x_30 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_30, 0, x_24); lean_ctor_set(x_30, 1, x_29); -x_31 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4; +x_31 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; x_32 = l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(x_30, x_31); x_33 = l_Lean_Json_mkObj(x_32); return x_33; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3001____spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3416____spec__2___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; @@ -16785,7 +17789,7 @@ 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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3001____spec__2(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3416____spec__2(x_4, x_5, x_3); return x_6; } } @@ -16793,7 +17797,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonLeanModuleQuery___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3001_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3416_), 1, 0); return x_1; } } @@ -16805,7 +17809,7 @@ x_1 = l_Lean_Lsp_instToJsonLeanModuleQuery___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__3(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__3(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -16823,7 +17827,7 @@ lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; 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 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895_(x_6); +x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310_(x_6); if (lean_obj_tag(x_9) == 0) { uint8_t x_10; @@ -16860,7 +17864,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__2(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -16900,7 +17904,7 @@ lean_inc(x_16); lean_dec(x_1); x_17 = lean_array_size(x_16); x_18 = 0; -x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__3(x_17, x_18, x_16); +x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__3(x_17, x_18, x_16); return x_19; } default: @@ -16941,16 +17945,16 @@ return x_32; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; x_3 = l_Lean_Json_getObjValD(x_1, x_2); -x_4 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__2(x_3); +x_4 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__2(x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__1() { _start: { lean_object* x_1; @@ -16958,7 +17962,7 @@ x_1 = lean_mk_string_unchecked("sourceRequestID", 15, 15); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__2() { _start: { lean_object* x_1; @@ -16966,80 +17970,80 @@ x_1 = lean_mk_string_unchecked("LeanQueryModuleParams", 21, 21); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__2; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__3; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__2; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__2; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__3; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__2; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__3; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__3; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__4; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__8; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__4; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__6; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__6; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__5; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__7; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__5; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__8; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__8; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__10() { _start: { lean_object* x_1; @@ -17047,52 +18051,52 @@ x_1 = lean_mk_string_unchecked("queries", 7, 7); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__10; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__11; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__11; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__5; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__12; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__5; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__13; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__13; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__1; lean_inc(x_1); x_3 = l_Lean_Json_getObjValAs_x3f___at_Lean_JsonRpc_instFromJsonMessage___spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) @@ -17104,7 +18108,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__9; +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -17116,7 +18120,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__9; +x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -17130,8 +18134,8 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; x_12 = lean_ctor_get(x_3, 0); lean_inc(x_12); lean_dec(x_3); -x_13 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__10; -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__1(x_1, x_13); +x_13 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__10; +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -17141,7 +18145,7 @@ if (x_15 == 0) { lean_object* x_16; lean_object* x_17; lean_object* x_18; x_16 = lean_ctor_get(x_14, 0); -x_17 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__14; +x_17 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__14; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -17153,7 +18157,7 @@ lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; x_19 = lean_ctor_get(x_14, 0); lean_inc(x_19); lean_dec(x_14); -x_20 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__14; +x_20 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__14; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -17192,7 +18196,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__3___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; @@ -17200,15 +18204,15 @@ 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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__3(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__3(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } @@ -17217,7 +18221,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonLeanQueryModuleParams___closed_ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494_), 1, 0); return x_1; } } @@ -17229,7 +18233,7 @@ x_1 = l_Lean_Lsp_instFromJsonLeanQueryModuleParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -17244,7 +18248,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x x_5 = lean_array_uget(x_3, x_2); x_6 = lean_unsigned_to_nat(0u); x_7 = lean_array_uset(x_3, x_2, x_6); -x_8 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3001_(x_5); +x_8 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3416_(x_5); x_9 = 1; x_10 = lean_usize_add(x_2, x_9); x_11 = lean_array_uset(x_7, x_2, x_8); @@ -17254,23 +18258,23 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____spec__1(lean_object* x_1) { _start: { size_t x_2; size_t x_3; lean_object* x_4; lean_object* x_5; x_2 = lean_array_size(x_1); x_3 = 0; -x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____spec__2(x_2, x_3, x_1); +x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____spec__2(x_2, x_3, x_1); x_5 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_5, 0, x_4); return x_5; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__1; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__1; x_2 = lean_box(0); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -17278,19 +18282,19 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____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___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600_(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; lean_object* x_7; lean_object* x_8; lean_object* x_9; @@ -17300,8 +18304,8 @@ x_3 = lean_box(0); x_4 = lean_ctor_get(x_1, 1); lean_inc(x_4); lean_dec(x_1); -x_5 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____spec__1(x_4); -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__10; +x_5 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____spec__1(x_4); +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__10; x_7 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); @@ -17320,7 +18324,7 @@ if (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_ctor_set_tag(x_2, 3); -x_11 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__1; +x_11 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__1; x_12 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_12, 0, x_11); lean_ctor_set(x_12, 1, x_2); @@ -17330,7 +18334,7 @@ lean_ctor_set(x_13, 1, x_3); x_14 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_14, 0, x_13); lean_ctor_set(x_14, 1, x_9); -x_15 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4; +x_15 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; x_16 = l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(x_14, x_15); x_17 = l_Lean_Json_mkObj(x_16); return x_17; @@ -17343,7 +18347,7 @@ lean_inc(x_18); lean_dec(x_2); x_19 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_19, 0, x_18); -x_20 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__1; +x_20 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__1; x_21 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_21, 0, x_20); lean_ctor_set(x_21, 1, x_19); @@ -17353,7 +18357,7 @@ lean_ctor_set(x_22, 1, x_3); x_23 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_23, 0, x_22); lean_ctor_set(x_23, 1, x_9); -x_24 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4; +x_24 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; x_25 = l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(x_23, x_24); x_26 = l_Lean_Json_mkObj(x_25); return x_26; @@ -17367,7 +18371,7 @@ if (x_27 == 0) { 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_ctor_set_tag(x_2, 2); -x_28 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__1; +x_28 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__1; x_29 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_29, 0, x_28); lean_ctor_set(x_29, 1, x_2); @@ -17377,7 +18381,7 @@ lean_ctor_set(x_30, 1, x_3); x_31 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_31, 0, x_30); lean_ctor_set(x_31, 1, x_9); -x_32 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4; +x_32 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; x_33 = l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(x_31, x_32); x_34 = l_Lean_Json_mkObj(x_33); return x_34; @@ -17390,7 +18394,7 @@ lean_inc(x_35); lean_dec(x_2); x_36 = lean_alloc_ctor(2, 1, 0); lean_ctor_set(x_36, 0, x_35); -x_37 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__1; +x_37 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__1; x_38 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_38, 0, x_37); lean_ctor_set(x_38, 1, x_36); @@ -17400,7 +18404,7 @@ lean_ctor_set(x_39, 1, x_3); x_40 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_40, 0, x_39); lean_ctor_set(x_40, 1, x_9); -x_41 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4; +x_41 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; x_42 = l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(x_40, x_41); x_43 = l_Lean_Json_mkObj(x_42); return x_43; @@ -17409,11 +18413,11 @@ return x_43; default: { lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_44 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____closed__2; +x_44 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____closed__2; x_45 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_45, 0, x_44); lean_ctor_set(x_45, 1, x_9); -x_46 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4; +x_46 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; x_47 = l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(x_45, x_46); x_48 = l_Lean_Json_mkObj(x_47); return x_48; @@ -17421,7 +18425,7 @@ return x_48; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____spec__2___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; @@ -17429,7 +18433,7 @@ 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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____spec__2(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____spec__2(x_4, x_5, x_3); return x_6; } } @@ -17437,7 +18441,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonLeanQueryModuleParams___closed__1 _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600_), 1, 0); return x_1; } } @@ -17449,7 +18453,7 @@ x_1 = l_Lean_Lsp_instToJsonLeanQueryModuleParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; @@ -17458,7 +18462,7 @@ x_4 = l_Lean_Name_fromJson_x3f(x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__1() { _start: { lean_object* x_1; @@ -17466,7 +18470,7 @@ x_1 = lean_mk_string_unchecked("module", 6, 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__2() { _start: { lean_object* x_1; @@ -17474,80 +18478,80 @@ x_1 = lean_mk_string_unchecked("LeanIdentifier", 14, 14); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__2; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__3; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__2; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__2; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__3; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__2; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__3; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__3; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__4; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__8; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__4; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__6; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__6; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__5; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__7; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__5; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__8; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__8; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__10() { _start: { lean_object* x_1; @@ -17555,48 +18559,48 @@ x_1 = lean_mk_string_unchecked("decl", 4, 4); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__10; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__11; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__11; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__5; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__12; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__5; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__13; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__13; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__15() { _start: { lean_object* x_1; @@ -17604,54 +18608,54 @@ x_1 = lean_mk_string_unchecked("isExactMatch", 12, 12); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__16() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__15; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__17() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__17() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__16; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__16; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__18() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__5; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__17; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__5; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__17; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__19() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__18; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__18; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__1; lean_inc(x_1); -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -17661,7 +18665,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__9; +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -17673,7 +18677,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__9; +x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -17687,9 +18691,9 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; x_12 = lean_ctor_get(x_3, 0); lean_inc(x_12); lean_dec(x_3); -x_13 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__10; +x_13 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__10; lean_inc(x_1); -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1(x_1, x_13); +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -17700,7 +18704,7 @@ if (x_15 == 0) { lean_object* x_16; lean_object* x_17; lean_object* x_18; x_16 = lean_ctor_get(x_14, 0); -x_17 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__14; +x_17 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__14; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -17712,7 +18716,7 @@ lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; x_19 = lean_ctor_get(x_14, 0); lean_inc(x_19); lean_dec(x_14); -x_20 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__14; +x_20 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__14; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -17726,7 +18730,7 @@ lean_object* x_23; lean_object* x_24; lean_object* x_25; x_23 = lean_ctor_get(x_14, 0); lean_inc(x_23); lean_dec(x_14); -x_24 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__15; +x_24 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__15; x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2843____spec__1(x_1, x_24); if (lean_obj_tag(x_25) == 0) { @@ -17738,7 +18742,7 @@ if (x_26 == 0) { lean_object* x_27; lean_object* x_28; lean_object* x_29; x_27 = lean_ctor_get(x_25, 0); -x_28 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__19; +x_28 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__19; x_29 = lean_string_append(x_28, x_27); lean_dec(x_27); lean_ctor_set(x_25, 0, x_29); @@ -17750,7 +18754,7 @@ lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; x_30 = lean_ctor_get(x_25, 0); lean_inc(x_30); lean_dec(x_25); -x_31 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__19; +x_31 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__19; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); x_33 = lean_alloc_ctor(0, 1, 0); @@ -17796,11 +18800,11 @@ return x_41; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } @@ -17809,7 +18813,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonLeanIdentifier___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686_), 1, 0); return x_1; } } @@ -17821,18 +18825,18 @@ x_1 = l_Lean_Lsp_instFromJsonLeanIdentifier___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3416_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3831_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t 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; 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; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); x_3 = 1; -x_4 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_4 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_5 = l_Lean_Name_toString(x_2, x_3, x_4); x_6 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_6, 0, x_5); -x_7 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__1; +x_7 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__1; x_8 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_8, 0, x_7); lean_ctor_set(x_8, 1, x_6); @@ -17845,7 +18849,7 @@ lean_inc(x_11); x_12 = l_Lean_Name_toString(x_11, x_3, x_4); x_13 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_13, 0, x_12); -x_14 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__10; +x_14 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__10; x_15 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_13); @@ -17856,7 +18860,7 @@ x_17 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); lean_dec(x_1); x_18 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_18, 0, x_17); -x_19 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__15; +x_19 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__15; x_20 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_20, 0, x_19); lean_ctor_set(x_20, 1, x_18); @@ -17872,7 +18876,7 @@ lean_ctor_set(x_23, 1, x_22); x_24 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_24, 0, x_10); lean_ctor_set(x_24, 1, x_23); -x_25 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4; +x_25 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; x_26 = l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(x_24, x_25); x_27 = l_Lean_Json_mkObj(x_26); return x_27; @@ -17882,7 +18886,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonLeanIdentifier___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3416_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3831_), 1, 0); return x_1; } } @@ -17894,7 +18898,7 @@ x_1 = l_Lean_Lsp_instToJsonLeanIdentifier___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__4(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__4(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -17912,7 +18916,7 @@ lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; 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 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271_(x_6); +x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686_(x_6); if (lean_obj_tag(x_9) == 0) { uint8_t x_10; @@ -17949,7 +18953,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__3(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__3(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -17989,7 +18993,7 @@ lean_inc(x_16); lean_dec(x_1); x_17 = lean_array_size(x_16); x_18 = 0; -x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__4(x_17, x_18, x_16); +x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__4(x_17, x_18, x_16); return x_19; } default: @@ -18030,7 +19034,7 @@ return x_32; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__5(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__5(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -18048,7 +19052,7 @@ lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; 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 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__3(x_6); +x_9 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__3(x_6); if (lean_obj_tag(x_9) == 0) { uint8_t x_10; @@ -18085,7 +19089,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__2(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -18125,7 +19129,7 @@ lean_inc(x_16); lean_dec(x_1); x_17 = lean_array_size(x_16); x_18 = 0; -x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__5(x_17, x_18, x_16); +x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__5(x_17, x_18, x_16); return x_19; } default: @@ -18166,16 +19170,16 @@ return x_32; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; x_3 = l_Lean_Json_getObjValD(x_1, x_2); -x_4 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__2(x_3); +x_4 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__2(x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__1() { _start: { lean_object* x_1; @@ -18183,7 +19187,7 @@ x_1 = lean_mk_string_unchecked("queryResults", 12, 12); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__2() { _start: { lean_object* x_1; @@ -18191,85 +19195,85 @@ x_1 = lean_mk_string_unchecked("LeanQueryModuleResponse", 23, 23); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__2; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__3; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__2; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__2; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__3; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__2; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__3; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__3; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__4; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__8; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__4; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__1; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__6; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__6; x_2 = 1; -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6; +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__5; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__7; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__5; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__8; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13; +x_1 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__8; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -18278,7 +19282,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__9; +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -18290,7 +19294,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__9; +x_9 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -18319,7 +19323,7 @@ return x_14; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__4___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; @@ -18327,11 +19331,11 @@ 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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__4(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__4(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__5___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; @@ -18339,15 +19343,15 @@ 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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__5(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__5(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } @@ -18356,7 +19360,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonLeanQueryModuleResponse___close _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919_), 1, 0); return x_1; } } @@ -18368,7 +19372,7 @@ x_1 = l_Lean_Lsp_instFromJsonLeanQueryModuleResponse___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__3(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__3(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -18383,7 +19387,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x x_5 = lean_array_uget(x_3, x_2); x_6 = lean_unsigned_to_nat(0u); x_7 = lean_array_uset(x_3, x_2, x_6); -x_8 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3416_(x_5); +x_8 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3831_(x_5); x_9 = 1; x_10 = lean_usize_add(x_2, x_9); x_11 = lean_array_uset(x_7, x_2, x_8); @@ -18393,19 +19397,19 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__2(lean_object* x_1) { _start: { size_t x_2; size_t x_3; lean_object* x_4; lean_object* x_5; x_2 = lean_array_size(x_1); x_3 = 0; -x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__3(x_2, x_3, x_1); +x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__3(x_2, x_3, x_1); x_5 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_5, 0, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__4(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__4(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -18420,7 +19424,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x x_5 = lean_array_uget(x_3, x_2); x_6 = lean_unsigned_to_nat(0u); x_7 = lean_array_uset(x_3, x_2, x_6); -x_8 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__2(x_5); +x_8 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__2(x_5); x_9 = 1; x_10 = lean_usize_add(x_2, x_9); x_11 = lean_array_uset(x_7, x_2, x_8); @@ -18430,24 +19434,24 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__1(lean_object* x_1) { _start: { size_t x_2; size_t x_3; lean_object* x_4; lean_object* x_5; x_2 = lean_array_size(x_1); x_3 = 0; -x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__4(x_2, x_3, x_1); +x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__4(x_2, x_3, x_1); x_5 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_5, 0, x_4); return x_5; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986_(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; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_2 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__1(x_1); -x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__1; +x_2 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__1(x_1); +x_3 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__1; x_4 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_4, 0, x_3); lean_ctor_set(x_4, 1, x_2); @@ -18458,13 +19462,13 @@ lean_ctor_set(x_6, 1, x_5); x_7 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); -x_8 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4; +x_8 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4; x_9 = l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_226____spec__1(x_7, x_8); x_10 = l_Lean_Json_mkObj(x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__3___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; @@ -18472,11 +19476,11 @@ 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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__3(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__3(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__4___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; @@ -18484,7 +19488,7 @@ 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_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571____spec__4(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986____spec__4(x_4, x_5, x_3); return x_6; } } @@ -18492,7 +19496,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonLeanQueryModuleResponse___closed_ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986_), 1, 0); return x_1; } } @@ -18542,6 +19546,16 @@ lean_dec_ref(res); res = initialize_Std_Data_TreeMap(builtin, lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); +l_Lean_Lsp_instInhabitedImportInfo___closed__1 = _init_l_Lean_Lsp_instInhabitedImportInfo___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instInhabitedImportInfo___closed__1); +l_Lean_Lsp_instInhabitedImportInfo___closed__2 = _init_l_Lean_Lsp_instInhabitedImportInfo___closed__2(); +lean_mark_persistent(l_Lean_Lsp_instInhabitedImportInfo___closed__2); +l_Lean_Lsp_instInhabitedImportInfo = _init_l_Lean_Lsp_instInhabitedImportInfo(); +lean_mark_persistent(l_Lean_Lsp_instInhabitedImportInfo); +l_Lean_Lsp_instFromJsonImportInfo___closed__1 = _init_l_Lean_Lsp_instFromJsonImportInfo___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonImportInfo___closed__1); +l_Lean_Lsp_instFromJsonImportInfo___closed__2 = _init_l_Lean_Lsp_instFromJsonImportInfo___closed__2(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonImportInfo___closed__2); l_Lean_Lsp_instBEqRefIdent___closed__1 = _init_l_Lean_Lsp_instBEqRefIdent___closed__1(); lean_mark_persistent(l_Lean_Lsp_instBEqRefIdent___closed__1); l_Lean_Lsp_instBEqRefIdent = _init_l_Lean_Lsp_instBEqRefIdent(); @@ -18552,44 +19566,42 @@ l_Lean_Lsp_instHashableRefIdent = _init_l_Lean_Lsp_instHashableRefIdent(); lean_mark_persistent(l_Lean_Lsp_instHashableRefIdent); l_Lean_Lsp_instInhabitedRefIdent___closed__1 = _init_l_Lean_Lsp_instInhabitedRefIdent___closed__1(); lean_mark_persistent(l_Lean_Lsp_instInhabitedRefIdent___closed__1); -l_Lean_Lsp_instInhabitedRefIdent___closed__2 = _init_l_Lean_Lsp_instInhabitedRefIdent___closed__2(); -lean_mark_persistent(l_Lean_Lsp_instInhabitedRefIdent___closed__2); l_Lean_Lsp_instInhabitedRefIdent = _init_l_Lean_Lsp_instInhabitedRefIdent(); lean_mark_persistent(l_Lean_Lsp_instInhabitedRefIdent); l_Lean_Lsp_instOrdRefIdent___closed__1 = _init_l_Lean_Lsp_instOrdRefIdent___closed__1(); lean_mark_persistent(l_Lean_Lsp_instOrdRefIdent___closed__1); l_Lean_Lsp_instOrdRefIdent = _init_l_Lean_Lsp_instOrdRefIdent(); lean_mark_persistent(l_Lean_Lsp_instOrdRefIdent); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__1___closed__2); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__2); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__3); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____lambda__2___closed__4); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__2); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__3); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__4); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__5); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__6); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__7); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__8); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_416____closed__9); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__1___closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__3); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____lambda__2___closed__4); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__3); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__4); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__5); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__6); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__7); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__8); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefIdent_fromJsonRefIdentJsonRepr____x40_Lean_Data_Lsp_Internal___hyg_647____closed__9); l_Lean_Lsp_RefIdent_instFromJsonRefIdentJsonRepr___closed__1 = _init_l_Lean_Lsp_RefIdent_instFromJsonRefIdentJsonRepr___closed__1(); lean_mark_persistent(l_Lean_Lsp_RefIdent_instFromJsonRefIdentJsonRepr___closed__1); l_Lean_Lsp_RefIdent_instFromJsonRefIdentJsonRepr = _init_l_Lean_Lsp_RefIdent_instFromJsonRefIdentJsonRepr(); @@ -18606,14 +19618,14 @@ l_Lean_Lsp_RefIdent_instToJson___closed__1 = _init_l_Lean_Lsp_RefIdent_instToJso lean_mark_persistent(l_Lean_Lsp_RefIdent_instToJson___closed__1); l_Lean_Lsp_RefIdent_instToJson = _init_l_Lean_Lsp_RefIdent_instToJson(); lean_mark_persistent(l_Lean_Lsp_RefIdent_instToJson); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__2); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__3); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_875____closed__4); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__3); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_RefInfo_toJsonParentDecl____x40_Lean_Data_Lsp_Internal___hyg_1106____closed__4); l_Lean_Lsp_RefInfo_instToJsonParentDecl___closed__1 = _init_l_Lean_Lsp_RefInfo_instToJsonParentDecl___closed__1(); lean_mark_persistent(l_Lean_Lsp_RefInfo_instToJsonParentDecl___closed__1); l_Lean_Lsp_RefInfo_instToJsonParentDecl = _init_l_Lean_Lsp_RefInfo_instToJsonParentDecl(); @@ -18648,44 +19660,74 @@ l_List_mapTR_loop___at_Lean_Lsp_instToJsonModuleRefs___spec__2___closed__2 = _in lean_mark_persistent(l_List_mapTR_loop___at_Lean_Lsp_instToJsonModuleRefs___spec__2___closed__2); l_Lean_RBNode_foldM___at_Lean_Lsp_instFromJsonModuleRefs___spec__2___closed__1 = _init_l_Lean_RBNode_foldM___at_Lean_Lsp_instFromJsonModuleRefs___spec__2___closed__1(); lean_mark_persistent(l_Lean_RBNode_foldM___at_Lean_Lsp_instFromJsonModuleRefs___spec__2___closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__2); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__3); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__4); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__5); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__6); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__7); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__8); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__9); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__10 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__10); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__11 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__11); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__12 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__12); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__13); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__14 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__14); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__15 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__15); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__16 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__16(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__16); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__17 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__17(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__17); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__18 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__18(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__18); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__19 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__19(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____closed__19); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__3); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__4); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__5); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__6); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__7); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__8); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__9); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__10 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__10); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__11 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__11); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__12 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__12); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__13); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__14 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__14); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__15 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__15); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__16 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__16); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__17 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__17); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__18 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__18(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__18); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__19 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__19(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____closed__19); +l_Lean_Lsp_instFromJsonLeanILeanHeaderInfoParams___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanILeanHeaderInfoParams___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanILeanHeaderInfoParams___closed__1); +l_Lean_Lsp_instFromJsonLeanILeanHeaderInfoParams = _init_l_Lean_Lsp_instFromJsonLeanILeanHeaderInfoParams(); +lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanILeanHeaderInfoParams); +l_Lean_Lsp_instToJsonLeanILeanHeaderInfoParams___closed__1 = _init_l_Lean_Lsp_instToJsonLeanILeanHeaderInfoParams___closed__1(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanILeanHeaderInfoParams___closed__1); +l_Lean_Lsp_instToJsonLeanILeanHeaderInfoParams = _init_l_Lean_Lsp_instToJsonLeanILeanHeaderInfoParams(); +lean_mark_persistent(l_Lean_Lsp_instToJsonLeanILeanHeaderInfoParams); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__3); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__4); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__5); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__6); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__7); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__8); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__9); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__10 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__10); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__11 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____closed__11); l_Lean_Lsp_instFromJsonLeanIleanInfoParams___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanIleanInfoParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanIleanInfoParams___closed__1); l_Lean_Lsp_instFromJsonLeanIleanInfoParams = _init_l_Lean_Lsp_instFromJsonLeanIleanInfoParams(); @@ -18694,24 +19736,24 @@ l_Lean_Lsp_instToJsonLeanIleanInfoParams___closed__1 = _init_l_Lean_Lsp_instToJs lean_mark_persistent(l_Lean_Lsp_instToJsonLeanIleanInfoParams___closed__1); l_Lean_Lsp_instToJsonLeanIleanInfoParams = _init_l_Lean_Lsp_instToJsonLeanIleanInfoParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonLeanIleanInfoParams); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__2); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__3); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__4); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__5); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__6); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__7); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__8); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319____closed__9); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__3); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__4); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__5); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__6); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__7); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__8); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734____closed__9); l_Lean_Lsp_instFromJsonLeanImportClosureParams___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanImportClosureParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanImportClosureParams___closed__1); l_Lean_Lsp_instFromJsonLeanImportClosureParams = _init_l_Lean_Lsp_instFromJsonLeanImportClosureParams(); @@ -18720,24 +19762,24 @@ l_Lean_Lsp_instToJsonLeanImportClosureParams___closed__1 = _init_l_Lean_Lsp_inst lean_mark_persistent(l_Lean_Lsp_instToJsonLeanImportClosureParams___closed__1); l_Lean_Lsp_instToJsonLeanImportClosureParams = _init_l_Lean_Lsp_instToJsonLeanImportClosureParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonLeanImportClosureParams); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__2); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__3); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__4); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__5); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__6); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__7); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__8); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440____closed__9); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__3); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__4); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__5); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__6); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__7); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__8); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855____closed__9); l_Lean_Lsp_instFromJsonLeanStaleDependencyParams___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanStaleDependencyParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanStaleDependencyParams___closed__1); l_Lean_Lsp_instFromJsonLeanStaleDependencyParams = _init_l_Lean_Lsp_instFromJsonLeanStaleDependencyParams(); @@ -18746,34 +19788,34 @@ l_Lean_Lsp_instToJsonLeanStaleDependencyParams___closed__1 = _init_l_Lean_Lsp_in lean_mark_persistent(l_Lean_Lsp_instToJsonLeanStaleDependencyParams___closed__1); l_Lean_Lsp_instToJsonLeanStaleDependencyParams = _init_l_Lean_Lsp_instToJsonLeanStaleDependencyParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonLeanStaleDependencyParams); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__2); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__3); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__4); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____lambda__1___closed__5); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__2); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__3); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__4); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__5); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__6); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__7); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__8); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____closed__9); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__3); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__4); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____lambda__1___closed__5); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__3); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__4); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__5); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__6); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__7); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__8); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____closed__9); l_Lean_Lsp_instFromJsonOpenNamespace___closed__1 = _init_l_Lean_Lsp_instFromJsonOpenNamespace___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonOpenNamespace___closed__1); l_Lean_Lsp_instFromJsonOpenNamespace = _init_l_Lean_Lsp_instFromJsonOpenNamespace(); @@ -18782,34 +19824,34 @@ l_Lean_Lsp_instToJsonOpenNamespace___closed__1 = _init_l_Lean_Lsp_instToJsonOpen lean_mark_persistent(l_Lean_Lsp_instToJsonOpenNamespace___closed__1); l_Lean_Lsp_instToJsonOpenNamespace = _init_l_Lean_Lsp_instToJsonOpenNamespace(); lean_mark_persistent(l_Lean_Lsp_instToJsonOpenNamespace); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__2); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__3); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__4); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__5); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__6); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__7); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__8); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__9); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__10 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__10); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__11 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__11); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__12 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__12); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__13 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__13); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__14 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_2895____closed__14); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__3); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__4); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__5); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__6); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__7); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__8); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__9); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__10 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__10); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__11 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__11); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__12 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__12); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__13 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__13); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__14 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanModuleQuery____x40_Lean_Data_Lsp_Internal___hyg_3310____closed__14); l_Lean_Lsp_instFromJsonLeanModuleQuery___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanModuleQuery___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanModuleQuery___closed__1); l_Lean_Lsp_instFromJsonLeanModuleQuery = _init_l_Lean_Lsp_instFromJsonLeanModuleQuery(); @@ -18818,84 +19860,84 @@ l_Lean_Lsp_instToJsonLeanModuleQuery___closed__1 = _init_l_Lean_Lsp_instToJsonLe lean_mark_persistent(l_Lean_Lsp_instToJsonLeanModuleQuery___closed__1); l_Lean_Lsp_instToJsonLeanModuleQuery = _init_l_Lean_Lsp_instToJsonLeanModuleQuery(); lean_mark_persistent(l_Lean_Lsp_instToJsonLeanModuleQuery); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__2); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__3); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__4); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__5); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__6); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__7); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__8); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__9); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__10 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__10); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__11 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__11); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__12 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__12); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__13 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__13); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__14 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079____closed__14); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__3); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__4); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__5); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__6); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__7); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__8); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__9); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__10 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__10); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__11 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__11); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__12 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__12); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__13 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__13); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__14 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494____closed__14); l_Lean_Lsp_instFromJsonLeanQueryModuleParams___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanQueryModuleParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanQueryModuleParams___closed__1); l_Lean_Lsp_instFromJsonLeanQueryModuleParams = _init_l_Lean_Lsp_instFromJsonLeanQueryModuleParams(); lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanQueryModuleParams); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185____closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600____closed__2); l_Lean_Lsp_instToJsonLeanQueryModuleParams___closed__1 = _init_l_Lean_Lsp_instToJsonLeanQueryModuleParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonLeanQueryModuleParams___closed__1); l_Lean_Lsp_instToJsonLeanQueryModuleParams = _init_l_Lean_Lsp_instToJsonLeanQueryModuleParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonLeanQueryModuleParams); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__2); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__3); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__4); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__5); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__6); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__7); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__8); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__9); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__10 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__10); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__11 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__11); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__12 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__12); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__13 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__13); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__14 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__14); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__15 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__15); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__16 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__16(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__16); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__17 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__17(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__17); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__18 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__18(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__18); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__19 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__19(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____closed__19); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__3); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__4); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__5); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__6); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__7); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__8); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__9); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__10 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__10); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__11 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__11); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__12 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__12); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__13 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__13); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__14 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__14); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__15 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__15); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__16 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__16); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__17 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__17); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__18 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__18(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__18); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__19 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__19(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____closed__19); l_Lean_Lsp_instFromJsonLeanIdentifier___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanIdentifier___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanIdentifier___closed__1); l_Lean_Lsp_instFromJsonLeanIdentifier = _init_l_Lean_Lsp_instFromJsonLeanIdentifier(); @@ -18904,24 +19946,24 @@ l_Lean_Lsp_instToJsonLeanIdentifier___closed__1 = _init_l_Lean_Lsp_instToJsonLea lean_mark_persistent(l_Lean_Lsp_instToJsonLeanIdentifier___closed__1); l_Lean_Lsp_instToJsonLeanIdentifier = _init_l_Lean_Lsp_instToJsonLeanIdentifier(); lean_mark_persistent(l_Lean_Lsp_instToJsonLeanIdentifier); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__1); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__2); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__3); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__4); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__5); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__6); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__7); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__8); -l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504____closed__9); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__1 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__1); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__2 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__2); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__3 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__3); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__4 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__4); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__5 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__5); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__6 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__6); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__7 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__7); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__8 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__8); +l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__9 = _init_l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919____closed__9); l_Lean_Lsp_instFromJsonLeanQueryModuleResponse___closed__1 = _init_l_Lean_Lsp_instFromJsonLeanQueryModuleResponse___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonLeanQueryModuleResponse___closed__1); l_Lean_Lsp_instFromJsonLeanQueryModuleResponse = _init_l_Lean_Lsp_instFromJsonLeanQueryModuleResponse(); diff --git a/stage0/stdlib/Lean/Data/Lsp/Ipc.c b/stage0/stdlib/Lean/Data/Lsp/Ipc.c index eedb703622..127f0f7af3 100644 --- a/stage0/stdlib/Lean/Data/Lsp/Ipc.c +++ b/stage0/stdlib/Lean/Data/Lsp/Ipc.c @@ -17,7 +17,6 @@ lean_object* l_Lean_JsonNumber_fromNat(lean_object*); static lean_object* l_Lean_Lsp_Ipc_readResponseAs___closed__53; static lean_object* l_Lean_Lsp_Ipc_runWith___rarg___closed__1; static lean_object* l_Lean_Lsp_Ipc_readResponseAs___closed__58; -lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Diagnostics_0__Lean_Lsp_toJsonDiagnosticWith____x40_Lean_Data_Lsp_Diagnostics___hyg_1722____spec__13(lean_object*, lean_object*); lean_object* l_Lean_Json_compress(lean_object*); uint8_t l_Lean_Json_isNull(lean_object*); static lean_object* l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__12; @@ -172,6 +171,7 @@ LEAN_EXPORT lean_object* l_Lean_Lsp_Ipc_waitForMessage_loop(lean_object*, lean_o static lean_object* l_Lean_Lsp_Ipc_readResponseAs___closed__57; LEAN_EXPORT lean_object* l_Lean_Lsp_Ipc_waitForMessage(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__8; +lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_waitForILeans___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_Ipc_readResponseAs___closed__42; static lean_object* l_Lean_Lsp_Ipc_readResponseAs___closed__3; @@ -2498,7 +2498,7 @@ x_155 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_155, 0, x_153); lean_ctor_set(x_155, 1, x_154); x_156 = l_Lean_Lsp_Ipc_readResponseAs___closed__8; -x_157 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Diagnostics_0__Lean_Lsp_toJsonDiagnosticWith____x40_Lean_Data_Lsp_Diagnostics___hyg_1722____spec__13(x_156, x_150); +x_157 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(x_156, x_150); lean_dec(x_150); switch (lean_obj_tag(x_147)) { case 0: @@ -3015,7 +3015,7 @@ x_281 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_281, 0, x_279); lean_ctor_set(x_281, 1, x_280); x_282 = l_Lean_Lsp_Ipc_readResponseAs___closed__8; -x_283 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Diagnostics_0__Lean_Lsp_toJsonDiagnosticWith____x40_Lean_Data_Lsp_Diagnostics___hyg_1722____spec__13(x_282, x_276); +x_283 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(x_282, x_276); lean_dec(x_276); switch (lean_obj_tag(x_273)) { case 0: diff --git a/stage0/stdlib/Lean/DefEqAttrib.c b/stage0/stdlib/Lean/DefEqAttrib.c index deb1804ee9..0e545d10d6 100644 --- a/stage0/stdlib/Lean/DefEqAttrib.c +++ b/stage0/stdlib/Lean/DefEqAttrib.c @@ -111,6 +111,7 @@ uint8_t l_Lean_MessageData_hasTag(lean_object*, lean_object*); lean_object* l_Lean_Expr_constName_x21(lean_object*); static lean_object* l_Lean_logAt___at_Lean_inferDefEqAttr___spec__3___lambda__2___closed__5; static lean_object* l_Lean_TagAttribute_setTag___at_Lean_inferDefEqAttr___spec__1___lambda__2___closed__6; +lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_DefEqAttrib_0__Lean_isDefEqCareful___lambda__1___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_TagAttribute_setTag___at_Lean_inferDefEqAttr___spec__1___closed__2; static lean_object* l_Lean_validateDefEqAttr___closed__11; @@ -128,7 +129,6 @@ extern lean_object* l_Lean_diagnostics; static lean_object* l_Lean_TagAttribute_setTag___at_Lean_inferDefEqAttr___spec__1___lambda__2___closed__10; lean_object* l_Lean_Expr_appFn_x21(lean_object*); lean_object* l_Lean_registerTagAttribute(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*); -lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_inferDefEqAttr___lambda__1___closed__4; static lean_object* l_Lean_validateDefEqAttr___lambda__3___closed__4; lean_object* l_Lean_MessageData_ofConstName(lean_object*, uint8_t); @@ -3703,7 +3703,7 @@ LEAN_EXPORT lean_object* l_Lean_validateDefEqAttr(lean_object* x_1, lean_object* _start: { lean_object* x_5; -x_5 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3(x_1, x_2, x_3, x_4); if (lean_obj_tag(x_5) == 0) { 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; lean_object* x_15; lean_object* x_16; diff --git a/stage0/stdlib/Lean/Elab/App.c b/stage0/stdlib/Lean/Elab/App.c index 6a33ffc719..e8c16ed7cf 100644 --- a/stage0/stdlib/Lean/Elab/App.c +++ b/stage0/stdlib/Lean/Elab/App.c @@ -42,11 +42,13 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___ static lean_object* l_Lean_Elab_Term_reprElabElimInfo____x40_Lean_Elab_App___hyg_6872____closed__16; lean_object* lean_format_pretty(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getStructureParentInfo(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__4; lean_object* l_Lean_reprExpr____x40_Lean_Expr___hyg_2875_(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__9___closed__10; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_ElabAppArgs_trySynthesizeAppInstMVars___spec__2___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_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__19___rarg___lambda__1(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_Term_initFn____x40_Lean_Elab_App___hyg_4____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_docString__1___closed__1; static lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__5___closed__12; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_getArgExpectedType___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_hasOptAutoParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -60,7 +62,6 @@ static lean_object* l_Lean_Elab_Term_elabProj___regBuiltin_Lean_Elab_Term_elabPr 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_elabChoice___regBuiltin_Lean_Elab_Term_elabChoice_declRange__3___closed__6; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabIdent___regBuiltin_Lean_Elab_Term_elabIdent__1(lean_object*); static lean_object* l_Lean_Elab_Term_throwInvalidNamedArg___rarg___closed__5; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__2; @@ -69,6 +70,7 @@ static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____clos static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__8; extern lean_object* l_Lean_Parser_Term_identProjKind; static lean_object* l_Lean_Elab_Term_elabApp___regBuiltin_Lean_Elab_Term_elabApp_declRange__3___closed__3; +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop___lambda__3___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -78,10 +80,12 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_App_ static lean_object* l_Lean_Elab_Term_elabApp___regBuiltin_Lean_Elab_Term_elabApp_declRange__3___closed__5; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__2; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__7; static lean_object* l_Lean_Elab_Term_elabApp___regBuiltin_Lean_Elab_Term_elabApp_declRange__3___closed__7; static lean_object* l_Lean_Elab_Term_reprElabElimInfo____x40_Lean_Elab_App___hyg_6872____closed__10; LEAN_EXPORT uint8_t l_Lean_Elab_Term_hasElabWithoutExpectedType(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__3; LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Elab_Term_ElabElim_revertArgs___spec__1(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_App_0__Lean_Elab_Term_shouldElabAsElim___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_main(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -104,11 +108,14 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_ LEAN_EXPORT uint8_t l_Lean_Elab_Term_instToStringNamedArg___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_mergeStructureResolutionOrders_selectParent___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__9; +static lean_object* l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_docString__1___closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__13; static lean_object* l_Lean_Elab_Term_elabChoice___regBuiltin_Lean_Elab_Term_elabChoice__1___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_getElabElimExprInfo___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabDotIdent(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__9___closed__3; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__5; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabNamedPattern___regBuiltin_Lean_Elab_Term_elabNamedPattern_declRange__3(lean_object*); @@ -155,6 +162,7 @@ LEAN_EXPORT lean_object* l_Lean_withoutModifyingState___at___private_Lean_Elab_A 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*); static lean_object* l_Lean_Elab_Term_reprElabElimInfo____x40_Lean_Elab_App___hyg_6872____closed__6; static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg_go___spec__1___closed__3; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_instToStringNamedArg___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_setMotive___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_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___lambda__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*); @@ -166,10 +174,8 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___clos lean_object* l_Lean_FileMap_toPosition(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__18___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__5(lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, 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_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_hasArgsToProcess___boxed(lean_object*); lean_object* l_Lean_MessageData_joinSep(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__1; uint64_t lean_uint64_lor(uint64_t, uint64_t); static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__12___closed__7; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__14; @@ -199,18 +205,20 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___clos static lean_object* l_Lean_throwUnknownConstantAt___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___spec__1___closed__2; static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__12___closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__19___rarg(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 uint64_t l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); lean_object* l_Lean_MessageData_ofList(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_throwInvalidNamedArg___rarg___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_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__7(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* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__8; lean_object* lean_array_push(lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg_go___spec__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_mkImplicitArg___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_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__9___closed__7; +static lean_object* l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__5; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_synthesizeAppInstMVars___spec__1(lean_object*, 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*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_getElabElimExprInfo___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabExplicit___regBuiltin_Lean_Elab_Term_elabExplicit_declRange__3___closed__2; @@ -232,6 +240,7 @@ uint8_t lean_usize_dec_eq(size_t, size_t); static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__2___rarg___closed__1; static lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Elab_Term_ElabElim_mkMotive___spec__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__11___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__3___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*); LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Elab_Term_ElabElim_revertArgs___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_shouldPropagateExpectedTypeFor___closed__2; @@ -268,6 +277,7 @@ extern lean_object* l_Lean_casesOnSuffix; lean_object* l_Lean_Syntax_getTailPos_x3f(lean_object*, uint8_t); static lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__5___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Term_hasElabWithoutExpectedType___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__15; static lean_object* l_Lean_Elab_Term_elabNamedPattern___regBuiltin_Lean_Elab_Term_elabNamedPattern_declRange__3___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instReprElabElimInfo___closed__1; @@ -313,7 +323,6 @@ static lean_object* l_Lean_Elab_Term_throwInvalidNamedArg___rarg___closed__6; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg_go___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult_isOutParamOf___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_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__6; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___lambda__2___closed__4; lean_object* l_List_find_x3f___rarg(lean_object*, lean_object*); static lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Elab_Term_ElabElim_mkMotive___spec__2___lambda__1___closed__1; @@ -329,6 +338,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Elab_Term_getElabElimExprInfo___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__12; static lean_object* l_Lean_Elab_Term_elabAppArgs___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_getElabElimExprInfo___lambda__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_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_throwLValErrorAt___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -351,6 +361,7 @@ lean_object* l_Lean_Expr_mvar___override(lean_object*); static lean_object* l_Lean_Elab_Term_reprElabElimInfo____x40_Lean_Elab_App___hyg_6872____closed__4; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId_toName_go(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__8; static lean_object* l_Lean_Elab_Term_elabExplicit___regBuiltin_Lean_Elab_Term_elabExplicit__1___closed__3; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplicitArg___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabAppArgs_trySynthesizeAppInstMVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -359,7 +370,6 @@ static lean_object* l_Lean_Elab_Term_reprElabElimInfo____x40_Lean_Elab_App___hyg static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addImplicitArg(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_Term_ElabElim_finalize___lambda__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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__5; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__14(lean_object*, lean_object*, size_t, size_t); @@ -371,7 +381,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_getElabElimExprInfo___lambda__2___boxe uint8_t lean_string_dec_eq(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___lambda__2___closed__1; static lean_object* l_Lean_Elab_Term_elabIdent___regBuiltin_Lean_Elab_Term_elabIdent_declRange__3___closed__2; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__14; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__12; lean_object* l_Lean_Elab_Term_instInhabitedTermElabM(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId_toName(lean_object*); LEAN_EXPORT lean_object* l_Lean_getRefPos___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__11___rarg(lean_object*, lean_object*, lean_object*); @@ -381,11 +391,14 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Exception_toMessageData(lean_object*); +static lean_object* l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName_withForallBody___rarg___lambda__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_Loop_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__25___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_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_docString__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkFreshId___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult___spec__2___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_getNextArg_x3f___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_Lean_Structure_0__Lean_setStructureResolutionOrder___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__28___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult_isOutParamOfLocalInstance___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_annotateIfRec(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -410,6 +423,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_throwErrorWithNestedErrors___at___private_L LEAN_EXPORT lean_object* l_Array_filterMapM___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__5___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabIdent___regBuiltin_Lean_Elab_Term_elabIdent__1___closed__2; uint8_t l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__3(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__3; LEAN_EXPORT lean_object* l_Nat_foldRevM_loop___at_Lean_Elab_Term_getElabElimExprInfo___spec__2___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_Term_elabAppArgs___lambda__3___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux___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*); @@ -426,16 +440,15 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_addProjTerm lean_object* l_Lean_getStructureFields(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabChoice___regBuiltin_Lean_Elab_Term_elabChoice_declRange__3___closed__2; static lean_object* l_Lean_Elab_Term_reprElabElimInfo____x40_Lean_Elab_App___hyg_6872____closed__21; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___spec__2___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_Lean_Meta_forallTelescope___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName_withForallBody___spec__1___rarg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_nestedExceptionToMessageData___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__10___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_synthesizeAppInstMVars___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_Term_instInhabitedElabElimInfo___closed__5; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__2; lean_object* l_Lean_Elab_Term_elabTermEnsuringType___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_Term_elabAppArgs___lambda__1(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*); static lean_object* l_Lean_Elab_nestedExceptionToMessageData___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__10___closed__4; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__4; static lean_object* l_Lean_Elab_Term_throwInvalidNamedArg___rarg___closed__4; static lean_object* l_Lean_Elab_Term_elabProj___regBuiltin_Lean_Elab_Term_elabProj_declRange__3___closed__2; uint8_t l_Lean_Expr_hasMVar(lean_object*); @@ -445,14 +458,12 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabApp___lambda__1(lean_object*, lean LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___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_EXPORT lean_object* l_Lean_Elab_Term_elabChoice___regBuiltin_Lean_Elab_Term_elabChoice__1(lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg_go___spec__1___closed__6; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName_go___spec__2___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_App_0__Lean_Elab_Term_addLValArg___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_Term_elabWithoutExpectedTypeAttr; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___spec__8___lambda__1___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_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Nat_reprFast(lean_object*); lean_object* l_Lean_Meta_isTypeCorrect(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); @@ -462,9 +473,7 @@ lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabExplicit___regBuiltin_Lean_Elab_Term_elabExplicit__1___closed__1; static lean_object* l_Lean_Elab_Term_instInhabitedElabElimInfo___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_throwLValErrorAt___spec__2(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__5; lean_object* l_Lean_getPathToBaseStructure_x3f(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__15; static lean_object* l_Lean_Elab_Term_elabApp___regBuiltin_Lean_Elab_Term_elabApp__1___closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux___spec__5___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_insert___at___private_Lean_Structure_0__Lean_setStructureResolutionOrder___spec__1(lean_object*, lean_object*, lean_object*); @@ -506,7 +515,6 @@ lean_object* l_Lean_Elab_Term_registerMVarErrorImplicitArgInfo(lean_object*, lea LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLVals___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_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId_toName_go___boxed(lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___lambda__5___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_withMCtx___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -526,6 +534,7 @@ uint8_t lean_expr_eqv(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabExplicit___regBuiltin_Lean_Elab_Term_elabExplicit_declRange__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwInvalidNamedArg___spec__1(lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop___lambda__3___closed__5; +static lean_object* l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__1; lean_object* l_Lean_Syntax_isFieldIdx_x3f(lean_object*); lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withDeclName___spec__4___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__8; @@ -543,17 +552,17 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs static lean_object* l_Lean_Elab_Term_reprElabElimInfo____x40_Lean_Elab_App___hyg_6872____closed__8; uint64_t lean_uint64_shift_right(uint64_t, uint64_t); lean_object* l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__3; lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); static lean_object* l_Lean_Elab_Term_reprElabElimInfo____x40_Lean_Elab_App___hyg_6872____closed__17; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplicitArg___spec__3(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_withEnv___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__7; lean_object* lean_nat_to_int(lean_object*); static lean_object* l_Lean_Elab_Term_elabNamedPattern___regBuiltin_Lean_Elab_Term_elabNamedPattern_declRange__3___closed__7; uint8_t l_Lean_TagAttribute_hasTag(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__2___closed__2; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg_go___lambda__1___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__15; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__13___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValLoop(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_EXPORT lean_object* l_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f(lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -584,6 +593,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_shouldElabA static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__20; lean_object* l_Lean_Meta_SavedState_restore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___closed__5; +static lean_object* l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__6; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLocalDeclImp___rarg(lean_object*, uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Structure_0__Lean_setStructureResolutionOrder___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__28(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -609,7 +619,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux_ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplicitArg(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_ofFormat(lean_object*); lean_object* l_Lean_Elab_Term_LVal_getRef(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__7; static lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg_go___spec__3___closed__6; LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); @@ -640,7 +649,6 @@ lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_obj LEAN_EXPORT lean_object* l_Lean_mkFreshFVarId___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult___spec__1(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_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___lambda__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_Term_ElabElim_finalize___lambda__13___closed__2; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__8; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop___lambda__3___closed__6; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Elab_Term_ElabElim_mkMotive___spec__2___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -658,6 +666,7 @@ lean_object* l_Lean_Exception_getRef(lean_object*); static lean_object* l_Lean_Elab_Term_ElabElim_finalize___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__6___boxed(lean_object**); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___lambda__5___closed__1; lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1(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_Term_getElabElimInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -671,10 +680,10 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__3(lean_obj lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Elab_Term_elabNoFun___spec__2___rarg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__5___closed__1; lean_object* lean_st_mk_ref(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__14; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkRecAppWithSyntax(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__11; LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__5(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabPipeProj___lambda__2(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*); @@ -685,6 +694,7 @@ static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_App_0_ lean_object* l_Lean_Elab_Term_addDotCompletionInfo(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_Term_ElabElim_finalize___lambda__3___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult_hasLocalInstaceWithOutParams___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__5; extern lean_object* l_Lean_Elab_Term_termElabAttribute; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___closed__6; LEAN_EXPORT lean_object* l_Lean_getRefPos___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -692,7 +702,6 @@ uint8_t l_Lean_Expr_hasLooseBVars(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__16(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg_go___spec__3___closed__4; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__4; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); uint8_t lean_is_out_param(lean_object*); static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__13___closed__4; @@ -703,7 +712,7 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_ElabEl static lean_object* l_Lean_Elab_Term_getElabElimExprInfo___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___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___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_elabAndAddNewArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static uint64_t l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__8; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mkBaseProjections(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_Lean_Elab_App_0__Lean_Elab_Term_shouldElabAsElim___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabNamedPattern___regBuiltin_Lean_Elab_Term_elabNamedPattern__1___closed__3; @@ -717,11 +726,13 @@ static lean_object* l_Lean_Elab_Term_elabIdent___regBuiltin_Lean_Elab_Term_elabI static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_getElabElimExprInfo___lambda__5(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_Range_forIn_x27_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__18___boxed(lean_object**); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__6; lean_object* l_Lean_Expr_constName_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__6(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_Range_forIn_x27_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___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*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__3(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedExpr; +static lean_object* l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabPipeProj___lambda__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_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___spec__1(lean_object*, lean_object*, 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*, lean_object*, lean_object*); @@ -736,6 +747,7 @@ static lean_object* l_Lean_Elab_Term_reprElabElimInfo____x40_Lean_Elab_App___hyg static lean_object* l_Lean_Elab_Term_getElabElimExprInfo___lambda__5___closed__5; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__16(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__11(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__1; static lean_object* l_Lean_Elab_Term_elabApp___regBuiltin_Lean_Elab_Term_elabApp__1___closed__3; uint8_t l_Lean_BinderInfo_isInstImplicit(uint8_t); lean_object* l_Lean_FVarId_getType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -761,15 +773,16 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabAppArgs_synthesizeAppInstMVars(lea static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__9___closed__4; LEAN_EXPORT lean_object* l_Lean_mergeStructureResolutionOrders___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__13(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f___lambda__3(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_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_synthesizePendingAndNormalizeFunType___spec__2(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_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__12___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabPipeProj___regBuiltin_Lean_Elab_Term_elabPipeProj__1___closed__2; uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___lambda__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_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__9; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___spec__9___boxed(lean_object**); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__1; static lean_object* l_Lean_Elab_Term_reprElabElimInfo____x40_Lean_Elab_App___hyg_6872____closed__7; lean_object* lean_expr_consume_type_annotations(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addEtaArg___spec__1(lean_object*); @@ -790,7 +803,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__19___rarg___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* l_Lean_Syntax_getArg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__10; LEAN_EXPORT lean_object* l_Lean_computeStructureResolutionOrder___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__5(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_shouldPropagateExpectedTypeFor___closed__1; static lean_object* l_Lean_Elab_Term_elabPipeProj___regBuiltin_Lean_Elab_Term_elabPipeProj_declRange__3___closed__1; @@ -802,6 +814,7 @@ uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__6___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabChoice___regBuiltin_Lean_Elab_Term_elabChoice_declRange__3(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__7; static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__12___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__13(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_Term_instInhabitedElabElimInfo; @@ -816,12 +829,12 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_getElabElimExprInfo___lambda__6(lean_o lean_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_computeStructureResolutionOrder___spec__1(size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Term_elabExplicit___regBuiltin_Lean_Elab_Term_elabExplicit_declRange__3___closed__4; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__11; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwInvalidNamedArg___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult_isResultType___boxed(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_postponeElabTerm(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Std_Range_forIn_x27_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__18___lambda__1(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__5; lean_object* l_Lean_LocalDecl_fvarId(lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___lambda__3___closed__1; static lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__5___closed__3; @@ -841,17 +854,19 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_main___lambda__1___boxed(lean static lean_object* l_Lean_Elab_Term_elabExplicitUniv___regBuiltin_Lean_Elab_Term_elabExplicitUniv__1___closed__1; lean_object* l_Lean_Elab_Term_mkTacticMVar(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabExplicit___regBuiltin_Lean_Elab_Term_elabExplicit_declRange__3___closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__14; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures(lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_throwInvalidFieldNotation___rarg___closed__1; uint8_t l_Lean_LocalDecl_isAuxDecl(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_getBindingName(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg_go___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__6; static lean_object* l_Lean_Elab_Term_elabPipeProj___regBuiltin_Lean_Elab_Term_elabPipeProj_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Lean_mkFreshId___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerTagAttribute(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*); +static lean_object* l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__4; lean_object* l_Lean_CollectFVars_main(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__18(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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__13; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__4___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Array_eraseIdx___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_nextArgHole_x3f___boxed(lean_object*); @@ -868,6 +883,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLVal LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___spec__1(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_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addEtaArg___lambda__1(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_Term_elabExplicit___closed__1; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3(lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__11; lean_object* l_Lean_Expr_getOptParamDefault_x3f(lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplicitArg___lambda__1___closed__3; @@ -877,6 +893,7 @@ uint8_t l_Lean_PersistentHashMap_contains___at_Lean_MVarId_isAssigned___spec__1( static lean_object* l_Lean_Elab_Term_elabApp___regBuiltin_Lean_Elab_Term_elabApp_declRange__3___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName_withForallBody___spec__1___rarg___lambda__1(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_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__14; extern lean_object* l_Lean_recOnSuffix; static lean_object* l_Lean_Elab_Term_throwInvalidNamedArg___rarg___closed__7; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___lambda__1___closed__5; @@ -900,12 +917,14 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs static lean_object* l___private_Lean_Structure_0__Lean_setStructureResolutionOrder___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__28___closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___spec__11(lean_object*, lean_object*, lean_object*, lean_object*, 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*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg_go___spec__1___lambda__2(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_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_throwInvalidFieldNotation(lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_panic___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__1(lean_object*); static lean_object* l_Lean_Elab_Term_mkFreshBinderName___at_Lean_Elab_Term_ElabElim_mkMotive___spec__1___rarg___closed__2; static lean_object* l_Lean_Elab_Term_elabProj___regBuiltin_Lean_Elab_Term_elabProj_declRange__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshBinderName___at_Lean_Elab_Term_ElabElim_mkMotive___spec__1___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__1; LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_shouldPropagateExpectedTypeFor___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___lambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -924,7 +943,6 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_A LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_throwLValError___rarg(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_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_getArgExpectedType___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_tail_x21___rarg(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__12; lean_object* l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_structureResolutionExt; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -954,11 +972,11 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f___lambda__1 LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_typeMatchesBaseName___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_node4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isAutoParam(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988_(lean_object*); lean_object* l_Lean_Elab_Term_registerMVarErrorHoleInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_getElabElimExprInfo___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_saveArgInfo(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_Term_ElabElim_mkImplicitArg(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_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__1; lean_object* l_Lean_Elab_Term_mkFreshBinderName___at___private_Lean_Elab_Match_0__Lean_Elab_Term_mkUserNameFor___spec__1___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Array_findFinIdx_x3f_loop___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__3; @@ -966,13 +984,11 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLVal LEAN_EXPORT lean_object* l_Lean_mergeStructureResolutionOrders_selectParent___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__8___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_synthesizePendingAndNormalizeFunType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getStructureResolutionOrder___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__4; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__12(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop___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*); static lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___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_Elab_Term_elabExplicitUniv___regBuiltin_Lean_Elab_Term_elabExplicitUniv_declRange__3___closed__4; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__13; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_getElabElimExprInfo___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static uint64_t l___private_Lean_Elab_App_0__Lean_Elab_Term_typeMatchesBaseName___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_main___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -996,7 +1012,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_throwLValEr static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__22; static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__12___closed__6; lean_object* l_Lean_Elab_Term_universeConstraintsCheckpoint___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshBinderName___at_Lean_Elab_Term_ElabElim_mkMotive___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__7___closed__1; lean_object* lean_array_fget(lean_object*, lean_object*); @@ -1030,14 +1045,12 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__ LEAN_EXPORT lean_object* l_Lean_Elab_throwErrorWithNestedErrors___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__9___rarg(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_App_0__Lean_Elab_Term_mkBaseProjections___closed__1; static lean_object* l_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f___lambda__1___closed__2; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__12; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); lean_object* lean_string_length(lean_object*); LEAN_EXPORT lean_object* l_List_foldlM___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, 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_App_0__Lean_Elab_Term_ElabAppArgs_normalizeFunType___boxed(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_mkBaseProjections___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_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_Term_eraseNamedArg___spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__3; lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_throwLValError___rarg___boxed(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_eq(lean_object*, lean_object*); @@ -1065,6 +1078,7 @@ LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___private_Lean_Ela LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at_Lean_Elab_Term_ElabElim_finalize___spec__9___rarg(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_throwErrorAt___at___private_Lean_Elab_App_0__Lean_Elab_Term_throwLValErrorAt___spec__1___rarg___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_Elab_Term_elabAppArgs___lambda__4___boxed(lean_object**); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__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*); static lean_object* l_Lean_Elab_Term_elabExplicit___regBuiltin_Lean_Elab_Term_elabExplicit_declRange__3___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_throwLValErrorAt___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1073,10 +1087,11 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___clos lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_ElabElim_finalize___spec__6___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_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg_go___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884_(lean_object*); uint8_t l_Lean_isPrivateNameFromImportedModule(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_propagateExpectedTypeFor(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabPipeProj___regBuiltin_Lean_Elab_Term_elabPipeProj_declRange__3___closed__6; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_getElabElimExprInfo___spec__9(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_getNextArg_x3f(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_List_mapTR_loop___at_Lean_Elab_Term_ElabElim_finalize___spec__10(lean_object*, lean_object*); @@ -1092,6 +1107,8 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_transform___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__1(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_Lean_Elab_Term_elabAppArgs___lambda__3___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__15; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__11; LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName_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_Lean_Elab_Term_throwInvalidNamedArg___rarg___closed__3; static lean_object* l_Lean_Elab_Term_elabPipeProj___regBuiltin_Lean_Elab_Term_elabPipeProj__1___closed__1; @@ -1104,12 +1121,14 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_ static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__8___closed__1; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux___spec__5___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processInstImplicitArg_mkInstMVar(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_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addEtaArg___spec__1___rarg___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*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___lambda__2___closed__2; static lean_object* l_Lean_Elab_Term_getElabElimExprInfo___lambda__1___closed__1; static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__9___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg_go___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__10; static lean_object* l_Lean_Elab_Term_getElabElimExprInfo___closed__3; uint8_t l_Array_contains___at_Lean_registerInternalExceptionId___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__5___boxed(lean_object**); @@ -1138,6 +1157,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLVal LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_fTypeHasOptAutoParams___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwInvalidNamedArg___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_setInfo(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__13; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg___spec__1(size_t, size_t, lean_object*); lean_object* l_Lean_ResolveName_resolveGlobalName(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); @@ -1191,8 +1211,11 @@ lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_obj LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_findBinderName_x3f___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Elab_Term_ElabElim_revertArgs___spec__1___lambda__3(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_Lean_Elab_App_0__Lean_Elab_Term_ensureArgType(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_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__2; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3(lean_object*); uint8_t l_Lean_LocalDecl_binderInfo(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, 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_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__9; extern lean_object* l_Lean_Core_instMonadCoreM; LEAN_EXPORT lean_object* l_Array_filterMapM___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_typeMatchesBaseName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1208,7 +1231,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLVal static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux___closed__1; lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabAppArgs_main(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__11; static lean_object* l_Lean_Elab_Term_elabPipeProj___regBuiltin_Lean_Elab_Term_elabPipeProj_declRange__3___closed__4; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Elab_Term_ElabElim_mkMotive___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4_(lean_object*); @@ -1216,7 +1238,6 @@ LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_Term_eraseNamedArg_ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplicitArg___lambda__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___private_Lean_Elab_App_0__Lean_Elab_Term_throwInvalidFieldNotation___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f___lambda__4(uint8_t, uint8_t, 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_Term_initFn____x40_Lean_Elab_App___hyg_8001_(lean_object*); size_t lean_usize_sub(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_getElabElimExprInfo___lambda__4(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_mk(lean_object*); @@ -1230,7 +1251,6 @@ LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_ElabAppArgs LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__27(lean_object*, uint8_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_observing___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVarsCore(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__6; LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__27___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_Lean_getStructureResolutionOrder___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1248,6 +1268,7 @@ lean_object* l_mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, static lean_object* l_Lean_Elab_Term_elabChoice___regBuiltin_Lean_Elab_Term_elabChoice_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValLoop___spec__1(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___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__12; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__3; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___lambda__3___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult_hasLocalInstaceWithOutParams(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe(lean_object*, lean_object*, lean_object*); @@ -1289,6 +1310,7 @@ lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_setEnv___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__7; lean_object* l_Lean_Elab_Term_getSyntheticMVarDecl_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__14(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); @@ -1381,11 +1403,11 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabExplicitUniv___regBuiltin_Lean_Elab_Term_elabExplicitUniv_declRange__3___closed__7; static lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg_go___spec__3___closed__3; +static lean_object* l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_ElabAppArgs_trySynthesizeAppInstMVars___spec__2(lean_object*, size_t, size_t, 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_Term_elabApp___regBuiltin_Lean_Elab_Term_elabApp__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabAppArgs_synthesizeAppInstMVars___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabApp___regBuiltin_Lean_Elab_Term_elabApp_declRange__3(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__10; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___lambda__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*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___lambda__1___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_fTypeHasOptAutoParams(lean_object*); @@ -1403,7 +1425,6 @@ uint8_t l_Lean_Expr_isFVar(lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_getElabElimExprInfo___spec__6___at_Lean_Elab_Term_getElabElimExprInfo___spec__7___at_Lean_Elab_Term_getElabElimExprInfo___spec__8(lean_object*, lean_object*); lean_object* l_Lean_Expr_bindingInfo_x21(lean_object*); uint8_t l_Lean_Expr_isForall(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__13___boxed(lean_object*, lean_object*); static lean_object* l_panic___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__3___closed__1; LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___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*); @@ -1413,7 +1434,6 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName__ 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*); lean_object* l_Lean_Meta_mkConstWithFreshMVarLevels(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName_go___closed__8; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__4; lean_object* l_Lean_Expr_mvarId_x21(lean_object*); static lean_object* l_Lean_Elab_Term_elabDotIdent___regBuiltin_Lean_Elab_Term_elabDotIdent_declRange__3___closed__5; static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__5___closed__2; @@ -1429,6 +1449,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs static lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__3___closed__5; static lean_object* l_Lean_Elab_Term_elabApp___regBuiltin_Lean_Elab_Term_elabApp_declRange__3___closed__2; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName_go___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__9; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValLoop___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_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); @@ -1441,6 +1462,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesse lean_object* lean_expr_instantiate1(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult_isOutParamOfLocalInstance___closed__1; LEAN_EXPORT lean_object* l_Lean_mkFreshId___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult___spec__2___rarg___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_docString__1(lean_object*); lean_object* l_List_filterTR_loop___at_Lean_filterFieldList___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___rarg___boxed__const__1; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__2___closed__1; @@ -1455,7 +1477,6 @@ lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingImp LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__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_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_findNamedArgDependsOnCurrent_x3f___spec__14___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_reprElabElimInfo____x40_Lean_Elab_App___hyg_6872____closed__15; LEAN_EXPORT lean_object* l_List_foldlM___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId___spec__1___boxed(lean_object**); @@ -1603,6 +1624,126 @@ lean_dec(x_1); return x_5; } } +static lean_object* _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Instructs the elaborator to elaborate applications of the given declaration without an expected\ntype. This may prevent the elaborator from incorrectly inferring implicit arguments.\n", 181, 181); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__7; +x_3 = l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(21u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(27u); +x_2 = lean_unsigned_to_nat(147u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__3() { +_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_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(147u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(26u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(26u); +x_2 = lean_unsigned_to_nat(46u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__6() { +_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_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(46u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__3; +x_2 = l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__7; +x_3 = l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_Elab_Term_hasElabWithoutExpectedType___closed__1() { _start: { @@ -20989,7 +21130,7 @@ return x_14; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__1(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_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__1(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; @@ -21044,7 +21185,7 @@ return x_18; } } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__1() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; uint8_t x_5; lean_object* x_6; @@ -21075,16 +21216,16 @@ lean_ctor_set_uint8(x_6, 17, x_2); return x_6; } } -static uint64_t _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__2() { +static uint64_t _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__2() { _start: { lean_object* x_1; uint64_t x_2; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__1; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__1; x_2 = l___private_Lean_Meta_Basic_0__Lean_Meta_Config_toKey(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__3() { _start: { lean_object* x_1; @@ -21092,17 +21233,17 @@ x_1 = l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_box(0), lean_box(0)); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__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_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -21111,23 +21252,23 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__5; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__5; 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_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__7() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__7() { _start: { size_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = 5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__6; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__5; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__6; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__5; x_4 = lean_unsigned_to_nat(0u); x_5 = lean_alloc_ctor(0, 4, sizeof(size_t)*1); lean_ctor_set(x_5, 0, x_2); @@ -21138,13 +21279,13 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__8() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__4; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__7; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__4; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__7; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_2); lean_ctor_set(x_4, 1, x_3); @@ -21152,16 +21293,16 @@ lean_ctor_set(x_4, 2, x_1); return x_4; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__9() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint64_t x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; x_1 = lean_box(0); x_2 = lean_box(0); -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__1; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__2; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__1; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__2; x_5 = 0; -x_6 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__8; +x_6 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__8; x_7 = l_Lean_Elab_Term_ElabAppArgs_trySynthesizeAppInstMVars___closed__1; x_8 = lean_unsigned_to_nat(0u); x_9 = lean_alloc_ctor(0, 7, 11); @@ -21179,12 +21320,12 @@ lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 10, x_5); return x_9; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__10() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_unsigned_to_nat(0u); -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__4; x_3 = lean_alloc_ctor(0, 9, 0); lean_ctor_set(x_3, 0, x_1); lean_ctor_set(x_3, 1, x_1); @@ -21198,11 +21339,11 @@ lean_ctor_set(x_3, 8, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__11() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__4; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__4; x_2 = lean_alloc_ctor(0, 6, 0); lean_ctor_set(x_2, 0, x_1); lean_ctor_set(x_2, 1, x_1); @@ -21213,11 +21354,11 @@ lean_ctor_set(x_2, 5, x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__12() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__12() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__4; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__4; x_2 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_2, 0, x_1); lean_ctor_set(x_2, 1, x_1); @@ -21226,15 +21367,15 @@ lean_ctor_set(x_2, 3, x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__13() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__13() { _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 = lean_box(0); -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__10; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__11; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__7; -x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__12; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__10; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__11; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__7; +x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__12; x_6 = lean_alloc_ctor(0, 5, 0); lean_ctor_set(x_6, 0, x_2); lean_ctor_set(x_6, 1, x_3); @@ -21244,7 +21385,7 @@ lean_ctor_set(x_6, 4, x_5); return x_6; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__14() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__14() { _start: { lean_object* x_1; @@ -21252,27 +21393,27 @@ x_1 = lean_mk_string_unchecked("[elab_as_elim] attribute cannot be used in decla return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__15() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__15() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__14; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__14; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2(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; -x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__13; +x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__13; x_6 = lean_st_mk_ref(x_5, x_4); 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(x_6); -x_9 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__9; +x_9 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__9; lean_inc(x_1); x_10 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_1, x_9, x_7, x_2, x_3, x_8); if (lean_obj_tag(x_10) == 0) @@ -21306,7 +21447,7 @@ lean_inc(x_19); lean_dec(x_16); x_20 = lean_box(0); lean_inc(x_7); -x_21 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__1(x_1, x_20, x_9, x_7, x_2, x_3, x_19); +x_21 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__1(x_1, x_20, x_9, x_7, x_2, x_3, x_19); if (lean_obj_tag(x_21) == 0) { lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; @@ -21369,7 +21510,7 @@ lean_dec(x_1); x_33 = lean_ctor_get(x_16, 1); lean_inc(x_33); lean_dec(x_16); -x_34 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__15; +x_34 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__15; x_35 = l_Lean_throwError___at_Lean_Meta_instantiateForallWithParamInfos___spec__1(x_34, x_9, x_7, x_2, x_3, x_33); lean_dec(x_3); lean_dec(x_2); @@ -21449,7 +21590,7 @@ return x_47; } } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -21459,7 +21600,7 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__2() { _start: { lean_object* x_1; @@ -21467,19 +21608,19 @@ x_1 = lean_mk_string_unchecked("elabAsElim", 10, 10); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__3() { _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_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__3; x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__4; x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__5; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__2; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__2; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__4() { _start: { lean_object* x_1; @@ -21487,37 +21628,157 @@ x_1 = lean_mk_string_unchecked("instructs elaborator that the arguments of the f return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2), 4, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2), 4, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; uint8_t x_7; lean_object* x_8; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__1; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__4; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__5; -x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__3; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__1; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__4; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__5; +x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__3; x_6 = 1; x_7 = 2; x_8 = l_Lean_registerTagAttribute(x_2, x_3, x_4, x_5, x_6, x_7, x_1); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__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_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__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) { _start: { lean_object* x_8; -x_8 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); lean_dec(x_2); return x_8; } } +static lean_object* _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Instructs the elaborator that applications of this function should be elaborated like an eliminator.\n\nAn eliminator is a function that returns an application of a \"motive\" which is a parameter of the\nform `_ → ... → Sort _`, i.e. a function that takes in a certain amount of arguments (referred to\nas major premises) and returns a type in some universe. The `rec` and `casesOn` functions of\ninductive types are automatically treated as eliminators, for other functions this attribute needs\nto be used.\n\nEliminator elaboration can be compared to the `induction` tactic: The expected type is used as the\nreturn value of the motive, with occurrences of the major premises replaced with the arguments.\nWhen more arguments are specified than necessary, the remaining arguments are reverted into the\nexpected type.\n\nExamples:\n```lean example\n@[elab_as_elim]\ndef evenOddRecOn {motive : Nat → Sort u}\n (even : ∀ n, motive (n * 2)) (odd : ∀ n, motive (n * 2 + 1))\n (n : Nat) : motive n := ...\n\n-- simple usage\nexample (a : Nat) : (a * a) % 2 = a % 2 :=\n evenOddRec _ _ a\n /-\n 1. basic motive is `fun n => (a + 2) % 2 = a % 2`\n 2. major premise `a` substituted: `fun n => (n + 2) % 2 = n % 2`\n 3. now elaborate the other parameters as usual:\n \"even\" (first hole): expected type `∀ n, ((n * 2) * (n * 2)) % 2 = (n * 2) % 2`,\n \"odd\" (second hole): expected type `∀ n, ((n * 2 + 1) * (n * 2 + 1)) % 2 = (n * 2 + 1) % 2`\n -/\n\n-- complex substitution\nexample (a : Nat) (f : Nat → Nat) : (f a + 1) % 2 ≠ f a :=\n evenOddRec _ _ (f a)\n /-\n Similar to before, except `f a` is substituted: `motive := fun n => (n + 1) % 2 ≠ n`.\n Now the first hole has expected type `∀ n, (n * 2 + 1) % 2 ≠ n * 2`.\n Now the second hole has expected type `∀ n, (n * 2 + 1 + 1) % 2 ≠ n * 2 + 1`.\n -/\n\n-- more parameters\nexample (a : Nat) (h : a % 2 = 1) : (a + 1) % 2 = 0 :=\n evenOddRec _ _ a h\n /-\n Before substitution, `a % 2 = 1` is reverted: `motive := fun n => a % 2 = 0 → (a + 1) % 2 = 0`.\n Substitution: `motive := fun n => n % 2 = 1 → (n + 1) % 2 = 0`\n Now the first hole has expected type `∀ n, n * 2 % 2 = 1 → (n * 2) % 2 = 0`.\n Now the second hole has expected type `∀ n, (n * 2 + 1) % 2 = 1 → (n * 2 + 1) % 2 = 0`.\n -/\n```\n\nSee also `@[induction_eliminator]` and `@[cases_eliminator]` for registering default eliminators.\n", 2366, 2326); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__3; +x_3 = l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(844u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(914u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__3() { +_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_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(19u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(899u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(899u); +x_2 = lean_unsigned_to_nat(29u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__6() { +_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_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(29u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__3; +x_2 = l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__3; +x_3 = l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshBinderName___at_Lean_Elab_Term_ElabElim_mkMotive___spec__1___rarg___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -25096,7 +25357,7 @@ static lean_object* _init_l_Lean_Elab_Term_ElabElim_finalize___lambda__9___close _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("( __do_lift._@.Lean.Elab.App._hyg.9009.0 ).args.isEmpty\n ", 62, 62); +x_1 = lean_mk_string_unchecked("( __do_lift._@.Lean.Elab.App._hyg.8996.0 ).args.isEmpty\n ", 62, 62); return x_1; } } @@ -25132,7 +25393,7 @@ _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_Lean_Elab_Term_ElabElim_finalize___lambda__9___closed__8; x_2 = l_Lean_Elab_Term_ElabElim_finalize___lambda__9___closed__9; -x_3 = lean_unsigned_to_nat(927u); +x_3 = lean_unsigned_to_nat(988u); x_4 = lean_unsigned_to_nat(6u); x_5 = l_Lean_Elab_Term_ElabElim_finalize___lambda__9___closed__7; x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -29995,7 +30256,7 @@ _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_Lean_Elab_Term_ElabElim_finalize___lambda__9___closed__8; x_2 = l_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f___lambda__1___closed__1; -x_3 = lean_unsigned_to_nat(1115u); +x_3 = lean_unsigned_to_nat(1176u); x_4 = lean_unsigned_to_nat(46u); x_5 = l_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f___lambda__1___closed__2; x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -37598,7 +37859,7 @@ static lean_object* _init_l___private_Lean_Structure_0__Lean_setStructureResolut _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__4; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__4; x_2 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_2, 0, x_1); lean_ctor_set(x_2, 1, x_1); @@ -37648,7 +37909,7 @@ if (x_25 == 0) lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; x_26 = lean_ctor_get(x_23, 1); lean_dec(x_26); -x_27 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__11; +x_27 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__11; lean_ctor_set(x_23, 1, x_27); x_28 = lean_st_ref_set(x_4, x_23, x_24); x_29 = !lean_is_exclusive(x_28); @@ -37686,7 +37947,7 @@ lean_inc(x_37); lean_inc(x_36); lean_inc(x_35); lean_dec(x_23); -x_39 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__11; +x_39 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__11; x_40 = lean_alloc_ctor(0, 5, 0); lean_ctor_set(x_40, 0, x_35); lean_ctor_set(x_40, 1, x_39); @@ -37782,7 +38043,7 @@ if (lean_is_exclusive(x_64)) { lean_dec_ref(x_64); x_70 = lean_box(0); } -x_71 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__11; +x_71 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__11; if (lean_is_scalar(x_70)) { x_72 = lean_alloc_ctor(0, 5, 0); } else { @@ -50127,7 +50388,7 @@ _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_Lean_Elab_Term_ElabElim_finalize___lambda__9___closed__8; x_2 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop___lambda__3___closed__1; -x_3 = lean_unsigned_to_nat(1406u); +x_3 = lean_unsigned_to_nat(1467u); x_4 = lean_unsigned_to_nat(75u); x_5 = l_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f___lambda__1___closed__2; x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -61574,7 +61835,7 @@ _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_Lean_Elab_Term_ElabElim_finalize___lambda__9___closed__8; x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__2___closed__1; -x_3 = lean_unsigned_to_nat(1654u); +x_3 = lean_unsigned_to_nat(1715u); x_4 = lean_unsigned_to_nat(57u); x_5 = l_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f___lambda__1___closed__2; x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -61646,7 +61907,7 @@ _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_Lean_Elab_Term_ElabElim_finalize___lambda__9___closed__8; x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__2___closed__1; -x_3 = lean_unsigned_to_nat(1655u); +x_3 = lean_unsigned_to_nat(1716u); x_4 = lean_unsigned_to_nat(84u); x_5 = l_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f___lambda__1___closed__2; x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -63227,7 +63488,7 @@ if (x_21 == 0) lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; x_22 = lean_ctor_get(x_19, 1); lean_dec(x_22); -x_23 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__11; +x_23 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__11; lean_ctor_set(x_19, 1, x_23); x_24 = lean_st_ref_set(x_5, x_19, x_20); x_25 = !lean_is_exclusive(x_24); @@ -63265,7 +63526,7 @@ lean_inc(x_33); lean_inc(x_32); lean_inc(x_31); lean_dec(x_19); -x_35 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__11; +x_35 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__11; x_36 = lean_alloc_ctor(0, 5, 0); lean_ctor_set(x_36, 0, x_31); lean_ctor_set(x_36, 1, x_35); @@ -63352,7 +63613,7 @@ if (lean_is_exclusive(x_54)) { lean_dec_ref(x_54); x_60 = lean_box(0); } -x_61 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__11; +x_61 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__11; if (lean_is_scalar(x_60)) { x_62 = lean_alloc_ctor(0, 5, 0); } else { @@ -63639,7 +63900,7 @@ _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_Lean_Elab_Term_ElabElim_finalize___lambda__9___closed__8; x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux___spec__5___closed__1; -x_3 = lean_unsigned_to_nat(1679u); +x_3 = lean_unsigned_to_nat(1740u); x_4 = lean_unsigned_to_nat(21u); x_5 = l_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f___lambda__1___closed__2; x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -66307,7 +66568,7 @@ x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); return x_4; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -66317,7 +66578,7 @@ x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -66327,27 +66588,27 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__2; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__2; x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__3; x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__5() { _start: { lean_object* x_1; @@ -66355,17 +66616,17 @@ x_1 = lean_mk_string_unchecked("initFn", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__4; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__5; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__7() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__7() { _start: { lean_object* x_1; @@ -66373,37 +66634,37 @@ x_1 = lean_mk_string_unchecked("_@", 2, 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__8() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__6; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__7; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__6; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__9() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__8; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__8; x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__10() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__9; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__9; x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__11() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__11() { _start: { lean_object* x_1; @@ -66411,17 +66672,17 @@ x_1 = lean_mk_string_unchecked("App", 3, 3); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__12() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__10; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__11; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__10; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__11; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__13() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__13() { _start: { lean_object* x_1; @@ -66429,33 +66690,33 @@ x_1 = lean_mk_string_unchecked("_hyg", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__14() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__12; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__13; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__12; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__15() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__14; -x_2 = lean_unsigned_to_nat(24897u); +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__14; +x_2 = lean_unsigned_to_nat(24884u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__1; x_3 = 0; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__15; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -66648,7 +66909,29 @@ l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__8 = _init_l_Lean lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__8); l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__9(); lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4____closed__9); -if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4_(lean_io_mk_world()); +l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_docString__1___closed__1 = _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__1 = _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__1); +l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__2 = _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__2); +l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__3 = _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__3); +l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__4 = _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__4); +l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__5 = _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__5); +l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__6 = _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__6); +l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__7 = _init_l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_Elab_Term_elabWithoutExpectedTypeAttr___regBuiltin_Lean_Elab_Term_elabWithoutExpectedTypeAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_4_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Term_elabWithoutExpectedTypeAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Term_elabWithoutExpectedTypeAttr); @@ -66880,46 +67163,68 @@ l_Lean_Elab_Term_getElabElimExprInfo___closed__5 = _init_l_Lean_Elab_Term_getEla lean_mark_persistent(l_Lean_Elab_Term_getElabElimExprInfo___closed__5); l_Lean_Elab_Term_getElabElimExprInfo___closed__6 = _init_l_Lean_Elab_Term_getElabElimExprInfo___closed__6(); lean_mark_persistent(l_Lean_Elab_Term_getElabElimExprInfo___closed__6); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__2(); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__6); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__7); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__8); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__9); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__10); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__11); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__12); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__13); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__14(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__14); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__15(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____lambda__2___closed__15); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001____closed__5); -if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_8001_(lean_io_mk_world()); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__2(); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__6); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__7); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__8); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__9); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__10); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__11); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__12); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__13); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__14(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__14); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__15(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____lambda__2___closed__15); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988____closed__5); +l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_docString__1___closed__1 = _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_docString__1___closed__1); +if (builtin) {res = l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__1 = _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__1); +l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__2 = _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__2); +l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__3 = _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__3); +l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__4 = _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__4); +l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__5 = _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__5); +l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__6 = _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__6); +l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__7 = _init_l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3___closed__7); +if (builtin) {res = l_Lean_Elab_Term_elabAsElim___regBuiltin_Lean_Elab_Term_elabAsElim_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7988_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Term_elabAsElim = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Term_elabAsElim); @@ -67583,37 +67888,37 @@ lean_mark_persistent(l_Lean_Elab_Term_elabProj___regBuiltin_Lean_Elab_Term_elabP if (builtin) {res = l_Lean_Elab_Term_elabProj___regBuiltin_Lean_Elab_Term_elabProj_declRange__3(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -}l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__6); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__7); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__8); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__9); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__10); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__11); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__12); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__13); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__14(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__14); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__15(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897____closed__15); -if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24897_(lean_io_mk_world()); +}l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__6); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__7); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__8); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__9); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__10); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__11); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__12); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__13); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__14(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__14); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__15(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884____closed__15); +if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24884_(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)); diff --git a/stage0/stdlib/Lean/Elab/Command.c b/stage0/stdlib/Lean/Elab/Command.c index 2546ef751e..adf37b983e 100644 --- a/stage0/stdlib/Lean/Elab/Command.c +++ b/stage0/stdlib/Lean/Elab/Command.c @@ -16,14 +16,13 @@ extern "C" { static lean_object* l_Lean_addTraceAsMessages___at_Lean_Elab_Command_wrapAsyncAsSnapshot___spec__3___lambda__1___closed__7; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_liftTermElabM___spec__11___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_Array_mapMUnsafe_map___at___private_Lean_Elab_Command_0__Lean_Elab_Command_runCore___spec__4(lean_object*, size_t, size_t, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__3; static lean_object* l_Lean_Elab_Command_getBracketedBinderIds___closed__9; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Command_runLinters___spec__4___lambda__4(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_runLintersAsync___lambda__4___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadCommandElabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_zipWithAux___at_Lean_Elab_Command_elabCommand_go___spec__14___lambda__1___closed__1; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_wrapAsync___elambda__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__1; static lean_object* l_List_foldl___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__2___closed__3; lean_object* lean_format_pretty(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_liftAttrM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -37,6 +36,7 @@ static lean_object* l_Array_zipWithAux___at_Lean_Elab_Command_elabCommand_go___s static lean_object* l_Lean_Elab_Command_instMonadMacroAdapterCommandElabM___closed__1; static lean_object* l_Lean_Elab_Command_runLintersAsync___lambda__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadQuotationCommandElabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__2; static lean_object* l_Lean_Elab_Command_mkState___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Command_withScope___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_runLintersAsync___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -58,7 +58,6 @@ uint8_t l_Lean_Elab_isAbortExceptionId(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadLogCommandElabM___lambda__5___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_runLinters___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*); static lean_object* l_Lean_Elab_Command_instMonadLogCommandElabM___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_logSnapshotTask(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addCompletionInfo___at_Lean_withSetOptionIn___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); @@ -68,6 +67,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_liftTermElabM(lean_object*); static lean_object* l_Lean_Elab_Command_instMonadRecDepthCommandElabM___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_isIncrementalElab___at___private_Lean_Elab_Command_0__Lean_Elab_Command_elabCommandUsing___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_CommandContextInfo_save___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_runLintersAsync___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_addTraceAsMessages___at_Lean_Elab_Command_wrapAsyncAsSnapshot___spec__3___lambda__1___closed__3; static lean_object* l_Lean_Elab_Command_instMonadEnvCommandElabM___closed__3; @@ -92,13 +92,13 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_liftTermE LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Command_0__Lean_Elab_Command_elabCommandUsing___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_runLinters___spec__9___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Elab_Command_runLinters___spec__15(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_instMonadCommandElabM___closed__3; lean_object* l_Lean_PersistentArray_toArray___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadDeclNameGeneratorCommandElabM; static lean_object* l_Lean_Elab_Command_elabCommand_go___closed__5; lean_object* l_Lean_profileitIOUnsafe___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_mkState___closed__11; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__8; static lean_object* l_Lean_Elab_Command_instMonadInfoTreeCommandElabM___closed__1; lean_object* l_Lean_Language_Snapshot_Diagnostics_ofMessageLog(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadTraceCommandElabM; @@ -111,17 +111,18 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_ela static lean_object* l_Lean_Elab_Command_instInhabitedScope___closed__3; static lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_runCore___rarg___closed__1; static lean_object* l_Lean_Elab_Command_mkState___closed__10; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064____closed__2; lean_object* l_Lean_indentD(lean_object*); double lean_float_div(double, double); lean_object* lean_io_get_tid(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Command_elabCommand_go___spec__2___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabCommand_go___lambda__6___closed__2; lean_object* l_Lean_Elab_mkMessageCore(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578_(lean_object*); lean_object* lean_io_promise_new(lean_object*); uint8_t l_Lean_Exception_isInterrupt(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_getMainModule___rarg(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_synthesizeSyntheticMVars(uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__4; uint64_t lean_uint64_of_nat(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_runCore___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_tryCatch___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -157,6 +158,7 @@ lean_object* l_panic___at_Lean_Name_getString_x21___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_wrapAsync___elambda__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_wrapAsyncAsSnapshot___rarg___lambda__2___closed__2; lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__4; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Command_runLinters___spec__10___lambda__4(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_withTraceNode___at_Lean_Elab_Command_runLinters___spec__4___lambda__3___closed__1; lean_object* l_Lean_Syntax_getId(lean_object*); @@ -175,7 +177,6 @@ lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBound LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Elab_Command_liftTermElabM___spec__13(lean_object*); static lean_object* l_Lean_Elab_Command_elabCommand_go___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadMacroAdapterCommandElabM___lambda__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__3; static lean_object* l_Lean_Elab_Command_runLinters___closed__1; static lean_object* l_Lean_Elab_Command_elabCommand_go___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Command_elabCommand_go___spec__13___rarg(lean_object*); @@ -219,22 +220,24 @@ LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_Command_ LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCommand_go___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_instMonadQuotationCommandElabM___closed__3; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_runLinters___spec__9___lambda__2___closed__2; -static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__6; static lean_object* l_Lean_Elab_Command_elabCommand_go___lambda__3___closed__5; static lean_object* l_Lean_Elab_Command_elabCommand_go___lambda__3___closed__3; +static lean_object* l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Command_0__Lean_Elab_Command_runCore___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Command_wrapAsyncAsSnapshot___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_wrapAsyncAsSnapshot___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_float_decLt(double, double); LEAN_EXPORT lean_object* l_Lean_Elab_Command_addUnivLevel___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189_; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Elab_Command_runLinters___spec__12___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_liftCoreM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withEnv___at_Lean_Elab_Command_runLintersAsync___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_docString__1___closed__1; LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Command_runLinters___spec__2(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Command_0__Lean_liftCommandElabMCore___rarg___closed__1; static lean_object* l___auto____x40_Lean_Elab_Command___hyg_2397____closed__21; +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_hasSyntheticSorry(lean_object*); +static lean_object* l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__6; static lean_object* l_Lean_Elab_isIncrementalElab___at___private_Lean_Elab_Command_0__Lean_Elab_Command_elabCommandUsing___spec__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_getLevelNames(lean_object*); static lean_object* l_Lean_Elab_Command_mkMetaContext___closed__3; @@ -244,13 +247,13 @@ lean_object* l_Lean_throwError___at_Lean_realizeGlobalConstCore___spec__5(lean_o LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_liftTermElabM___spec__11(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_Elab_Command_elabCommand_go___lambda__3___closed__4; static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__6; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__1; LEAN_EXPORT lean_object* l_Array_zipWithAux___at_Lean_Elab_Command_elabCommand_go___spec__14___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_LocalContext_empty; LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___at_Lean_Elab_Command_liftTermElabM___spec__1___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_Linter_name___autoParam___closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadLogCommandElabM; static lean_object* l___private_Lean_Elab_Command_0__Lean_liftCommandElabMCore___rarg___closed__3; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080____closed__1; lean_object* lean_io_get_num_heartbeats(lean_object*); uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -281,7 +284,6 @@ lean_object* l_Lean_Elab_expandMacroImpl_x3f___boxed(lean_object*, lean_object*, static lean_object* l_Lean_addTraceAsMessages___at_Lean_Elab_Command_wrapAsyncAsSnapshot___spec__3___lambda__1___closed__5; uint8_t lean_string_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_Linter_name___autoParam___closed__6; -static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__5; static lean_object* l_Lean_Elab_Command_Linter_name___autoParam___closed__22; uint8_t l_List_elem___at_Lean_Environment_realizeConst___spec__6(lean_object*, lean_object*); lean_object* l_Lean_Language_SnapshotTree_getAll(lean_object*); @@ -290,7 +292,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadExceptOfExceptionCommandEl LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Command_elabCommand_go___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_liftCommandElabM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425____closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_elabCommand_go___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Command_elabCommand_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_wrapAsyncAsSnapshot___rarg___lambda__5___closed__7; @@ -324,8 +325,8 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_withoutCommandIncrementality___rarg static lean_object* l_List_foldl___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_runLintersAsync___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_withIsolatedStreams___at_Lean_Elab_Command_wrapAsyncAsSnapshot___spec__10___closed__3; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__1; static lean_object* l___auto____x40_Lean_Elab_Command___hyg_2397____closed__10; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064____closed__1; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Command_runLinters___spec__4___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabCommand_go___closed__7; lean_object* l_Lean_InternalExceptionId_getName(lean_object*, lean_object*); @@ -340,10 +341,13 @@ LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Command_runLinters_ LEAN_EXPORT lean_object* l_Lean_log___at_Lean_Elab_Command_runLinters___spec__3(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_Linter_name___autoParam___closed__11; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadInfoTreeCommandElabM___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_liftAttrM(lean_object*); +static lean_object* l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__4; lean_object* lean_io_promise_resolve(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_reportDiag(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_mkState___closed__8; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__10; lean_object* lean_io_promise_result_opt(lean_object*); size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadLogCommandElabM___lambda__1(lean_object*, lean_object*, lean_object*); @@ -362,6 +366,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_elabCommand_go static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__11; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadRecDepthCommandElabM___lambda__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_withSetOptionIn___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064_(lean_object*); static lean_object* l_Lean_Elab_Command_elabCommandTopLevel___lambda__1___closed__2; static lean_object* l_Lean_Elab_Command_runLintersAsync___closed__1; static lean_object* l_Lean_Elab_Command_liftTermElabM___rarg___closed__1; @@ -370,8 +375,6 @@ static lean_object* l_Lean_Elab_Command_wrapAsyncAsSnapshot___rarg___lambda__5__ static lean_object* l_Lean_Elab_Command_mkState___closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadEnvCommandElabM; static uint64_t l_Lean_Elab_Command_wrapAsyncAsSnapshot___rarg___lambda__5___closed__6; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080_(lean_object*); -static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__4; static lean_object* l___auto____x40_Lean_Elab_Command___hyg_2397____closed__7; static lean_object* l___auto____x40_Lean_Elab_Command___hyg_2397____closed__17; LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_getVarDecls___boxed(lean_object*); @@ -387,7 +390,6 @@ lean_object* l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(lean_object*, lean LEAN_EXPORT lean_object* l_Lean_Elab_Command_commandElabAttribute; static lean_object* l_Lean_Elab_elabSetOption___at_Lean_withSetOptionIn___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Command_runLinters___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__8; lean_object* l_Lean_Elab_expandMacroImpl_x3f(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_withSavedPartialInfoContext___at_Lean_Elab_Command_liftTermElabM___spec__2___rarg___lambda__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_Elab_Command_liftIO___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -403,10 +405,8 @@ lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withDeclName___sp LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Elab_Command_runLinters___spec__6___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_Linter_name___autoParam___closed__16; uint64_t lean_uint64_shift_right(uint64_t, uint64_t); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Command_0__Lean_Elab_Command_runCore___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_elabCommandUsing___closed__4; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadOptionsCommandElabM___rarg(lean_object*, lean_object*); uint8_t l_Lean_TagAttribute_hasTag(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_addTraceAsMessages___at_Lean_Elab_Command_wrapAsyncAsSnapshot___spec__3___lambda__1___closed__4; @@ -432,7 +432,6 @@ static size_t l_Lean_Elab_Command_wrapAsyncAsSnapshot___rarg___lambda__5___close lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadLiftTIOCommandElabM(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___at_Lean_Elab_Command_liftTermElabM___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCommand_go___lambda__7(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_runCore___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -442,7 +441,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_getRef(lean_object*, lean_object*, LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_liftCommandElabMCore(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_withSetOptionIn___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadLiftTIOCommandElabM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619_(lean_object*); static lean_object* l_Lean_Elab_Command_instMonadQuotationCommandElabM___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadResolveNameCommandElabM___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__16; @@ -455,9 +453,9 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadDeclNameGeneratorCommandEl LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadMacroAdapterCommandElabM___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_liftTermElabM___spec__7(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadRefCommandElabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__5; static lean_object* l_Lean_Elab_Command_Linter_name___autoParam___closed__24; LEAN_EXPORT lean_object* l_Lean_Elab_elabSetOption_setOption___at_Lean_withSetOptionIn___spec__6___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__2; lean_object* l_Lean_Syntax_getKind(lean_object*); static lean_object* l_Lean_withSetOptionIn___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Command_0__Lean_Elab_Command_mkTermContext___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -478,10 +476,10 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_liftTermE lean_object* l_Lean_Meta_MetaM_run___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCommand_go___lambda__3___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*); static lean_object* l_Lean_Elab_Command_runLintersAsync___lambda__4___closed__2; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at___private_Lean_Elab_Command_0__Lean_Elab_Command_elabCommandUsing___spec__3___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadEnvCommandElabM___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Elab_async; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__1; lean_object* l_Std_DHashMap_Internal_AssocList_replace___at_Lean_addTraceAsMessages___spec__6(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_runCore___rarg___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Command_liftTermElabM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -533,7 +531,6 @@ lean_object* lean_io_map_task(lean_object*, lean_object*, lean_object*, uint8_t, static lean_object* l_Lean_Elab_Command_Linter_name___autoParam___closed__15; extern lean_object* l_Lean_levelZero; uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_addTraceAsMessages___spec__2(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425____closed__2; static lean_object* l___auto____x40_Lean_Elab_Command___hyg_2397____closed__19; lean_object* lean_io_mono_nanos_now(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCommandTopLevel___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -552,12 +549,13 @@ LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_withSetOptionIn___sp LEAN_EXPORT lean_object* l_Lean_Elab_Command_getMainModule___rarg___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_mkState___closed__2; lean_object* lean_thunk_get_own(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562_(lean_object*); extern lean_object* l_Lean_Elab_builtinIncrementalElabs; static lean_object* l_Lean_Elab_Command_getBracketedBinderIds___closed__7; LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Elab_Command_runLinters___spec__15___rarg___boxed(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_Command_elabCommand_go___spec__8(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189____closed__2; static lean_object* l___auto____x40_Lean_Elab_Command___hyg_2397____closed__2; +static lean_object* l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__7; static lean_object* l_Lean_Elab_Command_instInhabitedScope___closed__1; extern lean_object* l_Task_Priority_default; LEAN_EXPORT lean_object* l_Lean_Elab_Command_runLintersAsync___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -584,19 +582,18 @@ extern lean_object* l_Lean_Elab_pp_macroStack; LEAN_EXPORT lean_object* l_Lean_Elab_Command_mkMetaContext; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_runLinters___spec__9___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_liftCommandElabMCore___rarg___lambda__2(lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Command_getBracketedBinderIds___spec__1___boxed(lean_object*, lean_object*); extern lean_object* l_Lean_MessageLog_empty; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__2; static lean_object* l_Lean_Elab_Command_mkState___closed__7; uint8_t l_Lean_Option_get___at___private_Lean_Util_Profile_0__Lean_get__profiler___spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Command_0__Lean_liftCommandElabMCore___rarg___closed__2; static lean_object* l_Lean_Elab_Command_instMonadDeclNameGeneratorCommandElabM___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadExceptOfExceptionCommandElabM; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_wrapAsyncAsSnapshot___spec__7___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*); uint8_t l_Lean_beqMessageSeverity____x40_Lean_Message___hyg_107_(uint8_t, uint8_t); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__7; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Command_wrapAsyncAsSnapshot___spec__1___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__1; extern lean_object* l_Lean_trace_profiler_threshold; LEAN_EXPORT lean_object* l_Lean_addMessageContextPartial___at_Lean_Elab_Command_instAddMessageContextCommandElabM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); @@ -610,18 +607,19 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_runLin LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_liftCommandElabM___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instToSnapshotTreeMacroExpandedSnapshot(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_getMainModule___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400_(lean_object*); static lean_object* l_Lean_Elab_Command_modifyScope___closed__3; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_wrapAsyncAsSnapshot___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_modifyScope___closed__4; static lean_object* l_Lean_Elab_Command_liftTermElabM___rarg___closed__2; static lean_object* l_Lean_Elab_Command_Linter_name___autoParam___closed__7; -static lean_object* l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189____closed__1; extern lean_object* l_Lean_diagnostics; LEAN_EXPORT lean_object* l_Lean_Elab_Command_runLintersAsync___lambda__5(lean_object*); static lean_object* l_Lean_Elab_Command_wrapAsyncAsSnapshot___rarg___lambda__2___closed__1; static lean_object* l_Lean_Elab_Command_elabCommandTopLevel___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Command_elabCommand_go___spec__2___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_get_set_stderr(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__2; static lean_object* l_Lean_Elab_Command_runLinters___lambda__1___closed__1; static lean_object* l_Lean_Elab_Command_instMonadResolveNameCommandElabM___closed__2; static lean_object* l_Lean_Elab_elabSetOption___at_Lean_withSetOptionIn___spec__1___closed__5; @@ -676,6 +674,8 @@ static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_71 uint8_t l_Lean_Environment_contains(lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_addTraceAsMessages___at_Lean_Elab_Command_wrapAsyncAsSnapshot___spec__3___closed__2; extern lean_object* l_Lean_inheritedTraceOptions; +static lean_object* l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__5; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_liftTermElabM___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*); LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at___private_Lean_Elab_Command_0__Lean_Elab_Command_elabCommandUsing___spec__3___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instInhabitedCommandElabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -694,7 +694,9 @@ static lean_object* l_Lean_Elab_Command_elabCommand_go___lambda__6___closed__4; static lean_object* l_Lean_Elab_Command_instMonadCommandElabM___closed__6; static lean_object* l_Lean_Elab_Command_modifyScope___closed__2; lean_object* l_Lean_Elab_Term_withAutoBoundImplicit___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_docString__1(lean_object*); static lean_object* l_Lean_Elab_Command_runLintersAsync___lambda__4___closed__3; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__3; static lean_object* l_Lean_Elab_Command_Linter_name___autoParam___closed__17; static lean_object* l_Lean_Elab_Command_wrapAsyncAsSnapshot___rarg___lambda__3___closed__1; double l_Float_ofScientific(lean_object*, uint8_t, lean_object*); @@ -720,6 +722,7 @@ static lean_object* l_Lean_Elab_Command_withoutCommandIncrementality___rarg___cl lean_object* l_Lean_Elab_Term_addAutoBoundImplicits(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Command_runLinters___spec__4___lambda__1___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_Elab_Command_elabCommand_go___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__1; static lean_object* l_Lean_Elab_Command_instMonadInfoTreeCommandElabM___closed__3; static lean_object* l_Lean_Elab_elabSetOption___at_Lean_withSetOptionIn___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_runLintersAsync___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -742,6 +745,7 @@ LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Elab_Command_runLinters___s LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Command_0__Lean_Elab_Command_elabCommandUsing___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_runCore___rarg___closed__3; static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__17; +static lean_object* l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173____closed__2; static lean_object* l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1___closed__3; static lean_object* l_Lean_Elab_Command_instAddMessageContextCommandElabM___closed__1; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); @@ -753,6 +757,7 @@ static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Command_elabCommand lean_object* l_Lean_Language_SnapshotTask_cancelRec___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabSetOption___at_Lean_withSetOptionIn___spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Command_getScope(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173_; LEAN_EXPORT lean_object* l_Lean_Elab_Command_wrapAsyncAsSnapshot___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadLogCommandElabM___lambda__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_runLinters___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); @@ -763,7 +768,6 @@ lean_object* l_Lean_Environment_mainModule(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_Command_withMacroExpansion___spec__1(lean_object*); lean_object* l_Lean_Elab_Term_TermElabM_run___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadResolveNameCommandElabM___lambda__2___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_liftTermElabM___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_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_684_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_getLevelNames___boxed(lean_object*); @@ -783,7 +787,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_withFreshMacroScope(lean_object*); static lean_object* l_Lean_Elab_Command_mkState___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Command_getMainModule(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at___private_Lean_Elab_Command_0__Lean_Elab_Command_runCore___spec__1___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Command_elabCommand_go___spec__2___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Command_wrapAsyncAsSnapshot___spec__1___lambda__2(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, double, double, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_runLinters___spec__9___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -793,10 +796,12 @@ static lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_elabComma static lean_object* l_Lean_Elab_Command_getBracketedBinderIds___closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at___private_Lean_Elab_Command_0__Lean_Elab_Command_elabCommandUsing___spec__3(lean_object*); static lean_object* l_Lean_Elab_Command_instMonadRefCommandElabM___closed__3; +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603_(lean_object*); static lean_object* l_Lean_Elab_Command_wrapAsyncAsSnapshot___rarg___lambda__5___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadTraceCommandElabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_findAux(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Command_elabCommandTopLevel___lambda__1(lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__3; static lean_object* l_Lean_addTraceAsMessages___at_Lean_Elab_Command_wrapAsyncAsSnapshot___spec__3___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_wrapAsyncAsSnapshot___spec__9(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Command_runLinters___spec__10___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -854,13 +859,16 @@ LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Command_runLinters_ LEAN_EXPORT lean_object* l_Lean_Elab_Command_instInhabitedCommandElabM(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_wrapAsyncAsSnapshot(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Command_elabCommand_go___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_withSavedPartialInfoContext___at_Lean_Elab_Command_liftTermElabM___spec__2(lean_object*); static lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__5; lean_object* l_Lean_getOptionDecl(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_tryCatch(lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); lean_object* l_Array_ofSubarray___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_withoutCommandIncrementality___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Elab_Command_runLinters___spec__6___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_liftAttrM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Command_elabCommand_go___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -898,7 +906,6 @@ size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadLogCommandElabM___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Elab_Command_runLinters___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCommand_go___lambda__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*); static lean_object* l___auto____x40_Lean_Elab_Command___hyg_2397____closed__4; static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__7; @@ -961,11 +968,12 @@ static lean_object* l_Lean_Elab_Command_wrapAsyncAsSnapshot___rarg___lambda__5__ LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_mkInfoTree___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at___private_Lean_Elab_Command_0__Lean_Elab_Command_runCore___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_showPartialSyntaxErrors; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__3; static lean_object* l_Lean_Elab_Command_wrapAsyncAsSnapshot___rarg___lambda__5___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_addUnivLevel(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__3; static lean_object* l_Lean_Elab_Command_mkMetaContext___closed__4; LEAN_EXPORT lean_object* l_Array_zipWithAux___at_Lean_Elab_Command_elabCommand_go___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__5; static lean_object* l_Lean_Elab_Command_elabCommand_go___lambda__6___closed__1; static lean_object* l_Lean_Elab_Command_Linter_name___autoParam___closed__21; uint8_t lean_nat_dec_le(lean_object*, lean_object*); @@ -982,7 +990,6 @@ static lean_object* l_Lean_Elab_Command_instMonadTraceCommandElabM___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Command_getBracketedBinderIds___spec__1___rarg(lean_object*); static lean_object* l_Lean_Elab_throwAlreadyDeclaredUniverseLevel___at_Lean_Elab_Command_addUnivLevel___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Command_elabCommand_go___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCommand_go___lambda__7___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_withSetOptionIn___spec__7(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_withoutCommandIncrementality(lean_object*); @@ -999,8 +1006,8 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_ela static lean_object* l_Lean_Elab_Command_modifyScope___closed__1; static lean_object* l_Lean_Elab_Command_instMonadResolveNameCommandElabM___closed__1; uint8_t l_Lean_Exception_isRuntime(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at___private_Lean_Elab_Command_0__Lean_Elab_Command_elabCommandUsing___spec__3___boxed(lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Elab_Command_runLinters___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Elab_Command___hyg_2397____closed__8; static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__9; @@ -1036,7 +1043,7 @@ LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Command_runLinters_ LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_liftCommandElabM___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadRecDepthCommandElabM___lambda__3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_instMonadLogCommandElabM___lambda__6___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651_(lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__5; static lean_object* l___auto____x40_Lean_Elab_Command___hyg_2397____closed__20; static lean_object* l_Lean_Elab_Command_Linter_name___autoParam___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Command_withoutCommandIncrementality___rarg___lambda__2(lean_object*, lean_object*); @@ -1062,9 +1069,13 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_liftTermElabM___rarg___boxed(lean_o LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Command_runLinters___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ReaderT_pure___at_Lean_Elab_liftMacroM___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_withSetOptionIn___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__2; static lean_object* l_Lean_Elab_Command_Linter_name___autoParam___closed__5; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__9; double lean_float_sub(double, double); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadExceptOfExceptionCommandElabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_wrapAsync___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_liftCommandElabM___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_liftTermElabM___rarg___closed__3; @@ -23113,7 +23124,7 @@ x_1 = l_Lean_Elab_Command_instMonadQuotationCommandElabM___closed__4; return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__1() { _start: { lean_object* x_1; @@ -23121,17 +23132,17 @@ x_1 = lean_mk_string_unchecked("builtin_command_elab", 20, 20); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__1; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__3() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__3() { _start: { lean_object* x_1; @@ -23139,17 +23150,17 @@ x_1 = lean_mk_string_unchecked("command_elab", 12, 12); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__4() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__3; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__5() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; @@ -23160,7 +23171,7 @@ x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__6() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__6() { _start: { lean_object* x_1; @@ -23168,40 +23179,19 @@ x_1 = lean_mk_string_unchecked("CommandElab", 11, 11); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__7() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____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_Command_Linter_name___autoParam___closed__1; x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__1; x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__6; -x_4 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__6; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__6; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__8() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("command", 7, 7); -return x_1; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; -x_3 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__2; -x_4 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__4; -x_5 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__5; -x_6 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__7; -x_7 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__8; -x_8 = l_Lean_Elab_mkElabAttribute___rarg(x_3, x_4, x_5, x_6, x_7, x_1, x_2); -return x_8; -} -} -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__8() { _start: { lean_object* x_1; @@ -23209,27 +23199,160 @@ x_1 = lean_mk_string_unchecked("commandElabAttribute", 20, 20); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__9() { _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_Command_Linter_name___autoParam___closed__1; x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__1; x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__6; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425____closed__1; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__8; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425_(lean_object* x_1) { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__10() { _start: { -lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425____closed__2; -x_3 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe(x_2, x_1); +lean_object* x_1; +x_1 = lean_mk_string_unchecked("command", 7, 7); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400_(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; lean_object* x_7; lean_object* x_8; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__2; +x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__4; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__5; +x_5 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__7; +x_6 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__10; +x_7 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__9; +x_8 = l_Lean_Elab_mkElabAttribute___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_1); +return x_8; +} +} +static lean_object* _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a command elaborator for the given syntax node kind.\n\nA command elaborator should have type `Lean.Elab.Command.CommandElab` (which is\n`Lean.Syntax → Lean.Elab.Term.CommandElabM Unit`), i.e. should take syntax of the given syntax\nnode kind as a parameter and perform an action.\n\nThe `elab_rules` and `elab` commands should usually be preferred over using this attribute\ndirectly.\n", 391, 389); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__9; +x_3 = l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(419u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); return x_3; } } +static lean_object* _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(431u); +x_2 = lean_unsigned_to_nat(127u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__3() { +_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_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(127u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(430u); +x_2 = lean_unsigned_to_nat(26u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(430u); +x_2 = lean_unsigned_to_nat(46u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__6() { +_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_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(26u); +x_3 = l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(46u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__3; +x_2 = l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__9; +x_3 = l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_mkInfoTree(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: { @@ -26686,38 +26809,38 @@ lean_dec(x_1); return x_4; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__1; -x_2 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__8; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__10; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__16; -x_2 = lean_unsigned_to_nat(4080u); +x_2 = lean_unsigned_to_nat(4064u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080____closed__1; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064____closed__1; x_3 = 0; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080____closed__2; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064____closed__2; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173____closed__1() { _start: { lean_object* x_1; @@ -26725,23 +26848,23 @@ x_1 = lean_mk_string_unchecked("MacroExpandedSnapshot", 21, 21); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173____closed__2() { _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_Command_Linter_name___autoParam___closed__1; x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__1; x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__6; -x_4 = l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189____closed__1; +x_4 = l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173____closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189_() { +static lean_object* _init_l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173_() { _start: { lean_object* x_1; -x_1 = l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189____closed__2; +x_1 = l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173____closed__2; return x_1; } } @@ -26749,7 +26872,7 @@ static lean_object* _init_l_Lean_Elab_Command_instTypeNameMacroExpandedSnapshot( _start: { lean_object* x_1; -x_1 = l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189_; +x_1 = l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173_; return x_1; } } @@ -34759,7 +34882,7 @@ x_13 = l_Lean_Syntax_getKind(x_1); x_14 = 1; x_15 = l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_runLinters___spec__9___closed__1; x_16 = l_Lean_Name_toString(x_13, x_14, x_15); -x_17 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080____closed__1; +x_17 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064____closed__1; x_18 = lean_box(x_14); x_19 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Elab_Command_runLinters___spec__10___boxed), 8, 5); lean_closure_set(x_19, 0, x_17); @@ -34782,7 +34905,7 @@ x_24 = l_Lean_Syntax_getKind(x_23); x_25 = 1; x_26 = l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_runLinters___spec__9___closed__1; x_27 = l_Lean_Name_toString(x_24, x_25, x_26); -x_28 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080____closed__1; +x_28 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064____closed__1; x_29 = lean_box(x_25); x_30 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Elab_Command_runLinters___spec__10___boxed), 8, 5); lean_closure_set(x_30, 0, x_28); @@ -35329,7 +35452,7 @@ lean_dec(x_1); return x_4; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__1() { _start: { lean_object* x_1; @@ -35337,38 +35460,38 @@ x_1 = lean_mk_string_unchecked("input", 5, 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__1; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__1; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__3() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__16; -x_2 = lean_unsigned_to_nat(5578u); +x_2 = lean_unsigned_to_nat(5562u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__2; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__2; x_3 = 0; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__3; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__3; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__1() { _start: { lean_object* x_1; @@ -35376,17 +35499,17 @@ x_1 = lean_mk_string_unchecked("showPartialSyntaxErrors", 23, 23); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__1; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__3() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__3() { _start: { lean_object* x_1; @@ -35394,13 +35517,13 @@ x_1 = lean_mk_string_unchecked("show elaboration errors from partial syntax tree return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__4() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__4() { _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_Elab_Command_instInhabitedScope___closed__2; -x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__3; +x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__3; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -35409,30 +35532,30 @@ lean_ctor_set(x_5, 2, x_3); return x_5; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__5() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____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_Command_Linter_name___autoParam___closed__1; x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__1; x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__6; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__1; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__2; -x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__4; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__5; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__2; +x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__4; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__5; x_5 = l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___hyg_6____spec__1(x_2, x_3, x_4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__1() { _start: { lean_object* x_1; @@ -35440,27 +35563,27 @@ x_1 = lean_mk_string_unchecked("info", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__1; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__1; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__3() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__16; -x_2 = lean_unsigned_to_nat(5651u); +x_2 = lean_unsigned_to_nat(5635u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__4() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__4() { _start: { lean_object* x_1; @@ -35468,23 +35591,23 @@ x_1 = lean_mk_string_unchecked("snapshotTree", 12, 12); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__5() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_717____closed__1; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__4; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__4; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__2; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__2; x_3 = 0; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__3; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__3; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -35492,7 +35615,7 @@ lean_object* x_6; lean_object* x_7; lean_object* x_8; x_6 = lean_ctor_get(x_5, 1); lean_inc(x_6); lean_dec(x_5); -x_7 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__5; +x_7 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__5; x_8 = l_Lean_registerTraceClass(x_7, x_3, x_4, x_6); return x_8; } @@ -41304,7 +41427,7 @@ _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_Lean_Elab_Command_modifyScope___closed__1; x_2 = l_Lean_Elab_Command_modifyScope___closed__2; -x_3 = lean_unsigned_to_nat(780u); +x_3 = lean_unsigned_to_nat(786u); x_4 = lean_unsigned_to_nat(16u); x_5 = l_Lean_Elab_Command_modifyScope___closed__3; x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -46604,27 +46727,49 @@ l_Lean_Elab_Command_instMonadQuotationCommandElabM___closed__4 = _init_l_Lean_El lean_mark_persistent(l_Lean_Elab_Command_instMonadQuotationCommandElabM___closed__4); l_Lean_Elab_Command_instMonadQuotationCommandElabM = _init_l_Lean_Elab_Command_instMonadQuotationCommandElabM(); lean_mark_persistent(l_Lean_Elab_Command_instMonadQuotationCommandElabM); -l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__1 = _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__1); -l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__2 = _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__2); -l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__3 = _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__3); -l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__4 = _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__4(); -lean_mark_persistent(l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__4); -l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__5 = _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__5(); -lean_mark_persistent(l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__5); -l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__6 = _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__6(); -lean_mark_persistent(l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__6); -l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__7 = _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__7(); -lean_mark_persistent(l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__7); -l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__8 = _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__8(); -lean_mark_persistent(l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__8); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425____closed__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425____closed__2); -if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3425_(lean_io_mk_world()); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__1); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__2); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__3); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__4(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__4); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__5(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__5); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__6 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__6(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__6); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__7 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__7(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__7); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__8 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__8(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__8); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__9 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__9(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__9); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__10 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__10(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400____closed__10); +l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_docString__1___closed__1 = _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_docString__1___closed__1); +if (builtin) {res = l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__1 = _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__1); +l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__2 = _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__2); +l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__3 = _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__3); +l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__4 = _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__4); +l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__5 = _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__5); +l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__6 = _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__6); +l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__7 = _init_l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3___closed__7); +if (builtin) {res = l_Lean_Elab_Command_commandElabAttribute___regBuiltin_Lean_Elab_Command_commandElabAttribute_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3400_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Command_commandElabAttribute = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Command_commandElabAttribute); @@ -46667,19 +46812,19 @@ l_Lean_Elab_Command_instMonadRecDepthCommandElabM___closed__4 = _init_l_Lean_Ela lean_mark_persistent(l_Lean_Elab_Command_instMonadRecDepthCommandElabM___closed__4); l_Lean_Elab_Command_instMonadRecDepthCommandElabM = _init_l_Lean_Elab_Command_instMonadRecDepthCommandElabM(); lean_mark_persistent(l_Lean_Elab_Command_instMonadRecDepthCommandElabM); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080____closed__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080____closed__2); -if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4080_(lean_io_mk_world()); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064____closed__1); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064____closed__2); +if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4064_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -}l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189____closed__1 = _init_l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189____closed__1); -l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189____closed__2 = _init_l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189____closed__2); -l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189_ = _init_l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189_(); -lean_mark_persistent(l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4189_); +}l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173____closed__1 = _init_l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173____closed__1); +l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173____closed__2 = _init_l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173____closed__2); +l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173_ = _init_l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173_(); +lean_mark_persistent(l_Lean_Elab_Command_instImpl____x40_Lean_Elab_Command___hyg_4173_); l_Lean_Elab_Command_instTypeNameMacroExpandedSnapshot = _init_l_Lean_Elab_Command_instTypeNameMacroExpandedSnapshot(); lean_mark_persistent(l_Lean_Elab_Command_instTypeNameMacroExpandedSnapshot); l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Command_elabCommand_go___spec__1___closed__1 = _init_l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Command_elabCommand_go___spec__1___closed__1(); @@ -46740,41 +46885,41 @@ l_Lean_Elab_Command_elabCommand_go___closed__7 = _init_l_Lean_Elab_Command_elabC lean_mark_persistent(l_Lean_Elab_Command_elabCommand_go___closed__7); l_Lean_Elab_Command_elabCommand_go___boxed__const__1 = _init_l_Lean_Elab_Command_elabCommand_go___boxed__const__1(); lean_mark_persistent(l_Lean_Elab_Command_elabCommand_go___boxed__const__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__2); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578____closed__3); -if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5578_(lean_io_mk_world()); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__1); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__2); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562____closed__3); +if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5562_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -}l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__2); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__3); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__4(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__4); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__5(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619____closed__5); -if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5619_(lean_io_mk_world()); +}l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__1); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__2); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__3); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__4(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__4); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__5(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603____closed__5); +if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5603_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Command_showPartialSyntaxErrors = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Command_showPartialSyntaxErrors); lean_dec_ref(res); -}l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__2); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__3); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__4(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__4); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__5(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651____closed__5); -if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5651_(lean_io_mk_world()); +}l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__1); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__2); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__3); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__4(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__4); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__5(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635____closed__5); +if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_5635_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Elab_Command_elabCommandTopLevel___lambda__1___closed__1 = _init_l_Lean_Elab_Command_elabCommandTopLevel___lambda__1___closed__1(); diff --git a/stage0/stdlib/Lean/Elab/ComputedFields.c b/stage0/stdlib/Lean/Elab/ComputedFields.c index 0f5e420e66..caf5cdd8eb 100644 --- a/stage0/stdlib/Lean/Elab/ComputedFields.c +++ b/stage0/stdlib/Lean/Elab/ComputedFields.c @@ -29,6 +29,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_isScalarField(lean_object*, LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_5_(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_setImplementedBy___at_Lean_Elab_ComputedFields_overrideConstructors___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Elab_WF_instInhabitedEqnInfo; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___spec__3___closed__1; LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_ComputedFields_setComputedFields___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); @@ -66,6 +67,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_getComputedFieldValue___lamb lean_object* l_Lean_replaceRef(lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at_Lean_Elab_ComputedFields_mkImplType___spec__1___rarg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__2; lean_object* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); lean_object* l_Lean_Meta_forallTelescope___at_Lean_Meta_mapForallTelescope_x27___spec__1___rarg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_casesOnSuffix; @@ -78,6 +80,7 @@ lean_object* l_Lean_Expr_fvarId_x21(lean_object*); lean_object* l_Lean_Environment_find_x3f(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_mkImplType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_ComputedFields_overrideCasesOn___spec__6___rarg(lean_object*, uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_hasSyntheticSorry(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_ComputedFields_validateComputedFields___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_5____closed__8; @@ -145,6 +148,7 @@ lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLocalDeclImp___rarg(le LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_ComputedFields_validateComputedFields___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkCasesOn(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_ComputedFields_overrideCasesOn___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3(lean_object*); lean_object* l_Lean_MessageData_ofFormat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at_Lean_Elab_ComputedFields_overrideConstructors___spec__7___rarg___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_Elab_ComputedFields_getComputedFieldValue___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -158,6 +162,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_whnfEasyCases___at_Lean_Elab_ComputedFields lean_object* l_Lean_getConstInfoInduct___at_Lean_Meta_mkProjections___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_5____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_logAt___at_Lean_Elab_ComputedFields_setComputedFields___spec__2___lambda__2___closed__2; +static lean_object* l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__7; lean_object* lean_array_to_list(lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_ComputedFields_isScalarField___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_ComputedFields_setComputedFields___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -197,6 +202,7 @@ uint8_t l_Lean_Option_get___at___private_Lean_Util_Profile_0__Lean_get__profiler LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_ComputedFields_setComputedFields___spec__2___lambda__2___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at_Lean_Elab_ComputedFields_mkImplType___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_beqMessageSeverity____x40_Lean_Message___hyg_107_(uint8_t, uint8_t); +static lean_object* l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__6; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___spec__3___lambda__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_List_forIn_x27_loop___at_Lean_Elab_ComputedFields_setComputedFields___spec__6(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_Expr_instantiateLevelParams(lean_object*, lean_object*, lean_object*); @@ -237,6 +243,7 @@ static lean_object* l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedF LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_ComputedFields_overrideConstructors___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); uint8_t l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_docString__1(lean_object*); lean_object* l_Lean_Expr_constLevels_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_overrideConstructors(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_setEnv___at_Lean_Elab_ComputedFields_overrideCasesOn___spec__10___closed__3; @@ -275,8 +282,11 @@ LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_ComputedFields_setComp lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_setEnv___at_Lean_Elab_ComputedFields_overrideCasesOn___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); +static lean_object* l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_overrideCasesOn___lambda__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*); +static lean_object* l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__4; static lean_object* l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_5____lambda__1___closed__3; +static lean_object* l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_docString__1___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_ComputedFields_overrideComputedFields___spec__4___boxed(lean_object**); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); lean_object* l_Array_ofSubarray___rarg(lean_object*); @@ -294,6 +304,7 @@ 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_ComputedFields_overrideCasesOn___lambda__1___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_Meta_forallTelescope___at_Lean_Elab_ComputedFields_mkImplType___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__3; lean_object* lean_array_uget(lean_object*, size_t); size_t lean_array_size(lean_object*); lean_object* l_Lean_throwError___at_Lean_Meta_instantiateForallWithParamInfos___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -331,6 +342,7 @@ lean_object* l_Lean_addDecl(lean_object*, lean_object*, lean_object*, lean_objec lean_object* l_Lean_MessageLog_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_ComputedFields_overrideComputedFields___spec__4___lambda__1(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_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_ComputedFields_setComputedFields___spec__3___closed__3; +static lean_object* l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__5; static lean_object* _init_l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_5____lambda__1___closed__1() { _start: { @@ -495,6 +507,126 @@ lean_dec(x_1); return x_5; } } +static lean_object* _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Marks a function as a computed field of an inductive.\n\nComputed fields are specified in the with-block of an inductive type declaration. They can be used\nto allow certain values to be computed only once at the time of construction and then later be\naccessed immediately.\n\nExample:\n```\ninductive NatList where\n | nil\n | cons : Nat → NatList → NatList\nwith\n @[computed_field] sum : NatList → Nat\n | .nil => 0\n | .cons x l => x + l.sum\n @[computed_field] length : NatList → Nat\n | .nil => 0\n | .cons _ l => l.length + 1 \n```\n", 538, 530); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_5____closed__7; +x_3 = l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(36u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(61u); +x_2 = lean_unsigned_to_nat(101u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__3() { +_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_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(101u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(58u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(58u); +x_2 = lean_unsigned_to_nat(36u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__6() { +_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_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(36u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__3; +x_2 = l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_5____closed__7; +x_3 = l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_Elab_ComputedFields_mkUnsafeCastTo___closed__1() { _start: { @@ -14045,7 +14177,29 @@ l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_5____clo lean_mark_persistent(l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_5____closed__8); l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_5____closed__9 = _init_l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_5____closed__9(); lean_mark_persistent(l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_5____closed__9); -if (builtin) {res = l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_5_(lean_io_mk_world()); +l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_docString__1___closed__1 = _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__1 = _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__1); +l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__2 = _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__2); +l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__3 = _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__3); +l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__4 = _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__4); +l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__5 = _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__5); +l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__6 = _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__6); +l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__7 = _init_l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_Elab_ComputedFields_computedFieldAttr___regBuiltin_Lean_Elab_ComputedFields_computedFieldAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_5_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_ComputedFields_computedFieldAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_ComputedFields_computedFieldAttr); diff --git a/stage0/stdlib/Lean/Elab/Declaration.c b/stage0/stdlib/Lean/Elab/Declaration.c index 1699a218b6..1df74c3d74 100644 --- a/stage0/stdlib/Lean/Elab/Declaration.c +++ b/stage0/stdlib/Lean/Elab/Declaration.c @@ -23,9 +23,9 @@ lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(lean_object*, lean_obj static lean_object* l_Lean_Elab_Command_elabDeclaration___regBuiltin_Lean_Elab_Command_elabDeclaration__1___closed__2; lean_object* lean_format_pretty(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__1; static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__37; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__5(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_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__2; +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__5(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*); static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_setDefName___closed__3; static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__29; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabAttr(lean_object*, lean_object*, lean_object*, lean_object*); @@ -43,11 +43,13 @@ static lean_object* l_Lean_Elab_Command_expandMutualPreamble___regBuiltin_Lean_E lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__35; static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__47; +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_ensureValidNamespace___closed__3; static lean_object* l_Lean_Elab_Command_expandMutualNamespace___regBuiltin_Lean_Elab_Command_expandMutualNamespace_declRange__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabAxiom___lambda__2___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_Lean_Elab_Declaration_0__Lean_Elab_Command_expandDeclNamespace_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandMutualNamespace___regBuiltin_Lean_Elab_Command_expandMutualNamespace_declRange__3___closed__2; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__13; static lean_object* l_Lean_Elab_Command_elabMutual___regBuiltin_Lean_Elab_Command_elabMutual_declRange__3___closed__7; lean_object* l_Lean_Elab_Command_runTermElabM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_sortDeclLevelParams(lean_object*, lean_object*, lean_object*); @@ -57,13 +59,12 @@ extern lean_object* l_Lean_declRangeExt; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isMutualPreambleCommand___closed__7; lean_object* l_Lean_throwError___at_Lean_Elab_Term_expandDeclId___spec__16(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabAxiom___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___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_Elab_Command_elabInitialize___lambda__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___private_Lean_Elab_Declaration_0__Lean_Elab_Command_ensureValidNamespace___closed__4; static lean_object* l_Lean_Elab_Command_elabMutual___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabAxiom(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_expandMutualPreamble(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getHeadInfo(lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__7; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_ensureValidNamespace___closed__5; uint8_t l_Lean_Exception_isInterrupt(lean_object*); lean_object* l_Lean_Elab_Command_getMainModule___rarg(lean_object*, lean_object*); @@ -77,11 +78,16 @@ static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr static lean_object* l_Lean_Elab_Command_expandMutualPreamble___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabAxiom___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandNamespacedDeclaration___regBuiltin_Lean_Elab_Command_expandNamespacedDeclaration_declRange__5___closed__2; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabInitialize___spec__1(size_t, size_t, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__7; static lean_object* l_Lean_Elab_Command_expandMutualPreamble___closed__4; +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__5___closed__4; lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabAxiom___lambda__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_EXPORT lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_expandDeclNamespace_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getId(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandNamespacedDeclaration___regBuiltin_Lean_Elab_Command_expandNamespacedDeclaration__1___closed__4; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__8___lambda__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*); static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_ensureValidNamespace___closed__1; @@ -91,23 +97,21 @@ lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___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_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__48; +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Elab_Command_inductiveElabAttr; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabAxiom___spec__1___lambda__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_EXPORT lean_object* l_Lean_Elab_Command_elabDeclaration___regBuiltin_Lean_Elab_Command_elabDeclaration__5(lean_object*); static lean_object* l_Lean_Elab_Command_elabMutual___regBuiltin_Lean_Elab_Command_elabMutual_declRange__3___closed__2; lean_object* l_Lean_Elab_Command_elabInductive(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__8; +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__8___closed__5; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isInstanceDef___closed__1; -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__6___closed__4; extern lean_object* l_Lean_unknownIdentifierMessageTag; uint8_t lean_usize_dec_eq(size_t, size_t); uint8_t l_Lean_Name_isAnonymous(lean_object*); static lean_object* l_Lean_Elab_Command_elabAxiom___lambda__4___closed__7; extern lean_object* l_Lean_Elab_Term_instMonadTermElabM; lean_object* l_Lean_Syntax_getArgs(lean_object*); -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__3___closed__3; -LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesFromSyntax___at_Lean_Elab_Command_elabInitialize___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770_(lean_object*); lean_object* l_Lean_compileDecl(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandMutualNamespace___regBuiltin_Lean_Elab_Command_expandMutualNamespace_declRange__3___closed__5; static lean_object* l_Lean_Elab_Command_expandMutualElement___regBuiltin_Lean_Elab_Command_expandMutualElement_declRange__3___closed__1; @@ -122,16 +126,15 @@ lean_object* l_Lean_Elab_Command_elabCommand(lean_object*, lean_object*, lean_ob static lean_object* l_Lean_Elab_Command_expandMutualNamespace___regBuiltin_Lean_Elab_Command_expandMutualNamespace__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabDeclaration___regBuiltin_Lean_Elab_Command_elabDeclaration__1(lean_object*); lean_object* l_Lean_Syntax_getTailPos_x3f(lean_object*, uint8_t); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__6; -static lean_object* l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_expandMutualNamespace___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__4___closed__1; +lean_object* l_Lean_Syntax_TSepArray_getElems___rarg(lean_object*); lean_object* l_Lean_Macro_throwError___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabDeclaration___closed__1; static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__17; LEAN_EXPORT lean_object* l_Lean_Elab_Command_expandNamespacedDeclaration___regBuiltin_Lean_Elab_Command_expandNamespacedDeclaration_docString__3(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabAttr___regBuiltin_Lean_Elab_Command_elabAttr_declRange__3___closed__5; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_logAt___at_Lean_Elab_Command_runLinters___spec__2(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkIdentFrom(lean_object*, lean_object*, uint8_t); @@ -140,13 +143,16 @@ static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; LEAN_EXPORT uint8_t l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isMutualPreambleCommand(lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; static lean_object* l_Lean_Elab_Command_elabInitialize___regBuiltin_Lean_Elab_Command_elabInitialize__1___closed__2; +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__8___closed__3; lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___closed__5; lean_object* l_Nat_nextPowerOfTwo_go(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_expandMutualNamespace___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isMutualDef___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__7___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_Command_elabMutual___regBuiltin_Lean_Elab_Command_elabMutual__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at_Lean_Elab_Command_elabAttr___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -155,48 +161,43 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_exp static lean_object* l_Lean_Elab_Command_expandMutualElement___regBuiltin_Lean_Elab_Command_expandMutualElement__1___closed__3; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__20; static lean_object* l_Lean_Elab_Command_elabInitialize___closed__2; -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__2___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_ensureValidNamespace___lambda__2___boxed(lean_object*); uint8_t l_Lean_Name_isPrefixOf(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabAttr___regBuiltin_Lean_Elab_Command_elabAttr__1___closed__5; -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__2___closed__4; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__7; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__3; lean_object* l_Lean_CollectLevelParams_main(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__6; static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__25; static lean_object* l_Lean_ensureNonAmbiguous___at_Lean_Elab_Command_elabAttr___spec__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_expandDeclNamespace_x3f(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Command_elabInitialize___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_withSaveInfoContext___at___private_Lean_Elab_PreDefinition_Basic_0__Lean_Elab_addNonRecAux___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandMutualNamespace___regBuiltin_Lean_Elab_Command_expandMutualNamespace_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Command_isInductiveCommand___at_Lean_Elab_Command_elabMutual___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Command_withoutCommandIncrementality___rarg(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450_(lean_object*); lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandNamespacedDeclaration___closed__2; static lean_object* l_Lean_Elab_Command_elabMutual___regBuiltin_Lean_Elab_Command_elabMutual__1___closed__3; lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_withSavedPartialInfoContext___at___private_Lean_Elab_PreDefinition_Basic_0__Lean_Elab_addNonRecAux___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__12; -LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__10; static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__28; LEAN_EXPORT lean_object* l_Lean_Elab_Command_expandMutualElement___regBuiltin_Lean_Elab_Command_expandMutualElement__1(lean_object*); size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_Elab_Command_elabMutual___regBuiltin_Lean_Elab_Command_elabMutual__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__2(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_Lean_Elab_Declaration_0__Lean_Elab_Command_isInstanceDef___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__21; LEAN_EXPORT uint8_t l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_ensureValidNamespace___lambda__2(lean_object*); static lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabAxiom___spec__1___lambda__1___closed__1; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__1; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Command_elabAttr___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_ensureNoUnassignedMVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__30; extern lean_object* l_Lean_Elab_Command_commandElabAttribute; static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__43; -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__3___closed__6; +LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_ensureNonAmbiguous___at_Lean_Elab_Command_elabAttr___spec__2___closed__5; -LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_getDeclarationSelectionRef(lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; lean_object* l_Lean_mkPrivateName(lean_object*, lean_object*); @@ -206,14 +207,14 @@ static lean_object* l_Lean_Elab_Command_elabAttr___closed__1; static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__19; static lean_object* l_Lean_Elab_Command_elabDeclaration___regBuiltin_Lean_Elab_Command_elabDeclaration_declRange__3___closed__4; lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Command_elabAuxDef___spec__1___rarg(lean_object*); +static lean_object* l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5___closed__1; static lean_object* l_Lean_Elab_Command_elabInitialize___regBuiltin_Lean_Elab_Command_elabInitialize__1___closed__1; lean_object* l_Lean_Syntax_node6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__12; lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_processDefDeriving___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef(lean_object*); -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__6___closed__1; static lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabAxiom___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabAxiom___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -227,7 +228,6 @@ static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_getDefName_x3f(lean_object*); lean_object* l_Lean_Elab_Command_getRef(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___regBuiltin_Lean_Elab_Command_elabInitialize__1(lean_object*); -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__6___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Command_findCommonPrefix_findCommon(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isMutualPreambleCommand___closed__4; lean_object* l_Lean_Elab_Term_applyAttributesAt(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -235,9 +235,9 @@ lean_object* l_Lean_Name_components(lean_object*); lean_object* l_Lean_Syntax_getKind(lean_object*); static lean_object* l_Lean_Elab_Command_expandNamespacedDeclaration___regBuiltin_Lean_Elab_Command_expandNamespacedDeclaration_declRange__5___closed__5; lean_object* l_Lean_MessageData_ofFormat(lean_object*); -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__6___closed__5; static lean_object* l_Lean_Elab_Command_elabDeclaration___regBuiltin_Lean_Elab_Command_elabDeclaration_declRange__3___closed__5; lean_object* l_Lean_Elab_elabAttrs___at_Lean_Elab_Command_elabMutualInductive___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Command_elabInitialize___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_expandMutualNamespace___spec__2___closed__1; static lean_object* l_Lean_ensureNonAmbiguous___at_Lean_Elab_Command_elabAttr___spec__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabDeclaration___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -245,12 +245,14 @@ lean_object* l_panic___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTu lean_object* l_Lean_Elab_Command_liftTermElabM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_replacePrefix(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabDeclaration___closed__3; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Command_expandMutualPreamble___regBuiltin_Lean_Elab_Command_expandMutualPreamble_declRange__3(lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__38; static lean_object* l_Lean_Elab_Command_expandMutualElement___regBuiltin_Lean_Elab_Command_expandMutualElement__1___closed__2; LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at_Lean_Elab_Command_elabAttr___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_addBuiltinIncrementalElab(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__4; uint8_t l_List_isEmpty___rarg(lean_object*); uint8_t l_Lean_Elab_Command_isDefLike(lean_object*); lean_object* l_Lean_Syntax_getOptional_x3f(lean_object*); @@ -263,18 +265,17 @@ static lean_object* l_Lean_Elab_Command_expandMutualNamespace___regBuiltin_Lean_ lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); lean_object* l_Lean_Syntax_node3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__2___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_Command_elabInitialize___lambda__1(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_Command_elabInitialize___lambda__1(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_Command_elabMutual___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_append(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandMutualPreamble___regBuiltin_Lean_Elab_Command_expandMutualPreamble__1___closed__2; -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__6___closed__2; lean_object* l_Lean_Elab_expandDeclSig(lean_object*); static lean_object* l_Lean_throwUnknownConstantAt___at_Lean_Elab_Command_elabAttr___spec__5___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_expandMutualNamespace___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__9; static lean_object* l_Lean_Elab_Command_elabInitialize___closed__4; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_setDeclIdName___closed__3; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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* l_Lean_Elab_Command_getCurrMacroScope(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_expandMutualNamespace___spec__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabDeclaration___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -287,13 +288,13 @@ static lean_object* l_Lean_Elab_Command_elabAxiom___lambda__4___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabAttr___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__4; lean_object* l_Lean_extractMacroScopes(lean_object*); +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__8___closed__4; uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_setDeclIdName___closed__1; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabAxiom___lambda__4___closed__10; lean_object* l_Lean_Elab_Term_getLevelNames___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandMutualPreamble___regBuiltin_Lean_Elab_Command_expandMutualPreamble_declRange__3___closed__6; -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__3___closed__2; extern lean_object* l_Lean_Elab_macroAttribute; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__18; uint8_t l_Lean_isExtern(lean_object*, lean_object*); @@ -312,20 +313,22 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabDeclaration___regBuiltin_Lean_E uint8_t l_Lean_Syntax_isIdent(lean_object*); static lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabAxiom___spec__1___closed__2; static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__40; +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; static lean_object* l_Lean_throwUnknownConstantAt___at_Lean_Elab_Command_elabAttr___spec__5___closed__2; static lean_object* l_Lean_Elab_Command_elabAttr___regBuiltin_Lean_Elab_Command_elabAttr_declRange__3___closed__1; lean_object* lean_mk_syntax_ident(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_expandMutualNamespace___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_throwUnknownConstantAt___at_Lean_Elab_Command_elabAttr___spec__5___closed__4; lean_object* l_Lean_Elab_Command_getScope___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__5; static lean_object* l_Lean_Elab_Command_expandMutualElement___regBuiltin_Lean_Elab_Command_expandMutualElement_declRange__3___closed__7; -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__2___closed__2; lean_object* l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Std_Format_defWidth; lean_object* l_Lean_Elab_elabModifiers___at_Lean_Elab_Command_elabMutualInductive___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MacroScopesView_review(lean_object*); static lean_object* l_Lean_Elab_Command_elabMutual___regBuiltin_Lean_Elab_Command_elabMutual_declRange__3___closed__1; static lean_object* l_Lean_Elab_Command_expandMutualElement___regBuiltin_Lean_Elab_Command_expandMutualElement_declRange__3___closed__6; +LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_realizeGlobalConstWithInfos(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_expandMutualElement___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__39; @@ -341,19 +344,24 @@ static lean_object* l_Lean_Elab_Command_expandMutualPreamble___regBuiltin_Lean_E LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Command_elabMutual___spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_ensureNonAmbiguous___at_Lean_Elab_Command_elabAttr___spec__2___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_splitMutualPreamble_loop(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__7(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_Command_elabInitialize___lambda__1___closed__53; LEAN_EXPORT lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_splitMutualPreamble(lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; lean_object* l_Lean_Elab_Term_withAutoBoundImplicit___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandMutualElement___regBuiltin_Lean_Elab_Command_expandMutualElement__1___closed__1; LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at_Lean_Elab_Command_elabAttr___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__8___closed__2; static lean_object* l_Lean_Elab_Command_expandMutualPreamble___regBuiltin_Lean_Elab_Command_expandMutualPreamble_declRange__3___closed__7; lean_object* l_panic___at_Lean_Parser_SyntaxStack_back___spec__1(lean_object*); +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__5___closed__1; static lean_object* l_Lean_Elab_Command_elabDeclaration___regBuiltin_Lean_Elab_Command_elabDeclaration_declRange__3___closed__6; +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__4___closed__2; +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__5___closed__5; lean_object* l_Lean_Syntax_node4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_setDeclIdName___closed__4; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1___closed__3; static lean_object* l_Lean_Elab_Command_expandMutualPreamble___regBuiltin_Lean_Elab_Command_expandMutualPreamble__1___closed__1; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_isInductiveCommand___at_Lean_Elab_Command_elabMutual___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__16; static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__46; @@ -362,13 +370,14 @@ static lean_object* l_Lean_Elab_Command_elabAttr___regBuiltin_Lean_Elab_Command_ lean_object* l_Lean_Syntax_setArg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_setDefName(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___closed__1; +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__4___closed__3; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__8(lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_addTermInfo_x27(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandNamespacedDeclaration___closed__3; static lean_object* l_Lean_Elab_Command_expandMutualElement___regBuiltin_Lean_Elab_Command_expandMutualElement_declRange__3___closed__2; uint8_t l_Lean_Syntax_isToken(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__8___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_ensureValidNamespace___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__6___closed__3; static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__33; lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__32; @@ -378,7 +387,6 @@ static lean_object* l_Lean_Elab_Command_expandMutualPreamble___regBuiltin_Lean_E static lean_object* l_Lean_Elab_Command_expandMutualPreamble___closed__3; static lean_object* l_Lean_Elab_Command_expandMutualNamespace___regBuiltin_Lean_Elab_Command_expandMutualNamespace_declRange__3___closed__1; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isMutualDef___spec__1(lean_object*, size_t, size_t); -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabAxiom___spec__1___lambda__1(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_Command_elabInitialize___lambda__1___closed__26; static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__11; @@ -392,7 +400,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabDeclaration(lean_object*, lean_ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isMutualDef___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabAttr___regBuiltin_Lean_Elab_Command_elabAttr__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_expandMutualNamespace(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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_Elab_Command_elabInitialize___lambda__6(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_Elab_Command_elabAttr___regBuiltin_Lean_Elab_Command_elabAttr__1___closed__3; lean_object* l_Lean_Name_beq___boxed(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); @@ -400,8 +408,9 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_expandNamespacedDeclaration(lean_ob LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__8___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_Elab_Command_elabAxiom___lambda__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* l_Lean_Elab_Command_elabMutualDef(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__10; +LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesFromSyntax___at_Lean_Elab_Command_elabInitialize___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandNamespacedDeclaration___closed__4; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__11; static lean_object* l_Lean_Elab_Command_elabMutual___regBuiltin_Lean_Elab_Command_elabMutual_declRange__3___closed__5; static lean_object* l_Lean_Elab_Command_elabMutual___regBuiltin_Lean_Elab_Command_elabMutual_declRange__3___closed__6; LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at_Lean_Elab_Command_elabAttr___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -411,19 +420,19 @@ lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_elabBinders___rarg(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_Declaration_0__Lean_Elab_Command_setDeclIdName___closed__6; uint8_t l_Lean_isAttribute(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__3___closed__5; -LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Command_elabInitialize___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__9; static lean_object* l_Lean_Elab_Command_elabAxiom___lambda__4___closed__8; lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__8___closed__6; +lean_object* l_Lean_mkSepArray(lean_object*, lean_object*); lean_object* l_Lean_Meta_mkForallFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_expandDeclId(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_Command_expandMutualNamespace___regBuiltin_Lean_Elab_Command_expandMutualNamespace__1(lean_object*); static lean_object* l_Lean_Elab_Command_elabAxiom___lambda__4___closed__1; -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__6___closed__7; static lean_object* l_Lean_Elab_Command_expandMutualPreamble___closed__2; static lean_object* l_Lean_Elab_Command_isInductiveCommand___at_Lean_Elab_Command_elabMutual___spec__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__3___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_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__4(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_Command_elabInitialize___lambda__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_Elab_Command_elabInitialize___lambda__4(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_Command_expandMutualNamespace___lambda__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; uint8_t l_Lean_Syntax_isNone(lean_object*); @@ -442,18 +451,19 @@ static lean_object* l_Lean_Elab_Command_elabDeclaration___regBuiltin_Lean_Elab_C static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__34; static lean_object* l_Lean_Elab_Command_elabMutual___lambda__1___closed__1; static lean_object* l_Lean_Elab_Command_expandNamespacedDeclaration___closed__1; +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__5___closed__3; static lean_object* l_Lean_Elab_Command_expandMutualNamespace___regBuiltin_Lean_Elab_Command_expandMutualNamespace__1___closed__4; lean_object* l_Array_mkArray1___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getRange_x3f(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Command_elabMutual___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__24; +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__52; LEAN_EXPORT lean_object* l_Lean_Elab_Command_findCommonPrefix(lean_object*); static lean_object* l_Lean_Elab_Command_expandNamespacedDeclaration___regBuiltin_Lean_Elab_Command_expandNamespacedDeclaration_declRange__5___closed__7; static lean_object* l_Lean_Elab_Command_elabAttr___regBuiltin_Lean_Elab_Command_elabAttr_declRange__3___closed__7; static lean_object* l_Lean_Elab_Command_elabDeclaration___regBuiltin_Lean_Elab_Command_elabDeclaration_declRange__3___closed__3; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__4; lean_object* l_Array_ofSubarray___rarg(lean_object*); -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__3___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabAxiom___lambda__4(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_Lean_throwErrorAt___at_Lean_Elab_Command_elabAttr___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_erase_macro_scopes(lean_object*); @@ -465,7 +475,6 @@ static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isIns static lean_object* l_Lean_Elab_Command_expandNamespacedDeclaration___regBuiltin_Lean_Elab_Command_expandNamespacedDeclaration__1___closed__2; lean_object* lean_array_mk(lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__6; -LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabAttr___regBuiltin_Lean_Elab_Command_elabAttr_declRange__3___closed__2; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; static lean_object* l_Lean_Elab_Command_expandMutualPreamble___regBuiltin_Lean_Elab_Command_expandMutualPreamble__1___closed__3; @@ -474,11 +483,14 @@ lean_object* l_mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__8; lean_object* l_List_mapTR_loop___at_Lean_ensureNonAmbiguous___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabAxiom___lambda__4___closed__4; +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__5___closed__2; lean_object* l_Lean_Macro_expandMacro_x3f(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__12; extern lean_object* l_Lean_instInhabitedName; lean_object* l_Lean_Elab_Term_withLevelNames___rarg(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); size_t lean_array_size(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Command_elabInitialize___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__4; static lean_object* l_Lean_Elab_Command_elabAttr___regBuiltin_Lean_Elab_Command_elabAttr__1___closed__1; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isMutualPreambleCommand___closed__2; @@ -487,7 +499,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_ lean_object* l_Lean_KeyedDeclsAttribute_getEntries___rarg(lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandMutualElement___regBuiltin_Lean_Elab_Command_expandMutualElement_declRange__3___closed__5; -LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabMutual(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabInitialize___regBuiltin_Lean_Elab_Command_elabInitialize__1___closed__3; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); @@ -497,7 +508,6 @@ static lean_object* l_Lean_Elab_Command_elabDeclaration___regBuiltin_Lean_Elab_C LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabAxiom___lambda__2(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_Lean_Elab_Declaration_0__Lean_Elab_Command_ensureValidNamespace___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isMutualPreambleCommand___closed__8; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__5; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_setDefName___closed__4; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_expandMutualElement(lean_object*, lean_object*, lean_object*); @@ -508,11 +518,12 @@ static lean_object* l_Lean_Elab_Command_elabAxiom___lambda__4___closed__3; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_setDefName___closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_expandMutualElement___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabAttr___regBuiltin_Lean_Elab_Command_elabAttr_declRange__3___closed__6; -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__2___closed__1; static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__18; lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesFromSyntax___at_Lean_Elab_Command_elabInitialize___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_findCommonPrefix_go(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabInitialize___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__4(lean_object*, 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_Elab_Command_elabInitialize___lambda__1___closed__44; lean_object* lean_array_get_size(lean_object*); @@ -522,20 +533,18 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabAxiom___lambda__3___boxed(lean_ static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_expandMutualNamespace___spec__2___closed__2; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1___closed__6; static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; -LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesFromSyntax___at_Lean_Elab_Command_elabInitialize___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__2___closed__5; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__8; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_setDeclIdName___closed__5; uint8_t lean_usize_dec_lt(size_t, size_t); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__11; lean_object* l_Array_mkArray2___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__3; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__8___closed__7; static lean_object* l_Lean_Elab_Command_expandNamespacedDeclaration___regBuiltin_Lean_Elab_Command_expandNamespacedDeclaration__1___closed__3; -static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_expandMutualNamespace___regBuiltin_Lean_Elab_Command_expandMutualNamespace_declRange__3(lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandMutualNamespace___regBuiltin_Lean_Elab_Command_expandMutualNamespace_declRange__3___closed__3; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__6___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_Command_elabInitialize___lambda__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*); static lean_object* l_Lean_Elab_Command_expandMutualNamespace___regBuiltin_Lean_Elab_Command_expandMutualNamespace__1___closed__3; uint8_t l_Lean_Exception_isRuntime(lean_object*); lean_object* l_Lean_mkConstWithLevelParams___at_Lean_Elab_Term_expandDeclId___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -564,13 +573,13 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabDeclaration___lambda__2___boxed static lean_object* l_Lean_Elab_Command_expandNamespacedDeclaration___regBuiltin_Lean_Elab_Command_expandNamespacedDeclaration_declRange__5___closed__1; lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabMutual___regBuiltin_Lean_Elab_Command_elabMutual__1(lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__13; static lean_object* l_Lean_Elab_Command_expandMutualPreamble___closed__5; lean_object* l_Lean_Elab_addDeclarationRangesFromSyntax___at_Lean_Elab_Term_processDefDeriving___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addDecl(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__10; static lean_object* l_Lean_Elab_Command_expandMutualElement___regBuiltin_Lean_Elab_Command_expandMutualElement_declRange__3___closed__3; lean_object* l_Lean_Elab_Term_elabType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_elabInitialize___lambda__5___closed__6; static lean_object* l_Lean_Elab_Command_expandMutualElement___regBuiltin_Lean_Elab_Command_expandMutualElement_declRange__3___closed__4; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__17; static lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isMutualPreambleCommand___closed__10; @@ -9863,7 +9872,31 @@ x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Command_elabInitialize___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabInitialize___spec__1(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) +{ +return x_3; +} +else +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; size_t x_8; size_t x_9; lean_object* x_10; +x_5 = lean_array_uget(x_3, x_2); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_array_uset(x_3, x_2, x_6); +x_8 = 1; +x_9 = lean_usize_add(x_2, x_8); +x_10 = lean_array_uset(x_7, x_2, x_5); +x_2 = x_9; +x_3 = x_10; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Command_elabInitialize___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { uint8_t x_5; lean_object* x_6; @@ -9931,7 +9964,7 @@ return x_22; } } } -static lean_object* _init_l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4___closed__1() { +static lean_object* _init_l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5___closed__1() { _start: { lean_object* x_1; @@ -9939,7 +9972,7 @@ x_1 = l_Lean_declRangeExt; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4(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_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5(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; uint8_t x_9; @@ -9954,7 +9987,7 @@ if (x_9 == 0) { lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; x_10 = lean_ctor_get(x_7, 0); -x_11 = l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4___closed__1; +x_11 = l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5___closed__1; x_12 = l_Lean_MapDeclarationExtension_insert___rarg(x_11, x_10, x_1, x_2); lean_ctor_set(x_7, 0, x_12); x_13 = lean_st_ref_set(x_4, x_7, x_8); @@ -10005,7 +10038,7 @@ lean_inc(x_22); lean_inc(x_21); lean_inc(x_20); lean_dec(x_7); -x_30 = l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4___closed__1; +x_30 = l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5___closed__1; x_31 = l_Lean_MapDeclarationExtension_insert___rarg(x_30, x_20, x_1, x_2); x_32 = lean_alloc_ctor(0, 10, 0); lean_ctor_set(x_32, 0, x_31); @@ -10041,12 +10074,12 @@ return x_37; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesFromSyntax___at_Lean_Elab_Command_elabInitialize___spec__2(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_Elab_addDeclarationRangesFromSyntax___at_Lean_Elab_Command_elabInitialize___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; lean_object* x_8; lean_inc(x_4); -x_7 = l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Command_elabInitialize___spec__3(x_2, x_4, x_5, x_6); +x_7 = l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Command_elabInitialize___spec__4(x_2, x_4, x_5, x_6); x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); if (lean_obj_tag(x_8) == 0) @@ -10087,7 +10120,7 @@ x_16 = lean_ctor_get(x_8, 0); lean_inc(x_16); lean_dec(x_8); lean_inc(x_4); -x_17 = l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Command_elabInitialize___spec__3(x_3, x_4, x_5, x_15); +x_17 = l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Command_elabInitialize___spec__4(x_3, x_4, x_5, x_15); x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); if (lean_obj_tag(x_18) == 0) @@ -10103,7 +10136,7 @@ lean_dec(x_21); lean_inc(x_16); lean_ctor_set(x_17, 1, x_16); lean_ctor_set(x_17, 0, x_16); -x_22 = l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4(x_1, x_17, x_4, x_5, x_20); +x_22 = l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5(x_1, x_17, x_4, x_5, x_20); lean_dec(x_4); return x_22; } @@ -10117,7 +10150,7 @@ lean_inc(x_16); x_24 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_24, 0, x_16); lean_ctor_set(x_24, 1, x_16); -x_25 = l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4(x_1, x_24, x_4, x_5, x_23); +x_25 = l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5(x_1, x_24, x_4, x_5, x_23); lean_dec(x_4); return x_25; } @@ -10137,7 +10170,7 @@ lean_inc(x_29); lean_dec(x_18); lean_ctor_set(x_17, 1, x_29); lean_ctor_set(x_17, 0, x_16); -x_30 = l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4(x_1, x_17, x_4, x_5, x_27); +x_30 = l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5(x_1, x_17, x_4, x_5, x_27); lean_dec(x_4); return x_30; } @@ -10153,7 +10186,7 @@ lean_dec(x_18); x_33 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_33, 0, x_16); lean_ctor_set(x_33, 1, x_32); -x_34 = l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4(x_1, x_33, x_4, x_5, x_31); +x_34 = l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5(x_1, x_33, x_4, x_5, x_31); lean_dec(x_4); return x_34; } @@ -10161,7 +10194,7 @@ return x_34; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__1___lambda__1(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_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__2___lambda__1(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; 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; @@ -10181,13 +10214,13 @@ lean_ctor_set(x_14, 0, x_12); lean_ctor_set(x_14, 1, x_13); lean_ctor_set(x_14, 2, x_11); x_15 = l_Lean_Elab_getDeclarationSelectionRef(x_1); -x_16 = l_Lean_Elab_addDeclarationRangesFromSyntax___at_Lean_Elab_Command_elabInitialize___spec__2(x_3, x_14, x_15, x_5, x_6, x_7); +x_16 = l_Lean_Elab_addDeclarationRangesFromSyntax___at_Lean_Elab_Command_elabInitialize___spec__3(x_3, x_14, x_15, x_5, x_6, x_7); lean_dec(x_15); lean_dec(x_14); return x_16; } } -LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__1(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_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__2(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; uint8_t x_9; @@ -10200,7 +10233,7 @@ if (x_9 == 0) { lean_object* x_10; lean_object* x_11; x_10 = lean_box(0); -x_11 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__1___lambda__1(x_3, x_2, x_1, x_10, x_4, x_5, x_6); +x_11 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__2___lambda__1(x_3, x_2, x_1, x_10, x_4, x_5, x_6); return x_11; } else @@ -10222,32 +10255,35 @@ static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___close _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("invalid initialization command, unexpected modifiers", 52, 52); +x_1 = lean_mk_string_unchecked("Term", 4, 4); return x_1; } } static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +lean_object* x_1; +x_1 = lean_mk_string_unchecked("attrInstance", 12, 12); +return x_1; } } static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Term", 4, 4); -return x_1; +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_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; +x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; +x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__1; +x_4 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); +return x_5; } } static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__4() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("attributes", 10, 10); +x_1 = lean_mk_string_unchecked("attrKind", 8, 8); return x_1; } } @@ -10257,7 +10293,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_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; -x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; +x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__1; x_4 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -10267,7 +10303,7 @@ static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___close _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("@[", 2, 2); +x_1 = lean_mk_string_unchecked("Attr", 4, 4); return x_1; } } @@ -10275,7 +10311,7 @@ static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___close _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("attrInstance", 12, 12); +x_1 = lean_mk_string_unchecked("simple", 6, 6); return x_1; } } @@ -10285,7 +10321,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_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; -x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; +x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__6; x_4 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__7; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -10295,7 +10331,7 @@ static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___close _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("attrKind", 8, 8); +x_1 = lean_mk_string_unchecked("attributes", 10, 10); return x_1; } } @@ -10305,7 +10341,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_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; -x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; +x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__1; x_4 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__9; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -10315,7 +10351,7 @@ static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___close _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("Attr", 4, 4); +x_1 = lean_mk_string_unchecked("@[", 2, 2); return x_1; } } @@ -10323,20 +10359,20 @@ static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___close _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("simple", 6, 6); +x_1 = lean_mk_string_unchecked(",", 1, 1); return x_1; } } static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13() { _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_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; -x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; -x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__11; -x_4 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__12; -x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); -return x_5; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(2); +x_2 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__12; +x_3 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; } } static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__14() { @@ -10428,7 +10464,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_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; -x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; +x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__1; x_4 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__22; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -10456,7 +10492,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_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; -x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; +x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__1; x_4 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__25; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -10650,7 +10686,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_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; -x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; +x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__1; x_4 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__44; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -10693,892 +10729,7 @@ x_2 = l_Array_append___rarg(x_1, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1(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; uint8_t x_13; -x_10 = lean_unsigned_to_nat(1u); -x_11 = l_Lean_Syntax_getArg(x_1, x_10); -x_12 = lean_unsigned_to_nat(0u); -x_13 = l_Lean_Syntax_matchesNull(x_11, x_12); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_14 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; -x_15 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_14, x_7, x_8, x_9); -lean_dec(x_8); -return x_15; -} -else -{ -lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_16 = lean_unsigned_to_nat(2u); -x_17 = l_Lean_Syntax_getArg(x_1, x_16); -x_18 = l_Lean_Syntax_matchesNull(x_17, x_12); -if (x_18 == 0) -{ -lean_object* x_19; lean_object* x_20; -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_19 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; -x_20 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_19, x_7, x_8, x_9); -lean_dec(x_8); -return x_20; -} -else -{ -lean_object* x_21; lean_object* x_22; uint8_t x_23; -x_21 = lean_unsigned_to_nat(3u); -x_22 = l_Lean_Syntax_getArg(x_1, x_21); -x_23 = l_Lean_Syntax_matchesNull(x_22, x_12); -if (x_23 == 0) -{ -lean_object* x_24; lean_object* x_25; -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_24 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; -x_25 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_24, x_7, x_8, x_9); -lean_dec(x_8); -return x_25; -} -else -{ -lean_object* x_26; lean_object* x_27; uint8_t x_28; -x_26 = lean_unsigned_to_nat(4u); -x_27 = l_Lean_Syntax_getArg(x_1, x_26); -x_28 = l_Lean_Syntax_matchesNull(x_27, x_12); -if (x_28 == 0) -{ -lean_object* x_29; lean_object* x_30; -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_29 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; -x_30 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_29, x_7, x_8, x_9); -lean_dec(x_8); -return x_30; -} -else -{ -lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_31 = lean_unsigned_to_nat(5u); -x_32 = l_Lean_Syntax_getArg(x_1, x_31); -x_33 = l_Lean_Syntax_matchesNull(x_32, x_12); -if (x_33 == 0) -{ -lean_object* x_34; lean_object* x_35; -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_34 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; -x_35 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_34, x_7, x_8, x_9); -lean_dec(x_8); -return x_35; -} -else -{ -lean_object* x_36; uint8_t x_37; -x_36 = l_Lean_Elab_Command_getRef(x_7, x_8, x_9); -x_37 = !lean_is_exclusive(x_36); -if (x_37 == 0) -{ -lean_object* x_38; lean_object* x_39; uint8_t x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; -x_38 = lean_ctor_get(x_36, 0); -x_39 = lean_ctor_get(x_36, 1); -x_40 = 0; -x_41 = l_Lean_SourceInfo_fromRef(x_38, x_40); -lean_dec(x_38); -x_42 = l_Lean_Elab_Command_getCurrMacroScope(x_7, x_8, x_39); -x_43 = !lean_is_exclusive(x_42); -if (x_43 == 0) -{ -lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_44 = lean_ctor_get(x_42, 0); -x_45 = lean_ctor_get(x_42, 1); -x_46 = l_Lean_Elab_Command_getMainModule___rarg(x_8, x_45); -x_47 = !lean_is_exclusive(x_46); -if (x_47 == 0) -{ -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; -x_48 = lean_ctor_get(x_46, 0); -x_49 = lean_ctor_get(x_46, 1); -x_50 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__6; -lean_inc(x_41); -lean_ctor_set_tag(x_46, 2); -lean_ctor_set(x_46, 1, x_50); -lean_ctor_set(x_46, 0, x_41); -x_51 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabAxiom___spec__1___lambda__1___closed__2; -x_52 = l_Lean_Elab_Command_expandMutualPreamble___closed__5; -lean_inc(x_41); -x_53 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_53, 0, x_41); -lean_ctor_set(x_53, 1, x_51); -lean_ctor_set(x_53, 2, x_52); -x_54 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; -lean_inc(x_53); -lean_inc(x_41); -x_55 = l_Lean_Syntax_node1(x_41, x_54, x_53); -x_56 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; -lean_inc(x_53); -lean_inc(x_41); -x_57 = l_Lean_Syntax_node2(x_41, x_56, x_2, x_53); -x_58 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; -lean_inc(x_41); -x_59 = l_Lean_Syntax_node2(x_41, x_58, x_55, x_57); -lean_inc(x_41); -x_60 = l_Lean_Syntax_node1(x_41, x_51, x_59); -x_61 = l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1___closed__5; -lean_inc(x_41); -lean_ctor_set_tag(x_42, 2); -lean_ctor_set(x_42, 1, x_61); -lean_ctor_set(x_42, 0, x_41); -x_62 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; -lean_inc(x_41); -x_63 = l_Lean_Syntax_node3(x_41, x_62, x_46, x_60, x_42); -lean_inc(x_41); -x_64 = l_Lean_Syntax_node1(x_41, x_51, x_63); -x_65 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__14; -lean_inc(x_41); -lean_ctor_set_tag(x_36, 2); -lean_ctor_set(x_36, 1, x_65); -lean_ctor_set(x_36, 0, x_41); -x_66 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__19; -lean_inc(x_44); -lean_inc(x_48); -x_67 = l_Lean_addMacroScope(x_48, x_66, x_44); -x_68 = lean_box(0); -x_69 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__18; -lean_inc(x_41); -x_70 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_70, 0, x_41); -lean_ctor_set(x_70, 1, x_69); -lean_ctor_set(x_70, 2, x_67); -lean_ctor_set(x_70, 3, x_68); -x_71 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__16; -lean_inc(x_53); -lean_inc(x_41); -x_72 = l_Lean_Syntax_node2(x_41, x_71, x_70, x_53); -x_73 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__24; -lean_inc(x_41); -x_74 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_74, 0, x_41); -lean_ctor_set(x_74, 1, x_73); -x_75 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__29; -lean_inc(x_44); -lean_inc(x_48); -x_76 = l_Lean_addMacroScope(x_48, x_75, x_44); -x_77 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__28; -x_78 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__33; -lean_inc(x_41); -x_79 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_79, 0, x_41); -lean_ctor_set(x_79, 1, x_77); -lean_ctor_set(x_79, 2, x_76); -lean_ctor_set(x_79, 3, x_78); -x_80 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__36; -x_81 = l_Lean_addMacroScope(x_48, x_80, x_44); -x_82 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__35; -x_83 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__40; -lean_inc(x_41); -x_84 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_84, 0, x_41); -lean_ctor_set(x_84, 1, x_82); -lean_ctor_set(x_84, 2, x_81); -lean_ctor_set(x_84, 3, x_83); -lean_inc(x_41); -x_85 = l_Lean_Syntax_node1(x_41, x_51, x_84); -x_86 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__26; -lean_inc(x_41); -x_87 = l_Lean_Syntax_node2(x_41, x_86, x_79, x_85); -x_88 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; -lean_inc(x_41); -x_89 = l_Lean_Syntax_node2(x_41, x_88, x_74, x_87); -lean_inc(x_41); -x_90 = l_Lean_Syntax_node1(x_41, x_51, x_89); -x_91 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__21; -lean_inc(x_53); -lean_inc(x_41); -x_92 = l_Lean_Syntax_node2(x_41, x_91, x_53, x_90); -x_93 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__43; -lean_inc(x_41); -x_94 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_94, 0, x_41); -lean_ctor_set(x_94, 1, x_93); -x_95 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__44; -lean_inc(x_41); -x_96 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_96, 0, x_41); -lean_ctor_set(x_96, 1, x_95); -x_97 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; -lean_inc(x_41); -x_98 = l_Lean_Syntax_node2(x_41, x_97, x_96, x_3); -x_99 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__48; -lean_inc_n(x_53, 2); -lean_inc(x_41); -x_100 = l_Lean_Syntax_node2(x_41, x_99, x_53, x_53); -x_101 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__42; -lean_inc(x_53); -lean_inc(x_41); -x_102 = l_Lean_Syntax_node4(x_41, x_101, x_94, x_98, x_100, x_53); -x_103 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; -lean_inc(x_53); -lean_inc(x_41); -x_104 = l_Lean_Syntax_node5(x_41, x_103, x_36, x_72, x_92, x_102, x_53); -if (lean_obj_tag(x_6) == 0) -{ -lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; -x_105 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__49; -lean_inc(x_41); -x_106 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_106, 0, x_41); -lean_ctor_set(x_106, 1, x_51); -lean_ctor_set(x_106, 2, x_105); -lean_inc_n(x_53, 3); -lean_inc(x_41); -x_107 = l_Lean_Syntax_node6(x_41, x_4, x_106, x_64, x_53, x_53, x_53, x_53); -x_108 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; -x_109 = l_Lean_Syntax_node2(x_41, x_108, x_107, x_104); -x_110 = l_Lean_Elab_Command_elabCommand(x_109, x_7, x_8, x_49); -return x_110; -} -else -{ -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; -x_111 = lean_ctor_get(x_6, 0); -lean_inc(x_111); -lean_dec(x_6); -x_112 = l_Array_mkArray1___rarg(x_111); -x_113 = l_Array_append___rarg(x_52, x_112); -lean_dec(x_112); -lean_inc(x_41); -x_114 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_114, 0, x_41); -lean_ctor_set(x_114, 1, x_51); -lean_ctor_set(x_114, 2, x_113); -lean_inc_n(x_53, 3); -lean_inc(x_41); -x_115 = l_Lean_Syntax_node6(x_41, x_4, x_114, x_64, x_53, x_53, x_53, x_53); -x_116 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; -x_117 = l_Lean_Syntax_node2(x_41, x_116, x_115, x_104); -x_118 = l_Lean_Elab_Command_elabCommand(x_117, x_7, x_8, x_49); -return x_118; -} -} -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; 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; -x_119 = lean_ctor_get(x_46, 0); -x_120 = lean_ctor_get(x_46, 1); -lean_inc(x_120); -lean_inc(x_119); -lean_dec(x_46); -x_121 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__6; -lean_inc(x_41); -x_122 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_122, 0, x_41); -lean_ctor_set(x_122, 1, x_121); -x_123 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabAxiom___spec__1___lambda__1___closed__2; -x_124 = l_Lean_Elab_Command_expandMutualPreamble___closed__5; -lean_inc(x_41); -x_125 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_125, 0, x_41); -lean_ctor_set(x_125, 1, x_123); -lean_ctor_set(x_125, 2, x_124); -x_126 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; -lean_inc(x_125); -lean_inc(x_41); -x_127 = l_Lean_Syntax_node1(x_41, x_126, x_125); -x_128 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; -lean_inc(x_125); -lean_inc(x_41); -x_129 = l_Lean_Syntax_node2(x_41, x_128, x_2, x_125); -x_130 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; -lean_inc(x_41); -x_131 = l_Lean_Syntax_node2(x_41, x_130, x_127, x_129); -lean_inc(x_41); -x_132 = l_Lean_Syntax_node1(x_41, x_123, x_131); -x_133 = l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1___closed__5; -lean_inc(x_41); -lean_ctor_set_tag(x_42, 2); -lean_ctor_set(x_42, 1, x_133); -lean_ctor_set(x_42, 0, x_41); -x_134 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; -lean_inc(x_41); -x_135 = l_Lean_Syntax_node3(x_41, x_134, x_122, x_132, x_42); -lean_inc(x_41); -x_136 = l_Lean_Syntax_node1(x_41, x_123, x_135); -x_137 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__14; -lean_inc(x_41); -lean_ctor_set_tag(x_36, 2); -lean_ctor_set(x_36, 1, x_137); -lean_ctor_set(x_36, 0, x_41); -x_138 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__19; -lean_inc(x_44); -lean_inc(x_119); -x_139 = l_Lean_addMacroScope(x_119, x_138, x_44); -x_140 = lean_box(0); -x_141 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__18; -lean_inc(x_41); -x_142 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_142, 0, x_41); -lean_ctor_set(x_142, 1, x_141); -lean_ctor_set(x_142, 2, x_139); -lean_ctor_set(x_142, 3, x_140); -x_143 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__16; -lean_inc(x_125); -lean_inc(x_41); -x_144 = l_Lean_Syntax_node2(x_41, x_143, x_142, x_125); -x_145 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__24; -lean_inc(x_41); -x_146 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_146, 0, x_41); -lean_ctor_set(x_146, 1, x_145); -x_147 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__29; -lean_inc(x_44); -lean_inc(x_119); -x_148 = l_Lean_addMacroScope(x_119, x_147, x_44); -x_149 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__28; -x_150 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__33; -lean_inc(x_41); -x_151 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_151, 0, x_41); -lean_ctor_set(x_151, 1, x_149); -lean_ctor_set(x_151, 2, x_148); -lean_ctor_set(x_151, 3, x_150); -x_152 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__36; -x_153 = l_Lean_addMacroScope(x_119, x_152, x_44); -x_154 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__35; -x_155 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__40; -lean_inc(x_41); -x_156 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_156, 0, x_41); -lean_ctor_set(x_156, 1, x_154); -lean_ctor_set(x_156, 2, x_153); -lean_ctor_set(x_156, 3, x_155); -lean_inc(x_41); -x_157 = l_Lean_Syntax_node1(x_41, x_123, x_156); -x_158 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__26; -lean_inc(x_41); -x_159 = l_Lean_Syntax_node2(x_41, x_158, x_151, x_157); -x_160 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; -lean_inc(x_41); -x_161 = l_Lean_Syntax_node2(x_41, x_160, x_146, x_159); -lean_inc(x_41); -x_162 = l_Lean_Syntax_node1(x_41, x_123, x_161); -x_163 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__21; -lean_inc(x_125); -lean_inc(x_41); -x_164 = l_Lean_Syntax_node2(x_41, x_163, x_125, x_162); -x_165 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__43; -lean_inc(x_41); -x_166 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_166, 0, x_41); -lean_ctor_set(x_166, 1, x_165); -x_167 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__44; -lean_inc(x_41); -x_168 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_168, 0, x_41); -lean_ctor_set(x_168, 1, x_167); -x_169 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; -lean_inc(x_41); -x_170 = l_Lean_Syntax_node2(x_41, x_169, x_168, x_3); -x_171 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__48; -lean_inc_n(x_125, 2); -lean_inc(x_41); -x_172 = l_Lean_Syntax_node2(x_41, x_171, x_125, x_125); -x_173 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__42; -lean_inc(x_125); -lean_inc(x_41); -x_174 = l_Lean_Syntax_node4(x_41, x_173, x_166, x_170, x_172, x_125); -x_175 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; -lean_inc(x_125); -lean_inc(x_41); -x_176 = l_Lean_Syntax_node5(x_41, x_175, x_36, x_144, x_164, x_174, x_125); -if (lean_obj_tag(x_6) == 0) -{ -lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; -x_177 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__49; -lean_inc(x_41); -x_178 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_178, 0, x_41); -lean_ctor_set(x_178, 1, x_123); -lean_ctor_set(x_178, 2, x_177); -lean_inc_n(x_125, 3); -lean_inc(x_41); -x_179 = l_Lean_Syntax_node6(x_41, x_4, x_178, x_136, x_125, x_125, x_125, x_125); -x_180 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; -x_181 = l_Lean_Syntax_node2(x_41, x_180, x_179, x_176); -x_182 = l_Lean_Elab_Command_elabCommand(x_181, x_7, x_8, x_120); -return x_182; -} -else -{ -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; -x_183 = lean_ctor_get(x_6, 0); -lean_inc(x_183); -lean_dec(x_6); -x_184 = l_Array_mkArray1___rarg(x_183); -x_185 = l_Array_append___rarg(x_124, x_184); -lean_dec(x_184); -lean_inc(x_41); -x_186 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_186, 0, x_41); -lean_ctor_set(x_186, 1, x_123); -lean_ctor_set(x_186, 2, x_185); -lean_inc_n(x_125, 3); -lean_inc(x_41); -x_187 = l_Lean_Syntax_node6(x_41, x_4, x_186, x_136, x_125, x_125, x_125, x_125); -x_188 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; -x_189 = l_Lean_Syntax_node2(x_41, x_188, x_187, x_176); -x_190 = l_Lean_Elab_Command_elabCommand(x_189, x_7, x_8, x_120); -return x_190; -} -} -} -else -{ -lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; -x_191 = lean_ctor_get(x_42, 0); -x_192 = lean_ctor_get(x_42, 1); -lean_inc(x_192); -lean_inc(x_191); -lean_dec(x_42); -x_193 = l_Lean_Elab_Command_getMainModule___rarg(x_8, x_192); -x_194 = lean_ctor_get(x_193, 0); -lean_inc(x_194); -x_195 = lean_ctor_get(x_193, 1); -lean_inc(x_195); -if (lean_is_exclusive(x_193)) { - lean_ctor_release(x_193, 0); - lean_ctor_release(x_193, 1); - x_196 = x_193; -} else { - lean_dec_ref(x_193); - x_196 = lean_box(0); -} -x_197 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__6; -lean_inc(x_41); -if (lean_is_scalar(x_196)) { - x_198 = lean_alloc_ctor(2, 2, 0); -} else { - x_198 = x_196; - lean_ctor_set_tag(x_198, 2); -} -lean_ctor_set(x_198, 0, x_41); -lean_ctor_set(x_198, 1, x_197); -x_199 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabAxiom___spec__1___lambda__1___closed__2; -x_200 = l_Lean_Elab_Command_expandMutualPreamble___closed__5; -lean_inc(x_41); -x_201 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_201, 0, x_41); -lean_ctor_set(x_201, 1, x_199); -lean_ctor_set(x_201, 2, x_200); -x_202 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; -lean_inc(x_201); -lean_inc(x_41); -x_203 = l_Lean_Syntax_node1(x_41, x_202, x_201); -x_204 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; -lean_inc(x_201); -lean_inc(x_41); -x_205 = l_Lean_Syntax_node2(x_41, x_204, x_2, x_201); -x_206 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; -lean_inc(x_41); -x_207 = l_Lean_Syntax_node2(x_41, x_206, x_203, x_205); -lean_inc(x_41); -x_208 = l_Lean_Syntax_node1(x_41, x_199, x_207); -x_209 = l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1___closed__5; -lean_inc(x_41); -x_210 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_210, 0, x_41); -lean_ctor_set(x_210, 1, x_209); -x_211 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; -lean_inc(x_41); -x_212 = l_Lean_Syntax_node3(x_41, x_211, x_198, x_208, x_210); -lean_inc(x_41); -x_213 = l_Lean_Syntax_node1(x_41, x_199, x_212); -x_214 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__14; -lean_inc(x_41); -lean_ctor_set_tag(x_36, 2); -lean_ctor_set(x_36, 1, x_214); -lean_ctor_set(x_36, 0, x_41); -x_215 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__19; -lean_inc(x_191); -lean_inc(x_194); -x_216 = l_Lean_addMacroScope(x_194, x_215, x_191); -x_217 = lean_box(0); -x_218 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__18; -lean_inc(x_41); -x_219 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_219, 0, x_41); -lean_ctor_set(x_219, 1, x_218); -lean_ctor_set(x_219, 2, x_216); -lean_ctor_set(x_219, 3, x_217); -x_220 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__16; -lean_inc(x_201); -lean_inc(x_41); -x_221 = l_Lean_Syntax_node2(x_41, x_220, x_219, x_201); -x_222 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__24; -lean_inc(x_41); -x_223 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_223, 0, x_41); -lean_ctor_set(x_223, 1, x_222); -x_224 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__29; -lean_inc(x_191); -lean_inc(x_194); -x_225 = l_Lean_addMacroScope(x_194, x_224, x_191); -x_226 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__28; -x_227 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__33; -lean_inc(x_41); -x_228 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_228, 0, x_41); -lean_ctor_set(x_228, 1, x_226); -lean_ctor_set(x_228, 2, x_225); -lean_ctor_set(x_228, 3, x_227); -x_229 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__36; -x_230 = l_Lean_addMacroScope(x_194, x_229, x_191); -x_231 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__35; -x_232 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__40; -lean_inc(x_41); -x_233 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_233, 0, x_41); -lean_ctor_set(x_233, 1, x_231); -lean_ctor_set(x_233, 2, x_230); -lean_ctor_set(x_233, 3, x_232); -lean_inc(x_41); -x_234 = l_Lean_Syntax_node1(x_41, x_199, x_233); -x_235 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__26; -lean_inc(x_41); -x_236 = l_Lean_Syntax_node2(x_41, x_235, x_228, x_234); -x_237 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; -lean_inc(x_41); -x_238 = l_Lean_Syntax_node2(x_41, x_237, x_223, x_236); -lean_inc(x_41); -x_239 = l_Lean_Syntax_node1(x_41, x_199, x_238); -x_240 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__21; -lean_inc(x_201); -lean_inc(x_41); -x_241 = l_Lean_Syntax_node2(x_41, x_240, x_201, x_239); -x_242 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__43; -lean_inc(x_41); -x_243 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_243, 0, x_41); -lean_ctor_set(x_243, 1, x_242); -x_244 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__44; -lean_inc(x_41); -x_245 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_245, 0, x_41); -lean_ctor_set(x_245, 1, x_244); -x_246 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; -lean_inc(x_41); -x_247 = l_Lean_Syntax_node2(x_41, x_246, x_245, x_3); -x_248 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__48; -lean_inc_n(x_201, 2); -lean_inc(x_41); -x_249 = l_Lean_Syntax_node2(x_41, x_248, x_201, x_201); -x_250 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__42; -lean_inc(x_201); -lean_inc(x_41); -x_251 = l_Lean_Syntax_node4(x_41, x_250, x_243, x_247, x_249, x_201); -x_252 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; -lean_inc(x_201); -lean_inc(x_41); -x_253 = l_Lean_Syntax_node5(x_41, x_252, x_36, x_221, x_241, x_251, x_201); -if (lean_obj_tag(x_6) == 0) -{ -lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; -x_254 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__49; -lean_inc(x_41); -x_255 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_255, 0, x_41); -lean_ctor_set(x_255, 1, x_199); -lean_ctor_set(x_255, 2, x_254); -lean_inc_n(x_201, 3); -lean_inc(x_41); -x_256 = l_Lean_Syntax_node6(x_41, x_4, x_255, x_213, x_201, x_201, x_201, x_201); -x_257 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; -x_258 = l_Lean_Syntax_node2(x_41, x_257, x_256, x_253); -x_259 = l_Lean_Elab_Command_elabCommand(x_258, x_7, x_8, x_195); -return x_259; -} -else -{ -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; -x_260 = lean_ctor_get(x_6, 0); -lean_inc(x_260); -lean_dec(x_6); -x_261 = l_Array_mkArray1___rarg(x_260); -x_262 = l_Array_append___rarg(x_200, x_261); -lean_dec(x_261); -lean_inc(x_41); -x_263 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_263, 0, x_41); -lean_ctor_set(x_263, 1, x_199); -lean_ctor_set(x_263, 2, x_262); -lean_inc_n(x_201, 3); -lean_inc(x_41); -x_264 = l_Lean_Syntax_node6(x_41, x_4, x_263, x_213, x_201, x_201, x_201, x_201); -x_265 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; -x_266 = l_Lean_Syntax_node2(x_41, x_265, x_264, x_253); -x_267 = l_Lean_Elab_Command_elabCommand(x_266, x_7, x_8, x_195); -return x_267; -} -} -} -else -{ -lean_object* x_268; lean_object* x_269; uint8_t x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_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; 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; -x_268 = lean_ctor_get(x_36, 0); -x_269 = lean_ctor_get(x_36, 1); -lean_inc(x_269); -lean_inc(x_268); -lean_dec(x_36); -x_270 = 0; -x_271 = l_Lean_SourceInfo_fromRef(x_268, x_270); -lean_dec(x_268); -x_272 = l_Lean_Elab_Command_getCurrMacroScope(x_7, x_8, x_269); -x_273 = lean_ctor_get(x_272, 0); -lean_inc(x_273); -x_274 = lean_ctor_get(x_272, 1); -lean_inc(x_274); -if (lean_is_exclusive(x_272)) { - lean_ctor_release(x_272, 0); - lean_ctor_release(x_272, 1); - x_275 = x_272; -} else { - lean_dec_ref(x_272); - x_275 = lean_box(0); -} -x_276 = l_Lean_Elab_Command_getMainModule___rarg(x_8, x_274); -x_277 = lean_ctor_get(x_276, 0); -lean_inc(x_277); -x_278 = lean_ctor_get(x_276, 1); -lean_inc(x_278); -if (lean_is_exclusive(x_276)) { - lean_ctor_release(x_276, 0); - lean_ctor_release(x_276, 1); - x_279 = x_276; -} else { - lean_dec_ref(x_276); - x_279 = lean_box(0); -} -x_280 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__6; -lean_inc(x_271); -if (lean_is_scalar(x_279)) { - x_281 = lean_alloc_ctor(2, 2, 0); -} else { - x_281 = x_279; - lean_ctor_set_tag(x_281, 2); -} -lean_ctor_set(x_281, 0, x_271); -lean_ctor_set(x_281, 1, x_280); -x_282 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabAxiom___spec__1___lambda__1___closed__2; -x_283 = l_Lean_Elab_Command_expandMutualPreamble___closed__5; -lean_inc(x_271); -x_284 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_284, 0, x_271); -lean_ctor_set(x_284, 1, x_282); -lean_ctor_set(x_284, 2, x_283); -x_285 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; -lean_inc(x_284); -lean_inc(x_271); -x_286 = l_Lean_Syntax_node1(x_271, x_285, x_284); -x_287 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; -lean_inc(x_284); -lean_inc(x_271); -x_288 = l_Lean_Syntax_node2(x_271, x_287, x_2, x_284); -x_289 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; -lean_inc(x_271); -x_290 = l_Lean_Syntax_node2(x_271, x_289, x_286, x_288); -lean_inc(x_271); -x_291 = l_Lean_Syntax_node1(x_271, x_282, x_290); -x_292 = l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1___closed__5; -lean_inc(x_271); -if (lean_is_scalar(x_275)) { - x_293 = lean_alloc_ctor(2, 2, 0); -} else { - x_293 = x_275; - lean_ctor_set_tag(x_293, 2); -} -lean_ctor_set(x_293, 0, x_271); -lean_ctor_set(x_293, 1, x_292); -x_294 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; -lean_inc(x_271); -x_295 = l_Lean_Syntax_node3(x_271, x_294, x_281, x_291, x_293); -lean_inc(x_271); -x_296 = l_Lean_Syntax_node1(x_271, x_282, x_295); -x_297 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__14; -lean_inc(x_271); -x_298 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_298, 0, x_271); -lean_ctor_set(x_298, 1, x_297); -x_299 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__19; -lean_inc(x_273); -lean_inc(x_277); -x_300 = l_Lean_addMacroScope(x_277, x_299, x_273); -x_301 = lean_box(0); -x_302 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__18; -lean_inc(x_271); -x_303 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_303, 0, x_271); -lean_ctor_set(x_303, 1, x_302); -lean_ctor_set(x_303, 2, x_300); -lean_ctor_set(x_303, 3, x_301); -x_304 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__16; -lean_inc(x_284); -lean_inc(x_271); -x_305 = l_Lean_Syntax_node2(x_271, x_304, x_303, x_284); -x_306 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__24; -lean_inc(x_271); -x_307 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_307, 0, x_271); -lean_ctor_set(x_307, 1, x_306); -x_308 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__29; -lean_inc(x_273); -lean_inc(x_277); -x_309 = l_Lean_addMacroScope(x_277, x_308, x_273); -x_310 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__28; -x_311 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__33; -lean_inc(x_271); -x_312 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_312, 0, x_271); -lean_ctor_set(x_312, 1, x_310); -lean_ctor_set(x_312, 2, x_309); -lean_ctor_set(x_312, 3, x_311); -x_313 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__36; -x_314 = l_Lean_addMacroScope(x_277, x_313, x_273); -x_315 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__35; -x_316 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__40; -lean_inc(x_271); -x_317 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_317, 0, x_271); -lean_ctor_set(x_317, 1, x_315); -lean_ctor_set(x_317, 2, x_314); -lean_ctor_set(x_317, 3, x_316); -lean_inc(x_271); -x_318 = l_Lean_Syntax_node1(x_271, x_282, x_317); -x_319 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__26; -lean_inc(x_271); -x_320 = l_Lean_Syntax_node2(x_271, x_319, x_312, x_318); -x_321 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; -lean_inc(x_271); -x_322 = l_Lean_Syntax_node2(x_271, x_321, x_307, x_320); -lean_inc(x_271); -x_323 = l_Lean_Syntax_node1(x_271, x_282, x_322); -x_324 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__21; -lean_inc(x_284); -lean_inc(x_271); -x_325 = l_Lean_Syntax_node2(x_271, x_324, x_284, x_323); -x_326 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__43; -lean_inc(x_271); -x_327 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_327, 0, x_271); -lean_ctor_set(x_327, 1, x_326); -x_328 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__44; -lean_inc(x_271); -x_329 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_329, 0, x_271); -lean_ctor_set(x_329, 1, x_328); -x_330 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; -lean_inc(x_271); -x_331 = l_Lean_Syntax_node2(x_271, x_330, x_329, x_3); -x_332 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__48; -lean_inc_n(x_284, 2); -lean_inc(x_271); -x_333 = l_Lean_Syntax_node2(x_271, x_332, x_284, x_284); -x_334 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__42; -lean_inc(x_284); -lean_inc(x_271); -x_335 = l_Lean_Syntax_node4(x_271, x_334, x_327, x_331, x_333, x_284); -x_336 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; -lean_inc(x_284); -lean_inc(x_271); -x_337 = l_Lean_Syntax_node5(x_271, x_336, x_298, x_305, x_325, x_335, x_284); -if (lean_obj_tag(x_6) == 0) -{ -lean_object* x_338; lean_object* x_339; lean_object* x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; -x_338 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__49; -lean_inc(x_271); -x_339 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_339, 0, x_271); -lean_ctor_set(x_339, 1, x_282); -lean_ctor_set(x_339, 2, x_338); -lean_inc_n(x_284, 3); -lean_inc(x_271); -x_340 = l_Lean_Syntax_node6(x_271, x_4, x_339, x_296, x_284, x_284, x_284, x_284); -x_341 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; -x_342 = l_Lean_Syntax_node2(x_271, x_341, x_340, x_337); -x_343 = l_Lean_Elab_Command_elabCommand(x_342, x_7, x_8, x_278); -return x_343; -} -else -{ -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; -x_344 = lean_ctor_get(x_6, 0); -lean_inc(x_344); -lean_dec(x_6); -x_345 = l_Array_mkArray1___rarg(x_344); -x_346 = l_Array_append___rarg(x_283, x_345); -lean_dec(x_345); -lean_inc(x_271); -x_347 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_347, 0, x_271); -lean_ctor_set(x_347, 1, x_282); -lean_ctor_set(x_347, 2, x_346); -lean_inc_n(x_284, 3); -lean_inc(x_271); -x_348 = l_Lean_Syntax_node6(x_271, x_4, x_347, x_296, x_284, x_284, x_284, x_284); -x_349 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; -x_350 = l_Lean_Syntax_node2(x_271, x_349, x_348, x_337); -x_351 = l_Lean_Elab_Command_elabCommand(x_350, x_7, x_8, x_278); -return x_351; -} -} -} -} -} -} -} -} -} -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__2___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("withDeclName", 12, 12); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__2___closed__2() { -_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_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; -x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; -x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; -x_4 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__1; -x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); -return x_5; -} -} -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__2___closed__3() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("with_decl_name%", 15, 15); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__2___closed__4() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50() { _start: { lean_object* x_1; @@ -11586,21 +10737,2068 @@ x_1 = lean_mk_string_unchecked("unsafe", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__2___closed__5() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51() { _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_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; x_3 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__3; -x_4 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__4; +x_4 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__52() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("invalid initialization command, unexpected modifiers", 52, 52); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__52; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__1(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; lean_object* x_707; lean_object* x_708; lean_object* x_709; uint8_t x_710; +x_707 = lean_unsigned_to_nat(5u); +x_708 = l_Lean_Syntax_getArg(x_5, x_707); +x_709 = lean_unsigned_to_nat(0u); +x_710 = l_Lean_Syntax_matchesNull(x_708, x_709); +if (x_710 == 0) +{ +lean_object* x_711; lean_object* x_712; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_711 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; +x_712 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_5, x_711, x_9, x_10, x_11); +lean_dec(x_10); +return x_712; +} +else +{ +if (lean_obj_tag(x_6) == 0) +{ +lean_object* x_713; +x_713 = l_Lean_Elab_Command_elabAxiom___lambda__4___closed__4; +x_12 = x_713; +goto block_706; +} +else +{ +lean_object* x_714; lean_object* x_715; +x_714 = lean_ctor_get(x_6, 0); +x_715 = l_Lean_Syntax_TSepArray_getElems___rarg(x_714); +x_12 = x_715; +goto block_706; +} +} +block_706: +{ +lean_object* x_13; uint8_t x_14; +x_13 = l_Lean_Elab_Command_getRef(x_9, x_10, x_11); +x_14 = !lean_is_exclusive(x_13); +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_ctor_get(x_13, 1); +x_17 = 0; +x_18 = l_Lean_SourceInfo_fromRef(x_15, x_17); +lean_dec(x_15); +x_19 = l_Lean_Elab_Command_getCurrMacroScope(x_9, x_10, x_16); +x_20 = !lean_is_exclusive(x_19); +if (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_19, 1); +x_22 = lean_ctor_get(x_19, 0); +lean_dec(x_22); +x_23 = l_Lean_Elab_Command_getMainModule___rarg(x_10, x_21); +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; 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; uint8_t x_38; +x_25 = lean_ctor_get(x_23, 1); +x_26 = lean_ctor_get(x_23, 0); +lean_dec(x_26); +x_27 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabAxiom___spec__1___lambda__1___closed__2; +x_28 = l_Lean_Elab_Command_expandMutualPreamble___closed__5; +lean_inc(x_18); +x_29 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_29, 0, x_18); +lean_ctor_set(x_29, 1, x_27); +lean_ctor_set(x_29, 2, x_28); +x_30 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; +lean_inc(x_29); +lean_inc(x_18); +x_31 = l_Lean_Syntax_node1(x_18, x_30, x_29); +x_32 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; +lean_inc(x_18); +x_33 = l_Lean_Syntax_node2(x_18, x_32, x_1, x_29); +x_34 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; +x_35 = l_Lean_Syntax_node2(x_18, x_34, x_31, x_33); +x_36 = lean_array_push(x_12, x_35); +x_37 = l_Lean_Elab_Command_getRef(x_9, x_10, x_25); +x_38 = !lean_is_exclusive(x_37); +if (x_38 == 0) +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; +x_39 = lean_ctor_get(x_37, 0); +x_40 = lean_ctor_get(x_37, 1); +x_41 = l_Lean_SourceInfo_fromRef(x_39, x_17); +lean_dec(x_39); +x_42 = l_Lean_Elab_Command_getCurrMacroScope(x_9, x_10, x_40); +x_43 = !lean_is_exclusive(x_42); +if (x_43 == 0) +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_44 = lean_ctor_get(x_42, 0); +x_45 = lean_ctor_get(x_42, 1); +x_46 = l_Lean_Elab_Command_getMainModule___rarg(x_10, x_45); +x_47 = !lean_is_exclusive(x_46); +if (x_47 == 0) +{ +lean_object* x_48; lean_object* x_49; lean_object* x_50; size_t x_51; size_t x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; +x_48 = lean_ctor_get(x_46, 0); +x_49 = lean_ctor_get(x_46, 1); +x_50 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__11; +lean_inc(x_41); +lean_ctor_set_tag(x_46, 2); +lean_ctor_set(x_46, 1, x_50); +lean_ctor_set(x_46, 0, x_41); +x_51 = lean_array_size(x_36); +x_52 = 0; +x_53 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabInitialize___spec__1(x_51, x_52, x_36); +x_54 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; +x_55 = l_Lean_mkSepArray(x_53, x_54); +lean_dec(x_53); +x_56 = l_Array_append___rarg(x_28, x_55); +lean_dec(x_55); +lean_inc(x_41); +x_57 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_57, 0, x_41); +lean_ctor_set(x_57, 1, x_27); +lean_ctor_set(x_57, 2, x_56); +x_58 = l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1___closed__5; +lean_inc(x_41); +lean_ctor_set_tag(x_42, 2); +lean_ctor_set(x_42, 1, x_58); +lean_ctor_set(x_42, 0, x_41); +x_59 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; +lean_inc(x_41); +x_60 = l_Lean_Syntax_node3(x_41, x_59, x_46, x_57, x_42); +lean_inc(x_41); +x_61 = l_Lean_Syntax_node1(x_41, x_27, x_60); +lean_inc(x_41); +x_62 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_62, 0, x_41); +lean_ctor_set(x_62, 1, x_27); +lean_ctor_set(x_62, 2, x_28); +x_63 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__14; +lean_inc(x_41); +lean_ctor_set_tag(x_37, 2); +lean_ctor_set(x_37, 1, x_63); +lean_ctor_set(x_37, 0, x_41); +x_64 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__19; +lean_inc(x_44); +lean_inc(x_48); +x_65 = l_Lean_addMacroScope(x_48, x_64, x_44); +x_66 = lean_box(0); +x_67 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__18; +lean_inc(x_41); +x_68 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_68, 0, x_41); +lean_ctor_set(x_68, 1, x_67); +lean_ctor_set(x_68, 2, x_65); +lean_ctor_set(x_68, 3, x_66); +x_69 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__16; +lean_inc(x_62); +lean_inc(x_41); +x_70 = l_Lean_Syntax_node2(x_41, x_69, x_68, x_62); +x_71 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__24; +lean_inc(x_41); +lean_ctor_set_tag(x_23, 2); +lean_ctor_set(x_23, 1, x_71); +lean_ctor_set(x_23, 0, x_41); +x_72 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__29; +lean_inc(x_44); +lean_inc(x_48); +x_73 = l_Lean_addMacroScope(x_48, x_72, x_44); +x_74 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__28; +x_75 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__33; +lean_inc(x_41); +x_76 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_76, 0, x_41); +lean_ctor_set(x_76, 1, x_74); +lean_ctor_set(x_76, 2, x_73); +lean_ctor_set(x_76, 3, x_75); +x_77 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__36; +x_78 = l_Lean_addMacroScope(x_48, x_77, x_44); +x_79 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__35; +x_80 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__40; +lean_inc(x_41); +x_81 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_81, 0, x_41); +lean_ctor_set(x_81, 1, x_79); +lean_ctor_set(x_81, 2, x_78); +lean_ctor_set(x_81, 3, x_80); +lean_inc(x_41); +x_82 = l_Lean_Syntax_node1(x_41, x_27, x_81); +x_83 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__26; +lean_inc(x_41); +x_84 = l_Lean_Syntax_node2(x_41, x_83, x_76, x_82); +x_85 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; +lean_inc(x_41); +x_86 = l_Lean_Syntax_node2(x_41, x_85, x_23, x_84); +lean_inc(x_41); +x_87 = l_Lean_Syntax_node1(x_41, x_27, x_86); +x_88 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__21; +lean_inc(x_62); +lean_inc(x_41); +x_89 = l_Lean_Syntax_node2(x_41, x_88, x_62, x_87); +x_90 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__43; +lean_inc(x_41); +lean_ctor_set_tag(x_19, 2); +lean_ctor_set(x_19, 1, x_90); +lean_ctor_set(x_19, 0, x_41); +x_91 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__44; +lean_inc(x_41); +lean_ctor_set_tag(x_13, 2); +lean_ctor_set(x_13, 1, x_91); +lean_ctor_set(x_13, 0, x_41); +x_92 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; +lean_inc(x_41); +x_93 = l_Lean_Syntax_node2(x_41, x_92, x_13, x_2); +x_94 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__48; +lean_inc_n(x_62, 2); +lean_inc(x_41); +x_95 = l_Lean_Syntax_node2(x_41, x_94, x_62, x_62); +x_96 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__42; +lean_inc(x_62); +lean_inc(x_41); +x_97 = l_Lean_Syntax_node4(x_41, x_96, x_19, x_93, x_95, x_62); +x_98 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; +lean_inc(x_62); +lean_inc(x_41); +x_99 = l_Lean_Syntax_node5(x_41, x_98, x_37, x_70, x_89, x_97, x_62); +if (lean_obj_tag(x_4) == 0) +{ +x_100 = x_28; +goto block_123; +} +else +{ +lean_object* x_124; lean_object* x_125; +x_124 = lean_ctor_get(x_4, 0); +lean_inc(x_124); +lean_dec(x_4); +x_125 = l_Array_mkArray1___rarg(x_124); +x_100 = x_125; +goto block_123; +} +block_123: +{ +lean_object* x_101; lean_object* x_102; +x_101 = l_Array_append___rarg(x_28, x_100); +lean_dec(x_100); +lean_inc(x_41); +x_102 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_102, 0, x_41); +lean_ctor_set(x_102, 1, x_27); +lean_ctor_set(x_102, 2, x_101); +if (lean_obj_tag(x_8) == 0) +{ +lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; +x_103 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__49; +lean_inc(x_41); +x_104 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_104, 0, x_41); +lean_ctor_set(x_104, 1, x_27); +lean_ctor_set(x_104, 2, x_103); +lean_inc_n(x_62, 2); +lean_inc(x_41); +x_105 = l_Lean_Syntax_node6(x_41, x_3, x_102, x_61, x_62, x_62, x_104, x_62); +x_106 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_107 = l_Lean_Syntax_node2(x_41, x_106, x_105, x_99); +x_108 = l_Lean_Elab_Command_elabCommand(x_107, x_9, x_10, x_49); +return x_108; +} +else +{ +lean_object* x_109; uint8_t 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; +x_109 = lean_ctor_get(x_8, 0); +x_110 = 1; +x_111 = l_Lean_SourceInfo_fromRef(x_109, x_110); +x_112 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50; +x_113 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_113, 0, x_111); +lean_ctor_set(x_113, 1, x_112); +x_114 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; +lean_inc(x_41); +x_115 = l_Lean_Syntax_node1(x_41, x_114, x_113); +x_116 = l_Array_mkArray1___rarg(x_115); +x_117 = l_Array_append___rarg(x_28, x_116); +lean_dec(x_116); +lean_inc(x_41); +x_118 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_118, 0, x_41); +lean_ctor_set(x_118, 1, x_27); +lean_ctor_set(x_118, 2, x_117); +lean_inc_n(x_62, 2); +lean_inc(x_41); +x_119 = l_Lean_Syntax_node6(x_41, x_3, x_102, x_61, x_62, x_62, x_118, x_62); +x_120 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_121 = l_Lean_Syntax_node2(x_41, x_120, x_119, x_99); +x_122 = l_Lean_Elab_Command_elabCommand(x_121, x_9, x_10, x_49); +return x_122; +} +} +} +else +{ +lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; size_t x_130; size_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; 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; +x_126 = lean_ctor_get(x_46, 0); +x_127 = lean_ctor_get(x_46, 1); +lean_inc(x_127); +lean_inc(x_126); +lean_dec(x_46); +x_128 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__11; +lean_inc(x_41); +x_129 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_129, 0, x_41); +lean_ctor_set(x_129, 1, x_128); +x_130 = lean_array_size(x_36); +x_131 = 0; +x_132 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabInitialize___spec__1(x_130, x_131, x_36); +x_133 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; +x_134 = l_Lean_mkSepArray(x_132, x_133); +lean_dec(x_132); +x_135 = l_Array_append___rarg(x_28, x_134); +lean_dec(x_134); +lean_inc(x_41); +x_136 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_136, 0, x_41); +lean_ctor_set(x_136, 1, x_27); +lean_ctor_set(x_136, 2, x_135); +x_137 = l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1___closed__5; +lean_inc(x_41); +lean_ctor_set_tag(x_42, 2); +lean_ctor_set(x_42, 1, x_137); +lean_ctor_set(x_42, 0, x_41); +x_138 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; +lean_inc(x_41); +x_139 = l_Lean_Syntax_node3(x_41, x_138, x_129, x_136, x_42); +lean_inc(x_41); +x_140 = l_Lean_Syntax_node1(x_41, x_27, x_139); +lean_inc(x_41); +x_141 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_141, 0, x_41); +lean_ctor_set(x_141, 1, x_27); +lean_ctor_set(x_141, 2, x_28); +x_142 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__14; +lean_inc(x_41); +lean_ctor_set_tag(x_37, 2); +lean_ctor_set(x_37, 1, x_142); +lean_ctor_set(x_37, 0, x_41); +x_143 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__19; +lean_inc(x_44); +lean_inc(x_126); +x_144 = l_Lean_addMacroScope(x_126, x_143, x_44); +x_145 = lean_box(0); +x_146 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__18; +lean_inc(x_41); +x_147 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_147, 0, x_41); +lean_ctor_set(x_147, 1, x_146); +lean_ctor_set(x_147, 2, x_144); +lean_ctor_set(x_147, 3, x_145); +x_148 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__16; +lean_inc(x_141); +lean_inc(x_41); +x_149 = l_Lean_Syntax_node2(x_41, x_148, x_147, x_141); +x_150 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__24; +lean_inc(x_41); +lean_ctor_set_tag(x_23, 2); +lean_ctor_set(x_23, 1, x_150); +lean_ctor_set(x_23, 0, x_41); +x_151 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__29; +lean_inc(x_44); +lean_inc(x_126); +x_152 = l_Lean_addMacroScope(x_126, x_151, x_44); +x_153 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__28; +x_154 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__33; +lean_inc(x_41); +x_155 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_155, 0, x_41); +lean_ctor_set(x_155, 1, x_153); +lean_ctor_set(x_155, 2, x_152); +lean_ctor_set(x_155, 3, x_154); +x_156 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__36; +x_157 = l_Lean_addMacroScope(x_126, x_156, x_44); +x_158 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__35; +x_159 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__40; +lean_inc(x_41); +x_160 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_160, 0, x_41); +lean_ctor_set(x_160, 1, x_158); +lean_ctor_set(x_160, 2, x_157); +lean_ctor_set(x_160, 3, x_159); +lean_inc(x_41); +x_161 = l_Lean_Syntax_node1(x_41, x_27, x_160); +x_162 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__26; +lean_inc(x_41); +x_163 = l_Lean_Syntax_node2(x_41, x_162, x_155, x_161); +x_164 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; +lean_inc(x_41); +x_165 = l_Lean_Syntax_node2(x_41, x_164, x_23, x_163); +lean_inc(x_41); +x_166 = l_Lean_Syntax_node1(x_41, x_27, x_165); +x_167 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__21; +lean_inc(x_141); +lean_inc(x_41); +x_168 = l_Lean_Syntax_node2(x_41, x_167, x_141, x_166); +x_169 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__43; +lean_inc(x_41); +lean_ctor_set_tag(x_19, 2); +lean_ctor_set(x_19, 1, x_169); +lean_ctor_set(x_19, 0, x_41); +x_170 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__44; +lean_inc(x_41); +lean_ctor_set_tag(x_13, 2); +lean_ctor_set(x_13, 1, x_170); +lean_ctor_set(x_13, 0, x_41); +x_171 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; +lean_inc(x_41); +x_172 = l_Lean_Syntax_node2(x_41, x_171, x_13, x_2); +x_173 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__48; +lean_inc_n(x_141, 2); +lean_inc(x_41); +x_174 = l_Lean_Syntax_node2(x_41, x_173, x_141, x_141); +x_175 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__42; +lean_inc(x_141); +lean_inc(x_41); +x_176 = l_Lean_Syntax_node4(x_41, x_175, x_19, x_172, x_174, x_141); +x_177 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; +lean_inc(x_141); +lean_inc(x_41); +x_178 = l_Lean_Syntax_node5(x_41, x_177, x_37, x_149, x_168, x_176, x_141); +if (lean_obj_tag(x_4) == 0) +{ +x_179 = x_28; +goto block_202; +} +else +{ +lean_object* x_203; lean_object* x_204; +x_203 = lean_ctor_get(x_4, 0); +lean_inc(x_203); +lean_dec(x_4); +x_204 = l_Array_mkArray1___rarg(x_203); +x_179 = x_204; +goto block_202; +} +block_202: +{ +lean_object* x_180; lean_object* x_181; +x_180 = l_Array_append___rarg(x_28, x_179); +lean_dec(x_179); +lean_inc(x_41); +x_181 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_181, 0, x_41); +lean_ctor_set(x_181, 1, x_27); +lean_ctor_set(x_181, 2, x_180); +if (lean_obj_tag(x_8) == 0) +{ +lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; +x_182 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__49; +lean_inc(x_41); +x_183 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_183, 0, x_41); +lean_ctor_set(x_183, 1, x_27); +lean_ctor_set(x_183, 2, x_182); +lean_inc_n(x_141, 2); +lean_inc(x_41); +x_184 = l_Lean_Syntax_node6(x_41, x_3, x_181, x_140, x_141, x_141, x_183, x_141); +x_185 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_186 = l_Lean_Syntax_node2(x_41, x_185, x_184, x_178); +x_187 = l_Lean_Elab_Command_elabCommand(x_186, x_9, x_10, x_127); +return x_187; +} +else +{ +lean_object* x_188; uint8_t 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; +x_188 = lean_ctor_get(x_8, 0); +x_189 = 1; +x_190 = l_Lean_SourceInfo_fromRef(x_188, x_189); +x_191 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50; +x_192 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_192, 0, x_190); +lean_ctor_set(x_192, 1, x_191); +x_193 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; +lean_inc(x_41); +x_194 = l_Lean_Syntax_node1(x_41, x_193, x_192); +x_195 = l_Array_mkArray1___rarg(x_194); +x_196 = l_Array_append___rarg(x_28, x_195); +lean_dec(x_195); +lean_inc(x_41); +x_197 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_197, 0, x_41); +lean_ctor_set(x_197, 1, x_27); +lean_ctor_set(x_197, 2, x_196); +lean_inc_n(x_141, 2); +lean_inc(x_41); +x_198 = l_Lean_Syntax_node6(x_41, x_3, x_181, x_140, x_141, x_141, x_197, x_141); +x_199 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_200 = l_Lean_Syntax_node2(x_41, x_199, x_198, x_178); +x_201 = l_Lean_Elab_Command_elabCommand(x_200, x_9, x_10, x_127); +return x_201; +} +} +} +} +else +{ +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; size_t x_213; size_t x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; +x_205 = lean_ctor_get(x_42, 0); +x_206 = lean_ctor_get(x_42, 1); +lean_inc(x_206); +lean_inc(x_205); +lean_dec(x_42); +x_207 = l_Lean_Elab_Command_getMainModule___rarg(x_10, x_206); +x_208 = lean_ctor_get(x_207, 0); +lean_inc(x_208); +x_209 = lean_ctor_get(x_207, 1); +lean_inc(x_209); +if (lean_is_exclusive(x_207)) { + lean_ctor_release(x_207, 0); + lean_ctor_release(x_207, 1); + x_210 = x_207; +} else { + lean_dec_ref(x_207); + x_210 = lean_box(0); +} +x_211 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__11; +lean_inc(x_41); +if (lean_is_scalar(x_210)) { + x_212 = lean_alloc_ctor(2, 2, 0); +} else { + x_212 = x_210; + lean_ctor_set_tag(x_212, 2); +} +lean_ctor_set(x_212, 0, x_41); +lean_ctor_set(x_212, 1, x_211); +x_213 = lean_array_size(x_36); +x_214 = 0; +x_215 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabInitialize___spec__1(x_213, x_214, x_36); +x_216 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; +x_217 = l_Lean_mkSepArray(x_215, x_216); +lean_dec(x_215); +x_218 = l_Array_append___rarg(x_28, x_217); +lean_dec(x_217); +lean_inc(x_41); +x_219 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_219, 0, x_41); +lean_ctor_set(x_219, 1, x_27); +lean_ctor_set(x_219, 2, x_218); +x_220 = l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1___closed__5; +lean_inc(x_41); +x_221 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_221, 0, x_41); +lean_ctor_set(x_221, 1, x_220); +x_222 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; +lean_inc(x_41); +x_223 = l_Lean_Syntax_node3(x_41, x_222, x_212, x_219, x_221); +lean_inc(x_41); +x_224 = l_Lean_Syntax_node1(x_41, x_27, x_223); +lean_inc(x_41); +x_225 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_225, 0, x_41); +lean_ctor_set(x_225, 1, x_27); +lean_ctor_set(x_225, 2, x_28); +x_226 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__14; +lean_inc(x_41); +lean_ctor_set_tag(x_37, 2); +lean_ctor_set(x_37, 1, x_226); +lean_ctor_set(x_37, 0, x_41); +x_227 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__19; +lean_inc(x_205); +lean_inc(x_208); +x_228 = l_Lean_addMacroScope(x_208, x_227, x_205); +x_229 = lean_box(0); +x_230 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__18; +lean_inc(x_41); +x_231 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_231, 0, x_41); +lean_ctor_set(x_231, 1, x_230); +lean_ctor_set(x_231, 2, x_228); +lean_ctor_set(x_231, 3, x_229); +x_232 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__16; +lean_inc(x_225); +lean_inc(x_41); +x_233 = l_Lean_Syntax_node2(x_41, x_232, x_231, x_225); +x_234 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__24; +lean_inc(x_41); +lean_ctor_set_tag(x_23, 2); +lean_ctor_set(x_23, 1, x_234); +lean_ctor_set(x_23, 0, x_41); +x_235 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__29; +lean_inc(x_205); +lean_inc(x_208); +x_236 = l_Lean_addMacroScope(x_208, x_235, x_205); +x_237 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__28; +x_238 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__33; +lean_inc(x_41); +x_239 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_239, 0, x_41); +lean_ctor_set(x_239, 1, x_237); +lean_ctor_set(x_239, 2, x_236); +lean_ctor_set(x_239, 3, x_238); +x_240 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__36; +x_241 = l_Lean_addMacroScope(x_208, x_240, x_205); +x_242 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__35; +x_243 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__40; +lean_inc(x_41); +x_244 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_244, 0, x_41); +lean_ctor_set(x_244, 1, x_242); +lean_ctor_set(x_244, 2, x_241); +lean_ctor_set(x_244, 3, x_243); +lean_inc(x_41); +x_245 = l_Lean_Syntax_node1(x_41, x_27, x_244); +x_246 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__26; +lean_inc(x_41); +x_247 = l_Lean_Syntax_node2(x_41, x_246, x_239, x_245); +x_248 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; +lean_inc(x_41); +x_249 = l_Lean_Syntax_node2(x_41, x_248, x_23, x_247); +lean_inc(x_41); +x_250 = l_Lean_Syntax_node1(x_41, x_27, x_249); +x_251 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__21; +lean_inc(x_225); +lean_inc(x_41); +x_252 = l_Lean_Syntax_node2(x_41, x_251, x_225, x_250); +x_253 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__43; +lean_inc(x_41); +lean_ctor_set_tag(x_19, 2); +lean_ctor_set(x_19, 1, x_253); +lean_ctor_set(x_19, 0, x_41); +x_254 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__44; +lean_inc(x_41); +lean_ctor_set_tag(x_13, 2); +lean_ctor_set(x_13, 1, x_254); +lean_ctor_set(x_13, 0, x_41); +x_255 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; +lean_inc(x_41); +x_256 = l_Lean_Syntax_node2(x_41, x_255, x_13, x_2); +x_257 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__48; +lean_inc_n(x_225, 2); +lean_inc(x_41); +x_258 = l_Lean_Syntax_node2(x_41, x_257, x_225, x_225); +x_259 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__42; +lean_inc(x_225); +lean_inc(x_41); +x_260 = l_Lean_Syntax_node4(x_41, x_259, x_19, x_256, x_258, x_225); +x_261 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; +lean_inc(x_225); +lean_inc(x_41); +x_262 = l_Lean_Syntax_node5(x_41, x_261, x_37, x_233, x_252, x_260, x_225); +if (lean_obj_tag(x_4) == 0) +{ +x_263 = x_28; +goto block_286; +} +else +{ +lean_object* x_287; lean_object* x_288; +x_287 = lean_ctor_get(x_4, 0); +lean_inc(x_287); +lean_dec(x_4); +x_288 = l_Array_mkArray1___rarg(x_287); +x_263 = x_288; +goto block_286; +} +block_286: +{ +lean_object* x_264; lean_object* x_265; +x_264 = l_Array_append___rarg(x_28, x_263); +lean_dec(x_263); +lean_inc(x_41); +x_265 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_265, 0, x_41); +lean_ctor_set(x_265, 1, x_27); +lean_ctor_set(x_265, 2, x_264); +if (lean_obj_tag(x_8) == 0) +{ +lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; +x_266 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__49; +lean_inc(x_41); +x_267 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_267, 0, x_41); +lean_ctor_set(x_267, 1, x_27); +lean_ctor_set(x_267, 2, x_266); +lean_inc_n(x_225, 2); +lean_inc(x_41); +x_268 = l_Lean_Syntax_node6(x_41, x_3, x_265, x_224, x_225, x_225, x_267, x_225); +x_269 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_270 = l_Lean_Syntax_node2(x_41, x_269, x_268, x_262); +x_271 = l_Lean_Elab_Command_elabCommand(x_270, x_9, x_10, x_209); +return x_271; +} +else +{ +lean_object* x_272; uint8_t 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; +x_272 = lean_ctor_get(x_8, 0); +x_273 = 1; +x_274 = l_Lean_SourceInfo_fromRef(x_272, x_273); +x_275 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50; +x_276 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_276, 0, x_274); +lean_ctor_set(x_276, 1, x_275); +x_277 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; +lean_inc(x_41); +x_278 = l_Lean_Syntax_node1(x_41, x_277, x_276); +x_279 = l_Array_mkArray1___rarg(x_278); +x_280 = l_Array_append___rarg(x_28, x_279); +lean_dec(x_279); +lean_inc(x_41); +x_281 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_281, 0, x_41); +lean_ctor_set(x_281, 1, x_27); +lean_ctor_set(x_281, 2, x_280); +lean_inc_n(x_225, 2); +lean_inc(x_41); +x_282 = l_Lean_Syntax_node6(x_41, x_3, x_265, x_224, x_225, x_225, x_281, x_225); +x_283 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_284 = l_Lean_Syntax_node2(x_41, x_283, x_282, x_262); +x_285 = l_Lean_Elab_Command_elabCommand(x_284, x_9, x_10, x_209); +return x_285; +} +} +} +} +else +{ +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; size_t x_302; size_t 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; 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; +x_289 = lean_ctor_get(x_37, 0); +x_290 = lean_ctor_get(x_37, 1); +lean_inc(x_290); +lean_inc(x_289); +lean_dec(x_37); +x_291 = l_Lean_SourceInfo_fromRef(x_289, x_17); +lean_dec(x_289); +x_292 = l_Lean_Elab_Command_getCurrMacroScope(x_9, x_10, x_290); +x_293 = lean_ctor_get(x_292, 0); +lean_inc(x_293); +x_294 = lean_ctor_get(x_292, 1); +lean_inc(x_294); +if (lean_is_exclusive(x_292)) { + lean_ctor_release(x_292, 0); + lean_ctor_release(x_292, 1); + x_295 = x_292; +} else { + lean_dec_ref(x_292); + x_295 = lean_box(0); +} +x_296 = l_Lean_Elab_Command_getMainModule___rarg(x_10, x_294); +x_297 = lean_ctor_get(x_296, 0); +lean_inc(x_297); +x_298 = lean_ctor_get(x_296, 1); +lean_inc(x_298); +if (lean_is_exclusive(x_296)) { + lean_ctor_release(x_296, 0); + lean_ctor_release(x_296, 1); + x_299 = x_296; +} else { + lean_dec_ref(x_296); + x_299 = lean_box(0); +} +x_300 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__11; +lean_inc(x_291); +if (lean_is_scalar(x_299)) { + x_301 = lean_alloc_ctor(2, 2, 0); +} else { + x_301 = x_299; + lean_ctor_set_tag(x_301, 2); +} +lean_ctor_set(x_301, 0, x_291); +lean_ctor_set(x_301, 1, x_300); +x_302 = lean_array_size(x_36); +x_303 = 0; +x_304 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabInitialize___spec__1(x_302, x_303, x_36); +x_305 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; +x_306 = l_Lean_mkSepArray(x_304, x_305); +lean_dec(x_304); +x_307 = l_Array_append___rarg(x_28, x_306); +lean_dec(x_306); +lean_inc(x_291); +x_308 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_308, 0, x_291); +lean_ctor_set(x_308, 1, x_27); +lean_ctor_set(x_308, 2, x_307); +x_309 = l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1___closed__5; +lean_inc(x_291); +if (lean_is_scalar(x_295)) { + x_310 = lean_alloc_ctor(2, 2, 0); +} else { + x_310 = x_295; + lean_ctor_set_tag(x_310, 2); +} +lean_ctor_set(x_310, 0, x_291); +lean_ctor_set(x_310, 1, x_309); +x_311 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; +lean_inc(x_291); +x_312 = l_Lean_Syntax_node3(x_291, x_311, x_301, x_308, x_310); +lean_inc(x_291); +x_313 = l_Lean_Syntax_node1(x_291, x_27, x_312); +lean_inc(x_291); +x_314 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_314, 0, x_291); +lean_ctor_set(x_314, 1, x_27); +lean_ctor_set(x_314, 2, x_28); +x_315 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__14; +lean_inc(x_291); +x_316 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_316, 0, x_291); +lean_ctor_set(x_316, 1, x_315); +x_317 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__19; +lean_inc(x_293); +lean_inc(x_297); +x_318 = l_Lean_addMacroScope(x_297, x_317, x_293); +x_319 = lean_box(0); +x_320 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__18; +lean_inc(x_291); +x_321 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_321, 0, x_291); +lean_ctor_set(x_321, 1, x_320); +lean_ctor_set(x_321, 2, x_318); +lean_ctor_set(x_321, 3, x_319); +x_322 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__16; +lean_inc(x_314); +lean_inc(x_291); +x_323 = l_Lean_Syntax_node2(x_291, x_322, x_321, x_314); +x_324 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__24; +lean_inc(x_291); +lean_ctor_set_tag(x_23, 2); +lean_ctor_set(x_23, 1, x_324); +lean_ctor_set(x_23, 0, x_291); +x_325 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__29; +lean_inc(x_293); +lean_inc(x_297); +x_326 = l_Lean_addMacroScope(x_297, x_325, x_293); +x_327 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__28; +x_328 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__33; +lean_inc(x_291); +x_329 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_329, 0, x_291); +lean_ctor_set(x_329, 1, x_327); +lean_ctor_set(x_329, 2, x_326); +lean_ctor_set(x_329, 3, x_328); +x_330 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__36; +x_331 = l_Lean_addMacroScope(x_297, x_330, x_293); +x_332 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__35; +x_333 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__40; +lean_inc(x_291); +x_334 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_334, 0, x_291); +lean_ctor_set(x_334, 1, x_332); +lean_ctor_set(x_334, 2, x_331); +lean_ctor_set(x_334, 3, x_333); +lean_inc(x_291); +x_335 = l_Lean_Syntax_node1(x_291, x_27, x_334); +x_336 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__26; +lean_inc(x_291); +x_337 = l_Lean_Syntax_node2(x_291, x_336, x_329, x_335); +x_338 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; +lean_inc(x_291); +x_339 = l_Lean_Syntax_node2(x_291, x_338, x_23, x_337); +lean_inc(x_291); +x_340 = l_Lean_Syntax_node1(x_291, x_27, x_339); +x_341 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__21; +lean_inc(x_314); +lean_inc(x_291); +x_342 = l_Lean_Syntax_node2(x_291, x_341, x_314, x_340); +x_343 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__43; +lean_inc(x_291); +lean_ctor_set_tag(x_19, 2); +lean_ctor_set(x_19, 1, x_343); +lean_ctor_set(x_19, 0, x_291); +x_344 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__44; +lean_inc(x_291); +lean_ctor_set_tag(x_13, 2); +lean_ctor_set(x_13, 1, x_344); +lean_ctor_set(x_13, 0, x_291); +x_345 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; +lean_inc(x_291); +x_346 = l_Lean_Syntax_node2(x_291, x_345, x_13, x_2); +x_347 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__48; +lean_inc_n(x_314, 2); +lean_inc(x_291); +x_348 = l_Lean_Syntax_node2(x_291, x_347, x_314, x_314); +x_349 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__42; +lean_inc(x_314); +lean_inc(x_291); +x_350 = l_Lean_Syntax_node4(x_291, x_349, x_19, x_346, x_348, x_314); +x_351 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; +lean_inc(x_314); +lean_inc(x_291); +x_352 = l_Lean_Syntax_node5(x_291, x_351, x_316, x_323, x_342, x_350, x_314); +if (lean_obj_tag(x_4) == 0) +{ +x_353 = x_28; +goto block_376; +} +else +{ +lean_object* x_377; lean_object* x_378; +x_377 = lean_ctor_get(x_4, 0); +lean_inc(x_377); +lean_dec(x_4); +x_378 = l_Array_mkArray1___rarg(x_377); +x_353 = x_378; +goto block_376; +} +block_376: +{ +lean_object* x_354; lean_object* x_355; +x_354 = l_Array_append___rarg(x_28, x_353); +lean_dec(x_353); +lean_inc(x_291); +x_355 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_355, 0, x_291); +lean_ctor_set(x_355, 1, x_27); +lean_ctor_set(x_355, 2, x_354); +if (lean_obj_tag(x_8) == 0) +{ +lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; lean_object* x_361; +x_356 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__49; +lean_inc(x_291); +x_357 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_357, 0, x_291); +lean_ctor_set(x_357, 1, x_27); +lean_ctor_set(x_357, 2, x_356); +lean_inc_n(x_314, 2); +lean_inc(x_291); +x_358 = l_Lean_Syntax_node6(x_291, x_3, x_355, x_313, x_314, x_314, x_357, x_314); +x_359 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_360 = l_Lean_Syntax_node2(x_291, x_359, x_358, x_352); +x_361 = l_Lean_Elab_Command_elabCommand(x_360, x_9, x_10, x_298); +return x_361; +} +else +{ +lean_object* x_362; uint8_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; lean_object* x_371; lean_object* x_372; lean_object* x_373; lean_object* x_374; lean_object* x_375; +x_362 = lean_ctor_get(x_8, 0); +x_363 = 1; +x_364 = l_Lean_SourceInfo_fromRef(x_362, x_363); +x_365 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50; +x_366 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_366, 0, x_364); +lean_ctor_set(x_366, 1, x_365); +x_367 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; +lean_inc(x_291); +x_368 = l_Lean_Syntax_node1(x_291, x_367, x_366); +x_369 = l_Array_mkArray1___rarg(x_368); +x_370 = l_Array_append___rarg(x_28, x_369); +lean_dec(x_369); +lean_inc(x_291); +x_371 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_371, 0, x_291); +lean_ctor_set(x_371, 1, x_27); +lean_ctor_set(x_371, 2, x_370); +lean_inc_n(x_314, 2); +lean_inc(x_291); +x_372 = l_Lean_Syntax_node6(x_291, x_3, x_355, x_313, x_314, x_314, x_371, x_314); +x_373 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_374 = l_Lean_Syntax_node2(x_291, x_373, x_372, x_352); +x_375 = l_Lean_Elab_Command_elabCommand(x_374, x_9, x_10, x_298); +return x_375; +} +} +} +} +else +{ +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; size_t x_405; size_t 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; +x_379 = lean_ctor_get(x_23, 1); +lean_inc(x_379); +lean_dec(x_23); +x_380 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabAxiom___spec__1___lambda__1___closed__2; +x_381 = l_Lean_Elab_Command_expandMutualPreamble___closed__5; +lean_inc(x_18); +x_382 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_382, 0, x_18); +lean_ctor_set(x_382, 1, x_380); +lean_ctor_set(x_382, 2, x_381); +x_383 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; +lean_inc(x_382); +lean_inc(x_18); +x_384 = l_Lean_Syntax_node1(x_18, x_383, x_382); +x_385 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; +lean_inc(x_18); +x_386 = l_Lean_Syntax_node2(x_18, x_385, x_1, x_382); +x_387 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; +x_388 = l_Lean_Syntax_node2(x_18, x_387, x_384, x_386); +x_389 = lean_array_push(x_12, x_388); +x_390 = l_Lean_Elab_Command_getRef(x_9, x_10, x_379); +x_391 = lean_ctor_get(x_390, 0); +lean_inc(x_391); +x_392 = lean_ctor_get(x_390, 1); +lean_inc(x_392); +if (lean_is_exclusive(x_390)) { + lean_ctor_release(x_390, 0); + lean_ctor_release(x_390, 1); + x_393 = x_390; +} else { + lean_dec_ref(x_390); + x_393 = lean_box(0); +} +x_394 = l_Lean_SourceInfo_fromRef(x_391, x_17); +lean_dec(x_391); +x_395 = l_Lean_Elab_Command_getCurrMacroScope(x_9, x_10, x_392); +x_396 = lean_ctor_get(x_395, 0); +lean_inc(x_396); +x_397 = lean_ctor_get(x_395, 1); +lean_inc(x_397); +if (lean_is_exclusive(x_395)) { + lean_ctor_release(x_395, 0); + lean_ctor_release(x_395, 1); + x_398 = x_395; +} else { + lean_dec_ref(x_395); + x_398 = lean_box(0); +} +x_399 = l_Lean_Elab_Command_getMainModule___rarg(x_10, x_397); +x_400 = lean_ctor_get(x_399, 0); +lean_inc(x_400); +x_401 = lean_ctor_get(x_399, 1); +lean_inc(x_401); +if (lean_is_exclusive(x_399)) { + lean_ctor_release(x_399, 0); + lean_ctor_release(x_399, 1); + x_402 = x_399; +} else { + lean_dec_ref(x_399); + x_402 = lean_box(0); +} +x_403 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__11; +lean_inc(x_394); +if (lean_is_scalar(x_402)) { + x_404 = lean_alloc_ctor(2, 2, 0); +} else { + x_404 = x_402; + lean_ctor_set_tag(x_404, 2); +} +lean_ctor_set(x_404, 0, x_394); +lean_ctor_set(x_404, 1, x_403); +x_405 = lean_array_size(x_389); +x_406 = 0; +x_407 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabInitialize___spec__1(x_405, x_406, x_389); +x_408 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; +x_409 = l_Lean_mkSepArray(x_407, x_408); +lean_dec(x_407); +x_410 = l_Array_append___rarg(x_381, x_409); +lean_dec(x_409); +lean_inc(x_394); +x_411 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_411, 0, x_394); +lean_ctor_set(x_411, 1, x_380); +lean_ctor_set(x_411, 2, x_410); +x_412 = l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1___closed__5; +lean_inc(x_394); +if (lean_is_scalar(x_398)) { + x_413 = lean_alloc_ctor(2, 2, 0); +} else { + x_413 = x_398; + lean_ctor_set_tag(x_413, 2); +} +lean_ctor_set(x_413, 0, x_394); +lean_ctor_set(x_413, 1, x_412); +x_414 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; +lean_inc(x_394); +x_415 = l_Lean_Syntax_node3(x_394, x_414, x_404, x_411, x_413); +lean_inc(x_394); +x_416 = l_Lean_Syntax_node1(x_394, x_380, x_415); +lean_inc(x_394); +x_417 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_417, 0, x_394); +lean_ctor_set(x_417, 1, x_380); +lean_ctor_set(x_417, 2, x_381); +x_418 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__14; +lean_inc(x_394); +if (lean_is_scalar(x_393)) { + x_419 = lean_alloc_ctor(2, 2, 0); +} else { + x_419 = x_393; + lean_ctor_set_tag(x_419, 2); +} +lean_ctor_set(x_419, 0, x_394); +lean_ctor_set(x_419, 1, x_418); +x_420 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__19; +lean_inc(x_396); +lean_inc(x_400); +x_421 = l_Lean_addMacroScope(x_400, x_420, x_396); +x_422 = lean_box(0); +x_423 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__18; +lean_inc(x_394); +x_424 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_424, 0, x_394); +lean_ctor_set(x_424, 1, x_423); +lean_ctor_set(x_424, 2, x_421); +lean_ctor_set(x_424, 3, x_422); +x_425 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__16; +lean_inc(x_417); +lean_inc(x_394); +x_426 = l_Lean_Syntax_node2(x_394, x_425, x_424, x_417); +x_427 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__24; +lean_inc(x_394); +x_428 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_428, 0, x_394); +lean_ctor_set(x_428, 1, x_427); +x_429 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__29; +lean_inc(x_396); +lean_inc(x_400); +x_430 = l_Lean_addMacroScope(x_400, x_429, x_396); +x_431 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__28; +x_432 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__33; +lean_inc(x_394); +x_433 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_433, 0, x_394); +lean_ctor_set(x_433, 1, x_431); +lean_ctor_set(x_433, 2, x_430); +lean_ctor_set(x_433, 3, x_432); +x_434 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__36; +x_435 = l_Lean_addMacroScope(x_400, x_434, x_396); +x_436 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__35; +x_437 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__40; +lean_inc(x_394); +x_438 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_438, 0, x_394); +lean_ctor_set(x_438, 1, x_436); +lean_ctor_set(x_438, 2, x_435); +lean_ctor_set(x_438, 3, x_437); +lean_inc(x_394); +x_439 = l_Lean_Syntax_node1(x_394, x_380, x_438); +x_440 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__26; +lean_inc(x_394); +x_441 = l_Lean_Syntax_node2(x_394, x_440, x_433, x_439); +x_442 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; +lean_inc(x_394); +x_443 = l_Lean_Syntax_node2(x_394, x_442, x_428, x_441); +lean_inc(x_394); +x_444 = l_Lean_Syntax_node1(x_394, x_380, x_443); +x_445 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__21; +lean_inc(x_417); +lean_inc(x_394); +x_446 = l_Lean_Syntax_node2(x_394, x_445, x_417, x_444); +x_447 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__43; +lean_inc(x_394); +lean_ctor_set_tag(x_19, 2); +lean_ctor_set(x_19, 1, x_447); +lean_ctor_set(x_19, 0, x_394); +x_448 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__44; +lean_inc(x_394); +lean_ctor_set_tag(x_13, 2); +lean_ctor_set(x_13, 1, x_448); +lean_ctor_set(x_13, 0, x_394); +x_449 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; +lean_inc(x_394); +x_450 = l_Lean_Syntax_node2(x_394, x_449, x_13, x_2); +x_451 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__48; +lean_inc_n(x_417, 2); +lean_inc(x_394); +x_452 = l_Lean_Syntax_node2(x_394, x_451, x_417, x_417); +x_453 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__42; +lean_inc(x_417); +lean_inc(x_394); +x_454 = l_Lean_Syntax_node4(x_394, x_453, x_19, x_450, x_452, x_417); +x_455 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; +lean_inc(x_417); +lean_inc(x_394); +x_456 = l_Lean_Syntax_node5(x_394, x_455, x_419, x_426, x_446, x_454, x_417); +if (lean_obj_tag(x_4) == 0) +{ +x_457 = x_381; +goto block_480; +} +else +{ +lean_object* x_481; lean_object* x_482; +x_481 = lean_ctor_get(x_4, 0); +lean_inc(x_481); +lean_dec(x_4); +x_482 = l_Array_mkArray1___rarg(x_481); +x_457 = x_482; +goto block_480; +} +block_480: +{ +lean_object* x_458; lean_object* x_459; +x_458 = l_Array_append___rarg(x_381, x_457); +lean_dec(x_457); +lean_inc(x_394); +x_459 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_459, 0, x_394); +lean_ctor_set(x_459, 1, x_380); +lean_ctor_set(x_459, 2, x_458); +if (lean_obj_tag(x_8) == 0) +{ +lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; +x_460 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__49; +lean_inc(x_394); +x_461 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_461, 0, x_394); +lean_ctor_set(x_461, 1, x_380); +lean_ctor_set(x_461, 2, x_460); +lean_inc_n(x_417, 2); +lean_inc(x_394); +x_462 = l_Lean_Syntax_node6(x_394, x_3, x_459, x_416, x_417, x_417, x_461, x_417); +x_463 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_464 = l_Lean_Syntax_node2(x_394, x_463, x_462, x_456); +x_465 = l_Lean_Elab_Command_elabCommand(x_464, x_9, x_10, x_401); +return x_465; +} +else +{ +lean_object* 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_476; lean_object* x_477; lean_object* x_478; lean_object* x_479; +x_466 = lean_ctor_get(x_8, 0); +x_467 = 1; +x_468 = l_Lean_SourceInfo_fromRef(x_466, x_467); +x_469 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50; +x_470 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_470, 0, x_468); +lean_ctor_set(x_470, 1, x_469); +x_471 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; +lean_inc(x_394); +x_472 = l_Lean_Syntax_node1(x_394, x_471, x_470); +x_473 = l_Array_mkArray1___rarg(x_472); +x_474 = l_Array_append___rarg(x_381, x_473); +lean_dec(x_473); +lean_inc(x_394); +x_475 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_475, 0, x_394); +lean_ctor_set(x_475, 1, x_380); +lean_ctor_set(x_475, 2, x_474); +lean_inc_n(x_417, 2); +lean_inc(x_394); +x_476 = l_Lean_Syntax_node6(x_394, x_3, x_459, x_416, x_417, x_417, x_475, x_417); +x_477 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_478 = l_Lean_Syntax_node2(x_394, x_477, x_476, x_456); +x_479 = l_Lean_Elab_Command_elabCommand(x_478, x_9, x_10, x_401); +return x_479; +} +} +} +} +else +{ +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; size_t x_512; size_t x_513; lean_object* x_514; lean_object* x_515; lean_object* x_516; lean_object* x_517; lean_object* x_518; lean_object* x_519; lean_object* x_520; lean_object* x_521; lean_object* x_522; lean_object* x_523; lean_object* x_524; lean_object* x_525; lean_object* x_526; lean_object* x_527; lean_object* x_528; lean_object* x_529; lean_object* x_530; lean_object* x_531; lean_object* x_532; lean_object* x_533; lean_object* x_534; lean_object* x_535; lean_object* x_536; lean_object* x_537; lean_object* x_538; lean_object* x_539; lean_object* x_540; lean_object* x_541; lean_object* x_542; lean_object* x_543; lean_object* x_544; lean_object* x_545; lean_object* x_546; lean_object* x_547; lean_object* x_548; lean_object* x_549; lean_object* x_550; lean_object* x_551; lean_object* x_552; lean_object* x_553; lean_object* x_554; lean_object* x_555; lean_object* x_556; lean_object* x_557; lean_object* x_558; lean_object* x_559; lean_object* x_560; lean_object* x_561; lean_object* x_562; lean_object* x_563; lean_object* x_564; lean_object* x_565; +x_483 = lean_ctor_get(x_19, 1); +lean_inc(x_483); +lean_dec(x_19); +x_484 = l_Lean_Elab_Command_getMainModule___rarg(x_10, x_483); +x_485 = lean_ctor_get(x_484, 1); +lean_inc(x_485); +if (lean_is_exclusive(x_484)) { + lean_ctor_release(x_484, 0); + lean_ctor_release(x_484, 1); + x_486 = x_484; +} else { + lean_dec_ref(x_484); + x_486 = lean_box(0); +} +x_487 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabAxiom___spec__1___lambda__1___closed__2; +x_488 = l_Lean_Elab_Command_expandMutualPreamble___closed__5; +lean_inc(x_18); +x_489 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_489, 0, x_18); +lean_ctor_set(x_489, 1, x_487); +lean_ctor_set(x_489, 2, x_488); +x_490 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; +lean_inc(x_489); +lean_inc(x_18); +x_491 = l_Lean_Syntax_node1(x_18, x_490, x_489); +x_492 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; +lean_inc(x_18); +x_493 = l_Lean_Syntax_node2(x_18, x_492, x_1, x_489); +x_494 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; +x_495 = l_Lean_Syntax_node2(x_18, x_494, x_491, x_493); +x_496 = lean_array_push(x_12, x_495); +x_497 = l_Lean_Elab_Command_getRef(x_9, x_10, x_485); +x_498 = lean_ctor_get(x_497, 0); +lean_inc(x_498); +x_499 = lean_ctor_get(x_497, 1); +lean_inc(x_499); +if (lean_is_exclusive(x_497)) { + lean_ctor_release(x_497, 0); + lean_ctor_release(x_497, 1); + x_500 = x_497; +} else { + lean_dec_ref(x_497); + x_500 = lean_box(0); +} +x_501 = l_Lean_SourceInfo_fromRef(x_498, x_17); +lean_dec(x_498); +x_502 = l_Lean_Elab_Command_getCurrMacroScope(x_9, x_10, x_499); +x_503 = lean_ctor_get(x_502, 0); +lean_inc(x_503); +x_504 = lean_ctor_get(x_502, 1); +lean_inc(x_504); +if (lean_is_exclusive(x_502)) { + lean_ctor_release(x_502, 0); + lean_ctor_release(x_502, 1); + x_505 = x_502; +} else { + lean_dec_ref(x_502); + x_505 = lean_box(0); +} +x_506 = l_Lean_Elab_Command_getMainModule___rarg(x_10, x_504); +x_507 = lean_ctor_get(x_506, 0); +lean_inc(x_507); +x_508 = lean_ctor_get(x_506, 1); +lean_inc(x_508); +if (lean_is_exclusive(x_506)) { + lean_ctor_release(x_506, 0); + lean_ctor_release(x_506, 1); + x_509 = x_506; +} else { + lean_dec_ref(x_506); + x_509 = lean_box(0); +} +x_510 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__11; +lean_inc(x_501); +if (lean_is_scalar(x_509)) { + x_511 = lean_alloc_ctor(2, 2, 0); +} else { + x_511 = x_509; + lean_ctor_set_tag(x_511, 2); +} +lean_ctor_set(x_511, 0, x_501); +lean_ctor_set(x_511, 1, x_510); +x_512 = lean_array_size(x_496); +x_513 = 0; +x_514 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabInitialize___spec__1(x_512, x_513, x_496); +x_515 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; +x_516 = l_Lean_mkSepArray(x_514, x_515); +lean_dec(x_514); +x_517 = l_Array_append___rarg(x_488, x_516); +lean_dec(x_516); +lean_inc(x_501); +x_518 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_518, 0, x_501); +lean_ctor_set(x_518, 1, x_487); +lean_ctor_set(x_518, 2, x_517); +x_519 = l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1___closed__5; +lean_inc(x_501); +if (lean_is_scalar(x_505)) { + x_520 = lean_alloc_ctor(2, 2, 0); +} else { + x_520 = x_505; + lean_ctor_set_tag(x_520, 2); +} +lean_ctor_set(x_520, 0, x_501); +lean_ctor_set(x_520, 1, x_519); +x_521 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; +lean_inc(x_501); +x_522 = l_Lean_Syntax_node3(x_501, x_521, x_511, x_518, x_520); +lean_inc(x_501); +x_523 = l_Lean_Syntax_node1(x_501, x_487, x_522); +lean_inc(x_501); +x_524 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_524, 0, x_501); +lean_ctor_set(x_524, 1, x_487); +lean_ctor_set(x_524, 2, x_488); +x_525 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__14; +lean_inc(x_501); +if (lean_is_scalar(x_500)) { + x_526 = lean_alloc_ctor(2, 2, 0); +} else { + x_526 = x_500; + lean_ctor_set_tag(x_526, 2); +} +lean_ctor_set(x_526, 0, x_501); +lean_ctor_set(x_526, 1, x_525); +x_527 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__19; +lean_inc(x_503); +lean_inc(x_507); +x_528 = l_Lean_addMacroScope(x_507, x_527, x_503); +x_529 = lean_box(0); +x_530 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__18; +lean_inc(x_501); +x_531 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_531, 0, x_501); +lean_ctor_set(x_531, 1, x_530); +lean_ctor_set(x_531, 2, x_528); +lean_ctor_set(x_531, 3, x_529); +x_532 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__16; +lean_inc(x_524); +lean_inc(x_501); +x_533 = l_Lean_Syntax_node2(x_501, x_532, x_531, x_524); +x_534 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__24; +lean_inc(x_501); +if (lean_is_scalar(x_486)) { + x_535 = lean_alloc_ctor(2, 2, 0); +} else { + x_535 = x_486; + lean_ctor_set_tag(x_535, 2); +} +lean_ctor_set(x_535, 0, x_501); +lean_ctor_set(x_535, 1, x_534); +x_536 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__29; +lean_inc(x_503); +lean_inc(x_507); +x_537 = l_Lean_addMacroScope(x_507, x_536, x_503); +x_538 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__28; +x_539 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__33; +lean_inc(x_501); +x_540 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_540, 0, x_501); +lean_ctor_set(x_540, 1, x_538); +lean_ctor_set(x_540, 2, x_537); +lean_ctor_set(x_540, 3, x_539); +x_541 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__36; +x_542 = l_Lean_addMacroScope(x_507, x_541, x_503); +x_543 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__35; +x_544 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__40; +lean_inc(x_501); +x_545 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_545, 0, x_501); +lean_ctor_set(x_545, 1, x_543); +lean_ctor_set(x_545, 2, x_542); +lean_ctor_set(x_545, 3, x_544); +lean_inc(x_501); +x_546 = l_Lean_Syntax_node1(x_501, x_487, x_545); +x_547 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__26; +lean_inc(x_501); +x_548 = l_Lean_Syntax_node2(x_501, x_547, x_540, x_546); +x_549 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; +lean_inc(x_501); +x_550 = l_Lean_Syntax_node2(x_501, x_549, x_535, x_548); +lean_inc(x_501); +x_551 = l_Lean_Syntax_node1(x_501, x_487, x_550); +x_552 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__21; +lean_inc(x_524); +lean_inc(x_501); +x_553 = l_Lean_Syntax_node2(x_501, x_552, x_524, x_551); +x_554 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__43; +lean_inc(x_501); +x_555 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_555, 0, x_501); +lean_ctor_set(x_555, 1, x_554); +x_556 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__44; +lean_inc(x_501); +lean_ctor_set_tag(x_13, 2); +lean_ctor_set(x_13, 1, x_556); +lean_ctor_set(x_13, 0, x_501); +x_557 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; +lean_inc(x_501); +x_558 = l_Lean_Syntax_node2(x_501, x_557, x_13, x_2); +x_559 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__48; +lean_inc_n(x_524, 2); +lean_inc(x_501); +x_560 = l_Lean_Syntax_node2(x_501, x_559, x_524, x_524); +x_561 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__42; +lean_inc(x_524); +lean_inc(x_501); +x_562 = l_Lean_Syntax_node4(x_501, x_561, x_555, x_558, x_560, x_524); +x_563 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; +lean_inc(x_524); +lean_inc(x_501); +x_564 = l_Lean_Syntax_node5(x_501, x_563, x_526, x_533, x_553, x_562, x_524); +if (lean_obj_tag(x_4) == 0) +{ +x_565 = x_488; +goto block_588; +} +else +{ +lean_object* x_589; lean_object* x_590; +x_589 = lean_ctor_get(x_4, 0); +lean_inc(x_589); +lean_dec(x_4); +x_590 = l_Array_mkArray1___rarg(x_589); +x_565 = x_590; +goto block_588; +} +block_588: +{ +lean_object* x_566; lean_object* x_567; +x_566 = l_Array_append___rarg(x_488, x_565); +lean_dec(x_565); +lean_inc(x_501); +x_567 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_567, 0, x_501); +lean_ctor_set(x_567, 1, x_487); +lean_ctor_set(x_567, 2, x_566); +if (lean_obj_tag(x_8) == 0) +{ +lean_object* x_568; lean_object* x_569; lean_object* x_570; lean_object* x_571; lean_object* x_572; lean_object* x_573; +x_568 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__49; +lean_inc(x_501); +x_569 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_569, 0, x_501); +lean_ctor_set(x_569, 1, x_487); +lean_ctor_set(x_569, 2, x_568); +lean_inc_n(x_524, 2); +lean_inc(x_501); +x_570 = l_Lean_Syntax_node6(x_501, x_3, x_567, x_523, x_524, x_524, x_569, x_524); +x_571 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_572 = l_Lean_Syntax_node2(x_501, x_571, x_570, x_564); +x_573 = l_Lean_Elab_Command_elabCommand(x_572, x_9, x_10, x_508); +return x_573; +} +else +{ +lean_object* x_574; uint8_t x_575; lean_object* x_576; lean_object* x_577; lean_object* x_578; lean_object* x_579; lean_object* x_580; lean_object* x_581; lean_object* x_582; lean_object* x_583; lean_object* x_584; lean_object* x_585; lean_object* x_586; lean_object* x_587; +x_574 = lean_ctor_get(x_8, 0); +x_575 = 1; +x_576 = l_Lean_SourceInfo_fromRef(x_574, x_575); +x_577 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50; +x_578 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_578, 0, x_576); +lean_ctor_set(x_578, 1, x_577); +x_579 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; +lean_inc(x_501); +x_580 = l_Lean_Syntax_node1(x_501, x_579, x_578); +x_581 = l_Array_mkArray1___rarg(x_580); +x_582 = l_Array_append___rarg(x_488, x_581); +lean_dec(x_581); +lean_inc(x_501); +x_583 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_583, 0, x_501); +lean_ctor_set(x_583, 1, x_487); +lean_ctor_set(x_583, 2, x_582); +lean_inc_n(x_524, 2); +lean_inc(x_501); +x_584 = l_Lean_Syntax_node6(x_501, x_3, x_567, x_523, x_524, x_524, x_583, x_524); +x_585 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_586 = l_Lean_Syntax_node2(x_501, x_585, x_584, x_564); +x_587 = l_Lean_Elab_Command_elabCommand(x_586, x_9, x_10, x_508); +return x_587; +} +} +} +} +else +{ +lean_object* x_591; lean_object* x_592; uint8_t 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; size_t x_626; size_t 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; +x_591 = lean_ctor_get(x_13, 0); +x_592 = lean_ctor_get(x_13, 1); +lean_inc(x_592); +lean_inc(x_591); +lean_dec(x_13); +x_593 = 0; +x_594 = l_Lean_SourceInfo_fromRef(x_591, x_593); +lean_dec(x_591); +x_595 = l_Lean_Elab_Command_getCurrMacroScope(x_9, x_10, x_592); +x_596 = lean_ctor_get(x_595, 1); +lean_inc(x_596); +if (lean_is_exclusive(x_595)) { + lean_ctor_release(x_595, 0); + lean_ctor_release(x_595, 1); + x_597 = x_595; +} else { + lean_dec_ref(x_595); + x_597 = lean_box(0); +} +x_598 = l_Lean_Elab_Command_getMainModule___rarg(x_10, x_596); +x_599 = lean_ctor_get(x_598, 1); +lean_inc(x_599); +if (lean_is_exclusive(x_598)) { + lean_ctor_release(x_598, 0); + lean_ctor_release(x_598, 1); + x_600 = x_598; +} else { + lean_dec_ref(x_598); + x_600 = lean_box(0); +} +x_601 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabAxiom___spec__1___lambda__1___closed__2; +x_602 = l_Lean_Elab_Command_expandMutualPreamble___closed__5; +lean_inc(x_594); +x_603 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_603, 0, x_594); +lean_ctor_set(x_603, 1, x_601); +lean_ctor_set(x_603, 2, x_602); +x_604 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; +lean_inc(x_603); +lean_inc(x_594); +x_605 = l_Lean_Syntax_node1(x_594, x_604, x_603); +x_606 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; +lean_inc(x_594); +x_607 = l_Lean_Syntax_node2(x_594, x_606, x_1, x_603); +x_608 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; +x_609 = l_Lean_Syntax_node2(x_594, x_608, x_605, x_607); +x_610 = lean_array_push(x_12, x_609); +x_611 = l_Lean_Elab_Command_getRef(x_9, x_10, x_599); +x_612 = lean_ctor_get(x_611, 0); +lean_inc(x_612); +x_613 = lean_ctor_get(x_611, 1); +lean_inc(x_613); +if (lean_is_exclusive(x_611)) { + lean_ctor_release(x_611, 0); + lean_ctor_release(x_611, 1); + x_614 = x_611; +} else { + lean_dec_ref(x_611); + x_614 = lean_box(0); +} +x_615 = l_Lean_SourceInfo_fromRef(x_612, x_593); +lean_dec(x_612); +x_616 = l_Lean_Elab_Command_getCurrMacroScope(x_9, x_10, x_613); +x_617 = lean_ctor_get(x_616, 0); +lean_inc(x_617); +x_618 = lean_ctor_get(x_616, 1); +lean_inc(x_618); +if (lean_is_exclusive(x_616)) { + lean_ctor_release(x_616, 0); + lean_ctor_release(x_616, 1); + x_619 = x_616; +} else { + lean_dec_ref(x_616); + x_619 = lean_box(0); +} +x_620 = l_Lean_Elab_Command_getMainModule___rarg(x_10, x_618); +x_621 = lean_ctor_get(x_620, 0); +lean_inc(x_621); +x_622 = lean_ctor_get(x_620, 1); +lean_inc(x_622); +if (lean_is_exclusive(x_620)) { + lean_ctor_release(x_620, 0); + lean_ctor_release(x_620, 1); + x_623 = x_620; +} else { + lean_dec_ref(x_620); + x_623 = lean_box(0); +} +x_624 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__11; +lean_inc(x_615); +if (lean_is_scalar(x_623)) { + x_625 = lean_alloc_ctor(2, 2, 0); +} else { + x_625 = x_623; + lean_ctor_set_tag(x_625, 2); +} +lean_ctor_set(x_625, 0, x_615); +lean_ctor_set(x_625, 1, x_624); +x_626 = lean_array_size(x_610); +x_627 = 0; +x_628 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabInitialize___spec__1(x_626, x_627, x_610); +x_629 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; +x_630 = l_Lean_mkSepArray(x_628, x_629); +lean_dec(x_628); +x_631 = l_Array_append___rarg(x_602, x_630); +lean_dec(x_630); +lean_inc(x_615); +x_632 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_632, 0, x_615); +lean_ctor_set(x_632, 1, x_601); +lean_ctor_set(x_632, 2, x_631); +x_633 = l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabAttr___spec__1___closed__5; +lean_inc(x_615); +if (lean_is_scalar(x_619)) { + x_634 = lean_alloc_ctor(2, 2, 0); +} else { + x_634 = x_619; + lean_ctor_set_tag(x_634, 2); +} +lean_ctor_set(x_634, 0, x_615); +lean_ctor_set(x_634, 1, x_633); +x_635 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; +lean_inc(x_615); +x_636 = l_Lean_Syntax_node3(x_615, x_635, x_625, x_632, x_634); +lean_inc(x_615); +x_637 = l_Lean_Syntax_node1(x_615, x_601, x_636); +lean_inc(x_615); +x_638 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_638, 0, x_615); +lean_ctor_set(x_638, 1, x_601); +lean_ctor_set(x_638, 2, x_602); +x_639 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__14; +lean_inc(x_615); +if (lean_is_scalar(x_614)) { + x_640 = lean_alloc_ctor(2, 2, 0); +} else { + x_640 = x_614; + lean_ctor_set_tag(x_640, 2); +} +lean_ctor_set(x_640, 0, x_615); +lean_ctor_set(x_640, 1, x_639); +x_641 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__19; +lean_inc(x_617); +lean_inc(x_621); +x_642 = l_Lean_addMacroScope(x_621, x_641, x_617); +x_643 = lean_box(0); +x_644 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__18; +lean_inc(x_615); +x_645 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_645, 0, x_615); +lean_ctor_set(x_645, 1, x_644); +lean_ctor_set(x_645, 2, x_642); +lean_ctor_set(x_645, 3, x_643); +x_646 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__16; +lean_inc(x_638); +lean_inc(x_615); +x_647 = l_Lean_Syntax_node2(x_615, x_646, x_645, x_638); +x_648 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__24; +lean_inc(x_615); +if (lean_is_scalar(x_600)) { + x_649 = lean_alloc_ctor(2, 2, 0); +} else { + x_649 = x_600; + lean_ctor_set_tag(x_649, 2); +} +lean_ctor_set(x_649, 0, x_615); +lean_ctor_set(x_649, 1, x_648); +x_650 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__29; +lean_inc(x_617); +lean_inc(x_621); +x_651 = l_Lean_addMacroScope(x_621, x_650, x_617); +x_652 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__28; +x_653 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__33; +lean_inc(x_615); +x_654 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_654, 0, x_615); +lean_ctor_set(x_654, 1, x_652); +lean_ctor_set(x_654, 2, x_651); +lean_ctor_set(x_654, 3, x_653); +x_655 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__36; +x_656 = l_Lean_addMacroScope(x_621, x_655, x_617); +x_657 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__35; +x_658 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__40; +lean_inc(x_615); +x_659 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_659, 0, x_615); +lean_ctor_set(x_659, 1, x_657); +lean_ctor_set(x_659, 2, x_656); +lean_ctor_set(x_659, 3, x_658); +lean_inc(x_615); +x_660 = l_Lean_Syntax_node1(x_615, x_601, x_659); +x_661 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__26; +lean_inc(x_615); +x_662 = l_Lean_Syntax_node2(x_615, x_661, x_654, x_660); +x_663 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; +lean_inc(x_615); +x_664 = l_Lean_Syntax_node2(x_615, x_663, x_649, x_662); +lean_inc(x_615); +x_665 = l_Lean_Syntax_node1(x_615, x_601, x_664); +x_666 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__21; +lean_inc(x_638); +lean_inc(x_615); +x_667 = l_Lean_Syntax_node2(x_615, x_666, x_638, x_665); +x_668 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__43; +lean_inc(x_615); +if (lean_is_scalar(x_597)) { + x_669 = lean_alloc_ctor(2, 2, 0); +} else { + x_669 = x_597; + lean_ctor_set_tag(x_669, 2); +} +lean_ctor_set(x_669, 0, x_615); +lean_ctor_set(x_669, 1, x_668); +x_670 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__44; +lean_inc(x_615); +x_671 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_671, 0, x_615); +lean_ctor_set(x_671, 1, x_670); +x_672 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; +lean_inc(x_615); +x_673 = l_Lean_Syntax_node2(x_615, x_672, x_671, x_2); +x_674 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__48; +lean_inc_n(x_638, 2); +lean_inc(x_615); +x_675 = l_Lean_Syntax_node2(x_615, x_674, x_638, x_638); +x_676 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__42; +lean_inc(x_638); +lean_inc(x_615); +x_677 = l_Lean_Syntax_node4(x_615, x_676, x_669, x_673, x_675, x_638); +x_678 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; +lean_inc(x_638); +lean_inc(x_615); +x_679 = l_Lean_Syntax_node5(x_615, x_678, x_640, x_647, x_667, x_677, x_638); +if (lean_obj_tag(x_4) == 0) +{ +x_680 = x_602; +goto block_703; +} +else +{ +lean_object* x_704; lean_object* x_705; +x_704 = lean_ctor_get(x_4, 0); +lean_inc(x_704); +lean_dec(x_4); +x_705 = l_Array_mkArray1___rarg(x_704); +x_680 = x_705; +goto block_703; +} +block_703: +{ +lean_object* x_681; lean_object* x_682; +x_681 = l_Array_append___rarg(x_602, x_680); +lean_dec(x_680); +lean_inc(x_615); +x_682 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_682, 0, x_615); +lean_ctor_set(x_682, 1, x_601); +lean_ctor_set(x_682, 2, x_681); +if (lean_obj_tag(x_8) == 0) +{ +lean_object* x_683; lean_object* x_684; lean_object* x_685; lean_object* x_686; lean_object* x_687; lean_object* x_688; +x_683 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__49; +lean_inc(x_615); +x_684 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_684, 0, x_615); +lean_ctor_set(x_684, 1, x_601); +lean_ctor_set(x_684, 2, x_683); +lean_inc_n(x_638, 2); +lean_inc(x_615); +x_685 = l_Lean_Syntax_node6(x_615, x_3, x_682, x_637, x_638, x_638, x_684, x_638); +x_686 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_687 = l_Lean_Syntax_node2(x_615, x_686, x_685, x_679); +x_688 = l_Lean_Elab_Command_elabCommand(x_687, x_9, x_10, x_622); +return x_688; +} +else +{ +lean_object* x_689; uint8_t 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; +x_689 = lean_ctor_get(x_8, 0); +x_690 = 1; +x_691 = l_Lean_SourceInfo_fromRef(x_689, x_690); +x_692 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50; +x_693 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_693, 0, x_691); +lean_ctor_set(x_693, 1, x_692); +x_694 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; +lean_inc(x_615); +x_695 = l_Lean_Syntax_node1(x_615, x_694, x_693); +x_696 = l_Array_mkArray1___rarg(x_695); +x_697 = l_Array_append___rarg(x_602, x_696); +lean_dec(x_696); +lean_inc(x_615); +x_698 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_698, 0, x_615); +lean_ctor_set(x_698, 1, x_601); +lean_ctor_set(x_698, 2, x_697); +lean_inc_n(x_638, 2); +lean_inc(x_615); +x_699 = l_Lean_Syntax_node6(x_615, x_3, x_682, x_637, x_638, x_638, x_698, x_638); +x_700 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_701 = l_Lean_Syntax_node2(x_615, x_700, x_699, x_679); +x_702 = l_Lean_Elab_Command_elabCommand(x_701, x_9, x_10, x_622); +return x_702; +} +} +} +} +} +} LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__2(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; uint8_t x_14; +x_11 = lean_unsigned_to_nat(3u); +x_12 = l_Lean_Syntax_getArg(x_1, x_11); +x_13 = lean_unsigned_to_nat(0u); +x_14 = l_Lean_Syntax_matchesNull(x_12, x_13); +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_15 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; +x_16 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_15, x_8, x_9, x_10); +lean_dec(x_9); +return x_16; +} +else +{ +lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = lean_unsigned_to_nat(4u); +x_18 = l_Lean_Syntax_getArg(x_1, x_17); +x_19 = l_Lean_Syntax_isNone(x_18); +if (x_19 == 0) +{ +lean_object* x_20; uint8_t x_21; +x_20 = lean_unsigned_to_nat(1u); +lean_inc(x_18); +x_21 = l_Lean_Syntax_matchesNull(x_18, x_20); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; +lean_dec(x_18); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_22 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; +x_23 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_22, x_8, x_9, x_10); +lean_dec(x_9); +return x_23; +} +else +{ +lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_24 = l_Lean_Syntax_getArg(x_18, x_13); +lean_dec(x_18); +x_25 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; +lean_inc(x_24); +x_26 = l_Lean_Syntax_isOfKind(x_24, x_25); +if (x_26 == 0) +{ +lean_object* x_27; lean_object* x_28; +lean_dec(x_24); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_27 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; +x_28 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_27, x_8, x_9, x_10); +lean_dec(x_9); +return x_28; +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_29 = l_Lean_Syntax_getArg(x_24, x_13); +lean_dec(x_24); +x_30 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_30, 0, x_29); +x_31 = lean_box(0); +x_32 = l_Lean_Elab_Command_elabInitialize___lambda__1(x_2, x_3, x_4, x_5, x_1, x_7, x_31, x_30, x_8, x_9, x_10); +lean_dec(x_30); +return x_32; +} +} +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_18); +x_33 = lean_box(0); +x_34 = lean_box(0); +x_35 = l_Lean_Elab_Command_elabInitialize___lambda__1(x_2, x_3, x_4, x_5, x_1, x_7, x_34, x_33, x_8, x_9, x_10); +return x_35; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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, lean_object* x_8, lean_object* x_9) { +_start: +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_unsigned_to_nat(1u); +x_11 = l_Lean_Syntax_getArg(x_1, x_10); +x_12 = l_Lean_Syntax_isNone(x_11); +if (x_12 == 0) +{ +uint8_t x_13; +lean_inc(x_11); +x_13 = l_Lean_Syntax_matchesNull(x_11, x_10); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +lean_dec(x_11); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_14 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; +x_15 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_14, x_7, x_8, x_9); +lean_dec(x_8); +return x_15; +} +else +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_16 = lean_unsigned_to_nat(0u); +x_17 = l_Lean_Syntax_getArg(x_11, x_16); +lean_dec(x_11); +x_18 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; +lean_inc(x_17); +x_19 = l_Lean_Syntax_isOfKind(x_17, x_18); +if (x_19 == 0) +{ +lean_object* x_20; lean_object* x_21; +lean_dec(x_17); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_20 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; +x_21 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_20, x_7, x_8, x_9); +lean_dec(x_8); +return x_21; +} +else +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_22 = l_Lean_Syntax_getArg(x_17, x_10); +lean_dec(x_17); +x_23 = l_Lean_Syntax_getArgs(x_22); +lean_dec(x_22); +x_24 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_24, 0, x_23); +x_25 = lean_box(0); +x_26 = l_Lean_Elab_Command_elabInitialize___lambda__2(x_1, x_2, x_3, x_4, x_6, x_25, x_24, x_7, x_8, x_9); +lean_dec(x_24); +return x_26; +} +} +} +else +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; +lean_dec(x_11); +x_27 = lean_box(0); +x_28 = lean_box(0); +x_29 = l_Lean_Elab_Command_elabInitialize___lambda__2(x_1, x_2, x_3, x_4, x_6, x_28, x_27, x_7, x_8, x_9); +return x_29; +} +} +} +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__4___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("withDeclName", 12, 12); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__4___closed__2() { +_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_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; +x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; +x_3 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__1; +x_4 = l_Lean_Elab_Command_elabInitialize___lambda__4___closed__1; +x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__4___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("with_decl_name%", 15, 15); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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, 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; uint8_t x_16; x_11 = lean_unsigned_to_nat(0u); x_12 = l_Lean_Syntax_getArg(x_1, x_11); @@ -11608,7 +12806,7 @@ x_13 = lean_unsigned_to_nat(1u); x_14 = l_Lean_Syntax_getArg(x_1, x_13); lean_inc(x_8); lean_inc(x_6); -x_15 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__1(x_6, x_12, x_14, x_8, x_9, x_10); +x_15 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__2(x_6, x_12, x_14, x_8, x_9, x_10); x_16 = !lean_is_exclusive(x_15); if (x_16 == 0) { @@ -11702,7 +12900,7 @@ lean_inc(x_24); lean_ctor_set_tag(x_19, 2); lean_ctor_set(x_19, 1, x_58); lean_ctor_set(x_19, 0, x_24); -x_59 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__3; +x_59 = l_Lean_Elab_Command_elabInitialize___lambda__4___closed__3; lean_inc(x_24); lean_ctor_set_tag(x_15, 2); lean_ctor_set(x_15, 1, x_59); @@ -11716,7 +12914,7 @@ lean_ctor_set(x_62, 1, x_61); x_63 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; lean_inc(x_24); x_64 = l_Lean_Syntax_node2(x_24, x_63, x_62, x_3); -x_65 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__2; +x_65 = l_Lean_Elab_Command_elabInitialize___lambda__4___closed__2; lean_inc(x_35); lean_inc(x_24); x_66 = l_Lean_Syntax_node4(x_24, x_65, x_15, x_35, x_60, x_64); @@ -11757,11 +12955,11 @@ lean_object* x_80; uint8_t x_81; lean_object* x_82; lean_object* x_83; lean_obje x_80 = lean_ctor_get(x_4, 0); x_81 = 1; x_82 = l_Lean_SourceInfo_fromRef(x_80, x_81); -x_83 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__4; +x_83 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50; x_84 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_84, 0, x_82); lean_ctor_set(x_84, 1, x_83); -x_85 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__5; +x_85 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; lean_inc(x_24); x_86 = l_Lean_Syntax_node1(x_24, x_85, x_84); x_87 = l_Array_mkArray1___rarg(x_86); @@ -11853,7 +13051,7 @@ lean_inc(x_24); lean_ctor_set_tag(x_19, 2); lean_ctor_set(x_19, 1, x_123); lean_ctor_set(x_19, 0, x_24); -x_124 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__3; +x_124 = l_Lean_Elab_Command_elabInitialize___lambda__4___closed__3; lean_inc(x_24); lean_ctor_set_tag(x_15, 2); lean_ctor_set(x_15, 1, x_124); @@ -11867,7 +13065,7 @@ lean_ctor_set(x_127, 1, x_126); x_128 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; lean_inc(x_24); x_129 = l_Lean_Syntax_node2(x_24, x_128, x_127, x_3); -x_130 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__2; +x_130 = l_Lean_Elab_Command_elabInitialize___lambda__4___closed__2; lean_inc(x_99); lean_inc(x_24); x_131 = l_Lean_Syntax_node4(x_24, x_130, x_15, x_99, x_125, x_129); @@ -11908,11 +13106,11 @@ lean_object* x_145; uint8_t x_146; lean_object* x_147; lean_object* x_148; lean_ x_145 = lean_ctor_get(x_4, 0); x_146 = 1; x_147 = l_Lean_SourceInfo_fromRef(x_145, x_146); -x_148 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__4; +x_148 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50; x_149 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_149, 0, x_147); lean_ctor_set(x_149, 1, x_148); -x_150 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__5; +x_150 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; lean_inc(x_24); x_151 = l_Lean_Syntax_node1(x_24, x_150, x_149); x_152 = l_Array_mkArray1___rarg(x_151); @@ -12023,7 +13221,7 @@ lean_inc(x_24); lean_ctor_set_tag(x_19, 2); lean_ctor_set(x_19, 1, x_193); lean_ctor_set(x_19, 0, x_24); -x_194 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__3; +x_194 = l_Lean_Elab_Command_elabInitialize___lambda__4___closed__3; lean_inc(x_24); lean_ctor_set_tag(x_15, 2); lean_ctor_set(x_15, 1, x_194); @@ -12037,7 +13235,7 @@ lean_ctor_set(x_197, 1, x_196); x_198 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; lean_inc(x_24); x_199 = l_Lean_Syntax_node2(x_24, x_198, x_197, x_3); -x_200 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__2; +x_200 = l_Lean_Elab_Command_elabInitialize___lambda__4___closed__2; lean_inc(x_168); lean_inc(x_24); x_201 = l_Lean_Syntax_node4(x_24, x_200, x_15, x_168, x_195, x_199); @@ -12078,11 +13276,11 @@ lean_object* x_215; uint8_t x_216; lean_object* x_217; lean_object* x_218; lean_ x_215 = lean_ctor_get(x_4, 0); x_216 = 1; x_217 = l_Lean_SourceInfo_fromRef(x_215, x_216); -x_218 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__4; +x_218 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50; x_219 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_219, 0, x_217); lean_ctor_set(x_219, 1, x_218); -x_220 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__5; +x_220 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; lean_inc(x_24); x_221 = l_Lean_Syntax_node1(x_24, x_220, x_219); x_222 = l_Array_mkArray1___rarg(x_221); @@ -12214,7 +13412,7 @@ lean_inc(x_233); x_270 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_270, 0, x_233); lean_ctor_set(x_270, 1, x_269); -x_271 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__3; +x_271 = l_Lean_Elab_Command_elabInitialize___lambda__4___closed__3; lean_inc(x_233); lean_ctor_set_tag(x_15, 2); lean_ctor_set(x_15, 1, x_271); @@ -12228,7 +13426,7 @@ lean_ctor_set(x_274, 1, x_273); x_275 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; lean_inc(x_233); x_276 = l_Lean_Syntax_node2(x_233, x_275, x_274, x_3); -x_277 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__2; +x_277 = l_Lean_Elab_Command_elabInitialize___lambda__4___closed__2; lean_inc(x_244); lean_inc(x_233); x_278 = l_Lean_Syntax_node4(x_233, x_277, x_15, x_244, x_272, x_276); @@ -12269,11 +13467,11 @@ lean_object* x_292; uint8_t x_293; lean_object* x_294; lean_object* x_295; lean_ x_292 = lean_ctor_get(x_4, 0); x_293 = 1; x_294 = l_Lean_SourceInfo_fromRef(x_292, x_293); -x_295 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__4; +x_295 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50; x_296 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_296, 0, x_294); lean_ctor_set(x_296, 1, x_295); -x_297 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__5; +x_297 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; lean_inc(x_233); x_298 = l_Lean_Syntax_node1(x_233, x_297, x_296); x_299 = l_Array_mkArray1___rarg(x_298); @@ -12421,7 +13619,7 @@ if (lean_is_scalar(x_311)) { } lean_ctor_set(x_350, 0, x_313); lean_ctor_set(x_350, 1, x_349); -x_351 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__3; +x_351 = l_Lean_Elab_Command_elabInitialize___lambda__4___closed__3; lean_inc(x_313); x_352 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_352, 0, x_313); @@ -12435,7 +13633,7 @@ lean_ctor_set(x_355, 1, x_354); x_356 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__45; lean_inc(x_313); x_357 = l_Lean_Syntax_node2(x_313, x_356, x_355, x_3); -x_358 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__2; +x_358 = l_Lean_Elab_Command_elabInitialize___lambda__4___closed__2; lean_inc(x_324); lean_inc(x_313); x_359 = l_Lean_Syntax_node4(x_313, x_358, x_352, x_324, x_353, x_357); @@ -12476,11 +13674,11 @@ lean_object* x_373; uint8_t x_374; lean_object* x_375; lean_object* x_376; lean_ x_373 = lean_ctor_get(x_4, 0); x_374 = 1; x_375 = l_Lean_SourceInfo_fromRef(x_373, x_374); -x_376 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__4; +x_376 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50; x_377 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_377, 0, x_375); lean_ctor_set(x_377, 1, x_376); -x_378 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__5; +x_378 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; lean_inc(x_313); x_379 = l_Lean_Syntax_node1(x_313, x_378, x_377); x_380 = l_Array_mkArray1___rarg(x_379); @@ -12504,7 +13702,7 @@ return x_387; } } } -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__5___closed__1() { _start: { lean_object* x_1; @@ -12512,27 +13710,19 @@ x_1 = lean_mk_string_unchecked("private", 7, 7); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__3___closed__2() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__5___closed__2() { _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_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; x_3 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__3; -x_4 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__1; +x_4 = l_Lean_Elab_Command_elabInitialize___lambda__5___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__3___closed__3() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked(",", 1, 1); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__3___closed__4() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__5___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; @@ -12546,19 +13736,19 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__3___closed__5() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__5___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__4; +x_2 = l_Lean_Elab_Command_elabInitialize___lambda__5___closed__3; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__3___closed__6() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__5___closed__5() { _start: { lean_object* x_1; @@ -12566,19 +13756,19 @@ x_1 = lean_mk_string_unchecked("declSig", 7, 7); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__3___closed__7() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__5___closed__6() { _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_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; x_3 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__3; -x_4 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__6; +x_4 = l_Lean_Elab_Command_elabInitialize___lambda__5___closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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, 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_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__5(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) { _start: { lean_object* x_15; lean_object* x_324; lean_object* x_325; lean_object* x_326; uint8_t x_327; @@ -12596,7 +13786,7 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_328 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_328 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_329 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_8, x_328, x_12, x_13, x_14); lean_dec(x_13); return x_329; @@ -12661,7 +13851,7 @@ if (x_50 == 0) lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; x_51 = lean_ctor_get(x_49, 0); x_52 = lean_ctor_get(x_49, 1); -x_53 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__6; +x_53 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__11; lean_inc(x_44); lean_ctor_set_tag(x_49, 2); lean_ctor_set(x_49, 1, x_53); @@ -12673,7 +13863,7 @@ x_56 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_56, 0, x_44); lean_ctor_set(x_56, 1, x_54); lean_ctor_set(x_56, 2, x_55); -x_57 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; +x_57 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; lean_inc(x_56); lean_inc(x_44); x_58 = l_Lean_Syntax_node1(x_44, x_57, x_56); @@ -12689,13 +13879,13 @@ lean_ctor_set(x_63, 2, x_60); lean_ctor_set(x_63, 3, x_61); lean_inc(x_44); x_64 = l_Lean_Syntax_node1(x_44, x_54, x_63); -x_65 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; +x_65 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; lean_inc(x_44); x_66 = l_Lean_Syntax_node2(x_44, x_65, x_5, x_64); -x_67 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; +x_67 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; lean_inc(x_44); x_68 = l_Lean_Syntax_node2(x_44, x_67, x_58, x_66); -x_69 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__3; +x_69 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__12; lean_inc(x_44); lean_ctor_set_tag(x_45, 2); lean_ctor_set(x_45, 1, x_69); @@ -12711,7 +13901,7 @@ lean_inc(x_44); x_73 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_73, 0, x_44); lean_ctor_set(x_73, 1, x_72); -x_74 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__5; +x_74 = l_Lean_Elab_Command_elabInitialize___lambda__5___closed__4; lean_inc(x_1); x_75 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_75, 0, x_1); @@ -12732,7 +13922,7 @@ x_82 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; lean_inc(x_2); lean_inc(x_44); x_83 = l_Lean_Syntax_node2(x_44, x_82, x_81, x_2); -x_84 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__7; +x_84 = l_Lean_Elab_Command_elabInitialize___lambda__5___closed__6; lean_inc(x_56); lean_inc(x_44); x_85 = l_Lean_Syntax_node2(x_44, x_84, x_56, x_83); @@ -12789,7 +13979,7 @@ x_93 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_93, 0, x_44); lean_ctor_set(x_93, 1, x_54); lean_ctor_set(x_93, 2, x_92); -x_94 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; +x_94 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; lean_inc(x_44); x_95 = l_Lean_Syntax_node3(x_44, x_94, x_49, x_93, x_39); lean_inc(x_44); @@ -12847,7 +14037,7 @@ x_115 = lean_ctor_get(x_49, 1); lean_inc(x_115); lean_inc(x_114); lean_dec(x_49); -x_116 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__6; +x_116 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__11; lean_inc(x_44); x_117 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_117, 0, x_44); @@ -12859,7 +14049,7 @@ x_120 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_120, 0, x_44); lean_ctor_set(x_120, 1, x_118); lean_ctor_set(x_120, 2, x_119); -x_121 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; +x_121 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; lean_inc(x_120); lean_inc(x_44); x_122 = l_Lean_Syntax_node1(x_44, x_121, x_120); @@ -12875,13 +14065,13 @@ lean_ctor_set(x_127, 2, x_124); lean_ctor_set(x_127, 3, x_125); lean_inc(x_44); x_128 = l_Lean_Syntax_node1(x_44, x_118, x_127); -x_129 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; +x_129 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; lean_inc(x_44); x_130 = l_Lean_Syntax_node2(x_44, x_129, x_5, x_128); -x_131 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; +x_131 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; lean_inc(x_44); x_132 = l_Lean_Syntax_node2(x_44, x_131, x_122, x_130); -x_133 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__3; +x_133 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__12; lean_inc(x_44); lean_ctor_set_tag(x_45, 2); lean_ctor_set(x_45, 1, x_133); @@ -12897,7 +14087,7 @@ lean_inc(x_44); x_137 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_137, 0, x_44); lean_ctor_set(x_137, 1, x_136); -x_138 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__5; +x_138 = l_Lean_Elab_Command_elabInitialize___lambda__5___closed__4; lean_inc(x_1); x_139 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_139, 0, x_1); @@ -12918,7 +14108,7 @@ x_146 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; lean_inc(x_2); lean_inc(x_44); x_147 = l_Lean_Syntax_node2(x_44, x_146, x_145, x_2); -x_148 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__7; +x_148 = l_Lean_Elab_Command_elabInitialize___lambda__5___closed__6; lean_inc(x_120); lean_inc(x_44); x_149 = l_Lean_Syntax_node2(x_44, x_148, x_120, x_147); @@ -12975,7 +14165,7 @@ x_157 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_157, 0, x_44); lean_ctor_set(x_157, 1, x_118); lean_ctor_set(x_157, 2, x_156); -x_158 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; +x_158 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; lean_inc(x_44); x_159 = l_Lean_Syntax_node3(x_44, x_158, x_117, x_157, x_39); lean_inc(x_44); @@ -13047,7 +14237,7 @@ if (lean_is_exclusive(x_180)) { lean_dec_ref(x_180); x_183 = lean_box(0); } -x_184 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__6; +x_184 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__11; lean_inc(x_44); if (lean_is_scalar(x_183)) { x_185 = lean_alloc_ctor(2, 2, 0); @@ -13064,7 +14254,7 @@ x_188 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_188, 0, x_44); lean_ctor_set(x_188, 1, x_186); lean_ctor_set(x_188, 2, x_187); -x_189 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; +x_189 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; lean_inc(x_188); lean_inc(x_44); x_190 = l_Lean_Syntax_node1(x_44, x_189, x_188); @@ -13080,13 +14270,13 @@ lean_ctor_set(x_195, 2, x_192); lean_ctor_set(x_195, 3, x_193); lean_inc(x_44); x_196 = l_Lean_Syntax_node1(x_44, x_186, x_195); -x_197 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; +x_197 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; lean_inc(x_44); x_198 = l_Lean_Syntax_node2(x_44, x_197, x_5, x_196); -x_199 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; +x_199 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; lean_inc(x_44); x_200 = l_Lean_Syntax_node2(x_44, x_199, x_190, x_198); -x_201 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__3; +x_201 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__12; lean_inc(x_44); x_202 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_202, 0, x_44); @@ -13102,7 +14292,7 @@ lean_inc(x_44); x_206 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_206, 0, x_44); lean_ctor_set(x_206, 1, x_205); -x_207 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__5; +x_207 = l_Lean_Elab_Command_elabInitialize___lambda__5___closed__4; lean_inc(x_1); x_208 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_208, 0, x_1); @@ -13123,7 +14313,7 @@ x_215 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; lean_inc(x_2); lean_inc(x_44); x_216 = l_Lean_Syntax_node2(x_44, x_215, x_214, x_2); -x_217 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__7; +x_217 = l_Lean_Elab_Command_elabInitialize___lambda__5___closed__6; lean_inc(x_188); lean_inc(x_44); x_218 = l_Lean_Syntax_node2(x_44, x_217, x_188, x_216); @@ -13180,7 +14370,7 @@ x_226 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_226, 0, x_44); lean_ctor_set(x_226, 1, x_186); lean_ctor_set(x_226, 2, x_225); -x_227 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; +x_227 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; lean_inc(x_44); x_228 = l_Lean_Syntax_node3(x_44, x_227, x_185, x_226, x_39); lean_inc(x_44); @@ -13268,7 +14458,7 @@ if (lean_is_exclusive(x_255)) { lean_dec_ref(x_255); x_258 = lean_box(0); } -x_259 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__6; +x_259 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__11; lean_inc(x_250); if (lean_is_scalar(x_258)) { x_260 = lean_alloc_ctor(2, 2, 0); @@ -13285,7 +14475,7 @@ x_263 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_263, 0, x_250); lean_ctor_set(x_263, 1, x_261); lean_ctor_set(x_263, 2, x_262); -x_264 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; +x_264 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; lean_inc(x_263); lean_inc(x_250); x_265 = l_Lean_Syntax_node1(x_250, x_264, x_263); @@ -13301,13 +14491,13 @@ lean_ctor_set(x_270, 2, x_267); lean_ctor_set(x_270, 3, x_268); lean_inc(x_250); x_271 = l_Lean_Syntax_node1(x_250, x_261, x_270); -x_272 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__13; +x_272 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; lean_inc(x_250); x_273 = l_Lean_Syntax_node2(x_250, x_272, x_5, x_271); -x_274 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__8; +x_274 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__3; lean_inc(x_250); x_275 = l_Lean_Syntax_node2(x_250, x_274, x_265, x_273); -x_276 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__3; +x_276 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__12; lean_inc(x_250); if (lean_is_scalar(x_254)) { x_277 = lean_alloc_ctor(2, 2, 0); @@ -13328,7 +14518,7 @@ lean_inc(x_250); x_282 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_282, 0, x_250); lean_ctor_set(x_282, 1, x_281); -x_283 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__5; +x_283 = l_Lean_Elab_Command_elabInitialize___lambda__5___closed__4; lean_inc(x_1); x_284 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_284, 0, x_1); @@ -13349,7 +14539,7 @@ x_291 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__23; lean_inc(x_2); lean_inc(x_250); x_292 = l_Lean_Syntax_node2(x_250, x_291, x_290, x_2); -x_293 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__7; +x_293 = l_Lean_Elab_Command_elabInitialize___lambda__5___closed__6; lean_inc(x_263); lean_inc(x_250); x_294 = l_Lean_Syntax_node2(x_250, x_293, x_263, x_292); @@ -13406,7 +14596,7 @@ x_302 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_302, 0, x_250); lean_ctor_set(x_302, 1, x_261); lean_ctor_set(x_302, 2, x_301); -x_303 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; +x_303 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; lean_inc(x_250); x_304 = l_Lean_Syntax_node3(x_250, x_303, x_260, x_302, x_280); lean_inc(x_250); @@ -13475,7 +14665,7 @@ if (lean_obj_tag(x_15) == 0) { lean_object* x_24; lean_object* x_25; x_24 = lean_box(0); -x_25 = l_Lean_Elab_Command_elabInitialize___lambda__2(x_16, x_2, x_3, x_11, x_4, x_23, x_24, x_12, x_13, x_20); +x_25 = l_Lean_Elab_Command_elabInitialize___lambda__4(x_16, x_2, x_3, x_11, x_4, x_23, x_24, x_12, x_13, x_20); return x_25; } else @@ -13484,13 +14674,13 @@ lean_object* x_26; lean_object* x_27; uint8_t x_28; x_26 = lean_ctor_get(x_15, 0); lean_inc(x_26); lean_dec(x_15); -x_27 = l_Lean_Elab_Command_elabInitialize___lambda__3___closed__2; +x_27 = l_Lean_Elab_Command_elabInitialize___lambda__5___closed__2; x_28 = l_Lean_Syntax_isOfKind(x_26, x_27); if (x_28 == 0) { lean_object* x_29; lean_object* x_30; x_29 = lean_box(0); -x_30 = l_Lean_Elab_Command_elabInitialize___lambda__2(x_16, x_2, x_3, x_11, x_4, x_23, x_29, x_12, x_13, x_20); +x_30 = l_Lean_Elab_Command_elabInitialize___lambda__4(x_16, x_2, x_3, x_11, x_4, x_23, x_29, x_12, x_13, x_20); return x_30; } else @@ -13508,7 +14698,7 @@ lean_dec(x_32); x_35 = l_Lean_mkPrivateName(x_34, x_23); lean_dec(x_34); x_36 = lean_box(0); -x_37 = l_Lean_Elab_Command_elabInitialize___lambda__2(x_16, x_2, x_3, x_11, x_4, x_35, x_36, x_12, x_13, x_33); +x_37 = l_Lean_Elab_Command_elabInitialize___lambda__4(x_16, x_2, x_3, x_11, x_4, x_35, x_36, x_12, x_13, x_33); return x_37; } } @@ -13516,7 +14706,7 @@ return x_37; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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, 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_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__6(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) { _start: { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; @@ -13537,7 +14727,7 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_19 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_19 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_20 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_19, x_10, x_11, x_12); lean_dec(x_11); return x_20; @@ -13566,7 +14756,7 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_26 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_26 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_27 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_26, x_10, x_11, x_12); lean_dec(x_11); return x_27; @@ -13576,7 +14766,7 @@ else lean_object* x_28; lean_object* x_29; uint8_t x_30; x_28 = l_Lean_Syntax_getArg(x_22, x_17); lean_dec(x_22); -x_29 = l_Lean_Elab_Command_elabInitialize___lambda__2___closed__5; +x_29 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51; lean_inc(x_28); x_30 = l_Lean_Syntax_isOfKind(x_28, x_29); if (x_30 == 0) @@ -13591,7 +14781,7 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_31 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_31 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_32 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_31, x_10, x_11, x_12); lean_dec(x_11); return x_32; @@ -13604,7 +14794,7 @@ lean_dec(x_28); x_34 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_34, 0, x_33); x_35 = lean_box(0); -x_36 = l_Lean_Elab_Command_elabInitialize___lambda__3(x_2, x_3, x_4, x_5, x_6, x_9, x_7, x_1, x_14, x_35, x_34, x_10, x_11, x_12); +x_36 = l_Lean_Elab_Command_elabInitialize___lambda__5(x_2, x_3, x_4, x_5, x_6, x_9, x_7, x_1, x_14, x_35, x_34, x_10, x_11, x_12); lean_dec(x_34); lean_dec(x_14); return x_36; @@ -13617,14 +14807,14 @@ lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_dec(x_22); x_37 = lean_box(0); x_38 = lean_box(0); -x_39 = l_Lean_Elab_Command_elabInitialize___lambda__3(x_2, x_3, x_4, x_5, x_6, x_9, x_7, x_1, x_14, x_38, x_37, x_10, x_11, x_12); +x_39 = l_Lean_Elab_Command_elabInitialize___lambda__5(x_2, x_3, x_4, x_5, x_6, x_9, x_7, x_1, x_14, x_38, x_37, x_10, x_11, x_12); lean_dec(x_14); return x_39; } } } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__5(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_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__7(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; lean_object* x_13; uint8_t x_14; @@ -13646,7 +14836,7 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_16 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_16 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_17 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_16, x_9, x_10, x_11); lean_dec(x_10); return x_17; @@ -13657,7 +14847,7 @@ lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; x_18 = lean_unsigned_to_nat(0u); x_19 = l_Lean_Syntax_getArg(x_13, x_18); lean_dec(x_13); -x_20 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__5; +x_20 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__10; lean_inc(x_19); x_21 = l_Lean_Syntax_isOfKind(x_19, x_20); if (x_21 == 0) @@ -13670,7 +14860,7 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_22 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_22 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_23 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_1, x_22, x_9, x_10, x_11); lean_dec(x_10); return x_23; @@ -13685,7 +14875,7 @@ lean_dec(x_24); x_26 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_26, 0, x_25); x_27 = lean_box(0); -x_28 = l_Lean_Elab_Command_elabInitialize___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_27, x_26, x_9, x_10, x_11); +x_28 = l_Lean_Elab_Command_elabInitialize___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_27, x_26, x_9, x_10, x_11); return x_28; } } @@ -13696,12 +14886,12 @@ lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_dec(x_13); x_29 = lean_box(0); x_30 = lean_box(0); -x_31 = l_Lean_Elab_Command_elabInitialize___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_30, x_29, x_9, x_10, x_11); +x_31 = l_Lean_Elab_Command_elabInitialize___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_30, x_29, x_9, x_10, x_11); return x_31; } } } -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__6___closed__1() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__8___closed__1() { _start: { lean_object* x_1; @@ -13709,19 +14899,19 @@ x_1 = lean_mk_string_unchecked("docComment", 10, 10); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__6___closed__2() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__8___closed__2() { _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_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; x_3 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__3; -x_4 = l_Lean_Elab_Command_elabInitialize___lambda__6___closed__1; +x_4 = l_Lean_Elab_Command_elabInitialize___lambda__8___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__6___closed__3() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__8___closed__3() { _start: { lean_object* x_1; @@ -13729,7 +14919,7 @@ x_1 = lean_mk_string_unchecked("initialize", 10, 10); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__6___closed__4() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__8___closed__4() { _start: { lean_object* x_1; @@ -13737,17 +14927,17 @@ x_1 = lean_mk_string_unchecked("builtin_init", 12, 12); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__6___closed__5() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__8___closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Command_elabInitialize___lambda__6___closed__4; +x_2 = l_Lean_Elab_Command_elabInitialize___lambda__8___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__6___closed__6() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__8___closed__6() { _start: { lean_object* x_1; @@ -13755,17 +14945,17 @@ x_1 = lean_mk_string_unchecked("init", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__6___closed__7() { +static lean_object* _init_l_Lean_Elab_Command_elabInitialize___lambda__8___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Command_elabInitialize___lambda__6___closed__6; +x_2 = l_Lean_Elab_Command_elabInitialize___lambda__8___closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__6(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_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__8(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_111; lean_object* x_112; lean_object* x_113; uint8_t x_114; @@ -13773,20 +14963,20 @@ x_11 = lean_unsigned_to_nat(3u); x_12 = l_Lean_Syntax_getArg(x_1, x_11); x_111 = lean_unsigned_to_nat(0u); x_112 = l_Lean_Syntax_getArg(x_4, x_111); -x_113 = l_Lean_Elab_Command_elabInitialize___lambda__6___closed__3; +x_113 = l_Lean_Elab_Command_elabInitialize___lambda__8___closed__3; x_114 = l_Lean_Syntax_isToken(x_113, x_112); lean_dec(x_112); if (x_114 == 0) { lean_object* x_115; -x_115 = l_Lean_Elab_Command_elabInitialize___lambda__6___closed__5; +x_115 = l_Lean_Elab_Command_elabInitialize___lambda__8___closed__5; x_13 = x_115; goto block_110; } else { lean_object* x_116; -x_116 = l_Lean_Elab_Command_elabInitialize___lambda__6___closed__7; +x_116 = l_Lean_Elab_Command_elabInitialize___lambda__8___closed__7; x_13 = x_116; goto block_110; } @@ -13815,7 +15005,7 @@ lean_dec(x_17); lean_dec(x_15); lean_dec(x_12); lean_dec(x_3); -x_21 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_21 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_22 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_2, x_21, x_8, x_9, x_10); lean_dec(x_9); return x_22; @@ -13825,7 +15015,7 @@ else lean_object* x_23; lean_object* x_24; uint8_t x_25; x_23 = l_Lean_Syntax_getArg(x_17, x_16); lean_dec(x_17); -x_24 = l_Lean_Elab_Command_elabInitialize___lambda__6___closed__2; +x_24 = l_Lean_Elab_Command_elabInitialize___lambda__8___closed__2; lean_inc(x_23); x_25 = l_Lean_Syntax_isOfKind(x_23, x_24); if (x_25 == 0) @@ -13835,7 +15025,7 @@ lean_dec(x_23); lean_dec(x_15); lean_dec(x_12); lean_dec(x_3); -x_26 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_26 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_27 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_2, x_26, x_8, x_9, x_10); lean_dec(x_9); return x_27; @@ -13846,7 +15036,7 @@ lean_object* x_28; lean_object* x_29; lean_object* x_30; x_28 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_28, 0, x_23); x_29 = lean_box(0); -x_30 = l_Lean_Elab_Command_elabInitialize___lambda__1(x_2, x_15, x_12, x_3, x_29, x_28, x_8, x_9, x_10); +x_30 = l_Lean_Elab_Command_elabInitialize___lambda__3(x_2, x_15, x_12, x_3, x_29, x_28, x_8, x_9, x_10); return x_30; } } @@ -13857,7 +15047,7 @@ lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_dec(x_17); x_31 = lean_box(0); x_32 = lean_box(0); -x_33 = l_Lean_Elab_Command_elabInitialize___lambda__1(x_2, x_15, x_12, x_3, x_32, x_31, x_8, x_9, x_10); +x_33 = l_Lean_Elab_Command_elabInitialize___lambda__3(x_2, x_15, x_12, x_3, x_32, x_31, x_8, x_9, x_10); return x_33; } } @@ -13889,7 +15079,7 @@ lean_free_object(x_6); lean_dec(x_15); lean_dec(x_12); lean_dec(x_3); -x_41 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_41 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_42 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_2, x_41, x_8, x_9, x_10); lean_dec(x_9); return x_42; @@ -13899,7 +15089,7 @@ else lean_object* x_43; lean_object* x_44; uint8_t x_45; x_43 = l_Lean_Syntax_getArg(x_37, x_36); lean_dec(x_37); -x_44 = l_Lean_Elab_Command_elabInitialize___lambda__6___closed__2; +x_44 = l_Lean_Elab_Command_elabInitialize___lambda__8___closed__2; lean_inc(x_43); x_45 = l_Lean_Syntax_isOfKind(x_43, x_44); if (x_45 == 0) @@ -13910,7 +15100,7 @@ lean_free_object(x_6); lean_dec(x_15); lean_dec(x_12); lean_dec(x_3); -x_46 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_46 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_47 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_2, x_46, x_8, x_9, x_10); lean_dec(x_9); return x_47; @@ -13920,7 +15110,7 @@ else lean_object* x_48; lean_object* x_49; lean_ctor_set(x_6, 0, x_43); x_48 = lean_box(0); -x_49 = l_Lean_Elab_Command_elabInitialize___lambda__1(x_2, x_15, x_12, x_3, x_48, x_6, x_8, x_9, x_10); +x_49 = l_Lean_Elab_Command_elabInitialize___lambda__3(x_2, x_15, x_12, x_3, x_48, x_6, x_8, x_9, x_10); return x_49; } } @@ -13932,7 +15122,7 @@ lean_dec(x_37); lean_free_object(x_6); x_50 = lean_box(0); x_51 = lean_box(0); -x_52 = l_Lean_Elab_Command_elabInitialize___lambda__1(x_2, x_15, x_12, x_3, x_51, x_50, x_8, x_9, x_10); +x_52 = l_Lean_Elab_Command_elabInitialize___lambda__3(x_2, x_15, x_12, x_3, x_51, x_50, x_8, x_9, x_10); return x_52; } } @@ -13956,7 +15146,7 @@ lean_dec(x_54); lean_dec(x_15); lean_dec(x_12); lean_dec(x_3); -x_58 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_58 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_59 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_2, x_58, x_8, x_9, x_10); lean_dec(x_9); return x_59; @@ -13966,7 +15156,7 @@ else lean_object* x_60; lean_object* x_61; uint8_t x_62; x_60 = l_Lean_Syntax_getArg(x_54, x_53); lean_dec(x_54); -x_61 = l_Lean_Elab_Command_elabInitialize___lambda__6___closed__2; +x_61 = l_Lean_Elab_Command_elabInitialize___lambda__8___closed__2; lean_inc(x_60); x_62 = l_Lean_Syntax_isOfKind(x_60, x_61); if (x_62 == 0) @@ -13976,7 +15166,7 @@ lean_dec(x_60); lean_dec(x_15); lean_dec(x_12); lean_dec(x_3); -x_63 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_63 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_64 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_2, x_63, x_8, x_9, x_10); lean_dec(x_9); return x_64; @@ -13987,7 +15177,7 @@ lean_object* x_65; lean_object* x_66; lean_object* x_67; x_65 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_65, 0, x_60); x_66 = lean_box(0); -x_67 = l_Lean_Elab_Command_elabInitialize___lambda__1(x_2, x_15, x_12, x_3, x_66, x_65, x_8, x_9, x_10); +x_67 = l_Lean_Elab_Command_elabInitialize___lambda__3(x_2, x_15, x_12, x_3, x_66, x_65, x_8, x_9, x_10); return x_67; } } @@ -13998,7 +15188,7 @@ lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_dec(x_54); x_68 = lean_box(0); x_69 = lean_box(0); -x_70 = l_Lean_Elab_Command_elabInitialize___lambda__1(x_2, x_15, x_12, x_3, x_69, x_68, x_8, x_9, x_10); +x_70 = l_Lean_Elab_Command_elabInitialize___lambda__3(x_2, x_15, x_12, x_3, x_69, x_68, x_8, x_9, x_10); return x_70; } } @@ -14033,7 +15223,7 @@ lean_dec(x_71); lean_dec(x_15); lean_dec(x_12); lean_dec(x_3); -x_79 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_79 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_80 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_2, x_79, x_8, x_9, x_10); lean_dec(x_9); return x_80; @@ -14043,7 +15233,7 @@ else lean_object* x_81; lean_object* x_82; uint8_t x_83; x_81 = l_Lean_Syntax_getArg(x_75, x_74); lean_dec(x_75); -x_82 = l_Lean_Elab_Command_elabInitialize___lambda__6___closed__2; +x_82 = l_Lean_Elab_Command_elabInitialize___lambda__8___closed__2; lean_inc(x_81); x_83 = l_Lean_Syntax_isOfKind(x_81, x_82); if (x_83 == 0) @@ -14056,7 +15246,7 @@ lean_dec(x_71); lean_dec(x_15); lean_dec(x_12); lean_dec(x_3); -x_84 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_84 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_85 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_2, x_84, x_8, x_9, x_10); lean_dec(x_9); return x_85; @@ -14066,7 +15256,7 @@ else lean_object* x_86; lean_object* x_87; lean_ctor_set(x_7, 0, x_81); x_86 = lean_box(0); -x_87 = l_Lean_Elab_Command_elabInitialize___lambda__5(x_2, x_71, x_73, x_12, x_3, x_15, x_86, x_7, x_8, x_9, x_10); +x_87 = l_Lean_Elab_Command_elabInitialize___lambda__7(x_2, x_71, x_73, x_12, x_3, x_15, x_86, x_7, x_8, x_9, x_10); return x_87; } } @@ -14078,7 +15268,7 @@ lean_dec(x_75); lean_free_object(x_7); x_88 = lean_box(0); x_89 = lean_box(0); -x_90 = l_Lean_Elab_Command_elabInitialize___lambda__5(x_2, x_71, x_73, x_12, x_3, x_15, x_89, x_88, x_8, x_9, x_10); +x_90 = l_Lean_Elab_Command_elabInitialize___lambda__7(x_2, x_71, x_73, x_12, x_3, x_15, x_89, x_88, x_8, x_9, x_10); return x_90; } } @@ -14106,7 +15296,7 @@ lean_dec(x_71); lean_dec(x_15); lean_dec(x_12); lean_dec(x_3); -x_97 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_97 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_98 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_2, x_97, x_8, x_9, x_10); lean_dec(x_9); return x_98; @@ -14116,7 +15306,7 @@ else lean_object* x_99; lean_object* x_100; uint8_t x_101; x_99 = l_Lean_Syntax_getArg(x_93, x_92); lean_dec(x_93); -x_100 = l_Lean_Elab_Command_elabInitialize___lambda__6___closed__2; +x_100 = l_Lean_Elab_Command_elabInitialize___lambda__8___closed__2; lean_inc(x_99); x_101 = l_Lean_Syntax_isOfKind(x_99, x_100); if (x_101 == 0) @@ -14128,7 +15318,7 @@ lean_dec(x_71); lean_dec(x_15); lean_dec(x_12); lean_dec(x_3); -x_102 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2; +x_102 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53; x_103 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_Doc_elabTacticExtension___spec__2(x_2, x_102, x_8, x_9, x_10); lean_dec(x_9); return x_103; @@ -14139,7 +15329,7 @@ lean_object* x_104; lean_object* x_105; lean_object* x_106; x_104 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_104, 0, x_99); x_105 = lean_box(0); -x_106 = l_Lean_Elab_Command_elabInitialize___lambda__5(x_2, x_71, x_91, x_12, x_3, x_15, x_105, x_104, x_8, x_9, x_10); +x_106 = l_Lean_Elab_Command_elabInitialize___lambda__7(x_2, x_71, x_91, x_12, x_3, x_15, x_105, x_104, x_8, x_9, x_10); return x_106; } } @@ -14150,7 +15340,7 @@ lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_dec(x_93); x_107 = lean_box(0); x_108 = lean_box(0); -x_109 = l_Lean_Elab_Command_elabInitialize___lambda__5(x_2, x_71, x_91, x_12, x_3, x_15, x_108, x_107, x_8, x_9, x_10); +x_109 = l_Lean_Elab_Command_elabInitialize___lambda__7(x_2, x_71, x_91, x_12, x_3, x_15, x_108, x_107, x_8, x_9, x_10); return x_109; } } @@ -14166,7 +15356,7 @@ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_obj x_1 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__2; x_3 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__3; -x_4 = l_Lean_Elab_Command_elabInitialize___lambda__6___closed__3; +x_4 = l_Lean_Elab_Command_elabInitialize___lambda__8___closed__3; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } @@ -14320,7 +15510,7 @@ lean_ctor_set(x_30, 0, x_24); x_31 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_31, 0, x_29); x_32 = lean_box(0); -x_33 = l_Lean_Elab_Command_elabInitialize___lambda__6(x_1, x_9, x_10, x_14, x_32, x_30, x_31, x_2, x_3, x_4); +x_33 = l_Lean_Elab_Command_elabInitialize___lambda__8(x_1, x_9, x_10, x_14, x_32, x_30, x_31, x_2, x_3, x_4); lean_dec(x_14); lean_dec(x_9); lean_dec(x_1); @@ -14334,7 +15524,7 @@ lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_dec(x_19); x_34 = lean_box(0); x_35 = lean_box(0); -x_36 = l_Lean_Elab_Command_elabInitialize___lambda__6(x_1, x_9, x_10, x_14, x_35, x_34, x_34, x_2, x_3, x_4); +x_36 = l_Lean_Elab_Command_elabInitialize___lambda__8(x_1, x_9, x_10, x_14, x_35, x_34, x_34, x_2, x_3, x_4); lean_dec(x_14); lean_dec(x_9); lean_dec(x_1); @@ -14345,64 +15535,78 @@ return x_36; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Command_elabInitialize___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabInitialize___spec__1___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_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabInitialize___spec__1(x_4, x_5, x_3); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Command_elabInitialize___spec__4___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_getDeclarationRange_x3f___at_Lean_Elab_Command_elabInitialize___spec__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Command_elabInitialize___spec__4(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_1); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4___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_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5___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_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesFromSyntax___at_Lean_Elab_Command_elabInitialize___spec__2___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_Elab_addDeclarationRangesFromSyntax___at_Lean_Elab_Command_elabInitialize___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_Elab_addDeclarationRangesFromSyntax___at_Lean_Elab_Command_elabInitialize___spec__2(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_Elab_addDeclarationRangesFromSyntax___at_Lean_Elab_Command_elabInitialize___spec__3(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__1___lambda__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_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__2___lambda__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) { _start: { lean_object* x_8; -x_8 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__1___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__2___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_4); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___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_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__2___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_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Command_elabInitialize___spec__2(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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) { _start: { -lean_object* x_10; -x_10 = l_Lean_Elab_Command_elabInitialize___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_object* x_12; +x_12 = l_Lean_Elab_Command_elabInitialize___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); lean_dec(x_5); -lean_dec(x_1); -return x_10; +return x_12; } } LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__2___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) { @@ -14411,15 +15615,36 @@ _start: lean_object* x_11; x_11 = l_Lean_Elab_Command_elabInitialize___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_1); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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, lean_object* x_8, lean_object* x_9) { +_start: +{ +lean_object* x_10; +x_10 = l_Lean_Elab_Command_elabInitialize___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_5); +lean_dec(x_1); +return x_10; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { +_start: +{ +lean_object* x_11; +x_11 = l_Lean_Elab_Command_elabInitialize___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_dec(x_7); lean_dec(x_4); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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, 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_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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, 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) { _start: { lean_object* x_15; -x_15 = l_Lean_Elab_Command_elabInitialize___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_15 = l_Lean_Elab_Command_elabInitialize___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -14427,31 +15652,31 @@ lean_dec(x_8); return x_15; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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, 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_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__6___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) { _start: { lean_object* x_13; -x_13 = l_Lean_Elab_Command_elabInitialize___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_13 = l_Lean_Elab_Command_elabInitialize___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_8); lean_dec(x_1); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__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, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__7___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) { _start: { lean_object* x_12; -x_12 = l_Lean_Elab_Command_elabInitialize___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_12 = l_Lean_Elab_Command_elabInitialize___lambda__7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); lean_dec(x_7); lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__6___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_EXPORT lean_object* l_Lean_Elab_Command_elabInitialize___lambda__8___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_Lean_Elab_Command_elabInitialize___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l_Lean_Elab_Command_elabInitialize___lambda__8(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); @@ -14499,7 +15724,7 @@ x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(x_2, x_3, x_4, x_5, x_1); return x_6; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -14509,37 +15734,37 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__1; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__1; x_2 = l_Lean_Elab_Command_elabAxiom___lambda__4___closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__3() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__2; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__2; x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__4() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__3; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__3; x_2 = l_Lean_Elab_Command_elabInitialize___lambda__1___closed__17; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__5() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__5() { _start: { lean_object* x_1; @@ -14547,37 +15772,37 @@ x_1 = lean_mk_string_unchecked("_@", 2, 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__6() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__4; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__5; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__4; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__7() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__6; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__6; x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__8() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__7; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__7; x_2 = l_Lean_Elab_Command_elabAxiom___lambda__4___closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__9() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__9() { _start: { lean_object* x_1; @@ -14585,17 +15810,17 @@ x_1 = lean_mk_string_unchecked("Declaration", 11, 11); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__10() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__8; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__9; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__8; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__9; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__11() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__11() { _start: { lean_object* x_1; @@ -14603,33 +15828,33 @@ x_1 = lean_mk_string_unchecked("_hyg", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__12() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__10; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__11; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__10; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__11; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__13() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__12; -x_2 = lean_unsigned_to_nat(7450u); +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__12; +x_2 = lean_unsigned_to_nat(7770u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Elab_Command_elabAxiom___lambda__4___closed__7; x_3 = 0; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__13; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__13; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -15070,8 +16295,8 @@ lean_mark_persistent(l_Lean_Elab_Command_elabAttr___regBuiltin_Lean_Elab_Command if (builtin) {res = l_Lean_Elab_Command_elabAttr___regBuiltin_Lean_Elab_Command_elabAttr_declRange__3(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -}l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4___closed__1 = _init_l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4___closed__1(); -lean_mark_persistent(l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__4___closed__1); +}l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5___closed__1 = _init_l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5___closed__1(); +lean_mark_persistent(l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabInitialize___spec__5___closed__1); l_Lean_Elab_Command_elabInitialize___lambda__1___closed__1 = _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__1(); lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__1___closed__1); l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2 = _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__2(); @@ -15170,44 +16395,46 @@ l_Lean_Elab_Command_elabInitialize___lambda__1___closed__48 = _init_l_Lean_Elab_ lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__1___closed__48); l_Lean_Elab_Command_elabInitialize___lambda__1___closed__49 = _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__49(); lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__1___closed__49); -l_Lean_Elab_Command_elabInitialize___lambda__2___closed__1 = _init_l_Lean_Elab_Command_elabInitialize___lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__2___closed__1); -l_Lean_Elab_Command_elabInitialize___lambda__2___closed__2 = _init_l_Lean_Elab_Command_elabInitialize___lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__2___closed__2); -l_Lean_Elab_Command_elabInitialize___lambda__2___closed__3 = _init_l_Lean_Elab_Command_elabInitialize___lambda__2___closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__2___closed__3); -l_Lean_Elab_Command_elabInitialize___lambda__2___closed__4 = _init_l_Lean_Elab_Command_elabInitialize___lambda__2___closed__4(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__2___closed__4); -l_Lean_Elab_Command_elabInitialize___lambda__2___closed__5 = _init_l_Lean_Elab_Command_elabInitialize___lambda__2___closed__5(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__2___closed__5); -l_Lean_Elab_Command_elabInitialize___lambda__3___closed__1 = _init_l_Lean_Elab_Command_elabInitialize___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__3___closed__1); -l_Lean_Elab_Command_elabInitialize___lambda__3___closed__2 = _init_l_Lean_Elab_Command_elabInitialize___lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__3___closed__2); -l_Lean_Elab_Command_elabInitialize___lambda__3___closed__3 = _init_l_Lean_Elab_Command_elabInitialize___lambda__3___closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__3___closed__3); -l_Lean_Elab_Command_elabInitialize___lambda__3___closed__4 = _init_l_Lean_Elab_Command_elabInitialize___lambda__3___closed__4(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__3___closed__4); -l_Lean_Elab_Command_elabInitialize___lambda__3___closed__5 = _init_l_Lean_Elab_Command_elabInitialize___lambda__3___closed__5(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__3___closed__5); -l_Lean_Elab_Command_elabInitialize___lambda__3___closed__6 = _init_l_Lean_Elab_Command_elabInitialize___lambda__3___closed__6(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__3___closed__6); -l_Lean_Elab_Command_elabInitialize___lambda__3___closed__7 = _init_l_Lean_Elab_Command_elabInitialize___lambda__3___closed__7(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__3___closed__7); -l_Lean_Elab_Command_elabInitialize___lambda__6___closed__1 = _init_l_Lean_Elab_Command_elabInitialize___lambda__6___closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__6___closed__1); -l_Lean_Elab_Command_elabInitialize___lambda__6___closed__2 = _init_l_Lean_Elab_Command_elabInitialize___lambda__6___closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__6___closed__2); -l_Lean_Elab_Command_elabInitialize___lambda__6___closed__3 = _init_l_Lean_Elab_Command_elabInitialize___lambda__6___closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__6___closed__3); -l_Lean_Elab_Command_elabInitialize___lambda__6___closed__4 = _init_l_Lean_Elab_Command_elabInitialize___lambda__6___closed__4(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__6___closed__4); -l_Lean_Elab_Command_elabInitialize___lambda__6___closed__5 = _init_l_Lean_Elab_Command_elabInitialize___lambda__6___closed__5(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__6___closed__5); -l_Lean_Elab_Command_elabInitialize___lambda__6___closed__6 = _init_l_Lean_Elab_Command_elabInitialize___lambda__6___closed__6(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__6___closed__6); -l_Lean_Elab_Command_elabInitialize___lambda__6___closed__7 = _init_l_Lean_Elab_Command_elabInitialize___lambda__6___closed__7(); -lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__6___closed__7); +l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50 = _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__1___closed__50); +l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51 = _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__1___closed__51); +l_Lean_Elab_Command_elabInitialize___lambda__1___closed__52 = _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__52(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__1___closed__52); +l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53 = _init_l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__1___closed__53); +l_Lean_Elab_Command_elabInitialize___lambda__4___closed__1 = _init_l_Lean_Elab_Command_elabInitialize___lambda__4___closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__4___closed__1); +l_Lean_Elab_Command_elabInitialize___lambda__4___closed__2 = _init_l_Lean_Elab_Command_elabInitialize___lambda__4___closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__4___closed__2); +l_Lean_Elab_Command_elabInitialize___lambda__4___closed__3 = _init_l_Lean_Elab_Command_elabInitialize___lambda__4___closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__4___closed__3); +l_Lean_Elab_Command_elabInitialize___lambda__5___closed__1 = _init_l_Lean_Elab_Command_elabInitialize___lambda__5___closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__5___closed__1); +l_Lean_Elab_Command_elabInitialize___lambda__5___closed__2 = _init_l_Lean_Elab_Command_elabInitialize___lambda__5___closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__5___closed__2); +l_Lean_Elab_Command_elabInitialize___lambda__5___closed__3 = _init_l_Lean_Elab_Command_elabInitialize___lambda__5___closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__5___closed__3); +l_Lean_Elab_Command_elabInitialize___lambda__5___closed__4 = _init_l_Lean_Elab_Command_elabInitialize___lambda__5___closed__4(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__5___closed__4); +l_Lean_Elab_Command_elabInitialize___lambda__5___closed__5 = _init_l_Lean_Elab_Command_elabInitialize___lambda__5___closed__5(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__5___closed__5); +l_Lean_Elab_Command_elabInitialize___lambda__5___closed__6 = _init_l_Lean_Elab_Command_elabInitialize___lambda__5___closed__6(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__5___closed__6); +l_Lean_Elab_Command_elabInitialize___lambda__8___closed__1 = _init_l_Lean_Elab_Command_elabInitialize___lambda__8___closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__8___closed__1); +l_Lean_Elab_Command_elabInitialize___lambda__8___closed__2 = _init_l_Lean_Elab_Command_elabInitialize___lambda__8___closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__8___closed__2); +l_Lean_Elab_Command_elabInitialize___lambda__8___closed__3 = _init_l_Lean_Elab_Command_elabInitialize___lambda__8___closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__8___closed__3); +l_Lean_Elab_Command_elabInitialize___lambda__8___closed__4 = _init_l_Lean_Elab_Command_elabInitialize___lambda__8___closed__4(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__8___closed__4); +l_Lean_Elab_Command_elabInitialize___lambda__8___closed__5 = _init_l_Lean_Elab_Command_elabInitialize___lambda__8___closed__5(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__8___closed__5); +l_Lean_Elab_Command_elabInitialize___lambda__8___closed__6 = _init_l_Lean_Elab_Command_elabInitialize___lambda__8___closed__6(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__8___closed__6); +l_Lean_Elab_Command_elabInitialize___lambda__8___closed__7 = _init_l_Lean_Elab_Command_elabInitialize___lambda__8___closed__7(); +lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___lambda__8___closed__7); l_Lean_Elab_Command_elabInitialize___closed__1 = _init_l_Lean_Elab_Command_elabInitialize___closed__1(); lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___closed__1); l_Lean_Elab_Command_elabInitialize___closed__2 = _init_l_Lean_Elab_Command_elabInitialize___closed__2(); @@ -15227,33 +16454,33 @@ lean_mark_persistent(l_Lean_Elab_Command_elabInitialize___regBuiltin_Lean_Elab_C if (builtin) {res = l_Lean_Elab_Command_elabInitialize___regBuiltin_Lean_Elab_Command_elabInitialize__1(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -}l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__2); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__3); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__4(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__4); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__5(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__5); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__6 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__6(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__6); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__7 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__7(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__7); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__8 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__8(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__8); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__9 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__9(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__9); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__10 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__10(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__10); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__11 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__11(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__11); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__12 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__12(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__12); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__13 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__13(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450____closed__13); -if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7450_(lean_io_mk_world()); +}l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__1); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__2); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__3); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__4(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__4); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__5(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__5); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__6 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__6(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__6); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__7 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__7(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__7); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__8 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__8(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__8); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__9 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__9(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__9); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__10 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__10(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__10); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__11 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__11(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__11); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__12 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__12(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__12); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__13 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__13(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770____closed__13); +if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Declaration___hyg_7770_(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)); diff --git a/stage0/stdlib/Lean/Elab/Frontend.c b/stage0/stdlib/Lean/Elab/Frontend.c index 12667431ba..cf8a1187ce 100644 --- a/stage0/stdlib/Lean/Elab/Frontend.c +++ b/stage0/stdlib/Lean/Elab/Frontend.c @@ -16,7 +16,7 @@ extern "C" { lean_object* l_Lean_Language_Lean_process(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_profileit(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Frontend_processCommands___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__8(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, double, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__8(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, double, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Frontend_setMessages___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Firefox_Profile_export(lean_object*, double, lean_object*, lean_object*, lean_object*); lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_runLintersAsync___spec__2(lean_object*, size_t, size_t, lean_object*); @@ -52,7 +52,7 @@ lean_object* l___private_Lean_Language_Lean_Types_0__Lean_Language_Lean_pushOpt_ LEAN_EXPORT lean_object* l_Lean_Elab_Frontend_processCommands(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_runFrontend___lambda__7___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Frontend_updateCmdPos___rarg___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__7___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_Lean_Elab_runFrontend___lambda__7___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*); static lean_object* l_Lean_Elab_Frontend_runCommandElabM___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Frontend_updateCmdPos___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_IO_processCommandsIncrementally_go___spec__4(size_t, size_t, lean_object*); @@ -69,7 +69,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_IO_processCommand lean_object* l_Lean_Server_findModuleRefs(lean_object*, lean_object*, uint8_t, uint8_t); static lean_object* l_Lean_Elab_runFrontend___lambda__5___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Frontend_getCommandState___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__8___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_Elab_runFrontend___lambda__8___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*); size_t lean_usize_of_nat(lean_object*); uint8_t l_Lean_Parser_isTerminalCommand(lean_object*); LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Elab_IO_processCommandsIncrementally_go___spec__2(lean_object*, lean_object*, lean_object*); @@ -78,17 +78,17 @@ lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Frontend_elabCommandAtFrontend(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Language_Lean_processCommands(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_runFrontend___closed__3; -LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, double, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Server_collectImports(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, double, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_runFrontend___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Frontend_runCommandElabM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_process___closed__2; -lean_object* l___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507_(lean_object*); lean_object* l_Lean_Environment_displayStats(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_runFrontend___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*); extern lean_object* l_Lean_Elab_async; lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Frontend_setParserState___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__6___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_Elab_runFrontend___lambda__6___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_LeanOptions_toOptions(lean_object*); lean_object* l_Lean_Parser_mkInputContext(lean_object*, lean_object*, uint8_t); lean_object* lean_st_mk_ref(lean_object*, lean_object*); @@ -106,7 +106,7 @@ lean_object* l_Lean_Option_get_x3f___at_Lean_addTraceAsMessages___spec__16(lean_ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_IO_processCommandsIncrementally_go___spec__4___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_runLintersAsync___spec__1(size_t, size_t, lean_object*); lean_object* lean_task_get_own(lean_object*); -lean_object* l_Lean_Elab_HeaderSyntax_imports(lean_object*); +lean_object* l_Lean_Elab_HeaderSyntax_imports(lean_object*, uint8_t); lean_object* l_Array_append___rarg(lean_object*, lean_object*); lean_object* l_Lean_Server_ModuleRefs_toLspModuleRefs(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Frontend_elabCommandAtFrontend___closed__1; @@ -124,11 +124,12 @@ uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* lean_runtime_forget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Frontend_getInputContext(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_IO_processCommands(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585_(lean_object*); lean_object* l_Lean_Language_Lean_instToSnapshotTreeCommandParsedSnapshot_go(lean_object*); lean_object* l_Lean_Language_Lean_waitForFinalCmdState_x3f(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_runFrontend___spec__3(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_IO_processCommandsIncrementally_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, double, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, double, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Frontend_processCommand___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_runFrontend___closed__2; @@ -3052,193 +3053,194 @@ _start: { if (lean_obj_tag(x_1) == 0) { -uint8_t 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_9; uint8_t x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; x_9 = l_Lean_Elab_HeaderSyntax_isModule(x_6); -x_10 = l_Lean_Elab_HeaderSyntax_imports(x_6); -x_11 = lean_box(0); -x_12 = lean_alloc_ctor(0, 5, 5); -lean_ctor_set(x_12, 0, x_2); -lean_ctor_set(x_12, 1, x_10); -lean_ctor_set(x_12, 2, x_3); -lean_ctor_set(x_12, 3, x_11); -lean_ctor_set(x_12, 4, x_5); -lean_ctor_set_uint8(x_12, sizeof(void*)*5 + 4, x_9); -lean_ctor_set_uint32(x_12, sizeof(void*)*5, x_4); -x_13 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_13, 0, x_12); -x_14 = lean_alloc_ctor(0, 2, 0); +x_10 = 1; +x_11 = l_Lean_Elab_HeaderSyntax_imports(x_6, x_10); +x_12 = lean_box(0); +x_13 = lean_alloc_ctor(0, 5, 5); +lean_ctor_set(x_13, 0, x_2); +lean_ctor_set(x_13, 1, x_11); +lean_ctor_set(x_13, 2, x_3); +lean_ctor_set(x_13, 3, x_12); +lean_ctor_set(x_13, 4, x_5); +lean_ctor_set_uint8(x_13, sizeof(void*)*5 + 4, x_9); +lean_ctor_set_uint32(x_13, sizeof(void*)*5, x_4); +x_14 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_8); -return x_14; +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_8); +return x_15; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_dec(x_6); lean_dec(x_2); -x_15 = lean_ctor_get(x_1, 0); -lean_inc(x_15); +x_16 = lean_ctor_get(x_1, 0); +lean_inc(x_16); if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_16 = x_1; + x_17 = x_1; } else { lean_dec_ref(x_1); - x_16 = lean_box(0); + x_17 = lean_box(0); } -x_17 = l_Lean_ModuleSetup_load(x_15, x_8); -lean_dec(x_15); -if (lean_obj_tag(x_17) == 0) +x_18 = l_Lean_ModuleSetup_load(x_16, x_8); +lean_dec(x_16); +if (lean_obj_tag(x_18) == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; -x_18 = lean_ctor_get(x_17, 0); -lean_inc(x_18); -x_19 = lean_ctor_get(x_17, 1); +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_19 = lean_ctor_get(x_18, 0); lean_inc(x_19); -if (lean_is_exclusive(x_17)) { - lean_ctor_release(x_17, 0); - lean_ctor_release(x_17, 1); - x_20 = x_17; +x_20 = lean_ctor_get(x_18, 1); +lean_inc(x_20); +if (lean_is_exclusive(x_18)) { + lean_ctor_release(x_18, 0); + lean_ctor_release(x_18, 1); + x_21 = x_18; } else { - lean_dec_ref(x_17); - x_20 = lean_box(0); + lean_dec_ref(x_18); + x_21 = lean_box(0); } -x_36 = lean_ctor_get(x_18, 3); -lean_inc(x_36); -x_37 = lean_array_get_size(x_36); -x_38 = lean_unsigned_to_nat(0u); -x_39 = lean_nat_dec_lt(x_38, x_37); -if (x_39 == 0) -{ -lean_dec(x_37); -lean_dec(x_36); -x_21 = x_19; -goto block_35; -} -else -{ -uint8_t x_40; -x_40 = lean_nat_dec_le(x_37, x_37); +x_37 = lean_ctor_get(x_19, 3); +lean_inc(x_37); +x_38 = lean_array_get_size(x_37); +x_39 = lean_unsigned_to_nat(0u); +x_40 = lean_nat_dec_lt(x_39, x_38); if (x_40 == 0) { +lean_dec(x_38); lean_dec(x_37); -lean_dec(x_36); -x_21 = x_19; -goto block_35; +x_22 = x_20; +goto block_36; } else { -size_t x_41; size_t x_42; lean_object* x_43; lean_object* x_44; -x_41 = 0; -x_42 = lean_usize_of_nat(x_37); -lean_dec(x_37); -x_43 = lean_box(0); -x_44 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_runFrontend___spec__1(x_36, x_41, x_42, x_43, x_19); -lean_dec(x_36); -if (lean_obj_tag(x_44) == 0) +uint8_t x_41; +x_41 = lean_nat_dec_le(x_38, x_38); +if (x_41 == 0) { -lean_object* x_45; -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); -lean_dec(x_44); -x_21 = x_45; -goto block_35; +lean_dec(x_38); +lean_dec(x_37); +x_22 = x_20; +goto block_36; } else { -uint8_t x_46; -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_16); +size_t x_42; size_t x_43; lean_object* x_44; lean_object* x_45; +x_42 = 0; +x_43 = lean_usize_of_nat(x_38); +lean_dec(x_38); +x_44 = lean_box(0); +x_45 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_runFrontend___spec__1(x_37, x_42, x_43, x_44, x_20); +lean_dec(x_37); +if (lean_obj_tag(x_45) == 0) +{ +lean_object* x_46; +x_46 = lean_ctor_get(x_45, 1); +lean_inc(x_46); +lean_dec(x_45); +x_22 = x_46; +goto block_36; +} +else +{ +uint8_t x_47; +lean_dec(x_21); +lean_dec(x_19); +lean_dec(x_17); lean_dec(x_5); lean_dec(x_3); -x_46 = !lean_is_exclusive(x_44); -if (x_46 == 0) +x_47 = !lean_is_exclusive(x_45); +if (x_47 == 0) { -return x_44; +return x_45; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_44, 0); -x_48 = lean_ctor_get(x_44, 1); +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_45, 0); +x_49 = lean_ctor_get(x_45, 1); +lean_inc(x_49); lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_44); -x_49 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_49, 0, x_47); -lean_ctor_set(x_49, 1, x_48); -return x_49; +lean_dec(x_45); +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_35: +block_36: { -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_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_22 = lean_ctor_get(x_18, 0); -lean_inc(x_22); -x_23 = lean_ctor_get_uint8(x_18, sizeof(void*)*6); -x_24 = lean_ctor_get(x_18, 1); -lean_inc(x_24); -x_25 = lean_ctor_get(x_18, 2); +lean_object* x_23; uint8_t 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; +x_23 = lean_ctor_get(x_19, 0); +lean_inc(x_23); +x_24 = lean_ctor_get_uint8(x_19, sizeof(void*)*6); +x_25 = lean_ctor_get(x_19, 1); lean_inc(x_25); -x_26 = lean_ctor_get(x_18, 4); +x_26 = lean_ctor_get(x_19, 2); lean_inc(x_26); -x_27 = lean_ctor_get(x_18, 5); +x_27 = lean_ctor_get(x_19, 4); lean_inc(x_27); -lean_dec(x_18); -x_28 = l_Lean_LeanOptions_toOptions(x_27); -x_29 = l_Lean_Elab_runFrontend___lambda__2___closed__1; -x_30 = l_Lean_KVMap_mergeBy(x_29, x_3, x_28); -x_31 = l_Array_append___rarg(x_5, x_26); -lean_dec(x_26); -x_32 = lean_alloc_ctor(0, 5, 5); -lean_ctor_set(x_32, 0, x_22); -lean_ctor_set(x_32, 1, x_24); -lean_ctor_set(x_32, 2, x_30); -lean_ctor_set(x_32, 3, x_25); -lean_ctor_set(x_32, 4, x_31); -lean_ctor_set_uint8(x_32, sizeof(void*)*5 + 4, x_23); -lean_ctor_set_uint32(x_32, sizeof(void*)*5, x_4); -if (lean_is_scalar(x_16)) { - x_33 = lean_alloc_ctor(1, 1, 0); +x_28 = lean_ctor_get(x_19, 5); +lean_inc(x_28); +lean_dec(x_19); +x_29 = l_Lean_LeanOptions_toOptions(x_28); +x_30 = l_Lean_Elab_runFrontend___lambda__2___closed__1; +x_31 = l_Lean_KVMap_mergeBy(x_30, x_3, x_29); +x_32 = l_Array_append___rarg(x_5, x_27); +lean_dec(x_27); +x_33 = lean_alloc_ctor(0, 5, 5); +lean_ctor_set(x_33, 0, x_23); +lean_ctor_set(x_33, 1, x_25); +lean_ctor_set(x_33, 2, x_31); +lean_ctor_set(x_33, 3, x_26); +lean_ctor_set(x_33, 4, x_32); +lean_ctor_set_uint8(x_33, sizeof(void*)*5 + 4, x_24); +lean_ctor_set_uint32(x_33, sizeof(void*)*5, x_4); +if (lean_is_scalar(x_17)) { + x_34 = lean_alloc_ctor(1, 1, 0); } else { - x_33 = x_16; -} -lean_ctor_set(x_33, 0, x_32); -if (lean_is_scalar(x_20)) { - x_34 = lean_alloc_ctor(0, 2, 0); -} else { - x_34 = x_20; + x_34 = x_17; } lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_21); -return x_34; +if (lean_is_scalar(x_21)) { + x_35 = lean_alloc_ctor(0, 2, 0); +} else { + x_35 = x_21; +} +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_35, 1, x_22); +return x_35; } } else { -uint8_t x_50; -lean_dec(x_16); +uint8_t x_51; +lean_dec(x_17); lean_dec(x_5); lean_dec(x_3); -x_50 = !lean_is_exclusive(x_17); -if (x_50 == 0) +x_51 = !lean_is_exclusive(x_18); +if (x_51 == 0) { -return x_17; +return x_18; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_17, 0); -x_52 = lean_ctor_get(x_17, 1); +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_18, 0); +x_53 = lean_ctor_get(x_18, 1); +lean_inc(x_53); lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_17); -x_53 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_53, 0, x_51); -lean_ctor_set(x_53, 1, x_52); -return x_53; +lean_dec(x_18); +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; } } } @@ -3387,224 +3389,240 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, double 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_runFrontend___lambda__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, double x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { _start: { if (lean_obj_tag(x_6) == 0) { -lean_object* x_10; lean_object* x_11; +lean_object* x_11; lean_object* x_12; +lean_dec(x_8); lean_dec(x_7); -x_10 = lean_box(0); -x_11 = l_Lean_Elab_runFrontend___lambda__5(x_1, x_2, x_3, x_4, x_5, x_10, x_9); -return x_11; +x_11 = lean_box(0); +x_12 = l_Lean_Elab_runFrontend___lambda__5(x_1, x_2, x_3, x_4, x_5, x_11, x_10); +return x_12; } else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_12 = lean_ctor_get(x_6, 0); +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_13 = lean_ctor_get(x_6, 0); lean_inc(x_1); -x_13 = l_Lean_Language_SnapshotTree_getAll(x_1); -x_14 = lean_array_get_size(x_13); -x_15 = lean_unsigned_to_nat(0u); -x_16 = lean_nat_dec_lt(x_15, x_14); -if (x_16 == 0) +x_14 = l_Lean_Language_SnapshotTree_getAll(x_1); +x_15 = lean_array_get_size(x_14); +x_16 = lean_unsigned_to_nat(0u); +x_17 = lean_nat_dec_lt(x_16, x_15); +if (x_17 == 0) { -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; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +lean_object* x_18; lean_object* x_19; uint8_t 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_dec(x_15); lean_dec(x_14); -lean_dec(x_13); -x_17 = lean_ctor_get(x_7, 2); -lean_inc(x_17); +x_18 = lean_ctor_get(x_7, 2); +lean_inc(x_18); lean_dec(x_7); -x_18 = l_Lean_Elab_runFrontend___lambda__6___closed__1; -x_19 = 0; -x_20 = l_Lean_Server_findModuleRefs(x_17, x_18, x_19, x_19); -x_21 = l_Lean_Server_ModuleRefs_toLspModuleRefs(x_20, x_9); -x_22 = lean_ctor_get(x_21, 0); -lean_inc(x_22); -x_23 = lean_ctor_get(x_21, 1); +x_19 = l_Lean_Elab_runFrontend___lambda__6___closed__1; +x_20 = 0; +x_21 = l_Lean_Server_findModuleRefs(x_18, x_19, x_20, x_20); +x_22 = l_Lean_Server_ModuleRefs_toLspModuleRefs(x_21, x_10); +x_23 = lean_ctor_get(x_22, 0); lean_inc(x_23); -lean_dec(x_21); -x_24 = lean_unsigned_to_nat(3u); +x_24 = lean_ctor_get(x_22, 1); +lean_inc(x_24); +lean_dec(x_22); +x_25 = lean_ctor_get(x_8, 2); +lean_inc(x_25); +lean_dec(x_8); +x_26 = l_Lean_Server_collectImports(x_25); +x_27 = lean_unsigned_to_nat(4u); lean_inc(x_4); -x_25 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_25, 0, x_24); -lean_ctor_set(x_25, 1, x_4); -lean_ctor_set(x_25, 2, x_22); -x_26 = l___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507_(x_25); -x_27 = l_Lean_Json_compress(x_26); -x_28 = l_IO_FS_writeFile(x_12, x_27, x_23); -lean_dec(x_27); -if (lean_obj_tag(x_28) == 0) +x_28 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_4); +lean_ctor_set(x_28, 2, x_26); +lean_ctor_set(x_28, 3, x_23); +x_29 = l___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585_(x_28); +x_30 = l_Lean_Json_compress(x_29); +x_31 = l_IO_FS_writeFile(x_13, x_30, x_24); +lean_dec(x_30); +if (lean_obj_tag(x_31) == 0) +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_31, 0); +lean_inc(x_32); +x_33 = lean_ctor_get(x_31, 1); +lean_inc(x_33); +lean_dec(x_31); +x_34 = l_Lean_Elab_runFrontend___lambda__5(x_1, x_2, x_3, x_4, x_5, x_32, x_33); +lean_dec(x_32); +return x_34; +} +else +{ +uint8_t x_35; +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_35 = !lean_is_exclusive(x_31); +if (x_35 == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_28, 0); -lean_inc(x_29); -x_30 = lean_ctor_get(x_28, 1); -lean_inc(x_30); -lean_dec(x_28); -x_31 = l_Lean_Elab_runFrontend___lambda__5(x_1, x_2, x_3, x_4, x_5, x_29, x_30); -lean_dec(x_29); return x_31; } else { -uint8_t x_32; -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -x_32 = !lean_is_exclusive(x_28); -if (x_32 == 0) -{ -return x_28; -} -else -{ -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_28, 0); -x_34 = lean_ctor_get(x_28, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_28); -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_object* x_36; uint8_t x_37; -x_36 = lean_ctor_get(x_7, 2); +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_31, 0); +x_37 = lean_ctor_get(x_31, 1); +lean_inc(x_37); lean_inc(x_36); +lean_dec(x_31); +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; +} +} +} +else +{ +lean_object* x_39; uint8_t x_40; +x_39 = lean_ctor_get(x_7, 2); +lean_inc(x_39); lean_dec(x_7); -x_37 = lean_nat_dec_le(x_14, x_14); -if (x_37 == 0) +x_40 = lean_nat_dec_le(x_15, x_15); +if (x_40 == 0) { -lean_object* x_38; uint8_t 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_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_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +lean_dec(x_15); lean_dec(x_14); -lean_dec(x_13); -x_38 = l_Lean_Elab_runFrontend___lambda__6___closed__1; -x_39 = 0; -x_40 = l_Lean_Server_findModuleRefs(x_36, x_38, x_39, x_39); -x_41 = l_Lean_Server_ModuleRefs_toLspModuleRefs(x_40, x_9); -x_42 = lean_ctor_get(x_41, 0); -lean_inc(x_42); -x_43 = lean_ctor_get(x_41, 1); -lean_inc(x_43); -lean_dec(x_41); -x_44 = lean_unsigned_to_nat(3u); +x_41 = l_Lean_Elab_runFrontend___lambda__6___closed__1; +x_42 = 0; +x_43 = l_Lean_Server_findModuleRefs(x_39, x_41, x_42, x_42); +x_44 = l_Lean_Server_ModuleRefs_toLspModuleRefs(x_43, x_10); +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_ctor_get(x_44, 1); +lean_inc(x_46); +lean_dec(x_44); +x_47 = lean_ctor_get(x_8, 2); +lean_inc(x_47); +lean_dec(x_8); +x_48 = l_Lean_Server_collectImports(x_47); +x_49 = lean_unsigned_to_nat(4u); lean_inc(x_4); -x_45 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_4); -lean_ctor_set(x_45, 2, x_42); -x_46 = l___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507_(x_45); -x_47 = l_Lean_Json_compress(x_46); -x_48 = l_IO_FS_writeFile(x_12, x_47, x_43); -lean_dec(x_47); -if (lean_obj_tag(x_48) == 0) +x_50 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_4); +lean_ctor_set(x_50, 2, x_48); +lean_ctor_set(x_50, 3, x_45); +x_51 = l___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585_(x_50); +x_52 = l_Lean_Json_compress(x_51); +x_53 = l_IO_FS_writeFile(x_13, x_52, x_46); +lean_dec(x_52); +if (lean_obj_tag(x_53) == 0) { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_48, 0); -lean_inc(x_49); -x_50 = lean_ctor_get(x_48, 1); -lean_inc(x_50); -lean_dec(x_48); -x_51 = l_Lean_Elab_runFrontend___lambda__5(x_1, x_2, x_3, x_4, x_5, x_49, x_50); -lean_dec(x_49); -return x_51; -} -else -{ -uint8_t x_52; -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -x_52 = !lean_is_exclusive(x_48); -if (x_52 == 0) -{ -return x_48; -} -else -{ -lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_48, 0); -x_54 = lean_ctor_get(x_48, 1); +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_53, 0); lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_48); -x_55 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_55, 0, x_53); -lean_ctor_set(x_55, 1, x_54); -return x_55; -} -} +x_55 = lean_ctor_get(x_53, 1); +lean_inc(x_55); +lean_dec(x_53); +x_56 = l_Lean_Elab_runFrontend___lambda__5(x_1, x_2, x_3, x_4, x_5, x_54, x_55); +lean_dec(x_54); +return x_56; } else { -size_t x_56; size_t x_57; lean_object* x_58; lean_object* x_59; uint8_t 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; -x_56 = 0; -x_57 = lean_usize_of_nat(x_14); -lean_dec(x_14); -x_58 = l_Lean_Elab_runFrontend___lambda__6___closed__1; -x_59 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_runFrontend___spec__3(x_13, x_56, x_57, x_58); -lean_dec(x_13); -x_60 = 0; -x_61 = l_Lean_Server_findModuleRefs(x_36, x_59, x_60, x_60); -lean_dec(x_59); -x_62 = l_Lean_Server_ModuleRefs_toLspModuleRefs(x_61, x_9); -x_63 = lean_ctor_get(x_62, 0); -lean_inc(x_63); -x_64 = lean_ctor_get(x_62, 1); -lean_inc(x_64); -lean_dec(x_62); -x_65 = lean_unsigned_to_nat(3u); -lean_inc(x_4); -x_66 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_66, 0, x_65); -lean_ctor_set(x_66, 1, x_4); -lean_ctor_set(x_66, 2, x_63); -x_67 = l___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507_(x_66); -x_68 = l_Lean_Json_compress(x_67); -x_69 = l_IO_FS_writeFile(x_12, x_68, x_64); -lean_dec(x_68); -if (lean_obj_tag(x_69) == 0) -{ -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_69, 0); -lean_inc(x_70); -x_71 = lean_ctor_get(x_69, 1); -lean_inc(x_71); -lean_dec(x_69); -x_72 = l_Lean_Elab_runFrontend___lambda__5(x_1, x_2, x_3, x_4, x_5, x_70, x_71); -lean_dec(x_70); -return x_72; -} -else -{ -uint8_t x_73; +uint8_t x_57; lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_73 = !lean_is_exclusive(x_69); -if (x_73 == 0) +x_57 = !lean_is_exclusive(x_53); +if (x_57 == 0) { -return x_69; +return x_53; } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_69, 0); -x_75 = lean_ctor_get(x_69, 1); -lean_inc(x_75); -lean_inc(x_74); -lean_dec(x_69); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_53, 0); +x_59 = lean_ctor_get(x_53, 1); +lean_inc(x_59); +lean_inc(x_58); +lean_dec(x_53); +x_60 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_60, 0, x_58); +lean_ctor_set(x_60, 1, x_59); +return x_60; +} +} +} +else +{ +size_t x_61; size_t 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; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_61 = 0; +x_62 = lean_usize_of_nat(x_15); +lean_dec(x_15); +x_63 = l_Lean_Elab_runFrontend___lambda__6___closed__1; +x_64 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_runFrontend___spec__3(x_14, x_61, x_62, x_63); +lean_dec(x_14); +x_65 = 0; +x_66 = l_Lean_Server_findModuleRefs(x_39, x_64, x_65, x_65); +lean_dec(x_64); +x_67 = l_Lean_Server_ModuleRefs_toLspModuleRefs(x_66, x_10); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_ctor_get(x_67, 1); +lean_inc(x_69); +lean_dec(x_67); +x_70 = lean_ctor_get(x_8, 2); +lean_inc(x_70); +lean_dec(x_8); +x_71 = l_Lean_Server_collectImports(x_70); +x_72 = lean_unsigned_to_nat(4u); +lean_inc(x_4); +x_73 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_73, 0, x_72); +lean_ctor_set(x_73, 1, x_4); +lean_ctor_set(x_73, 2, x_71); +lean_ctor_set(x_73, 3, x_68); +x_74 = l___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585_(x_73); +x_75 = l_Lean_Json_compress(x_74); +x_76 = l_IO_FS_writeFile(x_13, x_75, x_69); +lean_dec(x_75); +if (lean_obj_tag(x_76) == 0) +{ +lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_76, 0); +lean_inc(x_77); +x_78 = lean_ctor_get(x_76, 1); +lean_inc(x_78); +lean_dec(x_76); +x_79 = l_Lean_Elab_runFrontend___lambda__5(x_1, x_2, x_3, x_4, x_5, x_77, x_78); +lean_dec(x_77); +return x_79; +} +else +{ +uint8_t x_80; +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_76); +if (x_80 == 0) +{ return x_76; } +else +{ +lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_81 = lean_ctor_get(x_76, 0); +x_82 = lean_ctor_get(x_76, 1); +lean_inc(x_82); +lean_inc(x_81); +lean_dec(x_76); +x_83 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_83, 0, x_81); +lean_ctor_set(x_83, 1, x_82); +return x_83; +} } } } @@ -3619,93 +3637,95 @@ x_1 = lean_mk_string_unchecked(".olean serialization", 20, 20); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__7(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, double 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_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__7(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, double 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: { -if (lean_obj_tag(x_8) == 0) +if (lean_obj_tag(x_9) == 0) { -lean_object* x_12; lean_object* x_13; -x_12 = lean_box(0); -x_13 = l_Lean_Elab_runFrontend___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_12, x_11); -return x_13; +lean_object* x_13; lean_object* x_14; +x_13 = lean_box(0); +x_14 = l_Lean_Elab_runFrontend___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_13, x_12); +return x_14; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_14 = lean_ctor_get(x_8, 0); -lean_inc(x_14); -lean_dec(x_8); +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_15 = lean_ctor_get(x_9, 0); +lean_inc(x_15); +lean_dec(x_9); lean_inc(x_2); -x_15 = lean_alloc_closure((void*)(l_Lean_writeModule), 3, 2); -lean_closure_set(x_15, 0, x_2); -lean_closure_set(x_15, 1, x_14); -x_16 = l_Lean_Elab_runFrontend___lambda__7___closed__1; -x_17 = lean_box(0); -x_18 = l_Lean_profileitIOUnsafe___rarg(x_16, x_9, x_15, x_17, x_11); -if (lean_obj_tag(x_18) == 0) +x_16 = lean_alloc_closure((void*)(l_Lean_writeModule), 3, 2); +lean_closure_set(x_16, 0, x_2); +lean_closure_set(x_16, 1, x_15); +x_17 = l_Lean_Elab_runFrontend___lambda__7___closed__1; +x_18 = lean_box(0); +x_19 = l_Lean_profileitIOUnsafe___rarg(x_17, x_10, x_16, x_18, x_12); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_19 = lean_ctor_get(x_18, 0); -lean_inc(x_19); -x_20 = lean_ctor_get(x_18, 1); +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); -lean_dec(x_18); -x_21 = l_Lean_Elab_runFrontend___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_19, x_20); +x_21 = lean_ctor_get(x_19, 1); +lean_inc(x_21); lean_dec(x_19); -return x_21; +x_22 = l_Lean_Elab_runFrontend___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_20, x_21); +lean_dec(x_20); +return x_22; } else { -uint8_t x_22; +uint8_t x_23; +lean_dec(x_8); lean_dec(x_7); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_22 = !lean_is_exclusive(x_18); -if (x_22 == 0) +x_23 = !lean_is_exclusive(x_19); +if (x_23 == 0) { -return x_18; +return x_19; } else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_18, 0); -x_24 = lean_ctor_get(x_18, 1); +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_19, 0); +x_25 = lean_ctor_get(x_19, 1); +lean_inc(x_25); lean_inc(x_24); -lean_inc(x_23); -lean_dec(x_18); -x_25 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_25, 0, x_23); -lean_ctor_set(x_25, 1, x_24); -return x_25; +lean_dec(x_19); +x_26 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +return x_26; } } } } } -LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__8(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, double 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_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__8(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, double 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) { _start: { if (x_1 == 0) { -lean_object* x_14; lean_object* x_15; -lean_dec(x_11); -x_14 = lean_box(0); -x_15 = l_Lean_Elab_runFrontend___lambda__7(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_14, x_13); -return x_15; +lean_object* x_15; lean_object* x_16; +lean_dec(x_12); +x_15 = lean_box(0); +x_16 = l_Lean_Elab_runFrontend___lambda__7(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_15, x_14); +return x_16; } else { -lean_object* x_16; +lean_object* x_17; +lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_11); -lean_ctor_set(x_16, 1, x_13); -return x_16; +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_12); +lean_ctor_set(x_17, 1, x_14); +return x_17; } } } @@ -4036,11 +4056,13 @@ if (x_43 == 0) lean_object* x_44; lean_object* x_45; lean_object* x_46; x_44 = lean_ctor_get(x_42, 0); x_45 = lean_ctor_get(x_42, 1); +lean_inc(x_33); x_46 = l_Lean_Language_Lean_waitForFinalCmdState_x3f(x_33); if (lean_obj_tag(x_46) == 0) { lean_dec(x_44); lean_dec(x_40); +lean_dec(x_33); lean_dec(x_27); lean_dec(x_23); lean_dec(x_7); @@ -4073,7 +4095,7 @@ lean_dec(x_51); x_53 = lean_box(0); x_54 = lean_unbox(x_44); lean_dec(x_44); -x_55 = l_Lean_Elab_runFrontend___lambda__8(x_54, x_40, x_48, x_27, x_4, x_21, x_7, x_23, x_6, x_52, x_30, x_53, x_45); +x_55 = l_Lean_Elab_runFrontend___lambda__8(x_54, x_40, x_48, x_27, x_4, x_21, x_7, x_23, x_33, x_6, x_52, x_30, x_53, x_45); lean_dec(x_52); lean_dec(x_7); lean_dec(x_27); @@ -4097,7 +4119,7 @@ lean_inc(x_59); lean_dec(x_57); x_60 = lean_unbox(x_44); lean_dec(x_44); -x_61 = l_Lean_Elab_runFrontend___lambda__8(x_60, x_40, x_48, x_27, x_4, x_21, x_7, x_23, x_6, x_56, x_30, x_58, x_59); +x_61 = l_Lean_Elab_runFrontend___lambda__8(x_60, x_40, x_48, x_27, x_4, x_21, x_7, x_23, x_33, x_6, x_56, x_30, x_58, x_59); lean_dec(x_58); lean_dec(x_56); lean_dec(x_7); @@ -4111,6 +4133,7 @@ lean_dec(x_56); lean_dec(x_48); lean_dec(x_44); lean_dec(x_40); +lean_dec(x_33); lean_dec(x_27); lean_dec(x_23); lean_dec(x_7); @@ -4146,12 +4169,14 @@ x_67 = lean_ctor_get(x_42, 1); lean_inc(x_67); lean_inc(x_66); lean_dec(x_42); +lean_inc(x_33); x_68 = l_Lean_Language_Lean_waitForFinalCmdState_x3f(x_33); if (lean_obj_tag(x_68) == 0) { lean_object* x_69; lean_dec(x_66); lean_dec(x_40); +lean_dec(x_33); lean_dec(x_27); lean_dec(x_23); lean_dec(x_7); @@ -4185,7 +4210,7 @@ lean_dec(x_74); x_76 = lean_box(0); x_77 = lean_unbox(x_66); lean_dec(x_66); -x_78 = l_Lean_Elab_runFrontend___lambda__8(x_77, x_40, x_71, x_27, x_4, x_21, x_7, x_23, x_6, x_75, x_30, x_76, x_67); +x_78 = l_Lean_Elab_runFrontend___lambda__8(x_77, x_40, x_71, x_27, x_4, x_21, x_7, x_23, x_33, x_6, x_75, x_30, x_76, x_67); lean_dec(x_75); lean_dec(x_7); lean_dec(x_27); @@ -4209,7 +4234,7 @@ lean_inc(x_82); lean_dec(x_80); x_83 = lean_unbox(x_66); lean_dec(x_66); -x_84 = l_Lean_Elab_runFrontend___lambda__8(x_83, x_40, x_71, x_27, x_4, x_21, x_7, x_23, x_6, x_79, x_30, x_81, x_82); +x_84 = l_Lean_Elab_runFrontend___lambda__8(x_83, x_40, x_71, x_27, x_4, x_21, x_7, x_23, x_33, x_6, x_79, x_30, x_81, x_82); lean_dec(x_81); lean_dec(x_79); lean_dec(x_7); @@ -4223,6 +4248,7 @@ lean_dec(x_79); lean_dec(x_71); lean_dec(x_66); lean_dec(x_40); +lean_dec(x_33); lean_dec(x_27); lean_dec(x_23); lean_dec(x_7); @@ -4400,12 +4426,14 @@ if (lean_is_exclusive(x_127)) { lean_dec_ref(x_127); x_130 = lean_box(0); } +lean_inc(x_118); x_131 = l_Lean_Language_Lean_waitForFinalCmdState_x3f(x_118); if (lean_obj_tag(x_131) == 0) { lean_object* x_132; lean_dec(x_128); lean_dec(x_125); +lean_dec(x_118); lean_dec(x_27); lean_dec(x_23); lean_dec(x_7); @@ -4444,7 +4472,7 @@ lean_dec(x_137); x_139 = lean_box(0); x_140 = lean_unbox(x_128); lean_dec(x_128); -x_141 = l_Lean_Elab_runFrontend___lambda__8(x_140, x_125, x_134, x_27, x_4, x_21, x_7, x_23, x_6, x_138, x_30, x_139, x_129); +x_141 = l_Lean_Elab_runFrontend___lambda__8(x_140, x_125, x_134, x_27, x_4, x_21, x_7, x_23, x_118, x_6, x_138, x_30, x_139, x_129); lean_dec(x_138); lean_dec(x_7); lean_dec(x_27); @@ -4468,7 +4496,7 @@ lean_inc(x_145); lean_dec(x_143); x_146 = lean_unbox(x_128); lean_dec(x_128); -x_147 = l_Lean_Elab_runFrontend___lambda__8(x_146, x_125, x_134, x_27, x_4, x_21, x_7, x_23, x_6, x_142, x_30, x_144, x_145); +x_147 = l_Lean_Elab_runFrontend___lambda__8(x_146, x_125, x_134, x_27, x_4, x_21, x_7, x_23, x_118, x_6, x_142, x_30, x_144, x_145); lean_dec(x_144); lean_dec(x_142); lean_dec(x_7); @@ -4482,6 +4510,7 @@ lean_dec(x_142); lean_dec(x_134); lean_dec(x_128); lean_dec(x_125); +lean_dec(x_118); lean_dec(x_27); lean_dec(x_23); lean_dec(x_7); @@ -4651,47 +4680,47 @@ lean_dec(x_3); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__6___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_Lean_Elab_runFrontend___lambda__6___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: { -double x_10; lean_object* x_11; -x_10 = lean_unbox_float(x_5); +double x_11; lean_object* x_12; +x_11 = lean_unbox_float(x_5); lean_dec(x_5); -x_11 = l_Lean_Elab_runFrontend___lambda__6(x_1, x_2, x_3, x_4, x_10, x_6, x_7, x_8, x_9); -lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_3); -return x_11; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__7___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) { -_start: -{ -double x_12; lean_object* x_13; -x_12 = lean_unbox_float(x_5); -lean_dec(x_5); -x_13 = l_Lean_Elab_runFrontend___lambda__7(x_1, x_2, x_3, x_4, x_12, x_6, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_10); +x_12 = l_Lean_Elab_runFrontend___lambda__6(x_1, x_2, x_3, x_4, x_11, x_6, x_7, x_8, x_9, x_10); lean_dec(x_9); lean_dec(x_6); lean_dec(x_3); -return x_13; +return x_12; } } -LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__8___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) { +LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__7___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) { _start: { -uint8_t x_14; double x_15; lean_object* x_16; -x_14 = lean_unbox(x_1); -lean_dec(x_1); -x_15 = lean_unbox_float(x_6); -lean_dec(x_6); -x_16 = l_Lean_Elab_runFrontend___lambda__8(x_14, x_2, x_3, x_4, x_5, x_15, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -lean_dec(x_12); +double x_13; lean_object* x_14; +x_13 = lean_unbox_float(x_5); +lean_dec(x_5); +x_14 = l_Lean_Elab_runFrontend___lambda__7(x_1, x_2, x_3, x_4, x_13, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_11); lean_dec(x_10); +lean_dec(x_6); +lean_dec(x_3); +return x_14; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___lambda__8___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, lean_object* x_14) { +_start: +{ +uint8_t x_15; double x_16; lean_object* x_17; +x_15 = lean_unbox(x_1); +lean_dec(x_1); +x_16 = lean_unbox_float(x_6); +lean_dec(x_6); +x_17 = l_Lean_Elab_runFrontend___lambda__8(x_15, x_2, x_3, x_4, x_5, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +lean_dec(x_13); +lean_dec(x_11); lean_dec(x_7); lean_dec(x_4); -return x_16; +return x_17; } } LEAN_EXPORT lean_object* l_Lean_Elab_runFrontend___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) { diff --git a/stage0/stdlib/Lean/Elab/Import.c b/stage0/stdlib/Lean/Elab/Import.c index 65e526a240..93fdffc9fc 100644 --- a/stage0/stdlib/Lean/Elab/Import.c +++ b/stage0/stdlib/Lean/Elab/Import.c @@ -13,8 +13,10 @@ #ifdef __cplusplus extern "C" { #endif +LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_println___at_Lean_Elab_printImports___spec__1(lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_HeaderSyntax_imports___spec__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_Elab_headerToImports___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_processHeaderCore(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, uint32_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_HeaderSyntax_imports___spec__3___lambda__3___closed__2; lean_object* l_Lean_FileMap_toPosition(lean_object*, lean_object*); @@ -30,9 +32,9 @@ lean_object* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_processHeaderCore___spec__1___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_HeaderSyntax_imports___lambda__1___closed__4; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_processHeaderCore___spec__1___closed__2; -LEAN_EXPORT lean_object* l_Lean_Elab_headerToImports(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_headerToImports(lean_object*, uint8_t); uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__1(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_processHeader(lean_object*, lean_object*, lean_object*, lean_object*, uint32_t, lean_object*, uint8_t, lean_object*, lean_object*); static lean_object* l_Lean_Elab_HeaderSyntax_imports___closed__3; lean_object* lean_string_push(lean_object*, uint32_t); @@ -52,7 +54,7 @@ LEAN_EXPORT lean_object* lean_print_import_srcs(lean_object*, lean_object*, lean lean_object* l_Lean_Parser_mkInputContext(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_HeaderSyntax_imports___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_processHeaderCore___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getSrcSearchPath(lean_object*); static lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__2___closed__2; lean_object* l_Lean_Name_getRoot(lean_object*); @@ -67,7 +69,7 @@ lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__8; uint8_t l_Lean_Option_get___at___private_Lean_Util_Profile_0__Lean_get__profiler___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__2(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__2(lean_object*, uint8_t, lean_object*, lean_object*); uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_HeaderSyntax_isModule(lean_object*); static lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__3; @@ -75,7 +77,7 @@ extern lean_object* l_Lean_instInhabitedImport; static lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_printImportSrcs___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_HeaderSyntax_imports___spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports(lean_object*, uint8_t); lean_object* l_Array_append___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__5; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_printImports___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -112,7 +114,7 @@ static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_HeaderSyntax_imports__ static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_HeaderSyntax_imports___spec__3___lambda__2___closed__5; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_processHeaderCore___spec__1___lambda__2___closed__2; static lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__1___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Elab_inServer; lean_object* l_Lean_Parser_parseHeader(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); @@ -249,7 +251,7 @@ _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_Array_mapMUnsafe_map___at_Lean_Elab_HeaderSyntax_imports___spec__3___lambda__1___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_HeaderSyntax_imports___spec__3___lambda__1___closed__2; -x_3 = lean_unsigned_to_nat(28u); +x_3 = lean_unsigned_to_nat(29u); x_4 = lean_unsigned_to_nat(13u); x_5 = l_Array_mapMUnsafe_map___at_Lean_Elab_HeaderSyntax_imports___spec__3___lambda__1___closed__3; x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -734,26 +736,35 @@ return x_5; static lean_object* _init_l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__3() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Init", 4, 4); -return x_1; +lean_object* x_1; lean_object* x_2; +x_1 = lean_box(0); +x_2 = lean_array_mk(x_1); +return x_2; } } static lean_object* _init_l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__4() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Init", 4, 4); +return x_1; } } static lean_object* _init_l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__5() { _start: { +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__4; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__6() { +_start: +{ lean_object* x_1; uint8_t x_2; uint8_t x_3; lean_object* x_4; -x_1 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__4; +x_1 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__5; x_2 = 0; x_3 = 1; x_4 = lean_alloc_ctor(0, 1, 3); @@ -764,64 +775,66 @@ lean_ctor_set_uint8(x_4, sizeof(void*)*1 + 2, x_2); return x_4; } } -static lean_object* _init_l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__6() { +static lean_object* _init_l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__5; +x_2 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__6; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__6; -x_2 = lean_array_mk(x_1); -return x_2; -} -} static lean_object* _init_l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = lean_box(0); +x_1 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__7; x_2 = lean_array_mk(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__1(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; -x_4 = lean_unsigned_to_nat(2u); -x_5 = l_Lean_Syntax_getArg(x_1, x_4); -x_6 = lean_box(0); -x_7 = l_Lean_Syntax_getArgs(x_5); -lean_dec(x_5); -x_8 = lean_array_size(x_7); -x_9 = 0; -x_10 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__2; -x_11 = l_Array_mapMUnsafe_map___at_Lean_Elab_HeaderSyntax_imports___spec__3(x_10, x_6, x_8, x_9, x_7); -if (lean_obj_tag(x_3) == 0) +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; lean_object* x_11; lean_object* x_12; +x_5 = lean_unsigned_to_nat(2u); +x_6 = l_Lean_Syntax_getArg(x_1, x_5); +x_7 = lean_box(0); +x_8 = l_Lean_Syntax_getArgs(x_6); +lean_dec(x_6); +x_9 = lean_array_size(x_8); +x_10 = 0; +x_11 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__2; +x_12 = l_Array_mapMUnsafe_map___at_Lean_Elab_HeaderSyntax_imports___spec__3(x_11, x_7, x_9, x_10, x_8); +if (lean_obj_tag(x_4) == 0) { -lean_object* x_12; lean_object* x_13; -x_12 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__7; -x_13 = l_Array_append___rarg(x_12, x_11); -lean_dec(x_11); -return x_13; +if (x_2 == 0) +{ +lean_object* x_13; lean_object* x_14; +x_13 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__3; +x_14 = l_Array_append___rarg(x_13, x_12); +lean_dec(x_12); +return x_14; } else { -lean_object* x_14; lean_object* x_15; -x_14 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__8; -x_15 = l_Array_append___rarg(x_14, x_11); -lean_dec(x_11); -return x_15; +lean_object* x_15; lean_object* x_16; +x_15 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__8; +x_16 = l_Array_append___rarg(x_15, x_12); +lean_dec(x_12); +return x_16; +} +} +else +{ +lean_object* x_17; lean_object* x_18; +x_17 = l_Lean_Elab_HeaderSyntax_imports___lambda__1___closed__3; +x_18 = l_Array_append___rarg(x_17, x_12); +lean_dec(x_12); +return x_18; } } } @@ -831,7 +844,7 @@ _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_Array_mapMUnsafe_map___at_Lean_Elab_HeaderSyntax_imports___spec__3___lambda__1___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_HeaderSyntax_imports___spec__3___lambda__1___closed__2; -x_3 = lean_unsigned_to_nat(29u); +x_3 = lean_unsigned_to_nat(30u); x_4 = lean_unsigned_to_nat(9u); x_5 = l_Array_mapMUnsafe_map___at_Lean_Elab_HeaderSyntax_imports___spec__3___lambda__1___closed__3; x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -858,65 +871,65 @@ x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__2(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_4; lean_object* x_5; uint8_t x_6; -x_4 = lean_unsigned_to_nat(1u); -x_5 = l_Lean_Syntax_getArg(x_1, x_4); -x_6 = l_Lean_Syntax_isNone(x_5); -if (x_6 == 0) -{ -uint8_t x_7; -lean_inc(x_5); -x_7 = l_Lean_Syntax_matchesNull(x_5, x_4); +lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_5 = lean_unsigned_to_nat(1u); +x_6 = l_Lean_Syntax_getArg(x_1, x_5); +x_7 = l_Lean_Syntax_isNone(x_6); if (x_7 == 0) { -lean_object* x_8; lean_object* x_9; -lean_dec(x_5); -x_8 = l_Lean_Elab_HeaderSyntax_imports___lambda__2___closed__1; -x_9 = l_panic___at_Lean_Elab_HeaderSyntax_imports___spec__1(x_8); -return x_9; +uint8_t x_8; +lean_inc(x_6); +x_8 = l_Lean_Syntax_matchesNull(x_6, x_5); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_6); +x_9 = l_Lean_Elab_HeaderSyntax_imports___lambda__2___closed__1; +x_10 = l_panic___at_Lean_Elab_HeaderSyntax_imports___spec__1(x_9); +return x_10; } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_unsigned_to_nat(0u); -x_11 = l_Lean_Syntax_getArg(x_5, x_10); -lean_dec(x_5); -x_12 = l_Lean_Elab_HeaderSyntax_imports___lambda__2___closed__3; -lean_inc(x_11); -x_13 = l_Lean_Syntax_isOfKind(x_11, x_12); -if (x_13 == 0) +lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; +x_11 = lean_unsigned_to_nat(0u); +x_12 = l_Lean_Syntax_getArg(x_6, x_11); +lean_dec(x_6); +x_13 = l_Lean_Elab_HeaderSyntax_imports___lambda__2___closed__3; +lean_inc(x_12); +x_14 = l_Lean_Syntax_isOfKind(x_12, x_13); +if (x_14 == 0) { -lean_object* x_14; lean_object* x_15; -lean_dec(x_11); -x_14 = l_Lean_Elab_HeaderSyntax_imports___lambda__2___closed__1; -x_15 = l_panic___at_Lean_Elab_HeaderSyntax_imports___spec__1(x_14); -return x_15; +lean_object* x_15; lean_object* x_16; +lean_dec(x_12); +x_15 = l_Lean_Elab_HeaderSyntax_imports___lambda__2___closed__1; +x_16 = l_panic___at_Lean_Elab_HeaderSyntax_imports___spec__1(x_15); +return x_16; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_16 = l_Lean_Syntax_getArg(x_11, x_10); -lean_dec(x_11); -x_17 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_17, 0, x_16); -x_18 = lean_box(0); -x_19 = l_Lean_Elab_HeaderSyntax_imports___lambda__1(x_1, x_18, x_17); -lean_dec(x_17); -return x_19; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_17 = l_Lean_Syntax_getArg(x_12, x_11); +lean_dec(x_12); +x_18 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_18, 0, x_17); +x_19 = lean_box(0); +x_20 = l_Lean_Elab_HeaderSyntax_imports___lambda__1(x_1, x_2, x_19, x_18); +lean_dec(x_18); +return x_20; } } } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -lean_dec(x_5); -x_20 = lean_box(0); +lean_object* x_21; lean_object* x_22; lean_object* x_23; +lean_dec(x_6); x_21 = lean_box(0); -x_22 = l_Lean_Elab_HeaderSyntax_imports___lambda__1(x_1, x_21, x_20); -return x_22; +x_22 = lean_box(0); +x_23 = l_Lean_Elab_HeaderSyntax_imports___lambda__1(x_1, x_2, x_22, x_21); +return x_23; } } } @@ -960,83 +973,83 @@ x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports(lean_object* x_1, uint8_t x_2) { _start: { -lean_object* x_2; uint8_t x_3; -x_2 = l_Lean_Elab_HeaderSyntax_imports___closed__2; +lean_object* x_3; uint8_t x_4; +x_3 = l_Lean_Elab_HeaderSyntax_imports___closed__2; lean_inc(x_1); -x_3 = l_Lean_Syntax_isOfKind(x_1, x_2); -if (x_3 == 0) +x_4 = l_Lean_Syntax_isOfKind(x_1, x_3); +if (x_4 == 0) { -lean_object* x_4; lean_object* x_5; +lean_object* x_5; lean_object* x_6; lean_dec(x_1); -x_4 = l_Lean_Elab_HeaderSyntax_imports___lambda__2___closed__1; -x_5 = l_panic___at_Lean_Elab_HeaderSyntax_imports___spec__1(x_4); -return x_5; +x_5 = l_Lean_Elab_HeaderSyntax_imports___lambda__2___closed__1; +x_6 = l_panic___at_Lean_Elab_HeaderSyntax_imports___spec__1(x_5); +return x_6; } else { -lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_6 = lean_unsigned_to_nat(0u); -x_7 = l_Lean_Syntax_getArg(x_1, x_6); -x_8 = l_Lean_Syntax_isNone(x_7); -if (x_8 == 0) +lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_7 = lean_unsigned_to_nat(0u); +x_8 = l_Lean_Syntax_getArg(x_1, x_7); +x_9 = l_Lean_Syntax_isNone(x_8); +if (x_9 == 0) { -lean_object* x_9; uint8_t x_10; -x_9 = lean_unsigned_to_nat(1u); -lean_inc(x_7); -x_10 = l_Lean_Syntax_matchesNull(x_7, x_9); -if (x_10 == 0) +lean_object* x_10; uint8_t x_11; +x_10 = lean_unsigned_to_nat(1u); +lean_inc(x_8); +x_11 = l_Lean_Syntax_matchesNull(x_8, x_10); +if (x_11 == 0) { -lean_object* x_11; lean_object* x_12; -lean_dec(x_7); +lean_object* x_12; lean_object* x_13; +lean_dec(x_8); lean_dec(x_1); -x_11 = l_Lean_Elab_HeaderSyntax_imports___lambda__2___closed__1; -x_12 = l_panic___at_Lean_Elab_HeaderSyntax_imports___spec__1(x_11); -return x_12; +x_12 = l_Lean_Elab_HeaderSyntax_imports___lambda__2___closed__1; +x_13 = l_panic___at_Lean_Elab_HeaderSyntax_imports___spec__1(x_12); +return x_13; } else { -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = l_Lean_Syntax_getArg(x_7, x_6); -lean_dec(x_7); -x_14 = l_Lean_Elab_HeaderSyntax_imports___closed__4; -lean_inc(x_13); -x_15 = l_Lean_Syntax_isOfKind(x_13, x_14); -if (x_15 == 0) +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = l_Lean_Syntax_getArg(x_8, x_7); +lean_dec(x_8); +x_15 = l_Lean_Elab_HeaderSyntax_imports___closed__4; +lean_inc(x_14); +x_16 = l_Lean_Syntax_isOfKind(x_14, x_15); +if (x_16 == 0) { -lean_object* x_16; lean_object* x_17; -lean_dec(x_13); +lean_object* x_17; lean_object* x_18; +lean_dec(x_14); lean_dec(x_1); -x_16 = l_Lean_Elab_HeaderSyntax_imports___lambda__2___closed__1; -x_17 = l_panic___at_Lean_Elab_HeaderSyntax_imports___spec__1(x_16); -return x_17; +x_17 = l_Lean_Elab_HeaderSyntax_imports___lambda__2___closed__1; +x_18 = l_panic___at_Lean_Elab_HeaderSyntax_imports___spec__1(x_17); +return x_18; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_18 = l_Lean_Syntax_getArg(x_13, x_6); -lean_dec(x_13); -x_19 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_19, 0, x_18); -x_20 = lean_box(0); -x_21 = l_Lean_Elab_HeaderSyntax_imports___lambda__2(x_1, x_20, x_19); -lean_dec(x_19); +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_19 = l_Lean_Syntax_getArg(x_14, x_7); +lean_dec(x_14); +x_20 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_20, 0, x_19); +x_21 = lean_box(0); +x_22 = l_Lean_Elab_HeaderSyntax_imports___lambda__2(x_1, x_2, x_21, x_20); +lean_dec(x_20); lean_dec(x_1); -return x_21; +return x_22; } } } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -lean_dec(x_7); -x_22 = lean_box(0); +lean_object* x_23; lean_object* x_24; lean_object* x_25; +lean_dec(x_8); x_23 = lean_box(0); -x_24 = l_Lean_Elab_HeaderSyntax_imports___lambda__2(x_1, x_23, x_22); +x_24 = lean_box(0); +x_25 = l_Lean_Elab_HeaderSyntax_imports___lambda__2(x_1, x_2, x_24, x_23); lean_dec(x_1); -return x_24; +return x_25; } } } @@ -1091,36 +1104,60 @@ lean_dec(x_1); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_4; -x_4 = l_Lean_Elab_HeaderSyntax_imports___lambda__1(x_1, x_2, x_3); -lean_dec(x_3); +uint8_t x_5; lean_object* x_6; +x_5 = lean_unbox(x_2); lean_dec(x_2); +x_6 = l_Lean_Elab_HeaderSyntax_imports___lambda__1(x_1, x_5, x_3, x_4); +lean_dec(x_4); +lean_dec(x_3); lean_dec(x_1); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +uint8_t x_5; lean_object* x_6; +x_5 = lean_unbox(x_2); +lean_dec(x_2); +x_6 = l_Lean_Elab_HeaderSyntax_imports___lambda__2(x_1, x_5, x_3, x_4); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = lean_unbox(x_2); +lean_dec(x_2); +x_4 = l_Lean_Elab_HeaderSyntax_imports(x_1, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Elab_HeaderSyntax_imports___lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Elab_headerToImports(lean_object* x_1, uint8_t x_2) { _start: { -lean_object* x_4; -x_4 = l_Lean_Elab_HeaderSyntax_imports___lambda__2(x_1, x_2, x_3); -lean_dec(x_3); +lean_object* x_3; +x_3 = l_Lean_Elab_HeaderSyntax_imports(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_headerToImports___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = lean_unbox(x_2); lean_dec(x_2); -lean_dec(x_1); +x_4 = l_Lean_Elab_headerToImports(x_1, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Elab_headerToImports(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = l_Lean_Elab_HeaderSyntax_imports(x_1); -return x_2; -} -} static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_processHeaderCore___spec__1___lambda__1___closed__1() { _start: { @@ -1798,16 +1835,17 @@ return x_16; LEAN_EXPORT lean_object* l_Lean_Elab_processHeader(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, uint32_t x_5, lean_object* x_6, uint8_t x_7, lean_object* x_8, lean_object* x_9) { _start: { -lean_object* x_10; lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +lean_object* x_10; uint8_t x_11; lean_object* x_12; uint8_t x_13; lean_object* x_14; lean_object* x_15; x_10 = l_Lean_Elab_HeaderSyntax_startPos(x_1); +x_11 = 1; lean_inc(x_1); -x_11 = l_Lean_Elab_HeaderSyntax_imports(x_1); -x_12 = l_Lean_Elab_HeaderSyntax_isModule(x_1); +x_12 = l_Lean_Elab_HeaderSyntax_imports(x_1, x_11); +x_13 = l_Lean_Elab_HeaderSyntax_isModule(x_1); lean_dec(x_1); -x_13 = lean_box(0); -x_14 = l_Lean_Elab_processHeaderCore(x_10, x_11, x_12, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_13, x_9); +x_14 = lean_box(0); +x_15 = l_Lean_Elab_processHeaderCore(x_10, x_12, x_13, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_14, x_9); lean_dec(x_10); -return x_14; +return x_15; } } LEAN_EXPORT lean_object* l_Lean_Elab_processHeader___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) { @@ -1866,7 +1904,7 @@ if (x_15 == 0) { lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; x_16 = lean_ctor_get(x_9, 0); -x_17 = l_Lean_Elab_HeaderSyntax_imports(x_13); +x_17 = l_Lean_Elab_HeaderSyntax_imports(x_13, x_5); x_18 = lean_ctor_get(x_6, 2); lean_inc(x_18); lean_dec(x_6); @@ -1887,7 +1925,7 @@ x_22 = lean_ctor_get(x_9, 1); lean_inc(x_22); lean_inc(x_21); lean_dec(x_9); -x_23 = l_Lean_Elab_HeaderSyntax_imports(x_13); +x_23 = l_Lean_Elab_HeaderSyntax_imports(x_13, x_5); x_24 = lean_ctor_get(x_6, 2); lean_inc(x_24); lean_dec(x_6); @@ -1922,7 +1960,7 @@ if (lean_is_exclusive(x_9)) { lean_dec_ref(x_9); x_31 = lean_box(0); } -x_32 = l_Lean_Elab_HeaderSyntax_imports(x_28); +x_32 = l_Lean_Elab_HeaderSyntax_imports(x_28, x_5); x_33 = lean_ctor_get(x_6, 2); lean_inc(x_33); lean_dec(x_6); @@ -1973,7 +2011,7 @@ if (lean_is_exclusive(x_9)) { lean_dec_ref(x_9); x_43 = lean_box(0); } -x_44 = l_Lean_Elab_HeaderSyntax_imports(x_39); +x_44 = l_Lean_Elab_HeaderSyntax_imports(x_39, x_5); x_45 = lean_ctor_get(x_6, 2); lean_inc(x_45); lean_dec(x_6); @@ -2061,7 +2099,7 @@ if (x_66 == 0) { lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; x_67 = lean_ctor_get(x_60, 0); -x_68 = l_Lean_Elab_HeaderSyntax_imports(x_64); +x_68 = l_Lean_Elab_HeaderSyntax_imports(x_64, x_56); x_69 = lean_ctor_get(x_57, 2); lean_inc(x_69); lean_dec(x_57); @@ -2082,7 +2120,7 @@ x_73 = lean_ctor_get(x_60, 1); lean_inc(x_73); lean_inc(x_72); lean_dec(x_60); -x_74 = l_Lean_Elab_HeaderSyntax_imports(x_64); +x_74 = l_Lean_Elab_HeaderSyntax_imports(x_64, x_56); x_75 = lean_ctor_get(x_57, 2); lean_inc(x_75); lean_dec(x_57); @@ -2117,7 +2155,7 @@ if (lean_is_exclusive(x_60)) { lean_dec_ref(x_60); x_82 = lean_box(0); } -x_83 = l_Lean_Elab_HeaderSyntax_imports(x_79); +x_83 = l_Lean_Elab_HeaderSyntax_imports(x_79, x_56); x_84 = lean_ctor_get(x_57, 2); lean_inc(x_84); lean_dec(x_57); @@ -2168,7 +2206,7 @@ if (lean_is_exclusive(x_60)) { lean_dec_ref(x_60); x_94 = lean_box(0); } -x_95 = l_Lean_Elab_HeaderSyntax_imports(x_90); +x_95 = l_Lean_Elab_HeaderSyntax_imports(x_90, x_56); x_96 = lean_ctor_get(x_57, 2); lean_inc(x_96); lean_dec(x_57); diff --git a/stage0/stdlib/Lean/Elab/InheritDoc.c b/stage0/stdlib/Lean/Elab/InheritDoc.c index f337d5546f..8647ed8c71 100644 --- a/stage0/stdlib/Lean/Elab/InheritDoc.c +++ b/stage0/stdlib/Lean/Elab/InheritDoc.c @@ -13,138 +13,267 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__3; +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__2(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MapDeclarationExtension_insert___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__2; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__10; +LEAN_EXPORT lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_log___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_matchesIdent(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_log___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__7; -static lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__1; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__12; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_FileMap_toPosition(lean_object*, lean_object*); -static lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__2; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__5; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__1; +static lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__2(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__3; lean_object* l_Lean_Environment_findConstVal_x3f(lean_object*, lean_object*, uint8_t); -static lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__3; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__8; lean_object* l_String_removeLeadingSpaces(lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__2; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__2; +LEAN_EXPORT lean_object* l_Lean_logWarning___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__4; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__4; lean_object* l_Lean_replaceRef(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__4; lean_object* l_Lean_Syntax_getTailPos_x3f(lean_object*, uint8_t); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__3; -LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__2; +LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__2___boxed(lean_object*); lean_object* l_Lean_MessageData_hasSyntheticSorry(lean_object*); uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__9; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__10; lean_object* l_Lean_stringToMessageData(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__3; +static lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__3; uint8_t lean_string_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__3; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___closed__2; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___closed__1; -static lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__1; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__9; +static lean_object* l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__3; lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__7; -LEAN_EXPORT lean_object* l_Lean_log___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__7(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_logWarning___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__6(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__2; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__8; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___boxed(lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5___closed__1; lean_object* lean_st_ref_take(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__2___boxed(lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__2; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5___closed__2; +LEAN_EXPORT lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__2; lean_object* l_Lean_findSimpleDocString_x3f(lean_object*, lean_object*, uint8_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__4; -LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1___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_MessageData_ofFormat(lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__6; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__5; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4___closed__2; +static lean_object* l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__2; lean_object* lean_st_ref_get(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__1; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__8; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_MessageData_hasTag(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__5; lean_object* l_Lean_addMessageContextPartial___at_Lean_Core_instAddMessageContextCoreM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1___closed__1; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__1; +static lean_object* l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__3; lean_object* l_Lean_Elab_realizeGlobalConstNoOverloadWithInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__4; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__3; -static lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__3; +static lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1___closed__1; +static lean_object* l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1(lean_object*); extern lean_object* l_Lean_warningAsError; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__4; +LEAN_EXPORT uint8_t l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Option_get___at___private_Lean_Util_Profile_0__Lean_get__profiler___spec__1(lean_object*, lean_object*); extern lean_object* l_Lean_docStringExt; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__1; uint8_t l_Lean_beqMessageSeverity____x40_Lean_Message___hyg_107_(uint8_t, uint8_t); +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init(lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__1; lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__3; uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__15; -LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3_(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__8; -LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___boxed(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__4; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_logWarning___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__7; +static lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__1; lean_object* l_Lean_MessageData_ofExpr(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__3(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__5; -static lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__2; -LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1___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_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__4; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4___closed__1; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__17; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__6; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__2; +LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__3; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__11; +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4___closed__1; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__4; uint8_t l_Lean_beqAttributeKind____x40_Lean_Attributes___hyg_169_(uint8_t, uint8_t); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__16; -LEAN_EXPORT uint8_t l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2(lean_object*); -LEAN_EXPORT lean_object* l_Lean_logWarning___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__1; -static lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1; +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__2; +static lean_object* l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__2; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__1; lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__4; uint8_t l_Lean_Syntax_isNone(lean_object*); -LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__11; +LEAN_EXPORT lean_object* l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__6; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_log___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__7(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__3; lean_object* l_Lean_Environment_getModuleIdxFor_x3f(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); -static lean_object* l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__1; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__2; -static lean_object* l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__4; -static lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__2; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__2; +static lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__2; +static lean_object* l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__3; +LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__5; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__1; +LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__3; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4___closed__2; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__13; lean_object* lean_string_append(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__12; +static lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__1; +static lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__6; lean_object* l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__9; -static lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__2; -static lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__1; lean_object* l_Lean_MessageLog_add(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__13; -static lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__5; -static lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__14; -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +static lean_object* l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__4; +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_private", 8, 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Lean", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__2; +x_2 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Elab", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__4; +x_2 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__5; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__7() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("InheritDoc", 10, 10); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__6; +x_2 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__7; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__8; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__9; +x_2 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__11() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("init", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__12() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__10; +x_2 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__11; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__13() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Uses documentation from a specified declaration.\n\n`@[inherit_doc decl]` is used to inherit the documentation from the declaration `decl`.\n", 138, 138); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__12; +x_3 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__13; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__3(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; @@ -182,7 +311,7 @@ return x_13; } } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__1() { +static lean_object* _init_l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__1() { _start: { lean_object* x_1; @@ -190,16 +319,16 @@ x_1 = lean_mk_string_unchecked("unknown constant '", 18, 18); return x_1; } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__2() { +static lean_object* _init_l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__1; +x_1 = l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__3() { +static lean_object* _init_l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__3() { _start: { lean_object* x_1; @@ -207,16 +336,16 @@ x_1 = lean_mk_string_unchecked("'", 1, 1); return x_1; } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__4() { +static lean_object* _init_l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__3; +x_1 = l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__3; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2(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; @@ -240,15 +369,15 @@ lean_free_object(x_5); x_12 = lean_box(0); x_13 = l_Lean_Expr_const___override(x_1, x_12); x_14 = l_Lean_MessageData_ofExpr(x_13); -x_15 = l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__2; +x_15 = l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__2; x_16 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_14); -x_17 = l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__4; +x_17 = l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__4; 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_Lean_throwError___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__3(x_18, x_2, x_3, x_8); +x_19 = l_Lean_throwError___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__3(x_18, x_2, x_3, x_8); return x_19; } else @@ -282,15 +411,15 @@ lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean x_26 = lean_box(0); x_27 = l_Lean_Expr_const___override(x_1, x_26); x_28 = l_Lean_MessageData_ofExpr(x_27); -x_29 = l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__2; +x_29 = l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__2; x_30 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_30, 0, x_29); lean_ctor_set(x_30, 1, x_28); -x_31 = l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__4; +x_31 = l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__4; x_32 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_32, 0, x_30); lean_ctor_set(x_32, 1, x_31); -x_33 = l_Lean_throwError___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__3(x_32, x_2, x_3, x_22); +x_33 = l_Lean_throwError___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__3(x_32, x_2, x_3, x_22); return x_33; } else @@ -308,12 +437,12 @@ return x_35; } } } -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { lean_object* x_5; lean_inc(x_1); -x_5 = l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2(x_1, x_2, x_3, x_4); +x_5 = l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2(x_1, x_2, x_3, x_4); if (lean_obj_tag(x_5) == 0) { uint8_t x_6; @@ -376,7 +505,7 @@ return x_22; } } } -static lean_object* _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1___closed__1() { +static lean_object* _init_l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1___closed__1() { _start: { lean_object* x_1; @@ -384,7 +513,7 @@ x_1 = lean_mk_string_unchecked("", 0, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, uint8_t x_5, uint8_t x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, uint8_t x_5, uint8_t 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; uint8_t x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; @@ -399,7 +528,7 @@ x_14 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_14, 0, x_13); lean_ctor_set(x_14, 1, x_1); x_15 = 0; -x_16 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1___closed__1; +x_16 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1___closed__1; x_17 = lean_alloc_ctor(0, 5, 3); lean_ctor_set(x_17, 0, x_2); lean_ctor_set(x_17, 1, x_3); @@ -502,7 +631,7 @@ return x_46; } } } -static lean_object* _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__1() { +static lean_object* _init_l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -510,15 +639,7 @@ x_1 = lean_mk_string_unchecked("trace", 5, 5); return x_1; } } -static lean_object* _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__2() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Elab", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__3() { +static lean_object* _init_l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__2() { _start: { lean_object* x_1; @@ -526,7 +647,7 @@ x_1 = lean_mk_string_unchecked("Tactic", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__4() { +static lean_object* _init_l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__3() { _start: { lean_object* x_1; @@ -534,7 +655,7 @@ x_1 = lean_mk_string_unchecked("unsolvedGoals", 13, 13); return x_1; } } -static lean_object* _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__5() { +static lean_object* _init_l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__4() { _start: { lean_object* x_1; @@ -542,7 +663,7 @@ x_1 = lean_mk_string_unchecked("synthPlaceholder", 16, 16); return x_1; } } -LEAN_EXPORT uint8_t l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2(lean_object* x_1) { +LEAN_EXPORT uint8_t l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2(lean_object* x_1) { _start: { if (lean_obj_tag(x_1) == 1) @@ -554,7 +675,7 @@ case 0: { lean_object* x_3; lean_object* x_4; uint8_t x_5; x_3 = lean_ctor_get(x_1, 1); -x_4 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__1; +x_4 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__1; x_5 = lean_string_dec_eq(x_3, x_4); return x_5; } @@ -567,12 +688,12 @@ if (lean_obj_tag(x_6) == 0) lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; x_7 = lean_ctor_get(x_1, 1); x_8 = lean_ctor_get(x_2, 1); -x_9 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__2; +x_9 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__5; x_10 = lean_string_dec_eq(x_8, x_9); if (x_10 == 0) { lean_object* x_11; uint8_t x_12; -x_11 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__3; +x_11 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__2; x_12 = lean_string_dec_eq(x_8, x_11); if (x_12 == 0) { @@ -583,7 +704,7 @@ return x_13; else { lean_object* x_14; uint8_t x_15; -x_14 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__4; +x_14 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__3; x_15 = lean_string_dec_eq(x_7, x_14); return x_15; } @@ -591,7 +712,7 @@ return x_15; else { lean_object* x_16; uint8_t x_17; -x_16 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__5; +x_16 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__4; x_17 = lean_string_dec_eq(x_7, x_16); return x_17; } @@ -619,15 +740,15 @@ return x_20; } } } -static lean_object* _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1() { +static lean_object* _init_l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__2() { +static lean_object* _init_l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__2() { _start: { lean_object* x_1; @@ -635,7 +756,7 @@ x_1 = l_Lean_warningAsError; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4(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_EXPORT lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4(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_183; uint8_t x_184; @@ -691,7 +812,7 @@ goto block_175; else { lean_object* x_179; uint8_t x_180; -x_179 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__2; +x_179 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__2; x_180 = l_Lean_Option_get___at___private_Lean_Util_Profile_0__Lean_get__profiler___spec__1(x_176, x_179); lean_dec(x_176); if (x_180 == 0) @@ -745,14 +866,14 @@ if (x_13 == 0) lean_object* x_25; lean_object* x_26; lean_free_object(x_18); x_25 = lean_box(0); -x_26 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_20, x_10, x_23, x_24, x_9, x_4, x_25, x_5, x_6, x_21); +x_26 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_20, x_10, x_23, x_24, x_9, x_4, x_25, x_5, x_6, x_21); lean_dec(x_5); return x_26; } else { lean_object* x_27; uint8_t x_28; -x_27 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1; +x_27 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1; lean_inc(x_20); x_28 = l_Lean_MessageData_hasTag(x_27, x_20); if (x_28 == 0) @@ -772,7 +893,7 @@ else lean_object* x_30; lean_object* x_31; lean_free_object(x_18); x_30 = lean_box(0); -x_31 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_20, x_10, x_23, x_24, x_9, x_4, x_30, x_5, x_6, x_21); +x_31 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_20, x_10, x_23, x_24, x_9, x_4, x_30, x_5, x_6, x_21); lean_dec(x_5); return x_31; } @@ -795,14 +916,14 @@ if (x_13 == 0) { lean_object* x_37; lean_object* x_38; x_37 = lean_box(0); -x_38 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_32, x_10, x_35, x_36, x_9, x_4, x_37, x_5, x_6, x_33); +x_38 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_32, x_10, x_35, x_36, x_9, x_4, x_37, x_5, x_6, x_33); lean_dec(x_5); return x_38; } else { lean_object* x_39; uint8_t x_40; -x_39 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1; +x_39 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1; lean_inc(x_32); x_40 = l_Lean_MessageData_hasTag(x_39, x_32); if (x_40 == 0) @@ -823,7 +944,7 @@ else { lean_object* x_43; lean_object* x_44; x_43 = lean_box(0); -x_44 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_32, x_10, x_35, x_36, x_9, x_4, x_43, x_5, x_6, x_33); +x_44 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_32, x_10, x_35, x_36, x_9, x_4, x_43, x_5, x_6, x_33); lean_dec(x_5); return x_44; } @@ -856,14 +977,14 @@ if (x_13 == 0) lean_object* x_54; lean_object* x_55; lean_free_object(x_47); x_54 = lean_box(0); -x_55 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_49, x_10, x_52, x_17, x_9, x_4, x_54, x_5, x_6, x_50); +x_55 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_49, x_10, x_52, x_17, x_9, x_4, x_54, x_5, x_6, x_50); lean_dec(x_5); return x_55; } else { lean_object* x_56; uint8_t x_57; -x_56 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1; +x_56 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1; lean_inc(x_49); x_57 = l_Lean_MessageData_hasTag(x_56, x_49); if (x_57 == 0) @@ -883,7 +1004,7 @@ else lean_object* x_59; lean_object* x_60; lean_free_object(x_47); x_59 = lean_box(0); -x_60 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_49, x_10, x_52, x_17, x_9, x_4, x_59, x_5, x_6, x_50); +x_60 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_49, x_10, x_52, x_17, x_9, x_4, x_59, x_5, x_6, x_50); lean_dec(x_5); return x_60; } @@ -907,14 +1028,14 @@ if (x_13 == 0) { lean_object* x_66; lean_object* x_67; x_66 = lean_box(0); -x_67 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_61, x_10, x_64, x_17, x_9, x_4, x_66, x_5, x_6, x_62); +x_67 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_61, x_10, x_64, x_17, x_9, x_4, x_66, x_5, x_6, x_62); lean_dec(x_5); return x_67; } else { lean_object* x_68; uint8_t x_69; -x_68 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1; +x_68 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1; lean_inc(x_61); x_69 = l_Lean_MessageData_hasTag(x_68, x_61); if (x_69 == 0) @@ -935,7 +1056,7 @@ else { lean_object* x_72; lean_object* x_73; x_72 = lean_box(0); -x_73 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_61, x_10, x_64, x_17, x_9, x_4, x_72, x_5, x_6, x_62); +x_73 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_61, x_10, x_64, x_17, x_9, x_4, x_72, x_5, x_6, x_62); lean_dec(x_5); return x_73; } @@ -973,14 +1094,14 @@ if (x_13 == 0) lean_object* x_83; lean_object* x_84; lean_dec(x_78); x_83 = lean_box(0); -x_84 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_76, x_10, x_80, x_82, x_9, x_4, x_83, x_5, x_6, x_77); +x_84 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_76, x_10, x_80, x_82, x_9, x_4, x_83, x_5, x_6, x_77); lean_dec(x_5); return x_84; } else { lean_object* x_85; uint8_t x_86; -x_85 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1; +x_85 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1; lean_inc(x_76); x_86 = l_Lean_MessageData_hasTag(x_85, x_76); if (x_86 == 0) @@ -1006,7 +1127,7 @@ else lean_object* x_89; lean_object* x_90; lean_dec(x_78); x_89 = lean_box(0); -x_90 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_76, x_10, x_80, x_82, x_9, x_4, x_89, x_5, x_6, x_77); +x_90 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_76, x_10, x_80, x_82, x_9, x_4, x_89, x_5, x_6, x_77); lean_dec(x_5); return x_90; } @@ -1040,14 +1161,14 @@ if (x_13 == 0) lean_object* x_98; lean_object* x_99; lean_free_object(x_93); x_98 = lean_box(0); -x_99 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_95, x_10, x_97, x_16, x_9, x_4, x_98, x_5, x_6, x_96); +x_99 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_95, x_10, x_97, x_16, x_9, x_4, x_98, x_5, x_6, x_96); lean_dec(x_5); return x_99; } else { lean_object* x_100; uint8_t x_101; -x_100 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1; +x_100 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1; lean_inc(x_95); x_101 = l_Lean_MessageData_hasTag(x_100, x_95); if (x_101 == 0) @@ -1067,7 +1188,7 @@ else lean_object* x_103; lean_object* x_104; lean_free_object(x_93); x_103 = lean_box(0); -x_104 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_95, x_10, x_97, x_16, x_9, x_4, x_103, x_5, x_6, x_96); +x_104 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_95, x_10, x_97, x_16, x_9, x_4, x_103, x_5, x_6, x_96); lean_dec(x_5); return x_104; } @@ -1089,14 +1210,14 @@ if (x_13 == 0) { lean_object* x_108; lean_object* x_109; x_108 = lean_box(0); -x_109 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_105, x_10, x_107, x_16, x_9, x_4, x_108, x_5, x_6, x_106); +x_109 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_105, x_10, x_107, x_16, x_9, x_4, x_108, x_5, x_6, x_106); lean_dec(x_5); return x_109; } else { lean_object* x_110; uint8_t x_111; -x_110 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1; +x_110 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1; lean_inc(x_105); x_111 = l_Lean_MessageData_hasTag(x_110, x_105); if (x_111 == 0) @@ -1117,7 +1238,7 @@ else { lean_object* x_114; lean_object* x_115; x_114 = lean_box(0); -x_115 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_105, x_10, x_107, x_16, x_9, x_4, x_114, x_5, x_6, x_106); +x_115 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_105, x_10, x_107, x_16, x_9, x_4, x_114, x_5, x_6, x_106); lean_dec(x_5); return x_115; } @@ -1153,14 +1274,14 @@ if (x_13 == 0) lean_object* x_123; lean_object* x_124; lean_dec(x_120); x_123 = lean_box(0); -x_124 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_118, x_10, x_121, x_122, x_9, x_4, x_123, x_5, x_6, x_119); +x_124 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_118, x_10, x_121, x_122, x_9, x_4, x_123, x_5, x_6, x_119); lean_dec(x_5); return x_124; } else { lean_object* x_125; uint8_t x_126; -x_125 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1; +x_125 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1; lean_inc(x_118); x_126 = l_Lean_MessageData_hasTag(x_125, x_118); if (x_126 == 0) @@ -1186,7 +1307,7 @@ else lean_object* x_129; lean_object* x_130; lean_dec(x_120); x_129 = lean_box(0); -x_130 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_118, x_10, x_121, x_122, x_9, x_4, x_129, x_5, x_6, x_119); +x_130 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_118, x_10, x_121, x_122, x_9, x_4, x_129, x_5, x_6, x_119); lean_dec(x_5); return x_130; } @@ -1222,14 +1343,14 @@ if (x_13 == 0) lean_object* x_140; lean_object* x_141; lean_free_object(x_134); x_140 = lean_box(0); -x_141 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_136, x_10, x_138, x_17, x_9, x_4, x_140, x_5, x_6, x_137); +x_141 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_136, x_10, x_138, x_17, x_9, x_4, x_140, x_5, x_6, x_137); lean_dec(x_5); return x_141; } else { lean_object* x_142; uint8_t x_143; -x_142 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1; +x_142 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1; lean_inc(x_136); x_143 = l_Lean_MessageData_hasTag(x_142, x_136); if (x_143 == 0) @@ -1249,7 +1370,7 @@ else lean_object* x_145; lean_object* x_146; lean_free_object(x_134); x_145 = lean_box(0); -x_146 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_136, x_10, x_138, x_17, x_9, x_4, x_145, x_5, x_6, x_137); +x_146 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_136, x_10, x_138, x_17, x_9, x_4, x_145, x_5, x_6, x_137); lean_dec(x_5); return x_146; } @@ -1273,14 +1394,14 @@ if (x_13 == 0) { lean_object* x_151; lean_object* x_152; x_151 = lean_box(0); -x_152 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_147, x_10, x_149, x_17, x_9, x_4, x_151, x_5, x_6, x_148); +x_152 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_147, x_10, x_149, x_17, x_9, x_4, x_151, x_5, x_6, x_148); lean_dec(x_5); return x_152; } else { lean_object* x_153; uint8_t x_154; -x_153 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1; +x_153 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1; lean_inc(x_147); x_154 = l_Lean_MessageData_hasTag(x_153, x_147); if (x_154 == 0) @@ -1301,7 +1422,7 @@ else { lean_object* x_157; lean_object* x_158; x_157 = lean_box(0); -x_158 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_147, x_10, x_149, x_17, x_9, x_4, x_157, x_5, x_6, x_148); +x_158 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_147, x_10, x_149, x_17, x_9, x_4, x_157, x_5, x_6, x_148); lean_dec(x_5); return x_158; } @@ -1339,14 +1460,14 @@ if (x_13 == 0) lean_object* x_167; lean_object* x_168; lean_dec(x_163); x_167 = lean_box(0); -x_168 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_161, x_10, x_164, x_166, x_9, x_4, x_167, x_5, x_6, x_162); +x_168 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_161, x_10, x_164, x_166, x_9, x_4, x_167, x_5, x_6, x_162); lean_dec(x_5); return x_168; } else { lean_object* x_169; uint8_t x_170; -x_169 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1; +x_169 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1; lean_inc(x_161); x_170 = l_Lean_MessageData_hasTag(x_169, x_161); if (x_170 == 0) @@ -1372,7 +1493,7 @@ else lean_object* x_173; lean_object* x_174; lean_dec(x_163); x_173 = lean_box(0); -x_174 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_161, x_10, x_164, x_166, x_9, x_4, x_173, x_5, x_6, x_162); +x_174 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_161, x_10, x_164, x_166, x_9, x_4, x_173, x_5, x_6, x_162); lean_dec(x_5); return x_174; } @@ -1384,7 +1505,7 @@ return x_174; } } } -static lean_object* _init_l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__1() { +static lean_object* _init_l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__1() { _start: { lean_object* x_1; @@ -1392,7 +1513,7 @@ x_1 = l_Lean_docStringExt; return x_1; } } -static lean_object* _init_l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__2() { +static lean_object* _init_l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__2() { _start: { lean_object* x_1; @@ -1400,28 +1521,28 @@ x_1 = l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_box(0), lean_box(0)); return x_1; } } -static lean_object* _init_l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__3() { +static lean_object* _init_l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__2; +x_1 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__2; 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_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__4() { +static lean_object* _init_l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__3; +x_1 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__3; x_2 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_2, 0, x_1); lean_ctor_set(x_2, 1, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1(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_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1(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; uint8_t x_10; @@ -1439,9 +1560,9 @@ x_11 = lean_ctor_get(x_8, 0); x_12 = lean_ctor_get(x_8, 5); lean_dec(x_12); x_13 = l_String_removeLeadingSpaces(x_1); -x_14 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__1; +x_14 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__1; x_15 = l_Lean_MapDeclarationExtension_insert___rarg(x_14, x_11, x_2, x_13); -x_16 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__4; +x_16 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__4; lean_ctor_set(x_8, 5, x_16); lean_ctor_set(x_8, 0, x_15); x_17 = lean_st_ref_set(x_5, x_8, x_9); @@ -1489,9 +1610,9 @@ lean_inc(x_25); lean_inc(x_24); lean_dec(x_8); x_32 = l_String_removeLeadingSpaces(x_1); -x_33 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__1; +x_33 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__1; x_34 = l_Lean_MapDeclarationExtension_insert___rarg(x_33, x_24, x_2, x_32); -x_35 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__4; +x_35 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__4; x_36 = lean_alloc_ctor(0, 9, 0); lean_ctor_set(x_36, 0, x_34); lean_ctor_set(x_36, 1, x_25); @@ -1525,7 +1646,7 @@ return x_41; } } } -LEAN_EXPORT uint8_t l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__2(lean_object* x_1) { +LEAN_EXPORT uint8_t l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__2(lean_object* x_1) { _start: { uint8_t x_2; @@ -1533,15 +1654,15 @@ x_2 = 0; return x_2; } } -static lean_object* _init_l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__1() { +static lean_object* _init_l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__2___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__2___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__2() { +static lean_object* _init_l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__2() { _start: { lean_object* x_1; @@ -1549,7 +1670,7 @@ x_1 = lean_mk_string_unchecked("invalid doc string, declaration '", 33, 33); return x_1; } } -static lean_object* _init_l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__3() { +static lean_object* _init_l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__3() { _start: { lean_object* x_1; @@ -1557,7 +1678,7 @@ x_1 = lean_mk_string_unchecked("' is in an imported module", 26, 26); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5(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_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5(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; lean_object* x_10; @@ -1576,7 +1697,7 @@ if (lean_obj_tag(x_10) == 0) { lean_object* x_11; lean_object* x_12; x_11 = lean_box(0); -x_12 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1(x_2, x_1, x_11, x_3, x_4, x_8); +x_12 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1(x_2, x_1, x_11, x_3, x_4, x_8); return x_12; } else @@ -1590,12 +1711,12 @@ lean_object* x_14; uint8_t x_15; lean_object* x_16; lean_object* x_17; lean_obje x_14 = lean_ctor_get(x_10, 0); lean_dec(x_14); x_15 = 1; -x_16 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__1; +x_16 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__1; x_17 = l_Lean_Name_toString(x_1, x_15, x_16); -x_18 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__2; +x_18 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__2; x_19 = lean_string_append(x_18, x_17); lean_dec(x_17); -x_20 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__3; +x_20 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__3; x_21 = lean_string_append(x_19, x_20); lean_ctor_set_tag(x_10, 3); lean_ctor_set(x_10, 0, x_21); @@ -1625,12 +1746,12 @@ else 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_41; lean_dec(x_10); x_28 = 1; -x_29 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__1; +x_29 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__1; x_30 = l_Lean_Name_toString(x_1, x_28, x_29); -x_31 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__2; +x_31 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__2; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); -x_33 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__3; +x_33 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__3; x_34 = lean_string_append(x_32, x_33); x_35 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_35, 0, x_34); @@ -1660,53 +1781,53 @@ return x_41; } } } -LEAN_EXPORT lean_object* l_Lean_log___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__7(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_log___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__7(lean_object* x_1, uint8_t 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; x_6 = lean_ctor_get(x_3, 5); lean_inc(x_6); x_7 = 0; -x_8 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4(x_6, x_1, x_2, x_7, x_3, x_4, x_5); +x_8 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4(x_6, x_1, x_2, x_7, x_3, x_4, x_5); lean_dec(x_6); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_logWarning___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_logWarning___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__6(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; x_5 = lean_ctor_get(x_2, 2); lean_inc(x_5); -x_6 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__2; +x_6 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__2; x_7 = l_Lean_Option_get___at___private_Lean_Util_Profile_0__Lean_get__profiler___spec__1(x_5, x_6); lean_dec(x_5); if (x_7 == 0) { uint8_t x_8; lean_object* x_9; x_8 = 1; -x_9 = l_Lean_log___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__7(x_1, x_8, x_2, x_3, x_4); +x_9 = l_Lean_log___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__7(x_1, x_8, x_2, x_3, x_4); return x_9; } else { uint8_t x_10; lean_object* x_11; x_10 = 2; -x_11 = l_Lean_log___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__7(x_1, x_10, x_2, x_3, x_4); +x_11 = l_Lean_log___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__7(x_1, x_10, x_2, x_3, x_4); return x_11; } } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__1() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__1() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1___closed__1; +x_1 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__2() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__2() { _start: { lean_object* x_1; @@ -1714,16 +1835,16 @@ x_1 = lean_mk_string_unchecked(" does not have a doc string", 27, 27); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__3() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__2; +x_1 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__2; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1(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___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1(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; uint8_t x_9; @@ -1753,7 +1874,7 @@ lean_object* x_17; lean_object* x_18; lean_object* x_19; x_17 = lean_ctor_get(x_14, 1); x_18 = lean_ctor_get(x_14, 0); lean_dec(x_18); -x_19 = l_Lean_mkConstWithLevelParams___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__1(x_1, x_5, x_6, x_17); +x_19 = l_Lean_mkConstWithLevelParams___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__1(x_1, x_5, x_6, x_17); 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; uint8_t x_25; uint8_t x_26; lean_object* x_27; @@ -1763,17 +1884,17 @@ x_21 = lean_ctor_get(x_19, 1); lean_inc(x_21); lean_dec(x_19); x_22 = l_Lean_MessageData_ofExpr(x_20); -x_23 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__1; +x_23 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__1; lean_ctor_set_tag(x_14, 7); lean_ctor_set(x_14, 1, x_22); lean_ctor_set(x_14, 0, x_23); -x_24 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__3; +x_24 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__3; lean_ctor_set_tag(x_8, 7); lean_ctor_set(x_8, 1, x_24); lean_ctor_set(x_8, 0, x_14); x_25 = 1; x_26 = 0; -x_27 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4(x_2, x_8, x_25, x_26, x_5, x_6, x_21); +x_27 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4(x_2, x_8, x_25, x_26, x_5, x_6, x_21); return x_27; } else @@ -1808,7 +1929,7 @@ lean_object* x_32; lean_object* x_33; x_32 = lean_ctor_get(x_14, 1); lean_inc(x_32); lean_dec(x_14); -x_33 = l_Lean_mkConstWithLevelParams___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__1(x_1, x_5, x_6, x_32); +x_33 = l_Lean_mkConstWithLevelParams___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__1(x_1, x_5, x_6, x_32); if (lean_obj_tag(x_33) == 0) { lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; uint8_t x_41; lean_object* x_42; @@ -1818,17 +1939,17 @@ x_35 = lean_ctor_get(x_33, 1); lean_inc(x_35); lean_dec(x_33); x_36 = l_Lean_MessageData_ofExpr(x_34); -x_37 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__1; +x_37 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__1; x_38 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_38, 0, x_37); lean_ctor_set(x_38, 1, x_36); -x_39 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__3; +x_39 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__3; lean_ctor_set_tag(x_8, 7); lean_ctor_set(x_8, 1, x_39); lean_ctor_set(x_8, 0, x_38); x_40 = 1; x_41 = 0; -x_42 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4(x_2, x_8, x_40, x_41, x_5, x_6, x_35); +x_42 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4(x_2, x_8, x_40, x_41, x_5, x_6, x_35); return x_42; } else @@ -1870,7 +1991,7 @@ lean_dec(x_14); x_48 = lean_ctor_get(x_15, 0); lean_inc(x_48); lean_dec(x_15); -x_49 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5(x_3, x_48, x_5, x_6, x_47); +x_49 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5(x_3, x_48, x_5, x_6, x_47); lean_dec(x_5); return x_49; } @@ -1905,7 +2026,7 @@ if (lean_is_exclusive(x_54)) { lean_dec_ref(x_54); x_57 = lean_box(0); } -x_58 = l_Lean_mkConstWithLevelParams___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__1(x_1, x_5, x_6, x_56); +x_58 = l_Lean_mkConstWithLevelParams___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__1(x_1, x_5, x_6, x_56); if (lean_obj_tag(x_58) == 0) { 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; uint8_t x_67; lean_object* x_68; @@ -1915,7 +2036,7 @@ x_60 = lean_ctor_get(x_58, 1); lean_inc(x_60); lean_dec(x_58); x_61 = l_Lean_MessageData_ofExpr(x_59); -x_62 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__1; +x_62 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__1; if (lean_is_scalar(x_57)) { x_63 = lean_alloc_ctor(7, 2, 0); } else { @@ -1924,13 +2045,13 @@ if (lean_is_scalar(x_57)) { } lean_ctor_set(x_63, 0, x_62); lean_ctor_set(x_63, 1, x_61); -x_64 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__3; +x_64 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__3; x_65 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_65, 0, x_63); lean_ctor_set(x_65, 1, x_64); x_66 = 1; x_67 = 0; -x_68 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4(x_2, x_65, x_66, x_67, x_5, x_6, x_60); +x_68 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4(x_2, x_65, x_66, x_67, x_5, x_6, x_60); return x_68; } else @@ -1970,14 +2091,14 @@ lean_dec(x_54); x_74 = lean_ctor_get(x_55, 0); lean_inc(x_74); lean_dec(x_55); -x_75 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5(x_3, x_74, x_5, x_6, x_73); +x_75 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5(x_3, x_74, x_5, x_6, x_73); lean_dec(x_5); return x_75; } } } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__1() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -1985,16 +2106,16 @@ x_1 = lean_mk_string_unchecked("invalid `[inherit_doc]` attribute, could not inf return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__2() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__1; +x_1 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__3() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__3() { _start: { lean_object* x_1; @@ -2002,16 +2123,16 @@ x_1 = lean_mk_string_unchecked(" already has a doc string", 25, 25); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__4() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__3; +x_1 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__3; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2(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___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2(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; @@ -2027,7 +2148,7 @@ if (lean_obj_tag(x_4) == 0) { lean_object* x_11; lean_object* x_12; lean_dec(x_2); -x_11 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__2; +x_11 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__2; x_12 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_11, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_5); @@ -2075,7 +2196,7 @@ x_26 = lean_ctor_get(x_24, 1); lean_inc(x_26); lean_dec(x_24); x_27 = lean_box(0); -x_28 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1(x_16, x_13, x_2, x_27, x_5, x_6, x_26); +x_28 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1(x_16, x_13, x_2, x_27, x_5, x_6, x_26); lean_dec(x_6); lean_dec(x_13); return x_28; @@ -2092,7 +2213,7 @@ x_30 = lean_ctor_get(x_24, 1); x_31 = lean_ctor_get(x_24, 0); lean_dec(x_31); lean_inc(x_2); -x_32 = l_Lean_mkConstWithLevelParams___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__1(x_2, x_5, x_6, x_30); +x_32 = l_Lean_mkConstWithLevelParams___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__1(x_2, x_5, x_6, x_30); if (lean_obj_tag(x_32) == 0) { 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; @@ -2102,22 +2223,22 @@ x_34 = lean_ctor_get(x_32, 1); lean_inc(x_34); lean_dec(x_32); x_35 = l_Lean_MessageData_ofExpr(x_33); -x_36 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__1; +x_36 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__1; lean_ctor_set_tag(x_24, 7); lean_ctor_set(x_24, 1, x_35); lean_ctor_set(x_24, 0, x_36); -x_37 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__4; +x_37 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__4; lean_ctor_set_tag(x_18, 7); lean_ctor_set(x_18, 1, x_37); lean_ctor_set(x_18, 0, x_24); lean_inc(x_5); -x_38 = l_Lean_logWarning___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__6(x_18, x_5, x_6, x_34); +x_38 = l_Lean_logWarning___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__6(x_18, x_5, x_6, x_34); x_39 = lean_ctor_get(x_38, 0); lean_inc(x_39); x_40 = lean_ctor_get(x_38, 1); lean_inc(x_40); lean_dec(x_38); -x_41 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1(x_16, x_13, x_2, x_39, x_5, x_6, x_40); +x_41 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1(x_16, x_13, x_2, x_39, x_5, x_6, x_40); lean_dec(x_6); lean_dec(x_39); lean_dec(x_13); @@ -2160,7 +2281,7 @@ x_46 = lean_ctor_get(x_24, 1); lean_inc(x_46); lean_dec(x_24); lean_inc(x_2); -x_47 = l_Lean_mkConstWithLevelParams___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__1(x_2, x_5, x_6, x_46); +x_47 = l_Lean_mkConstWithLevelParams___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__1(x_2, x_5, x_6, x_46); if (lean_obj_tag(x_47) == 0) { lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; @@ -2170,22 +2291,22 @@ x_49 = lean_ctor_get(x_47, 1); lean_inc(x_49); lean_dec(x_47); x_50 = l_Lean_MessageData_ofExpr(x_48); -x_51 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__1; +x_51 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__1; x_52 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_52, 0, x_51); lean_ctor_set(x_52, 1, x_50); -x_53 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__4; +x_53 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__4; lean_ctor_set_tag(x_18, 7); lean_ctor_set(x_18, 1, x_53); lean_ctor_set(x_18, 0, x_52); lean_inc(x_5); -x_54 = l_Lean_logWarning___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__6(x_18, x_5, x_6, x_49); +x_54 = l_Lean_logWarning___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__6(x_18, x_5, x_6, x_49); 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(x_54); -x_57 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1(x_16, x_13, x_2, x_55, x_5, x_6, x_56); +x_57 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1(x_16, x_13, x_2, x_55, x_5, x_6, x_56); lean_dec(x_6); lean_dec(x_55); lean_dec(x_13); @@ -2247,7 +2368,7 @@ x_68 = lean_ctor_get(x_66, 1); lean_inc(x_68); lean_dec(x_66); x_69 = lean_box(0); -x_70 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1(x_16, x_13, x_2, x_69, x_5, x_6, x_68); +x_70 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1(x_16, x_13, x_2, x_69, x_5, x_6, x_68); lean_dec(x_6); lean_dec(x_13); return x_70; @@ -2267,7 +2388,7 @@ if (lean_is_exclusive(x_66)) { x_72 = lean_box(0); } lean_inc(x_2); -x_73 = l_Lean_mkConstWithLevelParams___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__1(x_2, x_5, x_6, x_71); +x_73 = l_Lean_mkConstWithLevelParams___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__1(x_2, x_5, x_6, x_71); if (lean_obj_tag(x_73) == 0) { 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; @@ -2277,7 +2398,7 @@ x_75 = lean_ctor_get(x_73, 1); lean_inc(x_75); lean_dec(x_73); x_76 = l_Lean_MessageData_ofExpr(x_74); -x_77 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__1; +x_77 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__1; if (lean_is_scalar(x_72)) { x_78 = lean_alloc_ctor(7, 2, 0); } else { @@ -2286,18 +2407,18 @@ if (lean_is_scalar(x_72)) { } lean_ctor_set(x_78, 0, x_77); lean_ctor_set(x_78, 1, x_76); -x_79 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__4; +x_79 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__4; x_80 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_80, 0, x_78); lean_ctor_set(x_80, 1, x_79); lean_inc(x_5); -x_81 = l_Lean_logWarning___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__6(x_80, x_5, x_6, x_75); +x_81 = l_Lean_logWarning___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__6(x_80, x_5, x_6, x_75); x_82 = lean_ctor_get(x_81, 0); lean_inc(x_82); x_83 = lean_ctor_get(x_81, 1); lean_inc(x_83); lean_dec(x_81); -x_84 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1(x_16, x_13, x_2, x_82, x_5, x_6, x_83); +x_84 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1(x_16, x_13, x_2, x_82, x_5, x_6, x_83); lean_dec(x_6); lean_dec(x_82); lean_dec(x_13); @@ -2418,7 +2539,7 @@ if (lean_obj_tag(x_4) == 0) { lean_object* x_110; lean_object* x_111; lean_dec(x_2); -x_110 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__2; +x_110 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__2; x_111 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_110, x_109, x_6, x_7); lean_dec(x_6); lean_dec(x_109); @@ -2472,7 +2593,7 @@ x_125 = lean_ctor_get(x_123, 1); lean_inc(x_125); lean_dec(x_123); x_126 = lean_box(0); -x_127 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1(x_115, x_112, x_2, x_126, x_109, x_6, x_125); +x_127 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1(x_115, x_112, x_2, x_126, x_109, x_6, x_125); lean_dec(x_6); lean_dec(x_112); return x_127; @@ -2492,7 +2613,7 @@ if (lean_is_exclusive(x_123)) { x_129 = lean_box(0); } lean_inc(x_2); -x_130 = l_Lean_mkConstWithLevelParams___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__1(x_2, x_109, x_6, x_128); +x_130 = l_Lean_mkConstWithLevelParams___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__1(x_2, x_109, x_6, x_128); if (lean_obj_tag(x_130) == 0) { 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; @@ -2502,7 +2623,7 @@ x_132 = lean_ctor_get(x_130, 1); lean_inc(x_132); lean_dec(x_130); x_133 = l_Lean_MessageData_ofExpr(x_131); -x_134 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__1; +x_134 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__1; if (lean_is_scalar(x_129)) { x_135 = lean_alloc_ctor(7, 2, 0); } else { @@ -2511,7 +2632,7 @@ if (lean_is_scalar(x_129)) { } lean_ctor_set(x_135, 0, x_134); lean_ctor_set(x_135, 1, x_133); -x_136 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__4; +x_136 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__4; if (lean_is_scalar(x_120)) { x_137 = lean_alloc_ctor(7, 2, 0); } else { @@ -2521,13 +2642,13 @@ if (lean_is_scalar(x_120)) { lean_ctor_set(x_137, 0, x_135); lean_ctor_set(x_137, 1, x_136); lean_inc(x_109); -x_138 = l_Lean_logWarning___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__6(x_137, x_109, x_6, x_132); +x_138 = l_Lean_logWarning___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__6(x_137, x_109, x_6, x_132); x_139 = lean_ctor_get(x_138, 0); lean_inc(x_139); x_140 = lean_ctor_get(x_138, 1); lean_inc(x_140); lean_dec(x_138); -x_141 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1(x_115, x_112, x_2, x_139, x_109, x_6, x_140); +x_141 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1(x_115, x_112, x_2, x_139, x_109, x_6, x_140); lean_dec(x_6); lean_dec(x_139); lean_dec(x_112); @@ -2598,15 +2719,7 @@ return x_149; } } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Lean", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__2() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__1() { _start: { lean_object* x_1; @@ -2614,7 +2727,7 @@ x_1 = lean_mk_string_unchecked("Parser", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__3() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__2() { _start: { lean_object* x_1; @@ -2622,7 +2735,7 @@ x_1 = lean_mk_string_unchecked("Attr", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__4() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__3() { _start: { lean_object* x_1; @@ -2630,19 +2743,19 @@ x_1 = lean_mk_string_unchecked("simple", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__5() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___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_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__1; -x_2 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__2; -x_3 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__3; -x_4 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__4; +x_1 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__3; +x_2 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__1; +x_3 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__2; +x_4 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__3; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__6() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__5() { _start: { lean_object* x_1; @@ -2650,16 +2763,16 @@ x_1 = lean_mk_string_unchecked("invalid `[inherit_doc]` attribute", 33, 33); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__7() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__6; +x_1 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__5; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__8() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__7() { _start: { lean_object* x_1; @@ -2667,21 +2780,21 @@ x_1 = lean_mk_string_unchecked("ident", 5, 5); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__9() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__8; +x_2 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__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) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__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; uint8_t x_9; -x_8 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__5; +x_8 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__4; lean_inc(x_1); x_9 = l_Lean_Syntax_isOfKind(x_1, x_8); if (x_9 == 0) @@ -2690,7 +2803,7 @@ lean_object* x_10; lean_object* x_11; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_10 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__7; +x_10 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__6; x_11 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_10, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_5); @@ -2708,7 +2821,7 @@ lean_object* x_15; lean_object* x_16; lean_dec(x_13); lean_dec(x_3); lean_dec(x_1); -x_15 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__7; +x_15 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__6; x_16 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_15, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_5); @@ -2732,7 +2845,7 @@ lean_object* x_21; lean_object* x_22; lean_dec(x_18); lean_dec(x_13); lean_dec(x_3); -x_21 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__7; +x_21 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__6; x_22 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_21, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_5); @@ -2743,7 +2856,7 @@ else lean_object* x_23; lean_object* x_24; uint8_t x_25; x_23 = l_Lean_Syntax_getArg(x_18, x_12); lean_dec(x_18); -x_24 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__9; +x_24 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__8; lean_inc(x_23); x_25 = l_Lean_Syntax_isOfKind(x_23, x_24); if (x_25 == 0) @@ -2752,7 +2865,7 @@ lean_object* x_26; lean_object* x_27; lean_dec(x_23); lean_dec(x_13); lean_dec(x_3); -x_26 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__7; +x_26 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__6; x_27 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_26, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_5); @@ -2764,7 +2877,7 @@ lean_object* x_28; lean_object* x_29; lean_object* x_30; x_28 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_28, 0, x_23); x_29 = lean_box(0); -x_30 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2(x_13, x_3, x_29, x_28, x_5, x_6, x_7); +x_30 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2(x_13, x_3, x_29, x_28, x_5, x_6, x_7); lean_dec(x_13); return x_30; } @@ -2776,7 +2889,7 @@ lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_dec(x_18); x_31 = lean_box(0); x_32 = lean_box(0); -x_33 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2(x_13, x_3, x_32, x_31, x_5, x_6, x_7); +x_33 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2(x_13, x_3, x_32, x_31, x_5, x_6, x_7); lean_dec(x_13); return x_33; } @@ -2784,7 +2897,7 @@ return x_33; } } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4___closed__1() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4___closed__1() { _start: { lean_object* x_1; @@ -2792,16 +2905,16 @@ x_1 = lean_mk_string_unchecked("invalid `[inherit_doc]` attribute, must be globa return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4___closed__2() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4___closed__1; +x_1 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4(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_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4(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) { _start: { uint8_t x_8; uint8_t x_9; @@ -2813,7 +2926,7 @@ lean_object* x_10; lean_object* x_11; uint8_t x_12; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_10 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4___closed__2; +x_10 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4___closed__2; x_11 = l_Lean_throwError___at_Lean_registerTagAttribute___spec__2(x_10, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_5); @@ -2840,12 +2953,12 @@ else { lean_object* x_16; lean_object* x_17; x_16 = lean_box(0); -x_17 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3(x_3, x_1, x_2, x_16, x_5, x_6, x_7); +x_17 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3(x_3, x_1, x_2, x_16, x_5, x_6, x_7); return x_17; } } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___closed__1() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5___closed__1() { _start: { lean_object* x_1; @@ -2853,137 +2966,25 @@ x_1 = lean_mk_string_unchecked("attribute cannot be erased", 26, 26); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___closed__2() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___closed__1; +x_1 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__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; -x_5 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___closed__2; +x_5 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5___closed__2; x_6 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__2() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("initFn", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__1; -x_2 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__4() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_@", 2, 2); -return x_1; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__5() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__3; -x_2 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__4; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__6() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__5; -x_2 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__6; -x_2 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__8() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("InheritDoc", 10, 10); -return x_1; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__9() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__7; -x_2 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__8; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__10() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_hyg", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__11() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__9; -x_2 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__10; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__12() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__11; -x_2 = lean_unsigned_to_nat(3u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__13() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__1() { _start: { lean_object* x_1; @@ -2991,17 +2992,17 @@ x_1 = lean_mk_string_unchecked("inherit_doc", 11, 11); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__14() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__13; +x_2 = l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__15() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__3() { _start: { lean_object* x_1; @@ -3009,13 +3010,13 @@ x_1 = lean_mk_string_unchecked("inherit documentation from a specified declarati return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__16() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__12; -x_2 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__14; -x_3 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__15; +x_1 = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__12; +x_2 = l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__2; +x_3 = l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__3; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -3025,23 +3026,23 @@ lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); return x_5; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__17() { +static lean_object* _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5___boxed), 4, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init(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; lean_object* x_7; -x_2 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__14; -x_3 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4___boxed), 7, 1); +x_2 = l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__2; +x_3 = lean_alloc_closure((void*)(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4___boxed), 7, 1); lean_closure_set(x_3, 0, x_2); -x_4 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__16; -x_5 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__17; +x_4 = l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__4; +x_5 = l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__5; x_6 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_6, 0, x_4); lean_ctor_set(x_6, 1, x_3); @@ -3050,37 +3051,37 @@ x_7 = l_Lean_registerBuiltinAttribute(x_6, x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_InheritDoc_0__Lean_init___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_throwError___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_throwError___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__3(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___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_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2(x_1, x_2, x_3, x_4); +x_5 = l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__1___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_mkConstWithLevelParams___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_mkConstWithLevelParams___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__1(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__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_EXPORT lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__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) { _start: { uint8_t x_11; uint8_t x_12; lean_object* x_13; @@ -3088,24 +3089,24 @@ x_11 = lean_unbox(x_5); lean_dec(x_5); x_12 = lean_unbox(x_6); lean_dec(x_6); -x_13 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1(x_1, x_2, x_3, x_4, x_11, x_12, x_7, x_8, x_9, x_10); +x_13 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1(x_1, x_2, x_3, x_4, x_11, x_12, x_7, x_8, x_9, x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___boxed(lean_object* x_1) { _start: { uint8_t x_2; lean_object* x_3; -x_2 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2(x_1); +x_2 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2(x_1); lean_dec(x_1); x_3 = lean_box(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_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, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___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, lean_object* x_7) { _start: { uint8_t x_8; uint8_t x_9; lean_object* x_10; @@ -3113,108 +3114,108 @@ x_8 = lean_unbox(x_3); lean_dec(x_3); x_9 = lean_unbox(x_4); lean_dec(x_4); -x_10 = l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4(x_1, x_2, x_8, x_9, x_5, x_6, x_7); +x_10 = l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4(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_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__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_EXPORT lean_object* l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__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: { lean_object* x_7; -x_7 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__2___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__2___boxed(lean_object* x_1) { _start: { uint8_t x_2; lean_object* x_3; -x_2 = l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__2(x_1); +x_2 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__2(x_1); lean_dec(x_1); x_3 = lean_box(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___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_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___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_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_log___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__7___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_log___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__7___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; lean_object* x_7; x_6 = lean_unbox(x_2); lean_dec(x_2); -x_7 = l_Lean_log___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__7(x_1, x_6, x_3, x_4, x_5); +x_7 = l_Lean_log___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__7(x_1, x_6, x_3, x_4, x_5); lean_dec(x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_logWarning___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_logWarning___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__6___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_logWarning___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__6(x_1, x_2, x_3, x_4); +x_5 = l_Lean_logWarning___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__6(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__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_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__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) { _start: { lean_object* x_8; -x_8 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___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___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___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_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7); lean_dec(x_3); lean_dec(x_1); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__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) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__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_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7); lean_dec(x_4); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__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, lean_object* x_7) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__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, lean_object* x_7) { _start: { uint8_t x_8; lean_object* x_9; x_8 = lean_unbox(x_4); lean_dec(x_4); -x_9 = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4(x_1, x_2, x_3, x_8, x_5, x_6, x_7); +x_9 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4(x_1, x_2, x_3, x_8, x_5, x_6, x_7); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__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_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -3234,119 +3235,120 @@ lean_dec_ref(res); res = initialize_Lean_DocString_Extension(builtin, lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__1 = _init_l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__1(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__1); -l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__2 = _init_l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__2(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__2); -l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__3 = _init_l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__3(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__3); -l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__4 = _init_l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__4(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__2___closed__4); -l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1___closed__1 = _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1___closed__1(); -lean_mark_persistent(l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__1___closed__1); -l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__1 = _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__1(); -lean_mark_persistent(l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__1); -l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__2 = _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__2(); -lean_mark_persistent(l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__2); -l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__3 = _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__3(); -lean_mark_persistent(l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__3); -l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__4 = _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__4(); -lean_mark_persistent(l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__4); -l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__5 = _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__5(); -lean_mark_persistent(l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___lambda__2___closed__5); -l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1 = _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1(); -lean_mark_persistent(l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__1); -l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__2 = _init_l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__2(); -lean_mark_persistent(l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__4___closed__2); -l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__1 = _init_l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__1(); -lean_mark_persistent(l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__1); -l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__2 = _init_l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__2(); -lean_mark_persistent(l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__2); -l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__3 = _init_l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__3(); -lean_mark_persistent(l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__3); -l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__4 = _init_l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__4(); -lean_mark_persistent(l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___lambda__1___closed__4); -l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__1 = _init_l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__1(); -lean_mark_persistent(l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__1); -l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__2 = _init_l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__2(); -lean_mark_persistent(l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__2); -l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__3 = _init_l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__3(); -lean_mark_persistent(l_Lean_addDocStringCore___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____spec__5___closed__3); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__1 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__1); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__2 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__2); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__3 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__1___closed__3); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__1 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__1); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__2 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__2); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__3 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__3); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__4 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__2___closed__4); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__1 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__1); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__2 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__2); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__3 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__3); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__4 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__4); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__5 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__5(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__5); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__6 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__6(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__6); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__7 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__7(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__7); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__8 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__8(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__8); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__9 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__9(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__3___closed__9); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4___closed__1 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4___closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4___closed__1); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4___closed__2 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4___closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__4___closed__2); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___closed__1 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___closed__1); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___closed__2 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____lambda__5___closed__2); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__1 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__1); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__2 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__2); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__3 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__3); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__4 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__4); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__5 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__5(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__5); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__6 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__6(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__6); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__7 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__7(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__7); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__8 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__8(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__8); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__9 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__9(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__9); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__10 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__10(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__10); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__11 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__11(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__11); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__12 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__12(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__12); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__13 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__13(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__13); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__14 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__14(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__14); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__15 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__15(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__15); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__16 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__16(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__16); -l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__17 = _init_l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__17(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3____closed__17); -if (builtin) {res = l_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_3_(lean_io_mk_world()); +l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__1 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__1); +l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__2 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__2); +l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__3 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__3); +l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__4 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__4); +l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__5 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__5(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__5); +l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__6 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__6(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__6); +l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__7 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__7(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__7); +l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__8 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__8(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__8); +l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__9 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__9(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__9); +l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__10 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__10(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__10); +l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__11 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__11(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__11); +l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__12 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__12(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__12); +l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__13 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__13(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1___closed__13); +if (builtin) {res = l___private_Lean_Elab_InheritDoc_0__Lean_init___regBuiltin___private_Lean_Elab_InheritDoc_0__Lean_init_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__1 = _init_l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__1(); +lean_mark_persistent(l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__1); +l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__2 = _init_l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__2(); +lean_mark_persistent(l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__2); +l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__3 = _init_l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__3(); +lean_mark_persistent(l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__3); +l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__4 = _init_l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__4(); +lean_mark_persistent(l_Lean_getConstVal___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__2___closed__4); +l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1___closed__1 = _init_l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1___closed__1(); +lean_mark_persistent(l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__1___closed__1); +l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__1 = _init_l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__1(); +lean_mark_persistent(l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__1); +l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__2 = _init_l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__2(); +lean_mark_persistent(l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__2); +l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__3 = _init_l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__3(); +lean_mark_persistent(l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__3); +l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__4 = _init_l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__4(); +lean_mark_persistent(l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___lambda__2___closed__4); +l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1 = _init_l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1(); +lean_mark_persistent(l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__1); +l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__2 = _init_l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__2(); +lean_mark_persistent(l_Lean_logAt___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__4___closed__2); +l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__1 = _init_l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__1(); +lean_mark_persistent(l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__1); +l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__2 = _init_l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__2(); +lean_mark_persistent(l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__2); +l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__3 = _init_l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__3(); +lean_mark_persistent(l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__3); +l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__4 = _init_l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__4(); +lean_mark_persistent(l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___lambda__1___closed__4); +l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__1 = _init_l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__1(); +lean_mark_persistent(l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__1); +l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__2 = _init_l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__2(); +lean_mark_persistent(l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__2); +l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__3 = _init_l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__3(); +lean_mark_persistent(l_Lean_addDocStringCore___at___private_Lean_Elab_InheritDoc_0__Lean_init___spec__5___closed__3); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__1 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__1); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__2 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__2); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__3 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__1___closed__3); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__1 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__1); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__2 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__2); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__3 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__3); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__4 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__2___closed__4); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__1 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__1); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__2 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__2); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__3 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__3); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__4 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__4); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__5 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__5(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__5); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__6 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__6(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__6); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__7 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__7(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__7); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__8 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__8(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__3___closed__8); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4___closed__1 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4___closed__1); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4___closed__2 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__4___closed__2); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5___closed__1 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5___closed__1); +l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5___closed__2 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___lambda__5___closed__2); +l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__1 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__1); +l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__2 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__2); +l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__3 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__3); +l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__4 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__4); +l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__5 = _init_l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__5(); +lean_mark_persistent(l___private_Lean_Elab_InheritDoc_0__Lean_init___closed__5); +if (builtin) {res = l___private_Lean_Elab_InheritDoc_0__Lean_init(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)); diff --git a/stage0/stdlib/Lean/Elab/MutualDef.c b/stage0/stdlib/Lean/Elab/MutualDef.c index a4b98de209..d077b39f90 100644 --- a/stage0/stdlib/Lean/Elab/MutualDef.c +++ b/stage0/stdlib/Lean/Elab/MutualDef.c @@ -29,7 +29,9 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabMutualDe lean_object* l_Lean_Meta_mkSorry(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_collectUsed___spec__8___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_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabMutualDef_finishElab___spec__1(lean_object*, size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__3; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_elabMutualDef_finishElab___spec__7___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_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__1; lean_object* l_Lean_Elab_Term_levelMVarToParam(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__6___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Command_elabMutualDef___closed__3; @@ -47,6 +49,7 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_M static lean_object* l_Lean_Elab_Term_MutualClosure_main___closed__2; static lean_object* l_Lean_Elab_Term_elabMutualDef_finishElab___lambda__3___closed__2; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___closed__10; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_elabAttr___at_Lean_Elab_Command_elabMutualDef___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__3(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*); LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkLetRecsToLiftTypes___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -61,6 +64,7 @@ LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Elab_MutualD lean_object* l_Lean_MapDeclarationExtension_insert___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosureFor___spec__5(lean_object*, lean_object*, size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__9; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___spec__2___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_Term_processDefDeriving(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_instToSnapshotTreeDefsParsedSnapshot___spec__1(size_t, size_t, lean_object*); @@ -69,7 +73,6 @@ LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at___priv extern lean_object* l_Lean_instFVarIdSetInhabited; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMutualDef_finishElab___lambda__4(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*); static lean_object* l_Lean_Elab_Term_elabMutualDef_elabAsync___lambda__5___closed__2; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__25; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_getFVars___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withFunLocalDecls___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Environment_addConstAsync(lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, uint8_t, lean_object*); @@ -81,14 +84,13 @@ lean_object* l_Lean_mkAppN(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_registerFailedToInferDefTypeInfo___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_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkAllDeclNamesDistinct___spec__7(lean_object*, 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*); size_t lean_usize_shift_right(size_t, size_t); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__5; lean_object* l_Lean_Elab_CommandContextInfo_save___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2(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_Term_cleanupOfNat___lambda__2___closed__3; +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__4___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkKinds___lambda__1(uint8_t, uint8_t, 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_Term_checkKinds___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__17; static lean_object* l_Lean_Elab_instInhabitedDefViewElabHeader___closed__3; static lean_object* l_Lean_Elab_instInhabitedDefViewElabHeader___closed__6; uint8_t l_Lean_Syntax_matchesIdent(lean_object*, lean_object*); @@ -110,11 +112,9 @@ static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClos lean_object* l_Lean_Elab_sortDeclLevelParams(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_wrapAsyncAsSnapshot___rarg(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_Range_forIn_x27_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__6(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_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___closed__5; extern lean_object* l_Lean_declRangeExt; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__5; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903_; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMutualDef_finishElab___spec__10(lean_object*, size_t, size_t); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_cleanupOfNat___lambda__2___closed__1; static lean_object* l_Nat_foldM_loop___at_Lean_Elab_Term_MutualClosure_pushMain___spec__1___closed__1; @@ -130,6 +130,7 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_elabMu LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabMutualDef_finishElab___spec__2(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_getMax_x3f___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Language_DynamicSnapshot_toTyped_x3f___rarg(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__5; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_useProofAsSorry___closed__1; lean_object* l_Lean_Meta_isProp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabAttr___at_Lean_Elab_Command_elabMutualDef___spec__5___lambda__2___closed__1; @@ -148,9 +149,11 @@ LEAN_EXPORT lean_object* l_Lean_Elab_getInfoTrees___at_Lean_Elab_Term_elabMutual lean_object* l_Lean_Syntax_formatStxAux(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isTheorem___spec__1___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_registerFailedToInferDefTypeInfo(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_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__4; static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__6; +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___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_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withUsed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosureFor___lambda__2(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*); @@ -162,11 +165,13 @@ size_t lean_uint64_to_usize(uint64_t); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_expandWhereStructInst___lambda__1___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___rarg___lambda__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_MutualDef_0__Lean_Elab_Term_check___lambda__5___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___lambda__2___boxed(lean_object*); static lean_object* l_Lean_Elab_elabModifiers___at_Lean_Elab_Command_elabMutualDef___spec__2___closed__6; lean_object* lean_io_as_task(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Elab_Term_mkCoe___spec__3___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_cleanupOfNat___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__6___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__7(lean_object*); @@ -177,7 +182,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_Mutua lean_object* l_Lean_profileitM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__16___rarg(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_Syntax_getId(lean_object*); static lean_object* l_Nat_foldM_loop___at_Lean_Elab_Term_MutualClosure_pushMain___spec__1___closed__4; -static lean_object* l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903____closed__2; lean_object* l_Lean_Elab_Term_elabTermEnsuringType(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_instInhabitedDefViewElabHeader___closed__7; lean_object* l_Lean_Expr_sort___override(lean_object*); @@ -192,9 +196,8 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_Mutua static lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___lambda__3___closed__11; lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getPendingMVarErrorMessage___closed__11; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__6; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__2___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_MutualDef_0__Lean_Elab_Term_expandWhereStructInst___lambda__1___closed__5; lean_object* l_Lean_LocalDecl_replaceFVarId(lean_object*, lean_object*, lean_object*); @@ -237,13 +240,15 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check lean_object* l_Lean_getExprMVarAssignment_x3f___at_Lean_Elab_Term_elabSyntheticHole___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Elab_Command_elabMutualDef___spec__10(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_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___spec__6___lambda__1(lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__8; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_expandWhereStructInst___closed__3; -static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__14; static lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Elab_Command_elabMutualDef___spec__10___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMutualDef_elabAsync___lambda__6(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___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___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_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__6; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_elabMutualDef_processDeriving___spec__1___closed__4; lean_object* l_Lean_replaceRef(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMutualDef_finishElab___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*); @@ -298,6 +303,7 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_elabMu static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getPendingMVarErrorMessage___closed__2; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_registerFailedToInferDefTypeInfo___closed__4; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMutualDef_finishElab___spec__14(lean_object*, size_t, size_t); +static lean_object* l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877____closed__2; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_registerFailedToInferDefTypeInfo___closed__5; static uint64_t l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___lambda__1___closed__6; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___spec__3(lean_object*); @@ -305,7 +311,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_MutualClosur LEAN_EXPORT lean_object* l_Lean_Meta_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__12___lambda__1___boxed(lean_object**); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__4___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__5___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_DeclarationRange_ofStringPositions(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__21; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__4___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__5(lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_useProofAsSorry___closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -323,16 +328,19 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check LEAN_EXPORT uint8_t l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isExample(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMutualDef_elabAsync___lambda__5___boxed(lean_object**); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkFreeVarMap___spec__5___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkFreeVarMap___spec__6___rarg___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_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__4; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_collectUsed___spec__6___boxed(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_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__11; static lean_object* l_List_forM___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkLetRecsToLiftTypes___spec__1___closed__3; lean_object* lean_io_get_num_heartbeats(lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__7; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabMutualDef_finishElab___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Nat_nextPowerOfTwo_go(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__5; extern lean_object* l_Lean_trace_profiler_useHeartbeats; +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__7; lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_AsyncBodyInfo_noConfusion(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMutualDef(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -341,14 +349,11 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_elabMutualDef_ static lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___lambda__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__5___lambda__4(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_List_mapTR_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getPendingMVarErrorMessage___spec__2___lambda__1___boxed(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__3; LEAN_EXPORT lean_object* l_Lean_Linter_logLint___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__5___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_RBNode_foldM___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_FixPoint_merge___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__19; LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__5(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_note(lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_cleanupOfNat___lambda__3___closed__3; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__26; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__1___closed__3; lean_object* l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(lean_object*, lean_object*); @@ -364,6 +369,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_clean LEAN_EXPORT lean_object* l_Lean_Meta_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__12___lambda__1(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_object*); static lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__5___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_MutualClosure_Replacement_apply(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__4; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isMultiConstant_x3f___spec__2(lean_object*, size_t, size_t); uint8_t l_List_elem___at_Lean_Environment_realizeConst___spec__6(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_useProofAsSorry___closed__4; @@ -397,7 +403,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGo LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_levelMVarToParamHeaders_process(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_withTraceNode___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__10___lambda__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_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerm(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__6; uint8_t l_Lean_Elab_DefKind_isExample(uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_levelMVarToParamHeaders___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_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___lambda__7___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*); @@ -407,6 +412,7 @@ lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Intro_0__Lea LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_instantiateMVarsAtLetRecToLift___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_appArg_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabAttrs___at_Lean_Elab_Command_elabMutualDef___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__15___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_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__14___closed__6; lean_object* l_Lean_FVarId_findDecl_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -414,7 +420,6 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_M LEAN_EXPORT lean_object* l_Lean_Elab_instantiateMVarsProfiling___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__3___boxed(lean_object**); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__2___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_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__11___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* l_Lean_Elab_Term_elabBindersEx___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_MutualClosure_main___closed__3; @@ -427,18 +432,20 @@ LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Term lean_object* l_Lean_LocalDecl_index(lean_object*); static double l_Lean_withTraceNode___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__10___lambda__4___closed__5; LEAN_EXPORT lean_object* l_Array_filterMapM___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__3___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*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__10(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_RBNode_foldM___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_FixPoint_updateUsedVarsOf___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_MutualClosure_FixPoint_run___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Elab_Term_MutualClosure_pushLetRecs___spec__1___lambda__2___boxed(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_Term_cleanupOfNat___closed__2; static lean_object* l_Lean_Elab_elabAttr___at_Lean_Elab_Command_elabMutualDef___spec__5___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2(lean_object*); static lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Elab_Command_elabMutualDef___spec__10___lambda__4___closed__1; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___closed__6; uint8_t l_Lean_Expr_hasMVar(lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___closed__2; +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at_Lean_Elab_Term_elabMutualDef___spec__3(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_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__30; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabMutualDef_elabAsync___lambda__4___closed__1; static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__13; @@ -486,7 +493,6 @@ LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_E LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___spec__5___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__12(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___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__3(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_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__3; lean_object* l_Lean_Environment_unlockAsync(lean_object*); lean_object* l_Lean_Meta_withLCtx___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_IO_CancelToken_new(lean_object*); @@ -503,6 +509,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabMutualDe LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__3(lean_object*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___spec__1(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___lambda__1(lean_object*, lean_object*); @@ -531,6 +538,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withH LEAN_EXPORT lean_object* l_Lean_Elab_Term_MutualClosure_main(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_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__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_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__2; static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkFreeVarMap___spec__5___rarg___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__6___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__7___rarg___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*, size_t, lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_expandWhereStructInst___lambda__1___closed__6; @@ -557,8 +565,10 @@ static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0_ uint64_t lean_uint64_shift_right(uint64_t, uint64_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getAllUserLevelNames___boxed(lean_object*); lean_object* l_Array_unzip___rarg(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_instTypeNameAsyncBodyInfo; lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars___rarg(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_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__18___lambda__1(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___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -601,12 +611,10 @@ static lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_M lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosureFor___spec__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_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__4___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_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__23; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at_Lean_Elab_Term_elabMutualDef_go___spec__7___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_PersistentArray_mapMAux___at_Lean_Elab_Term_elabMutualDef___spec__9(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_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabMutualDef___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*); -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__4___closed__2; LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__5___lambda__3___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*); lean_object* l_Lean_Elab_Command_getRef(lean_object*, lean_object*, lean_object*); @@ -633,6 +641,7 @@ lean_object* l_Lean_Elab_toAttributeKind___boxed(lean_object*, lean_object*, lea LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at_Lean_Elab_Term_elabMutualDef_go___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExpr___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_applyAttributesAt(lean_object*, 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_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__2; static lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__14___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__1(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_List_foldlM___at_Lean_Elab_Term_MutualClosure_pushLetRecs___spec__1___lambda__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*); @@ -642,6 +651,7 @@ lean_object* l_Lean_SourceInfo_getTailPos_x3f(lean_object*, uint8_t); lean_object* l_Lean_MessageData_ofFormat(lean_object*); lean_object* l_Lean_PersistentArray_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMutualDef_elabAsync___lambda__3___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_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__4; lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerm___closed__4; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__6___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__7___rarg___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*); @@ -651,13 +661,14 @@ LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_El LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Term_elabMutualDef_go___spec__4___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_MutualDef_0__Lean_Elab_Term_elabHeaders___closed__1; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__3___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabMutualDef___spec__11(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___lambda__8___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__12___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*); LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___lambda__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*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__29; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__7(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__3; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__6; lean_object* l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__16; lean_object* l_Lean_FVarId_getDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -692,18 +703,19 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withH static lean_object* l_Lean_Elab_Term_elabMutualDef_finishElab___lambda__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_MutualClosure_Replacement_apply___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Elab_Term_elabMutualDef_elabAsync___spec__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__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_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__2___rarg___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getPendingMVarErrorMessage___closed__10; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__18___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withReuseContext___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getOptional_x3f(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__6; lean_object* lean_st_mk_ref(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___closed__2; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_useProofAsSorry___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_FixPoint_updateUsedVarsOf___lambda__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_expandWhereDeclsOpt___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__1; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isExample___spec__1(lean_object*, size_t, size_t); static lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__5___lambda__5___closed__6; lean_object* lean_array_to_list(lean_object*); @@ -742,19 +754,16 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_level uint8_t l_Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pushLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__4___closed__4; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049_(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Elab_Command_elabMutualDef___spec__10___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1___closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__1___rarg___lambda__2___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_Elab_Term_elabMutualDef_go___lambda__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_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_useProofAsSorry(uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues(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_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__7(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*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__5; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_elabMutualDef_processDeriving___spec__1___closed__2; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerm___closed__6; uint8_t l_Lean_Syntax_isMissing(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___lambda__3___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_Elab_instInhabitedDefViewElabHeader___closed__8; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___spec__6___lambda__1___boxed(lean_object*); @@ -785,7 +794,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGo static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__2___closed__2; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__3; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_elabMutualDef_finishElab___spec__6(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___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__6; static lean_object* l_Lean_Elab_elabAttr___at_Lean_Elab_Command_elabMutualDef___spec__5___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_collectUsed___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_cleanupOfNat___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -810,13 +821,12 @@ lean_object* l_Lean_Syntax_getSepArgs(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withAuxDecl___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withFunLocalDecls_loop___spec__1(lean_object*); static lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__10___lambda__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__5(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*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__5; LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__5___lambda__7(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_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Task_Priority_default; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_collectUsed___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__1___closed__5; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__5; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_collectUsed___spec__5___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___boxed(lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkAllDeclNamesDistinct___spec__1___boxed(lean_object*, lean_object*); @@ -824,9 +834,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__1(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___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__1___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_MutualDef_0__Lean_Elab_init2___lambda__1___closed__1; uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__1___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__19; +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosureFor___spec__2(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*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); @@ -835,7 +846,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange_x3f___at_Lean_Elab_Term LEAN_EXPORT lean_object* l_Lean_Elab_Term_MutualClosure_main___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* l_Lean_Elab_Term_expandMatchAltsWhereDecls(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_getLevelNames___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1___closed__1; static lean_object* l_Lean_Elab_elabAttr___at_Lean_Elab_Command_elabMutualDef___spec__5___closed__1; static lean_object* l_Lean_Elab_Term_elabMutualDef_finishElab___lambda__3___closed__6; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerm___closed__3; @@ -859,12 +869,12 @@ lean_object* lean_string_utf8_prev(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__5___lambda__1___boxed(lean_object**); static lean_object* l_Lean_Linter_logLint___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__5___closed__3; static lean_object* l_Lean_Elab_elabModifiers___at_Lean_Elab_Command_elabMutualDef___spec__2___closed__10; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__1; LEAN_EXPORT lean_object* l_Lean_Language_DynamicSnapshot_ofTyped___at_Lean_Elab_Command_elabMutualDef___spec__11___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__3___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_Array_mapMUnsafe_map___at_Lean_Elab_Term_MutualClosure_main___spec__2(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__4(lean_object*, 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*); extern lean_object* l_Lean_trace_profiler_threshold; -static lean_object* l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903____closed__1; lean_object* l_Lean_addMessageContextPartial___at_Lean_Elab_Command_instAddMessageContextCommandElabM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_erase___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__2(lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); @@ -875,13 +885,17 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at___private_Lean_Elab_Mutu LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__5___lambda__5___closed__1; uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984_(lean_object*); lean_object* l_Lean_Meta_Closure_mkForall(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabModifiers___at_Lean_Elab_Command_elabMutualDef___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__4___rarg___lambda__4___closed__2; static lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___lambda__3___closed__9; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___lambda__1___closed__3; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__2; extern lean_object* l_Lean_Elab_instInhabitedDefView; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_elabMutualDef_finishElab___spec__7(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___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__1; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_collectUsed___spec__1___boxed(lean_object*, lean_object*); uint8_t l_Lean_Syntax_isIdent(lean_object*); lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -903,13 +917,11 @@ static lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_M lean_object* l_Lean_Elab_Command_getScope___rarg(lean_object*, lean_object*); extern lean_object* l_Lean_Language_Snapshot_Diagnostics_empty; LEAN_EXPORT lean_object* l_Lean_Meta_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__15___lambda__1___boxed(lean_object**); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__6; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___spec__2___lambda__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_EXPORT lean_object* l_Lean_Elab_instInhabitedDefViewElabHeader; lean_object* l_Lean_CollectFVars_main(lean_object*, lean_object*); lean_object* l_Lean_logAt___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__2(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_find_ext_expr(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__27; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__14___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13(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_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_runLintersAsync___spec__1(size_t, size_t, lean_object*); @@ -919,7 +931,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withRestoreOrSaveFull___at___private_Lean_E lean_object* l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Std_Format_defWidth; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__14(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__17(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___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__6___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_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -929,6 +940,7 @@ LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_E lean_object* l_Lean_Meta_getZetaDeltaFVarIds___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkAllDeclNamesDistinct___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Elab_Term_elabMutualDef_elabAsync___spec__5(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMutualDef_elabAsync___lambda__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_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_FixPoint_getUsedFVarsMap___boxed(lean_object*); @@ -963,7 +975,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualD LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withFunLocalDecls_loop(lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__3___closed__1; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_cleanupOfNat___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); lean_object* l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___hyg_6____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Std_DHashMap_Internal_AssocList_contains___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkAllDeclNamesDistinct___spec__1(lean_object*, lean_object*); @@ -973,6 +984,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withH LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___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*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at_Lean_Elab_Term_elabMutualDef___spec__8(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_throwError___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877____closed__1; lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassApp_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__11; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMutualDef_finishElab___spec__10___boxed(lean_object*, lean_object*, lean_object*); @@ -1009,15 +1021,12 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_M static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___closed__4; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_collectUsed___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*); extern lean_object* l_Lean_Elab_instTypeNameDefsParsedSnapshot; -static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__15; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_elabMutualDef_go___spec__8___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_Elab_Term_elabMutualDef_finishElab(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_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withUsed___rarg(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_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__22; uint8_t l_Lean_Elab_Modifiers_isPrivate(lean_object*); LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__17(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_Lean_Elab_Term_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__3___lambda__1___boxed(lean_object**); -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_MutualClosure_main___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___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_cleanupOfNat(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMutualDef_go___spec__9___boxed(lean_object*, lean_object*, lean_object*); @@ -1031,14 +1040,15 @@ static lean_object* l_Lean_Elab_Term_MutualClosure_main___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__11(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_Lean_Elab_TerminationHints_rememberExtraParams(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_replace___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkAllDeclNamesDistinct___spec__5(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__7; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMutualDef_finishElab___spec__12(size_t, lean_object*, size_t, size_t); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__7; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__4___rarg___lambda__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_Elab_Term_elabMutualDef_elabAsync___lambda__5___closed__1; static lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__10___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Nat_foldM_loop___at_Lean_Elab_Term_MutualClosure_pushMain___spec__1___lambda__1(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_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Parser_Term_type; -static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__18; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerm___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_MutualClosure_main___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___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*); @@ -1055,6 +1065,7 @@ static lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_Mu static lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__3___closed__2; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__2___closed__1; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___closed__11; +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMutualDef_processDeriving___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_Elab_Term_MutualClosure_insertReplacementForMainFns___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkFreeVarMap(lean_object*); @@ -1079,24 +1090,22 @@ lean_object* l_Lean_Environment_AddConstAsyncResult_commitSignature(lean_object* static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getPendingMVarErrorMessage___closed__13; LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Elab_Term_MutualClosure_pushLetRecs___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_addPreDefinitions(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__1; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesFromSyntax___at_Lean_Elab_Term_elabMutualDef_go___spec__5___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_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__6___boxed(lean_object**); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__20; LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___at_Lean_Elab_Term_elabMutualDef___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__4; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__4___rarg___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_CollectMVars_visit(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__10___lambda__4(lean_object*, lean_object*, uint8_t, 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_throwError___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__24; +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1(lean_object*); static lean_object* l_Lean_Linter_logLint___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__5___closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkFreeVarMap___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getFunName___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkFreshMVarId___at_Lean_Elab_Term_elabMutualDef_elabAsync___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_typeHasRecFun___lambda__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__4; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); lean_object* l_Lean_setEnv___at_Lean_Elab_Term_evalTerm___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__4___rarg___lambda__5(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*); @@ -1116,7 +1125,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getPe uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabMutualDef___spec__12(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_elabMutualDef_processDeriving___spec__1(lean_object*, 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_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__1; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getPendingMVarErrorMessage___closed__7; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__6(lean_object*, lean_object*, size_t, lean_object*, 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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1131,10 +1139,12 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_M LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___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_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_cleanupOfNat___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkFreeVarMap___spec__5___rarg___closed__3; +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__1; lean_object* l_Lean_getExprMVarAssignment_x3f___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Language_SnapshotTask_defaultReportingRange_x3f(lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_registerFailedToInferDefTypeInfo___closed__8; +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1___closed__2; static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_collectUsed___spec__7___closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___spec__3(lean_object*, size_t, size_t); @@ -1148,6 +1158,7 @@ static lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_Mu static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__5; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getFunName___closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkFreeVarMap___spec__5___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkFreeVarMap___spec__6___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkFreeVarMap___spec__5___rarg___lambda__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_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4(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*, uint8_t, 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_Term_MutualClosure_mkClosureForAux___closed__1; @@ -1159,11 +1170,11 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withRestoreOrSaveFull___at___private_Lean_E LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__6___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabMutualDef___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getFunName___boxed(lean_object*, lean_object*, 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_Term_elabMutualDef_finishElab___lambda__3___closed__4; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__6___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__7___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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__6; LEAN_EXPORT lean_object* l_Nat_foldM_loop___at_Lean_Elab_Term_MutualClosure_pushMain___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*); LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__5___lambda__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_object*); LEAN_EXPORT lean_object* l_Nat_foldM_loop___at_Lean_Elab_Term_MutualClosure_pushMain___spec__1___lambda__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*, lean_object*, lean_object*); @@ -1171,6 +1182,7 @@ static lean_object* l_Lean_Elab_elabAttr___at_Lean_Elab_Command_elabMutualDef___ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_useProofAsSorry___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290_(lean_object*); lean_object* l_Lean_withTraceNode___at_Lean_Elab_Term_mkCoe___spec__2___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*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_expandWhereStructInst___closed__5; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__3; @@ -1195,6 +1207,7 @@ static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeader lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Nat_foldM_loop___at_Lean_Elab_Term_MutualClosure_pushMain___spec__1___closed__2; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosureFor___lambda__2___closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__5; lean_object* l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1206,7 +1219,6 @@ uint64_t lean_uint64_xor(uint64_t, uint64_t); static lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___lambda__3___closed__13; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__1___closed__2; uint8_t l_List_beq___at_Lean_beqConstantVal____x40_Lean_Declaration___hyg_445____spec__1(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__7; LEAN_EXPORT lean_object* l_Lean_Language_DynamicSnapshot_ofTyped___at_Lean_Elab_Command_elabMutualDef___spec__11(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosureFor___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_FixPoint_markModified(lean_object*); @@ -1248,7 +1260,6 @@ static lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_M uint8_t l_Lean_Expr_isProp(lean_object*); static lean_object* l_List_mapTR_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getPendingMVarErrorMessage___spec__2___closed__1; lean_object* lean_nat_mul(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Language_DynamicSnapshot_ofTyped___at_Lean_Elab_Command_elabMutualDef___spec__11___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__10___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_elabMutualDef_finishElab___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*, lean_object*); @@ -1256,11 +1267,11 @@ lean_object* l_Lean_Syntax_getRange_x3f(lean_object*, uint8_t); static lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__14___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_AsyncBodyInfo_noConfusion___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_expandWhereStructInst___lambda__1___closed__3; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__31; +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkFreeVarMap___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___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*); uint8_t l_Lean_isPrivateName(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__2; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_Term_MutualClosure_isApplicable___spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__18___lambda__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_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___lambda__2(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__4___rarg___lambda__1___boxed(lean_object*); @@ -1280,8 +1291,6 @@ lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_obje LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_MutualClosure_getKindForLetRecs___spec__1(lean_object*, size_t, size_t); static lean_object* l_Lean_Elab_instInhabitedDefViewElabHeader___closed__4; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__1; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_elabModifiers___at_Lean_Elab_Command_elabMutualDef___spec__2___lambda__1___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_withTraceNode___at_Lean_Meta_whnfImp___spec__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_Nat_foldM_loop___at_Lean_Elab_Term_MutualClosure_pushMain___spec__1(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*); @@ -1295,7 +1304,7 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at___private_Lean_Elab_Mut LEAN_EXPORT lean_object* l_Lean_RBNode_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkFreeVarMap___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__1(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_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__2; lean_object* l_List_reverse___rarg(lean_object*); static lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___spec__6___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__8(lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1307,7 +1316,6 @@ static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeader static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_expandWhereStructInst___lambda__1___closed__4; lean_object* l_String_intercalate(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_collectUsed(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__28; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___lambda__1___closed__8; static lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___lambda__3___closed__1; size_t lean_usize_sub(size_t, size_t); @@ -1329,10 +1337,10 @@ static lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_Mu LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_FixPoint_modifyUsedFVars___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_cleanupOfNat___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_removeUnused(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088_(lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___lambda__3___closed__3; uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); uint8_t l_Lean_Syntax_hasMissing(lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosureFor___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMutualDef_go(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_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1348,16 +1356,20 @@ uint8_t l_Lean_Expr_hasFVar(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___boxed(lean_object**); static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__4___closed__1; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars___spec__2(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__4; lean_object* l_Lean_logAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__8(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_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__5___lambda__1(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*); static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__4___rarg___lambda__4___closed__1; LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Elab_Term_MutualClosure_pushLetRecs___spec__1___lambda__2(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_withLevelNames___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__5___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__6; lean_object* lean_array_uget(lean_object*, size_t); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__3; lean_object* l_Lean_Expr_fvar___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_array_size(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabMutualDef_finishElab___spec__1___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___closed__1; @@ -1399,7 +1411,7 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualD static lean_object* l_Lean_Elab_elabModifiers___at_Lean_Elab_Command_elabMutualDef___spec__2___closed__1; lean_object* l_Lean_Meta_lambdaTelescope___at_Lean_Elab_partialFixpoint___spec__3___rarg___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_Lean_Elab_MutualDef_0__Lean_Elab_Term_instantiateMVarsAtHeader___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__4___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabModifiers___at_Lean_Elab_Command_elabMutualDef___spec__2___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); @@ -1419,13 +1431,9 @@ static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeader lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_Term_elabMutualDef_elabAsync___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__4(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_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__5; lean_object* l_Lean_getAttributeImpl(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__12(lean_object*, lean_object*, lean_object*, 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*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__4___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__5___rarg___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3___closed__1; -static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__13; lean_object* l_Lean_Core_logSnapshotTask(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Syntax_SepArray_getElems___spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Command_elabMutualDef___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1443,6 +1451,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_clean LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabMutualDef_go___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___lambda__5___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_Elab_Term_elabMutualDef_finishElab___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062_(lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getPendingMVarErrorMessage___closed__14; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkAllDeclNamesDistinct___spec__2(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1462,24 +1471,25 @@ uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMutualDef_elabAsync(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___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders(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_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___lambda__3___closed__14; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__4; uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__11___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Elab_Term_elabMutualDef_elabAsync___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__10; static lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___lambda__3___closed__5; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_FixPoint_resetModified___boxed(lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_cleanupOfNat___lambda__2___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isExample___boxed(lean_object*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__2; static lean_object* l_Lean_Elab_instInhabitedDefViewElabHeader___closed__1; lean_object* l_Lean_Meta_mkLambdaFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMutualDef_finishElab___lambda__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_object*, lean_object*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isMultiConstant_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___spec__6___lambda__1___closed__2; lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__16(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_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877_; lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__6(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_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___lambda__1___closed__13; @@ -1505,12 +1515,11 @@ LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_El LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Elab_Term_MutualClosure_pushLetRecs___spec__1(uint8_t, 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_Term_elabHeaders_mkTacTask___closed__9; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkAllDeclNamesDistinct(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__3; -static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__12; LEAN_EXPORT lean_object* l_Lean_mkFreshMVarId___at_Lean_Elab_Term_elabMutualDef_elabAsync___spec__2___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabModifiers___at_Lean_Elab_Command_elabMutualDef___spec__2___closed__9; lean_object* l_Lean_Expr_mvarId_x21(lean_object*); static double l_Lean_withTraceNode___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__10___lambda__4___closed__4; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__3; lean_object* l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_elabMutualDef___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_mkBodyInfo(lean_object*, lean_object*); @@ -1538,32 +1547,34 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_M LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__15(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_Array_getMax_x3f___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_getLetRecsToLift___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_elabTerminationHints___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_declValToTerminationHint___spec__1___lambda__16___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_Expr_collectFVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__16; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isTheorem___spec__1(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_RBNode_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__10(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__13___closed__1; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___lambda__3___closed__4; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__4___rarg___lambda__4(lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__4; static lean_object* l_Lean_Elab_instInhabitedDefViewElabHeader___closed__5; size_t lean_usize_land(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Term_elabMutualDef_go___spec__4___lambda__1(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_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__8; +static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1___closed__2; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___closed__2; LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getPendingMVarErrorMessage___spec__3(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_elabType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabMutualDef___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_FixPoint_markModified___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Elab_Term_elabMutualDef_elabAsync___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023_(lean_object*); static lean_object* l_Lean_Elab_Command_elabMutualDef___closed__6; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_replace___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars___spec__5(lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Elab_Command_elabMutualDef___spec__10___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_collectUsed___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_elabMutualDef_finishElab___spec__6___closed__4; lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__6___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__3; double lean_float_sub(double, double); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_typeHasRecFun___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesForBuiltin___at_Lean_Elab_Term_elabMutualDef_go___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1583,84 +1594,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_typeH static lean_object* l_Lean_Core_withRestoreOrSaveFull___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__5___lambda__5___closed__5; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_withDeclName___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Invalid attribute 'expose', must be used when declaring `def`", 61, 61); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { -_start: -{ -lean_object* x_7; lean_object* x_8; -x_7 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1___closed__2; -x_8 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_7, x_4, x_5, x_6); -return x_8; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("attribute cannot be erased", 26, 26); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2(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; -x_5 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___closed__2; -x_6 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_5, x_2, x_3, x_4); -return x_6; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Invalid attribute 'no_expose', must be used when declaring `def`", 64, 64); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { -_start: -{ -lean_object* x_7; lean_object* x_8; -x_7 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3___closed__2; -x_8 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_7, x_4, x_5, x_6); -return x_8; -} -} static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__1() { _start: { @@ -1825,142 +1758,6 @@ x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__19() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("expose", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__20() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__19; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__21() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("(module system) Make bodies of definitions available to importing modules.", 74, 74); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__22() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__18; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__20; -x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__21; -x_4 = 0; -x_5 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_5, 0, x_1); -lean_ctor_set(x_5, 1, x_2); -lean_ctor_set(x_5, 2, x_3); -lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); -return x_5; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__23() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1___boxed), 6, 0); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__24() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___boxed), 4, 0); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__25() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__22; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__23; -x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__24; -x_4 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_4, 0, x_1); -lean_ctor_set(x_4, 1, x_2); -lean_ctor_set(x_4, 2, x_3); -return x_4; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__26() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("no_expose", 9, 9); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__27() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__26; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__28() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("(module system) Negate previous `[expose]` attribute.", 53, 53); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__29() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__18; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__27; -x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__28; -x_4 = 0; -x_5 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_5, 0, x_1); -lean_ctor_set(x_5, 1, x_2); -lean_ctor_set(x_5, 2, x_3); -lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); -return x_5; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__30() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3___boxed), 6, 0); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__31() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__29; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__30; -x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__24; -x_4 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_4, 0, x_1); -lean_ctor_set(x_4, 1, x_2); -lean_ctor_set(x_4, 2, x_3); -return x_4; -} -} LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5_(lean_object* x_1) { _start: { @@ -1969,78 +1766,263 @@ x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__3; x_3 = 0; x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__18; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); -if (lean_obj_tag(x_5) == 0) -{ -lean_object* x_6; lean_object* x_7; lean_object* x_8; -x_6 = lean_ctor_get(x_5, 1); -lean_inc(x_6); -lean_dec(x_5); -x_7 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__25; -x_8 = l_Lean_registerBuiltinAttribute(x_7, x_6); -if (lean_obj_tag(x_8) == 0) -{ -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_8, 1); -lean_inc(x_9); -lean_dec(x_8); -x_10 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__31; -x_11 = l_Lean_registerBuiltinAttribute(x_10, x_9); -return x_11; -} -else -{ -uint8_t x_12; -x_12 = !lean_is_exclusive(x_8); -if (x_12 == 0) -{ -return x_8; -} -else -{ -lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_13 = lean_ctor_get(x_8, 0); -x_14 = lean_ctor_get(x_8, 1); -lean_inc(x_14); -lean_inc(x_13); -lean_dec(x_8); -x_15 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_15, 0, x_13); -lean_ctor_set(x_15, 1, x_14); -return x_15; -} -} -} -else -{ -uint8_t x_16; -x_16 = !lean_is_exclusive(x_5); -if (x_16 == 0) -{ return x_5; } -else +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__1() { +_start: { -lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_17 = lean_ctor_get(x_5, 0); -x_18 = lean_ctor_get(x_5, 1); -lean_inc(x_18); -lean_inc(x_17); -lean_dec(x_5); -x_19 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_19, 0, x_17); -lean_ctor_set(x_19, 1, x_18); -return x_19; +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_private", 8, 8); +return x_1; } } +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__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) { +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__2; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__4; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__3; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__6; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__4; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__14; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__5; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__6; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__4; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__7; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__6; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__9() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("init", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__8; +x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__9; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__11() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Makes the bodies of definitions available to importing modules.\n\nThis only has an effect if both the module the definition is defined in and the importing module\nhave the module system enabled.\n", 194, 194); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__10; +x_3 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__11; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Invalid attribute 'expose', must be used when declaring `def`", 61, 61); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; lean_object* x_8; +x_7 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1___closed__2; +x_8 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_7, x_4, x_5, x_6); +return x_8; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("attribute cannot be erased", 26, 26); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2(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; +x_5 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___closed__2; +x_6 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_5, x_2, x_3, x_4); +return x_6; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("expose", 6, 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("(module system) Make bodies of definitions available to importing modules.", 74, 74); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__10; +x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__2; +x_3 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__3; +x_4 = 0; +x_5 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); +return x_5; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1___boxed), 6, 0); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__6() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___boxed), 4, 0); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__4; +x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__5; +x_3 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__6; +x_4 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_4, 0, x_1); +lean_ctor_set(x_4, 1, x_2); +lean_ctor_set(x_4, 2, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__7; +x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__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: { uint8_t x_7; lean_object* x_8; x_7 = lean_unbox(x_3); lean_dec(x_3); -x_8 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); @@ -2048,24 +2030,159 @@ lean_dec(x_1); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___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_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__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) { +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("init2", 5, 5); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__8; +x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Negates a previous `@[expose]` attribute. This is useful for declaring definitions that shouldn't.\nbe exposed in a section tagged `@[expose]`\n\nThis only has an effect if both the module the definition is defined in and the importing module\nhave the module system enabled.\n", 272, 272); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__2; +x_3 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__3; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Invalid attribute 'no_expose', must be used when declaring `def`", 64, 64); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; lean_object* x_8; +x_7 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1___closed__2; +x_8 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_7, x_4, x_5, x_6); +return x_8; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("no_expose", 9, 9); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("(module system) Negate previous `[expose]` attribute.", 53, 53); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__2; +x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__2; +x_3 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__3; +x_4 = 0; +x_5 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); +return x_5; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1___boxed), 6, 0); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__4; +x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__5; +x_3 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__6; +x_4 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_4, 0, x_1); +lean_ctor_set(x_4, 1, x_2); +lean_ctor_set(x_4, 2, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__6; +x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__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: { uint8_t x_7; lean_object* x_8; x_7 = lean_unbox(x_3); lean_dec(x_3); -x_8 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); @@ -10395,92 +10512,14 @@ return x_1; static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__4() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_private", 8, 8); -return x_1; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__5() { -_start: -{ lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__4; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__6() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__5; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__4; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__6; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__6; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__7; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__14; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__9() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__8; -x_2 = lean_unsigned_to_nat(0u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__10() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__9; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__4; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__11() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__10; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__6; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__12() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__11; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__8; x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__13() { +static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__5() { _start: { lean_object* x_1; @@ -10488,28 +10527,28 @@ x_1 = lean_mk_string_unchecked("elabHeaders", 11, 11); return x_1; } } -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__14() { +static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__12; -x_2 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__13; +x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__4; +x_2 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__15() { +static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__14; +x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__6; x_2 = 1; x_3 = l_List_mapTR_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getPendingMVarErrorMessage___spec__2___closed__1; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__16() { +static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__8() { _start: { lean_object* x_1; lean_object* x_2; @@ -10518,23 +10557,23 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__17() { +static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__16; +x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__8; x_2 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__18() { +static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__10() { _start: { size_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = 5; -x_2 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__17; -x_3 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__16; +x_2 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__9; +x_3 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__8; x_4 = lean_unsigned_to_nat(0u); x_5 = lean_alloc_ctor(0, 4, sizeof(size_t)*1); lean_ctor_set(x_5, 0, x_2); @@ -10545,12 +10584,12 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__19() { +static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__11() { _start: { uint64_t x_1; lean_object* x_2; lean_object* x_3; x_1 = 0; -x_2 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__18; +x_2 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__10; x_3 = lean_alloc_ctor(0, 1, 8); lean_ctor_set(x_3, 0, x_2); lean_ctor_set_uint64(x_3, sizeof(void*)*1, x_1); @@ -10827,8 +10866,8 @@ if (x_68 == 0) lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; lean_object* x_74; uint8_t x_75; x_69 = lean_ctor_get(x_67, 0); x_70 = lean_ctor_get(x_67, 1); -x_71 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__15; -x_72 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__19; +x_71 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__7; +x_72 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__11; x_73 = 0; lean_inc(x_6); x_74 = lean_alloc_ctor(0, 4, 1); @@ -11062,8 +11101,8 @@ x_118 = lean_ctor_get(x_67, 1); lean_inc(x_118); lean_inc(x_117); lean_dec(x_67); -x_119 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__15; -x_120 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__19; +x_119 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__7; +x_120 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__11; x_121 = 0; lean_inc(x_6); x_122 = lean_alloc_ctor(0, 4, 1); @@ -11368,8 +11407,8 @@ if (lean_is_exclusive(x_188)) { lean_dec_ref(x_188); x_191 = lean_box(0); } -x_192 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__15; -x_193 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__19; +x_192 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__7; +x_193 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__11; x_194 = 0; lean_inc(x_6); x_195 = lean_alloc_ctor(0, 4, 1); @@ -23386,7 +23425,7 @@ lean_dec(x_1); return x_14; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__1() { _start: { lean_object* x_1; @@ -23394,7 +23433,7 @@ x_1 = lean_mk_string_unchecked("deprecated", 10, 10); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__2() { _start: { lean_object* x_1; @@ -23402,17 +23441,17 @@ x_1 = lean_mk_string_unchecked("oldSectionVars", 14, 14); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__1; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__2; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__2; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__4() { _start: { lean_object* x_1; @@ -23420,13 +23459,13 @@ x_1 = lean_mk_string_unchecked("re-enable deprecated behavior of including exact return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__5() { _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_Elab_instantiateMVarsProfiling___closed__1; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__4; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__4; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -23435,31 +23474,31 @@ lean_ctor_set(x_5, 2, x_3); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__6() { _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_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__4; x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__6; x_3 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___closed__1; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__1; -x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__2; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__1; +x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__2; x_6 = l_Lean_Name_mkStr5(x_1, x_2, x_3, x_4, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__3; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__5; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__6; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__3; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__5; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__6; x_5 = l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___hyg_6____spec__1(x_2, x_3, x_4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__1() { _start: { lean_object* x_1; @@ -23467,7 +23506,7 @@ x_1 = lean_mk_string_unchecked("linter", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__2() { _start: { lean_object* x_1; @@ -23475,17 +23514,17 @@ x_1 = lean_mk_string_unchecked("unusedSectionVars", 17, 17); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__1; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__2; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__2; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__4() { _start: { lean_object* x_1; @@ -23493,13 +23532,13 @@ x_1 = lean_mk_string_unchecked("enable the 'unused section variables in theorem return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__5() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = 1; x_2 = l_Lean_Elab_instantiateMVarsProfiling___closed__1; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__4; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__4; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -23508,31 +23547,31 @@ lean_ctor_set(x_5, 2, x_3); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__6() { _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_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__4; x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__6; x_3 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___closed__1; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__1; -x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__2; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__1; +x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__2; x_6 = l_Lean_Name_mkStr5(x_1, x_2, x_3, x_4, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__3; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__5; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__6; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__3; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__5; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__6; x_5 = l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___hyg_6____spec__1(x_2, x_3, x_4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__1() { _start: { lean_object* x_1; @@ -23540,7 +23579,7 @@ x_1 = lean_mk_string_unchecked("debug", 5, 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__2() { _start: { lean_object* x_1; @@ -23548,17 +23587,17 @@ x_1 = lean_mk_string_unchecked("proofAsSorry", 12, 12); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__1; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__2; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__2; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__4() { _start: { lean_object* x_1; @@ -23566,13 +23605,13 @@ x_1 = lean_mk_string_unchecked("replace the bodies (proofs) of theorems with `so return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__5() { _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_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__1; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__1; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__4; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -23581,26 +23620,26 @@ lean_ctor_set(x_5, 2, x_3); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__6() { _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_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__4; x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__6; x_3 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___closed__1; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__1; -x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__2; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__1; +x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__2; x_6 = l_Lean_Name_mkStr5(x_1, x_2, x_3, x_4, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__3; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__5; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__6; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__3; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__5; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__6; x_5 = l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___hyg_6____spec__1(x_2, x_3, x_4, x_1); return x_5; } @@ -29645,7 +29684,7 @@ static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Mutual _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__12; +x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__4; x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__18___lambda__1___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; @@ -29758,7 +29797,7 @@ x_42 = lean_ctor_get(x_40, 1); lean_inc(x_42); lean_dec(x_40); x_43 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__18___lambda__1___closed__3; -x_44 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__19; +x_44 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__11; x_45 = 0; x_46 = lean_alloc_ctor(0, 4, 1); lean_ctor_set(x_46, 0, x_43); @@ -29825,7 +29864,7 @@ x_63 = lean_ctor_get(x_61, 1); lean_inc(x_63); lean_dec(x_61); x_64 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues___spec__18___lambda__1___closed__3; -x_65 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__19; +x_65 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__11; x_66 = 0; x_67 = lean_alloc_ctor(0, 4, 1); lean_ctor_set(x_67, 0, x_64); @@ -47435,7 +47474,7 @@ lean_dec(x_2); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877____closed__1() { _start: { lean_object* x_1; @@ -47443,23 +47482,23 @@ x_1 = lean_mk_string_unchecked("AsyncBodyInfo", 13, 13); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877____closed__2() { _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_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__4; x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__6; x_3 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders_mkTacTask___closed__1; -x_4 = l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903____closed__1; +x_4 = l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877____closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903_() { +static lean_object* _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877_() { _start: { lean_object* x_1; -x_1 = l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903____closed__2; +x_1 = l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877____closed__2; return x_1; } } @@ -47467,7 +47506,7 @@ static lean_object* _init_l_Lean_Elab_Term_instTypeNameAsyncBodyInfo() { _start: { lean_object* x_1; -x_1 = l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903_; +x_1 = l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877_; return x_1; } } @@ -48073,7 +48112,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__27; +x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__2; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -48084,7 +48123,7 @@ static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabMutu _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__20; +x_1 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__2; x_2 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabMutualDef_finishElab___spec__1___closed__1; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -48679,7 +48718,7 @@ x_5 = lean_array_uget(x_1, x_2); x_6 = lean_ctor_get(x_5, 0); lean_inc(x_6); lean_dec(x_5); -x_7 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__27; +x_7 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__2; x_8 = lean_name_eq(x_6, x_7); lean_dec(x_6); if (x_8 == 0) @@ -49558,7 +49597,7 @@ x_5 = lean_array_uget(x_1, x_2); x_6 = lean_ctor_get(x_5, 0); lean_inc(x_6); lean_dec(x_5); -x_7 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__20; +x_7 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__2; x_8 = lean_name_eq(x_6, x_7); lean_dec(x_6); if (x_8 == 0) @@ -50425,7 +50464,7 @@ else { lean_object* x_18; lean_object* x_19; uint8_t x_20; x_18 = l_Lean_Syntax_getArg(x_14, x_5); -x_19 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__20; +x_19 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__2; x_20 = l_Lean_Syntax_matchesIdent(x_18, x_19); lean_dec(x_18); if (x_20 == 0) @@ -66487,7 +66526,7 @@ static lean_object* _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logG _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__12; +x_1 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__4; x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___lambda__3___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; @@ -66511,7 +66550,7 @@ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; uint8_t x_1 = lean_box(0); x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_logGoalsAccomplishedSnapshotTask___lambda__3___closed__3; x_3 = l_Lean_Language_Snapshot_Diagnostics_empty; -x_4 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__19; +x_4 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__11; x_5 = 0; x_6 = lean_alloc_ctor(0, 4, 1); lean_ctor_set(x_6, 0, x_2); @@ -70769,7 +70808,7 @@ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; uint8_t x_1 = lean_box(0); x_2 = l_Lean_Elab_Command_elabMutualDef___closed__5; x_3 = l_Lean_Language_Snapshot_Diagnostics_empty; -x_4 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__19; +x_4 = l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__11; x_5 = 0; x_6 = lean_alloc_ctor(0, 4, 1); lean_ctor_set(x_6, 0, x_2); @@ -71332,7 +71371,7 @@ lean_dec(x_3); return x_7; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -71342,83 +71381,83 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__1; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__1; x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__3() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__2; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__2; x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__4() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__3; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__3; x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__5() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__4; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__4; x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__6() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__5; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__5; x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__7() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__6; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__6; x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__16; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__8() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__7; -x_2 = lean_unsigned_to_nat(19316u); +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__7; +x_2 = lean_unsigned_to_nat(19290u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___closed__2; x_3 = 0; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__8; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__8; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -71538,18 +71577,6 @@ lean_dec_ref(res); res = initialize_Lean_Elab_DeclarationRange(builtin, lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1___closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1___closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1___closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1___closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__1___closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__2___closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3___closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3___closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3___closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____lambda__3___closed__2); l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__1(); lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__1); l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__2(); @@ -71586,35 +71613,87 @@ l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__17 = _init_l_Le lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__17); l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__18 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__18(); lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__18); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__19 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__19(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__19); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__20 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__20(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__20); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__21 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__21(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__21); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__22 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__22(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__22); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__23 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__23(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__23); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__24 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__24(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__24); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__25 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__25(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__25); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__26 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__26(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__26); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__27 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__27(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__27); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__28 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__28(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__28); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__29 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__29(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__29); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__30 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__30(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__30); -l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__31 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__31(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5____closed__31); if (builtin) {res = l_Lean_Elab_initFn____x40_Lean_Elab_MutualDef___hyg_5_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); +}l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__1 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__1); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__2 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__2); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__3 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__3); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__4 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__4); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__5 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__5(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__5); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__6 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__6(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__6); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__7 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__7(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__7); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__8 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__8(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__8); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__9 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__9(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__9); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__10 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__10(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__10); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__11 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__11(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1___closed__11); +if (builtin) {res = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1___closed__1 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1___closed__1); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1___closed__2 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__1___closed__2); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___closed__1 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___closed__1); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___closed__2 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___lambda__2___closed__2); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__1 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__1); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__2 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__2); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__3 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__3); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__4 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__4); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__5 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__5(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__5); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__6 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__6(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__6); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__7 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__7(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init___closed__7); +if (builtin) {res = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__1 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__1); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__2 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__2); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__3 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1___closed__3); +if (builtin) {res = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___regBuiltin___private_Lean_Elab_MutualDef_0__Lean_Elab_init2_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1___closed__1 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1___closed__1); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1___closed__2 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___lambda__1___closed__2); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__1 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__1); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__2 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__2); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__3 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__3); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__4 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__4); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__5 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__5(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__5); +l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__6 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__6(); +lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2___closed__6); +if (builtin) {res = l___private_Lean_Elab_MutualDef_0__Lean_Elab_init2(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); }l_Lean_Elab_instantiateMVarsProfiling___closed__1 = _init_l_Lean_Elab_instantiateMVarsProfiling___closed__1(); lean_mark_persistent(l_Lean_Elab_instantiateMVarsProfiling___closed__1); l_Lean_Elab_instantiateMVarsProfiling___closed__2 = _init_l_Lean_Elab_instantiateMVarsProfiling___closed__2(); @@ -71864,22 +71943,6 @@ l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Ter lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__10); l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__11 = _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__11(); lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__11); -l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__12 = _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__12(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__12); -l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__13 = _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__13(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__13); -l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__14 = _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__14(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__14); -l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__15 = _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__15(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__15); -l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__16 = _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__16(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__16); -l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__17 = _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__17(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__17); -l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__18 = _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__18(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__18); -l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__19 = _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__19(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___lambda__4___closed__19); l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___closed__1 = _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___closed__1(); lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___closed__1); l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___closed__2 = _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__12___closed__2(); @@ -71996,53 +72059,53 @@ l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Ter lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_collectUsed___spec__7___closed__3); l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_collectUsed___spec__7___closed__4 = _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_collectUsed___spec__7___closed__4(); lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_collectUsed___spec__7___closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010____closed__6); -if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6010_(lean_io_mk_world()); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984____closed__6); +if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_5984_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Term_deprecated_oldSectionVars = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Term_deprecated_oldSectionVars); lean_dec_ref(res); -}l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049____closed__6); -if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6049_(lean_io_mk_world()); +}l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023____closed__6); +if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6023_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Term_linter_unusedSectionVars = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Term_linter_unusedSectionVars); lean_dec_ref(res); -}l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088____closed__6); -if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6088_(lean_io_mk_world()); +}l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062____closed__6); +if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_MutualDef___hyg_6062_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Term_debug_proofAsSorry = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Term_debug_proofAsSorry); @@ -72177,12 +72240,12 @@ l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Ter lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkAllDeclNamesDistinct___spec__7___closed__1); l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkAllDeclNamesDistinct___spec__7___closed__2 = _init_l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkAllDeclNamesDistinct___spec__7___closed__2(); lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkAllDeclNamesDistinct___spec__7___closed__2); -l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903____closed__1 = _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903____closed__1); -l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903____closed__2 = _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903____closed__2); -l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903_ = _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903_(); -lean_mark_persistent(l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12903_); +l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877____closed__1 = _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877____closed__1); +l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877____closed__2 = _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877____closed__2); +l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877_ = _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877_(); +lean_mark_persistent(l_Lean_Elab_Term_instImpl____x40_Lean_Elab_MutualDef___hyg_12877_); l_Lean_Elab_Term_instTypeNameAsyncBodyInfo = _init_l_Lean_Elab_Term_instTypeNameAsyncBodyInfo(); lean_mark_persistent(l_Lean_Elab_Term_instTypeNameAsyncBodyInfo); l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_elabMutualDef_processDeriving___spec__1___closed__1 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_elabMutualDef_processDeriving___spec__1___closed__1(); @@ -72337,23 +72400,23 @@ l_Lean_Elab_Command_elabMutualDef___closed__5 = _init_l_Lean_Elab_Command_elabMu lean_mark_persistent(l_Lean_Elab_Command_elabMutualDef___closed__5); l_Lean_Elab_Command_elabMutualDef___closed__6 = _init_l_Lean_Elab_Command_elabMutualDef___closed__6(); lean_mark_persistent(l_Lean_Elab_Command_elabMutualDef___closed__6); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__2); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__3); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__4(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__4); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__5(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__5); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__6 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__6(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__6); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__7 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__7(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__7); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__8 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__8(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316____closed__8); -if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19316_(lean_io_mk_world()); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__1); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__2); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__3); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__4(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__4); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__5(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__5); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__6 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__6(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__6); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__7 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__7(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__7); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__8 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__8(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290____closed__8); +if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualDef___hyg_19290_(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)); diff --git a/stage0/stdlib/Lean/Elab/MutualInductive.c b/stage0/stdlib/Lean/Elab/MutualInductive.c index 38b2079eb4..c52606f9bf 100644 --- a/stage0/stdlib/Lean/Elab/MutualInductive.c +++ b/stage0/stdlib/Lean/Elab/MutualInductive.c @@ -30,6 +30,7 @@ static lean_object* l_Lean_Elab_Command_checkValidCtorModifier___rarg___lambda__ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_AccLevelState_push___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_mapTR_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__9___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__10___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__11___closed__6; +static lean_object* l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__6; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_mkInductiveDecl___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Command_withScope___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_inductiveElabAttr_unsafe__1___lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); @@ -56,6 +57,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Comm LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_withInductiveLocalDecls___rarg___lambda__1(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_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_fixedIndicesToParams_go___spec__3(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Command_isMutualInductive___spec__1___rarg___lambda__1(lean_object*, uint8_t); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_collectLevelParamsInInductive___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_applyComputedFields___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_isPropCandidate___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -85,12 +87,14 @@ lean_object* l_Lean_Elab_Command_runTermElabM___rarg(lean_object*, lean_object*, lean_object* l_Lean_Elab_sortDeclLevelParams(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withNewBinderInfos___at_Lean_Elab_Command_withExplicitToImplicit___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_removeUnused___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_applyComputedFields___spec__1___lambda__1___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_Command_inductiveElabAttr_unsafe__1___closed__6; static lean_object* l_Lean_Elab_Command_shouldInferResultUniverse___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_withInductiveLocalDecls_loop___rarg(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_Elab_elabModifiers___at_Lean_Elab_Command_elabMutualInductive___spec__1___closed__7; static lean_object* l_Lean_Elab_Command_checkValidCtorModifier___rarg___lambda__3___closed__1; +static lean_object* l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_mkAuxConstructions(lean_object*, 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_propagateUniversesToConstructors_propagateConstraint___closed__6; lean_object* l_Lean_indentD(lean_object*); @@ -103,6 +107,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_InductiveView_withTypeRef___at___pr static lean_object* l_Lean_Elab_Command_checkValidInductiveModifier___rarg___closed__2; lean_object* l_Lean_Elab_Command_getMainModule___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_levelMVarToParam___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_synthesizeSyntheticMVars(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_MutualInductive_0__Lean_Elab_Command_computeFixedIndexBitMask_go___lambda__1(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_MutualInductive_0__Lean_Elab_Command_updateResultingUniverse___closed__2; @@ -238,6 +243,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Comm static lean_object* l_Lean_Elab_elabAttr___at_Lean_Elab_Command_elabMutualInductive___spec__4___closed__3; static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_checkNoInductiveNameConflicts___spec__10___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Command_elabMutualInductive___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_checkResultingUniversePolymorphism___spec__2___closed__4; static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualInductive___hyg_5____closed__16; @@ -554,7 +560,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabMutua LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_elabHeadersAux___lambda__2___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_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_checkNoInductiveNameConflicts___spec__9(lean_object*, 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*); LEAN_EXPORT lean_object* l_Option_beqOption____x40_Init_Data_Option_Basic___hyg_160____at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_levelMVarToParam_levelMVarToParam_x27___spec__1___boxed(lean_object*, lean_object*); -lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Expr_hash(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_elabInductiveViewsPostprocessing___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeCompatible___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_checkParamsAndResultType___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -565,6 +570,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Comm lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withAuxDecl___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_withInductiveLocalDecls_loop___spec__2___rarg(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_Array_contains___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_AccLevelState_push___spec__3(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_docString__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instInhabitedInductiveElabStep2___lambda__3___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_Command_accLevel_go___closed__8; lean_object* l_Lean_enableRealizationsForConst(lean_object*, lean_object*, lean_object*, lean_object*); @@ -638,6 +644,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Comm static lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_getResultingUniverse___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_elabMutualInductive___spec__7(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_syntax_ident(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_docString__1(lean_object*); static lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_computeFixedIndexBitMask_go___lambda__1___closed__1; lean_object* l_Lean_Elab_ComputedFields_setComputedFields(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_allM___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_fixedIndicesToParams_go___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -728,6 +735,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withAuxDecl___at___private_Lean_Elab_Mutual LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_checkNoInductiveNameConflicts___spec__3(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_updateResultingUniverse___lambda__2___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_mkInductiveDecl___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, size_t, 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_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__1; static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualInductive___hyg_46____closed__1; LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_mkInductiveDecl___spec__3___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Elab_Command_checkValidInductiveModifier___at_Lean_Elab_Command_elabInductives___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -914,6 +922,7 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_M LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_ElabHeaderResult_checkLevelNames___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*); static lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_applyComputedFields___lambda__3___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_updateResultingUniverse___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_elabInductiveViews___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_isPropCandidate___spec__2___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_Meta_forallTelescopeReducing___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_checkResultingUniverses___spec__6___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -968,6 +977,7 @@ lean_object* l_Lean_Meta_removeUnused(lean_object*, lean_object*, lean_object*, LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_Elab_Command_shouldInferResultUniverse___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_checkNoInductiveNameConflicts___spec__7___lambda__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_EXPORT lean_object* l_Lean_setEnv___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_mkInductiveDecl___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_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_applyDerivingHandlers___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Level_mkNaryMax(lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_elabAttr___at_Lean_Elab_Command_elabMutualInductive___spec__4___lambda__1(lean_object*); @@ -1048,6 +1058,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualI LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_collectUniverses___spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_applyRefMap___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualInductive___hyg_5____closed__14; +static lean_object* l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_updateResultingUniverse(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_MutualInductive_0__Lean_Elab_Command_mkAuxConstructions___closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Command_checkValidCtorModifier___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -1172,6 +1183,7 @@ lean_object* l_mkRecOn(lean_object*, lean_object*, lean_object*, lean_object*, l LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_elabHeadersAux___lambda__6___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_MutualInductive_0__Lean_Elab_Command_elabHeadersAux___lambda__3___closed__5; static lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_collectUniverses___closed__13; +static lean_object* l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualInductive___hyg_85_(lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_computeFixedIndexBitMask_go___spec__9___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_checkValidCtorModifier___rarg___closed__2; @@ -2031,7 +2043,7 @@ lean_object* x_22; lean_object* x_23; lean_free_object(x_14); x_22 = lean_box(0); lean_inc(x_9); -x_23 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1(x_7, x_9, x_22, x_3, x_4, x_17); +x_23 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1(x_7, x_9, x_22, x_3, x_4, x_17); lean_dec(x_3); if (lean_obj_tag(x_23) == 0) { @@ -2128,7 +2140,7 @@ else lean_object* x_40; lean_object* x_41; x_40 = lean_box(0); lean_inc(x_9); -x_41 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1(x_7, x_9, x_40, x_3, x_4, x_33); +x_41 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1(x_7, x_9, x_40, x_3, x_4, x_33); lean_dec(x_3); if (lean_obj_tag(x_41) == 0) { @@ -2390,6 +2402,126 @@ x_2 = l_Lean_Elab_Command_inductiveElabAttr_unsafe__1(x_1); return x_2; } } +static lean_object* _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers an inductive type elaborator for the given syntax node kind.\n\nCommands registered using this attribute are allowed to be used together in mutual blocks with\nother inductive type commands. This attribute is mostly used internally for `inductive` and\n`structure`.\n\nAn inductive type elaborator should have type `Lean.Elab.Command.InductiveElabDescr`.\n", 359, 359); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_Command_inductiveElabAttr_unsafe__1___closed__12; +x_3 = l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(173u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(189u); +x_2 = lean_unsigned_to_nat(3u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__3() { +_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_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(3u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(183u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(183u); +x_2 = lean_unsigned_to_nat(36u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__6() { +_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_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(36u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__3; +x_2 = l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_Command_inductiveElabAttr_unsafe__1___closed__12; +x_3 = l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_Elab_Command_isInductiveCommand___rarg___lambda__1___closed__1() { _start: { @@ -45062,7 +45194,29 @@ l_Lean_Elab_Command_inductiveElabAttr_unsafe__1___closed__11 = _init_l_Lean_Elab lean_mark_persistent(l_Lean_Elab_Command_inductiveElabAttr_unsafe__1___closed__11); l_Lean_Elab_Command_inductiveElabAttr_unsafe__1___closed__12 = _init_l_Lean_Elab_Command_inductiveElabAttr_unsafe__1___closed__12(); lean_mark_persistent(l_Lean_Elab_Command_inductiveElabAttr_unsafe__1___closed__12); -if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualInductive___hyg_727_(lean_io_mk_world()); +l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_docString__1___closed__1 = _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__1 = _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__1); +l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__2 = _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__2); +l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__3 = _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__3); +l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__4 = _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__4); +l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__5 = _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__5); +l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__6 = _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__6); +l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__7 = _init_l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_MutualInductive___hyg_727_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Command_inductiveElabAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Command_inductiveElabAttr); diff --git a/stage0/stdlib/Lean/Elab/PreDefinition/PartialFixpoint/Main.c b/stage0/stdlib/Lean/Elab/PreDefinition/PartialFixpoint/Main.c index 433ff78185..246a942a7c 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/PartialFixpoint/Main.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/PartialFixpoint/Main.c @@ -233,6 +233,7 @@ static lean_object* l_Lean_Elab_mkMonoPProd___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_withEnv___at___private_Lean_Elab_PreDefinition_PartialFixpoint_Main_0__Lean_Elab_unReplaceRecApps___spec__3(lean_object*); LEAN_EXPORT lean_object* l_Array_mapFinIdxM_map___at_Lean_Elab_partialFixpoint___spec__18___lambda__1(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*); static lean_object* l_Array_mapFinIdxM_map___at_Lean_Elab_partialFixpoint___spec__17___lambda__1___closed__17; +lean_object* l_Lean_Meta_lambdaBoundedTelescope___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__2___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_partialFixpoint___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_PreDefinition_PartialFixpoint_Main_0__Lean_Elab_unReplaceRecApps___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_partialFixpoint___spec__8(size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -319,7 +320,6 @@ lean_object* l_List_reverse___rarg(lean_object*); static lean_object* l_Array_mapFinIdxM_map___at_Lean_Elab_partialFixpoint___spec__17___lambda__1___closed__19; lean_object* lean_array_mk(lean_object*); LEAN_EXPORT lean_object* l_Array_mapFinIdxM_map___at_Lean_Elab_partialFixpoint___spec__4___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Meta_lambdaBoundedTelescope___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__2___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_mkMonoPProd___lambda__1(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_partialFixpoint___closed__6; size_t lean_usize_add(size_t, size_t); @@ -1324,7 +1324,7 @@ lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_26 = l_Lean_Meta_lambdaBoundedTelescope___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__2___rarg(x_5, x_24, x_23, x_25, x_8, x_9, x_10, x_11, x_22); +x_26 = l_Lean_Meta_lambdaBoundedTelescope___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__2___rarg(x_5, x_24, x_23, x_25, x_8, x_9, x_10, x_11, x_22); if (lean_obj_tag(x_26) == 0) { lean_object* x_27; lean_object* x_28; lean_object* x_29; diff --git a/stage0/stdlib/Lean/Elab/Quotation/Precheck.c b/stage0/stdlib/Lean/Elab/Quotation/Precheck.c index 18c2e3be5d..10c3433e51 100644 --- a/stage0/stdlib/Lean/Elab/Quotation/Precheck.c +++ b/stage0/stdlib/Lean/Elab/Quotation/Precheck.c @@ -14,15 +14,13 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckIdent(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_precheckTypeAscription___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_precheck___lambda__1___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_precheckBinopLazy___closed__2; lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheck___lambda__2___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_Elab_Term_Quotation_precheckUnop___regBuiltin_Lean_Elab_Term_Quotation_precheckUnop__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_elabPrecheckedQuot___regBuiltin_Lean_Elab_Term_Quotation_elabPrecheckedQuot__1___closed__3; static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__1; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_Quotation_precheckApp___spec__1___closed__5; @@ -30,13 +28,13 @@ static lean_object* l_Lean_Elab_Term_Quotation_precheckBinrel___regBuiltin_Lean_ static lean_object* l_Lean_Elab_Term_Quotation_precheckBinrelNoProp___regBuiltin_Lean_Elab_Term_Quotation_precheckBinrelNoProp__1___closed__3; static lean_object* l_Lean_Elab_Term_Quotation_elabPrecheckedQuot___regBuiltin_Lean_Elab_Term_Quotation_elabPrecheckedQuot__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Quotation_precheckIdent___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Term_Quotation_precheckIdent___spec__2___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_precheckIdent___lambda__1___closed__4; static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__2; static lean_object* l_Lean_Elab_Term_Quotation_precheckLeftact___regBuiltin_Lean_Elab_Term_Quotation_precheckLeftact__1___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_Precheck_0__Lean_Elab_Term_Quotation_isSectionVariable(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getQuotContent(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_Quotation_precheckApp___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*); static lean_object* l_Lean_Elab_Term_Quotation_precheckBinopLazy___regBuiltin_Lean_Elab_Term_Quotation_precheckBinopLazy__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckChoice___regBuiltin_Lean_Elab_Term_Quotation_precheckChoice__1(lean_object*); @@ -49,6 +47,7 @@ lean_object* l_Lean_indentD(lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Quotation_precheckChoice___spec__5___closed__3; static lean_object* l_Lean_Elab_Term_Quotation_precheckApp___regBuiltin_Lean_Elab_Term_Quotation_precheckApp__1___closed__1; uint8_t l_Lean_Exception_isInterrupt(lean_object*); +lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_elabPrecheckedQuot___regBuiltin_Lean_Elab_Term_Quotation_elabPrecheckedQuot_declRange__3___closed__5; static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_Quotation_precheck___spec__7___closed__6; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_Quotation_precheck_hasQuotedIdent___spec__1___boxed(lean_object*, lean_object*, lean_object*); @@ -62,6 +61,7 @@ static lean_object* l_Lean_Elab_Term_Quotation_precheckRightact___regBuiltin_Lea lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_Quotation_precheck___spec__10___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_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__2; static lean_object* l_Lean_Elab_Term_Quotation_precheckApp___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_precheckIdent___regBuiltin_Lean_Elab_Term_Quotation_precheckIdent__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94_(lean_object*); @@ -89,7 +89,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckIdent___regBuiltin_L static lean_object* l_Lean_Elab_Term_Quotation_precheckChoice___regBuiltin_Lean_Elab_Term_Quotation_precheckChoice__1___closed__2; lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckBinrelNoProp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_precheckLeftact___regBuiltin_Lean_Elab_Term_Quotation_precheckLeftact__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckIdent___lambda__4___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_Term_Quotation_precheckUnop___regBuiltin_Lean_Elab_Term_Quotation_precheckUnop__1___closed__2; @@ -99,7 +98,6 @@ uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheck___lambda__1___closed__2; lean_object* l_Lean_Name_mkStr5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckUnop___closed__2; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__6; static lean_object* l_Lean_addTrace___at_Lean_Elab_Term_Quotation_precheck___spec__3___closed__2; @@ -119,14 +117,17 @@ static lean_object* l_Lean_Elab_Term_Quotation_precheckExplicit___regBuiltin_Lea static lean_object* l_Lean_Elab_Term_Quotation_precheckExplicit___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__7; static lean_object* l_Lean_Elab_Term_Quotation_precheckApp___regBuiltin_Lean_Elab_Term_Quotation_precheckApp__1___closed__3; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__7; static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_Quotation_precheck___spec__7___closed__4; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__3(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_Quotation_precheck___spec__1___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheck___lambda__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_throwErrorAt___at_Lean_Elab_Term_Quotation_precheck___spec__9(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_Term_Quotation_precheckIdent___lambda__2___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_Term_Quotation_elabPrecheckedQuot___regBuiltin_Lean_Elab_Term_Quotation_elabPrecheckedQuot_declRange__3(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckExplicit___regBuiltin_Lean_Elab_Term_Quotation_precheckExplicit__1___closed__2; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_Precheck_0__Lean_Elab_Term_Quotation_isSectionVariable___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_128____closed__4; size_t lean_usize_of_nat(lean_object*); @@ -135,6 +136,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheck___lambda__4___boxed LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_Quotation_precheck___spec__6(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_Term_Quotation_precheckUnop(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Elab_Term_Quotation_precheckChoice___spec__4(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165_(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_elabPrecheckedQuot___regBuiltin_Lean_Elab_Term_Quotation_elabPrecheckedQuot_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_Quotation_precheck___spec__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_Elab_Term_Quotation_precheckIdent___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -145,18 +147,19 @@ lean_object* l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(lean_object*, lean lean_object* l_Lean_Elab_expandMacroImpl_x3f(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_Term_Quotation_precheck___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__9; lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_zip___rarg(lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofSyntax(lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Quotation_precheckChoice___spec__5___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__3; +static lean_object* l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckTypeAscription(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckBinrel___regBuiltin_Lean_Elab_Term_Quotation_precheckBinrel__1___closed__3; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_Quotation_precheckApp___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_128_(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckChoice___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Quotation_precheckChoice___spec__2___at_Lean_Elab_Term_Quotation_precheckChoice___spec__3___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_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Term_Quotation_precheckIdent___spec__2(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_Lean_Elab_Term_Quotation_precheckIdent___lambda__5(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_Syntax_getKind(lean_object*); @@ -175,6 +178,7 @@ static lean_object* l_Lean_Elab_Term_Quotation_precheckBinop___closed__1; lean_object* l_Lean_Attribute_Builtin_getIdent(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_List_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_Quotation_precheck___spec__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckChoice___regBuiltin_Lean_Elab_Term_Quotation_precheckChoice__1___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Quotation_withNewLocals___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -190,18 +194,16 @@ static lean_object* l_Lean_Elab_Term_Quotation_precheckApp___regBuiltin_Lean_Ela LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckIdent___lambda__1(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_Term_Quotation_precheckTypeAscription___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckBinopLazy___regBuiltin_Lean_Elab_Term_Quotation_precheckBinopLazy__1(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__3(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckBinopLazy(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_Term_Quotation_precheckIdent___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_Term_Quotation_precheckRightact___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__9; -lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckIdent___lambda__1___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_elabPrecheckedQuot___regBuiltin_Lean_Elab_Term_Quotation_elabPrecheckedQuot__1___closed__6; static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_128____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_Quotation_precheck___spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__8; +static lean_object* l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__3; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); uint8_t l_Lean_Option_get___at___private_Lean_Util_Profile_0__Lean_get__profiler___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Quotation_precheck___spec__8___rarg___closed__1; @@ -211,6 +213,7 @@ uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheck___closed__1; lean_object* l_Lean_Elab_realizeGlobalNameWithInfos(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheck___lambda__1___closed__5; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__10; static lean_object* l_Lean_Elab_Term_Quotation_precheckBinrelNoProp___regBuiltin_Lean_Elab_Term_Quotation_precheckBinrelNoProp__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_128____closed__2; @@ -220,37 +223,45 @@ uint8_t l_Lean_Environment_contains(lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___hyg_6____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckExplicit___regBuiltin_Lean_Elab_Term_Quotation_precheckExplicit__1(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckChoice___regBuiltin_Lean_Elab_Term_Quotation_precheckChoice__1___closed__5; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__6; static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_Quotation_precheck___spec__7___closed__5; static lean_object* l_Lean_Elab_Term_Quotation_precheckTypeAscription___regBuiltin_Lean_Elab_Term_Quotation_precheckTypeAscription__1___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Quotation_precheckChoice___spec__5(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_128____closed__3; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_Quotation_precheck___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_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__1; double l_Float_ofScientific(lean_object*, uint8_t, lean_object*); +static lean_object* l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheck(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckLeftact___closed__1; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_Quotation_precheckApp___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckIdent___lambda__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_isTracingEnabledFor___at_Lean_Elab_Term_Quotation_precheck___spec__2___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_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_docString__1___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_precheckTypeAscription___regBuiltin_Lean_Elab_Term_Quotation_precheckTypeAscription__1___closed__3; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheck_hasQuotedIdent___boxed(lean_object*); LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_Term_Quotation_precheck___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_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_docString__1(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_runPrecheck___closed__2; +static lean_object* l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__6; static lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Term_Quotation_precheckIdent___spec__2___closed__3; static lean_object* l_Lean_Elab_Term_Quotation_elabPrecheckedQuot___regBuiltin_Lean_Elab_Term_Quotation_elabPrecheckedQuot_declRange__3___closed__3; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__5; LEAN_EXPORT lean_object* l_observing___at_Lean_Elab_Term_Quotation_precheckChoice___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckIdent___regBuiltin_Lean_Elab_Term_Quotation_precheckIdent__1___closed__2; extern lean_object* l_Lean_NameSet_empty; static lean_object* l_Lean_Elab_Term_Quotation_precheckBinrel___closed__2; +static lean_object* l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheck___lambda__4(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_Term_Quotation_precheck___lambda__2(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_Term_Quotation_precheckChoice___closed__1; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__11; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_Quotation_precheck___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Quotation_precheckChoice___spec__2(lean_object*, size_t, size_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_RBNode_any___at___private_Lean_Elab_Quotation_Precheck_0__Lean_Elab_Term_Quotation_isSectionVariable___spec__1___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__3; LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Term_Quotation_precheckIdent___spec__2___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*); static lean_object* l_Lean_Elab_Term_Quotation_runPrecheck___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__10; @@ -269,21 +280,22 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheck___lambda__1(lean_ob LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_Quotation_precheck___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_NameSet_contains(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckLeftact___regBuiltin_Lean_Elab_Term_Quotation_precheckLeftact__1___closed__1; -static lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__7; lean_object* l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__7; LEAN_EXPORT uint8_t l_Lean_RBNode_any___at___private_Lean_Elab_Quotation_Precheck_0__Lean_Elab_Term_Quotation_isSectionVariable___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckIdent___lambda__2___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_precheckBinrelNoProp___closed__1; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_elabPrecheckedQuot___regBuiltin_Lean_Elab_Term_Quotation_elabPrecheckedQuot__1___closed__4; lean_object* l_Lean_ResolveName_resolveGlobalName(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_elabPrecheckedQuot(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckBinop___regBuiltin_Lean_Elab_Term_Quotation_precheckBinop__1___closed__3; -static lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_withNewLocal___rarg(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_Term_Quotation_precheckBinrel___regBuiltin_Lean_Elab_Term_Quotation_precheckBinrel__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_withNewLocals(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckRightact___regBuiltin_Lean_Elab_Term_Quotation_precheckRightact__1___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_elabPrecheckedQuot___regBuiltin_Lean_Elab_Term_Quotation_elabPrecheckedQuot_declRange__3___closed__6; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_Quotation_precheckApp___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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_elabPrecheckedQuot___lambda__1___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_Term_Quotation_precheckBinrelNoProp___regBuiltin_Lean_Elab_Term_Quotation_precheckBinrelNoProp__1___closed__2; @@ -291,6 +303,7 @@ lean_object* l_List_reverse___rarg(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckTypeAscription___regBuiltin_Lean_Elab_Term_Quotation_precheckTypeAscription__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_quotPrecheck; lean_object* lean_array_mk(lean_object*); +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_runPrecheck(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_withNewLocals___rarg___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_liftMacroM___at_Lean_Elab_Term_Quotation_precheck___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -302,7 +315,7 @@ static lean_object* l_Lean_Elab_Term_Quotation_precheck___lambda__1___closed__3; lean_object* l_Lean_Macro_expandMacro_x3f(lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); size_t lean_array_size(lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__12; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckChoice___closed__4; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_Quotation_precheck___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -310,12 +323,10 @@ lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_o static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_Quotation_precheckApp___spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckIdent___lambda__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_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheck___lambda__1___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_Elab_Term_Quotation_mkPrecheckAttribute___closed__4; LEAN_EXPORT uint8_t l_Lean_Elab_Term_Quotation_precheck_hasQuotedIdent(lean_object*); static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Quotation_precheck___spec__8___rarg___closed__2; lean_object* l_Lean_KeyedDeclsAttribute_getValues___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckLeftact(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__11; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_Quotation_precheck___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckIdent___regBuiltin_Lean_Elab_Term_Quotation_precheckIdent__1___closed__3; @@ -325,13 +336,14 @@ static lean_object* l_Lean_Elab_Term_Quotation_precheckIdent___regBuiltin_Lean_E LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckApp___regBuiltin_Lean_Elab_Term_Quotation_precheckApp__1(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__5; -static lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__5; extern lean_object* l_Lean_Elab_unsupportedSyntaxExceptionId; uint8_t lean_usize_dec_lt(size_t, size_t); extern lean_object* l_Lean_Elab_Term_Quotation_hygiene; static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_128____closed__5; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__12; LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Term_Quotation_precheck___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_Elab_Term_Quotation_precheckRightact___regBuiltin_Lean_Elab_Term_Quotation_precheckRightact__1(lean_object*); +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__3; uint8_t l_Lean_Exception_isRuntime(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_withNewLocal(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheck___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -346,7 +358,6 @@ uint8_t l_Lean_Syntax_isAnyAntiquot(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_precheckBinrel___regBuiltin_Lean_Elab_Term_Quotation_precheckBinrel__1___closed__1; static lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Term_Quotation_precheckIdent___spec__2___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckUnop___regBuiltin_Lean_Elab_Term_Quotation_precheckUnop__1(lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__6; static lean_object* l_Lean_Elab_Term_Quotation_precheckRightact___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_precheckBinrel___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_elabPrecheckedQuot___regBuiltin_Lean_Elab_Term_Quotation_elabPrecheckedQuot_declRange__3___closed__2; @@ -632,7 +643,7 @@ x_5 = l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___ return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__1(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_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__1(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; @@ -642,7 +653,7 @@ lean_ctor_set(x_6, 1, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__2(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__2(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { lean_object* x_6; @@ -705,7 +716,7 @@ lean_object* x_22; lean_object* x_23; lean_free_object(x_14); x_22 = lean_box(0); lean_inc(x_9); -x_23 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1(x_7, x_9, x_22, x_3, x_4, x_17); +x_23 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1(x_7, x_9, x_22, x_3, x_4, x_17); lean_dec(x_3); if (lean_obj_tag(x_23) == 0) { @@ -802,7 +813,7 @@ else lean_object* x_40; lean_object* x_41; x_40 = lean_box(0); lean_inc(x_9); -x_41 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1(x_7, x_9, x_40, x_3, x_4, x_33); +x_41 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1(x_7, x_9, x_40, x_3, x_4, x_33); lean_dec(x_3); if (lean_obj_tag(x_41) == 0) { @@ -880,7 +891,7 @@ return x_52; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__3(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__3(uint8_t 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; @@ -891,7 +902,7 @@ lean_ctor_set(x_7, 1, x_5); return x_7; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__1() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__1() { _start: { lean_object* x_1; @@ -899,17 +910,17 @@ x_1 = lean_mk_string_unchecked("builtin_quot_precheck", 21, 21); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__2() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__1; +x_2 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__3() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__3() { _start: { lean_object* x_1; @@ -917,17 +928,17 @@ x_1 = lean_mk_string_unchecked("quot_precheck", 13, 13); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__4() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__3; +x_2 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__5() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__5() { _start: { lean_object* x_1; @@ -935,7 +946,7 @@ x_1 = lean_mk_string_unchecked("Precheck", 8, 8); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__6() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__6() { _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; @@ -943,45 +954,45 @@ x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hy x_2 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__7; x_3 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__8; x_4 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__9; -x_5 = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__5; +x_5 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__5; x_6 = l_Lean_Name_mkStr5(x_1, x_2, x_3, x_4, x_5); return x_6; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__7() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__7() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("Register a double backtick syntax quotation pre-check.\n\n[quot_precheck k] registers a declaration of type `Lean.Elab.Term.Quotation.Precheck` for the `SyntaxNodeKind` `k`.\nIt should implement eager name analysis on the passed syntax by throwing an exception on unbound identifiers,\nand calling `precheck` recursively on nested terms, potentially with an extended local context (`withNewLocal`).\nMacros without registered precheck hook are unfolded, and identifier-less syntax is ultimately assumed to be well-formed.", 516, 516); +x_1 = lean_mk_string_unchecked("Register a double backtick syntax quotation pre-check.", 54, 54); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__8() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__8() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__2___boxed), 5, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__2___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__9() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__9() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__3___boxed), 5, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__3___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__10() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__10() { _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; lean_object* x_7; -x_1 = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__2; -x_2 = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__4; -x_3 = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__7; -x_4 = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__6; -x_5 = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__8; -x_6 = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__9; +x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__2; +x_2 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__4; +x_3 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__7; +x_4 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__6; +x_5 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__8; +x_6 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__9; x_7 = lean_alloc_ctor(0, 6, 0); lean_ctor_set(x_7, 0, x_1); lean_ctor_set(x_7, 1, x_2); @@ -992,7 +1003,7 @@ lean_ctor_set(x_7, 5, x_6); return x_7; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__11() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__11() { _start: { lean_object* x_1; @@ -1000,7 +1011,7 @@ x_1 = lean_mk_string_unchecked("precheckAttribute", 17, 17); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__12() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__12() { _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; @@ -1008,56 +1019,176 @@ x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hy x_2 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__7; x_3 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__8; x_4 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_94____closed__9; -x_5 = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__11; +x_5 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__11; x_6 = l_Lean_Name_mkStr5(x_1, x_2, x_3, x_4, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__10; -x_3 = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__12; +x_2 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__10; +x_3 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__12; x_4 = l_Lean_KeyedDeclsAttribute_init___rarg(x_2, x_3, x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__1___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_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__1___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_Elab_Term_Quotation_mkPrecheckAttribute___lambda__1(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__1(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__2___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_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__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; lean_object* x_7; x_6 = lean_unbox(x_1); lean_dec(x_1); -x_7 = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__2(x_6, x_2, x_3, x_4, x_5); +x_7 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__2(x_6, x_2, x_3, x_4, x_5); lean_dec(x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__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_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__3___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; lean_object* x_7; x_6 = lean_unbox(x_1); lean_dec(x_1); -x_7 = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___lambda__3(x_6, x_2, x_3, x_4, x_5); +x_7 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____lambda__3(x_6, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); return x_7; } } +static lean_object* _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a double backtick syntax quotation pre-check.\n\n`@[quot_precheck k]` registers a declaration of type `Lean.Elab.Term.Quotation.Precheck` for the\nsyntax node kind `k`. It should implement eager name analysis on the passed syntax by throwing an\nexception on unbound identifiers, and calling `precheck` recursively on nested terms, potentially\nwith an extended local context (`withNewLocal`). Macros without registered precheck hook are\nunfolded, and identifier-less syntax is ultimately assumed to be well-formed.\n", 521, 521); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__12; +x_3 = l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(39u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(55u); +x_2 = lean_unsigned_to_nat(3u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__3() { +_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_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(3u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(49u); +x_2 = lean_unsigned_to_nat(26u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(49u); +x_2 = lean_unsigned_to_nat(43u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__6() { +_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_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(26u); +x_3 = l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(43u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__3; +x_2 = l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__12; +x_3 = l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_Quotation_precheck_hasQuotedIdent___spec__1(lean_object* x_1, size_t x_2, size_t x_3) { _start: { @@ -7270,31 +7401,53 @@ if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Term_Quotation_quotPrecheck_allowSectionVars = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Term_Quotation_quotPrecheck_allowSectionVars); lean_dec_ref(res); -}l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__1 = _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__1); -l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__2 = _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__2); -l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__3 = _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__3); -l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__4 = _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__4); -l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__5 = _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__5); -l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__6 = _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__6); -l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__7 = _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__7); -l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__8 = _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__8); -l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__9 = _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__9); -l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__10 = _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__10); -l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__11 = _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__11); -l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__12 = _init_l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_mkPrecheckAttribute___closed__12); -if (builtin) {res = l_Lean_Elab_Term_Quotation_mkPrecheckAttribute(lean_io_mk_world()); +}l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__1 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__1); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__2 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__2); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__3 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__3); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__4 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__4); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__5 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__5); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__6 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__6); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__7 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__7); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__8 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__8); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__9 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__9); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__10 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__10); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__11 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__11); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__12 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165____closed__12); +l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_docString__1___closed__1 = _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_docString__1___closed__1); +if (builtin) {res = l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__1 = _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__1); +l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__2 = _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__2); +l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__3 = _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__3); +l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__4 = _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__4); +l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__5 = _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__5); +l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__6 = _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__6); +l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__7 = _init_l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3___closed__7); +if (builtin) {res = l_Lean_Elab_Term_Quotation_precheckAttribute___regBuiltin_Lean_Elab_Term_Quotation_precheckAttribute_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation_Precheck___hyg_165_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Term_Quotation_precheckAttribute = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Term_Quotation_precheckAttribute); diff --git a/stage0/stdlib/Lean/Elab/Tactic/Basic.c b/stage0/stdlib/Lean/Elab/Tactic/Basic.c index ea91b3e612..9f9eb39396 100644 --- a/stage0/stdlib/Lean/Elab/Tactic/Basic.c +++ b/stage0/stdlib/Lean/Elab/Tactic/Basic.c @@ -32,16 +32,18 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instMonadExceptExceptionTacticM; static lean_object* l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getCurrMacroScope___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_liftMetaTactic1___lambda__1(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_Tactic_mkTacticAttribute___closed__9; static lean_object* l_Lean_Elab_Tactic_instAlternativeTacticM___lambda__1___closed__1; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__6; uint8_t l_Lean_Elab_isAbortExceptionId(lean_object*); lean_object* l_Lean_Meta_throwTacticEx___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__3___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_Lean_Elab_Tactic_getMainTarget___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_Elab_Term_withoutTacticIncrementality___at_Lean_Elab_Tactic_evalTactic_eval___spec__4___lambda__1___boxed(lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__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_Elab_Tactic_instMonadExceptExceptionTacticM___lambda__1(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_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__5; LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Tactic_evalTactic_handleEx___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_EXPORT lean_object* l_Lean_Elab_admitGoal___lambda__1(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_Tactic_evalTactic_expandEval___spec__1___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -76,6 +78,7 @@ uint8_t l_Lean_Exception_isInterrupt(lean_object*); static lean_object* l_Lean_Elab_Tactic_instAlternativeTacticM___lambda__1___closed__2; lean_object* l_Lean_Syntax_formatStxAux(lean_object*, uint8_t, lean_object*, lean_object*); static lean_object* l_Lean_Elab_logException___at_Lean_Elab_Tactic_closeUsingOrAdmit___spec__1___closed__2; +static lean_object* l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_docString__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTacticAt(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_throwError___at_Lean_Elab_Tactic_evalTactic_throwExs___spec__2(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_Tactic_liftMetaTactic___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -88,9 +91,11 @@ static lean_object* l_Lean_Elab_throwAbortTactic___at_Lean_Elab_Tactic_done___sp LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Tactic_closeUsingOrAdmit___spec__2(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__5___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_withMacroExpansionInfo___at_Lean_Elab_Tactic_withMacroExpansion___spec__1___rarg(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_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__12; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic_handleEx(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_Elab_Tactic_evalTactic_expandEval___lambda__3___closed__2; static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__6___rarg___closed__1; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__1; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Tactic_evalTactic___spec__3___lambda__4___boxed(lean_object**); lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); lean_object* l_Lean_Syntax_getId(lean_object*); @@ -99,26 +104,24 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instMonadBacktrackSavedStateTacticM_ LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_closeUsingOrAdmit___lambda__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_PersistentArray_push___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_mkTacticAttribute___closed__10; lean_object* lean_array_push(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__6___closed__5; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__10; LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__2___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_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_docString__1(lean_object*); lean_object* l_Lean_Core_getMessageLog___rarg(lean_object*, lean_object*); lean_object* l_Lean_Core_checkSystem(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__3; static lean_object* l_Lean_Elab_Tactic_getNameOfIdent_x27___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instMonadExceptExceptionTacticM___lambda__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_EXPORT lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Tactic_tagUntaggedGoals___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__4___closed__6; uint8_t lean_usize_dec_eq(size_t, size_t); -static lean_object* l_Lean_Elab_Tactic_mkTacticAttribute___closed__3; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Tactic_evalTactic_handleEx___spec__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_Elab_Tactic_mkTacticInfo(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_Meta_mkLabeledSorry(lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Elab_Term_instMonadTermElabM; lean_object* l_Lean_Syntax_getArgs(lean_object*); LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___boxed(lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__16; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_appendGoals(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_Tactic_withMacroExpansion___rarg___lambda__1(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_replaceRef(lean_object*, lean_object*); @@ -133,6 +136,7 @@ lean_object* l_Lean_Syntax_getTailPos_x3f(lean_object*, uint8_t); static lean_object* l_Lean_Elab_Tactic_instMonadExceptExceptionTacticM___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getMainGoal(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Tactic_instMonadBacktrackSavedStateTacticM___closed__3; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_focus(lean_object*); uint8_t lean_float_decLt(double, double); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_liftMetaFinishingTactic___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -141,11 +145,14 @@ static lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Tactic_withTact LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Elab_Tactic_evalTactic___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_throwError___at_Lean_Elab_Tactic_throwNoGoalsToBeSolved___spec__1___rarg(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_Tactic_evalTactic_expandEval___lambda__4___closed__5; +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_hasSyntheticSorry(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__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_object*, lean_object*); static lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Tactic_evalTactic_handleEx___spec__4___closed__1; LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Tactic_getMainTarget___spec__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_Elab_Tactic_popMainGoal___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_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__5; +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getMainTag(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*); @@ -156,6 +163,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_orElse___rarg(lean_object*, lean_obj static lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Tactic_withTacticInfoContext___spec__2___rarg___closed__3; extern lean_object* l_Lean_trace_profiler_useHeartbeats; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_goalsToMessageData___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8919____closed__1; lean_object* l_Lean_stringToMessageData(lean_object*); lean_object* l_Lean_Expr_mvar___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instMonadBacktrackSavedStateTacticM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -163,7 +171,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_Tactic_w lean_object* l_Lean_MetavarContext_setMVarUserName(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__3(lean_object*, lean_object*); static lean_object* l_Lean_withTraceNode___at_Lean_Elab_Tactic_evalTactic___spec__3___lambda__3___closed__1; -static lean_object* l_Lean_Elab_Tactic_mkTacticAttribute___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_SavedState_restore(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_Elab_throwAbortTactic___at_Lean_Elab_Tactic_done___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_Tactic_saveTacticInfoForToken___spec__1(lean_object*); @@ -172,20 +179,23 @@ uint8_t lean_string_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_tryTactic(lean_object*); lean_object* l_Lean_Exception_toMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_withCaseRef(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_mkTacticAttribute___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_run(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__14; LEAN_EXPORT lean_object* l_Lean_Elab_admitGoal___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_withoutTacticIncrementality___at_Lean_Elab_Tactic_evalTactic_eval___spec__4___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_throwNoGoalsToBeSolved___rarg(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_Tactic_getMainModule___rarg___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_liftMetaTacticAux___rarg___lambda__1(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_Tactic_evalTactic___lambda__6___boxed__const__1; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_mkInitialTacticInfo___elambda__1(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_isIncrementalElab___at_Lean_Elab_Tactic_evalTactic_eval___spec__2___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_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instMonadTacticM___lambda__2(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_Elab_Tactic_withCaseRef___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Tactic_instMonadBacktrackSavedStateTacticM___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_saveState___boxed(lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__16; uint8_t l_Lean_Expr_hasMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic_throwExs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -203,7 +213,6 @@ LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___ static lean_object* l_Lean_Elab_Tactic_instMonadTacticM___closed__6; lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); lean_object* lean_io_promise_resolve(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getCurrMacroScope___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_saveState___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_io_promise_result_opt(lean_object*); @@ -211,9 +220,9 @@ size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getNameOfIdent_x27(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instMonadExceptExceptionTacticM___lambda__2(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_Tactic_getGoals___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_mkTacticAttribute(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getUnsolvedGoals(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_Tactic_focusAndDone___rarg(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_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__5; static lean_object* l_Lean_Elab_Tactic_instMonadExceptExceptionTacticM___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_admitGoal___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instMonadTacticM___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -234,23 +243,21 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Tactic_evalTactic_expa lean_object* l_Lean_Elab_expandMacroImpl_x3f(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Tactic_evalTactic_throwExs___closed__2; static lean_object* l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__3___closed__5; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__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_withTraceNode___at_Lean_Elab_Tactic_evalTactic___spec__3___lambda__3___closed__2; lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_liftMetaMAtMain___rarg___lambda__1(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_Tactic_evalTactic___lambda__2(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_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Elab_Tactic_evalTactic___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_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Elab_Tactic_evalTactic___spec__9___rarg(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_Elab_Term_reportUnsolvedGoals___closed__2; -static lean_object* l_Lean_Elab_Tactic_mkTacticAttribute___closed__5; uint8_t l_Lean_TagAttribute_hasTag(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofSyntax(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_tryTactic_x3f___rarg(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_withTraceNode___at_Lean_Elab_Tactic_evalTactic___spec__3___lambda__2___boxed(lean_object**); static lean_object* l_Lean_Elab_Tactic_instMonadBacktrackSavedStateTacticM___closed__1; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__3; lean_object* l_Lean_Option_get___at_Lean_profiler_threshold_getSecs___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getGoals(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_throwNoGoalsToBeSolved___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -265,8 +272,8 @@ static double l_Lean_withTraceNode___at_Lean_Elab_Tactic_evalTactic___spec__3___ LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutTacticIncrementality___at_Lean_Elab_Tactic_evalTactic_eval___spec__4___lambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Tactic_closeUsingOrAdmit___spec__2___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_Elab_Tactic_evalTactic___lambda__6___closed__6; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__2; static lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__4___closed__1; -static lean_object* l_Lean_Elab_Tactic_mkTacticAttribute___closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_tagUntaggedGoals___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_withInfoTreeContext___at_Lean_Elab_Tactic_withMacroExpansion___spec__2___rarg(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_Tactic_getGoals___boxed(lean_object*); @@ -279,7 +286,6 @@ static lean_object* l_Lean_Elab_Term_withoutTacticIncrementality___at_Lean_Elab_ lean_object* l_Lean_MessageData_ofFormat(lean_object*); lean_object* l_Lean_PersistentArray_append___rarg(lean_object*, lean_object*); extern lean_object* l_Lean_Elab_Tactic_instToSnapshotTreeTacticParsedSnapshot; -static lean_object* l_Lean_Elab_Tactic_mkTacticAttribute___closed__7; lean_object* l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_liftMetaTacticAux___rarg(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_Tactic_evalTactic_expandEval(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*); @@ -298,6 +304,7 @@ static lean_object* l_Lean_Elab_Tactic_instAlternativeTacticM___closed__3; LEAN_EXPORT lean_object* l_Lean_log___at_Lean_Elab_Tactic_closeUsingOrAdmit___spec__3___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_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getMainTarget(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__9; LEAN_EXPORT lean_object* l_Lean_log___at_Lean_Elab_Tactic_closeUsingOrAdmit___spec__3(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_List_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Elab_Tactic_evalTactic___spec__4___rarg(lean_object*, lean_object*); @@ -326,12 +333,10 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instInhabitedTacticM___rarg(lean_obj lean_object* lean_io_mono_nanos_now(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__7___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*); static lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__6___closed__4; -LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8907_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instInhabitedTacticM___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_Elab_Tactic_closeMainGoal___lambda__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*); static lean_object* l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__4; static lean_object* l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__1; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__12; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instAlternativeTacticM___lambda__1___boxed(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_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2(lean_object*); lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -344,23 +349,22 @@ LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Tactic_getMainTa LEAN_EXPORT lean_object* l_Lean_log___at_Lean_Elab_Term_reportUnsolvedGoals___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Tactic_tagUntaggedGoals___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*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Elab_Tactic_evalTactic___spec__9(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866_(lean_object*); extern lean_object* l_Task_Priority_default; lean_object* l_Lean_Core_withFreshMacroScope___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__13; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Tactic_evalTactic___spec__3___lambda__2(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, double, double, 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_Tactic_evalTactic___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__6(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*); uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Tactic_withTacticInfoContext___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_pruneSolvedGoals(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__3; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__1; static lean_object* l_Lean_Elab_Tactic_closeMainGoal___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic_eval___lambda__1(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*); extern lean_object* l_Lean_Elab_macroAttribute; extern lean_object* l_Lean_warningAsError; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getUnsolvedGoals___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_Tactic_mkTacticAttribute___closed__1; static lean_object* l_Lean_Elab_Tactic_closeMainGoal___lambda__1___closed__2; uint8_t l_Lean_Option_get___at___private_Lean_Util_Profile_0__Lean_get__profiler___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -370,12 +374,10 @@ LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Tactic_evalTactic__ static lean_object* l_Lean_withTraceNode___at_Lean_Elab_Tactic_evalTactic___spec__3___lambda__4___closed__3; static uint64_t l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__3___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_liftMetaTacticAux___rarg___lambda__1___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_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__15; extern lean_object* l_Lean_trace_profiler_threshold; uint8_t l_Lean_MetavarContext_isAnonymousMVar(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Tactic_ensureHasNoMVars___closed__1; static lean_object* l_Lean_withTraceNode___at_Lean_Elab_Tactic_evalTactic___spec__3___lambda__4___closed__2; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__14; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_liftMetaTacticAux(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_tryCatchRestore___rarg(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_throwError___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -389,6 +391,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_reportUnsolvedGoals(lean_object*, lean static lean_object* l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__4___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_Tactic_evalTactic_eval___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Language_Snapshot_Diagnostics_empty; +static lean_object* l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__4; static lean_object* l_Lean_Elab_Tactic_ensureHasNoMVars___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__1___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Elab_isAbortTacticException(lean_object*); @@ -404,13 +407,16 @@ static lean_object* l_Lean_Elab_Tactic_evalTactic___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Elab_Tactic_evalTactic___spec__4___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__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*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Environment_contains(lean_object*, lean_object*, uint8_t); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_throwNoGoalsToBeSolved(lean_object*); lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Util_Trace_0__Lean_addTraceNode___spec__1(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_focusAndDone___rarg___lambda__1(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_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__4; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Tactic_evalTactic___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*); double l_Float_ofScientific(lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__6___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_pruneSolvedGoals___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_name_append_index_after(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -425,13 +431,14 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_withTacticInfoContext(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_closeMainGoal(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_Elab_Tactic_withRestoreOrSaveFull(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8907____closed__1; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Tactic_evalTactic_throwExs___spec__1(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_Tactic_mkTacticInfo___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_throwMaxRecDepthAt___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__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_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_evalTactic___spec__7(lean_object*, size_t, size_t, 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_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__10; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Tactic_evalTactic___spec__8___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_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8919_(lean_object*); LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___boxed(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_Elab_Term_reportUnsolvedGoals___spec__2___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -444,11 +451,11 @@ static lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__4___closed__3; LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Elab_Tactic_evalTactic___spec__9___rarg___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_Elab_liftMacroM___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTacticAtRaw(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_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__6; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); lean_object* l_Lean_MVarId_getDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Tactic_throwNoGoalsToBeSolved___rarg___closed__2; lean_object* l_Lean_Language_SnapshotTask_cancelRec___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__7; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* l_Lean_Environment_mainModule(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Elab_Tactic_evalTactic___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -459,11 +466,13 @@ lean_object* l_ReaderT_instFunctorOfMonad___rarg(lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_Tactic_saveTacticInfoForToken___spec__1___rarg___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_List_forM___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__2(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_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__7; static lean_object* l_Lean_Elab_Tactic_closeMainGoal___lambda__1___closed__4; lean_object* l_Lean_indentExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Tactic_evalTactic_throwExs___spec__2___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_addTrace___at_Lean_Elab_Tactic_evalTactic_handleEx___spec__3___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_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Elab_Tactic_evalTactic___spec__5(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_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_logException___at_Lean_Elab_Tactic_closeUsingOrAdmit___spec__1(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_Tactic_withMacroExpansion(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Tactic_evalTactic___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -484,8 +493,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_withCaseRef___rarg___lambda__1(lean_ lean_object* lean_task_map(lean_object*, lean_object*, lean_object*, uint8_t); lean_object* l_Lean_ResolveName_resolveGlobalName(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__11; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__8; static lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__4___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic_handleEx___lambda__1(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_Lean_Elab_Tactic_withMainContext(lean_object*); @@ -494,15 +501,19 @@ LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTactic___at_Lean_Elab_Tactic_done LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Tactic_evalTactic___spec__3___lambda__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*, lean_object*); lean_object* l_Lean_Language_SnapshotTask_finished___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Tactic_instAlternativeTacticM___spec__1___rarg(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_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__9; LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Tactic_tagUntaggedGoals___spec__1(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*); +static lean_object* l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__1; LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__7(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*); extern lean_object* l_Lean_Elab_incrementalAttr; static lean_object* l_Lean_Elab_Tactic_instOrElseTacticM___closed__1; static lean_object* l_Lean_Elab_Tactic_evalTactic_handleEx___closed__2; lean_object* l_List_reverse___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3(lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Term_withoutTacticIncrementality___at_Lean_Elab_Tactic_evalTactic_eval___spec__4___lambda__1(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_tryCatch___rarg(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_Tactic_adaptExpander___lambda__1(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_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_mkInitialTacticInfo___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_mk(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Tactic_instAlternativeTacticM___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -511,7 +522,6 @@ LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Tactic_tagUntagged lean_object* l_Lean_instantiateMVarsCore(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__3___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_liftMetaMAtMain___rarg(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_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__3; static lean_object* l_Lean_Elab_Tactic_instInhabitedTacticM___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__1(lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); @@ -536,16 +546,19 @@ LEAN_EXPORT lean_object* l_List_filterAuxM___at_Lean_Elab_Tactic_pruneSolvedGoal lean_object* l_Lean_Language_SnapshotTask_get___rarg(lean_object*); static lean_object* l_Lean_Elab_Tactic_getNameOfIdent_x27___closed__1; lean_object* lean_io_error_to_string(lean_object*); +static lean_object* l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__6; lean_object* l_Lean_KeyedDeclsAttribute_getEntries___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned___at_Lean_Elab_Tactic_pruneSolvedGoals___spec__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_Elab_Tactic_withCaseRef___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_liftMetaFinishingTactic(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Tactic_throwNoGoalsToBeSolved___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getMainTag___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_filterAuxM___at_Lean_Elab_Tactic_pruneSolvedGoals___spec__2(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_throwAbortTactic___at_Lean_Elab_Tactic_done___spec__1___rarg(lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic(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_throwError___at_Lean_Elab_Tactic_evalTactic___spec__2___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_Lean_Elab_Tactic_Basic_0__Lean_Elab_Tactic_TacticM_runCore(lean_object*); @@ -555,12 +568,10 @@ static size_t l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__3___closed__3; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Tactic_evalTactic_expandEval___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_Elab_Term_reportUnsolvedGoals___closed__1; lean_object* lean_string_append(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_mkTacticAttribute___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Tactic_withTacticInfoContext___spec__2___rarg___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Tactic_instMonadExceptExceptionTacticM___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__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_Elab_Term_withoutTacticIncrementality___at_Lean_Elab_Tactic_evalTactic_eval___spec__4___closed__3; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__2; static lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__4___closed__4; lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic_handleEx___lambda__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*); @@ -575,6 +586,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_admitGoal(lean_object*, uint8_t, lean_objec LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Tactic_evalTactic___spec__3(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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_setGoals(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_Tactic_instMonadTacticM___closed__5; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__11; lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_liftMetaTactic1(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_withTraceNode___at_Lean_Elab_Tactic_evalTactic___spec__3___lambda__3___boxed(lean_object**); @@ -590,16 +602,16 @@ lean_object* l_Lean_Elab_Term_SavedState_restore(lean_object*, uint8_t, lean_obj LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_saveState(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getMainDecl___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_Elab_getResetInfoTrees___at_Lean_Elab_Tactic_withTacticInfoContext___spec__2___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__3___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_dbg_trace(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_withContext___at_Lean_Elab_Tactic_run___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); +static lean_object* l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_replaceMainGoal(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_Tactic_liftMetaTactic(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_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_done(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_Tactic_run___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__15; LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Tactic_withTacticInfoContext___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__2; lean_object* lean_mk_empty_array_with_capacity(lean_object*); @@ -4593,7 +4605,7 @@ lean_dec(x_1); return x_8; } } -static lean_object* _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__1() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__1() { _start: { lean_object* x_1; @@ -4601,17 +4613,17 @@ x_1 = lean_mk_string_unchecked("builtin_tactic", 14, 14); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__2() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__1; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__3() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__3() { _start: { lean_object* x_1; @@ -4619,17 +4631,17 @@ x_1 = lean_mk_string_unchecked("tactic", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__4() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__3; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__5() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__5() { _start: { lean_object* x_1; @@ -4637,7 +4649,7 @@ x_1 = lean_mk_string_unchecked("Lean", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__6() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__6() { _start: { lean_object* x_1; @@ -4645,29 +4657,29 @@ x_1 = lean_mk_string_unchecked("Parser", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__7() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__5; -x_2 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__6; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__5; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__6; x_3 = l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__3; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__8() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__5; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__5; x_2 = l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__2; x_3 = l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__3; x_4 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_3); return x_4; } } -static lean_object* _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__9() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__9() { _start: { lean_object* x_1; @@ -4675,32 +4687,152 @@ x_1 = lean_mk_string_unchecked("tacticElabAttribute", 19, 19); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__10() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__10() { _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_Tactic_mkTacticAttribute___closed__5; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__5; x_2 = l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__2; x_3 = l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__3; -x_4 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__9; +x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__9; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_mkTacticAttribute(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955_(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; lean_object* x_7; lean_object* x_8; -x_2 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__2; -x_3 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__4; -x_4 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__7; -x_5 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__8; -x_6 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__3; -x_7 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__10; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__2; +x_3 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__4; +x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__7; +x_5 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__8; +x_6 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__3; +x_7 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__10; x_8 = l_Lean_Elab_mkElabAttribute___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_1); return x_8; } } +static lean_object* _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a tactic elaborator for the given syntax node kind.\n\nA tactic elaborator should have type `Lean.Elab.Tactic.Tactic` (which is\n`Lean.Syntax → Lean.Elab.Tactic.TacticM Unit`), i.e. should take syntax of the given syntax\nnode kind as a parameter and alter the tactic state.\n\nThe `elab_rules` and `elab` commands should usually be preferred over using this attribute\ndirectly.\n", 385, 383); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__10; +x_3 = l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(130u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(142u); +x_2 = lean_unsigned_to_nat(102u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__3() { +_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_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(102u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(141u); +x_2 = lean_unsigned_to_nat(26u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(141u); +x_2 = lean_unsigned_to_nat(45u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__6() { +_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_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(26u); +x_3 = l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(45u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__3; +x_2 = l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__10; +x_3 = l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_mkTacticInfo(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) { _start: { @@ -6662,7 +6794,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__2; -x_2 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__3; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__3; x_3 = l_List_forIn_x27_loop___at_Lean_Elab_Tactic_evalTactic_handleEx___spec__4___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -10623,7 +10755,7 @@ static lean_object* _init_l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__4__ _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_Lean_Elab_Tactic_mkTacticAttribute___closed__5; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__5; x_2 = l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__2; x_3 = l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__3; x_4 = l_Lean_Elab_Tactic_evalTactic_expandEval___lambda__4___closed__1; @@ -25138,47 +25270,47 @@ lean_dec(x_1); return x_5; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__1() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__2; -x_2 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__3; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__3; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__2() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__5; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__3() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__2; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__2; x_2 = l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__4() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__3; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__3; x_2 = l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__5() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__5() { _start: { lean_object* x_1; @@ -25186,17 +25318,17 @@ x_1 = lean_mk_string_unchecked("initFn", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__6() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__4; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__5; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__4; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__7() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__7() { _start: { lean_object* x_1; @@ -25204,47 +25336,47 @@ x_1 = lean_mk_string_unchecked("_@", 2, 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__8() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__6; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__7; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__6; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__9() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__8; -x_2 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__5; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__8; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__10() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__9; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__9; x_2 = l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__11() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__10; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__10; x_2 = l_Lean_logAt___at_Lean_Elab_Term_reportUnsolvedGoals___spec__2___lambda__2___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__12() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__12() { _start: { lean_object* x_1; @@ -25252,17 +25384,17 @@ x_1 = lean_mk_string_unchecked("Basic", 5, 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__13() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__11; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__12; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__11; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__14() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__14() { _start: { lean_object* x_1; @@ -25270,54 +25402,54 @@ x_1 = lean_mk_string_unchecked("_hyg", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__15() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__13; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__14; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__13; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__16() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__15; -x_2 = lean_unsigned_to_nat(8866u); +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__15; +x_2 = lean_unsigned_to_nat(8878u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__1; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__1; x_3 = 0; -x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__16; +x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__16; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8907____closed__1() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8919____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__15; -x_2 = lean_unsigned_to_nat(8907u); +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__15; +x_2 = lean_unsigned_to_nat(8919u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8907_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8919_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_List_forIn_x27_loop___at_Lean_Elab_Tactic_evalTactic_handleEx___spec__4___closed__2; x_3 = 0; -x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8907____closed__1; +x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8919____closed__1; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -25383,27 +25515,49 @@ l_Lean_Elab_Tactic_instInhabitedTacticM___rarg___closed__2 = _init_l_Lean_Elab_T lean_mark_persistent(l_Lean_Elab_Tactic_instInhabitedTacticM___rarg___closed__2); l_Lean_Elab_Tactic_run___lambda__1___closed__1 = _init_l_Lean_Elab_Tactic_run___lambda__1___closed__1(); lean_mark_persistent(l_Lean_Elab_Tactic_run___lambda__1___closed__1); -l_Lean_Elab_Tactic_mkTacticAttribute___closed__1 = _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__1(); -lean_mark_persistent(l_Lean_Elab_Tactic_mkTacticAttribute___closed__1); -l_Lean_Elab_Tactic_mkTacticAttribute___closed__2 = _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__2(); -lean_mark_persistent(l_Lean_Elab_Tactic_mkTacticAttribute___closed__2); -l_Lean_Elab_Tactic_mkTacticAttribute___closed__3 = _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__3(); -lean_mark_persistent(l_Lean_Elab_Tactic_mkTacticAttribute___closed__3); -l_Lean_Elab_Tactic_mkTacticAttribute___closed__4 = _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__4(); -lean_mark_persistent(l_Lean_Elab_Tactic_mkTacticAttribute___closed__4); -l_Lean_Elab_Tactic_mkTacticAttribute___closed__5 = _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__5(); -lean_mark_persistent(l_Lean_Elab_Tactic_mkTacticAttribute___closed__5); -l_Lean_Elab_Tactic_mkTacticAttribute___closed__6 = _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__6(); -lean_mark_persistent(l_Lean_Elab_Tactic_mkTacticAttribute___closed__6); -l_Lean_Elab_Tactic_mkTacticAttribute___closed__7 = _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__7(); -lean_mark_persistent(l_Lean_Elab_Tactic_mkTacticAttribute___closed__7); -l_Lean_Elab_Tactic_mkTacticAttribute___closed__8 = _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__8(); -lean_mark_persistent(l_Lean_Elab_Tactic_mkTacticAttribute___closed__8); -l_Lean_Elab_Tactic_mkTacticAttribute___closed__9 = _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__9(); -lean_mark_persistent(l_Lean_Elab_Tactic_mkTacticAttribute___closed__9); -l_Lean_Elab_Tactic_mkTacticAttribute___closed__10 = _init_l_Lean_Elab_Tactic_mkTacticAttribute___closed__10(); -lean_mark_persistent(l_Lean_Elab_Tactic_mkTacticAttribute___closed__10); -if (builtin) {res = l_Lean_Elab_Tactic_mkTacticAttribute(lean_io_mk_world()); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__1 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__1(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__1); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__2 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__2(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__2); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__3 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__3(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__3); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__4 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__4(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__4); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__5 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__5(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__5); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__6 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__6(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__6); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__7 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__7(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__7); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__8 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__8(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__8); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__9 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__9(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__9); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__10 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__10(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955____closed__10); +l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_docString__1___closed__1 = _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_docString__1___closed__1); +if (builtin) {res = l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__1 = _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__1); +l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__2 = _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__2); +l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__3 = _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__3); +l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__4 = _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__4); +l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__5 = _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__5); +l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__6 = _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__6); +l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__7 = _init_l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3___closed__7); +if (builtin) {res = l_Lean_Elab_Tactic_tacticElabAttribute___regBuiltin_Lean_Elab_Tactic_tacticElabAttribute_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_955_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Tactic_tacticElabAttribute = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Tactic_tacticElabAttribute); @@ -25581,44 +25735,44 @@ l_Lean_Elab_Tactic_getNameOfIdent_x27___closed__1 = _init_l_Lean_Elab_Tactic_get lean_mark_persistent(l_Lean_Elab_Tactic_getNameOfIdent_x27___closed__1); l_Lean_Elab_Tactic_getNameOfIdent_x27___closed__2 = _init_l_Lean_Elab_Tactic_getNameOfIdent_x27___closed__2(); lean_mark_persistent(l_Lean_Elab_Tactic_getNameOfIdent_x27___closed__2); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__1 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__1(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__1); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__2 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__2(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__2); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__3 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__3(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__3); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__4 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__4(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__4); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__5 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__5(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__5); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__6 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__6(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__6); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__7 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__7(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__7); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__8 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__8(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__8); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__9 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__9(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__9); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__10 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__10(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__10); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__11 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__11(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__11); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__12 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__12(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__12); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__13 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__13(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__13); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__14 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__14(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__14); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__15 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__15(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__15); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__16 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__16(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866____closed__16); -if (builtin) {res = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8866_(lean_io_mk_world()); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__1 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__1(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__1); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__2 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__2(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__2); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__3 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__3(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__3); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__4 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__4(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__4); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__5 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__5(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__5); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__6 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__6(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__6); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__7 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__7(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__7); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__8 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__8(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__8); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__9 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__9(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__9); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__10 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__10(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__10); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__11 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__11(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__11); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__12 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__12(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__12); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__13 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__13(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__13); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__14 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__14(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__14); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__15 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__15(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__15); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__16 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__16(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878____closed__16); +if (builtin) {res = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8878_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -}l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8907____closed__1 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8907____closed__1(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8907____closed__1); -if (builtin) {res = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8907_(lean_io_mk_world()); +}l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8919____closed__1 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8919____closed__1(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8919____closed__1); +if (builtin) {res = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_8919_(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)); diff --git a/stage0/stdlib/Lean/Elab/Tactic/Monotonicity.c b/stage0/stdlib/Lean/Elab/Tactic/Monotonicity.c index c043ccd126..5c6d270148 100644 --- a/stage0/stdlib/Lean/Elab/Tactic/Monotonicity.c +++ b/stage0/stdlib/Lean/Elab/Tactic/Monotonicity.c @@ -13,10 +13,10 @@ #ifdef __cplusplus extern "C" { #endif +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__12; lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_bindingName_x21(lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__23___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaBoundedTelescope___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_mapTR_loop___at_Lean_Parser_Tactic_Doc_initFn____x40_Lean_Parser_Tactic_Doc___hyg_2803____spec__8(lean_object*, lean_object*); lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at_Lean_Meta_Monotonicity_solveMono___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -29,141 +29,150 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_monotoneExt; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Monotonicity_solveMonoStep___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__3(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__5; lean_object* l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkAppOptM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__2(lean_object*, lean_object*); lean_object* l_Lean_Meta_withLetDecl___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_isPerm___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__6; lean_object* lean_mk_empty_array_with_capacity(lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; size_t lean_usize_shift_right(size_t, size_t); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__6___closed__1; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__6___closed__4; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__12___closed__9; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__3; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__7; LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__5; static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMono___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static uint64_t l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__2; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__8; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__9___closed__4; lean_object* l_Lean_ConstantInfo_type(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Monotonicity_solveMonoStep___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_le(size_t, size_t); +static lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__2; lean_object* l_Lean_indentD(lean_object*); lean_object* l_Lean_Expr_projExpr_x21(lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; uint8_t l_Lean_Exception_isInterrupt(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__3; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__11; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__7; size_t lean_uint64_to_usize(uint64_t); uint64_t lean_uint64_lor(uint64_t, uint64_t); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__14___closed__8; -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__1(uint64_t, uint64_t, 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_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_defaultFailK___rarg___closed__5; uint8_t l_Lean_Expr_isApp(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_evalMonotonicity___rarg___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__14___closed__6; extern lean_object* l_Lean_Elab_Tactic_tacticElabAttribute; lean_object* l_Lean_Expr_sort___override(lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofList(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__2(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_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_applyConst___lambda__1(lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); -static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__1; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__6; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__17___closed__1; size_t lean_usize_mul(size_t, size_t); static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__6___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Monotonicity_solveMonoStep___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*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_DiscrTree_instInhabited(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaBoundedTelescope___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_headBetaUnderLambda___lambda__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__10; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Monotonicity_solveMonoStep___spec__3(size_t, size_t, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___closed__1; lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_Simp_Arith_withAbstractAtoms_go___spec__1___rarg(lean_object*, uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static uint64_t l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__2; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___closed__2; +static uint64_t l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__13; lean_object* lean_mk_array(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3; lean_object* l_Lean_Expr_bvar___override(lean_object*); static lean_object* l_Lean_Loop_forIn_loop___at_Lean_Meta_Monotonicity_headBetaUnderLambda___spec__1___closed__3; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__17; lean_object* l_Lean_Elab_Tactic_getMainGoal(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall(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_BinSearch_0__Array_binInsertAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__12(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_Meta_Monotonicity_solveMonoStep___lambda__17(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*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__6; static lean_object* l_Lean_Loop_forIn_loop___at_Lean_Meta_Monotonicity_headBetaUnderLambda___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__15; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__23___closed__2; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__19; -static uint64_t l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__12; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__5; static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__6___closed__1; static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static uint64_t l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__14; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_cleanupAnnotations(lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__8___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__16(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static uint64_t l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__3___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_Std_Range_forIn_x27_loop___at_Lean_Meta_Monotonicity_solveMonoStep___spec__2___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___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_defaultFailK___rarg___closed__2; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__10___closed__1; static lean_object* l_Lean_Meta_Monotonicity_evalMonotonicity___regBuiltin_Lean_Meta_Monotonicity_evalMonotonicity__1___closed__2; static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__9; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____lambda__1(lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Exception_toMessageData(lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__6; static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_defaultFailK___rarg___closed__6; lean_object* l_Lean_Expr_appArg_x21(lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__14___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_defaultFailK___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__6; uint8_t l_Lean_Expr_isBVar(lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__22; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__12; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__1(uint64_t, uint64_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__1___closed__1; uint8_t l_Lean_Expr_isLambda(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__8(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__23; lean_object* l_Lean_throwError___at_Lean_Meta_Split_applyMatchSplitter___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_ptr_addr(lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__9___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___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_BinSearch_0__Array_binInsertAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__12___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_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__16; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_findMonoThms(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__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*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1(lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__8___closed__1; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp___rarg(lean_object*, 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_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__8; lean_object* lean_checked_assign(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Meta_Monotonicity_headBetaUnderLambda___spec__1(lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__14; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__5(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_Meta_Monotonicity_solveMonoStep___closed__1; lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__4___closed__4; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__4___closed__1; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__6; uint8_t lean_expr_eqv(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387_(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Monotonicity_solveMonoStep___spec__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerSimpleScopedEnvExtension___rarg(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__14; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_evalMonotonicity___boxed(lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__16; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__2; uint64_t lean_uint64_shift_right(uint64_t, uint64_t); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__1; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__10; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init(lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__14___closed__4; static lean_object* l_Lean_Meta_Monotonicity_evalMonotonicity___regBuiltin_Lean_Meta_Monotonicity_evalMonotonicity__1___closed__5; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__2___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_Meta_Monotonicity_solveMonoCall___lambda__4___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__9(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_Meta_Monotonicity_solveMonoCall___lambda__9___closed__1; @@ -172,17 +181,14 @@ lean_object* lean_nat_div(lean_object*, lean_object*); lean_object* l_Lean_MVarId_getType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallMetaTelescopeReducingAux(lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__20___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*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__1; -static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__3; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__4; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__7; -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__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___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__11; lean_object* l_Lean_Expr_projIdx_x21(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaBoundedTelescope___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__2___rarg___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_Meta_Monotonicity_solveMonoStep___lambda__6___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_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__2(uint64_t, uint64_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_defaultFailK___rarg___closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -192,15 +198,12 @@ lean_object* l_Lean_Meta_Match_MatcherInfo_getFirstDiscrPos(lean_object*); lean_object* l_Lean_Expr_appArg(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__14___closed__5; lean_object* l_Lean_Elab_Tactic_withMainContext___rarg(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_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_applyConst(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); -static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__2; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__11; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__6; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Monotonicity_solveMonoStep___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__5___closed__4; -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245_(lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__1; lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__15(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_to_list(lean_object*); @@ -212,7 +215,6 @@ uint8_t l_Lean_Expr_isHeadBetaTarget(lean_object*, uint8_t); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); uint8_t l_Lean_Meta_DiscrTree_Key_lt(lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Monotonicity_solveMonoStep___spec__1___closed__1; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__8; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Meta_Monotonicity_solveMonoStep___spec__4(lean_object*, lean_object*); extern lean_object* l_Lean_levelZero; static lean_object* l_Lean_Meta_Monotonicity_evalMonotonicity___regBuiltin_Lean_Meta_Monotonicity_evalMonotonicity__1___closed__4; @@ -220,85 +222,90 @@ static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__6___closed_ static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedExpr; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__9___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_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__7; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___closed__2; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__1___closed__1; static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__3; static lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__9___closed__2; static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__24(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_Meta_Monotonicity_solveMonoStep___lambda__12(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___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_headBetaUnderLambda___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__14___closed__3; lean_object* l_panic___at_Lean_Expr_appFn_x21___spec__1(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__3___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_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__18(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_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__15; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__5; uint8_t lean_name_eq(lean_object*, lean_object*); lean_object* l_Lean_Meta_Split_splitMatch(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__10; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__9___closed__7; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__10; LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertVal_loop___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__10(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__17; static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__18___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_insert___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__24___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_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__1; lean_object* l_Lean_Meta_isMatcherAppCore_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_evalMonotonicity___regBuiltin_Lean_Meta_Monotonicity_evalMonotonicity__1(lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__4; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__2; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__1; +static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_appFn_x21(lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__5; +LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__3___boxed(lean_object*, lean_object*, lean_object*); +static uint64_t l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__15; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__14(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*); static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_defaultFailK___rarg___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_evalMonotonicity___rarg(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_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__1; static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__2___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_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__25___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_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__10___closed__2; lean_object* l_Lean_Meta_DiscrTree_mkPath(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_evalMonotonicity(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__7(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_usize_to_nat(size_t); static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__3___closed__1; -static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__7; lean_object* l_Lean_MessageData_ofConstName(lean_object*, uint8_t); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__17; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_defaultFailK___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__3___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*); static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__2; -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__21; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__19(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*); static lean_object* l_Lean_Meta_Monotonicity_evalMonotonicity___regBuiltin_Lean_Meta_Monotonicity_evalMonotonicity__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__9(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__11___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___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_applyConst___closed__3; +static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__9; +static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__7; +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaBoundedTelescope___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__2___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__9; static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__2___closed__2; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__3(uint64_t, uint64_t, lean_object*, uint8_t, 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_Meta_Monotonicity_solveMonoStep___lambda__20(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_Lean_throwError___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_defaultFailK___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__5(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___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__4; static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__5___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_defaultFailK___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__2; lean_object* l_Lean_Expr_bindingDomain_x21(lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__9___closed__2; static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__4___closed__1; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__4; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__6___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__23(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__18; extern lean_object* l_Lean_Meta_DiscrTree_instInhabitedKey; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__11(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*); @@ -306,8 +313,9 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__9(lean static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__14___closed__2; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__12___closed__5; static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__3___closed__5; -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__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* l_Lean_Expr_app___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaBoundedTelescope___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__2(lean_object*); lean_object* l_Lean_Meta_mapErrorImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__4___closed__3; @@ -319,8 +327,9 @@ static lean_object* l_panic___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_ uint8_t l_Lean_Expr_isProj(lean_object*); lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassApp_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_applyConst___closed__4; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__11; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__8; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__17___closed__2; lean_object* l_id___rarg___boxed(lean_object*); static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__1___closed__2; @@ -328,16 +337,17 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Monotonicit lean_object* l_Lean_indentExpr(lean_object*); static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__7; lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__2; static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__3___closed__2; static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__6(lean_object*, size_t, size_t, lean_object*, lean_object*); +static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__10(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*); uint8_t l_Lean_Expr_isConstOf(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__5; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__2; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__13; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__9___closed__1; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__12___closed__7; lean_object* l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -349,9 +359,7 @@ lean_object* lean_panic_fn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__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_object*); -static uint64_t l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__13; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__12___closed__8; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3; lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Loop_forIn_loop___at_Lean_Meta_Monotonicity_headBetaUnderLambda___spec__1___closed__2; @@ -361,37 +369,37 @@ lean_object* l_Lean_MVarId_intro(lean_object*, lean_object*, lean_object*, lean_ LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__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_object*); uint64_t lean_uint64_shift_left(uint64_t, uint64_t); lean_object* l_Lean_ScopedEnvExtension_addCore___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__4(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_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Monotonicity_solveMonoStep___spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__2; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__1; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__7; lean_object* l_Lean_Meta_instantiateMVarsIfMVarApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__1___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); -static uint64_t l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__14; static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_applyConst___closed__2; -LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Monotonicity_solveMonoStep___spec__1___closed__2; +static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__1; lean_object* l_Lean_MVarId_apply(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static uint64_t l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__15; lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_defaultFailK___rarg___closed__3; lean_object* l_List_reverse___rarg(lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__20; +static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__12___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_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_sub(size_t, size_t); lean_object* lean_array_mk(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaBoundedTelescope___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__2___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__9___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__19___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*); LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__1___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__1; size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_Meta_Monotonicity_evalMonotonicity___rarg___lambda__1___closed__1; lean_object* l_mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__13; lean_object* l_Lean_MVarId_applyConst(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); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__14___closed__7; @@ -403,40 +411,35 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__2___bo lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__26___closed__2; lean_object* l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__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_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__14___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*); size_t lean_usize_shift_left(size_t, size_t); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__6; lean_object* l_Lean_Expr_bindingBody_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__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*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__9; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_defaultFailK___spec__2(lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__6___closed__2; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__4___closed__2; -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__2(uint64_t, uint64_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__3___closed__3; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___closed__1; uint8_t l_Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_125_(lean_object*, lean_object*); lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_defaultFailK___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__15___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*); lean_object* l_Lean_Expr_headBeta(lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__16; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__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*); uint8_t l_Lean_Expr_isMData(lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__5___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__3(uint64_t, uint64_t, lean_object*, uint8_t, 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_Meta_Monotonicity_headBetaUnderLambda___closed__1; lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__5; uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* l_Lean_Meta_intro1Core(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__6___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_PersistentHashMap_findAtAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__9___closed__6; @@ -445,8 +448,8 @@ static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monot uint64_t l_Lean_Meta_TransparencyMode_toUInt64(uint8_t); lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__12___closed__6; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__10; lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); -static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__2; static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_applyConst___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__22(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_Lean_Meta_whnfUntil(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -459,17 +462,18 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_ lean_object* l_Lean_Expr_mdataExpr_x21(lean_object*); lean_object* l_Lean_Expr_bindingInfo_x21(lean_object*); uint8_t l_Lean_Expr_isForall(lean_object*); +static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__11; lean_object* l_Lean_Expr_mvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_evalMonotonicity___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Monotonicity_solveMonoStep___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__6; uint64_t l___private_Lean_Meta_Basic_0__Lean_Meta_Config_toKey(lean_object*); +static lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__8; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_evalMonotonicity___regBuiltin_Lean_Meta_Monotonicity_evalMonotonicity__1___closed__3; lean_object* l_Lean_Elab_Tactic_replaceMainGoal(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__9; -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__25(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_beqBinderInfo____x40_Lean_Expr___hyg_413_(uint8_t, uint8_t); uint64_t l_Lean_Meta_DiscrTree_Key_hash(lean_object*); @@ -484,10 +488,10 @@ static lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__3___closed_ lean_object* l_Lean_Meta_etaExpand(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__26(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__8; +static lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_solveMonoCall___lambda__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*); uint8_t l_Array_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__13(lean_object*); -static lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___closed__2; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__12___closed__4; static lean_object* l_Lean_Meta_Monotonicity_solveMonoStep___lambda__9___closed__5; LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_Monotonicity_solveMonoStep___spec__2(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*); @@ -2158,7 +2162,157 @@ lean_dec(x_2); return x_4; } } -static lean_object* _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__1() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_private", 8, 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__2; +x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__4() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Elab", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__3; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__4; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__6() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Tactic", 6, 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__5; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__6; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__7; +x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__8; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__9; +x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__10; +x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__2; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__12() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__11; +x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__13() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("init", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__14() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__12; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__13; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__15() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a monotonicity theorem for `partial_fixpoint`.\n\nMonotonicity theorems should have `Lean.Order.monotone ...` as a conclusion. They are used in the\n`monotonicity` tactic (scoped in the `Lean.Order` namespace) to automatically prove monotonicity\nfor functions defined using `partial_fixpoint`.\n", 301, 301); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__14; +x_3 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__15; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -2169,7 +2323,7 @@ lean_ctor_set(x_2, 1, x_1); return x_2; } } -static lean_object* _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__2() { +static lean_object* _init_l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; @@ -2184,7 +2338,7 @@ lean_ctor_set(x_2, 5, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1(lean_object* x_1, lean_object* x_2, uint8_t 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; lean_object* x_11; lean_object* x_12; uint8_t x_13; @@ -2205,7 +2359,7 @@ x_14 = lean_ctor_get(x_11, 0); x_15 = lean_ctor_get(x_11, 5); lean_dec(x_15); x_16 = l_Lean_ScopedEnvExtension_addCore___rarg(x_14, x_1, x_2, x_3, x_9); -x_17 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__1; +x_17 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__1; lean_ctor_set(x_11, 5, x_17); lean_ctor_set(x_11, 0, x_16); x_18 = lean_st_ref_set(x_7, x_11, x_12); @@ -2224,7 +2378,7 @@ if (x_23 == 0) lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; x_24 = lean_ctor_get(x_21, 1); lean_dec(x_24); -x_25 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__2; +x_25 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__2; lean_ctor_set(x_21, 1, x_25); x_26 = lean_st_ref_set(x_5, x_21, x_22); x_27 = !lean_is_exclusive(x_26); @@ -2262,7 +2416,7 @@ lean_inc(x_35); lean_inc(x_34); lean_inc(x_33); lean_dec(x_21); -x_37 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__2; +x_37 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__2; x_38 = lean_alloc_ctor(0, 5, 0); lean_ctor_set(x_38, 0, x_33); lean_ctor_set(x_38, 1, x_37); @@ -2312,7 +2466,7 @@ lean_inc(x_45); lean_inc(x_44); lean_dec(x_11); x_52 = l_Lean_ScopedEnvExtension_addCore___rarg(x_44, x_1, x_2, x_3, x_9); -x_53 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__1; +x_53 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__1; x_54 = lean_alloc_ctor(0, 9, 0); lean_ctor_set(x_54, 0, x_52); lean_ctor_set(x_54, 1, x_45); @@ -2352,7 +2506,7 @@ if (lean_is_exclusive(x_58)) { lean_dec_ref(x_58); x_64 = lean_box(0); } -x_65 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__2; +x_65 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__2; if (lean_is_scalar(x_64)) { x_66 = lean_alloc_ctor(0, 5, 0); } else { @@ -2386,7 +2540,7 @@ return x_71; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaBoundedTelescope___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__2___rarg(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_EXPORT lean_object* l_Lean_Meta_lambdaBoundedTelescope___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__2___rarg(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) { _start: { lean_object* x_10; uint8_t x_11; lean_object* x_12; @@ -2441,15 +2595,15 @@ return x_20; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaBoundedTelescope___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaBoundedTelescope___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__2(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Meta_lambdaBoundedTelescope___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__2___rarg___boxed), 9, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_Meta_lambdaBoundedTelescope___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__2___rarg___boxed), 9, 0); return x_2; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__1___closed__1() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__1___closed__1() { _start: { lean_object* x_1; @@ -2457,7 +2611,7 @@ x_1 = l_Lean_Meta_Monotonicity_monotoneExt; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__1(uint64_t x_1, uint64_t 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_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__1(uint64_t x_1, uint64_t 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) { _start: { lean_object* x_12; uint64_t x_13; uint8_t 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; uint8_t x_21; @@ -2516,8 +2670,8 @@ lean_dec(x_30); x_33 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_33, 0, x_3); lean_ctor_set(x_33, 1, x_31); -x_34 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__1___closed__1; -x_35 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1(x_34, x_33, x_4, x_7, x_8, x_9, x_10, x_32); +x_34 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__1___closed__1; +x_35 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1(x_34, x_33, x_4, x_7, x_8, x_9, x_10, x_32); lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); @@ -2625,8 +2779,8 @@ lean_dec(x_66); x_69 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_69, 0, x_3); lean_ctor_set(x_69, 1, x_67); -x_70 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__1___closed__1; -x_71 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1(x_70, x_69, x_4, x_7, x_8, x_9, x_10, x_68); +x_70 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__1___closed__1; +x_71 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1(x_70, x_69, x_4, x_7, x_8, x_9, x_10, x_68); lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); @@ -2664,7 +2818,7 @@ return x_75; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__2(uint64_t x_1, uint64_t 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_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__2(uint64_t x_1, uint64_t 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) { _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; uint8_t x_17; lean_object* x_18; @@ -2672,18 +2826,18 @@ x_11 = l_Lean_Meta_Monotonicity_headBetaUnderLambda(x_5); x_12 = lean_box_uint64(x_1); x_13 = lean_box_uint64(x_2); x_14 = lean_box(x_4); -x_15 = lean_alloc_closure((void*)(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__1___boxed), 11, 4); +x_15 = lean_alloc_closure((void*)(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__1___boxed), 11, 4); lean_closure_set(x_15, 0, x_12); lean_closure_set(x_15, 1, x_13); lean_closure_set(x_15, 2, x_3); lean_closure_set(x_15, 3, x_14); x_16 = lean_unsigned_to_nat(1u); x_17 = 0; -x_18 = l_Lean_Meta_lambdaBoundedTelescope___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__2___rarg(x_11, x_16, x_15, x_17, x_6, x_7, x_8, x_9, x_10); +x_18 = l_Lean_Meta_lambdaBoundedTelescope___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__2___rarg(x_11, x_16, x_15, x_17, x_6, x_7, x_8, x_9, x_10); return x_18; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__3(uint64_t x_1, uint64_t 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, lean_object* x_13, lean_object* x_14) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__3(uint64_t x_1, uint64_t 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, lean_object* x_13, lean_object* x_14) { _start: { lean_object* x_15; uint8_t x_16; @@ -2705,7 +2859,7 @@ lean_inc(x_18); x_19 = lean_ctor_get(x_17, 1); lean_inc(x_19); lean_dec(x_17); -x_20 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__2(x_1, x_2, x_3, x_4, x_18, x_10, x_11, x_12, x_13, x_19); +x_20 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__2(x_1, x_2, x_3, x_4, x_18, x_10, x_11, x_12, x_13, x_19); return x_20; } else @@ -2739,12 +2893,12 @@ return x_24; else { lean_object* x_25; -x_25 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__2(x_1, x_2, x_3, x_4, x_15, x_10, x_11, x_12, x_13, x_14); +x_25 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__2(x_1, x_2, x_3, x_4, x_15, x_10, x_11, x_12, x_13, x_14); return x_25; } } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__1() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__1() { _start: { lean_object* x_1; @@ -2752,16 +2906,16 @@ x_1 = lean_mk_string_unchecked("@[partial_fixpoint_monotone] attribute only appl return x_1; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__2() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__1; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3() { _start: { lean_object* x_1; @@ -2769,7 +2923,7 @@ x_1 = lean_mk_string_unchecked("Order", 5, 5); return x_1; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__4() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__4() { _start: { lean_object* x_1; @@ -2777,40 +2931,40 @@ x_1 = lean_mk_string_unchecked("monotone", 8, 8); return x_1; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__5() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3; -x_3 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__4; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3; +x_3 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__4; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__6() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__5; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__5; x_2 = 0; x_3 = l_Lean_MessageData_ofConstName(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__7() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__2; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__6; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__2; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__6; x_3 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_3, 0, x_1); lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__8() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__8() { _start: { lean_object* x_1; @@ -2818,37 +2972,37 @@ x_1 = lean_mk_string_unchecked("", 0, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__8; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__8; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__10() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__7; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__7; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_3 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_3, 0, x_1); lean_ctor_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__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) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__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; lean_object* x_8; -x_7 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__10; +x_7 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__10; x_8 = l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(x_7, x_2, x_3, x_4, x_5, x_6); return x_8; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__1() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__1() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; uint8_t x_5; lean_object* x_6; @@ -2879,16 +3033,16 @@ lean_ctor_set_uint8(x_6, 17, x_2); return x_6; } } -static uint64_t _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__2() { +static uint64_t _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__2() { _start: { lean_object* x_1; uint64_t x_2; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__1; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__1; x_2 = l___private_Lean_Meta_Basic_0__Lean_Meta_Config_toKey(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__3() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__3() { _start: { lean_object* x_1; lean_object* x_2; @@ -2897,23 +3051,23 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__4() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__3; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__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_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__5() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__5() { _start: { size_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = 5; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__4; -x_3 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__3; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__4; +x_3 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__3; x_4 = lean_unsigned_to_nat(0u); x_5 = lean_alloc_ctor(0, 4, sizeof(size_t)*1); lean_ctor_set(x_5, 0, x_2); @@ -2924,13 +3078,13 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__6() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(0); x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__7; -x_3 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__5; +x_3 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__5; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_2); lean_ctor_set(x_4, 1, x_3); @@ -2938,16 +3092,16 @@ lean_ctor_set(x_4, 2, x_1); return x_4; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__7() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint64_t x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; x_1 = lean_box(0); x_2 = lean_box(0); -x_3 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__1; -x_4 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__2; +x_3 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__1; +x_4 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__2; x_5 = 0; -x_6 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__6; +x_6 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__6; x_7 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__9___closed__1; x_8 = lean_unsigned_to_nat(0u); x_9 = lean_alloc_ctor(0, 7, 11); @@ -2965,7 +3119,7 @@ lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 10, x_5); return x_9; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__8() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -2984,7 +3138,7 @@ lean_ctor_set(x_3, 8, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__9() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__9() { _start: { lean_object* x_1; lean_object* x_2; @@ -2997,15 +3151,15 @@ lean_ctor_set(x_2, 3, x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__10() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__10() { _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 = lean_box(0); -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__8; -x_3 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__2; -x_4 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__5; -x_5 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__9; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__8; +x_3 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__2; +x_4 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__5; +x_5 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__9; x_6 = lean_alloc_ctor(0, 5, 0); lean_ctor_set(x_6, 0, x_2); lean_ctor_set(x_6, 1, x_3); @@ -3015,7 +3169,7 @@ lean_ctor_set(x_6, 4, x_5); return x_6; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__11() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__11() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; uint8_t x_5; lean_object* x_6; @@ -3046,27 +3200,27 @@ lean_ctor_set_uint8(x_6, 17, x_2); return x_6; } } -static uint64_t _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__12() { +static uint64_t _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__12() { _start: { uint64_t x_1; uint64_t x_2; uint64_t x_3; x_1 = 2; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__2; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__2; x_3 = lean_uint64_shift_right(x_2, x_1); return x_3; } } -static uint64_t _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__13() { +static uint64_t _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__13() { _start: { uint64_t x_1; uint64_t x_2; uint64_t x_3; x_1 = 2; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__12; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__12; x_3 = lean_uint64_shift_left(x_2, x_1); return x_3; } } -static uint64_t _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__14() { +static uint64_t _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__14() { _start: { uint8_t x_1; uint64_t x_2; @@ -3075,26 +3229,26 @@ x_2 = l_Lean_Meta_TransparencyMode_toUInt64(x_1); return x_2; } } -static uint64_t _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__15() { +static uint64_t _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__15() { _start: { uint64_t x_1; uint64_t x_2; uint64_t x_3; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__13; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__14; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__13; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__14; x_3 = lean_uint64_lor(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__16() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint64_t x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; x_1 = lean_box(0); x_2 = lean_box(0); -x_3 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__11; -x_4 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__15; +x_3 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__11; +x_4 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__15; x_5 = 0; -x_6 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__6; +x_6 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__6; x_7 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__9___closed__1; x_8 = lean_unsigned_to_nat(0u); x_9 = lean_alloc_ctor(0, 7, 11); @@ -3112,27 +3266,27 @@ lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 10, x_5); return x_9; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__17() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__17() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___boxed), 6, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5(lean_object* x_1, lean_object* x_2, uint8_t 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; lean_object* x_11; lean_object* x_12; lean_object* x_13; x_7 = lean_box(0); -x_8 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__10; +x_8 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__10; x_9 = lean_st_mk_ref(x_8, x_6); x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); x_11 = lean_ctor_get(x_9, 1); lean_inc(x_11); lean_dec(x_9); -x_12 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__7; +x_12 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__7; lean_inc(x_1); x_13 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_1, x_12, x_10, x_4, x_5, x_11); if (lean_obj_tag(x_13) == 0) @@ -3148,7 +3302,7 @@ lean_dec(x_14); x_17 = 2; x_18 = 1; x_19 = 0; -x_20 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__16; +x_20 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__16; lean_inc(x_5); lean_inc(x_4); lean_inc(x_10); @@ -3167,7 +3321,7 @@ lean_dec(x_21); x_25 = lean_ctor_get(x_23, 1); lean_inc(x_25); lean_dec(x_23); -x_26 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__17; +x_26 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__17; x_27 = l_Lean_Expr_cleanupAnnotations(x_25); x_28 = l_Lean_Expr_isApp(x_27); if (x_28 == 0) @@ -3524,7 +3678,7 @@ else lean_object* x_106; lean_object* x_107; lean_object* x_108; uint8_t x_109; x_106 = l_Lean_Expr_appArg(x_91, lean_box(0)); x_107 = l_Lean_Expr_appFnCleanup(x_91, lean_box(0)); -x_108 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__5; +x_108 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__5; x_109 = l_Lean_Expr_isConstOf(x_107, x_108); lean_dec(x_107); if (x_109 == 0) @@ -3597,9 +3751,9 @@ return x_122; else { uint64_t x_123; lean_object* x_124; -x_123 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__14; +x_123 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__14; lean_inc(x_10); -x_124 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__3(x_17, x_123, x_1, x_3, x_106, x_90, x_74, x_58, x_42, x_12, x_10, x_4, x_5, x_24); +x_124 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__3(x_17, x_123, x_1, x_3, x_106, x_90, x_74, x_58, x_42, x_12, x_10, x_4, x_5, x_24); lean_dec(x_58); lean_dec(x_74); lean_dec(x_90); @@ -3720,7 +3874,7 @@ return x_143; } } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___closed__1() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___closed__1() { _start: { lean_object* x_1; @@ -3728,175 +3882,25 @@ x_1 = lean_mk_string_unchecked("attribute cannot be erased", 26, 26); return x_1; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___closed__2() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___closed__1; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6(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; -x_5 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___closed__2; +x_5 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___closed__2; x_6 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__1; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__2; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__4() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("initFn", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__5() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__3; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__4; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__6() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_@", 2, 2); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__5; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__6; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__7; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__9() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Elab", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__10() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__8; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__9; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__11() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Tactic", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__12() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__10; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__11; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__13() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__12; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__14() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_hyg", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__15() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__13; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__14; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__16() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__15; -x_2 = lean_unsigned_to_nat(245u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__17() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__1() { _start: { lean_object* x_1; @@ -3904,17 +3908,17 @@ x_1 = lean_mk_string_unchecked("partial_fixpoint_monotone", 25, 25); return x_1; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__18() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__17; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__19() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__3() { _start: { lean_object* x_1; @@ -3922,13 +3926,13 @@ x_1 = lean_mk_string_unchecked("monotonicity theorem", 20, 20); return x_1; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__20() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__16; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__18; -x_3 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__19; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__14; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__2; +x_3 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__3; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -3938,29 +3942,29 @@ lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__21() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__22() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__23() { +static lean_object* _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__20; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__21; -x_3 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__22; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__4; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__5; +x_3 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__6; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -3968,39 +3972,39 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__23; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__7; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____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_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___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) { _start: { uint8_t x_9; lean_object* x_10; x_9 = lean_unbox(x_3); lean_dec(x_3); -x_10 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1(x_1, x_2, x_9, x_4, x_5, x_6, x_7, x_8); +x_10 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1(x_1, x_2, x_9, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaBoundedTelescope___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__2___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaBoundedTelescope___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__2___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { uint8_t x_10; lean_object* x_11; x_10 = lean_unbox(x_4); lean_dec(x_4); -x_11 = l_Lean_Meta_lambdaBoundedTelescope___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__2___rarg(x_1, x_2, x_3, x_10, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_Meta_lambdaBoundedTelescope___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__2___rarg(x_1, x_2, x_3, x_10, x_5, x_6, x_7, x_8, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__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_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__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) { _start: { uint64_t x_12; uint64_t x_13; uint8_t x_14; lean_object* x_15; @@ -4010,12 +4014,12 @@ x_13 = lean_unbox_uint64(x_2); lean_dec(x_2); x_14 = lean_unbox(x_4); lean_dec(x_4); -x_15 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__1(x_12, x_13, x_3, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_15 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__1(x_12, x_13, x_3, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11); lean_dec(x_5); return x_15; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__2___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_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__2___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: { uint64_t x_11; uint64_t x_12; uint8_t x_13; lean_object* x_14; @@ -4025,11 +4029,11 @@ x_12 = lean_unbox_uint64(x_2); lean_dec(x_2); x_13 = lean_unbox(x_4); lean_dec(x_4); -x_14 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__2(x_11, x_12, x_3, x_13, x_5, x_6, x_7, x_8, x_9, x_10); +x_14 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__2(x_11, x_12, x_3, x_13, x_5, x_6, x_7, x_8, x_9, x_10); return x_14; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__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, 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_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__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, 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) { _start: { uint64_t x_15; uint64_t x_16; uint8_t x_17; lean_object* x_18; @@ -4039,7 +4043,7 @@ x_16 = lean_unbox_uint64(x_2); lean_dec(x_2); x_17 = lean_unbox(x_4); lean_dec(x_4); -x_18 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__3(x_15, x_16, x_3, x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_18 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__3(x_15, x_16, x_3, x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4047,11 +4051,11 @@ lean_dec(x_5); return x_18; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__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) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__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_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); @@ -4060,22 +4064,22 @@ lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__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) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__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; lean_object* x_8; x_7 = lean_unbox(x_3); lean_dec(x_3); -x_8 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5(x_1, x_2, x_7, x_4, x_5, x_6); lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___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_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -4104,7 +4108,7 @@ lean_dec(x_12); x_14 = lean_ctor_get_uint8(x_13, sizeof(void*)*3); lean_dec(x_13); x_15 = l_panic___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____spec__13___closed__1; -x_16 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__1___closed__1; +x_16 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__1___closed__1; x_17 = l_Lean_ScopedEnvExtension_getState___rarg(x_15, x_16, x_10, x_14); x_18 = l_Lean_Meta_DiscrTree_getMatch___rarg(x_17, x_1, x_2, x_3, x_4, x_5, x_9); return x_18; @@ -4302,7 +4306,7 @@ lean_ctor_set(x_21, 1, x_20); x_22 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_22, 0, x_13); lean_ctor_set(x_22, 1, x_21); -x_23 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_23 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_24 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_24, 0, x_22); lean_ctor_set(x_24, 1, x_23); @@ -4313,7 +4317,7 @@ else { lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_dec(x_2); -x_26 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_26 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_27 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_27, 0, x_13); lean_ctor_set(x_27, 1, x_26); @@ -4373,7 +4377,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_ _start: { lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; -x_3 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_3 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_4 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_4, 0, x_3); lean_ctor_set(x_4, 1, x_1); @@ -4549,7 +4553,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3; x_3 = l_Lean_Meta_Monotonicity_solveMonoCall___lambda__2___closed__3; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -4663,7 +4667,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_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3; x_3 = l_Lean_Meta_Monotonicity_solveMonoCall___lambda__3___closed__1; x_4 = l_Lean_Meta_Monotonicity_solveMonoCall___lambda__3___closed__2; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -4683,7 +4687,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_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3; x_3 = l_Lean_Meta_Monotonicity_solveMonoCall___lambda__3___closed__1; x_4 = l_Lean_Meta_Monotonicity_solveMonoCall___lambda__3___closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -4906,7 +4910,7 @@ x_15 = l_Lean_indentExpr(x_2); 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_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_17 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_18 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_18, 0, x_16); lean_ctor_set(x_18, 1, x_17); @@ -4944,7 +4948,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3; x_3 = l_Lean_Meta_Monotonicity_solveMonoCall___lambda__5___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -5005,7 +5009,7 @@ x_21 = l_Lean_MessageData_ofExpr(x_6); 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_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_23 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_24 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_24, 0, x_22); lean_ctor_set(x_24, 1, x_23); @@ -5242,7 +5246,7 @@ x_15 = l_Lean_MessageData_ofExpr(x_2); 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_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_17 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_18 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_18, 0, x_16); lean_ctor_set(x_18, 1, x_17); @@ -5472,7 +5476,7 @@ else { lean_object* x_49; lean_object* x_50; uint8_t x_51; x_49 = l_Lean_Expr_appFnCleanup(x_45, lean_box(0)); -x_50 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__5; +x_50 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__5; x_51 = l_Lean_Expr_isConstOf(x_49, x_50); lean_dec(x_49); if (x_51 == 0) @@ -5584,7 +5588,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3; x_3 = l_Lean_Meta_Monotonicity_solveMonoCall___lambda__8___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -5703,7 +5707,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3; x_3 = l_Lean_Meta_Monotonicity_solveMonoCall___lambda__9___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -5748,7 +5752,7 @@ x_22 = l_Lean_MessageData_ofExpr(x_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_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_24 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_25 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_25, 0, x_23); lean_ctor_set(x_25, 1, x_24); @@ -6145,7 +6149,7 @@ else { lean_object* x_50; lean_object* x_51; uint8_t x_52; x_50 = l_Lean_Expr_appFnCleanup(x_46, lean_box(0)); -x_51 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__5; +x_51 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__5; x_52 = l_Lean_Expr_isConstOf(x_50, x_51); lean_dec(x_50); if (x_52 == 0) @@ -6527,7 +6531,7 @@ x_83 = l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Monotonicity_solveMonoStep___ lean_ctor_set_tag(x_67, 7); lean_ctor_set(x_67, 1, x_82); lean_ctor_set(x_67, 0, x_83); -x_84 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_84 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; lean_ctor_set_tag(x_63, 7); lean_ctor_set(x_63, 1, x_84); lean_ctor_set(x_63, 0, x_67); @@ -6568,7 +6572,7 @@ x_97 = l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Monotonicity_solveMonoStep___ x_98 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_98, 0, x_97); lean_ctor_set(x_98, 1, x_96); -x_99 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_99 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; lean_ctor_set_tag(x_63, 7); lean_ctor_set(x_63, 1, x_99); lean_ctor_set(x_63, 0, x_98); @@ -6662,7 +6666,7 @@ if (lean_is_scalar(x_123)) { } lean_ctor_set(x_127, 0, x_126); lean_ctor_set(x_127, 1, x_125); -x_128 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_128 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_129 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_129, 0, x_127); lean_ctor_set(x_129, 1, x_128); @@ -6788,7 +6792,7 @@ x_40 = lean_ctor_get(x_32, 1); x_41 = lean_ctor_get(x_32, 0); lean_dec(x_41); x_42 = l_Lean_Exception_toMessageData(x_28); -x_43 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_43 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; lean_ctor_set_tag(x_32, 7); lean_ctor_set(x_32, 1, x_42); lean_ctor_set(x_32, 0, x_43); @@ -6819,7 +6823,7 @@ x_50 = lean_ctor_get(x_32, 1); lean_inc(x_50); lean_dec(x_32); x_51 = l_Lean_Exception_toMessageData(x_28); -x_52 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_52 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_53 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_53, 0, x_52); lean_ctor_set(x_53, 1, x_51); @@ -7549,7 +7553,7 @@ x_36 = l_Lean_Meta_Monotonicity_solveMonoStep___lambda__6___closed__4; lean_ctor_set_tag(x_20, 7); lean_ctor_set(x_20, 1, x_35); lean_ctor_set(x_20, 0, x_36); -x_37 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_37 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_38 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_38, 0, x_20); lean_ctor_set(x_38, 1, x_37); @@ -7582,7 +7586,7 @@ x_51 = l_Lean_Meta_Monotonicity_solveMonoStep___lambda__6___closed__4; x_52 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_52, 0, x_51); lean_ctor_set(x_52, 1, x_50); -x_53 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_53 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_54 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_54, 0, x_52); lean_ctor_set(x_54, 1, x_53); @@ -8095,7 +8099,7 @@ x_34 = l_Lean_indentExpr(x_20); x_35 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_35, 0, x_33); lean_ctor_set(x_35, 1, x_34); -x_36 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_36 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_37 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_37, 0, x_35); lean_ctor_set(x_37, 1, x_36); @@ -8130,7 +8134,7 @@ x_48 = l_Lean_indentExpr(x_20); x_49 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_49, 0, x_47); lean_ctor_set(x_49, 1, x_48); -x_50 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_50 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_51 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_51, 0, x_49); lean_ctor_set(x_51, 1, x_50); @@ -8264,7 +8268,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3; x_3 = l_Lean_Meta_Monotonicity_solveMonoStep___lambda__12___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -8663,7 +8667,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3; x_3 = l_Lean_Meta_Monotonicity_solveMonoStep___lambda__14___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -10206,7 +10210,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3; x_3 = l_Lean_Meta_Monotonicity_solveMonoStep___lambda__21___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -10388,7 +10392,7 @@ x_9 = l_Lean_Meta_Monotonicity_solveMonoStep___lambda__23___closed__2; x_10 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_10, 0, x_9); lean_ctor_set(x_10, 1, x_8); -x_11 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_11 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_12 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_12, 0, x_10); lean_ctor_set(x_12, 1, x_11); @@ -10523,7 +10527,7 @@ else lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; x_38 = l_Lean_Expr_appArg(x_34, lean_box(0)); x_39 = l_Lean_Expr_appFnCleanup(x_34, lean_box(0)); -x_40 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__5; +x_40 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__5; x_41 = l_Lean_Expr_isConstOf(x_39, x_40); lean_dec(x_39); if (x_41 == 0) @@ -10765,7 +10769,7 @@ x_19 = l_Lean_Meta_Monotonicity_solveMonoStep___lambda__26___closed__2; lean_ctor_set_tag(x_9, 7); lean_ctor_set(x_9, 1, x_18); lean_ctor_set(x_9, 0, x_19); -x_20 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_20 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_21 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_21, 0, x_9); lean_ctor_set(x_21, 1, x_20); @@ -10793,7 +10797,7 @@ x_28 = l_Lean_Meta_Monotonicity_solveMonoStep___lambda__26___closed__2; x_29 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_29, 0, x_28); lean_ctor_set(x_29, 1, x_27); -x_30 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9; +x_30 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9; x_31 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_31, 0, x_29); lean_ctor_set(x_31, 1, x_30); @@ -10823,8 +10827,8 @@ static lean_object* _init_l_Lean_Meta_Monotonicity_solveMonoStep___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__9; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__11; +x_1 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__4; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__6; x_3 = l_Lean_Meta_Monotonicity_solveMonoStep___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -11479,7 +11483,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3; x_3 = l_Lean_Meta_Monotonicity_solveMonoStep___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -11533,93 +11537,117 @@ x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(x_2, x_3, x_4, x_5, x_1); return x_6; } } -static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__1() { +static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("initFn", 6, 6); +return x_1; +} +} +static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__4; +x_2 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__2() { +static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_@", 2, 2); +return x_1; +} +} +static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__1; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__6; +x_1 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__2; +x_2 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__3() { +static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__2; +x_1 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__4; x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__4() { +static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__3; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__9; +x_1 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__5; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__5() { +static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__4; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__11; +x_1 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__6; +x_2 = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__6() { +static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__5; +x_1 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__7; x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_162____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__7() { +static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__9() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_hyg", 4, 4); +return x_1; +} +} +static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__6; -x_2 = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__14; +x_1 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__8; +x_2 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__9; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__8() { +static lean_object* _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__7; -x_2 = lean_unsigned_to_nat(5398u); +x_1 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__10; +x_2 = lean_unsigned_to_nat(5387u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Monotonicity_solveMonoStep___closed__2; x_3 = 0; -x_4 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__8; +x_4 = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__11; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -11698,112 +11726,113 @@ if (lean_io_result_is_error(res)) return res; l_Lean_Meta_Monotonicity_monotoneExt = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_Monotonicity_monotoneExt); lean_dec_ref(res); -}l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__1 = _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__1(); -lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__1); -l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__2 = _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__2(); -lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____spec__1___closed__2); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__1___closed__1 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__1___closed__1); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__1 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__1(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__1); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__2 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__2(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__2); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__3); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__4 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__4(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__4); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__5 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__5(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__5); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__6 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__6(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__6); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__7 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__7(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__7); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__8 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__8(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__8); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__9); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__10 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__10(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__4___closed__10); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__1 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__1(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__1); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__2 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__2(); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__3 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__3(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__3); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__4 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__4(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__4); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__5 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__5(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__5); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__6 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__6(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__6); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__7 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__7(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__7); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__8 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__8(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__8); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__9 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__9(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__9); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__10 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__10(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__10); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__11 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__11(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__11); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__12 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__12(); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__13 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__13(); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__14 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__14(); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__15 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__15(); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__16 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__16(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__16); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__17 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__17(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__5___closed__17); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___closed__1 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___closed__1(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___closed__1); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___closed__2 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___closed__2(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____lambda__6___closed__2); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__1 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__1(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__1); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__2 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__2(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__2); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__3 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__3(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__3); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__4 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__4(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__4); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__5 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__5(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__5); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__6 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__6(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__6); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__7 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__7(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__7); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__8 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__8(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__8); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__9 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__9(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__9); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__10 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__10(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__10); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__11 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__11(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__11); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__12 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__12(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__12); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__13 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__13(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__13); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__14 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__14(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__14); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__15 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__15(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__15); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__16 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__16(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__16); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__17 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__17(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__17); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__18 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__18(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__18); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__19 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__19(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__19); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__20 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__20(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__20); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__21 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__21(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__21); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__22 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__22(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__22); -l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__23 = _init_l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__23(); -lean_mark_persistent(l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245____closed__23); -if (builtin) {res = l_Lean_Meta_Monotonicity_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_245_(lean_io_mk_world()); +}l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__1 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__1); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__2 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__2); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__3 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__3); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__4 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__4); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__5 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__5(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__5); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__6 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__6(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__6); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__7 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__7(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__7); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__8 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__8(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__8); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__9 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__9(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__9); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__10 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__10(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__10); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__11 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__11(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__11); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__12 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__12(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__12); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__13 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__13(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__13); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__14 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__14(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__14); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__15 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__15(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1___closed__15); +if (builtin) {res = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___regBuiltin___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__1 = _init_l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__1(); +lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__1); +l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__2 = _init_l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__2(); +lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___spec__1___closed__2); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__1___closed__1 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__1___closed__1); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__1 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__1); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__2 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__2); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__3); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__4 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__4); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__5 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__5(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__5); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__6 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__6(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__6); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__7 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__7(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__7); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__8 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__8(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__8); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__9); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__10 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__10(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__4___closed__10); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__1 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__1); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__2 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__2(); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__3 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__3); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__4 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__4); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__5 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__5(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__5); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__6 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__6(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__6); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__7 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__7(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__7); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__8 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__8(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__8); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__9 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__9(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__9); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__10 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__10(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__10); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__11 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__11(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__11); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__12 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__12(); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__13 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__13(); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__14 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__14(); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__15 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__15(); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__16 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__16(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__16); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__17 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__17(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__5___closed__17); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___closed__1 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___closed__1); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___closed__2 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___lambda__6___closed__2); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__1 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__1); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__2 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__2); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__3 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__3); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__4 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__4); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__5 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__5(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__5); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__6 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__6(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__6); +l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__7 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__7(); +lean_mark_persistent(l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init___closed__7); +if (builtin) {res = l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_init(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_defaultFailK___rarg___closed__1 = _init_l___private_Lean_Elab_Tactic_Monotonicity_0__Lean_Meta_Monotonicity_defaultFailK___rarg___closed__1(); @@ -11989,23 +12018,29 @@ lean_mark_persistent(l_Lean_Meta_Monotonicity_evalMonotonicity___regBuiltin_Lean if (builtin) {res = l_Lean_Meta_Monotonicity_evalMonotonicity___regBuiltin_Lean_Meta_Monotonicity_evalMonotonicity__1(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -}l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__1 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__1(); -lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__1); -l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__2 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__2(); -lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__2); -l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__3 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__3(); -lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__3); -l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__4 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__4(); -lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__4); -l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__5 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__5(); -lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__5); -l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__6 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__6(); -lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__6); -l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__7 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__7(); -lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__7); -l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__8 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__8(); -lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398____closed__8); -if (builtin) {res = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5398_(lean_io_mk_world()); +}l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__1 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__1(); +lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__1); +l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__2 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__2(); +lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__2); +l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__3 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__3(); +lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__3); +l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__4 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__4(); +lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__4); +l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__5 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__5(); +lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__5); +l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__6 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__6(); +lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__6); +l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__7 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__7(); +lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__7); +l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__8 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__8(); +lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__8); +l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__9 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__9(); +lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__9); +l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__10 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__10(); +lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__10); +l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__11 = _init_l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__11(); +lean_mark_persistent(l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387____closed__11); +if (builtin) {res = l_initFn____x40_Lean_Elab_Tactic_Monotonicity___hyg_5387_(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)); diff --git a/stage0/stdlib/Lean/Elab/Term.c b/stage0/stdlib/Lean/Elab/Term.c index 76c343c171..972bfdddbd 100644 --- a/stage0/stdlib/Lean/Elab/Term.c +++ b/stage0/stdlib/Lean/Elab/Term.c @@ -23,13 +23,13 @@ LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned___at_Lean_Elab_Term_synthesize lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); static lean_object* l_Lean_logAt___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_exposeLevelMVars___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__4; static lean_object* l_Lean_Elab_Term_addAutoBoundImplicitsInlayHint___lambda__1___closed__3; static lean_object* l_Lean_Elab_Term_hasNoImplicitLambdaAnnotation___closed__1; lean_object* lean_string_utf8_extract(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withoutModifyingStateWithInfoAndMessages(lean_object*, lean_object*); lean_object* l_StateRefT_x27_instMonadExceptOf___rarg(lean_object*); static lean_object* l_Lean_Elab_Term_mkTypeMismatchError___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_levelMVarToParam(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_Term_0__Lean_Elab_Term_isLambdaWithImplicit___closed__4; lean_object* l_Lean_Meta_ppExpr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -75,6 +75,7 @@ static lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_E extern lean_object* l_Lean_instMonadExceptOfExceptionCoreM; LEAN_EXPORT lean_object* l_Lean_Elab_Term_getInfoTreeWithContext_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveId_x3f(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__4; uint8_t l_Lean_Elab_isAbortExceptionId(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withSaveParentDeclInfoContext___at_Lean_Elab_Term_withDeclName___spec__2(lean_object*); static lean_object* l_Lean_Elab_Term_tryPostponeIfHasMVars___closed__2; @@ -96,6 +97,7 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Core_transform_visit___at_Lean_Elab_Term_exposeLevelMVars___spec__2___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_collectUnassignedMVars___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_throwError___at_Lean_Elab_Term_mkConst___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___closed__2; @@ -104,7 +106,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_withSa static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_CommandContextInfo_save___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__12; +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_registerMVarErrorCustomInfo(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_Lean_Elab_Term_exprToSyntax___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withDeclName___spec__8(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -127,6 +129,7 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v LEAN_EXPORT lean_object* l_Lean_Elab_Term_instAddErrorMessageContextTermElabM(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_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_commitIfNoErrors_x3f(lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__7; static lean_object* l_Lean_Elab_withSaveParentDeclInfoContext___at_Lean_Elab_Term_withDeclName___spec__2___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__3(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, uint8_t, double, double, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -149,6 +152,7 @@ static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFn LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_isLetRecAuxMVar___spec__3(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_LevelMVarErrorInfo_logError___lambda__1___closed__4; lean_object* l_Lean_Elab_Level_elabLevel(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_wrapAsyncAsSnapshot___rarg(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_Term_instMonadMacroAdapterTermElabM; LEAN_EXPORT lean_object* l_Lean_Elab_Term_getInfoTreeWithContext_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -156,6 +160,7 @@ LEAN_EXPORT lean_object* l_Lean_Core_transform___at_Lean_Elab_Term_exposeLevelMV LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkTacticMVar___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 uint8_t l_Lean_Elab_Term_isLetRecAuxMVar___lambda__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__6; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__8; lean_object* l_Lean_PersistentArray_toArray___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_getDocStringText___at_Lean_Elab_Term_expandDeclId___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_getFVarLocalDecl_x21___closed__2; @@ -170,6 +175,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_wrapAsyncAsSnapshot___rarg___lambda__1 LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutTacticIncrementality___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); lean_object* l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__28; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_expandDeclId___spec__16(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instInhabitedTacticParsedSnapshot; LEAN_EXPORT lean_object* l_Lean_Elab_Term_registerSyntheticMVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -189,6 +195,7 @@ lean_object* l_Lean_MessageData_toString(lean_object*, lean_object*); lean_object* l_Lean_Meta_isProp(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); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__2; static lean_object* l_Lean_Elab_Tactic_instBEqCacheKey___closed__1; static lean_object* l_Lean_Elab_Term_levelMVarToParam___closed__2; LEAN_EXPORT lean_object* l_Lean_MVarId_withContext___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -201,7 +208,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplici static lean_object* l_Lean_addDocString___at_Lean_Elab_Term_expandDeclId___spec__9___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3(lean_object*, lean_object*, lean_object*, uint8_t, 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_Elab_Term_mkCoeWithErrorMsgs(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_initFn____x40_Lean_Elab_Term___hyg_19523____closed__3; uint64_t lean_uint64_of_nat(lean_object*); uint64_t lean_uint64_mix_hash(uint64_t, uint64_t); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__41(lean_object*, lean_object*, size_t, size_t); @@ -215,7 +221,6 @@ static lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_E LEAN_EXPORT lean_object* l_Lean_Elab_Term_isLetRecAuxMVar___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7(lean_object*); lean_object* l_Lean_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__7; LEAN_EXPORT lean_object* l_Lean_Linter_getLinterOptions___at___private_Lean_Elab_Term_0__Lean_Elab_Term_checkDeprecatedCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkAuxName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveId_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -227,6 +232,7 @@ LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__L LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_isLocalIdent_x3f___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkCoe___lambda__1___closed__3; static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__2___closed__3; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__6; size_t lean_uint64_to_usize(uint64_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___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_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -236,8 +242,11 @@ LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_Term_resolveId_x3f_ LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutTacticReuse___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkCoe___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__7; static lean_object* l_Lean_Elab_Term_instMonadTermElabM___closed__3; uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_CollectLevelMVars_visitExpr___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__3; +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveName(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_addCompletionInfo___at_Lean_Elab_Term_addDotCompletionInfo___spec__1(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_getResetTraces___at_Lean_Elab_Term_mkCoe___spec__3___rarg(lean_object*, lean_object*); @@ -248,6 +257,7 @@ lean_object* l_Lean_MetavarContext_getDelayedMVarAssignmentCore_x3f(lean_object* static lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___rarg___closed__3; static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___closed__1; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__5; LEAN_EXPORT lean_object* l_Lean_profileitM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__16___rarg(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_Syntax_getId(lean_object*); static lean_object* l_Lean_Elab_Term_withoutCheckDeprecated___rarg___closed__1; @@ -281,11 +291,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttri LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_mkConst___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_Term_0__Lean_Elab_Term_isNoImplicitLambda___closed__2; lean_object* l_String_removeLeadingSpaces(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instInhabitedMVarErrorKind___closed__10; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631_; lean_object* l_Lean_Core_getMessageLog___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_expandDeclId___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Core_checkSystem(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_resolveId_x3f___spec__3(lean_object*, lean_object*); @@ -294,7 +303,6 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_ensureType___lambda__1___closed__1; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_traceAtCmdPos___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Elab_Term_logUnassignedLevelMVarsUsingErrorInfos___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__32(lean_object*, lean_object*, size_t, size_t); @@ -311,6 +319,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_TermElabM_toIO___rarg(lean_object*, le LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkPartialTermInfo___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_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_CommandContextInfo_saveNoFileMap___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__3(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__4; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Term_mkCoe___spec__2___lambda__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_rewriteManualLinksCore(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__4; @@ -331,13 +340,17 @@ lean_object* l_Lean_Expr_mdata___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_hasNoImplicitLambdaAnnotation___boxed(lean_object*); lean_object* l_Lean_Level_isMVar___boxed(lean_object*); static lean_object* l_Lean_Elab_CommandContextInfo_saveNoFileMap___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__3___rarg___closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withNarrowedTacticReuse___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19680_(lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__5; static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__13; lean_object* l_Lean_Meta_getMVarsAtDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_exceptionToSorry(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_replaceRef(lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_getMVarDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608____closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___spec__3(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_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__30(lean_object*, lean_object*); @@ -352,7 +365,9 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_T LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__3(uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52(lean_object*, 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*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ensureType___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__9; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_docString__1(lean_object*); static lean_object* l_Lean_Options_toLinterOptions___at___private_Lean_Elab_Term_0__Lean_Elab_Term_checkDeprecatedCore___spec__3___closed__1; static lean_object* l_Lean_Elab_Term_addAutoBoundImplicitsInlayHint___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_getDelayedMVarRoot___at_Lean_Elab_Term_isLetRecAuxMVar___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -392,7 +407,6 @@ LEAN_EXPORT lean_object* l_Lean_resolveLocalName___at_Lean_Elab_Term_isLocalIden LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__4(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_Term_exceptionToSorry___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_applyResult(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_float_decLt(double, double); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__22___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkConst___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -409,10 +423,13 @@ static lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Term_0__Lean static lean_object* l_Lean_Elab_Term_mkCoe___lambda__1___closed__5; static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__2___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_liftLevelM___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_saveContext___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedLevelMVarsUsingErrorInfos___spec__3(lean_object*, lean_object*, size_t, size_t); +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Tactic_instInhabitedTacticParsedSnapshot___closed__2; lean_object* l_Lean_MessageData_hasSyntheticSorry(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__12; lean_object* l_Lean_mkIdentFrom(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withDeclName___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_dropTermParens___closed__1; @@ -421,8 +438,8 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutHeedElabAsElim___rarg(lean_obje static lean_object* l_Lean_Elab_Term_instMonadBacktrackSavedStateTermElabM___closed__3; static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__23; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__3; uint8_t l_Lean_Linter_getLinterValue(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instAddMessageContextOfMonadLift___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__4; @@ -434,7 +451,6 @@ static lean_object* l_Lean_Elab_withSaveInfoContext___at_Lean_Elab_Term_withoutM LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__43___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___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_initFn____x40_Lean_Elab_Term___hyg_19756____closed__10; static lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___lambda__3___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__5(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_Lean_Options_toLinterOptions___at___private_Lean_Elab_Term_0__Lean_Elab_Term_checkDeprecatedCore___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -453,6 +469,8 @@ LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__L lean_object* l_Nat_nextPowerOfTwo_go(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__12(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMonadBacktrackSavedStateTermElabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__5; extern lean_object* l_Lean_trace_profiler_useHeartbeats; @@ -460,6 +478,7 @@ static lean_object* l_Lean_Elab_Term_resolveName_process___closed__2; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___rarg___closed__9; LEAN_EXPORT uint8_t l___private_Lean_Elab_Term_0__Lean_Elab_Term_isHole(lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_throwPostpone___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__7___rarg(lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_checkDeprecatedCore___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -467,6 +486,7 @@ lean_object* l_Lean_Expr_mvar___override(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withTermInfoContext_x27___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_Meta_withLocalDecl___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_docString__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withNarrowedArgTacticReuse___rarg___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__17___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__19; @@ -474,7 +494,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutHeedElabAsElim___rarg___lambda_ static lean_object* l_Lean_Elab_Term_instInhabitedMVarErrorKind___closed__7; lean_object* l_Lean_PersistentArray_toList___rarg(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_Term_getFVarLocalDecl_x21___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__11; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_resolveName_x27___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_List_any___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___closed__5; @@ -516,6 +535,7 @@ uint8_t l_Lean_Name_isPrefixOf(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__30___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___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_Term_instMonadMacroAdapterTermElabM___closed__2; +LEAN_EXPORT lean_object* l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3(lean_object*); static lean_object* l_Lean_Elab_Term_levelMVarToParam___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_withSaveParentDeclInfoContext___at_Lean_Elab_Term_withDeclName___spec__2___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_isLetRecAuxMVar___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -536,10 +556,13 @@ LEAN_EXPORT lean_object* l_Lean_Elab_isIncrementalElab___rarg___lambda__3(lean_o LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__19___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__28(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_logUnassignedLevelMVarsUsingErrorInfos(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo(lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___closed__2; static lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit___spec__1___closed__3; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__1; static lean_object* l_Lean_Elab_Term_tryPostponeIfHasMVars___closed__3; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__1; static lean_object* l_Lean_Elab_addBuiltinIncrementalElab___closed__1; static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__5; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_expandDeclId___spec__4(lean_object*, lean_object*, 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*); @@ -549,7 +572,6 @@ lean_object* l_Lean_Kernel_enableDiag(lean_object*, uint8_t); static lean_object* l_Lean_Elab_Term_exposeLevelMVars___lambda__2___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_withMacroExpansionInfo___at_Lean_Elab_Term_withMacroExpansion___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkExplicitBinder(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instToStringSyntheticMVarKind___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -598,7 +620,6 @@ size_t lean_ptr_addr(lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop(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_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__49___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withReuseContext___rarg___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutTacticReuse___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); extern lean_object* l_Lean_Linter_instInhabitedDeprecationEntry; @@ -616,9 +637,9 @@ LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Elab_Term_mkCoe___spec static lean_object* l_Lean_Elab_Term_instMonadMacroAdapterTermElabM___closed__3; lean_object* lean_io_promise_resolve(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___lambda__1___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__36; extern lean_object* l_Lean_Elab_instInhabitedInfoTree; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_levelMVarToParam___lambda__1___boxed(lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_getDocStringText___at_Lean_Elab_Term_expandDeclId___spec__12___closed__1; @@ -639,12 +660,10 @@ static lean_object* l_Lean_Elab_Term_getFVarLocalDecl_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__4; static lean_object* l_Lean_Elab_Term_instMonadTermElabM___closed__4; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__9; static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__3___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__12(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__6; static lean_object* l_Lean_Elab_Term_isLetRecAuxMVar___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveName___lambda__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*); static lean_object* l_Lean_Elab_throwPostpone___at_Lean_Elab_Term_tryPostpone___spec__1___rarg___closed__1; @@ -668,7 +687,6 @@ lean_object* l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(lean_obje LEAN_EXPORT lean_object* l_Lean_Elab_Term_withExpectedType(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_Term_exposeLevelMVars___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_local_ctx_find(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Term_registerMVarErrorImplicitArgInfo(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_isAssigned___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_eqWithInfoAndTraceReuse(lean_object*, lean_object*, lean_object*); @@ -676,6 +694,7 @@ static lean_object* l_List_foldl___at_Lean_Elab_Term_instAddErrorMessageContextT LEAN_EXPORT lean_object* l_Lean_Elab_Term_ensureNoUnassignedMVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___closed__2; static lean_object* l_Lean_Elab_Term_extraMsgToMsg___closed__2; +static lean_object* l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608____closed__2; lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_isLocalIdent_x3f___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_checkDeprecatedCore___spec__1___closed__7; @@ -685,6 +704,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_saveContext(lean_object*, lean_object* LEAN_EXPORT lean_object* l_Lean_Elab_Term_withReuseContext___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_Term_withMacroExpansion___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutErrToSorry___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51(lean_object*, lean_object*, 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*); @@ -695,6 +715,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_withNarrowedTacticReuse___rarg___lambd lean_object* l_Lean_Elab_expandMacroImpl_x3f(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_TermElabM_toIO___rarg___lambda__1(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_Elab_Term_mkInstMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__14___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutCheckDeprecated(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_profileitM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__16___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -707,13 +728,14 @@ 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_Term_exposeLevelMVars___closed__1; LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Term_logUnassignedLevelMVarsUsingErrorInfos___spec__4___lambda__1___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_Term_0__Lean_Elab_init___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Term_addDotCompletionInfo___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_Elab_getResetInfoTrees___at_Lean_Elab_Term_withDeclName___spec__4___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_tryPostponeIfHasMVars_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___spec__11(lean_object*, 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_ReaderT_instMonadFunctor(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwPostpone___at_Lean_Elab_Term_tryPostpone___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__4; static lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_resolveLocalName___at_Lean_Elab_Term_isLocalIdent_x3f___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMonadBacktrackSavedStateTermElabM___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -722,6 +744,7 @@ uint64_t lean_uint64_shift_right(uint64_t, uint64_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withMacroExpansion(lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__9; lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_exposeLevelMVars___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -753,22 +776,24 @@ lean_object* l_Lean_Option_get___at_Lean_profiler_threshold_getSecs___spec__1(le LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortCommand___at_Lean_Elab_Term_ensureNoUnassignedMVars___spec__1___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutErrToSorryImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(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_Term_instImpl____x40_Lean_Elab_Term___hyg_11608_; LEAN_EXPORT lean_object* l_Lean_Elab_Term_registerMVarErrorInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__6___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMonadBacktrackSavedStateTermElabM; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__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_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instInhabitedState; LEAN_EXPORT lean_object* l_Lean_Elab_Term_addAutoBoundImplicits_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_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__17___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_expandDeclId___spec__4___closed__6; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19975____closed__1; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instToSnapshotTreeTacticFinishedSnapshot(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__4___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_log___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__9(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withTermInfoContext_x27___lambda__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_EXPORT lean_object* l_Lean_Elab_Term_exprToSyntax(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_throwTypeMismatchError___rarg___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_Lean_Elab_Term_TermElabM_toIO(lean_object*); lean_object* l_Lean_Meta_SavedState_restore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -778,6 +803,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_ppGoal(lean_object*, lean_object*, lea LEAN_EXPORT lean_object* l_Lean_Elab_Term_tryPostponeIfHasMVars_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_getInfoTreeWithContext_x3f___lambda__1___closed__1; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__3; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__2; static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__32; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__5; static lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__5; @@ -785,6 +811,7 @@ static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__14; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___rarg___lambda__1(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___auto____x40_Lean_Elab_Term___hyg_3149____closed__7; static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__10; +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19975_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabTerm___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 uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__23(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -792,6 +819,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId static lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___rarg___closed__4; static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__4; lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExpr___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Term_applyAttributesAt(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_Elab_Term_withNarrowedTacticReuse___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_registerSyntheticMVarWithCurrRef___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -812,7 +840,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId static lean_object* l_Lean_Elab_Term_withAutoBoundImplicit_loop___rarg___closed__1; lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); uint8_t l_Lean_Expr_isMVar(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__4; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withDeclName(lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isTacticBlock___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_expandDeclId___at_Lean_Elab_Term_expandDeclId___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -823,7 +851,6 @@ static lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__2___closed__4; LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__2___lambda__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_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_isLocalIdent_x3f___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_addAutoBoundImplicitsInlayHint___lambda__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__5; static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__39; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__5___boxed(lean_object*, lean_object*); @@ -841,6 +868,7 @@ LEAN_EXPORT lean_object* l_List_filterMapTR_go___at_Lean_Elab_Term_resolveName__ LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_checkDeprecatedCore___spec__1___closed__14; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__3; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withReuseContext___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_checkDeprecatedCore___spec__1___closed__16; static lean_object* l_Lean_Elab_Term_addAutoBoundImplicitsInlayHint___lambda__1___closed__1; @@ -851,7 +879,6 @@ lean_object* l_Lean_Name_replacePrefix(lean_object*, lean_object*, lean_object*) LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkTermInfo(lean_object*, lean_object*, lean_object*, lean_object*, 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_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__2(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_Term_instImpl____x40_Lean_Elab_Term___hyg_11631____closed__2; static lean_object* l_Lean_Elab_logException___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__7___closed__2; lean_object* l_Lean_Meta_whnfForall(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -862,6 +889,7 @@ static lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___sp lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedLevelMVarsUsingErrorInfos___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withPushMacroExpansionStack(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_throwMVarError(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwAlreadyDeclaredUniverseLevel___at_Lean_Elab_Term_expandDeclId___spec__15(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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -874,7 +902,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_registerCustomErrorIfMVar___boxed(lean LEAN_EXPORT lean_object* l_Lean_resolveLocalName_loop___at_Lean_Elab_Term_isLocalIdent_x3f___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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1(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_Term_TermElabM_run_x27___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static double l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__4___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_addBuiltinIncrementalElab(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -893,6 +920,7 @@ static uint8_t l_Lean_Elab_Term_collectUnassignedMVars_go___closed__1; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_mkSyntheticSorryFor___closed__1; static lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_throwMVarError___spec__2___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3___closed__2; lean_object* lean_st_mk_ref(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkSaveInfoAnnotation___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___spec__1___rarg___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*); @@ -900,6 +928,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_ContainsPendingMVar_visit(lean_object* LEAN_EXPORT lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore(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_Tactic_instInhabitedTacticFinishedSnapshot___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveName___lambda__2(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__4; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__45(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_liftExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__8___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_isTacticOrPostponedHole_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -915,17 +944,16 @@ static lean_object* l_Lean_Elab_Term_mkConst___closed__1; static lean_object* l_Lean_Elab_Term_instMonadBacktrackSavedStateTermElabM___closed__1; static lean_object* l_Lean_Elab_Term_TermElabM_toIO___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_3946_(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_termElabAttribute; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withMVarContextImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_MessageData_hasTag(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instToStringSyntheticMVarKind___closed__2; static lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___lambda__2___closed__2; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t lean_uint64_of_nat(lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__3; static lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__1; LEAN_EXPORT uint8_t l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__1(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_applyVisibility___at_Lean_Elab_Term_expandDeclId___spec__5(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -938,18 +966,19 @@ lean_object* l_Lean_Name_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_getFVarLocalDecl_x21(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withSaveParentDeclInfoContext___at_Lean_Elab_Term_withDeclName___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_getDeclName_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__5; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_expandDeclId___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__1; lean_object* l_Lean_Meta_coerceToSort_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withNarrowedTacticReuse___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_liftLevelM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_expandDeclId___spec__11(lean_object*, lean_object*, 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*); LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___spec__1(lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_MVarIdMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___spec__1(lean_object*, 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*); LEAN_EXPORT lean_object* l_Lean_logWarning___at___private_Lean_Elab_Term_0__Lean_Elab_Term_checkDeprecatedCore___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___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_Term_wrapAsyncAsSnapshot(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1001,6 +1030,7 @@ static size_t l_Lean_Elab_Tactic_instToSnapshotTreeTacticParsedSnapshot_go___clo LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Elab_Term_mkCoe___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*); static lean_object* l_Lean_getDocStringText___at_Lean_Elab_Term_expandDeclId___spec__12___closed__2; uint64_t l_Lean_Expr_hash(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1047,6 +1077,7 @@ static lean_object* l_Lean_Elab_Term_mkFreshBinderName___rarg___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withDeclName___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*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, 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_Term_setLevelNames(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__7; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__31(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__21(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___closed__2; @@ -1065,10 +1096,8 @@ LEAN_EXPORT lean_object* l_Lean_Elab_expandDeclId___at_Lean_Elab_Term_expandDecl static lean_object* l_Lean_Elab_throwAlreadyDeclaredUniverseLevel___at_Lean_Elab_Term_expandDeclId___spec__15___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_getLevelNames___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isHole___closed__3; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_addTermInfo_x27___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_mkPatternWithRef(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__3; extern lean_object* l_Lean_warningAsError; static lean_object* l_Lean_Elab_Term_tryPostponeIfHasMVars___closed__1; extern lean_object* l_Lean_Elab_pp_macroStack; @@ -1082,9 +1111,9 @@ static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___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_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52___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*); static lean_object* l_Lean_Elab_Term_TermElabM_toIO___rarg___lambda__1___closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__7; LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_Elab_Term_expandDeclId___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__2; uint8_t l_Lean_Option_get___at___private_Lean_Util_Profile_0__Lean_get__profiler___spec__1(lean_object*, lean_object*); extern lean_object* l_Lean_docStringExt; LEAN_EXPORT lean_object* l_Lean_Elab_Term_applyResult___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1110,20 +1139,17 @@ LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Term_MVarErrorInfo_logError uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); static lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___lambda__1___closed__3; lean_object* l_Lean_Core_setMessageLog(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__4; static lean_object* l_Lean_Elab_Tactic_instHashableCacheKey___closed__1; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__25(lean_object*, lean_object*, size_t, size_t); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__1___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__6; +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError_addArgName___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_Term_throwTypeMismatchError___rarg(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_Term_MVarErrorInfo_logError___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_Elab_Term_addDotCompletionInfo___spec__3(lean_object*, lean_object*, 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_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_getLetRecsToLift___boxed(lean_object*); extern lean_object* l_Lean_diagnostics; uint8_t l_Lean_Syntax_isIdent(lean_object*); @@ -1138,6 +1164,7 @@ LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Term_logUnassigned LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__2___lambda__2___boxed(lean_object*); extern lean_object* l_Lean_Elab_abortTermExceptionId; LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___spec__1___rarg(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__11; static lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_addAutoBoundImplicitsInlayHint___spec__2(size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Term_resolveName___closed__1; @@ -1157,10 +1184,8 @@ extern lean_object* l_Lean_Meta_instMonadMetaM; LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__2(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_Lean_throwError___at_Lean_Elab_Term_mkCoe___spec__1___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_getSyntheticMVarDecl_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_mkConsts(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_addTermInfo___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred___rarg(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_Term_instToStringMVarErrorKind(lean_object*); extern lean_object* l_Std_Format_defWidth; @@ -1178,6 +1203,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkCoe___lambda__3(lean_object*, lean_o LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_BinderInfo_isImplicit(uint8_t); lean_object* l_Lean_Elab_mkElabAttribute___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_docString__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux(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 uint8_t l___private_Lean_Elab_Term_0__Lean_Elab_Term_isTacticBlock(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(lean_object*, lean_object*, lean_object*); @@ -1185,12 +1211,14 @@ static lean_object* l_Lean_Elab_Term_exprToSyntax___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_resolveName_process___spec__2___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_Elab_Term_containsPendingMVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_checkDeprecatedCore___spec__1___closed__6; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__15; uint8_t l_Lean_PersistentHashMap_contains___at_Lean_MVarId_isAssigned___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withTermInfoContext_x27___lambda__1(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*); static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__35; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Tactic_instToSnapshotTreeTacticParsedSnapshot_go___spec__1___closed__1; static lean_object* l_Lean_Elab_Term_resolveName_process___closed__3; LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_Lean_Elab_Term_exprToSyntax___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__6; static lean_object* l_Lean_Elab_Term_throwErrorIfErrors___closed__2; LEAN_EXPORT lean_object* l_Lean_addDocString_x27___at_Lean_Elab_Term_expandDeclId___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_resolveName_process___closed__1; @@ -1208,6 +1236,7 @@ static size_t l_Lean_Elab_Term_instInhabitedMVarErrorKind___closed__5; extern lean_object* l_Lean_inheritedTraceOptions; LEAN_EXPORT lean_object* l_Lean_Elab_isIncrementalElab___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_exposeLevelMVars___spec__7(lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__8; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__18; LEAN_EXPORT lean_object* l_Lean_Elab_Term_isMVarApp___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1225,7 +1254,6 @@ LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_isLoc LEAN_EXPORT lean_object* l_Lean_withDeclNameForAuxNaming___at_Lean_Elab_Term_withDeclName___spec__1___rarg(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_Term_resolveName___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__35___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_withAutoBoundImplicit_loop___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_tail_x21___rarg(lean_object*); @@ -1240,6 +1268,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withDeclName LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___closed__1; LEAN_EXPORT uint8_t l_Lean_Elab_Tactic_beqCacheKey____x40_Lean_Elab_Term___hyg_999_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ensureHasTypeWithErrorMsgs(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_Term_addAutoBoundImplicitsInlayHint___lambda__1___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_Term_MVarErrorInfo_logError___closed__2; @@ -1248,6 +1277,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwTypeMismatch static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isHole___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); double l_Float_ofScientific(lean_object*, uint8_t, lean_object*); +static lean_object* l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_mkSyntheticSorryFor___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__39___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ensureHasType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1256,7 +1286,6 @@ lean_object* l_Lean_LocalDecl_userName(lean_object*); LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_isLocalIdent_x3f___spec__6___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_addTermInfo___lambda__1(lean_object*, 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*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isTacticBlock___closed__1; -static lean_object* l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631____closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_expandDeclId___spec__11___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_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__11(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_Term_MVarErrorInfo_logError_appendExtra(lean_object*, lean_object*); @@ -1264,14 +1293,14 @@ lean_object* l_Lean_SourceInfo_getPos_x3f(lean_object*, uint8_t); lean_object* l_Lean_Elab_Term_setElabConfig(lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__4; LEAN_EXPORT lean_object* l_Lean_log___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__9___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_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Term_registerMVarErrorHoleInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_exposeLevelMVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3(lean_object*); static lean_object* l_Lean_Elab_Tactic_instInhabitedTacticFinishedSnapshot___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkTermElabAttributeUnsafe(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_20009____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortCommand___at_Lean_Elab_Term_ensureNoUnassignedMVars___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__4; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedLevelMVarsUsingErrorInfos___spec__2(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Elab_Term_instMonadBacktrackSavedStateTermElabM___closed__2; extern lean_object* l_Lean_Linter_deprecatedAttr; @@ -1288,8 +1317,10 @@ static lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_E static lean_object* l_Lean_Elab_throwAlreadyDeclaredUniverseLevel___at_Lean_Elab_Term_expandDeclId___spec__15___closed__2; static lean_object* l_Lean_Elab_Term_resolveName___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_addTermInfo_x27(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___lambda__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_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Term_mkCoe___spec__2___lambda__3(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, uint8_t, double, double, 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_initFn____x40_Lean_Elab_Term___hyg_19654____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__3___closed__5; static lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___lambda__1___closed__1; static lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_checkDeprecatedCore___spec__1___closed__9; @@ -1323,7 +1354,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_isLetRecAuxMVar___lambda__3___boxed(le LEAN_EXPORT lean_object* l_Lean_Elab_Term_saveState(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_tryPostponeIfMVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_Term_getSyntheticMVarDecl_x3f___spec__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___rarg___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_hashCacheKey____x40_Lean_Elab_Term___hyg_1073____boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_addAutoBoundImplicitsInlayHint___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1336,14 +1366,14 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkPartialTermInfo(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_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_NameSet_empty; +static lean_object* l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__5; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isExplicit___closed__2; static lean_object* l_Lean_Elab_Term_withExpectedType___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMonadTermElabM___lambda__1___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_Term_exprToSyntax___lambda__1___closed__4; -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_collectUnassignedMVars(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_initFn____x40_Lean_Elab_Term___hyg_19500____closed__6; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__1; uint8_t l_Lean_beqAttributeKind____x40_Lean_Attributes___hyg_169_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withNarrowedTacticReuse___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1353,11 +1383,12 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_instInhabitedTermElabM___lambda__1___b LEAN_EXPORT lean_object* l_Lean_Elab_addCompletionInfo___at_Lean_Elab_Term_addDotCompletionInfo___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_TermElabM_toIO___rarg___closed__4; +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__8; static lean_object* l_Lean_Elab_Term_instMonadTermElabM___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_addAutoBoundImplicits_x27(lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__2; extern lean_object* l_Lean_Linter_instLinterSetsInhabited; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__15; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Tactic_instToSnapshotTreeTacticParsedSnapshot_go___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Term_LVal_isFieldName(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_isLocalIdent_x3f___spec__4(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); @@ -1381,8 +1412,8 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImpli LEAN_EXPORT lean_object* l_Lean_resolveLocalName___at_Lean_Elab_Term_isLocalIdent_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveName___lambda__3___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_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Language_SnapshotTask_cancelRec___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkCoe___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ensureType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1417,7 +1448,6 @@ LEAN_EXPORT lean_object* l_Lean_addDocString___at_Lean_Elab_Term_expandDeclId___ LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMonadMacroAdapterTermElabM___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_CommandContextInfo_saveNoFileMap___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___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*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_20009_(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__7(lean_object*, 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_ReaderT_instFunctorOfMonad___rarg(lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); @@ -1430,7 +1460,6 @@ static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_exposeLevelMVa LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_addAutoBoundImplicitsInlayHint___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ParametricAttribute_getParam_x3f___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__22; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_CommandContextInfo_save___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_saveState___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_indentExpr(lean_object*); @@ -1439,7 +1468,6 @@ static lean_object* l_List_forIn_x27_loop___at_Lean_Elab_Term_logUnassignedLevel static lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___rarg___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instInhabitedTacticFinishedSnapshot; static lean_object* l_Lean_Elab_Term_exposeLevelMVars___lambda__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19703_(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__14(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_Elab_Term_isLetRecAuxMVar___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1455,7 +1483,6 @@ static lean_object* l_Lean_Elab_Term_mkConst___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_instInhabitedState; static lean_object* l_Lean_Elab_Term_instToStringMVarErrorKind___closed__2; static lean_object* l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__3___closed__5; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__6; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_TagDeclarationExtension_tag(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__12___rarg___boxed(lean_object*, lean_object*); @@ -1468,10 +1495,10 @@ lean_object* l_Lean_FVarId_getUserName(lean_object*, lean_object*, lean_object*, LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__5___rarg(lean_object*, lean_object*); lean_object* l_StateRefT_x27_lift(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkHasTypeButIsExpectedMsg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__14; lean_object* l_Lean_Meta_mkForallFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore(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_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__1; uint8_t l_Lean_NameSet_contains(lean_object*, lean_object*); static lean_object* l_Lean_logAt___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__2___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandDeclId(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1504,7 +1531,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_commitIfDidNotPostpone___rarg(lean_obj static lean_object* l_Lean_Core_transform___at_Lean_Elab_Term_exposeLevelMVars___spec__1___closed__4; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t lean_uint64_xor(uint64_t, uint64_t); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_checkIfShadowingStructureField___at_Lean_Elab_Term_expandDeclId___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withMacroExpansionInfo___at_Lean_Elab_Term_withMacroExpansion___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1521,6 +1547,7 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_annotation_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__17(lean_object*); +static lean_object* l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__1; LEAN_EXPORT uint8_t l___private_Lean_Elab_Term_0__Lean_Elab_Term_isTypeAscription___lambda__1(lean_object*); static lean_object* l_Lean_Elab_Term_exprToSyntax___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_exposeLevelMVars___spec__7___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -1539,15 +1566,13 @@ lean_object* l_Lean_ResolveName_resolveGlobalName(lean_object*, lean_object*, le lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_Elab_Term_isLetRecAuxMVar___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit(lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__4; static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__15; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184_(lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); uint8_t l_Lean_isStructure(lean_object*, lean_object*); static lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit___spec__1___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_getLetRecsToLift___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instInhabitedSyntheticMVarKind___closed__1; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___closed__1; extern lean_object* l_Lean_Elab_autoImplicit; LEAN_EXPORT lean_object* l_Lean_log___at_Lean_Elab_Term_exceptionToSorry___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); @@ -1579,6 +1604,7 @@ static lean_object* l_Lean_Elab_Term_tryPostponeIfHasMVars___closed__5; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__2___boxed(lean_object*, lean_object*); uint8_t l_Std_DHashMap_Internal_AssocList_contains___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_visit___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withInfoContext_x27(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_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__2; static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__34; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Elab_Term_exposeLevelMVars___spec__5(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_Elab_isIncrementalElab(lean_object*); @@ -1602,13 +1628,11 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v extern lean_object* l_Lean_Linter_linter_deprecated; lean_object* l_Lean_Meta_throwAppTypeMismatch___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__8(lean_object*, lean_object*, size_t, size_t); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__5; static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__16; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); lean_object* l_Array_ofSubarray___rarg(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__33(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_checkDeprecatedCore___spec__1___closed__3; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__6; LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2___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_Elab_isIncrementalElab___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_addDotCompletionInfo___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1655,6 +1679,7 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImpli lean_object* l_Lean_PersistentArray_get_x21___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isTypeAscription___lambda__1___boxed(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__15(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_throwMVarError___spec__2___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_observing___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_Term_MVarErrorInfo_logError_addArgName___spec__1___boxed(lean_object*, lean_object*); @@ -1664,17 +1689,18 @@ static lean_object* l_Lean_Elab_Term_resolveName_x27___closed__1; extern lean_object* l_Lean_Elab_autoBoundImplicitExceptionId; static lean_object* l_Lean_Elab_Term_LevelMVarErrorInfo_logError___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutTacticReuse___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); uint8_t l_Lean_Syntax_hasMissing(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__7; static lean_object* l_Lean_Elab_throwAutoBoundImplicitLocal___at_Lean_Elab_Term_resolveName_process___spec__3___closed__1; static lean_object* l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__7; static lean_object* l_Lean_Elab_Term_instInhabitedTermElabM___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkTermInfo___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_Elab_Term_addTermInfo___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_EXPORT lean_object* l_Lean_Elab_Term_withNarrowedTacticReuse___at_Lean_Elab_Term_withNarrowedArgTacticReuse___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813_(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwMVarError___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withDeclName___spec__7___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_Term_instInhabitedLetRecToLift; @@ -1682,17 +1708,17 @@ size_t lean_usize_add(size_t, size_t); lean_object* l_Lean_Meta_getMVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__2; static lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___lambda__2___closed__2; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__1___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_Elab_Term_mkFreshIdent(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523_(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasFVar(lean_object*); static lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___rarg___closed__8; static lean_object* l_Lean_Elab_isIncrementalElab___rarg___lambda__3___closed__1; static lean_object* l_Lean_Elab_Term_addAutoBoundImplicitsInlayHint___lambda__2___closed__3; +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__10; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__11(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___rarg___closed__6; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isTypeAscription___closed__4; @@ -1700,14 +1726,13 @@ lean_object* l_Lean_Language_SnapshotTask_map___rarg(lean_object*, lean_object*, LEAN_EXPORT lean_object* l_Lean_logAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__8(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageLog_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_withAutoBoundImplicit_loop___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_addAutoBoundImplicits_go___lambda__1(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_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___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_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__2(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveName___lambda__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*); uint8_t l_Lean_Level_isMVar(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_withSavedPartialInfoContext___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__4___rarg___lambda__1___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_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withLevelNames___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__2; LEAN_EXPORT uint8_t l___private_Lean_Elab_Term_0__Lean_Elab_Term_isExplicitApp(lean_object*); @@ -1726,6 +1751,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_withInfoContext_x27___at_Lean_Elab_Term_add static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__1; static double l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__4___closed__4; static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__26; +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__1; extern lean_object* l_Lean_trace_profiler; LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___lambda__3(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_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutErrToSorry___rarg(lean_object*, lean_object*); @@ -1738,7 +1764,6 @@ static lean_object* l_Lean_Elab_Term_logUnassignedUsingErrorInfos___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveName___lambda__4(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_Term_addAutoBoundImplicits_go___lambda__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_io_error_to_string(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutTacticReuse___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_KeyedDeclsAttribute_getEntries___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_addAutoBoundImplicits_x27___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1767,7 +1792,6 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBound lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAux___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__1___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_throwError___at_Lean_Elab_Term_expandDeclId___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_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__1; static lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___rarg___closed__17; extern lean_object* l_Lean_KVMap_empty; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -1777,7 +1801,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_logUnassignedLevelMVarsUsingErrorInfos static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__5; static lean_object* l_Lean_Elab_Term_mkCoe___lambda__1___closed__6; lean_object* l_Lean_Meta_mkFreshTypeMVar(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_universeConstraintsCheckpoint(lean_object*); static lean_object* l_Lean_Elab_Term_instToStringMVarErrorKind___closed__1; LEAN_EXPORT lean_object* l_Lean_mkAuxDeclName___at_Lean_Elab_Term_mkAuxName___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1788,6 +1811,7 @@ LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at_Lean_Elab_Term_isLocalIde lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_TermElabM_toIO___rarg___lambda__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_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__14; static lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___closed__1; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__12___rarg(lean_object*, lean_object*); @@ -1795,19 +1819,21 @@ LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Elab_Term_logUnassignedUsingError lean_object* l_Lean_getAttributeImpl(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_expandDeclId___spec__13___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_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__6; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutErrToSorry(lean_object*, lean_object*); static lean_object* l_List_foldl___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__2___closed__3; static lean_object* l_Lean_Elab_Term_LevelMVarErrorInfo_logError___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_resolveLocalName_loop___at_Lean_Elab_Term_isLocalIdent_x3f___spec__12___lambda__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*); lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Syntax_SepArray_getElems___spec__1(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Term_instInhabitedMVarErrorKind___closed__3; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__10; static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshBinderName___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); lean_object* l_Lean_LocalDecl_toExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withReuseContext(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMonadMacroAdapterTermElabM___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__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* l_ReaderT_bind___at_Lean_Meta_zetaReduce___spec__14___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__1; @@ -1818,12 +1844,13 @@ static lean_object* l_Lean_Elab_throwAutoBoundImplicitLocal___at_Lean_Elab_Term_ LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__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_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__1(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_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___closed__2; static lean_object* l_Lean_Elab_Term_addAutoBoundImplicitsInlayHint___lambda__2___closed__1; lean_object* l_Lean_DeclNameGenerator_mkUniqueName(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__2; static lean_object* l_Lean_Elab_Term_isLetRecAuxMVar___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withDeclName___spec__13___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_Linter_getLinterOptions___at___private_Lean_Elab_Term_0__Lean_Elab_Term_checkDeprecatedCore___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_docString__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withRestoreOrSaveFull___rarg___lambda__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_EXPORT lean_object* l_Lean_Options_toLinterOptions___at___private_Lean_Elab_Term_0__Lean_Elab_Term_checkDeprecatedCore___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, 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*); @@ -1831,7 +1858,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred(lea static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__3; uint8_t lean_nat_dec_le(lean_object*, lean_object*); extern lean_object* l_Lean_Meta_instAddMessageContextMetaM; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__2; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit___closed__3; extern lean_object* l_Lean_Elab_unsupportedSyntaxExceptionId; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__16(lean_object*, lean_object*, size_t, size_t); @@ -1840,8 +1866,10 @@ LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Elab_Term_mkCoe___spec__ uint8_t lean_usize_dec_lt(size_t, size_t); static lean_object* l_Lean_Elab_Term_exposeLevelMVars___lambda__1___closed__1; lean_object* l_Lean_RBNode_find___at_Lean_NameMap_find_x3f___spec__1___rarg(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__4; static lean_object* l_Lean_Elab_Tactic_instInhabitedTacticFinishedSnapshot___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__2(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_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__13(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_withSavedPartialInfoContext___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___closed__4; @@ -1855,13 +1883,11 @@ lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instToStringSyntheticMVarKind___closed__1; static lean_object* l_Lean_Elab_Term_getInfoTreeWithContext_x3f___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_withMacroExpansionInfo___at_Lean_Elab_Term_withMacroExpansion___spec__1(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__9; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_instInhabitedMVarErrorKind; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_withAutoBoundImplicit_loop___spec__1(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_Term_observing(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836_(lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__1; uint8_t l_Lean_Exception_isRuntime(lean_object*); lean_object* l_Lean_Expr_lam___override(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Elab_Term_exposeLevelMVars___lambda__2___closed__5; @@ -1869,6 +1895,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_isLetRecAuxMVar___lambda__2___boxed(le LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshIdent___rarg(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__9; LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_Elab_Term_expandDeclId___spec__7(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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at_Lean_Elab_Term_withDeclName___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1883,10 +1910,12 @@ static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError___lambda__1___closed lean_object* l_ReaderT_instMonadExceptOf___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda(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_Term_MVarErrorInfo_logError(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__1; uint8_t l_Lean_Expr_isFVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_exprToSyntax___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_SavedState_restore___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_Term_expandDeclId___closed__2; +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__6; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFns___closed__1; static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_getInfoTreeWithContext_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1901,15 +1930,16 @@ LEAN_EXPORT lean_object* l_Lean_resolveLocalName___at_Lean_Elab_Term_isLocalIden lean_object* l_Lean_Expr_mvarId_x21(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__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_EXPORT lean_object* l_Lean_Elab_throwPostpone___at_Lean_Elab_Term_tryPostpone___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___lambda__2(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_addDocString_x27___at_Lean_Elab_Term_expandDeclId___spec__8___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_Term_instInhabitedState___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_throwMVarError___spec__2___rarg(lean_object*); uint8_t l_Lean_Elab_isValidAutoBoundImplicitName(lean_object*, uint8_t); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__5; LEAN_EXPORT lean_object* l_Lean_Core_withIncRecDepth___at_Lean_Elab_Term_exposeLevelMVars___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); uint64_t l___private_Lean_Meta_Basic_0__Lean_Meta_Config_toKey(lean_object*); +static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkBodyInfo(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_String_toSubstring_x27(lean_object*); @@ -1938,11 +1968,13 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at_Lean_Elab_Term_withDec LEAN_EXPORT lean_object* l_Lean_Elab_Term_tryPostpone(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_filterTR_loop___at_Lean_filterFieldList___spec__1(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__38(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_throwAutoBoundImplicitLocal___at_Lean_Elab_Term_resolveName_process___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_beqBinderInfo____x40_Lean_Expr___hyg_413_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_removeSaveInfoAnnotation(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___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*); static lean_object* l_Lean_Elab_Term_exprToSyntax___lambda__1___closed__3; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_getLetRecsToLift___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Elab_Term___hyg_3149____closed__12; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutTacticReuse___rarg___lambda__1(uint8_t, lean_object*, lean_object*); @@ -1984,12 +2016,12 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutTacticReuse___rarg___lambda__2( LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__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*); double lean_float_sub(double, double); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ContainsPendingMVar_visit___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__1; lean_object* l___private_Init_Dynamic_0__Dynamic_get_x3fImpl___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_isLocalIdent_x3f___spec__2(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasExprMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withSaveParentDeclInfoContext___at_Lean_Elab_Term_withDeclName___spec__2___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__5; lean_object* l_Lean_Meta_processPostponed(uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_ContainsPendingMVar_visit___closed__1; uint8_t l_Array_isEmpty___rarg(lean_object*); @@ -10751,6 +10783,126 @@ x_3 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe(x_2, x_1); return x_3; } } +static lean_object* _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a term elaborator for the given syntax node kind.\n\nA term elaborator should have type `Lean.Elab.Term.TermElab` (which is\n`Lean.Syntax → Option Lean.Expr → Lean.Elab.Term.TermElabM Lean.Expr`), i.e. should take syntax of\nthe given syntax node kind and an optional expected type as parameters and produce an expression.\n\nThe `elab_rules` and `elab` commands should usually be preferred over using this attribute\ndirectly.\n", 435, 431); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_3946____closed__2; +x_3 = l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(580u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(591u); +x_2 = lean_unsigned_to_nat(100u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__3() { +_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_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(100u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(591u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(591u); +x_2 = lean_unsigned_to_nat(36u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__6() { +_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_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(36u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__3; +x_2 = l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_3946____closed__2; +x_3 = l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} LEAN_EXPORT lean_object* l_Lean_Elab_Term_LVal_getRef(lean_object* x_1) { _start: { @@ -20630,7 +20782,7 @@ _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_Lean_Elab_Term_getFVarLocalDecl_x21___closed__1; x_2 = l_Lean_Elab_Term_getInfoTreeWithContext_x3f___closed__1; -x_3 = lean_unsigned_to_nat(702u); +x_3 = lean_unsigned_to_nat(713u); x_4 = lean_unsigned_to_nat(11u); x_5 = l_Lean_Elab_Term_getInfoTreeWithContext_x3f___closed__2; x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -36015,7 +36167,7 @@ x_28 = lean_ctor_get(x_27, 0); lean_inc(x_28); if (lean_obj_tag(x_2) == 0) { -lean_object* x_29; uint8_t 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_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; lean_free_object(x_12); x_29 = lean_ctor_get(x_27, 1); lean_inc(x_29); @@ -36028,213 +36180,167 @@ lean_dec(x_28); x_32 = lean_st_ref_get(x_10, x_15); x_33 = lean_ctor_get(x_32, 0); lean_inc(x_33); -x_34 = lean_ctor_get(x_32, 1); +x_34 = lean_ctor_get(x_33, 7); lean_inc(x_34); -lean_dec(x_32); -x_35 = lean_ctor_get(x_33, 7); -lean_inc(x_35); lean_dec(x_33); -x_36 = lean_st_ref_get(x_10, x_34); -x_37 = lean_ctor_get_uint8(x_35, sizeof(void*)*3); -lean_dec(x_35); -if (x_37 == 0) +x_35 = lean_ctor_get_uint8(x_34, sizeof(void*)*3); +lean_dec(x_34); +if (x_35 == 0) { -lean_object* x_38; lean_object* x_39; lean_object* x_40; +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_dec(x_31); lean_free_object(x_18); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_38 = lean_ctor_get(x_36, 1); -lean_inc(x_38); -lean_dec(x_36); -x_39 = lean_box(x_30); -x_40 = lean_apply_6(x_29, x_3, x_4, x_39, x_9, x_10, x_38); -return x_40; +x_36 = lean_ctor_get(x_32, 1); +lean_inc(x_36); +lean_dec(x_32); +x_37 = lean_box(x_30); +x_38 = lean_apply_6(x_29, x_3, x_4, x_37, x_9, x_10, x_36); +return x_38; } else { -uint8_t x_41; -x_41 = !lean_is_exclusive(x_36); -if (x_41 == 0) +uint8_t x_39; +x_39 = !lean_is_exclusive(x_32); +if (x_39 == 0) { -lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; uint8_t x_46; -x_42 = lean_ctor_get(x_36, 0); -x_43 = lean_ctor_get(x_36, 1); -x_44 = lean_ctor_get(x_42, 0); -lean_inc(x_44); -lean_dec(x_42); -x_45 = 1; -lean_inc(x_31); -x_46 = l_Lean_Environment_contains(x_44, x_31, x_45); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; -lean_free_object(x_36); -lean_dec(x_31); -lean_free_object(x_18); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_47 = lean_box(x_30); -x_48 = lean_apply_6(x_29, x_3, x_4, x_47, x_9, x_10, x_43); -return x_48; -} -else -{ -lean_object* x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; uint8_t x_53; -x_49 = lean_unsigned_to_nat(0u); -x_50 = l_Lean_Syntax_getArg(x_4, x_49); -x_51 = l_Lean_Syntax_isIdent(x_50); +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; lean_object* x_45; uint8_t x_46; +x_40 = lean_ctor_get(x_32, 1); +x_41 = lean_ctor_get(x_32, 0); +lean_dec(x_41); +x_42 = lean_unsigned_to_nat(0u); +x_43 = l_Lean_Syntax_getArg(x_4, x_42); +x_44 = l_Lean_Syntax_isIdent(x_43); lean_inc(x_4); lean_inc(x_31); -lean_ctor_set(x_36, 1, x_4); -lean_ctor_set(x_36, 0, x_31); +lean_ctor_set(x_32, 1, x_4); +lean_ctor_set(x_32, 0, x_31); lean_ctor_set_tag(x_18, 3); -lean_ctor_set(x_18, 0, x_36); -x_52 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); -lean_closure_set(x_52, 0, x_18); -if (x_51 == 0) +lean_ctor_set(x_18, 0, x_32); +x_45 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); +lean_closure_set(x_45, 0, x_18); +if (x_44 == 0) { -uint8_t x_64; -x_64 = l_Lean_Syntax_isAtom(x_50); -x_53 = x_64; -goto block_63; +uint8_t x_58; +x_58 = l_Lean_Syntax_isAtom(x_43); +x_46 = x_58; +goto block_57; } else { -x_53 = x_45; -goto block_63; +uint8_t x_59; +x_59 = 1; +x_46 = x_59; +goto block_57; } -block_63: +block_57: { -if (x_53 == 0) +if (x_46 == 0) { -uint8_t x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_54 = 0; -x_55 = lean_box(x_30); -x_56 = lean_box(x_54); -x_57 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_57, 0, x_29); -lean_closure_set(x_57, 1, x_3); -lean_closure_set(x_57, 2, x_4); -lean_closure_set(x_57, 3, x_55); -lean_closure_set(x_57, 4, x_56); -lean_closure_set(x_57, 5, x_31); -lean_closure_set(x_57, 6, x_50); -x_58 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_57, x_52, x_5, x_6, x_7, x_8, x_9, x_10, x_43); -return x_58; +uint8_t x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_47 = 0; +x_48 = lean_box(x_30); +x_49 = lean_box(x_47); +x_50 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_50, 0, x_29); +lean_closure_set(x_50, 1, x_3); +lean_closure_set(x_50, 2, x_4); +lean_closure_set(x_50, 3, x_48); +lean_closure_set(x_50, 4, x_49); +lean_closure_set(x_50, 5, x_31); +lean_closure_set(x_50, 6, x_43); +x_51 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_50, x_45, x_5, x_6, x_7, x_8, x_9, x_10, x_40); +return x_51; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_59 = lean_box(x_30); -x_60 = lean_box(x_45); -x_61 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_61, 0, x_29); -lean_closure_set(x_61, 1, x_3); -lean_closure_set(x_61, 2, x_4); -lean_closure_set(x_61, 3, x_59); -lean_closure_set(x_61, 4, x_60); -lean_closure_set(x_61, 5, x_31); -lean_closure_set(x_61, 6, x_50); -x_62 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_61, x_52, x_5, x_6, x_7, x_8, x_9, x_10, x_43); -return x_62; -} +uint8_t x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_52 = 1; +x_53 = lean_box(x_30); +x_54 = lean_box(x_52); +x_55 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_55, 0, x_29); +lean_closure_set(x_55, 1, x_3); +lean_closure_set(x_55, 2, x_4); +lean_closure_set(x_55, 3, x_53); +lean_closure_set(x_55, 4, x_54); +lean_closure_set(x_55, 5, x_31); +lean_closure_set(x_55, 6, x_43); +x_56 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_55, x_45, x_5, x_6, x_7, x_8, x_9, x_10, x_40); +return x_56; } } } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; uint8_t x_69; -x_65 = lean_ctor_get(x_36, 0); -x_66 = lean_ctor_get(x_36, 1); -lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_36); -x_67 = lean_ctor_get(x_65, 0); -lean_inc(x_67); -lean_dec(x_65); -x_68 = 1; +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; +x_60 = lean_ctor_get(x_32, 1); +lean_inc(x_60); +lean_dec(x_32); +x_61 = lean_unsigned_to_nat(0u); +x_62 = l_Lean_Syntax_getArg(x_4, x_61); +x_63 = l_Lean_Syntax_isIdent(x_62); +lean_inc(x_4); lean_inc(x_31); -x_69 = l_Lean_Environment_contains(x_67, x_31, x_68); -if (x_69 == 0) +x_64 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_64, 0, x_31); +lean_ctor_set(x_64, 1, x_4); +lean_ctor_set_tag(x_18, 3); +lean_ctor_set(x_18, 0, x_64); +x_65 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); +lean_closure_set(x_65, 0, x_18); +if (x_63 == 0) { -lean_object* x_70; lean_object* x_71; -lean_dec(x_31); -lean_free_object(x_18); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_70 = lean_box(x_30); -x_71 = lean_apply_6(x_29, x_3, x_4, x_70, x_9, x_10, x_66); +uint8_t x_78; +x_78 = l_Lean_Syntax_isAtom(x_62); +x_66 = x_78; +goto block_77; +} +else +{ +uint8_t x_79; +x_79 = 1; +x_66 = x_79; +goto block_77; +} +block_77: +{ +if (x_66 == 0) +{ +uint8_t x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_67 = 0; +x_68 = lean_box(x_30); +x_69 = lean_box(x_67); +x_70 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_70, 0, x_29); +lean_closure_set(x_70, 1, x_3); +lean_closure_set(x_70, 2, x_4); +lean_closure_set(x_70, 3, x_68); +lean_closure_set(x_70, 4, x_69); +lean_closure_set(x_70, 5, x_31); +lean_closure_set(x_70, 6, x_62); +x_71 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_70, x_65, x_5, x_6, x_7, x_8, x_9, x_10, x_60); return x_71; } else { -lean_object* x_72; lean_object* x_73; uint8_t x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; -x_72 = lean_unsigned_to_nat(0u); -x_73 = l_Lean_Syntax_getArg(x_4, x_72); -x_74 = l_Lean_Syntax_isIdent(x_73); -lean_inc(x_4); -lean_inc(x_31); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_31); -lean_ctor_set(x_75, 1, x_4); -lean_ctor_set_tag(x_18, 3); -lean_ctor_set(x_18, 0, x_75); -x_76 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); -lean_closure_set(x_76, 0, x_18); -if (x_74 == 0) -{ -uint8_t x_88; -x_88 = l_Lean_Syntax_isAtom(x_73); -x_77 = x_88; -goto block_87; -} -else -{ -x_77 = x_68; -goto block_87; -} -block_87: -{ -if (x_77 == 0) -{ -uint8_t x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_78 = 0; -x_79 = lean_box(x_30); -x_80 = lean_box(x_78); -x_81 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_81, 0, x_29); -lean_closure_set(x_81, 1, x_3); -lean_closure_set(x_81, 2, x_4); -lean_closure_set(x_81, 3, x_79); -lean_closure_set(x_81, 4, x_80); -lean_closure_set(x_81, 5, x_31); -lean_closure_set(x_81, 6, x_73); -x_82 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_81, x_76, x_5, x_6, x_7, x_8, x_9, x_10, x_66); -return x_82; -} -else -{ -lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_83 = lean_box(x_30); -x_84 = lean_box(x_68); -x_85 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_85, 0, x_29); -lean_closure_set(x_85, 1, x_3); -lean_closure_set(x_85, 2, x_4); -lean_closure_set(x_85, 3, x_83); -lean_closure_set(x_85, 4, x_84); -lean_closure_set(x_85, 5, x_31); -lean_closure_set(x_85, 6, x_73); -x_86 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_85, x_76, x_5, x_6, x_7, x_8, x_9, x_10, x_66); -return x_86; -} +uint8_t x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_72 = 1; +x_73 = lean_box(x_30); +x_74 = lean_box(x_72); +x_75 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_75, 0, x_29); +lean_closure_set(x_75, 1, x_3); +lean_closure_set(x_75, 2, x_4); +lean_closure_set(x_75, 3, x_73); +lean_closure_set(x_75, 4, x_74); +lean_closure_set(x_75, 5, x_31); +lean_closure_set(x_75, 6, x_62); +x_76 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_75, x_65, x_5, x_6, x_7, x_8, x_9, x_10, x_60); +return x_76; } } } @@ -36242,31 +36348,31 @@ return x_86; } else { -lean_object* x_89; uint8_t x_90; lean_object* x_91; uint8_t x_92; uint8_t x_93; +lean_object* x_80; uint8_t x_81; lean_object* x_82; uint8_t x_83; uint8_t x_84; lean_free_object(x_18); -x_89 = lean_ctor_get(x_27, 1); -lean_inc(x_89); +x_80 = lean_ctor_get(x_27, 1); +lean_inc(x_80); lean_dec(x_27); -x_90 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); +x_81 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); lean_dec(x_1); -x_91 = lean_ctor_get(x_28, 0); -lean_inc(x_91); -x_92 = lean_ctor_get_uint8(x_28, sizeof(void*)*3); +x_82 = lean_ctor_get(x_28, 0); +lean_inc(x_82); +x_83 = lean_ctor_get_uint8(x_28, sizeof(void*)*3); lean_dec(x_28); -x_93 = !lean_is_exclusive(x_2); -if (x_93 == 0) +x_84 = !lean_is_exclusive(x_2); +if (x_84 == 0) { -lean_object* x_94; uint8_t x_95; uint8_t x_96; -x_94 = lean_ctor_get(x_2, 0); -x_95 = lean_unbox(x_94); -lean_dec(x_94); -x_96 = l_Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_18_(x_95, x_92); -if (x_96 == 0) +lean_object* x_85; uint8_t x_86; uint8_t x_87; +x_85 = lean_ctor_get(x_2, 0); +x_86 = lean_unbox(x_85); +lean_dec(x_85); +x_87 = l_Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_18_(x_86, x_83); +if (x_87 == 0) { -lean_object* x_97; +lean_object* x_88; lean_free_object(x_2); -lean_dec(x_91); -lean_dec(x_89); +lean_dec(x_82); +lean_dec(x_80); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -36275,224 +36381,178 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_97 = lean_box(0); -lean_ctor_set(x_12, 0, x_97); +x_88 = lean_box(0); +lean_ctor_set(x_12, 0, x_88); return x_12; } else { -lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; uint8_t x_103; +lean_object* x_89; lean_object* x_90; lean_object* x_91; uint8_t x_92; lean_free_object(x_12); -x_98 = lean_st_ref_get(x_10, x_15); -x_99 = lean_ctor_get(x_98, 0); -lean_inc(x_99); -x_100 = lean_ctor_get(x_98, 1); -lean_inc(x_100); +x_89 = lean_st_ref_get(x_10, x_15); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_ctor_get(x_90, 7); +lean_inc(x_91); +lean_dec(x_90); +x_92 = lean_ctor_get_uint8(x_91, sizeof(void*)*3); +lean_dec(x_91); +if (x_92 == 0) +{ +lean_object* x_93; lean_object* x_94; lean_object* x_95; +lean_free_object(x_2); +lean_dec(x_82); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +x_93 = lean_ctor_get(x_89, 1); +lean_inc(x_93); +lean_dec(x_89); +x_94 = lean_box(x_81); +x_95 = lean_apply_6(x_80, x_3, x_4, x_94, x_9, x_10, x_93); +return x_95; +} +else +{ +uint8_t x_96; +x_96 = !lean_is_exclusive(x_89); +if (x_96 == 0) +{ +lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; uint8_t x_101; lean_object* x_102; uint8_t x_103; +x_97 = lean_ctor_get(x_89, 1); +x_98 = lean_ctor_get(x_89, 0); lean_dec(x_98); -x_101 = lean_ctor_get(x_99, 7); -lean_inc(x_101); -lean_dec(x_99); -x_102 = lean_st_ref_get(x_10, x_100); -x_103 = lean_ctor_get_uint8(x_101, sizeof(void*)*3); -lean_dec(x_101); +x_99 = lean_unsigned_to_nat(0u); +x_100 = l_Lean_Syntax_getArg(x_4, x_99); +x_101 = l_Lean_Syntax_isIdent(x_100); +lean_inc(x_4); +lean_inc(x_82); +lean_ctor_set(x_89, 1, x_4); +lean_ctor_set(x_89, 0, x_82); +lean_ctor_set_tag(x_2, 3); +lean_ctor_set(x_2, 0, x_89); +x_102 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); +lean_closure_set(x_102, 0, x_2); +if (x_101 == 0) +{ +uint8_t x_115; +x_115 = l_Lean_Syntax_isAtom(x_100); +x_103 = x_115; +goto block_114; +} +else +{ +uint8_t x_116; +x_116 = 1; +x_103 = x_116; +goto block_114; +} +block_114: +{ if (x_103 == 0) { -lean_object* x_104; lean_object* x_105; lean_object* x_106; -lean_free_object(x_2); -lean_dec(x_91); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_104 = lean_ctor_get(x_102, 1); -lean_inc(x_104); -lean_dec(x_102); -x_105 = lean_box(x_90); -x_106 = lean_apply_6(x_89, x_3, x_4, x_105, x_9, x_10, x_104); -return x_106; +uint8_t x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; +x_104 = 0; +x_105 = lean_box(x_81); +x_106 = lean_box(x_104); +x_107 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_107, 0, x_80); +lean_closure_set(x_107, 1, x_3); +lean_closure_set(x_107, 2, x_4); +lean_closure_set(x_107, 3, x_105); +lean_closure_set(x_107, 4, x_106); +lean_closure_set(x_107, 5, x_82); +lean_closure_set(x_107, 6, x_100); +x_108 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_107, x_102, x_5, x_6, x_7, x_8, x_9, x_10, x_97); +return x_108; } else { -uint8_t x_107; -x_107 = !lean_is_exclusive(x_102); -if (x_107 == 0) -{ -lean_object* x_108; lean_object* x_109; lean_object* x_110; uint8_t x_111; uint8_t x_112; -x_108 = lean_ctor_get(x_102, 0); -x_109 = lean_ctor_get(x_102, 1); -x_110 = lean_ctor_get(x_108, 0); -lean_inc(x_110); -lean_dec(x_108); -x_111 = 1; -lean_inc(x_91); -x_112 = l_Lean_Environment_contains(x_110, x_91, x_111); -if (x_112 == 0) -{ -lean_object* x_113; lean_object* x_114; -lean_free_object(x_102); -lean_free_object(x_2); -lean_dec(x_91); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_113 = lean_box(x_90); -x_114 = lean_apply_6(x_89, x_3, x_4, x_113, x_9, x_10, x_109); -return x_114; +uint8_t x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_109 = 1; +x_110 = lean_box(x_81); +x_111 = lean_box(x_109); +x_112 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_112, 0, x_80); +lean_closure_set(x_112, 1, x_3); +lean_closure_set(x_112, 2, x_4); +lean_closure_set(x_112, 3, x_110); +lean_closure_set(x_112, 4, x_111); +lean_closure_set(x_112, 5, x_82); +lean_closure_set(x_112, 6, x_100); +x_113 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_112, x_102, x_5, x_6, x_7, x_8, x_9, x_10, x_97); +return x_113; +} +} } else { -lean_object* x_115; lean_object* x_116; uint8_t x_117; lean_object* x_118; uint8_t x_119; -x_115 = lean_unsigned_to_nat(0u); -x_116 = l_Lean_Syntax_getArg(x_4, x_115); -x_117 = l_Lean_Syntax_isIdent(x_116); +lean_object* x_117; lean_object* x_118; lean_object* x_119; uint8_t x_120; lean_object* x_121; lean_object* x_122; uint8_t x_123; +x_117 = lean_ctor_get(x_89, 1); +lean_inc(x_117); +lean_dec(x_89); +x_118 = lean_unsigned_to_nat(0u); +x_119 = l_Lean_Syntax_getArg(x_4, x_118); +x_120 = l_Lean_Syntax_isIdent(x_119); lean_inc(x_4); -lean_inc(x_91); -lean_ctor_set(x_102, 1, x_4); -lean_ctor_set(x_102, 0, x_91); +lean_inc(x_82); +x_121 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_121, 0, x_82); +lean_ctor_set(x_121, 1, x_4); lean_ctor_set_tag(x_2, 3); -lean_ctor_set(x_2, 0, x_102); -x_118 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); -lean_closure_set(x_118, 0, x_2); -if (x_117 == 0) +lean_ctor_set(x_2, 0, x_121); +x_122 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); +lean_closure_set(x_122, 0, x_2); +if (x_120 == 0) { -uint8_t x_130; -x_130 = l_Lean_Syntax_isAtom(x_116); -x_119 = x_130; -goto block_129; +uint8_t x_135; +x_135 = l_Lean_Syntax_isAtom(x_119); +x_123 = x_135; +goto block_134; } else { -x_119 = x_111; -goto block_129; +uint8_t x_136; +x_136 = 1; +x_123 = x_136; +goto block_134; } -block_129: +block_134: { -if (x_119 == 0) +if (x_123 == 0) { -uint8_t x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_120 = 0; -x_121 = lean_box(x_90); -x_122 = lean_box(x_120); -x_123 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_123, 0, x_89); -lean_closure_set(x_123, 1, x_3); -lean_closure_set(x_123, 2, x_4); -lean_closure_set(x_123, 3, x_121); -lean_closure_set(x_123, 4, x_122); -lean_closure_set(x_123, 5, x_91); -lean_closure_set(x_123, 6, x_116); -x_124 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_123, x_118, x_5, x_6, x_7, x_8, x_9, x_10, x_109); -return x_124; -} -else -{ -lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; -x_125 = lean_box(x_90); -x_126 = lean_box(x_111); +uint8_t x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; +x_124 = 0; +x_125 = lean_box(x_81); +x_126 = lean_box(x_124); x_127 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_127, 0, x_89); +lean_closure_set(x_127, 0, x_80); lean_closure_set(x_127, 1, x_3); lean_closure_set(x_127, 2, x_4); lean_closure_set(x_127, 3, x_125); lean_closure_set(x_127, 4, x_126); -lean_closure_set(x_127, 5, x_91); -lean_closure_set(x_127, 6, x_116); -x_128 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_127, x_118, x_5, x_6, x_7, x_8, x_9, x_10, x_109); +lean_closure_set(x_127, 5, x_82); +lean_closure_set(x_127, 6, x_119); +x_128 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_127, x_122, x_5, x_6, x_7, x_8, x_9, x_10, x_117); return x_128; } -} -} -} else { -lean_object* x_131; lean_object* x_132; lean_object* x_133; uint8_t x_134; uint8_t x_135; -x_131 = lean_ctor_get(x_102, 0); -x_132 = lean_ctor_get(x_102, 1); -lean_inc(x_132); -lean_inc(x_131); -lean_dec(x_102); -x_133 = lean_ctor_get(x_131, 0); -lean_inc(x_133); -lean_dec(x_131); -x_134 = 1; -lean_inc(x_91); -x_135 = l_Lean_Environment_contains(x_133, x_91, x_134); -if (x_135 == 0) -{ -lean_object* x_136; lean_object* x_137; -lean_free_object(x_2); -lean_dec(x_91); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_136 = lean_box(x_90); -x_137 = lean_apply_6(x_89, x_3, x_4, x_136, x_9, x_10, x_132); -return x_137; -} -else -{ -lean_object* x_138; lean_object* x_139; uint8_t x_140; lean_object* x_141; lean_object* x_142; uint8_t x_143; -x_138 = lean_unsigned_to_nat(0u); -x_139 = l_Lean_Syntax_getArg(x_4, x_138); -x_140 = l_Lean_Syntax_isIdent(x_139); -lean_inc(x_4); -lean_inc(x_91); -x_141 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_141, 0, x_91); -lean_ctor_set(x_141, 1, x_4); -lean_ctor_set_tag(x_2, 3); -lean_ctor_set(x_2, 0, x_141); -x_142 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); -lean_closure_set(x_142, 0, x_2); -if (x_140 == 0) -{ -uint8_t x_154; -x_154 = l_Lean_Syntax_isAtom(x_139); -x_143 = x_154; -goto block_153; -} -else -{ -x_143 = x_134; -goto block_153; -} -block_153: -{ -if (x_143 == 0) -{ -uint8_t x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; -x_144 = 0; -x_145 = lean_box(x_90); -x_146 = lean_box(x_144); -x_147 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_147, 0, x_89); -lean_closure_set(x_147, 1, x_3); -lean_closure_set(x_147, 2, x_4); -lean_closure_set(x_147, 3, x_145); -lean_closure_set(x_147, 4, x_146); -lean_closure_set(x_147, 5, x_91); -lean_closure_set(x_147, 6, x_139); -x_148 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_147, x_142, x_5, x_6, x_7, x_8, x_9, x_10, x_132); -return x_148; -} -else -{ -lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; -x_149 = lean_box(x_90); -x_150 = lean_box(x_134); -x_151 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_151, 0, x_89); -lean_closure_set(x_151, 1, x_3); -lean_closure_set(x_151, 2, x_4); -lean_closure_set(x_151, 3, x_149); -lean_closure_set(x_151, 4, x_150); -lean_closure_set(x_151, 5, x_91); -lean_closure_set(x_151, 6, x_139); -x_152 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_151, x_142, x_5, x_6, x_7, x_8, x_9, x_10, x_132); -return x_152; -} +uint8_t x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; +x_129 = 1; +x_130 = lean_box(x_81); +x_131 = lean_box(x_129); +x_132 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_132, 0, x_80); +lean_closure_set(x_132, 1, x_3); +lean_closure_set(x_132, 2, x_4); +lean_closure_set(x_132, 3, x_130); +lean_closure_set(x_132, 4, x_131); +lean_closure_set(x_132, 5, x_82); +lean_closure_set(x_132, 6, x_119); +x_133 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_132, x_122, x_5, x_6, x_7, x_8, x_9, x_10, x_117); +return x_133; } } } @@ -36501,18 +36561,18 @@ return x_152; } else { -lean_object* x_155; uint8_t x_156; uint8_t x_157; -x_155 = lean_ctor_get(x_2, 0); -lean_inc(x_155); +lean_object* x_137; uint8_t x_138; uint8_t x_139; +x_137 = lean_ctor_get(x_2, 0); +lean_inc(x_137); lean_dec(x_2); -x_156 = lean_unbox(x_155); -lean_dec(x_155); -x_157 = l_Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_18_(x_156, x_92); -if (x_157 == 0) +x_138 = lean_unbox(x_137); +lean_dec(x_137); +x_139 = l_Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_18_(x_138, x_83); +if (x_139 == 0) { -lean_object* x_158; -lean_dec(x_91); -lean_dec(x_89); +lean_object* x_140; +lean_dec(x_82); +lean_dec(x_80); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -36521,141 +36581,115 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_158 = lean_box(0); -lean_ctor_set(x_12, 0, x_158); +x_140 = lean_box(0); +lean_ctor_set(x_12, 0, x_140); return x_12; } else { -lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; uint8_t x_164; +lean_object* x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; lean_free_object(x_12); -x_159 = lean_st_ref_get(x_10, x_15); -x_160 = lean_ctor_get(x_159, 0); -lean_inc(x_160); -x_161 = lean_ctor_get(x_159, 1); -lean_inc(x_161); -lean_dec(x_159); -x_162 = lean_ctor_get(x_160, 7); -lean_inc(x_162); -lean_dec(x_160); -x_163 = lean_st_ref_get(x_10, x_161); -x_164 = lean_ctor_get_uint8(x_162, sizeof(void*)*3); -lean_dec(x_162); -if (x_164 == 0) +x_141 = lean_st_ref_get(x_10, x_15); +x_142 = lean_ctor_get(x_141, 0); +lean_inc(x_142); +x_143 = lean_ctor_get(x_142, 7); +lean_inc(x_143); +lean_dec(x_142); +x_144 = lean_ctor_get_uint8(x_143, sizeof(void*)*3); +lean_dec(x_143); +if (x_144 == 0) { -lean_object* x_165; lean_object* x_166; lean_object* x_167; -lean_dec(x_91); +lean_object* x_145; lean_object* x_146; lean_object* x_147; +lean_dec(x_82); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_165 = lean_ctor_get(x_163, 1); -lean_inc(x_165); -lean_dec(x_163); -x_166 = lean_box(x_90); -x_167 = lean_apply_6(x_89, x_3, x_4, x_166, x_9, x_10, x_165); -return x_167; +x_145 = lean_ctor_get(x_141, 1); +lean_inc(x_145); +lean_dec(x_141); +x_146 = lean_box(x_81); +x_147 = lean_apply_6(x_80, x_3, x_4, x_146, x_9, x_10, x_145); +return x_147; } else { -lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; uint8_t x_172; uint8_t x_173; -x_168 = lean_ctor_get(x_163, 0); -lean_inc(x_168); -x_169 = lean_ctor_get(x_163, 1); -lean_inc(x_169); -if (lean_is_exclusive(x_163)) { - lean_ctor_release(x_163, 0); - lean_ctor_release(x_163, 1); - x_170 = x_163; +lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; uint8_t x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; uint8_t x_156; +x_148 = lean_ctor_get(x_141, 1); +lean_inc(x_148); +if (lean_is_exclusive(x_141)) { + lean_ctor_release(x_141, 0); + lean_ctor_release(x_141, 1); + x_149 = x_141; } else { - lean_dec_ref(x_163); - x_170 = lean_box(0); + lean_dec_ref(x_141); + x_149 = lean_box(0); } -x_171 = lean_ctor_get(x_168, 0); -lean_inc(x_171); -lean_dec(x_168); -x_172 = 1; -lean_inc(x_91); -x_173 = l_Lean_Environment_contains(x_171, x_91, x_172); -if (x_173 == 0) -{ -lean_object* x_174; lean_object* x_175; -lean_dec(x_170); -lean_dec(x_91); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_174 = lean_box(x_90); -x_175 = lean_apply_6(x_89, x_3, x_4, x_174, x_9, x_10, x_169); -return x_175; -} -else -{ -lean_object* x_176; lean_object* x_177; uint8_t x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; uint8_t x_182; -x_176 = lean_unsigned_to_nat(0u); -x_177 = l_Lean_Syntax_getArg(x_4, x_176); -x_178 = l_Lean_Syntax_isIdent(x_177); +x_150 = lean_unsigned_to_nat(0u); +x_151 = l_Lean_Syntax_getArg(x_4, x_150); +x_152 = l_Lean_Syntax_isIdent(x_151); lean_inc(x_4); -lean_inc(x_91); -if (lean_is_scalar(x_170)) { - x_179 = lean_alloc_ctor(0, 2, 0); +lean_inc(x_82); +if (lean_is_scalar(x_149)) { + x_153 = lean_alloc_ctor(0, 2, 0); } else { - x_179 = x_170; + x_153 = x_149; } -lean_ctor_set(x_179, 0, x_91); -lean_ctor_set(x_179, 1, x_4); -x_180 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_180, 0, x_179); -x_181 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); -lean_closure_set(x_181, 0, x_180); -if (x_178 == 0) +lean_ctor_set(x_153, 0, x_82); +lean_ctor_set(x_153, 1, x_4); +x_154 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_154, 0, x_153); +x_155 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); +lean_closure_set(x_155, 0, x_154); +if (x_152 == 0) { -uint8_t x_193; -x_193 = l_Lean_Syntax_isAtom(x_177); -x_182 = x_193; -goto block_192; +uint8_t x_168; +x_168 = l_Lean_Syntax_isAtom(x_151); +x_156 = x_168; +goto block_167; } else { -x_182 = x_172; -goto block_192; +uint8_t x_169; +x_169 = 1; +x_156 = x_169; +goto block_167; } -block_192: +block_167: { -if (x_182 == 0) +if (x_156 == 0) { -uint8_t x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; -x_183 = 0; -x_184 = lean_box(x_90); -x_185 = lean_box(x_183); -x_186 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_186, 0, x_89); -lean_closure_set(x_186, 1, x_3); -lean_closure_set(x_186, 2, x_4); -lean_closure_set(x_186, 3, x_184); -lean_closure_set(x_186, 4, x_185); -lean_closure_set(x_186, 5, x_91); -lean_closure_set(x_186, 6, x_177); -x_187 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_186, x_181, x_5, x_6, x_7, x_8, x_9, x_10, x_169); -return x_187; +uint8_t x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; +x_157 = 0; +x_158 = lean_box(x_81); +x_159 = lean_box(x_157); +x_160 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_160, 0, x_80); +lean_closure_set(x_160, 1, x_3); +lean_closure_set(x_160, 2, x_4); +lean_closure_set(x_160, 3, x_158); +lean_closure_set(x_160, 4, x_159); +lean_closure_set(x_160, 5, x_82); +lean_closure_set(x_160, 6, x_151); +x_161 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_160, x_155, x_5, x_6, x_7, x_8, x_9, x_10, x_148); +return x_161; } else { -lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; -x_188 = lean_box(x_90); -x_189 = lean_box(x_172); -x_190 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_190, 0, x_89); -lean_closure_set(x_190, 1, x_3); -lean_closure_set(x_190, 2, x_4); -lean_closure_set(x_190, 3, x_188); -lean_closure_set(x_190, 4, x_189); -lean_closure_set(x_190, 5, x_91); -lean_closure_set(x_190, 6, x_177); -x_191 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_190, x_181, x_5, x_6, x_7, x_8, x_9, x_10, x_169); -return x_191; -} +uint8_t x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; +x_162 = 1; +x_163 = lean_box(x_81); +x_164 = lean_box(x_162); +x_165 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_165, 0, x_80); +lean_closure_set(x_165, 1, x_3); +lean_closure_set(x_165, 2, x_4); +lean_closure_set(x_165, 3, x_163); +lean_closure_set(x_165, 4, x_164); +lean_closure_set(x_165, 5, x_82); +lean_closure_set(x_165, 6, x_151); +x_166 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_165, x_155, x_5, x_6, x_7, x_8, x_9, x_10, x_148); +return x_166; } } } @@ -36665,185 +36699,159 @@ return x_191; } else { -lean_object* x_194; lean_object* x_195; -x_194 = lean_ctor_get(x_18, 0); -lean_inc(x_194); +lean_object* x_170; lean_object* x_171; +x_170 = lean_ctor_get(x_18, 0); +lean_inc(x_170); lean_dec(x_18); -x_195 = lean_ctor_get(x_194, 0); -lean_inc(x_195); +x_171 = lean_ctor_get(x_170, 0); +lean_inc(x_171); if (lean_obj_tag(x_2) == 0) { -lean_object* x_196; uint8_t 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_172; uint8_t x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; uint8_t x_178; lean_free_object(x_12); -x_196 = lean_ctor_get(x_194, 1); -lean_inc(x_196); -lean_dec(x_194); -x_197 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); +x_172 = lean_ctor_get(x_170, 1); +lean_inc(x_172); +lean_dec(x_170); +x_173 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); lean_dec(x_1); -x_198 = lean_ctor_get(x_195, 0); -lean_inc(x_198); -lean_dec(x_195); -x_199 = lean_st_ref_get(x_10, x_15); -x_200 = lean_ctor_get(x_199, 0); -lean_inc(x_200); -x_201 = lean_ctor_get(x_199, 1); -lean_inc(x_201); -lean_dec(x_199); -x_202 = lean_ctor_get(x_200, 7); -lean_inc(x_202); -lean_dec(x_200); -x_203 = lean_st_ref_get(x_10, x_201); -x_204 = lean_ctor_get_uint8(x_202, sizeof(void*)*3); -lean_dec(x_202); -if (x_204 == 0) +x_174 = lean_ctor_get(x_171, 0); +lean_inc(x_174); +lean_dec(x_171); +x_175 = lean_st_ref_get(x_10, x_15); +x_176 = lean_ctor_get(x_175, 0); +lean_inc(x_176); +x_177 = lean_ctor_get(x_176, 7); +lean_inc(x_177); +lean_dec(x_176); +x_178 = lean_ctor_get_uint8(x_177, sizeof(void*)*3); +lean_dec(x_177); +if (x_178 == 0) { -lean_object* x_205; lean_object* x_206; lean_object* x_207; -lean_dec(x_198); +lean_object* x_179; lean_object* x_180; lean_object* x_181; +lean_dec(x_174); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_205 = lean_ctor_get(x_203, 1); -lean_inc(x_205); -lean_dec(x_203); -x_206 = lean_box(x_197); -x_207 = lean_apply_6(x_196, x_3, x_4, x_206, x_9, x_10, x_205); -return x_207; +x_179 = lean_ctor_get(x_175, 1); +lean_inc(x_179); +lean_dec(x_175); +x_180 = lean_box(x_173); +x_181 = lean_apply_6(x_172, x_3, x_4, x_180, x_9, x_10, x_179); +return x_181; } else { -lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; uint8_t x_212; uint8_t x_213; -x_208 = lean_ctor_get(x_203, 0); -lean_inc(x_208); -x_209 = lean_ctor_get(x_203, 1); -lean_inc(x_209); -if (lean_is_exclusive(x_203)) { - lean_ctor_release(x_203, 0); - lean_ctor_release(x_203, 1); - x_210 = x_203; +lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; uint8_t x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; uint8_t x_190; +x_182 = lean_ctor_get(x_175, 1); +lean_inc(x_182); +if (lean_is_exclusive(x_175)) { + lean_ctor_release(x_175, 0); + lean_ctor_release(x_175, 1); + x_183 = x_175; } else { - lean_dec_ref(x_203); - x_210 = lean_box(0); + lean_dec_ref(x_175); + x_183 = lean_box(0); } -x_211 = lean_ctor_get(x_208, 0); -lean_inc(x_211); -lean_dec(x_208); -x_212 = 1; -lean_inc(x_198); -x_213 = l_Lean_Environment_contains(x_211, x_198, x_212); -if (x_213 == 0) -{ -lean_object* x_214; lean_object* x_215; -lean_dec(x_210); -lean_dec(x_198); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_214 = lean_box(x_197); -x_215 = lean_apply_6(x_196, x_3, x_4, x_214, x_9, x_10, x_209); -return x_215; -} -else -{ -lean_object* x_216; lean_object* x_217; uint8_t x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; uint8_t x_222; -x_216 = lean_unsigned_to_nat(0u); -x_217 = l_Lean_Syntax_getArg(x_4, x_216); -x_218 = l_Lean_Syntax_isIdent(x_217); +x_184 = lean_unsigned_to_nat(0u); +x_185 = l_Lean_Syntax_getArg(x_4, x_184); +x_186 = l_Lean_Syntax_isIdent(x_185); lean_inc(x_4); -lean_inc(x_198); -if (lean_is_scalar(x_210)) { - x_219 = lean_alloc_ctor(0, 2, 0); +lean_inc(x_174); +if (lean_is_scalar(x_183)) { + x_187 = lean_alloc_ctor(0, 2, 0); } else { - x_219 = x_210; + x_187 = x_183; } -lean_ctor_set(x_219, 0, x_198); -lean_ctor_set(x_219, 1, x_4); -x_220 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_220, 0, x_219); -x_221 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); -lean_closure_set(x_221, 0, x_220); -if (x_218 == 0) +lean_ctor_set(x_187, 0, x_174); +lean_ctor_set(x_187, 1, x_4); +x_188 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_188, 0, x_187); +x_189 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); +lean_closure_set(x_189, 0, x_188); +if (x_186 == 0) { -uint8_t x_233; -x_233 = l_Lean_Syntax_isAtom(x_217); -x_222 = x_233; -goto block_232; +uint8_t x_202; +x_202 = l_Lean_Syntax_isAtom(x_185); +x_190 = x_202; +goto block_201; } else { -x_222 = x_212; -goto block_232; +uint8_t x_203; +x_203 = 1; +x_190 = x_203; +goto block_201; } -block_232: +block_201: { -if (x_222 == 0) +if (x_190 == 0) { -uint8_t x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; -x_223 = 0; -x_224 = lean_box(x_197); -x_225 = lean_box(x_223); -x_226 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_226, 0, x_196); -lean_closure_set(x_226, 1, x_3); -lean_closure_set(x_226, 2, x_4); -lean_closure_set(x_226, 3, x_224); -lean_closure_set(x_226, 4, x_225); -lean_closure_set(x_226, 5, x_198); -lean_closure_set(x_226, 6, x_217); -x_227 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_226, x_221, x_5, x_6, x_7, x_8, x_9, x_10, x_209); -return x_227; +uint8_t x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; +x_191 = 0; +x_192 = lean_box(x_173); +x_193 = lean_box(x_191); +x_194 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_194, 0, x_172); +lean_closure_set(x_194, 1, x_3); +lean_closure_set(x_194, 2, x_4); +lean_closure_set(x_194, 3, x_192); +lean_closure_set(x_194, 4, x_193); +lean_closure_set(x_194, 5, x_174); +lean_closure_set(x_194, 6, x_185); +x_195 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_194, x_189, x_5, x_6, x_7, x_8, x_9, x_10, x_182); +return x_195; } else { -lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; -x_228 = lean_box(x_197); -x_229 = lean_box(x_212); -x_230 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_230, 0, x_196); -lean_closure_set(x_230, 1, x_3); -lean_closure_set(x_230, 2, x_4); -lean_closure_set(x_230, 3, x_228); -lean_closure_set(x_230, 4, x_229); -lean_closure_set(x_230, 5, x_198); -lean_closure_set(x_230, 6, x_217); -x_231 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_230, x_221, x_5, x_6, x_7, x_8, x_9, x_10, x_209); -return x_231; -} +uint8_t x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; +x_196 = 1; +x_197 = lean_box(x_173); +x_198 = lean_box(x_196); +x_199 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_199, 0, x_172); +lean_closure_set(x_199, 1, x_3); +lean_closure_set(x_199, 2, x_4); +lean_closure_set(x_199, 3, x_197); +lean_closure_set(x_199, 4, x_198); +lean_closure_set(x_199, 5, x_174); +lean_closure_set(x_199, 6, x_185); +x_200 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_199, x_189, x_5, x_6, x_7, x_8, x_9, x_10, x_182); +return x_200; } } } } else { -lean_object* x_234; uint8_t x_235; lean_object* x_236; uint8_t x_237; lean_object* x_238; lean_object* x_239; uint8_t x_240; uint8_t x_241; -x_234 = lean_ctor_get(x_194, 1); -lean_inc(x_234); -lean_dec(x_194); -x_235 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); +lean_object* x_204; uint8_t x_205; lean_object* x_206; uint8_t x_207; lean_object* x_208; lean_object* x_209; uint8_t x_210; uint8_t x_211; +x_204 = lean_ctor_get(x_170, 1); +lean_inc(x_204); +lean_dec(x_170); +x_205 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); lean_dec(x_1); -x_236 = lean_ctor_get(x_195, 0); -lean_inc(x_236); -x_237 = lean_ctor_get_uint8(x_195, sizeof(void*)*3); -lean_dec(x_195); -x_238 = lean_ctor_get(x_2, 0); -lean_inc(x_238); +x_206 = lean_ctor_get(x_171, 0); +lean_inc(x_206); +x_207 = lean_ctor_get_uint8(x_171, sizeof(void*)*3); +lean_dec(x_171); +x_208 = lean_ctor_get(x_2, 0); +lean_inc(x_208); if (lean_is_exclusive(x_2)) { lean_ctor_release(x_2, 0); - x_239 = x_2; + x_209 = x_2; } else { lean_dec_ref(x_2); - x_239 = lean_box(0); + x_209 = lean_box(0); } -x_240 = lean_unbox(x_238); -lean_dec(x_238); -x_241 = l_Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_18_(x_240, x_237); -if (x_241 == 0) +x_210 = lean_unbox(x_208); +lean_dec(x_208); +x_211 = l_Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_18_(x_210, x_207); +if (x_211 == 0) { -lean_object* x_242; -lean_dec(x_239); -lean_dec(x_236); -lean_dec(x_234); +lean_object* x_212; +lean_dec(x_209); +lean_dec(x_206); +lean_dec(x_204); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -36852,548 +36860,467 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_242 = lean_box(0); -lean_ctor_set(x_12, 0, x_242); +x_212 = lean_box(0); +lean_ctor_set(x_12, 0, x_212); return x_12; } else { -lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; uint8_t x_248; +lean_object* x_213; lean_object* x_214; lean_object* x_215; uint8_t x_216; lean_free_object(x_12); -x_243 = lean_st_ref_get(x_10, x_15); -x_244 = lean_ctor_get(x_243, 0); -lean_inc(x_244); -x_245 = lean_ctor_get(x_243, 1); -lean_inc(x_245); -lean_dec(x_243); -x_246 = lean_ctor_get(x_244, 7); -lean_inc(x_246); -lean_dec(x_244); -x_247 = lean_st_ref_get(x_10, x_245); -x_248 = lean_ctor_get_uint8(x_246, sizeof(void*)*3); -lean_dec(x_246); -if (x_248 == 0) +x_213 = lean_st_ref_get(x_10, x_15); +x_214 = lean_ctor_get(x_213, 0); +lean_inc(x_214); +x_215 = lean_ctor_get(x_214, 7); +lean_inc(x_215); +lean_dec(x_214); +x_216 = lean_ctor_get_uint8(x_215, sizeof(void*)*3); +lean_dec(x_215); +if (x_216 == 0) { -lean_object* x_249; lean_object* x_250; lean_object* x_251; -lean_dec(x_239); -lean_dec(x_236); +lean_object* x_217; lean_object* x_218; lean_object* x_219; +lean_dec(x_209); +lean_dec(x_206); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_249 = lean_ctor_get(x_247, 1); -lean_inc(x_249); -lean_dec(x_247); -x_250 = lean_box(x_235); -x_251 = lean_apply_6(x_234, x_3, x_4, x_250, x_9, x_10, x_249); +x_217 = lean_ctor_get(x_213, 1); +lean_inc(x_217); +lean_dec(x_213); +x_218 = lean_box(x_205); +x_219 = lean_apply_6(x_204, x_3, x_4, x_218, x_9, x_10, x_217); +return x_219; +} +else +{ +lean_object* x_220; lean_object* x_221; 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_228; +x_220 = lean_ctor_get(x_213, 1); +lean_inc(x_220); +if (lean_is_exclusive(x_213)) { + lean_ctor_release(x_213, 0); + lean_ctor_release(x_213, 1); + x_221 = x_213; +} else { + lean_dec_ref(x_213); + x_221 = lean_box(0); +} +x_222 = lean_unsigned_to_nat(0u); +x_223 = l_Lean_Syntax_getArg(x_4, x_222); +x_224 = l_Lean_Syntax_isIdent(x_223); +lean_inc(x_4); +lean_inc(x_206); +if (lean_is_scalar(x_221)) { + x_225 = lean_alloc_ctor(0, 2, 0); +} else { + x_225 = x_221; +} +lean_ctor_set(x_225, 0, x_206); +lean_ctor_set(x_225, 1, x_4); +if (lean_is_scalar(x_209)) { + x_226 = lean_alloc_ctor(3, 1, 0); +} else { + x_226 = x_209; + lean_ctor_set_tag(x_226, 3); +} +lean_ctor_set(x_226, 0, x_225); +x_227 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); +lean_closure_set(x_227, 0, x_226); +if (x_224 == 0) +{ +uint8_t x_240; +x_240 = l_Lean_Syntax_isAtom(x_223); +x_228 = x_240; +goto block_239; +} +else +{ +uint8_t x_241; +x_241 = 1; +x_228 = x_241; +goto block_239; +} +block_239: +{ +if (x_228 == 0) +{ +uint8_t x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; +x_229 = 0; +x_230 = lean_box(x_205); +x_231 = lean_box(x_229); +x_232 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_232, 0, x_204); +lean_closure_set(x_232, 1, x_3); +lean_closure_set(x_232, 2, x_4); +lean_closure_set(x_232, 3, x_230); +lean_closure_set(x_232, 4, x_231); +lean_closure_set(x_232, 5, x_206); +lean_closure_set(x_232, 6, x_223); +x_233 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_232, x_227, x_5, x_6, x_7, x_8, x_9, x_10, x_220); +return x_233; +} +else +{ +uint8_t x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; +x_234 = 1; +x_235 = lean_box(x_205); +x_236 = lean_box(x_234); +x_237 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_237, 0, x_204); +lean_closure_set(x_237, 1, x_3); +lean_closure_set(x_237, 2, x_4); +lean_closure_set(x_237, 3, x_235); +lean_closure_set(x_237, 4, x_236); +lean_closure_set(x_237, 5, x_206); +lean_closure_set(x_237, 6, x_223); +x_238 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_237, x_227, x_5, x_6, x_7, x_8, x_9, x_10, x_220); +return x_238; +} +} +} +} +} +} +} +} +else +{ +lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; +x_242 = lean_ctor_get(x_12, 0); +x_243 = lean_ctor_get(x_12, 1); +lean_inc(x_243); +lean_inc(x_242); +lean_dec(x_12); +x_244 = lean_ctor_get(x_242, 0); +lean_inc(x_244); +lean_dec(x_242); +x_245 = lean_ctor_get(x_1, 0); +lean_inc(x_245); +x_246 = l_Lean_getAttributeImpl(x_244, x_245); +if (lean_obj_tag(x_246) == 0) +{ +lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_247 = lean_ctor_get(x_246, 0); +lean_inc(x_247); +if (lean_is_exclusive(x_246)) { + lean_ctor_release(x_246, 0); + x_248 = x_246; +} else { + lean_dec_ref(x_246); + x_248 = lean_box(0); +} +if (lean_is_scalar(x_248)) { + x_249 = lean_alloc_ctor(3, 1, 0); +} else { + x_249 = x_248; + lean_ctor_set_tag(x_249, 3); +} +lean_ctor_set(x_249, 0, x_247); +x_250 = l_Lean_MessageData_ofFormat(x_249); +x_251 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__1(x_250, x_5, x_6, x_7, x_8, x_9, x_10, x_243); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); return x_251; } else { -lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; uint8_t x_256; uint8_t x_257; -x_252 = lean_ctor_get(x_247, 0); +lean_object* x_252; lean_object* x_253; lean_object* x_254; +x_252 = lean_ctor_get(x_246, 0); lean_inc(x_252); -x_253 = lean_ctor_get(x_247, 1); -lean_inc(x_253); -if (lean_is_exclusive(x_247)) { - lean_ctor_release(x_247, 0); - lean_ctor_release(x_247, 1); - x_254 = x_247; +if (lean_is_exclusive(x_246)) { + lean_ctor_release(x_246, 0); + x_253 = x_246; } else { - lean_dec_ref(x_247); - x_254 = lean_box(0); + lean_dec_ref(x_246); + x_253 = lean_box(0); } -x_255 = lean_ctor_get(x_252, 0); +x_254 = lean_ctor_get(x_252, 0); +lean_inc(x_254); +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_255; uint8_t x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; uint8_t x_261; +x_255 = lean_ctor_get(x_252, 1); lean_inc(x_255); lean_dec(x_252); -x_256 = 1; -lean_inc(x_236); -x_257 = l_Lean_Environment_contains(x_255, x_236, x_256); -if (x_257 == 0) -{ -lean_object* x_258; lean_object* x_259; +x_256 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); +lean_dec(x_1); +x_257 = lean_ctor_get(x_254, 0); +lean_inc(x_257); lean_dec(x_254); -lean_dec(x_239); -lean_dec(x_236); +x_258 = lean_st_ref_get(x_10, x_243); +x_259 = lean_ctor_get(x_258, 0); +lean_inc(x_259); +x_260 = lean_ctor_get(x_259, 7); +lean_inc(x_260); +lean_dec(x_259); +x_261 = lean_ctor_get_uint8(x_260, sizeof(void*)*3); +lean_dec(x_260); +if (x_261 == 0) +{ +lean_object* x_262; lean_object* x_263; lean_object* x_264; +lean_dec(x_257); +lean_dec(x_253); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_258 = lean_box(x_235); -x_259 = lean_apply_6(x_234, x_3, x_4, x_258, x_9, x_10, x_253); -return x_259; +x_262 = lean_ctor_get(x_258, 1); +lean_inc(x_262); +lean_dec(x_258); +x_263 = lean_box(x_256); +x_264 = lean_apply_6(x_255, x_3, x_4, x_263, x_9, x_10, x_262); +return x_264; } else { -lean_object* x_260; lean_object* x_261; uint8_t x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; uint8_t x_266; -x_260 = lean_unsigned_to_nat(0u); -x_261 = l_Lean_Syntax_getArg(x_4, x_260); -x_262 = l_Lean_Syntax_isIdent(x_261); +lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; uint8_t x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; uint8_t x_273; +x_265 = lean_ctor_get(x_258, 1); +lean_inc(x_265); +if (lean_is_exclusive(x_258)) { + lean_ctor_release(x_258, 0); + lean_ctor_release(x_258, 1); + x_266 = x_258; +} else { + lean_dec_ref(x_258); + x_266 = lean_box(0); +} +x_267 = lean_unsigned_to_nat(0u); +x_268 = l_Lean_Syntax_getArg(x_4, x_267); +x_269 = l_Lean_Syntax_isIdent(x_268); lean_inc(x_4); -lean_inc(x_236); -if (lean_is_scalar(x_254)) { - x_263 = lean_alloc_ctor(0, 2, 0); +lean_inc(x_257); +if (lean_is_scalar(x_266)) { + x_270 = lean_alloc_ctor(0, 2, 0); } else { - x_263 = x_254; + x_270 = x_266; } -lean_ctor_set(x_263, 0, x_236); -lean_ctor_set(x_263, 1, x_4); -if (lean_is_scalar(x_239)) { - x_264 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_270, 0, x_257); +lean_ctor_set(x_270, 1, x_4); +if (lean_is_scalar(x_253)) { + x_271 = lean_alloc_ctor(3, 1, 0); } else { - x_264 = x_239; - lean_ctor_set_tag(x_264, 3); + x_271 = x_253; + lean_ctor_set_tag(x_271, 3); } -lean_ctor_set(x_264, 0, x_263); -x_265 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); -lean_closure_set(x_265, 0, x_264); -if (x_262 == 0) +lean_ctor_set(x_271, 0, x_270); +x_272 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); +lean_closure_set(x_272, 0, x_271); +if (x_269 == 0) { -uint8_t x_277; -x_277 = l_Lean_Syntax_isAtom(x_261); -x_266 = x_277; -goto block_276; +uint8_t x_285; +x_285 = l_Lean_Syntax_isAtom(x_268); +x_273 = x_285; +goto block_284; } else { -x_266 = x_256; -goto block_276; +uint8_t x_286; +x_286 = 1; +x_273 = x_286; +goto block_284; } -block_276: +block_284: { -if (x_266 == 0) +if (x_273 == 0) { -uint8_t x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; -x_267 = 0; -x_268 = lean_box(x_235); -x_269 = lean_box(x_267); -x_270 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_270, 0, x_234); -lean_closure_set(x_270, 1, x_3); -lean_closure_set(x_270, 2, x_4); -lean_closure_set(x_270, 3, x_268); -lean_closure_set(x_270, 4, x_269); -lean_closure_set(x_270, 5, x_236); -lean_closure_set(x_270, 6, x_261); -x_271 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_270, x_265, x_5, x_6, x_7, x_8, x_9, x_10, x_253); -return x_271; +uint8_t x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; +x_274 = 0; +x_275 = lean_box(x_256); +x_276 = lean_box(x_274); +x_277 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_277, 0, x_255); +lean_closure_set(x_277, 1, x_3); +lean_closure_set(x_277, 2, x_4); +lean_closure_set(x_277, 3, x_275); +lean_closure_set(x_277, 4, x_276); +lean_closure_set(x_277, 5, x_257); +lean_closure_set(x_277, 6, x_268); +x_278 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_277, x_272, x_5, x_6, x_7, x_8, x_9, x_10, x_265); +return x_278; } else { -lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; -x_272 = lean_box(x_235); -x_273 = lean_box(x_256); -x_274 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_274, 0, x_234); -lean_closure_set(x_274, 1, x_3); -lean_closure_set(x_274, 2, x_4); -lean_closure_set(x_274, 3, x_272); -lean_closure_set(x_274, 4, x_273); -lean_closure_set(x_274, 5, x_236); -lean_closure_set(x_274, 6, x_261); -x_275 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_274, x_265, x_5, x_6, x_7, x_8, x_9, x_10, x_253); -return x_275; -} -} -} -} -} +uint8_t x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; +x_279 = 1; +x_280 = lean_box(x_256); +x_281 = lean_box(x_279); +x_282 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_282, 0, x_255); +lean_closure_set(x_282, 1, x_3); +lean_closure_set(x_282, 2, x_4); +lean_closure_set(x_282, 3, x_280); +lean_closure_set(x_282, 4, x_281); +lean_closure_set(x_282, 5, x_257); +lean_closure_set(x_282, 6, x_268); +x_283 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_282, x_272, x_5, x_6, x_7, x_8, x_9, x_10, x_265); +return x_283; } } } } else { -lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; -x_278 = lean_ctor_get(x_12, 0); -x_279 = lean_ctor_get(x_12, 1); -lean_inc(x_279); -lean_inc(x_278); -lean_dec(x_12); -x_280 = lean_ctor_get(x_278, 0); -lean_inc(x_280); -lean_dec(x_278); -x_281 = lean_ctor_get(x_1, 0); -lean_inc(x_281); -x_282 = l_Lean_getAttributeImpl(x_280, x_281); -if (lean_obj_tag(x_282) == 0) -{ -lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); +lean_object* x_287; uint8_t x_288; lean_object* x_289; uint8_t x_290; lean_object* x_291; lean_object* x_292; uint8_t x_293; uint8_t x_294; +lean_dec(x_253); +x_287 = lean_ctor_get(x_252, 1); +lean_inc(x_287); +lean_dec(x_252); +x_288 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); lean_dec(x_1); -x_283 = lean_ctor_get(x_282, 0); -lean_inc(x_283); -if (lean_is_exclusive(x_282)) { - lean_ctor_release(x_282, 0); - x_284 = x_282; +x_289 = lean_ctor_get(x_254, 0); +lean_inc(x_289); +x_290 = lean_ctor_get_uint8(x_254, sizeof(void*)*3); +lean_dec(x_254); +x_291 = lean_ctor_get(x_2, 0); +lean_inc(x_291); +if (lean_is_exclusive(x_2)) { + lean_ctor_release(x_2, 0); + x_292 = x_2; } else { - lean_dec_ref(x_282); - x_284 = lean_box(0); + lean_dec_ref(x_2); + x_292 = lean_box(0); } -if (lean_is_scalar(x_284)) { - x_285 = lean_alloc_ctor(3, 1, 0); -} else { - x_285 = x_284; - lean_ctor_set_tag(x_285, 3); -} -lean_ctor_set(x_285, 0, x_283); -x_286 = l_Lean_MessageData_ofFormat(x_285); -x_287 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__1(x_286, x_5, x_6, x_7, x_8, x_9, x_10, x_279); +x_293 = lean_unbox(x_291); +lean_dec(x_291); +x_294 = l_Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_18_(x_293, x_290); +if (x_294 == 0) +{ +lean_object* x_295; lean_object* x_296; +lean_dec(x_292); +lean_dec(x_289); +lean_dec(x_287); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -return x_287; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_295 = lean_box(0); +x_296 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_296, 0, x_295); +lean_ctor_set(x_296, 1, x_243); +return x_296; } else { -lean_object* x_288; lean_object* x_289; lean_object* x_290; -x_288 = lean_ctor_get(x_282, 0); -lean_inc(x_288); -if (lean_is_exclusive(x_282)) { - lean_ctor_release(x_282, 0); - x_289 = x_282; -} else { - lean_dec_ref(x_282); - x_289 = lean_box(0); -} -x_290 = lean_ctor_get(x_288, 0); -lean_inc(x_290); -if (lean_obj_tag(x_2) == 0) +lean_object* x_297; lean_object* x_298; lean_object* x_299; uint8_t x_300; +x_297 = lean_st_ref_get(x_10, x_243); +x_298 = lean_ctor_get(x_297, 0); +lean_inc(x_298); +x_299 = lean_ctor_get(x_298, 7); +lean_inc(x_299); +lean_dec(x_298); +x_300 = lean_ctor_get_uint8(x_299, sizeof(void*)*3); +lean_dec(x_299); +if (x_300 == 0) { -lean_object* x_291; uint8_t 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; uint8_t x_299; -x_291 = lean_ctor_get(x_288, 1); -lean_inc(x_291); -lean_dec(x_288); -x_292 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); -lean_dec(x_1); -x_293 = lean_ctor_get(x_290, 0); -lean_inc(x_293); -lean_dec(x_290); -x_294 = lean_st_ref_get(x_10, x_279); -x_295 = lean_ctor_get(x_294, 0); -lean_inc(x_295); -x_296 = lean_ctor_get(x_294, 1); -lean_inc(x_296); -lean_dec(x_294); -x_297 = lean_ctor_get(x_295, 7); -lean_inc(x_297); -lean_dec(x_295); -x_298 = lean_st_ref_get(x_10, x_296); -x_299 = lean_ctor_get_uint8(x_297, sizeof(void*)*3); -lean_dec(x_297); -if (x_299 == 0) -{ -lean_object* x_300; lean_object* x_301; lean_object* x_302; -lean_dec(x_293); +lean_object* x_301; lean_object* x_302; lean_object* x_303; +lean_dec(x_292); lean_dec(x_289); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_300 = lean_ctor_get(x_298, 1); -lean_inc(x_300); -lean_dec(x_298); -x_301 = lean_box(x_292); -x_302 = lean_apply_6(x_291, x_3, x_4, x_301, x_9, x_10, x_300); -return x_302; +x_301 = lean_ctor_get(x_297, 1); +lean_inc(x_301); +lean_dec(x_297); +x_302 = lean_box(x_288); +x_303 = lean_apply_6(x_287, x_3, x_4, x_302, x_9, x_10, x_301); +return x_303; } else { -lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; uint8_t x_307; uint8_t x_308; -x_303 = lean_ctor_get(x_298, 0); -lean_inc(x_303); -x_304 = lean_ctor_get(x_298, 1); +lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; uint8_t x_308; lean_object* x_309; lean_object* x_310; lean_object* x_311; uint8_t x_312; +x_304 = lean_ctor_get(x_297, 1); lean_inc(x_304); -if (lean_is_exclusive(x_298)) { - lean_ctor_release(x_298, 0); - lean_ctor_release(x_298, 1); - x_305 = x_298; +if (lean_is_exclusive(x_297)) { + lean_ctor_release(x_297, 0); + lean_ctor_release(x_297, 1); + x_305 = x_297; } else { - lean_dec_ref(x_298); + lean_dec_ref(x_297); x_305 = lean_box(0); } -x_306 = lean_ctor_get(x_303, 0); -lean_inc(x_306); -lean_dec(x_303); -x_307 = 1; -lean_inc(x_293); -x_308 = l_Lean_Environment_contains(x_306, x_293, x_307); +x_306 = lean_unsigned_to_nat(0u); +x_307 = l_Lean_Syntax_getArg(x_4, x_306); +x_308 = l_Lean_Syntax_isIdent(x_307); +lean_inc(x_4); +lean_inc(x_289); +if (lean_is_scalar(x_305)) { + x_309 = lean_alloc_ctor(0, 2, 0); +} else { + x_309 = x_305; +} +lean_ctor_set(x_309, 0, x_289); +lean_ctor_set(x_309, 1, x_4); +if (lean_is_scalar(x_292)) { + x_310 = lean_alloc_ctor(3, 1, 0); +} else { + x_310 = x_292; + lean_ctor_set_tag(x_310, 3); +} +lean_ctor_set(x_310, 0, x_309); +x_311 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); +lean_closure_set(x_311, 0, x_310); if (x_308 == 0) { -lean_object* x_309; lean_object* x_310; -lean_dec(x_305); -lean_dec(x_293); -lean_dec(x_289); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_309 = lean_box(x_292); -x_310 = lean_apply_6(x_291, x_3, x_4, x_309, x_9, x_10, x_304); -return x_310; +uint8_t x_324; +x_324 = l_Lean_Syntax_isAtom(x_307); +x_312 = x_324; +goto block_323; } else { -lean_object* x_311; lean_object* x_312; uint8_t x_313; lean_object* x_314; lean_object* x_315; lean_object* x_316; uint8_t x_317; -x_311 = lean_unsigned_to_nat(0u); -x_312 = l_Lean_Syntax_getArg(x_4, x_311); -x_313 = l_Lean_Syntax_isIdent(x_312); -lean_inc(x_4); -lean_inc(x_293); -if (lean_is_scalar(x_305)) { - x_314 = lean_alloc_ctor(0, 2, 0); -} else { - x_314 = x_305; +uint8_t x_325; +x_325 = 1; +x_312 = x_325; +goto block_323; } -lean_ctor_set(x_314, 0, x_293); -lean_ctor_set(x_314, 1, x_4); -if (lean_is_scalar(x_289)) { - x_315 = lean_alloc_ctor(3, 1, 0); -} else { - x_315 = x_289; - lean_ctor_set_tag(x_315, 3); -} -lean_ctor_set(x_315, 0, x_314); -x_316 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); -lean_closure_set(x_316, 0, x_315); -if (x_313 == 0) +block_323: { -uint8_t x_328; -x_328 = l_Lean_Syntax_isAtom(x_312); -x_317 = x_328; -goto block_327; +if (x_312 == 0) +{ +uint8_t x_313; lean_object* x_314; lean_object* x_315; lean_object* x_316; lean_object* x_317; +x_313 = 0; +x_314 = lean_box(x_288); +x_315 = lean_box(x_313); +x_316 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); +lean_closure_set(x_316, 0, x_287); +lean_closure_set(x_316, 1, x_3); +lean_closure_set(x_316, 2, x_4); +lean_closure_set(x_316, 3, x_314); +lean_closure_set(x_316, 4, x_315); +lean_closure_set(x_316, 5, x_289); +lean_closure_set(x_316, 6, x_307); +x_317 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_316, x_311, x_5, x_6, x_7, x_8, x_9, x_10, x_304); +return x_317; } else { -x_317 = x_307; -goto block_327; -} -block_327: -{ -if (x_317 == 0) -{ uint8_t x_318; lean_object* x_319; lean_object* x_320; lean_object* x_321; lean_object* x_322; -x_318 = 0; -x_319 = lean_box(x_292); +x_318 = 1; +x_319 = lean_box(x_288); x_320 = lean_box(x_318); x_321 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_321, 0, x_291); +lean_closure_set(x_321, 0, x_287); lean_closure_set(x_321, 1, x_3); lean_closure_set(x_321, 2, x_4); lean_closure_set(x_321, 3, x_319); lean_closure_set(x_321, 4, x_320); -lean_closure_set(x_321, 5, x_293); -lean_closure_set(x_321, 6, x_312); -x_322 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_321, x_316, x_5, x_6, x_7, x_8, x_9, x_10, x_304); +lean_closure_set(x_321, 5, x_289); +lean_closure_set(x_321, 6, x_307); +x_322 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_321, x_311, x_5, x_6, x_7, x_8, x_9, x_10, x_304); return x_322; } -else -{ -lean_object* x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; -x_323 = lean_box(x_292); -x_324 = lean_box(x_307); -x_325 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_325, 0, x_291); -lean_closure_set(x_325, 1, x_3); -lean_closure_set(x_325, 2, x_4); -lean_closure_set(x_325, 3, x_323); -lean_closure_set(x_325, 4, x_324); -lean_closure_set(x_325, 5, x_293); -lean_closure_set(x_325, 6, x_312); -x_326 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_325, x_316, x_5, x_6, x_7, x_8, x_9, x_10, x_304); -return x_326; -} -} -} -} -} -else -{ -lean_object* x_329; uint8_t x_330; lean_object* x_331; uint8_t x_332; lean_object* x_333; lean_object* x_334; uint8_t x_335; uint8_t x_336; -lean_dec(x_289); -x_329 = lean_ctor_get(x_288, 1); -lean_inc(x_329); -lean_dec(x_288); -x_330 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); -lean_dec(x_1); -x_331 = lean_ctor_get(x_290, 0); -lean_inc(x_331); -x_332 = lean_ctor_get_uint8(x_290, sizeof(void*)*3); -lean_dec(x_290); -x_333 = lean_ctor_get(x_2, 0); -lean_inc(x_333); -if (lean_is_exclusive(x_2)) { - lean_ctor_release(x_2, 0); - x_334 = x_2; -} else { - lean_dec_ref(x_2); - x_334 = lean_box(0); -} -x_335 = lean_unbox(x_333); -lean_dec(x_333); -x_336 = l_Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_18_(x_335, x_332); -if (x_336 == 0) -{ -lean_object* x_337; lean_object* x_338; -lean_dec(x_334); -lean_dec(x_331); -lean_dec(x_329); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_337 = lean_box(0); -x_338 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_338, 0, x_337); -lean_ctor_set(x_338, 1, x_279); -return x_338; -} -else -{ -lean_object* x_339; lean_object* x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; uint8_t x_344; -x_339 = lean_st_ref_get(x_10, x_279); -x_340 = lean_ctor_get(x_339, 0); -lean_inc(x_340); -x_341 = lean_ctor_get(x_339, 1); -lean_inc(x_341); -lean_dec(x_339); -x_342 = lean_ctor_get(x_340, 7); -lean_inc(x_342); -lean_dec(x_340); -x_343 = lean_st_ref_get(x_10, x_341); -x_344 = lean_ctor_get_uint8(x_342, sizeof(void*)*3); -lean_dec(x_342); -if (x_344 == 0) -{ -lean_object* x_345; lean_object* x_346; lean_object* x_347; -lean_dec(x_334); -lean_dec(x_331); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_345 = lean_ctor_get(x_343, 1); -lean_inc(x_345); -lean_dec(x_343); -x_346 = lean_box(x_330); -x_347 = lean_apply_6(x_329, x_3, x_4, x_346, x_9, x_10, x_345); -return x_347; -} -else -{ -lean_object* x_348; lean_object* x_349; lean_object* x_350; lean_object* x_351; uint8_t x_352; uint8_t x_353; -x_348 = lean_ctor_get(x_343, 0); -lean_inc(x_348); -x_349 = lean_ctor_get(x_343, 1); -lean_inc(x_349); -if (lean_is_exclusive(x_343)) { - lean_ctor_release(x_343, 0); - lean_ctor_release(x_343, 1); - x_350 = x_343; -} else { - lean_dec_ref(x_343); - x_350 = lean_box(0); -} -x_351 = lean_ctor_get(x_348, 0); -lean_inc(x_351); -lean_dec(x_348); -x_352 = 1; -lean_inc(x_331); -x_353 = l_Lean_Environment_contains(x_351, x_331, x_352); -if (x_353 == 0) -{ -lean_object* x_354; lean_object* x_355; -lean_dec(x_350); -lean_dec(x_334); -lean_dec(x_331); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_354 = lean_box(x_330); -x_355 = lean_apply_6(x_329, x_3, x_4, x_354, x_9, x_10, x_349); -return x_355; -} -else -{ -lean_object* x_356; lean_object* x_357; uint8_t x_358; lean_object* x_359; lean_object* x_360; lean_object* x_361; uint8_t x_362; -x_356 = lean_unsigned_to_nat(0u); -x_357 = l_Lean_Syntax_getArg(x_4, x_356); -x_358 = l_Lean_Syntax_isIdent(x_357); -lean_inc(x_4); -lean_inc(x_331); -if (lean_is_scalar(x_350)) { - x_359 = lean_alloc_ctor(0, 2, 0); -} else { - x_359 = x_350; -} -lean_ctor_set(x_359, 0, x_331); -lean_ctor_set(x_359, 1, x_4); -if (lean_is_scalar(x_334)) { - x_360 = lean_alloc_ctor(3, 1, 0); -} else { - x_360 = x_334; - lean_ctor_set_tag(x_360, 3); -} -lean_ctor_set(x_360, 0, x_359); -x_361 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__2___boxed), 9, 1); -lean_closure_set(x_361, 0, x_360); -if (x_358 == 0) -{ -uint8_t x_373; -x_373 = l_Lean_Syntax_isAtom(x_357); -x_362 = x_373; -goto block_372; -} -else -{ -x_362 = x_352; -goto block_372; -} -block_372: -{ -if (x_362 == 0) -{ -uint8_t x_363; lean_object* x_364; lean_object* x_365; lean_object* x_366; lean_object* x_367; -x_363 = 0; -x_364 = lean_box(x_330); -x_365 = lean_box(x_363); -x_366 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_366, 0, x_329); -lean_closure_set(x_366, 1, x_3); -lean_closure_set(x_366, 2, x_4); -lean_closure_set(x_366, 3, x_364); -lean_closure_set(x_366, 4, x_365); -lean_closure_set(x_366, 5, x_331); -lean_closure_set(x_366, 6, x_357); -x_367 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_366, x_361, x_5, x_6, x_7, x_8, x_9, x_10, x_349); -return x_367; -} -else -{ -lean_object* x_368; lean_object* x_369; lean_object* x_370; lean_object* x_371; -x_368 = lean_box(x_330); -x_369 = lean_box(x_352); -x_370 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__15___lambda__3___boxed), 14, 7); -lean_closure_set(x_370, 0, x_329); -lean_closure_set(x_370, 1, x_3); -lean_closure_set(x_370, 2, x_4); -lean_closure_set(x_370, 3, x_368); -lean_closure_set(x_370, 4, x_369); -lean_closure_set(x_370, 5, x_331); -lean_closure_set(x_370, 6, x_357); -x_371 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_370, x_361, x_5, x_6, x_7, x_8, x_9, x_10, x_349); -return x_371; -} -} } } } @@ -50151,7 +50078,7 @@ lean_dec(x_1); return x_9; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__1() { _start: { lean_object* x_1; @@ -50159,7 +50086,7 @@ x_1 = lean_mk_string_unchecked("debug", 5, 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__2() { _start: { lean_object* x_1; @@ -50167,17 +50094,17 @@ x_1 = lean_mk_string_unchecked("byAsSorry", 9, 9); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__1; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__2; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__2; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__4() { _start: { lean_object* x_1; @@ -50185,13 +50112,13 @@ x_1 = lean_mk_string_unchecked("replace `by ..` blocks with `sorry` IF the expec return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__5() { _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_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__1; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__1; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__4; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -50200,26 +50127,26 @@ lean_ctor_set(x_5, 2, x_3); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__6() { _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___auto____x40_Lean_Elab_Term___hyg_3149____closed__1; x_2 = l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__3___closed__2; x_3 = l___auto____x40_Lean_Elab_Term___hyg_3149____closed__12; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__1; -x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__2; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__1; +x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__2; x_6 = l_Lean_Name_mkStr5(x_1, x_2, x_3, x_4, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__3; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__5; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__6; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__3; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__5; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__6; x_5 = l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___hyg_6____spec__1(x_2, x_3, x_4, x_1); return x_5; } @@ -52332,7 +52259,7 @@ return x_25; } } } -static lean_object* _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608____closed__1() { _start: { lean_object* x_1; @@ -52340,23 +52267,23 @@ x_1 = lean_mk_string_unchecked("BodyInfo", 8, 8); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l___auto____x40_Lean_Elab_Term___hyg_3149____closed__1; x_2 = l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__3___closed__2; x_3 = l___auto____x40_Lean_Elab_Term___hyg_3149____closed__12; -x_4 = l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631____closed__1; +x_4 = l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608____closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631_() { +static lean_object* _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608_() { _start: { lean_object* x_1; -x_1 = l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631____closed__2; +x_1 = l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608____closed__2; return x_1; } } @@ -52364,7 +52291,7 @@ static lean_object* _init_l_Lean_Elab_Term_instTypeNameBodyInfo() { _start: { lean_object* x_1; -x_1 = l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631_; +x_1 = l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608_; return x_1; } } @@ -73423,7 +73350,7 @@ lean_dec(x_2); return x_9; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__1() { _start: { lean_object* x_1; @@ -73431,17 +73358,17 @@ x_1 = lean_mk_string_unchecked("letrec", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__3___closed__2; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -73451,27 +73378,27 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__3; x_2 = l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__3___closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__4; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__4; x_2 = l___auto____x40_Lean_Elab_Term___hyg_3149____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__6() { _start: { lean_object* x_1; @@ -73479,17 +73406,17 @@ x_1 = lean_mk_string_unchecked("initFn", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__7() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__6; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__5; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__8() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__8() { _start: { lean_object* x_1; @@ -73497,47 +73424,47 @@ x_1 = lean_mk_string_unchecked("_@", 2, 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__9() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__7; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__8; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__7; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__10() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__9; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__9; x_2 = l___auto____x40_Lean_Elab_Term___hyg_3149____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__11() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__10; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__10; x_2 = l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__3___closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__12() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__11; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__11; x_2 = l___auto____x40_Lean_Elab_Term___hyg_3149____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__13() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__13() { _start: { lean_object* x_1; @@ -73545,33 +73472,33 @@ x_1 = lean_mk_string_unchecked("_hyg", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__14() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__12; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__13; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__12; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__15() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__14; -x_2 = lean_unsigned_to_nat(17184u); +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__14; +x_2 = lean_unsigned_to_nat(17161u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__2; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__2; x_3 = 0; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__15; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -73978,7 +73905,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_isLetRecAuxMVar(lean_object* x_1, lean _start: { lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; -x_9 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__2; +x_9 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__2; x_10 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_9, x_2, x_3, x_4, x_5, x_6, x_7, x_8); x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); @@ -85205,87 +85132,87 @@ x_3 = lean_alloc_closure((void*)(l_Lean_Elab_withoutModifyingStateWithInfoAndMes return x_3; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__1() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__4; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__6; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__2() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__1; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__8; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__3() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__2; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__2; x_2 = l___auto____x40_Lean_Elab_Term___hyg_3149____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__4() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__3; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__3; x_2 = l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__3___closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__5() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__4; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__4; x_2 = l___auto____x40_Lean_Elab_Term___hyg_3149____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__6() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__13; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__5; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__7() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__6; -x_2 = lean_unsigned_to_nat(19523u); +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__6; +x_2 = lean_unsigned_to_nat(19500u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__8() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__3___closed__2; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__9() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -85295,13 +85222,13 @@ x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__2; x_3 = 0; -x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__7; +x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__7; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -85317,7 +85244,7 @@ lean_object* x_9; lean_object* x_10; lean_object* x_11; x_9 = lean_ctor_get(x_8, 1); lean_inc(x_9); lean_dec(x_8); -x_10 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__8; +x_10 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__8; x_11 = l_Lean_registerTraceClass(x_10, x_3, x_4, x_9); if (lean_obj_tag(x_11) == 0) { @@ -85325,7 +85252,7 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; x_12 = lean_ctor_get(x_11, 1); lean_inc(x_12); lean_dec(x_11); -x_13 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__9; +x_13 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__9; x_14 = l_Lean_registerTraceClass(x_13, x_3, x_4, x_12); return x_14; } @@ -85399,7 +85326,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____lambda__1(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; @@ -85410,7 +85337,7 @@ lean_ctor_set(x_6, 1, x_4); return x_6; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__1() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__1() { _start: { lean_object* x_1; @@ -85418,17 +85345,17 @@ x_1 = lean_mk_string_unchecked("incremental", 11, 11); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__2() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__1; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__3() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__3() { _start: { lean_object* x_1; @@ -85436,18 +85363,18 @@ x_1 = lean_mk_string_unchecked("incrementalAttr", 15, 15); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__4() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___auto____x40_Lean_Elab_Term___hyg_3149____closed__1; x_2 = l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__3___closed__2; -x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__3; +x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__3; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__5() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__5() { _start: { lean_object* x_1; @@ -85455,40 +85382,160 @@ x_1 = lean_mk_string_unchecked("Marks an elaborator (tactic or command, currentl return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__6() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____lambda__1___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____lambda__1___boxed), 4, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; uint8_t x_7; lean_object* x_8; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__2; -x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__5; -x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__6; -x_5 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__4; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__2; +x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__5; +x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__6; +x_5 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__4; x_6 = 0; x_7 = 2; x_8 = l_Lean_registerTagAttribute(x_2, x_3, x_4, x_5, x_6, x_7, x_1); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____lambda__1___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_initFn____x40_Lean_Elab_Term___hyg_19677____lambda__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____lambda__1(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19703_(lean_object* x_1) { +static lean_object* _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Marks an elaborator (tactic or command, currently) as supporting incremental elaboration.\n\nFor unmarked elaborators, the corresponding snapshot bundle field in the elaboration context is\nunset so as to prevent accidental, incorrect reuse.\n", 239, 239); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__4; +x_3 = l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(2086u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(2096u); +x_2 = lean_unsigned_to_nat(88u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__3() { +_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_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(88u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(2093u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(2093u); +x_2 = lean_unsigned_to_nat(34u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__6() { +_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_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(34u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__3; +x_2 = l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__4; +x_3 = l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19680_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; @@ -85556,7 +85603,113 @@ return x_13; } } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__1() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_private", 8, 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__2; +x_2 = l___auto____x40_Lean_Elab_Term___hyg_3149____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__3; +x_2 = l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__3___closed__2; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__4; +x_2 = l___auto____x40_Lean_Elab_Term___hyg_3149____closed__12; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__5; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__6; +x_2 = l___auto____x40_Lean_Elab_Term___hyg_3149____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__7; +x_2 = l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__3___closed__2; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__9() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("init", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__8; +x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__9; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__10; +x_3 = l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__1() { _start: { lean_object* x_1; @@ -85564,40 +85717,40 @@ x_1 = lean_mk_string_unchecked("addBuiltinIncrementalElab", 25, 25); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__2() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___auto____x40_Lean_Elab_Term___hyg_3149____closed__1; x_2 = l_Lean_Elab_Term_withoutTacticIncrementality___rarg___lambda__3___closed__2; -x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__1; +x_3 = l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__3() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__2; +x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__2; x_3 = l_Lean_Expr_const___override(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1(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___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1(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; lean_inc(x_1); x_6 = l___private_Lean_ToExpr_0__Lean_Name_toExprAux(x_1); -x_7 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__3; +x_7 = l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__3; x_8 = l_Lean_Expr_app___override(x_7, x_6); x_9 = l_Lean_declareBuiltin(x_1, x_8, x_3, x_4, x_5); return x_9; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___closed__1() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -85605,16 +85758,16 @@ x_1 = lean_mk_string_unchecked("invalid attribute 'builtin_incremental', must be return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___closed__2() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___closed__1; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; @@ -85632,7 +85785,7 @@ if (x_10 == 0) { lean_object* x_11; lean_object* x_12; uint8_t x_13; lean_dec(x_1); -x_11 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___closed__2; +x_11 = l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___closed__2; x_12 = l_Lean_throwError___at_Lean_registerTagAttribute___spec__2(x_11, x_4, x_5, x_8); lean_dec(x_5); lean_dec(x_4); @@ -85659,7 +85812,7 @@ else { lean_object* x_17; lean_object* x_18; x_17 = lean_box(0); -x_18 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1(x_1, x_17, x_4, x_5, x_8); +x_18 = l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1(x_1, x_17, x_4, x_5, x_8); return x_18; } } @@ -85690,7 +85843,7 @@ return x_22; } } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___closed__1() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3___closed__1() { _start: { lean_object* x_1; @@ -85698,35 +85851,25 @@ x_1 = lean_mk_string_unchecked("attribute cannot be erased", 26, 26); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___closed__2() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___closed__1; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3(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; -x_5 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___closed__2; +x_5 = l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3___closed__2; x_6 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__6; -x_2 = lean_unsigned_to_nat(19756u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__2() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__1() { _start: { lean_object* x_1; @@ -85734,17 +85877,17 @@ x_1 = lean_mk_string_unchecked("builtin_incremental", 19, 19); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__3() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__2; +x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__4() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__3() { _start: { lean_object* x_1; @@ -85752,7 +85895,7 @@ x_1 = lean_mk_string_unchecked("(builtin) ", 10, 10); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__5() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__4() { _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; @@ -85765,29 +85908,29 @@ lean_dec(x_2); x_4 = lean_ctor_get(x_3, 2); lean_inc(x_4); lean_dec(x_3); -x_5 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__4; +x_5 = l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__3; x_6 = lean_string_append(x_5, x_4); lean_dec(x_4); return x_6; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__6() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__5; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__4; x_2 = l_Lean_Elab_Term_extraMsgToMsg___closed__3; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__7() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__1; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__3; -x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__6; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__10; +x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__2; +x_3 = l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__5; x_4 = 1; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -85797,29 +85940,29 @@ lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__8() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__7() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__9() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__8() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__10() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__7; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__8; -x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__9; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__6; +x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__7; +x_3 = l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__8; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -85827,39 +85970,39 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__10; +x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__9; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___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___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___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_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1(x_1, x_2, x_3, x_4, x_5); +x_6 = l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1(x_1, x_2, x_3, x_4, x_5); lean_dec(x_2); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___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_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___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; lean_object* x_8; x_7 = lean_unbox(x_3); lean_dec(x_3); -x_8 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2(x_1, x_2, x_7, x_4, x_5, x_6); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__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_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -86027,23 +86170,23 @@ x_7 = l_Lean_Elab_isIncrementalElab___rarg___lambda__4(x_1, x_2, x_3, x_4, x_6); return x_7; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_20009____closed__1() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19975____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__6; -x_2 = lean_unsigned_to_nat(20009u); +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__6; +x_2 = lean_unsigned_to_nat(19975u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_20009_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19975_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___closed__2; x_3 = 0; -x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_20009____closed__1; +x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19975____closed__1; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -86426,7 +86569,29 @@ l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_3946____closed__1 = _init_l_ lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_3946____closed__1); l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_3946____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_3946____closed__2(); lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_3946____closed__2); -if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_3946_(lean_io_mk_world()); +l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_docString__1___closed__1 = _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_docString__1___closed__1); +if (builtin) {res = l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__1 = _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__1); +l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__2 = _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__2); +l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__3 = _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__3); +l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__4 = _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__4); +l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__5 = _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__5); +l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__6 = _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__6); +l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__7 = _init_l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3___closed__7); +if (builtin) {res = l_Lean_Elab_Term_termElabAttribute___regBuiltin_Lean_Elab_Term_termElabAttribute_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_3946_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Term_termElabAttribute = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Term_termElabAttribute); @@ -86720,19 +86885,19 @@ l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__4 = lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__4); l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__5 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__5(); lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836____closed__6); -if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10836_(lean_io_mk_world()); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813____closed__6); +if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_10813_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Term_debug_byAsSorry = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Term_debug_byAsSorry); @@ -86745,12 +86910,12 @@ l_Lean_Elab_Term_mkSaveInfoAnnotation___closed__2 = _init_l_Lean_Elab_Term_mkSav lean_mark_persistent(l_Lean_Elab_Term_mkSaveInfoAnnotation___closed__2); l_Lean_Elab_Term_addTermInfo___closed__1 = _init_l_Lean_Elab_Term_addTermInfo___closed__1(); lean_mark_persistent(l_Lean_Elab_Term_addTermInfo___closed__1); -l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631____closed__1 = _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631____closed__1); -l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631____closed__2 = _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631____closed__2); -l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631_ = _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631_(); -lean_mark_persistent(l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11631_); +l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608____closed__1 = _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608____closed__1); +l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608____closed__2 = _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608____closed__2); +l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608_ = _init_l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608_(); +lean_mark_persistent(l_Lean_Elab_Term_instImpl____x40_Lean_Elab_Term___hyg_11608_); l_Lean_Elab_Term_instTypeNameBodyInfo = _init_l_Lean_Elab_Term_instTypeNameBodyInfo(); lean_mark_persistent(l_Lean_Elab_Term_instTypeNameBodyInfo); l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___lambda__1___closed__1 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___lambda__1___closed__1(); @@ -86908,37 +87073,37 @@ l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__3); l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__4 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__4(); lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__6); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__7); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__8); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__9); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__10); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__11); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__12); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__13); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__14(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__14); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__15(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184____closed__15); -if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17184_(lean_io_mk_world()); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__6); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__7); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__8); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__9); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__10); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__11); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__12); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__13); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__14(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__14); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__15(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161____closed__15); +if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_17161_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Elab_Term_isLetRecAuxMVar___lambda__3___closed__1 = _init_l_Lean_Elab_Term_isLetRecAuxMVar___lambda__3___closed__1(); @@ -87117,95 +87282,138 @@ l_Lean_Elab_Term_exprToSyntax___lambda__1___closed__3 = _init_l_Lean_Elab_Term_e lean_mark_persistent(l_Lean_Elab_Term_exprToSyntax___lambda__1___closed__3); l_Lean_Elab_Term_exprToSyntax___lambda__1___closed__4 = _init_l_Lean_Elab_Term_exprToSyntax___lambda__1___closed__4(); lean_mark_persistent(l_Lean_Elab_Term_exprToSyntax___lambda__1___closed__4); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__3(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__3); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__4(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__4); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__5(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__5); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__6(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__6); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__7(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__7); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__8(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__8); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__9(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523____closed__9); -if (builtin) {res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19523_(lean_io_mk_world()); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__1(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__1); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__2(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__2); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__3(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__3); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__4(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__4); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__5(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__5); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__6(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__6); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__7(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__7); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__8(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__8); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__9(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500____closed__9); +if (builtin) {res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19500_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -}l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__3(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__3); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__4(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__4); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__5(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__5); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__6(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677____closed__6); -if (builtin) {res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19677_(lean_io_mk_world()); +}l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__1(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__1); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__2(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__2); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__3(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__3); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__4(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__4); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__5(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__5); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__6(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654____closed__6); +l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_docString__1___closed__1 = _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__1 = _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__1); +l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__2 = _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__2); +l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__3 = _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__3); +l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__4 = _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__4); +l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__5 = _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__5); +l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__6 = _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__6); +l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__7 = _init_l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_Elab_incrementalAttr___regBuiltin_Lean_Elab_incrementalAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19654_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_incrementalAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_incrementalAttr); lean_dec_ref(res); -}if (builtin) {res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19703_(lean_io_mk_world()); +}if (builtin) {res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19680_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_builtinIncrementalElabs = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_builtinIncrementalElabs); lean_dec_ref(res); }l_Lean_Elab_addBuiltinIncrementalElab___closed__1 = _init_l_Lean_Elab_addBuiltinIncrementalElab___closed__1(); lean_mark_persistent(l_Lean_Elab_addBuiltinIncrementalElab___closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__3(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__1___closed__3); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__2___closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____lambda__3___closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__3(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__3); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__4(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__4); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__5(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__5); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__6(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__6); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__7(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__7); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__8(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__8); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__9(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__9); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__10 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__10(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756____closed__10); -if (builtin) {res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19756_(lean_io_mk_world()); +l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__1 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__1); +l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__2 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__2); +l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__3 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__3); +l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__4 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__4); +l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__5 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__5(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__5); +l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__6 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__6(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__6); +l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__7 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__7(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__7); +l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__8 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__8(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__8); +l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__9 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__9(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__9); +l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__10 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__10(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1___closed__10); +if (builtin) {res = l___private_Lean_Elab_Term_0__Lean_Elab_init___regBuiltin___private_Lean_Elab_Term_0__Lean_Elab_init_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__1 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__1); +l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__2 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__2); +l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__3 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__1___closed__3); +l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___closed__1 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___closed__1); +l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___closed__2 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__2___closed__2); +l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3___closed__1 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3___closed__1); +l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3___closed__2 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___lambda__3___closed__2); +l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__1 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__1); +l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__2 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__2); +l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__3 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__3); +l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__4 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__4); +l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__5 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__5(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__5); +l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__6 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__6(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__6); +l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__7 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__7(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__7); +l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__8 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__8(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__8); +l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__9 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__9(); +lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_init___closed__9); +if (builtin) {res = l___private_Lean_Elab_Term_0__Lean_Elab_init(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Elab_isIncrementalElab___rarg___lambda__3___closed__1 = _init_l_Lean_Elab_isIncrementalElab___rarg___lambda__3___closed__1(); lean_mark_persistent(l_Lean_Elab_isIncrementalElab___rarg___lambda__3___closed__1); l_Lean_Elab_isIncrementalElab___rarg___closed__1 = _init_l_Lean_Elab_isIncrementalElab___rarg___closed__1(); lean_mark_persistent(l_Lean_Elab_isIncrementalElab___rarg___closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_20009____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_20009____closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_20009____closed__1); -if (builtin) {res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_20009_(lean_io_mk_world()); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19975____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19975____closed__1(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19975____closed__1); +if (builtin) {res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_19975_(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)); diff --git a/stage0/stdlib/Lean/Elab/Util.c b/stage0/stdlib/Lean/Elab/Util.c index 0d4b257988..070a017aad 100644 --- a/stage0/stdlib/Lean/Elab/Util.c +++ b/stage0/stdlib/Lean/Elab/Util.c @@ -26,6 +26,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_checkSyntaxNodeKindAtNamespaces___rarg___la LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_throwErrorWithNestedErrors___spec__1(lean_object*); static lean_object* l_Lean_Elab_logException___rarg___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Attribute_Builtin_getId(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Elab_Util___hyg_820____closed__10; @@ -35,10 +36,12 @@ LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at_Lean_Elab_expandMacroImpl_x3 static lean_object* l_Lean_Elab_mkMacroAttributeUnsafe___closed__3; extern lean_object* l_Lean_maxRecDepthErrorMessage; lean_object* l_Lean_InternalExceptionId_getName___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_mkUnusedBaseName_loop(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_indentD(lean_object*); lean_object* l_Lean_Elab_throwUnsupportedSyntax___rarg(lean_object*); uint8_t l_Lean_Exception_isInterrupt(lean_object*); +lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_formatStxAux(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_FileMap_toPosition(lean_object*, lean_object*); @@ -75,6 +78,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___lambda__7(lean_object*, lean_object* l_Lean_Option_register___at_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Options___hyg_45____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___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___auto____x40_Lean_Elab_Util___hyg_820____closed__18; +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1058____closed__1; lean_object* l_List_find_x3f___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_liftMacroM___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -90,6 +94,7 @@ static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2574____close LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg(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_expandMacroImpl_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_string_dec_eq(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___lambda__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_nestedExceptionToMessageData___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Exception_toMessageData(lean_object*); @@ -107,15 +112,18 @@ lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_expandOptNamedPrio___closed__5; static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1058____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_throwErrorWithNestedErrors___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_getBetterRef___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwErrorWithNestedErrors___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___lambda__9(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___auto____x40_Lean_Elab_Util___hyg_820_; +static lean_object* l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__2; LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_expandMacroImpl_x3f(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_foldl___at_Lean_Elab_addMacroStack___spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___lambda__13(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_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2574_(lean_object*); lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MacroScopesView_format(lean_object*, lean_object*); @@ -167,7 +175,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_nestedExceptionToMessageData___rarg(lean_ob lean_object* l_Lean_Macro_hasDecl(lean_object*, lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Elab_Util___hyg_820____closed__24; LEAN_EXPORT lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_logException___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_nestedExceptionToMessageData___rarg___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_expandMacroImpl_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -200,6 +207,7 @@ static lean_object* l_Lean_Elab_nestedExceptionToMessageData___rarg___lambda__1_ uint8_t l_Lean_Environment_contains(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_liftMacroM___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_expandOptNamedPrio___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__6; static lean_object* l___auto____x40_Lean_Elab_Util___hyg_820____closed__12; static lean_object* l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe___closed__2; static lean_object* l_Lean_Elab_mkMacroAttributeUnsafe___closed__4; @@ -233,6 +241,8 @@ static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2574____close lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_syntaxNodeKindOfAttrParam___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_374____closed__7; +LEAN_EXPORT lean_object* l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_docString__1(lean_object*); +static lean_object* l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_docString__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___lambda__14(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_initFn____x40_Lean_Elab_Util___hyg_374____closed__1; static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2574____closed__7; @@ -282,6 +292,7 @@ uint8_t l_Option_beqOption____x40_Init_Data_Option_Basic___hyg_160____at_System_ static lean_object* l___auto____x40_Lean_Elab_Util___hyg_820____closed__7; lean_object* l_Lean_throwError___at_Lean_registerInitAttrUnsafe___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3(lean_object*); lean_object* l_Lean_Syntax_unsetTrailing(lean_object*); static lean_object* l_Lean_MacroScopesView_format___closed__1; lean_object* lean_string_append(lean_object*, lean_object*); @@ -308,6 +319,7 @@ uint8_t l_List_beq___at_Lean_MacroScopesView_isPrefixOf___spec__1(lean_object*, lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_MacroScopesView_equalScope___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_liftMacroM___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__5; LEAN_EXPORT uint8_t l_Lean_MacroScopesView_equalScope(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_prettyPrint(lean_object* x_1) { _start: @@ -2163,7 +2175,7 @@ x_23 = l_Lean_Syntax_getArg(x_3, x_22); lean_dec(x_3); x_24 = lean_box(0); lean_inc(x_8); -x_25 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1(x_23, x_8, x_24, x_4, x_5, x_17); +x_25 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1(x_23, x_8, x_24, x_4, x_5, x_17); lean_dec(x_4); if (lean_obj_tag(x_25) == 0) { @@ -2263,7 +2275,7 @@ x_43 = l_Lean_Syntax_getArg(x_3, x_42); lean_dec(x_3); x_44 = lean_box(0); lean_inc(x_8); -x_45 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1(x_43, x_8, x_44, x_4, x_5, x_35); +x_45 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1(x_43, x_8, x_44, x_4, x_5, x_35); lean_dec(x_4); if (lean_obj_tag(x_45) == 0) { @@ -2536,6 +2548,126 @@ x_3 = l_Lean_Elab_mkMacroAttributeUnsafe(x_2, x_1); return x_3; } } +static lean_object* _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a macro expander for a given syntax node kind.\n\nA macro expander should have type `Lean.Macro` (which is `Lean.Syntax → Lean.MacroM Lean.Syntax`),\ni.e. should take syntax of the given syntax node kind as a parameter and produce different syntax\nin the same syntax category.\n\nThe `macro_rules` and `macro` commands should usually be preferred over using this attribute\ndirectly.\n", 390, 388); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1058____closed__2; +x_3 = l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(126u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(137u); +x_2 = lean_unsigned_to_nat(91u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__3() { +_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_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(91u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(137u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(137u); +x_2 = lean_unsigned_to_nat(33u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__6() { +_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_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(33u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__3; +x_2 = l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1058____closed__2; +x_3 = l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at_Lean_Elab_expandMacroImpl_x3f___spec__1(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: { @@ -5235,7 +5367,29 @@ l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1058____closed__1 = _init_l_Lean_ lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1058____closed__1); l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1058____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1058____closed__2(); lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1058____closed__2); -if (builtin) {res = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1058_(lean_io_mk_world()); +l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_docString__1___closed__1 = _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_docString__1___closed__1); +if (builtin) {res = l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__1 = _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__1); +l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__2 = _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__2); +l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__3 = _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__3); +l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__4 = _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__4); +l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__5 = _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__5); +l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__6 = _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__6); +l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__7 = _init_l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3___closed__7); +if (builtin) {res = l_Lean_Elab_macroAttribute___regBuiltin_Lean_Elab_macroAttribute_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1058_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_macroAttribute = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_macroAttribute); diff --git a/stage0/stdlib/Lean/Meta/Coe.c b/stage0/stdlib/Lean/Meta/Coe.c index 324373a0ac..4d1b24b3fd 100644 --- a/stage0/stdlib/Lean/Meta/Coe.c +++ b/stage0/stdlib/Lean/Meta/Coe.c @@ -17,11 +17,13 @@ lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); static lean_object* l_Lean_Meta_expandCoe___lambda__1___closed__1; lean_object* l_Lean_Meta_mkAppOptM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3_(lean_object*); static lean_object* l_Lean_Meta_coerceSimple_x3f___closed__3; lean_object* l_Lean_Meta_mkFreshLevelMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_coerceToFunction_x3f___closed__7; static lean_object* l_Lean_Meta_coerceToFunction_x3f___closed__3; +LEAN_EXPORT lean_object* l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3(lean_object*); static lean_object* l_Lean_Meta_coerceMonadLift_x3f___closed__6; lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_coerceSimple_x3f___closed__9; @@ -37,6 +39,8 @@ static lean_object* l_Lean_Meta_coerceMonadLift_x3f___closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_coerce_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_bvar___override(lean_object*); static lean_object* l_Lean_Meta_coerceMonadLift_x3f___closed__11; +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_docString__1___closed__1; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3____closed__4; static lean_object* l_Lean_Meta_coerceSimple_x3f___closed__7; lean_object* l_Lean_stringToMessageData(lean_object*); @@ -52,10 +56,12 @@ static uint64_t l_Lean_Meta_isTypeApp_x3f___closed__1; static lean_object* l_Lean_Meta_coerceToFunction_x3f___closed__6; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3____closed__8; +static lean_object* l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__6; static lean_object* l_Lean_Meta_coerceMonadLift_x3f___closed__10; uint8_t l_Lean_Expr_isSort(lean_object*); static lean_object* l_Lean_Meta_coerceToSort_x3f___closed__3; static lean_object* l_Lean_Meta_coerceSimple_x3f___closed__6; +static lean_object* l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__7; static lean_object* l_Lean_Meta_coerceMonadLift_x3f___closed__8; static lean_object* l_Lean_Meta_coerceSimple_x3f___closed__1; uint64_t lean_uint64_shift_right(uint64_t, uint64_t); @@ -68,6 +74,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_217_(lean LEAN_EXPORT lean_object* l_Lean_Meta_expandCoe___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3____closed__2; lean_object* l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__2; lean_object* l_Lean_Meta_getLevel(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Meta_coerceMonadLift_x3f___closed__3; @@ -90,13 +97,16 @@ LEAN_EXPORT lean_object* l_Lean_Meta_coerce_x3f___lambda__1(lean_object*, lean_o LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerTagAttribute(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*); static lean_object* l_Lean_Meta_coerceSimple_x3f___closed__8; +static lean_object* l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_coeDeclAttr; static lean_object* l_Lean_Meta_coerceToSort_x3f___closed__4; +static lean_object* l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__5; static lean_object* l_Lean_Meta_coerceToSort_x3f___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_coerceToFunction_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_coerceToFunction_x3f___closed__1; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_217____closed__5; static lean_object* l_Lean_Meta_coerceToFunction_x3f___closed__4; +static lean_object* l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_expandCoe(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_expandCoe___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_coerceToFunction_x3f___closed__2; @@ -124,6 +134,7 @@ lean_object* l_Lean_mkArrow(lean_object*, lean_object*, lean_object*, lean_objec static lean_object* l_Lean_Meta_coerceToSort_x3f___closed__1; static lean_object* l_Lean_Meta_coerceSimple_x3f___closed__4; lean_object* lean_array_mk(lean_object*); +static lean_object* l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__1; static lean_object* l_Lean_Meta_expandCoe___lambda__2___closed__1; lean_object* l_Lean_throwError___at_Lean_Meta_instantiateForallWithParamInfos___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_isCoeDecl(lean_object*, lean_object*); @@ -145,6 +156,7 @@ uint8_t l_Lean_Expr_isForall(lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3____closed__1; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_217____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_expandCoe___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_docString__1(lean_object*); static lean_object* l_Lean_Meta_coerceSimple_x3f___closed__2; static lean_object* l_Lean_Meta_expandCoe___closed__2; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_217____closed__4; @@ -258,6 +270,126 @@ lean_dec(x_1); return x_5; } } +static lean_object* _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Tags declarations to be unfolded during coercion elaboration.\n\nThis is mostly used to hide coercion implementation details and show the coerced result instead of\nan application of auxiliary definitions (e.g. `CoeT.coe`, `Coe.coe`). This attribute only works on\nreducible functions and instance projections.\n", 307, 307); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3____closed__6; +x_3 = l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(13u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(22u); +x_2 = lean_unsigned_to_nat(112u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__3() { +_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_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(112u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(21u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(21u); +x_2 = lean_unsigned_to_nat(30u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__6() { +_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_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(30u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__3; +x_2 = l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3____closed__6; +x_3 = l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_Meta_isCoeDecl___closed__1() { _start: { @@ -35394,7 +35526,29 @@ l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3____closed__7 = _init_l_Lean_Meta lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3____closed__7); l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3____closed__8(); lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3____closed__8); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3_(lean_io_mk_world()); +l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_docString__1___closed__1 = _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__1 = _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__1); +l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__2 = _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__2); +l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__3 = _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__3); +l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__4 = _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__4); +l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__5 = _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__5); +l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__6 = _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__6); +l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__7 = _init_l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_Meta_coeDeclAttr___regBuiltin_Lean_Meta_coeDeclAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Coe___hyg_3_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_coeDeclAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_coeDeclAttr); diff --git a/stage0/stdlib/Lean/Meta/Instances.c b/stage0/stdlib/Lean/Meta/Instances.c index 2085251972..1fa2373797 100644 --- a/stage0/stdlib/Lean/Meta/Instances.c +++ b/stage0/stdlib/Lean/Meta/Instances.c @@ -18,44 +18,46 @@ LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Instances_0_ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_addInstanceEntry___spec__3(lean_object*, size_t, lean_object*); lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___closed__7; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_getAttrParamOptPrio(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__8; +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__6; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__2(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getInstanceAttrKind_x3f(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addInstanceEntry___spec__8(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Instances_erase___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_erase___at_Lean_Meta_addInstanceEntry___spec__18___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_assignMVarsIn___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); size_t lean_usize_shift_right(size_t, size_t); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_Meta_addInstance___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__1(lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___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*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addInstanceEntry___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addInstanceEntry___spec__17(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addInstanceEntry___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at___private_Lean_Meta_Instances_0__Lean_Meta_init___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getProjectionFnInfo_x3f___at_Lean_Meta_getStuckMVar_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___closed__3; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__6; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__3(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_397____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_instanceExtension; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__3; +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__5; LEAN_EXPORT lean_object* l_List_filterTR_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__2(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ConstantInfo_type(lean_object*); lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__5; uint8_t lean_usize_dec_le(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAux___at_Lean_Meta_Instances_erase___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_addInstanceEntry___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___closed__10; +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__12; +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_eraseAux___at_Lean_Meta_Instances_eraseCore___spec__2___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__9; static lean_object* l_Lean_Meta_instToFormatInstanceEntry___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__8___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_PersistentHashMap_empty___at_Lean_Meta_instInhabitedInstances___spec__1; @@ -64,7 +66,8 @@ size_t lean_uint64_to_usize(uint64_t); uint64_t lean_uint64_lor(uint64_t, uint64_t); LEAN_EXPORT lean_object* l_Lean_Meta_getGlobalInstancesIndex___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_addInstanceEntry___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___closed__1; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Meta_addDefaultInstanceEntry___spec__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); static lean_object* l_Lean_Meta_Instances_erase___rarg___closed__4; @@ -82,17 +85,17 @@ LEAN_EXPORT lean_object* l_Lean_Meta_getGlobalInstancesIndex___boxed(lean_object LEAN_EXPORT lean_object* l_Lean_Meta_getErasedInstances___boxed(lean_object*); size_t lean_usize_mul(size_t, size_t); lean_object* l_Lean_PersistentHashMap_insert___at_Lean_NameSSet_insert___spec__2(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Instances_eraseCore(lean_object*, lean_object*); lean_object* l_Lean_Meta_DiscrTree_instInhabited(lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__1(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__14; LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__7; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__3; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__11; static lean_object* l_Lean_Meta_instInhabitedInstanceEntry___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__2(lean_object*, lean_object*); static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__3; lean_object* lean_mk_array(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__5; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___closed__11; @@ -100,18 +103,23 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAtAux___at_Lean_Meta_I LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedInstanceEntry; LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Environment_find_x3f(lean_object*, lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____lambda__1___boxed(lean_object*); static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__1___closed__2; +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__5___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_Meta_Instances_erase___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__1___closed__4; static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_addInstanceEntry___spec__3___closed__1; +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__8(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_getInstancePriority_x3f___spec__1___boxed(lean_object*, lean_object*); uint8_t l_Lean_Expr_isAppOf(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___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_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__7; +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstances___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addInstanceEntry___spec__7(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_getSemiOutParamPositionsOf___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -119,41 +127,37 @@ lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__2(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_Lean_Expr_mvar___override(lean_object*); static lean_object* l_Lean_Meta_addDefaultInstance___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__1; -static uint64_t l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__16; +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__19; lean_object* l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___closed__8; LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_mkInstanceKey(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__8; uint8_t l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_Meta_addInstance___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_instInhabitedNat; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__6___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__7; static uint64_t l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___closed__1; LEAN_EXPORT lean_object* l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Lean_Meta_addInstanceEntry___spec__12___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_Meta_Instances_0__Lean_Meta_init___closed__2; static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_addInstanceEntry___spec__1___closed__4; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__9___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__10(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_397_(lean_object*); static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__1___closed__3; lean_object* l_Nat_reprFast(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__3(lean_object*, size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__9; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_isInstanceCore(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_addInstanceEntry___spec__2___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__5; size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAtAux___at_Lean_Meta_Instances_erase___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_397____closed__4; lean_object* l_Lean_PersistentHashMap_isUnaryNode___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__11; static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__6; LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_contains___at_Lean_Meta_Instances_erase___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isInstance___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -162,18 +166,21 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSyn LEAN_EXPORT lean_object* l_Lean_Meta_getGlobalInstancesIndex(lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_getInstancePriority_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addInstanceEntry___spec__9___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__9; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_eraseAux___at_Lean_Meta_addInstanceEntry___spec__19(lean_object*, size_t, lean_object*); lean_object* l_Lean_getOutParamPositions_x3f(lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__1___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__15; lean_object* l_List_toArray___rarg(lean_object*); static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___closed__6; lean_object* l_Lean_registerSimpleScopedEnvExtension___rarg(lean_object*, lean_object*); uint64_t lean_uint64_shift_right(uint64_t, uint64_t); LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedInstances; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___closed__1; lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at___private_Lean_Meta_Instances_0__Lean_Meta_init___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_addInstanceEntry___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___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*); lean_object* lean_nat_div(lean_object*, lean_object*); @@ -185,19 +192,18 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_eraseAux___at_Lean_Meta_addIns static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__1; lean_object* l_Lean_PersistentEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___closed__4; +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__10; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedDefaultInstances___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_getSemiOutParamPositionsOf___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_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__4; lean_object* l_Lean_Expr_setPPExplicit(lean_object*, uint8_t); lean_object* l_List_range(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__3; static lean_object* l_Std_Range_forIn_x27_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__3___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__15; +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__6; lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addGlobalInstance___spec__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_withNewMCtxDepth___at_Lean_Meta_matchesInstance___spec__1___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instToFormatInstanceEntry(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofFormat(lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_397____closed__3; extern uint8_t l_Lean_instInhabitedBinderInfo; @@ -206,31 +212,31 @@ lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__9; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_contains___at_Lean_Meta_Instances_erase___spec__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_setEnv___at_Lean_Meta_setInlineAttribute___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__18; -LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstancesPriorities___rarg___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addDefaultInstance___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__13; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__5(lean_object*, size_t, size_t, 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_Meta_addInstanceEntry(lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__2(lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__20; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_assignMVarsIn___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_modifyState___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__4; uint8_t l_Lean_Meta_DiscrTree_Key_lt(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Instances_erase___rarg___closed__2; static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_assignMVarsIn___spec__1___lambda__1___closed__1; extern lean_object* l_Lean_levelZero; LEAN_EXPORT lean_object* l_Lean_Meta_getErasedInstances___rarg___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedDefaultInstances; LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Meta_addDefaultInstanceEntry___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addInstanceEntry___spec__9(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__2___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__1___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___closed__2; extern lean_object* l_Lean_instInhabitedExpr; LEAN_EXPORT lean_object* l_Lean_Meta_defaultInstanceExtension; LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_getSemiOutParamPositionsOf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -238,34 +244,33 @@ lean_object* l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(lean static lean_object* l_Lean_Meta_instInhabitedInstanceEntry___closed__3; static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_getSemiOutParamPositionsOf___spec__1___closed__1; extern lean_object* l_Lean_Meta_globalInstanceExtension; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_getGlobalInstancesIndex___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertVal_loop___at_Lean_Meta_addInstanceEntry___spec__10(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Meta_addInstanceEntry___spec__13___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstances___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__9; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_getInstancePriority_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getInstanceAttrKind_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__6___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getErasedInstances___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_397____closed__6; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__7; static lean_object* l_Lean_PersistentHashMap_empty___at_Lean_Meta_instInhabitedInstances___spec__1___closed__1; uint8_t l_Lean_Option_get___at___private_Lean_Util_Profile_0__Lean_get__profiler___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__4; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addInstanceEntry___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_getInstancePriority_x3f___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__4; lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Meta_addInstance___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__2___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__10; LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_mkInstanceKey___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_addInstanceEntry___spec__1___closed__2; static lean_object* l_Lean_Meta_instToFormatInstanceEntry___closed__2; @@ -273,51 +278,51 @@ static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0_ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_getSemiOutParamPositionsOf___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_EXPORT lean_object* l_Lean_PersistentHashMap_erase___at_Lean_Meta_Instances_eraseCore___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Instances_erase___rarg___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__16; static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__2___closed__1; +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__7; static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__6___lambda__2___closed__1; +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__4; lean_object* l_Array_eraseIdx___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_addInstanceEntry___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_getInstancePriority_x3f___spec__2(lean_object*, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at___private_Lean_Meta_Instances_0__Lean_Meta_init___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_DiscrTree_mkPath(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__2; lean_object* lean_usize_to_nat(size_t); static lean_object* l_Lean_Meta_instInhabitedInstanceEntry___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__7; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addInstanceEntry___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isInstance(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addInstanceEntry___spec__6___closed__1; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_397____closed__1; LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___lambda__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*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_assignMVarsIn___spec__1___lambda__2___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__10; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__2; static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__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_EXPORT lean_object* l_Lean_Meta_addDefaultInstanceEntry(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__10; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669_(lean_object*); +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__3; LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___lambda__1(lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__4; static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_addInstanceEntry___spec__3___closed__2; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____lambda__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__1___boxed(lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__10; lean_object* l_Lean_throwError___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_isInstanceCore___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase(lean_object*); extern lean_object* l_Lean_Meta_DiscrTree_instInhabitedKey; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_addInstanceEntry___spec__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__7; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__1; uint8_t l_Lean_beqAttributeKind____x40_Lean_Attributes___hyg_169_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_addInstanceEntry___spec__2(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstancesPriorities(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__4; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__8; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__6___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -326,6 +331,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstances(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_Lean_PersistentHashMap_empty___at_Lean_Meta_instInhabitedInstances___spec__1___closed__2; lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassApp_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_addInstanceEntry___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAux___at_Lean_Meta_Instances_erase___spec__2(lean_object*, size_t, lean_object*); lean_object* l_id___rarg___boxed(lean_object*); @@ -337,38 +343,41 @@ static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_synthInstance_checkSynthOrder; lean_object* l_Lean_indentExpr(lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__12; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addInstanceEntry___spec__6(lean_object*, size_t, size_t, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__14; LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_assignMVarsIn___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__6; static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__1___closed__8; LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_assignMVarsIn(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_getSemiOutParamPositionsOf___spec__2___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_Array_idxOfAux___at_Lean_MetavarContext_setMVarUserName___spec__3(lean_object*, lean_object*, lean_object*); lean_object* lean_array_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__17; uint64_t l_Lean_Name_hash___override(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at___private_Lean_Meta_Instances_0__Lean_Meta_init___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_getSemiOutParamPositionsOf___spec__2(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_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Expr_getAppFn(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_addInstance(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_filterTR_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__4; lean_object* l_Lean_SimplePersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*, uint8_t); uint64_t lean_uint64_shift_left(uint64_t, uint64_t); lean_object* l_Lean_ScopedEnvExtension_addCore___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_erase___at_Lean_Meta_Instances_eraseCore___spec__1(lean_object*, lean_object*); +static uint64_t l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__2; +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__1; static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__9; static lean_object* l_Lean_Meta_addInstance___closed__2; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_addDefaultInstance___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_instBEqInstanceEntry___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__2; +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__11; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__6___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstancesPriorities___rarg(lean_object*, lean_object*); @@ -376,24 +385,25 @@ LEAN_EXPORT lean_object* l_Lean_Meta_addDefaultInstance___lambda__1(lean_object* lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__13; static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___closed__2; size_t lean_usize_sub(size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_mkInstanceKey___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_mk(lean_object*); static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addInstanceEntry___spec__14(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__5; static lean_object* l_Lean_Meta_addDefaultInstance___lambda__1___closed__1; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__2(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_addDefaultInstance(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); lean_object* l_Lean_Meta_getMVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__17; static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__1___closed__7; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addInstanceEntry___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_addInstanceEntry___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___closed__2; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); size_t lean_array_size(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_instBEqInstanceEntry(lean_object*, lean_object*); @@ -402,6 +412,7 @@ lean_object* l_Lean_throwError___at_Lean_Meta_instantiateForallWithParamInfos___ lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__1___closed__6; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__3; 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_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); @@ -411,35 +422,36 @@ LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstanc uint8_t l_Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_125_(lean_object*, lean_object*); lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstances___rarg___lambda__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__8; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__6; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__5; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__6___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__9(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__3; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__6___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__6; static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_addInstanceEntry___spec__1___closed__3; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__5; uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_instToFormatInstanceEntry___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_getInstancePriority_x3f___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* l_Lean_getConstVal___at___private_Lean_Meta_InferType_0__Lean_Meta_inferConstType___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_find___at_Lean_NameMap_find_x3f___spec__1___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__12; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__18; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_assignMVarsIn___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__6; static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_getInstancePriority_x3f(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedInstanceEntry___closed__5; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Meta_TransparencyMode_toUInt64(uint8_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_erase___at_Lean_Meta_addInstanceEntry___spec__18(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_eraseAux___at_Lean_Meta_Instances_eraseCore___spec__2(lean_object*, size_t, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315_(lean_object*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_getSemiOutParamPositionsOf___spec__1___closed__2; static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__8; @@ -450,30 +462,30 @@ static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0_ uint64_t l___private_Lean_Meta_Basic_0__Lean_Meta_Config_toKey(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addInstanceEntry___spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getInstancePriority_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__1; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); +static lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__7; static lean_object* l_Lean_Meta_instToFormatInstanceEntry___closed__3; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3___closed__1; uint8_t l_Lean_beqBinderInfo____x40_Lean_Expr___hyg_413_(uint8_t, uint8_t); uint64_t l_Lean_Meta_DiscrTree_Key_hash(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__6; lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__3; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__19; LEAN_EXPORT lean_object* l_Lean_Meta_addInstance___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_insertIdx_loop___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326_(lean_object*); LEAN_EXPORT uint8_t l_Array_forIn_x27Unsafe_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_assignMVarsIn___spec__1___lambda__2(lean_object*, lean_object*); static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___closed__5; size_t lean_usize_land(size_t, size_t); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__6; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_getErasedInstances(lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasExprMVar(lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_397____closed__7; uint8_t l_Array_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder_getSemiOutParamPositionsOf___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___spec__7___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*); static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_addInstanceEntry___spec__1___closed__1; lean_object* l_Lean_Option_register___at_Lean_initFn____x40_Lean_Util_Profile___hyg_5____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -10633,7 +10645,129 @@ x_10 = l_Lean_Meta_addInstance(x_1, x_9, x_3, x_4, x_5, x_6, x_7, x_8); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____spec__1___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_private", 8, 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__7; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__8; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Instances", 9, 9); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__4; +x_2 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__5; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__6; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__7; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__8; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__8; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__10() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("init", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__9; +x_2 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__10; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__12() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers type class instances.\n\nThe `instance` command, which expands to `@[instance] def`, is usually preferred over using this\nattribute directly. However it might sometimes still be necessary to use this attribute directly,\nin particular for `opaque` instances.\n\nTo assign priorities to instances, `@[instance prio]` can be used (where `prio` is a priority).\nThis corresponds to the `instance (priority := prio)` notation.\n", 427, 427); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__11; +x_3 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__12; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at___private_Lean_Meta_Instances_0__Lean_Meta_init___spec__1___lambda__1(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; @@ -10644,7 +10778,7 @@ lean_ctor_set(x_8, 1, x_6); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____spec__1(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_Meta_Instances_erase___at___private_Lean_Meta_Instances_0__Lean_Meta_init___spec__1(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; @@ -10688,12 +10822,12 @@ else { lean_object* x_18; lean_object* x_19; x_18 = lean_box(0); -x_19 = l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____spec__1___lambda__1(x_1, x_2, x_18, x_3, x_4, x_5); +x_19 = l_Lean_Meta_Instances_erase___at___private_Lean_Meta_Instances_0__Lean_Meta_init___spec__1___lambda__1(x_1, x_2, x_18, x_3, x_4, x_5); return x_19; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__1() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__1() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; uint8_t x_5; lean_object* x_6; @@ -10724,16 +10858,16 @@ lean_ctor_set_uint8(x_6, 17, x_2); return x_6; } } -static uint64_t _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__2() { +static uint64_t _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__2() { _start: { lean_object* x_1; uint64_t x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__1; +x_1 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__1; x_2 = l___private_Lean_Meta_Basic_0__Lean_Meta_Config_toKey(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__3() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; @@ -10742,23 +10876,23 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__4() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__3; +x_1 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__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_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__5() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__5() { _start: { size_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = 5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__4; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__3; +x_2 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__4; +x_3 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__3; x_4 = lean_unsigned_to_nat(0u); x_5 = lean_alloc_ctor(0, 4, sizeof(size_t)*1); lean_ctor_set(x_5, 0, x_2); @@ -10769,13 +10903,13 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__6() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(0); x_2 = l_Lean_PersistentHashMap_empty___at_Lean_Meta_instInhabitedInstances___spec__1___closed__2; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__5; +x_3 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__5; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_2); lean_ctor_set(x_4, 1, x_3); @@ -10783,16 +10917,16 @@ lean_ctor_set(x_4, 2, x_1); return x_4; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__7() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint64_t x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; x_1 = lean_box(0); x_2 = lean_box(0); -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__1; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__2; +x_3 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__1; +x_4 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__2; x_5 = 0; -x_6 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__6; +x_6 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__6; x_7 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addInstanceEntry___spec__9___closed__1; x_8 = lean_unsigned_to_nat(0u); x_9 = lean_alloc_ctor(0, 7, 11); @@ -10810,7 +10944,7 @@ lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 10, x_5); return x_9; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__8() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10829,7 +10963,7 @@ lean_ctor_set(x_3, 8, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__9() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__9() { _start: { lean_object* x_1; lean_object* x_2; @@ -10842,15 +10976,15 @@ lean_ctor_set(x_2, 3, x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__10() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__10() { _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 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__8; +x_2 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__8; x_3 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__2; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__5; -x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__9; +x_4 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__5; +x_5 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__9; x_6 = lean_alloc_ctor(0, 5, 0); lean_ctor_set(x_6, 0, x_2); lean_ctor_set(x_6, 1, x_3); @@ -10860,7 +10994,7 @@ lean_ctor_set(x_6, 4, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1(lean_object* x_1, lean_object* x_2, uint8_t 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; @@ -10877,14 +11011,14 @@ lean_inc(x_10); x_11 = lean_ctor_get(x_9, 1); lean_inc(x_11); lean_dec(x_9); -x_12 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__10; +x_12 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__10; x_13 = lean_st_mk_ref(x_12, x_11); x_14 = lean_ctor_get(x_13, 0); lean_inc(x_14); x_15 = lean_ctor_get(x_13, 1); lean_inc(x_15); lean_dec(x_13); -x_16 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__7; +x_16 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__7; lean_inc(x_14); x_17 = l_Lean_Meta_addInstance(x_1, x_3, x_10, x_16, x_14, x_4, x_5, x_15); if (lean_obj_tag(x_17) == 0) @@ -10969,14 +11103,14 @@ return x_33; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__2(lean_object* x_1, lean_object* x_2) { _start: { lean_inc(x_1); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__3(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; uint8_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; @@ -11000,7 +11134,7 @@ lean_dec(x_11); x_13 = l_Lean_Meta_instInhabitedInstances; x_14 = l_Lean_Meta_addInstance___closed__2; x_15 = l_Lean_ScopedEnvExtension_getState___rarg(x_13, x_14, x_8, x_12); -x_16 = l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____spec__1(x_15, x_1, x_2, x_3, x_7); +x_16 = l_Lean_Meta_Instances_erase___at___private_Lean_Meta_Instances_0__Lean_Meta_init___spec__1(x_15, x_1, x_2, x_3, x_7); if (lean_obj_tag(x_16) == 0) { lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; @@ -11022,7 +11156,7 @@ lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean x_23 = lean_ctor_get(x_20, 0); x_24 = lean_ctor_get(x_20, 5); lean_dec(x_24); -x_25 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__2___boxed), 2, 1); +x_25 = lean_alloc_closure((void*)(l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__2___boxed), 2, 1); lean_closure_set(x_25, 0, x_17); x_26 = l_Lean_ScopedEnvExtension_modifyState___rarg(x_14, x_23, x_25); x_27 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__1; @@ -11072,7 +11206,7 @@ lean_inc(x_37); lean_inc(x_36); lean_inc(x_35); lean_dec(x_20); -x_43 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__2___boxed), 2, 1); +x_43 = lean_alloc_closure((void*)(l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__2___boxed), 2, 1); lean_closure_set(x_43, 0, x_17); x_44 = l_Lean_ScopedEnvExtension_modifyState___rarg(x_14, x_35, x_43); x_45 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__1; @@ -11132,129 +11266,7 @@ return x_55; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__7; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__8; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__3() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("initFn", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__4() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__5() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_@", 2, 2); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__6() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__5; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__6; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__7; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__8; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__9() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Instances", 9, 9); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__10() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__8; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__9; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__11() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_hyg", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__12() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__11; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__13() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__12; -x_2 = lean_unsigned_to_nat(3715u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__14() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__1() { _start: { lean_object* x_1; @@ -11262,17 +11274,17 @@ x_1 = lean_mk_string_unchecked("instance", 8, 8); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__15() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__14; +x_2 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__16() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__3() { _start: { lean_object* x_1; @@ -11280,13 +11292,13 @@ x_1 = lean_mk_string_unchecked("type class instance", 19, 19); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__17() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__13; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__15; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__16; +x_1 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__11; +x_2 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__2; +x_3 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__3; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -11296,29 +11308,29 @@ lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__18() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__19() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__3___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__3___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__20() { +static lean_object* _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__17; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__18; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__19; +x_1 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__4; +x_2 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__5; +x_3 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__6; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -11326,62 +11338,62 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__20; +x_2 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__7; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____spec__1___lambda__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_EXPORT lean_object* l_Lean_Meta_Instances_erase___at___private_Lean_Meta_Instances_0__Lean_Meta_init___spec__1___lambda__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: { lean_object* x_7; -x_7 = l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____spec__1___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_Meta_Instances_erase___at___private_Lean_Meta_Instances_0__Lean_Meta_init___spec__1___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____spec__1___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_Meta_Instances_erase___at___private_Lean_Meta_Instances_0__Lean_Meta_init___spec__1___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_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____spec__1(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_Meta_Instances_erase___at___private_Lean_Meta_Instances_0__Lean_Meta_init___spec__1(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__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_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__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: { uint8_t x_7; lean_object* x_8; x_7 = lean_unbox(x_3); lean_dec(x_3); -x_8 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__2___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__2___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__2(x_1, x_2); +x_3 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__2(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__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_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__3(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__3(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; @@ -14639,7 +14651,7 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -14661,7 +14673,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__3(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__3(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -14699,7 +14711,7 @@ size_t x_15; size_t x_16; lean_object* x_17; x_15 = 0; x_16 = lean_usize_of_nat(x_7); lean_dec(x_7); -x_17 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__2(x_6, x_15, x_16, x_4); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__2(x_6, x_15, x_16, x_4); lean_dec(x_6); x_2 = x_11; x_4 = x_17; @@ -14713,7 +14725,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -14740,22 +14752,22 @@ size_t x_7; size_t x_8; lean_object* x_9; x_7 = 0; x_8 = lean_usize_of_nat(x_3); lean_dec(x_3); -x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__3(x_2, x_7, x_8, x_1); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__3(x_2, x_7, x_8, x_1); return x_9; } } } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____lambda__1(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; x_2 = l_Lean_Meta_instInhabitedDefaultInstances___closed__1; -x_3 = l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__1(x_2, x_1); +x_3 = l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__1(x_2, x_1); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__1() { _start: { lean_object* x_1; @@ -14763,18 +14775,18 @@ x_1 = lean_mk_string_unchecked("defaultInstanceExtension", 24, 24); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__7; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__8; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__1; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__3() { _start: { lean_object* x_1; @@ -14782,15 +14794,15 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_addDefaultInstanceEntry), 2, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__4() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____lambda__1___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____lambda__1___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__5() { _start: { lean_object* x_1; @@ -14798,15 +14810,15 @@ x_1 = lean_alloc_closure((void*)(l_List_toArray___rarg), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; uint8_t x_7; lean_object* x_8; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__2; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__3; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__4; -x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__2; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__3; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__4; +x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__5; x_6 = 2; x_7 = 1; x_8 = lean_alloc_ctor(0, 5, 2); @@ -14820,16 +14832,16 @@ lean_ctor_set_uint8(x_8, sizeof(void*)*5 + 1, x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__6; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__6; x_3 = l_Lean_registerSimplePersistentEnvExtension___rarg(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { size_t x_5; size_t x_6; lean_object* x_7; @@ -14837,12 +14849,12 @@ x_5 = lean_unbox_usize(x_2); lean_dec(x_2); x_6 = lean_unbox_usize(x_3); lean_dec(x_3); -x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__2(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__2(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { size_t x_5; size_t x_6; lean_object* x_7; @@ -14850,25 +14862,25 @@ x_5 = lean_unbox_usize(x_2); lean_dec(x_2); x_6 = lean_unbox_usize(x_3); lean_dec(x_3); -x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__3(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__3(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____spec__1(x_1, x_2); +x_3 = l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____lambda__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____lambda__1___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____lambda__1(x_1); +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____lambda__1(x_1); lean_dec(x_1); return x_2; } @@ -15310,18 +15322,18 @@ lean_dec(x_3); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__1(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_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__1(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; lean_object* x_11; lean_object* x_12; -x_7 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__10; +x_7 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__10; x_8 = lean_st_mk_ref(x_7, x_6); 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(x_8); -x_11 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__7; +x_11 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__7; lean_inc(x_9); x_12 = l_Lean_Meta_addDefaultInstance(x_1, x_2, x_11, x_9, x_4, x_5, x_10); if (lean_obj_tag(x_12) == 0) @@ -15380,7 +15392,7 @@ return x_24; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___closed__1() { _start: { lean_object* x_1; @@ -15388,16 +15400,16 @@ x_1 = lean_mk_string_unchecked("invalid attribute 'default_instance', must be gl return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2(lean_object* x_1, lean_object* x_2, uint8_t 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; @@ -15421,7 +15433,7 @@ if (x_13 == 0) lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_dec(x_10); lean_dec(x_1); -x_14 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___closed__2; +x_14 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___closed__2; x_15 = l_Lean_throwError___at_Lean_registerTagAttribute___spec__2(x_14, x_4, x_5, x_11); lean_dec(x_5); lean_dec(x_4); @@ -15448,7 +15460,7 @@ else { lean_object* x_20; lean_object* x_21; x_20 = lean_box(0); -x_21 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__1(x_1, x_10, x_20, x_4, x_5, x_11); +x_21 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__1(x_1, x_10, x_20, x_4, x_5, x_11); return x_21; } } @@ -15479,7 +15491,7 @@ return x_25; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3___closed__1() { _start: { lean_object* x_1; @@ -15487,35 +15499,139 @@ x_1 = lean_mk_string_unchecked("attribute cannot be erased", 26, 26); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3(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; -x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___closed__2; +x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3___closed__2; x_6 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__12; -x_2 = lean_unsigned_to_nat(4669u); +x_1 = lean_box(0); +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__7; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__8; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("initFn", 6, 6); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_@", 2, 2); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__5; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__6; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__7; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_5____closed__8; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__8; +x_2 = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__5; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__10() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_hyg", 4, 4); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__9; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__10; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__12() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__11; +x_2 = lean_unsigned_to_nat(4658u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__13() { _start: { lean_object* x_1; @@ -15523,17 +15639,17 @@ x_1 = lean_mk_string_unchecked("default_instance", 16, 16); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__15() { _start: { lean_object* x_1; @@ -15541,13 +15657,13 @@ x_1 = lean_mk_string_unchecked("type class default instance", 27, 27); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__3; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__4; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__12; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__14; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__15; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -15557,29 +15673,29 @@ lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__17() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__18() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__6; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__7; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__16; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__17; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__18; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -15587,11 +15703,11 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__8; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__19; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); if (lean_obj_tag(x_3) == 0) { @@ -15601,7 +15717,7 @@ lean_inc(x_4); lean_dec(x_3); x_5 = l___private_Lean_Meta_Instances_0__Lean_Meta_computeSynthOrder___lambda__1___closed__2; x_6 = 0; -x_7 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__1; +x_7 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__12; x_8 = l_Lean_registerTraceClass(x_5, x_6, x_7, x_4); return x_8; } @@ -15629,31 +15745,31 @@ return x_12; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__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_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__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: { lean_object* x_7; -x_7 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_3); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___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_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___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; lean_object* x_8; x_7 = lean_unbox(x_3); lean_dec(x_3); -x_8 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2(x_1, x_2, x_7, x_4, x_5, x_6); lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__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_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -15960,85 +16076,86 @@ l_Lean_Meta_addInstance___closed__1 = _init_l_Lean_Meta_addInstance___closed__1( lean_mark_persistent(l_Lean_Meta_addInstance___closed__1); l_Lean_Meta_addInstance___closed__2 = _init_l_Lean_Meta_addInstance___closed__2(); lean_mark_persistent(l_Lean_Meta_addInstance___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__2(); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____lambda__1___closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__15); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__16(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__16); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__17 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__17(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__17); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__18 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__18(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__18); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__19 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__19(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__19); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__20 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__20(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715____closed__20); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_3715_(lean_io_mk_world()); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__1 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__1); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__2 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__2); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__3 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__3); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__4 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__4); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__5 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__5); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__6 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__6); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__7 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__7); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__8 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__8); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__9 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__9); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__10 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__10); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__11 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__11(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__11); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__12 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__12(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1___closed__12); +if (builtin) {res = l___private_Lean_Meta_Instances_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Instances_0__Lean_Meta_init_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__1 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__1); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__2 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__2(); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__3 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__3); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__4 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__4); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__5 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__5); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__6 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__6); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__7 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__7); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__8 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__8); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__9 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__9); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__10 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___lambda__1___closed__10); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__1 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__1); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__2 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__2); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__3 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__3); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__4 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__4); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__5 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__5); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__6 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__6); +l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__7 = _init_l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Instances_0__Lean_Meta_init___closed__7); +if (builtin) {res = l___private_Lean_Meta_Instances_0__Lean_Meta_init(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Meta_instInhabitedDefaultInstances___closed__1 = _init_l_Lean_Meta_instInhabitedDefaultInstances___closed__1(); lean_mark_persistent(l_Lean_Meta_instInhabitedDefaultInstances___closed__1); l_Lean_Meta_instInhabitedDefaultInstances = _init_l_Lean_Meta_instInhabitedDefaultInstances(); lean_mark_persistent(l_Lean_Meta_instInhabitedDefaultInstances); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326____closed__6); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4326_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315____closed__6); +if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4315_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_defaultInstanceExtension = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_defaultInstanceExtension); @@ -16069,31 +16186,53 @@ l_Lean_Meta_addDefaultInstance___closed__1 = _init_l_Lean_Meta_addDefaultInstanc lean_mark_persistent(l_Lean_Meta_addDefaultInstance___closed__1); l_Lean_Meta_addDefaultInstance___closed__2 = _init_l_Lean_Meta_addDefaultInstance___closed__2(); lean_mark_persistent(l_Lean_Meta_addDefaultInstance___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__2___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____lambda__3___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669____closed__8); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4669_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__2___closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3___closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3___closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____lambda__3___closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__14); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__15(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__15); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__16(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__16); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__17 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__17(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__17); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__18 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__18(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__18); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__19 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__19(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658____closed__19); +if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_4658_(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)); diff --git a/stage0/stdlib/Lean/Meta/Match/MatchPatternAttr.c b/stage0/stdlib/Lean/Meta/Match/MatchPatternAttr.c index 83aa4ec431..57ab62675e 100644 --- a/stage0/stdlib/Lean/Meta/Match/MatchPatternAttr.c +++ b/stage0/stdlib/Lean/Meta/Match/MatchPatternAttr.c @@ -15,21 +15,33 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____closed__3; +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__1; +static lean_object* l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__7; static lean_object* l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____closed__5; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3_(lean_object*); +static lean_object* l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__6; static lean_object* l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____closed__4; static lean_object* l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____closed__1; LEAN_EXPORT lean_object* l_Lean_matchPatternAttr; +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__4; static lean_object* l_Lean_hasMatchPatternAttribute___closed__1; +static lean_object* l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_docString__1___closed__1; uint8_t l_Lean_TagAttribute_hasTag(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__5; static lean_object* l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____closed__2; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3(lean_object*); lean_object* l_Lean_registerTagAttribute(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____closed__6; static lean_object* l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____closed__7; +static lean_object* l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__2; +LEAN_EXPORT lean_object* l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_docString__1(lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT uint8_t lean_has_match_pattern_attribute(lean_object*, lean_object*); +static lean_object* l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Lean_hasMatchPatternAttribute___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: @@ -127,6 +139,126 @@ lean_dec(x_1); return x_5; } } +static lean_object* _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Instructs the pattern matcher to unfold occurrences of this definition.\n\nBy default, only constructors and literals can be used for pattern matching. Using\n`@[match_pattern]` allows using other definitions, as long as they eventually reduce to\nconstructors and literals.\n\nExample:\n```\n@[match_pattern]\ndef yellowString : String := \"yellow\"\n\ndef isYellow (color : String) : Bool :=\n match color with\n | yellowString => true\n | _ => false\n```\n", 444, 444); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____closed__5; +x_3 = l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(11u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(31u); +x_2 = lean_unsigned_to_nat(164u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__3() { +_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_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(164u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(30u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(30u); +x_2 = lean_unsigned_to_nat(35u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__6() { +_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_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(35u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__3; +x_2 = l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____closed__5; +x_3 = l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_hasMatchPatternAttribute___closed__1() { _start: { @@ -176,7 +308,29 @@ l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____closed__6 = _in lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____closed__6); l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____closed__7 = _init_l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____closed__7(); lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3____closed__7); -if (builtin) {res = l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3_(lean_io_mk_world()); +l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_docString__1___closed__1 = _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__1 = _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__1); +l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__2 = _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__2); +l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__3 = _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__3); +l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__4 = _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__4); +l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__5 = _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__5); +l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__6 = _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__6); +l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__7 = _init_l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_matchPatternAttr___regBuiltin_Lean_matchPatternAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_initFn____x40_Lean_Meta_Match_MatchPatternAttr___hyg_3_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_matchPatternAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_matchPatternAttr); diff --git a/stage0/stdlib/Lean/Meta/Tactic/ElimInfo.c b/stage0/stdlib/Lean/Meta/Tactic/ElimInfo.c index 20c889b5f0..880aa51fc1 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/ElimInfo.c +++ b/stage0/stdlib/Lean/Meta/Tactic/ElimInfo.c @@ -14,6 +14,7 @@ extern "C" { #endif static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__22; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getElimInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500____closed__4; lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); @@ -23,19 +24,19 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_getCust LEAN_EXPORT lean_object* l_Lean_SMap_toList___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__1___boxed(lean_object*); lean_object* l_Lean_Name_reprPrec(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getElimExprInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__4; LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Meta_getCustomEliminator_x3f___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_reprExpr____x40_Lean_Expr___hyg_2875_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned___at_Lean_Meta_addImplicitTargets___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500_(lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_addImplicitTargets___spec__2___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__3; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__3; lean_object* l_instBEqOfDecidableEq___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldl___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__4___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_List_repr___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__11___closed__1; LEAN_EXPORT lean_object* l_repr___at_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____spec__6(lean_object*); lean_object* l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Prod_repr___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__13___boxed(lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo___spec__6___lambda__2___closed__2; @@ -43,6 +44,7 @@ size_t lean_usize_shift_right(size_t, size_t); static lean_object* l_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____closed__4; LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____spec__4(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____closed__17; +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____closed__6; static lean_object* l_Lean_Meta_getElimExprInfo___closed__7; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_mkCustomEliminator___spec__6(lean_object*, lean_object*); @@ -67,14 +69,11 @@ uint8_t lean_usize_dec_le(size_t, size_t); uint8_t l_Array_contains___at_Lean_Meta_arrowDomainsN___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldl___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__4(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedCustomEliminators; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__8; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__3; uint64_t lean_uint64_mix_hash(uint64_t, uint64_t); lean_object* l_Lean_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_instBEq___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Prod_repr___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__13(lean_object*, lean_object*); size_t lean_uint64_to_usize(uint64_t); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedCustomEliminators___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2314____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_addImplicitTargets___spec__3(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -84,6 +83,8 @@ LEAN_EXPORT lean_object* l_Lean_Meta_instReprCustomEliminators; static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__18; static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo___spec__6___lambda__2___closed__5; lean_object* l_Lean_Expr_sort___override(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_addCustomEliminator___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); @@ -95,14 +96,12 @@ static lean_object* l_Lean_Meta_getElimExprInfo___closed__4; uint8_t lean_usize_dec_eq(size_t, size_t); static lean_object* l_Lean_Meta_instReprCustomEliminator___closed__1; lean_object* l_Lean_throwError___at___private_Lean_Meta_Basic_0__Lean_Meta_processPostponedStep___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284_(lean_object*); uint8_t l_Lean_Name_isAnonymous(lean_object*); static lean_object* l_Array_Array_repr___at_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____spec__1___closed__7; LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__16(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getCustomEliminator_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____spec__8(lean_object*, lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__9; static lean_object* l_Lean_Meta_instReprCustomEliminators___closed__1; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__3___rarg(lean_object*, lean_object*, lean_object*); @@ -112,24 +111,23 @@ LEAN_EXPORT lean_object* l_repr___at_Lean_Meta_reprCustomEliminators____x40_Lean LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Meta_getCustomEliminator_x3f___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Meta_addCustomEliminatorEntry___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_repr___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__11___closed__6; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__12; lean_object* l_Lean_Expr_fvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addImplicitTargets_collect___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__20; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2314_(lean_object*, lean_object*); lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__6; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__3; LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Meta_addCustomEliminatorEntry___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_getCustomEliminator_x3f___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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__6; lean_object* l_Nat_nextPowerOfTwo_go(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo___spec__6___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Meta_mkCustomEliminator___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkCustomEliminator___lambda__1(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_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__8; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldl___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__4___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addImplicitTargets_collect___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -138,22 +136,21 @@ LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminato LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo___spec__6___lambda__2___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_PersistentArray_anyMAux___at_Lean_Meta_mkCustomEliminator___spec__14___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2314____closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__9; LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__8(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500____closed__7; static lean_object* l_Lean_Meta_instInhabitedCustomEliminators___closed__7; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo___spec__6___lambda__3___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_Meta_mkCustomEliminator___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_addImplicitTargets_collect___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_altArity(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__3; static lean_object* l_Lean_Meta_addImplicitTargets_collect___closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addCustomEliminatorEntry___spec__7(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__18; uint8_t l_Lean_Expr_hasMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getElimExprInfo___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__1; static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_addImplicitTargets_collect___lambda__3___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*); static lean_object* l_Lean_Meta_getElimExprInfo___closed__3; @@ -162,15 +159,16 @@ lean_object* l_Nat_reprFast(lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2314____closed__1; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__15(lean_object*, lean_object*, size_t, size_t); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_getElimExprInfo___lambda__1___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_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____closed__15; static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo___spec__6___lambda__1___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__10; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_getCustomEliminator_x3f___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_SMap_toList___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__1___closed__1; static lean_object* l_Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2314____closed__7; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__9; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_mkCustomEliminator___spec__3___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Prod_repr___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__14___closed__2; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500____closed__2; @@ -186,11 +184,9 @@ LEAN_EXPORT lean_object* l_Lean_Meta_addCustomEliminator(lean_object*, uint8_t, static lean_object* l_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____closed__7; uint8_t l_Lean_Expr_isSort(lean_object*); static lean_object* l_Lean_Meta_instInhabitedCustomEliminators___closed__6; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__2; LEAN_EXPORT lean_object* l_Array_idxOfAux___at_Lean_Meta_getElimExprInfo___spec__2(lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_fold___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__2(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206_(lean_object*); LEAN_EXPORT lean_object* l_Array_Array_repr___at_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____spec__1(lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); static lean_object* l_Lean_Meta_addImplicitTargets_collect___lambda__3___closed__4; @@ -200,6 +196,7 @@ lean_object* l_Lean_registerSimpleScopedEnvExtension___rarg(lean_object*, lean_o LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldl___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__6___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_getCustomEliminator_x3f___spec__4(lean_object*, size_t, lean_object*); uint64_t lean_uint64_shift_right(uint64_t, uint64_t); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__1; lean_object* l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(lean_object*, lean_object*); static lean_object* l_Lean_Meta_getElimExprInfo___lambda__1___closed__1; static lean_object* l_Lean_Meta_getElimExprInfo___closed__5; @@ -208,13 +205,15 @@ LEAN_EXPORT lean_object* l_Lean_SMap_find_x3f___at_Lean_Meta_getCustomEliminator lean_object* l_Subarray_size___rarg(lean_object*); static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__4; lean_object* lean_nat_div(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_Array_takeWhile___rarg(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__7___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__21; LEAN_EXPORT lean_object* l_Lean_Meta_addImplicitTargets_collect___lambda__2(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_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo___spec__6(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_Std_Range_forIn_x27_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1(lean_object*); static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__8; LEAN_EXPORT uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Meta_addCustomEliminatorEntry___spec__9(lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addCustomEliminatorEntry___spec__4___closed__2; @@ -233,8 +232,8 @@ LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_Lean_Meta_reprCustomEliminato static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__23; LEAN_EXPORT lean_object* l_Lean_Meta_getCustomEliminator_x3f(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_FVarId_getDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__10; static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo___spec__6___lambda__2___closed__4; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__5; static lean_object* l_Lean_Meta_instInhabitedCustomEliminators___closed__2; LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Meta_addCustomEliminatorEntry___spec__15(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_addImplicitTargets___spec__2___closed__2; @@ -250,6 +249,8 @@ lean_object* l_instDecidableEqBool___boxed(lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedCustomEliminators___closed__13; static lean_object* l_Lean_Meta_addCustomEliminator___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__5; lean_object* lean_array_to_list(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_getElimExprInfo___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addImplicitTargets___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -262,13 +263,14 @@ LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Meta LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_getElimExprInfo___spec__5(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_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_getCustomEliminator_x3f___spec__3___boxed(lean_object*, lean_object*); lean_object* l_Lean_Name_append(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__7; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_addCustomEliminatorEntry___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_fold___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_levelZero; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_addImplicitTargets___spec__2___closed__5; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__13; LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_getElimExprInfo___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*); extern lean_object* l_Lean_instInhabitedExpr; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__7(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addImplicitTargets(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -278,15 +280,14 @@ static lean_object* l_Lean_Meta_instInhabitedCustomEliminator___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_mkCustomEliminator(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Meta_addImplicitTargets_collect___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500____closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1(lean_object*); static lean_object* l_Prod_repr___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__14___closed__5; static lean_object* l_Prod_repr___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__14___closed__4; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_getElimExprInfo___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____closed__14; lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__7; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_addImplicitTargets_collect___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__15; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__7; LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_mkCustomEliminator___spec__18(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*); uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l_Array_Array_repr___at_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____spec__1___closed__4; @@ -294,17 +295,15 @@ LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo__ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addCustomEliminatorEntry___spec__2(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedCustomEliminators___closed__12; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__17; static lean_object* l_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233_(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_getCustomEliminator_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500____closed__6; static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__21; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__10; static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__19; static lean_object* l_Lean_Meta_instInhabitedCustomEliminators___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_instReprElimAltInfo; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__4; LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Meta_addCustomEliminatorEntry___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_repr___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__11___closed__4; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_getCustomEliminator_x3f___spec__3(lean_object*, lean_object*); @@ -314,6 +313,7 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_mkCustomElimi 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_Meta_getCustomEliminators___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2314____closed__3; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__14; static uint64_t l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addCustomEliminatorEntry___spec__4___closed__1; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__1; lean_object* l_Lean_LocalDecl_fvarId(lean_object*); @@ -321,7 +321,9 @@ static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo___spec LEAN_EXPORT lean_object* l_Lean_Meta_getCustomEliminator_x3f___lambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__2; static lean_object* l_List_repr___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__11___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2(lean_object*); static lean_object* l_Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2314____closed__4; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedElimInfo; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_addImplicitTargets___spec__2___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_Meta_instInhabitedElimInfo___closed__1; @@ -331,15 +333,14 @@ static lean_object* l_Lean_Meta_addImplicitTargets_collect___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedCustomEliminator; LEAN_EXPORT lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__5___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__20; LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedElimAltInfo; uint8_t l_Lean_PersistentHashMap_contains___at_Lean_MVarId_isAssigned___spec__1(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Meta_getCustomEliminator_x3f___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__8___rarg(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__7(lean_object*, lean_object*, size_t, size_t); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__1; lean_object* lean_usize_to_nat(size_t); LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedElimInfo___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_customEliminatorExt; uint8_t l_Lean_Environment_contains(lean_object*, lean_object*, uint8_t); @@ -358,46 +359,43 @@ static lean_object* l_Array_Array_repr___at_Lean_Meta_reprElimInfo____x40_Lean_M lean_object* l_Lean_LocalDecl_userName(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldl___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__6___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addImplicitTargets_collect___lambda__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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addCustomEliminatorEntry___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___closed__2; lean_object* l_Option_repr___at_Lean_Environment_dbgFormatAsyncState___spec__30(lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo___spec__6___lambda__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); -static uint64_t l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__6; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__17(lean_object*, lean_object*, size_t, size_t); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__19; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__22; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_addImplicitTargets___spec__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo___spec__6___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_toList___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__1___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__14; +static uint64_t l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__10___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedElimAltInfo___closed__1; static lean_object* l_Lean_Meta_instInhabitedCustomEliminators___closed__11; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__4; static lean_object* l_Lean_Meta_getElimExprInfo___closed__2; uint8_t l_Lean_Name_hasMacroScopes(lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__10; static lean_object* l_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____closed__3; static lean_object* l_Array_Array_repr___at_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____spec__1___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__5; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_getCustomEliminators___rarg___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__5; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__7; static lean_object* l_Array_Array_repr___at_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____spec__1___closed__3; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__14; lean_object* l_Lean_Expr_isFVar___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_mkCustomEliminator___spec__4(lean_object*, lean_object*, lean_object*); lean_object* lean_string_length(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__7; lean_object* l_Lean_MVarId_getDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__9; static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__12; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_mkCustomEliminator___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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassApp_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__6; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addCustomEliminatorEntry___spec__4(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldl___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__9___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_List_repr___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__11___closed__5; @@ -410,13 +408,16 @@ uint8_t l_Lean_BinderInfo_isExplicit(uint8_t); static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__13; static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addCustomEliminatorEntry___spec__3___closed__1; lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__5; static lean_object* l_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____closed__3; static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__9; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__7; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_addImplicitTargets___spec__2(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedCustomEliminators___closed__9; lean_object* l_Lean_Meta_mkHasTypeButIsExpectedMsg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_object*); lean_object* lean_array_set(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminator___spec__13(lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____closed__16; uint64_t l_Lean_Name_hash___override(lean_object*); @@ -429,8 +430,6 @@ lean_object* l_Repr_addAppParen(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_toList___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__1(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_mkCustomEliminator___spec__11(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo___spec__6___lambda__3___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__16; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_addImplicitTargets___spec__2___closed__4; static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__6; static lean_object* l_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____closed__13; @@ -447,18 +446,20 @@ static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo LEAN_EXPORT lean_object* l_Prod_repr___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__14___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getElimExprInfo___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_addCore___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_altArity___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____closed__4; static lean_object* l_Array_Array_repr___at_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____spec__1___closed__2; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addCustomEliminatorEntry___spec__3___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__5; LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Meta_addCustomEliminatorEntry___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_getCustomEliminator_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__13; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_getElimExprInfo___spec__4___closed__3; uint8_t l_Lean_LocalDecl_binderInfo(lean_object*); lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__4; lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Meta_mkCustomEliminator___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434_(lean_object*, lean_object*); @@ -477,16 +478,17 @@ static lean_object* l_Lean_Meta_addImplicitTargets_collect___lambda__3___closed_ static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__17; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_getElimExprInfo___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_repr___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__11(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__11; size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__1; uint8_t l_Lean_Expr_hasFVar(lean_object*); static lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_instReprCustomEliminator; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__3; lean_object* lean_array_uget(lean_object*, size_t); size_t lean_array_size(lean_object*); static lean_object* l_Lean_Meta_addImplicitTargets_collect___closed__3; LEAN_EXPORT lean_object* l_Lean_SMap_find_x3f___at_Lean_Meta_getCustomEliminator_x3f___spec__2___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__6; lean_object* l_Lean_throwError___at_Lean_Meta_instantiateForallWithParamInfos___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -498,19 +500,17 @@ static lean_object* l_Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_Eli LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminator___spec__13___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_mkCustomEliminator___spec__4___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedCustomEliminators___closed__10; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__5(lean_object*); LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Meta_getCustomEliminator_x3f___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Meta_addCustomEliminatorEntry___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Meta_addImplicitTargets_collect___spec__1(lean_object*, lean_object*); LEAN_EXPORT uint64_t l_Array_foldlMUnsafe_fold___at_Lean_Meta_addCustomEliminatorEntry___spec__5(lean_object*, size_t, size_t, uint64_t); lean_object* l_Lean_Expr_headBeta(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__4; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__10___rarg(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Name_instBEq; lean_object* lean_array_get_size(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__2; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addImplicitTargets_collect___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned___at_Lean_Meta_addImplicitTargets___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -526,6 +526,7 @@ static lean_object* l_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___ static lean_object* l_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____closed__11; uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_mkCustomEliminator___spec__19___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____closed__6; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_47____closed__11; @@ -536,12 +537,12 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_mkCustomEliminator___spec__14(lean_object*, lean_object*); static lean_object* l_Prod_repr___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__14___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_getElimExprInfo___spec__4___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_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_mkCustomEliminator___spec__12(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminator___spec__5___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__8___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isFVar(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____spec__3(lean_object*, lean_object*); lean_object* l_Lean_Meta_mkConstWithFreshMVarLevels(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__16(lean_object*, lean_object*, size_t, size_t); @@ -551,9 +552,11 @@ lean_object* l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__ LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_replace___at_Lean_Meta_addCustomEliminatorEntry___spec__14(lean_object*, lean_object*, lean_object*); uint64_t l___private_Lean_Meta_Basic_0__Lean_Meta_Config_toKey(lean_object*); static lean_object* l_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____closed__2; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__3; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_Meta_getCustomEliminator_x3f___spec__8(lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__2; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500____closed__5; lean_object* lean_expr_instantiate1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_Meta_addCustomEliminatorEntry___spec__12(lean_object*, lean_object*, lean_object*); @@ -561,13 +564,14 @@ static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo___spec LEAN_EXPORT lean_object* l_Lean_Meta_mkCustomEliminator___lambda__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_Meta_addImplicitTargets_collect(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_mk_empty_array_with_capacity(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__12; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__4; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_mkCustomEliminator___spec__12___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2314____closed__2; size_t lean_usize_land(size_t, size_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2434____spec__8(lean_object*); lean_object* l_Bool_repr(uint8_t, lean_object*); static lean_object* l_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____closed__8; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___closed__1; extern lean_object* l_Lean_instHashableName; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Meta_addCustomEliminatorEntry___spec__9___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_233____spec__7(lean_object*, lean_object*); @@ -11253,7 +11257,147 @@ x_11 = l_Lean_Meta_addCustomEliminator(x_1, x_9, x_10, x_4, x_5, x_6, x_7, x_8); return x_11; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_private", 8, 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500____closed__2; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Tactic", 6, 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__4; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__5; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__7() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("ElimInfo", 8, 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__6; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__7; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__8; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__9; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500____closed__2; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__12() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("init", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__13() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__11; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__12; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__14() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a custom eliminator for the `induction` tactic.\n\nWhenever the types of the targets in an `induction` call matches a custom eliminator, it is used\ninstead of the recursor. This can be useful for redefining the default eliminator to a more useful\none.\n\nExample:\n```lean example\nstructure Three where\n val : Fin 3\n\nexample (x : Three) (p : Three → Prop) : p x := by\n induction x\n -- val : Fin 3 ⊢ p ⟨val⟩\n\n@[induction_eliminator, elab_as_elim]\ndef Three.myRec {motive : Three → Sort u}\n (zero : motive ⟨0⟩) (one : motive ⟨1⟩) (two : motive ⟨2⟩) :\n ∀ x, motive x\n | ⟨0⟩ => zero | ⟨1⟩ => one | ⟨2⟩ => two\n\nexample (x : Three) (p : Three → Prop) : p x := by\n induction x\n -- ⊢ p ⟨0⟩\n -- ⊢ p ⟨1⟩\n -- ⊢ p ⟨2⟩\n```\n\n`@[cases_eliminator]` works similarly for the `cases` tactic.\n", 848, 792); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__13; +x_3 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__14; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__1() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; uint8_t x_5; lean_object* x_6; @@ -11284,16 +11428,16 @@ lean_ctor_set_uint8(x_6, 17, x_2); return x_6; } } -static uint64_t _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__2() { +static uint64_t _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__2() { _start: { lean_object* x_1; uint64_t x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__1; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__1; x_2 = l___private_Lean_Meta_Basic_0__Lean_Meta_Config_toKey(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__3() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; @@ -11302,23 +11446,23 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__3; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__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_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__5() { _start: { size_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = 5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__4; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__3; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__4; +x_3 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__3; x_4 = lean_unsigned_to_nat(0u); x_5 = lean_alloc_ctor(0, 4, sizeof(size_t)*1); lean_ctor_set(x_5, 0, x_2); @@ -11329,13 +11473,13 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(0); x_2 = l_Lean_Meta_instInhabitedCustomEliminators___closed__12; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__5; +x_3 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__5; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_2); lean_ctor_set(x_4, 1, x_3); @@ -11343,16 +11487,16 @@ lean_ctor_set(x_4, 2, x_1); return x_4; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint64_t x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; x_1 = lean_box(0); x_2 = lean_box(0); -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__1; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__2; +x_3 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__1; +x_4 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__2; x_5 = 0; -x_6 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__6; +x_6 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__6; x_7 = l_Lean_Expr_withAppAux___at_Lean_Meta_getElimExprInfo___spec__6___lambda__3___closed__2; x_8 = lean_unsigned_to_nat(0u); x_9 = lean_alloc_ctor(0, 7, 11); @@ -11370,7 +11514,7 @@ lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 10, x_5); return x_9; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__8() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -11389,7 +11533,7 @@ lean_ctor_set(x_3, 8, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__9() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__9() { _start: { lean_object* x_1; lean_object* x_2; @@ -11402,15 +11546,15 @@ lean_ctor_set(x_2, 3, x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__10() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__10() { _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 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__8; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__8; x_3 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__2; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__5; -x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__9; +x_4 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__5; +x_5 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__9; x_6 = lean_alloc_ctor(0, 5, 0); lean_ctor_set(x_6, 0, x_2); lean_ctor_set(x_6, 1, x_3); @@ -11420,11 +11564,11 @@ lean_ctor_set(x_6, 4, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1(lean_object* x_1, lean_object* x_2, uint8_t 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; uint8_t x_11; lean_object* x_12; lean_object* x_13; -x_7 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__10; +x_7 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__10; x_8 = lean_st_mk_ref(x_7, x_6); x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); @@ -11432,7 +11576,7 @@ x_10 = lean_ctor_get(x_8, 1); lean_inc(x_10); lean_dec(x_8); x_11 = 1; -x_12 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__7; +x_12 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__7; lean_inc(x_9); x_13 = l_Lean_Meta_addCustomEliminator(x_1, x_3, x_11, x_12, x_9, x_4, x_5, x_10); if (lean_obj_tag(x_13) == 0) @@ -11491,7 +11635,7 @@ return x_25; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -11499,165 +11643,25 @@ x_1 = lean_mk_string_unchecked("attribute cannot be erased", 26, 26); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___closed__2() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___closed__1; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2(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; -x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___closed__2; +x_5 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___closed__2; x_6 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__3() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("initFn", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__4() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__5() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_@", 2, 2); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__6() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__5; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__6; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2500____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__9() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Tactic", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__10() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__8; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__9; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__11() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("ElimInfo", 8, 8); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__12() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__11; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__13() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_hyg", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__14() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__12; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__13; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__15() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__14; -x_2 = lean_unsigned_to_nat(3206u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__16() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__1() { _start: { lean_object* x_1; @@ -11665,17 +11669,17 @@ x_1 = lean_mk_string_unchecked("induction_eliminator", 20, 20); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__17() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__16; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__18() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__3() { _start: { lean_object* x_1; @@ -11683,13 +11687,13 @@ x_1 = lean_mk_string_unchecked("custom `rec`-like eliminator for the `induction` return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__19() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__15; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__17; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__18; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__13; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__2; +x_3 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__3; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -11699,29 +11703,29 @@ lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__20() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__21() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__22() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__19; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__20; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__21; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__4; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__5; +x_3 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__6; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -11729,42 +11733,78 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__22; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__7; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__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_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__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: { uint8_t x_7; lean_object* x_8; x_7 = lean_unbox(x_3); lean_dec(x_3); -x_8 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___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_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____lambda__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("init2", 5, 5); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__11; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a custom eliminator for the `cases` tactic.\n\nWhenever the types of the targets in an `cases` call matches a custom eliminator, it is used\ninstead of the `casesOn` eliminator. This can be useful for redefining the default eliminator to a\nmore useful one.\n\nExample:\n```lean example\nstructure Three where\n val : Fin 3\n\nexample (x : Three) (p : Three → Prop) : p x := by\n cases x\n -- val : Fin 3 ⊢ p ⟨val⟩\n\n@[cases_eliminator, elab_as_elim]\ndef Three.myRec {motive : Three → Sort u}\n (zero : motive ⟨0⟩) (one : motive ⟨1⟩) (two : motive ⟨2⟩) :\n ∀ x, motive x\n | ⟨0⟩ => zero | ⟨1⟩ => one | ⟨2⟩ => two\n\nexample (x : Three) (p : Three → Prop) : p x := by\n cases x\n -- ⊢ p ⟨0⟩\n -- ⊢ p ⟨1⟩\n -- ⊢ p ⟨2⟩\n```\n\n`@[induction_eliminator]` works similarly for the `induction` tactic.\n", 848, 792); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__2; +x_3 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__3; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___lambda__1(lean_object* x_1, lean_object* x_2, uint8_t 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; uint8_t x_11; lean_object* x_12; lean_object* x_13; -x_7 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__10; +x_7 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__10; x_8 = lean_st_mk_ref(x_7, x_6); x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); @@ -11772,7 +11812,7 @@ x_10 = lean_ctor_get(x_8, 1); lean_inc(x_10); lean_dec(x_8); x_11 = 0; -x_12 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__7; +x_12 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__7; lean_inc(x_9); x_13 = l_Lean_Meta_addCustomEliminator(x_1, x_3, x_11, x_12, x_9, x_4, x_5, x_10); if (lean_obj_tag(x_13) == 0) @@ -11831,17 +11871,7 @@ return x_25; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__14; -x_2 = lean_unsigned_to_nat(3284u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__2() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__1() { _start: { lean_object* x_1; @@ -11849,17 +11879,17 @@ x_1 = lean_mk_string_unchecked("cases_eliminator", 16, 16); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__3() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__2; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__3() { _start: { lean_object* x_1; @@ -11867,13 +11897,13 @@ x_1 = lean_mk_string_unchecked("custom `casesOn`-like eliminator for the `cases` return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__3; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__4; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__2; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__2; +x_3 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__3; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -11883,21 +11913,21 @@ lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____lambda__1___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___lambda__1___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__6; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__21; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__4; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__5; +x_3 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__6; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -11905,22 +11935,22 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__7; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__6; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____lambda__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_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___lambda__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: { uint8_t x_7; lean_object* x_8; x_7 = lean_unbox(x_3); lean_dec(x_3); -x_8 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); lean_dec(x_2); return x_8; } @@ -13739,91 +13769,99 @@ l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___clo lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__2); l_Lean_Meta_addCustomEliminator___closed__1 = _init_l_Lean_Meta_addCustomEliminator___closed__1(); lean_mark_persistent(l_Lean_Meta_addCustomEliminator___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__2(); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__1___closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____lambda__2___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__15); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__16(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__16); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__17 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__17(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__17); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__18 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__18(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__18); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__19 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__19(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__19); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__20 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__20(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__20); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__21 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__21(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__21); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__22 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__22(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206____closed__22); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3206_(lean_io_mk_world()); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__1 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__1); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__2 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__2); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__3 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__3); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__4 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__4); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__5 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__5); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__6 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__6); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__7 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__7); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__8 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__8); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__9 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__9); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__10 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__10); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__11 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__11(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__11); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__12 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__12(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__12); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__13 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__13(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__13); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__14 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__14(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1___closed__14); +if (builtin) {res = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init_docString__1(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -}l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284____closed__7); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3284_(lean_io_mk_world()); +}l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__1 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__1); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__2 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__2(); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__3 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__3); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__4 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__4); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__5 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__5); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__6 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__6); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__7 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__7); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__8 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__8); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__9 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__9); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__10 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__1___closed__10); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___closed__1 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___closed__1); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___closed__2 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___lambda__2___closed__2); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__1 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__1); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__2 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__2); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__3 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__3); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__4 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__4); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__5 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__5); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__6 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__6); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__7 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init___closed__7); +if (builtin) {res = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__1 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__1); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__2 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__2); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__3 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1___closed__3); +if (builtin) {res = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___regBuiltin___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__1 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__1); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__2 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__2); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__3 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__3); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__4 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__4); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__5 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__5); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__6 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2___closed__6); +if (builtin) {res = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_init2(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_getCustomEliminator_x3f___spec__1___closed__1 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_getCustomEliminator_x3f___spec__1___closed__1(); diff --git a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear.c b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear.c index 47a4107ecb..3daad5e1ba 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear.c @@ -15,6 +15,7 @@ extern "C" { #endif static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_3____closed__7; static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_3____closed__16; +static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__2; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_293_(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_293____closed__1; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_126_(lean_object*); @@ -34,6 +35,7 @@ lean_object* l_Lean_Name_mkStr5(lean_object*, lean_object*, lean_object*, lean_o static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_3____closed__19; static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_252____closed__1; static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_3____closed__20; +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377_(lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_168_(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_126____closed__2; @@ -58,6 +60,7 @@ static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___h static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_3____closed__18; static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_252____closed__3; static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_3____closed__5; +static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__3; static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_85____closed__3; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_210_(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_3____closed__13; @@ -71,6 +74,7 @@ static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___h LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_3_(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_3____closed__2; static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_293____closed__3; +static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__1; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_85_(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_126____closed__1; @@ -632,6 +636,48 @@ x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } } +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("split", 5, 5); +return x_1; +} +} +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__2() { +_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_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_3____closed__1; +x_2 = l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_252____closed__1; +x_3 = l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_3____closed__2; +x_4 = l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_252____closed__2; +x_5 = l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__1; +x_6 = l_Lean_Name_mkStr5(x_1, x_2, x_3, x_4, x_5); +return x_6; +} +} +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_3____closed__22; +x_2 = lean_unsigned_to_nat(377u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377_(lean_object* x_1) { +_start: +{ +lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; +x_2 = l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__2; +x_3 = 1; +x_4 = l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__3; +x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); +return x_5; +} +} lean_object* initialize_Lean_Meta_Tactic_Grind_Arith_Linear_Types(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Meta_Tactic_Grind_Arith_Linear_Util(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Meta_Tactic_Grind_Arith_Linear_Var(uint8_t builtin, lean_object*); @@ -812,6 +858,15 @@ lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___ if (builtin) {res = l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_335_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); +}l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__1 = _init_l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__1); +l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__2 = _init_l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__2); +l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__3 = _init_l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__3(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377____closed__3); +if (builtin) {res = l_Lean_initFn____x40_Lean_Meta_Tactic_Grind_Arith_Linear___hyg_377_(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/Lean/Meta/Tactic/Grind/Arith/Linear/IneqCnstr.c b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/IneqCnstr.c index 888ba15709..868b3b2f13 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/IneqCnstr.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/IneqCnstr.c @@ -1999,7 +1999,7 @@ return x_44; } else { -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; 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; uint8_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; lean_object* x_83; +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; 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; uint8_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; lean_object* x_83; lean_object* x_84; x_45 = lean_ctor_get(x_34, 0); x_46 = lean_ctor_get(x_34, 1); x_47 = lean_ctor_get(x_34, 2); @@ -2029,9 +2029,11 @@ x_70 = lean_ctor_get(x_34, 25); x_71 = lean_ctor_get(x_34, 26); x_72 = lean_ctor_get(x_34, 27); x_73 = lean_ctor_get(x_34, 28); -x_74 = lean_ctor_get_uint8(x_34, sizeof(void*)*31); +x_74 = lean_ctor_get_uint8(x_34, sizeof(void*)*32); x_75 = lean_ctor_get(x_34, 29); x_76 = lean_ctor_get(x_34, 30); +x_77 = lean_ctor_get(x_34, 31); +lean_inc(x_77); lean_inc(x_76); lean_inc(x_75); lean_inc(x_73); @@ -2064,886 +2066,905 @@ lean_inc(x_47); lean_inc(x_46); lean_inc(x_45); lean_dec(x_34); -x_77 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; +x_78 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; lean_inc(x_1); -x_78 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__8(x_1, x_77, x_71, x_2); -x_79 = lean_alloc_ctor(0, 31, 1); -lean_ctor_set(x_79, 0, x_45); -lean_ctor_set(x_79, 1, x_46); -lean_ctor_set(x_79, 2, x_47); -lean_ctor_set(x_79, 3, x_48); -lean_ctor_set(x_79, 4, x_49); -lean_ctor_set(x_79, 5, x_50); -lean_ctor_set(x_79, 6, x_51); -lean_ctor_set(x_79, 7, x_52); -lean_ctor_set(x_79, 8, x_53); -lean_ctor_set(x_79, 9, x_54); -lean_ctor_set(x_79, 10, x_55); -lean_ctor_set(x_79, 11, x_56); -lean_ctor_set(x_79, 12, x_57); -lean_ctor_set(x_79, 13, x_58); -lean_ctor_set(x_79, 14, x_59); -lean_ctor_set(x_79, 15, x_60); -lean_ctor_set(x_79, 16, x_61); -lean_ctor_set(x_79, 17, x_62); -lean_ctor_set(x_79, 18, x_63); -lean_ctor_set(x_79, 19, x_64); -lean_ctor_set(x_79, 20, x_65); -lean_ctor_set(x_79, 21, x_66); -lean_ctor_set(x_79, 22, x_67); -lean_ctor_set(x_79, 23, x_68); -lean_ctor_set(x_79, 24, x_69); -lean_ctor_set(x_79, 25, x_70); -lean_ctor_set(x_79, 26, x_78); -lean_ctor_set(x_79, 27, x_72); -lean_ctor_set(x_79, 28, x_73); -lean_ctor_set(x_79, 29, x_75); -lean_ctor_set(x_79, 30, x_76); -lean_ctor_set_uint8(x_79, sizeof(void*)*31, x_74); -x_80 = lean_array_fset(x_36, x_5, x_79); -lean_ctor_set(x_20, 0, x_80); -x_81 = lean_st_ref_set(x_6, x_18, x_21); -x_82 = lean_ctor_get(x_81, 1); -lean_inc(x_82); -lean_dec(x_81); -x_83 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_35, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_82); +x_79 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__8(x_1, x_78, x_71, x_2); +x_80 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_80, 0, x_45); +lean_ctor_set(x_80, 1, x_46); +lean_ctor_set(x_80, 2, x_47); +lean_ctor_set(x_80, 3, x_48); +lean_ctor_set(x_80, 4, x_49); +lean_ctor_set(x_80, 5, x_50); +lean_ctor_set(x_80, 6, x_51); +lean_ctor_set(x_80, 7, x_52); +lean_ctor_set(x_80, 8, x_53); +lean_ctor_set(x_80, 9, x_54); +lean_ctor_set(x_80, 10, x_55); +lean_ctor_set(x_80, 11, x_56); +lean_ctor_set(x_80, 12, x_57); +lean_ctor_set(x_80, 13, x_58); +lean_ctor_set(x_80, 14, x_59); +lean_ctor_set(x_80, 15, x_60); +lean_ctor_set(x_80, 16, x_61); +lean_ctor_set(x_80, 17, x_62); +lean_ctor_set(x_80, 18, x_63); +lean_ctor_set(x_80, 19, x_64); +lean_ctor_set(x_80, 20, x_65); +lean_ctor_set(x_80, 21, x_66); +lean_ctor_set(x_80, 22, x_67); +lean_ctor_set(x_80, 23, x_68); +lean_ctor_set(x_80, 24, x_69); +lean_ctor_set(x_80, 25, x_70); +lean_ctor_set(x_80, 26, x_79); +lean_ctor_set(x_80, 27, x_72); +lean_ctor_set(x_80, 28, x_73); +lean_ctor_set(x_80, 29, x_75); +lean_ctor_set(x_80, 30, x_76); +lean_ctor_set(x_80, 31, x_77); +lean_ctor_set_uint8(x_80, sizeof(void*)*32, x_74); +x_81 = lean_array_fset(x_36, x_5, x_80); +lean_ctor_set(x_20, 0, x_81); +x_82 = lean_st_ref_set(x_6, x_18, x_21); +x_83 = lean_ctor_get(x_82, 1); +lean_inc(x_83); +lean_dec(x_82); +x_84 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_35, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_83); lean_dec(x_1); -return x_83; +return x_84; } } } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; -x_84 = lean_ctor_get(x_20, 0); -x_85 = lean_ctor_get(x_20, 1); -x_86 = lean_ctor_get(x_20, 2); +lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; uint8_t x_89; +x_85 = lean_ctor_get(x_20, 0); +x_86 = lean_ctor_get(x_20, 1); +x_87 = lean_ctor_get(x_20, 2); +lean_inc(x_87); lean_inc(x_86); lean_inc(x_85); -lean_inc(x_84); lean_dec(x_20); -x_87 = lean_array_get_size(x_84); -x_88 = lean_nat_dec_lt(x_5, x_87); -lean_dec(x_87); -if (x_88 == 0) +x_88 = lean_array_get_size(x_85); +x_89 = lean_nat_dec_lt(x_5, x_88); +lean_dec(x_88); +if (x_89 == 0) { -lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_89 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_89, 0, x_84); -lean_ctor_set(x_89, 1, x_85); -lean_ctor_set(x_89, 2, x_86); -lean_ctor_set(x_19, 3, x_89); -x_90 = lean_st_ref_set(x_6, x_18, x_21); -x_91 = lean_ctor_get(x_90, 1); -lean_inc(x_91); -lean_dec(x_90); -x_92 = lean_box(0); -x_93 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_92, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_91); +lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_90 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_90, 0, x_85); +lean_ctor_set(x_90, 1, x_86); +lean_ctor_set(x_90, 2, x_87); +lean_ctor_set(x_19, 3, x_90); +x_91 = lean_st_ref_set(x_6, x_18, x_21); +x_92 = lean_ctor_get(x_91, 1); +lean_inc(x_92); +lean_dec(x_91); +x_93 = lean_box(0); +x_94 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_93, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_92); lean_dec(x_1); -return x_93; +return x_94; } else { -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; uint8_t 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; -x_94 = lean_array_fget(x_84, x_5); -x_95 = lean_box(0); -x_96 = lean_array_fset(x_84, x_5, x_95); -x_97 = lean_ctor_get(x_94, 0); -lean_inc(x_97); -x_98 = lean_ctor_get(x_94, 1); +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; uint8_t 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; +x_95 = lean_array_fget(x_85, x_5); +x_96 = lean_box(0); +x_97 = lean_array_fset(x_85, x_5, x_96); +x_98 = lean_ctor_get(x_95, 0); lean_inc(x_98); -x_99 = lean_ctor_get(x_94, 2); +x_99 = lean_ctor_get(x_95, 1); lean_inc(x_99); -x_100 = lean_ctor_get(x_94, 3); +x_100 = lean_ctor_get(x_95, 2); lean_inc(x_100); -x_101 = lean_ctor_get(x_94, 4); +x_101 = lean_ctor_get(x_95, 3); lean_inc(x_101); -x_102 = lean_ctor_get(x_94, 5); +x_102 = lean_ctor_get(x_95, 4); lean_inc(x_102); -x_103 = lean_ctor_get(x_94, 6); +x_103 = lean_ctor_get(x_95, 5); lean_inc(x_103); -x_104 = lean_ctor_get(x_94, 7); +x_104 = lean_ctor_get(x_95, 6); lean_inc(x_104); -x_105 = lean_ctor_get(x_94, 8); +x_105 = lean_ctor_get(x_95, 7); lean_inc(x_105); -x_106 = lean_ctor_get(x_94, 9); +x_106 = lean_ctor_get(x_95, 8); lean_inc(x_106); -x_107 = lean_ctor_get(x_94, 10); +x_107 = lean_ctor_get(x_95, 9); lean_inc(x_107); -x_108 = lean_ctor_get(x_94, 11); +x_108 = lean_ctor_get(x_95, 10); lean_inc(x_108); -x_109 = lean_ctor_get(x_94, 12); +x_109 = lean_ctor_get(x_95, 11); lean_inc(x_109); -x_110 = lean_ctor_get(x_94, 13); +x_110 = lean_ctor_get(x_95, 12); lean_inc(x_110); -x_111 = lean_ctor_get(x_94, 14); +x_111 = lean_ctor_get(x_95, 13); lean_inc(x_111); -x_112 = lean_ctor_get(x_94, 15); +x_112 = lean_ctor_get(x_95, 14); lean_inc(x_112); -x_113 = lean_ctor_get(x_94, 16); +x_113 = lean_ctor_get(x_95, 15); lean_inc(x_113); -x_114 = lean_ctor_get(x_94, 17); +x_114 = lean_ctor_get(x_95, 16); lean_inc(x_114); -x_115 = lean_ctor_get(x_94, 18); +x_115 = lean_ctor_get(x_95, 17); lean_inc(x_115); -x_116 = lean_ctor_get(x_94, 19); +x_116 = lean_ctor_get(x_95, 18); lean_inc(x_116); -x_117 = lean_ctor_get(x_94, 20); +x_117 = lean_ctor_get(x_95, 19); lean_inc(x_117); -x_118 = lean_ctor_get(x_94, 21); +x_118 = lean_ctor_get(x_95, 20); lean_inc(x_118); -x_119 = lean_ctor_get(x_94, 22); +x_119 = lean_ctor_get(x_95, 21); lean_inc(x_119); -x_120 = lean_ctor_get(x_94, 23); +x_120 = lean_ctor_get(x_95, 22); lean_inc(x_120); -x_121 = lean_ctor_get(x_94, 24); +x_121 = lean_ctor_get(x_95, 23); lean_inc(x_121); -x_122 = lean_ctor_get(x_94, 25); +x_122 = lean_ctor_get(x_95, 24); lean_inc(x_122); -x_123 = lean_ctor_get(x_94, 26); +x_123 = lean_ctor_get(x_95, 25); lean_inc(x_123); -x_124 = lean_ctor_get(x_94, 27); +x_124 = lean_ctor_get(x_95, 26); lean_inc(x_124); -x_125 = lean_ctor_get(x_94, 28); +x_125 = lean_ctor_get(x_95, 27); lean_inc(x_125); -x_126 = lean_ctor_get_uint8(x_94, sizeof(void*)*31); -x_127 = lean_ctor_get(x_94, 29); -lean_inc(x_127); -x_128 = lean_ctor_get(x_94, 30); +x_126 = lean_ctor_get(x_95, 28); +lean_inc(x_126); +x_127 = lean_ctor_get_uint8(x_95, sizeof(void*)*32); +x_128 = lean_ctor_get(x_95, 29); lean_inc(x_128); -if (lean_is_exclusive(x_94)) { - lean_ctor_release(x_94, 0); - lean_ctor_release(x_94, 1); - lean_ctor_release(x_94, 2); - lean_ctor_release(x_94, 3); - lean_ctor_release(x_94, 4); - lean_ctor_release(x_94, 5); - lean_ctor_release(x_94, 6); - lean_ctor_release(x_94, 7); - lean_ctor_release(x_94, 8); - lean_ctor_release(x_94, 9); - lean_ctor_release(x_94, 10); - lean_ctor_release(x_94, 11); - lean_ctor_release(x_94, 12); - lean_ctor_release(x_94, 13); - lean_ctor_release(x_94, 14); - lean_ctor_release(x_94, 15); - lean_ctor_release(x_94, 16); - lean_ctor_release(x_94, 17); - lean_ctor_release(x_94, 18); - lean_ctor_release(x_94, 19); - lean_ctor_release(x_94, 20); - lean_ctor_release(x_94, 21); - lean_ctor_release(x_94, 22); - lean_ctor_release(x_94, 23); - lean_ctor_release(x_94, 24); - lean_ctor_release(x_94, 25); - lean_ctor_release(x_94, 26); - lean_ctor_release(x_94, 27); - lean_ctor_release(x_94, 28); - lean_ctor_release(x_94, 29); - lean_ctor_release(x_94, 30); - x_129 = x_94; +x_129 = lean_ctor_get(x_95, 30); +lean_inc(x_129); +x_130 = lean_ctor_get(x_95, 31); +lean_inc(x_130); +if (lean_is_exclusive(x_95)) { + lean_ctor_release(x_95, 0); + lean_ctor_release(x_95, 1); + lean_ctor_release(x_95, 2); + lean_ctor_release(x_95, 3); + lean_ctor_release(x_95, 4); + lean_ctor_release(x_95, 5); + lean_ctor_release(x_95, 6); + lean_ctor_release(x_95, 7); + lean_ctor_release(x_95, 8); + lean_ctor_release(x_95, 9); + lean_ctor_release(x_95, 10); + lean_ctor_release(x_95, 11); + lean_ctor_release(x_95, 12); + lean_ctor_release(x_95, 13); + lean_ctor_release(x_95, 14); + lean_ctor_release(x_95, 15); + lean_ctor_release(x_95, 16); + lean_ctor_release(x_95, 17); + lean_ctor_release(x_95, 18); + lean_ctor_release(x_95, 19); + lean_ctor_release(x_95, 20); + lean_ctor_release(x_95, 21); + lean_ctor_release(x_95, 22); + lean_ctor_release(x_95, 23); + lean_ctor_release(x_95, 24); + lean_ctor_release(x_95, 25); + lean_ctor_release(x_95, 26); + lean_ctor_release(x_95, 27); + lean_ctor_release(x_95, 28); + lean_ctor_release(x_95, 29); + lean_ctor_release(x_95, 30); + lean_ctor_release(x_95, 31); + x_131 = x_95; } else { - lean_dec_ref(x_94); - x_129 = lean_box(0); + lean_dec_ref(x_95); + x_131 = lean_box(0); } -x_130 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; +x_132 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; lean_inc(x_1); -x_131 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__8(x_1, x_130, x_123, x_2); -if (lean_is_scalar(x_129)) { - x_132 = lean_alloc_ctor(0, 31, 1); +x_133 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__8(x_1, x_132, x_124, x_2); +if (lean_is_scalar(x_131)) { + x_134 = lean_alloc_ctor(0, 32, 1); } else { - x_132 = x_129; + x_134 = x_131; } -lean_ctor_set(x_132, 0, x_97); -lean_ctor_set(x_132, 1, x_98); -lean_ctor_set(x_132, 2, x_99); -lean_ctor_set(x_132, 3, x_100); -lean_ctor_set(x_132, 4, x_101); -lean_ctor_set(x_132, 5, x_102); -lean_ctor_set(x_132, 6, x_103); -lean_ctor_set(x_132, 7, x_104); -lean_ctor_set(x_132, 8, x_105); -lean_ctor_set(x_132, 9, x_106); -lean_ctor_set(x_132, 10, x_107); -lean_ctor_set(x_132, 11, x_108); -lean_ctor_set(x_132, 12, x_109); -lean_ctor_set(x_132, 13, x_110); -lean_ctor_set(x_132, 14, x_111); -lean_ctor_set(x_132, 15, x_112); -lean_ctor_set(x_132, 16, x_113); -lean_ctor_set(x_132, 17, x_114); -lean_ctor_set(x_132, 18, x_115); -lean_ctor_set(x_132, 19, x_116); -lean_ctor_set(x_132, 20, x_117); -lean_ctor_set(x_132, 21, x_118); -lean_ctor_set(x_132, 22, x_119); -lean_ctor_set(x_132, 23, x_120); -lean_ctor_set(x_132, 24, x_121); -lean_ctor_set(x_132, 25, x_122); -lean_ctor_set(x_132, 26, x_131); -lean_ctor_set(x_132, 27, x_124); -lean_ctor_set(x_132, 28, x_125); -lean_ctor_set(x_132, 29, x_127); -lean_ctor_set(x_132, 30, x_128); -lean_ctor_set_uint8(x_132, sizeof(void*)*31, x_126); -x_133 = lean_array_fset(x_96, x_5, x_132); -x_134 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_134, 0, x_133); -lean_ctor_set(x_134, 1, x_85); -lean_ctor_set(x_134, 2, x_86); -lean_ctor_set(x_19, 3, x_134); -x_135 = lean_st_ref_set(x_6, x_18, x_21); -x_136 = lean_ctor_get(x_135, 1); -lean_inc(x_136); -lean_dec(x_135); -x_137 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_95, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_136); +lean_ctor_set(x_134, 0, x_98); +lean_ctor_set(x_134, 1, x_99); +lean_ctor_set(x_134, 2, x_100); +lean_ctor_set(x_134, 3, x_101); +lean_ctor_set(x_134, 4, x_102); +lean_ctor_set(x_134, 5, x_103); +lean_ctor_set(x_134, 6, x_104); +lean_ctor_set(x_134, 7, x_105); +lean_ctor_set(x_134, 8, x_106); +lean_ctor_set(x_134, 9, x_107); +lean_ctor_set(x_134, 10, x_108); +lean_ctor_set(x_134, 11, x_109); +lean_ctor_set(x_134, 12, x_110); +lean_ctor_set(x_134, 13, x_111); +lean_ctor_set(x_134, 14, x_112); +lean_ctor_set(x_134, 15, x_113); +lean_ctor_set(x_134, 16, x_114); +lean_ctor_set(x_134, 17, x_115); +lean_ctor_set(x_134, 18, x_116); +lean_ctor_set(x_134, 19, x_117); +lean_ctor_set(x_134, 20, x_118); +lean_ctor_set(x_134, 21, x_119); +lean_ctor_set(x_134, 22, x_120); +lean_ctor_set(x_134, 23, x_121); +lean_ctor_set(x_134, 24, x_122); +lean_ctor_set(x_134, 25, x_123); +lean_ctor_set(x_134, 26, x_133); +lean_ctor_set(x_134, 27, x_125); +lean_ctor_set(x_134, 28, x_126); +lean_ctor_set(x_134, 29, x_128); +lean_ctor_set(x_134, 30, x_129); +lean_ctor_set(x_134, 31, x_130); +lean_ctor_set_uint8(x_134, sizeof(void*)*32, x_127); +x_135 = lean_array_fset(x_97, x_5, x_134); +x_136 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_136, 0, x_135); +lean_ctor_set(x_136, 1, x_86); +lean_ctor_set(x_136, 2, x_87); +lean_ctor_set(x_19, 3, x_136); +x_137 = lean_st_ref_set(x_6, x_18, x_21); +x_138 = lean_ctor_get(x_137, 1); +lean_inc(x_138); +lean_dec(x_137); +x_139 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_96, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_138); lean_dec(x_1); -return x_137; +return x_139; } } } else { -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; uint8_t x_146; -x_138 = lean_ctor_get(x_19, 0); -x_139 = lean_ctor_get(x_19, 1); -x_140 = lean_ctor_get(x_19, 2); -lean_inc(x_140); -lean_inc(x_139); -lean_inc(x_138); -lean_dec(x_19); -x_141 = lean_ctor_get(x_20, 0); -lean_inc(x_141); -x_142 = lean_ctor_get(x_20, 1); +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; uint8_t x_148; +x_140 = lean_ctor_get(x_19, 0); +x_141 = lean_ctor_get(x_19, 1); +x_142 = lean_ctor_get(x_19, 2); lean_inc(x_142); -x_143 = lean_ctor_get(x_20, 2); +lean_inc(x_141); +lean_inc(x_140); +lean_dec(x_19); +x_143 = lean_ctor_get(x_20, 0); lean_inc(x_143); +x_144 = lean_ctor_get(x_20, 1); +lean_inc(x_144); +x_145 = lean_ctor_get(x_20, 2); +lean_inc(x_145); if (lean_is_exclusive(x_20)) { lean_ctor_release(x_20, 0); lean_ctor_release(x_20, 1); lean_ctor_release(x_20, 2); - x_144 = x_20; + x_146 = x_20; } else { lean_dec_ref(x_20); - x_144 = lean_box(0); + x_146 = lean_box(0); } -x_145 = lean_array_get_size(x_141); -x_146 = lean_nat_dec_lt(x_5, x_145); -lean_dec(x_145); -if (x_146 == 0) +x_147 = lean_array_get_size(x_143); +x_148 = lean_nat_dec_lt(x_5, x_147); +lean_dec(x_147); +if (x_148 == 0) { -lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; -if (lean_is_scalar(x_144)) { - x_147 = lean_alloc_ctor(0, 3, 0); +lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; +if (lean_is_scalar(x_146)) { + x_149 = lean_alloc_ctor(0, 3, 0); } else { - x_147 = x_144; + x_149 = x_146; } -lean_ctor_set(x_147, 0, x_141); -lean_ctor_set(x_147, 1, x_142); -lean_ctor_set(x_147, 2, x_143); -x_148 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_148, 0, x_138); -lean_ctor_set(x_148, 1, x_139); -lean_ctor_set(x_148, 2, x_140); -lean_ctor_set(x_148, 3, x_147); -lean_ctor_set(x_18, 14, x_148); -x_149 = lean_st_ref_set(x_6, x_18, x_21); -x_150 = lean_ctor_get(x_149, 1); -lean_inc(x_150); -lean_dec(x_149); -x_151 = lean_box(0); -x_152 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_151, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_150); +lean_ctor_set(x_149, 0, x_143); +lean_ctor_set(x_149, 1, x_144); +lean_ctor_set(x_149, 2, x_145); +x_150 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_150, 0, x_140); +lean_ctor_set(x_150, 1, x_141); +lean_ctor_set(x_150, 2, x_142); +lean_ctor_set(x_150, 3, x_149); +lean_ctor_set(x_18, 14, x_150); +x_151 = lean_st_ref_set(x_6, x_18, x_21); +x_152 = lean_ctor_get(x_151, 1); +lean_inc(x_152); +lean_dec(x_151); +x_153 = lean_box(0); +x_154 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_153, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_152); lean_dec(x_1); -return x_152; +return x_154; } else { -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; uint8_t 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; -x_153 = lean_array_fget(x_141, x_5); -x_154 = lean_box(0); -x_155 = lean_array_fset(x_141, x_5, x_154); -x_156 = lean_ctor_get(x_153, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_153, 1); -lean_inc(x_157); -x_158 = lean_ctor_get(x_153, 2); +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; uint8_t 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; +x_155 = lean_array_fget(x_143, x_5); +x_156 = lean_box(0); +x_157 = lean_array_fset(x_143, x_5, x_156); +x_158 = lean_ctor_get(x_155, 0); lean_inc(x_158); -x_159 = lean_ctor_get(x_153, 3); +x_159 = lean_ctor_get(x_155, 1); lean_inc(x_159); -x_160 = lean_ctor_get(x_153, 4); +x_160 = lean_ctor_get(x_155, 2); lean_inc(x_160); -x_161 = lean_ctor_get(x_153, 5); +x_161 = lean_ctor_get(x_155, 3); lean_inc(x_161); -x_162 = lean_ctor_get(x_153, 6); +x_162 = lean_ctor_get(x_155, 4); lean_inc(x_162); -x_163 = lean_ctor_get(x_153, 7); +x_163 = lean_ctor_get(x_155, 5); lean_inc(x_163); -x_164 = lean_ctor_get(x_153, 8); +x_164 = lean_ctor_get(x_155, 6); lean_inc(x_164); -x_165 = lean_ctor_get(x_153, 9); +x_165 = lean_ctor_get(x_155, 7); lean_inc(x_165); -x_166 = lean_ctor_get(x_153, 10); +x_166 = lean_ctor_get(x_155, 8); lean_inc(x_166); -x_167 = lean_ctor_get(x_153, 11); +x_167 = lean_ctor_get(x_155, 9); lean_inc(x_167); -x_168 = lean_ctor_get(x_153, 12); +x_168 = lean_ctor_get(x_155, 10); lean_inc(x_168); -x_169 = lean_ctor_get(x_153, 13); +x_169 = lean_ctor_get(x_155, 11); lean_inc(x_169); -x_170 = lean_ctor_get(x_153, 14); +x_170 = lean_ctor_get(x_155, 12); lean_inc(x_170); -x_171 = lean_ctor_get(x_153, 15); +x_171 = lean_ctor_get(x_155, 13); lean_inc(x_171); -x_172 = lean_ctor_get(x_153, 16); +x_172 = lean_ctor_get(x_155, 14); lean_inc(x_172); -x_173 = lean_ctor_get(x_153, 17); +x_173 = lean_ctor_get(x_155, 15); lean_inc(x_173); -x_174 = lean_ctor_get(x_153, 18); +x_174 = lean_ctor_get(x_155, 16); lean_inc(x_174); -x_175 = lean_ctor_get(x_153, 19); +x_175 = lean_ctor_get(x_155, 17); lean_inc(x_175); -x_176 = lean_ctor_get(x_153, 20); +x_176 = lean_ctor_get(x_155, 18); lean_inc(x_176); -x_177 = lean_ctor_get(x_153, 21); +x_177 = lean_ctor_get(x_155, 19); lean_inc(x_177); -x_178 = lean_ctor_get(x_153, 22); +x_178 = lean_ctor_get(x_155, 20); lean_inc(x_178); -x_179 = lean_ctor_get(x_153, 23); +x_179 = lean_ctor_get(x_155, 21); lean_inc(x_179); -x_180 = lean_ctor_get(x_153, 24); +x_180 = lean_ctor_get(x_155, 22); lean_inc(x_180); -x_181 = lean_ctor_get(x_153, 25); +x_181 = lean_ctor_get(x_155, 23); lean_inc(x_181); -x_182 = lean_ctor_get(x_153, 26); +x_182 = lean_ctor_get(x_155, 24); lean_inc(x_182); -x_183 = lean_ctor_get(x_153, 27); +x_183 = lean_ctor_get(x_155, 25); lean_inc(x_183); -x_184 = lean_ctor_get(x_153, 28); +x_184 = lean_ctor_get(x_155, 26); lean_inc(x_184); -x_185 = lean_ctor_get_uint8(x_153, sizeof(void*)*31); -x_186 = lean_ctor_get(x_153, 29); +x_185 = lean_ctor_get(x_155, 27); +lean_inc(x_185); +x_186 = lean_ctor_get(x_155, 28); lean_inc(x_186); -x_187 = lean_ctor_get(x_153, 30); -lean_inc(x_187); -if (lean_is_exclusive(x_153)) { - lean_ctor_release(x_153, 0); - lean_ctor_release(x_153, 1); - lean_ctor_release(x_153, 2); - lean_ctor_release(x_153, 3); - lean_ctor_release(x_153, 4); - lean_ctor_release(x_153, 5); - lean_ctor_release(x_153, 6); - lean_ctor_release(x_153, 7); - lean_ctor_release(x_153, 8); - lean_ctor_release(x_153, 9); - lean_ctor_release(x_153, 10); - lean_ctor_release(x_153, 11); - lean_ctor_release(x_153, 12); - lean_ctor_release(x_153, 13); - lean_ctor_release(x_153, 14); - lean_ctor_release(x_153, 15); - lean_ctor_release(x_153, 16); - lean_ctor_release(x_153, 17); - lean_ctor_release(x_153, 18); - lean_ctor_release(x_153, 19); - lean_ctor_release(x_153, 20); - lean_ctor_release(x_153, 21); - lean_ctor_release(x_153, 22); - lean_ctor_release(x_153, 23); - lean_ctor_release(x_153, 24); - lean_ctor_release(x_153, 25); - lean_ctor_release(x_153, 26); - lean_ctor_release(x_153, 27); - lean_ctor_release(x_153, 28); - lean_ctor_release(x_153, 29); - lean_ctor_release(x_153, 30); - x_188 = x_153; +x_187 = lean_ctor_get_uint8(x_155, sizeof(void*)*32); +x_188 = lean_ctor_get(x_155, 29); +lean_inc(x_188); +x_189 = lean_ctor_get(x_155, 30); +lean_inc(x_189); +x_190 = lean_ctor_get(x_155, 31); +lean_inc(x_190); +if (lean_is_exclusive(x_155)) { + lean_ctor_release(x_155, 0); + lean_ctor_release(x_155, 1); + lean_ctor_release(x_155, 2); + lean_ctor_release(x_155, 3); + lean_ctor_release(x_155, 4); + lean_ctor_release(x_155, 5); + lean_ctor_release(x_155, 6); + lean_ctor_release(x_155, 7); + lean_ctor_release(x_155, 8); + lean_ctor_release(x_155, 9); + lean_ctor_release(x_155, 10); + lean_ctor_release(x_155, 11); + lean_ctor_release(x_155, 12); + lean_ctor_release(x_155, 13); + lean_ctor_release(x_155, 14); + lean_ctor_release(x_155, 15); + lean_ctor_release(x_155, 16); + lean_ctor_release(x_155, 17); + lean_ctor_release(x_155, 18); + lean_ctor_release(x_155, 19); + lean_ctor_release(x_155, 20); + lean_ctor_release(x_155, 21); + lean_ctor_release(x_155, 22); + lean_ctor_release(x_155, 23); + lean_ctor_release(x_155, 24); + lean_ctor_release(x_155, 25); + lean_ctor_release(x_155, 26); + lean_ctor_release(x_155, 27); + lean_ctor_release(x_155, 28); + lean_ctor_release(x_155, 29); + lean_ctor_release(x_155, 30); + lean_ctor_release(x_155, 31); + x_191 = x_155; } else { - lean_dec_ref(x_153); - x_188 = lean_box(0); + lean_dec_ref(x_155); + x_191 = lean_box(0); } -x_189 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; +x_192 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; lean_inc(x_1); -x_190 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__8(x_1, x_189, x_182, x_2); -if (lean_is_scalar(x_188)) { - x_191 = lean_alloc_ctor(0, 31, 1); +x_193 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__8(x_1, x_192, x_184, x_2); +if (lean_is_scalar(x_191)) { + x_194 = lean_alloc_ctor(0, 32, 1); } else { - x_191 = x_188; + x_194 = x_191; } -lean_ctor_set(x_191, 0, x_156); -lean_ctor_set(x_191, 1, x_157); -lean_ctor_set(x_191, 2, x_158); -lean_ctor_set(x_191, 3, x_159); -lean_ctor_set(x_191, 4, x_160); -lean_ctor_set(x_191, 5, x_161); -lean_ctor_set(x_191, 6, x_162); -lean_ctor_set(x_191, 7, x_163); -lean_ctor_set(x_191, 8, x_164); -lean_ctor_set(x_191, 9, x_165); -lean_ctor_set(x_191, 10, x_166); -lean_ctor_set(x_191, 11, x_167); -lean_ctor_set(x_191, 12, x_168); -lean_ctor_set(x_191, 13, x_169); -lean_ctor_set(x_191, 14, x_170); -lean_ctor_set(x_191, 15, x_171); -lean_ctor_set(x_191, 16, x_172); -lean_ctor_set(x_191, 17, x_173); -lean_ctor_set(x_191, 18, x_174); -lean_ctor_set(x_191, 19, x_175); -lean_ctor_set(x_191, 20, x_176); -lean_ctor_set(x_191, 21, x_177); -lean_ctor_set(x_191, 22, x_178); -lean_ctor_set(x_191, 23, x_179); -lean_ctor_set(x_191, 24, x_180); -lean_ctor_set(x_191, 25, x_181); -lean_ctor_set(x_191, 26, x_190); -lean_ctor_set(x_191, 27, x_183); -lean_ctor_set(x_191, 28, x_184); -lean_ctor_set(x_191, 29, x_186); -lean_ctor_set(x_191, 30, x_187); -lean_ctor_set_uint8(x_191, sizeof(void*)*31, x_185); -x_192 = lean_array_fset(x_155, x_5, x_191); -if (lean_is_scalar(x_144)) { - x_193 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_194, 0, x_158); +lean_ctor_set(x_194, 1, x_159); +lean_ctor_set(x_194, 2, x_160); +lean_ctor_set(x_194, 3, x_161); +lean_ctor_set(x_194, 4, x_162); +lean_ctor_set(x_194, 5, x_163); +lean_ctor_set(x_194, 6, x_164); +lean_ctor_set(x_194, 7, x_165); +lean_ctor_set(x_194, 8, x_166); +lean_ctor_set(x_194, 9, x_167); +lean_ctor_set(x_194, 10, x_168); +lean_ctor_set(x_194, 11, x_169); +lean_ctor_set(x_194, 12, x_170); +lean_ctor_set(x_194, 13, x_171); +lean_ctor_set(x_194, 14, x_172); +lean_ctor_set(x_194, 15, x_173); +lean_ctor_set(x_194, 16, x_174); +lean_ctor_set(x_194, 17, x_175); +lean_ctor_set(x_194, 18, x_176); +lean_ctor_set(x_194, 19, x_177); +lean_ctor_set(x_194, 20, x_178); +lean_ctor_set(x_194, 21, x_179); +lean_ctor_set(x_194, 22, x_180); +lean_ctor_set(x_194, 23, x_181); +lean_ctor_set(x_194, 24, x_182); +lean_ctor_set(x_194, 25, x_183); +lean_ctor_set(x_194, 26, x_193); +lean_ctor_set(x_194, 27, x_185); +lean_ctor_set(x_194, 28, x_186); +lean_ctor_set(x_194, 29, x_188); +lean_ctor_set(x_194, 30, x_189); +lean_ctor_set(x_194, 31, x_190); +lean_ctor_set_uint8(x_194, sizeof(void*)*32, x_187); +x_195 = lean_array_fset(x_157, x_5, x_194); +if (lean_is_scalar(x_146)) { + x_196 = lean_alloc_ctor(0, 3, 0); } else { - x_193 = x_144; + x_196 = x_146; } -lean_ctor_set(x_193, 0, x_192); -lean_ctor_set(x_193, 1, x_142); -lean_ctor_set(x_193, 2, x_143); -x_194 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_194, 0, x_138); -lean_ctor_set(x_194, 1, x_139); -lean_ctor_set(x_194, 2, x_140); -lean_ctor_set(x_194, 3, x_193); -lean_ctor_set(x_18, 14, x_194); -x_195 = lean_st_ref_set(x_6, x_18, x_21); -x_196 = lean_ctor_get(x_195, 1); -lean_inc(x_196); -lean_dec(x_195); -x_197 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_154, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_196); +lean_ctor_set(x_196, 0, x_195); +lean_ctor_set(x_196, 1, x_144); +lean_ctor_set(x_196, 2, x_145); +x_197 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_197, 0, x_140); +lean_ctor_set(x_197, 1, x_141); +lean_ctor_set(x_197, 2, x_142); +lean_ctor_set(x_197, 3, x_196); +lean_ctor_set(x_18, 14, x_197); +x_198 = lean_st_ref_set(x_6, x_18, x_21); +x_199 = lean_ctor_get(x_198, 1); +lean_inc(x_199); +lean_dec(x_198); +x_200 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_156, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_199); lean_dec(x_1); -return x_197; +return x_200; } } } else { -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; uint8_t 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; uint8_t x_223; -x_198 = lean_ctor_get(x_18, 0); -x_199 = lean_ctor_get(x_18, 1); -x_200 = lean_ctor_get(x_18, 2); -x_201 = lean_ctor_get(x_18, 3); -x_202 = lean_ctor_get(x_18, 4); -x_203 = lean_ctor_get(x_18, 5); -x_204 = lean_ctor_get(x_18, 6); -x_205 = lean_ctor_get(x_18, 7); -x_206 = lean_ctor_get_uint8(x_18, sizeof(void*)*16); -x_207 = lean_ctor_get(x_18, 8); -x_208 = lean_ctor_get(x_18, 9); -x_209 = lean_ctor_get(x_18, 10); -x_210 = lean_ctor_get(x_18, 11); -x_211 = lean_ctor_get(x_18, 12); -x_212 = lean_ctor_get(x_18, 13); -x_213 = lean_ctor_get(x_18, 15); +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; uint8_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; 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; uint8_t x_226; +x_201 = lean_ctor_get(x_18, 0); +x_202 = lean_ctor_get(x_18, 1); +x_203 = lean_ctor_get(x_18, 2); +x_204 = lean_ctor_get(x_18, 3); +x_205 = lean_ctor_get(x_18, 4); +x_206 = lean_ctor_get(x_18, 5); +x_207 = lean_ctor_get(x_18, 6); +x_208 = lean_ctor_get(x_18, 7); +x_209 = lean_ctor_get_uint8(x_18, sizeof(void*)*16); +x_210 = lean_ctor_get(x_18, 8); +x_211 = lean_ctor_get(x_18, 9); +x_212 = lean_ctor_get(x_18, 10); +x_213 = lean_ctor_get(x_18, 11); +x_214 = lean_ctor_get(x_18, 12); +x_215 = lean_ctor_get(x_18, 13); +x_216 = lean_ctor_get(x_18, 15); +lean_inc(x_216); +lean_inc(x_215); +lean_inc(x_214); lean_inc(x_213); lean_inc(x_212); lean_inc(x_211); lean_inc(x_210); -lean_inc(x_209); lean_inc(x_208); lean_inc(x_207); +lean_inc(x_206); lean_inc(x_205); lean_inc(x_204); lean_inc(x_203); lean_inc(x_202); lean_inc(x_201); -lean_inc(x_200); -lean_inc(x_199); -lean_inc(x_198); lean_dec(x_18); -x_214 = lean_ctor_get(x_19, 0); -lean_inc(x_214); -x_215 = lean_ctor_get(x_19, 1); -lean_inc(x_215); -x_216 = lean_ctor_get(x_19, 2); -lean_inc(x_216); +x_217 = lean_ctor_get(x_19, 0); +lean_inc(x_217); +x_218 = lean_ctor_get(x_19, 1); +lean_inc(x_218); +x_219 = lean_ctor_get(x_19, 2); +lean_inc(x_219); if (lean_is_exclusive(x_19)) { lean_ctor_release(x_19, 0); lean_ctor_release(x_19, 1); lean_ctor_release(x_19, 2); lean_ctor_release(x_19, 3); - x_217 = x_19; + x_220 = x_19; } else { lean_dec_ref(x_19); - x_217 = lean_box(0); + x_220 = lean_box(0); } -x_218 = lean_ctor_get(x_20, 0); -lean_inc(x_218); -x_219 = lean_ctor_get(x_20, 1); -lean_inc(x_219); -x_220 = lean_ctor_get(x_20, 2); -lean_inc(x_220); +x_221 = lean_ctor_get(x_20, 0); +lean_inc(x_221); +x_222 = lean_ctor_get(x_20, 1); +lean_inc(x_222); +x_223 = lean_ctor_get(x_20, 2); +lean_inc(x_223); if (lean_is_exclusive(x_20)) { lean_ctor_release(x_20, 0); lean_ctor_release(x_20, 1); lean_ctor_release(x_20, 2); - x_221 = x_20; + x_224 = x_20; } else { lean_dec_ref(x_20); - x_221 = lean_box(0); + x_224 = lean_box(0); } -x_222 = lean_array_get_size(x_218); -x_223 = lean_nat_dec_lt(x_5, x_222); -lean_dec(x_222); -if (x_223 == 0) +x_225 = lean_array_get_size(x_221); +x_226 = lean_nat_dec_lt(x_5, x_225); +lean_dec(x_225); +if (x_226 == 0) { -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; -if (lean_is_scalar(x_221)) { - x_224 = lean_alloc_ctor(0, 3, 0); +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; +if (lean_is_scalar(x_224)) { + x_227 = lean_alloc_ctor(0, 3, 0); } else { - x_224 = x_221; + x_227 = x_224; } -lean_ctor_set(x_224, 0, x_218); -lean_ctor_set(x_224, 1, x_219); -lean_ctor_set(x_224, 2, x_220); -if (lean_is_scalar(x_217)) { - x_225 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_227, 0, x_221); +lean_ctor_set(x_227, 1, x_222); +lean_ctor_set(x_227, 2, x_223); +if (lean_is_scalar(x_220)) { + x_228 = lean_alloc_ctor(0, 4, 0); } else { - x_225 = x_217; + x_228 = x_220; } -lean_ctor_set(x_225, 0, x_214); -lean_ctor_set(x_225, 1, x_215); -lean_ctor_set(x_225, 2, x_216); -lean_ctor_set(x_225, 3, x_224); -x_226 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_226, 0, x_198); -lean_ctor_set(x_226, 1, x_199); -lean_ctor_set(x_226, 2, x_200); -lean_ctor_set(x_226, 3, x_201); -lean_ctor_set(x_226, 4, x_202); -lean_ctor_set(x_226, 5, x_203); -lean_ctor_set(x_226, 6, x_204); -lean_ctor_set(x_226, 7, x_205); -lean_ctor_set(x_226, 8, x_207); -lean_ctor_set(x_226, 9, x_208); -lean_ctor_set(x_226, 10, x_209); -lean_ctor_set(x_226, 11, x_210); -lean_ctor_set(x_226, 12, x_211); -lean_ctor_set(x_226, 13, x_212); -lean_ctor_set(x_226, 14, x_225); -lean_ctor_set(x_226, 15, x_213); -lean_ctor_set_uint8(x_226, sizeof(void*)*16, x_206); -x_227 = lean_st_ref_set(x_6, x_226, x_21); -x_228 = lean_ctor_get(x_227, 1); -lean_inc(x_228); -lean_dec(x_227); -x_229 = lean_box(0); -x_230 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_229, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_228); -lean_dec(x_1); -return x_230; -} -else -{ -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; uint8_t 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; -x_231 = lean_array_fget(x_218, x_5); +lean_ctor_set(x_228, 0, x_217); +lean_ctor_set(x_228, 1, x_218); +lean_ctor_set(x_228, 2, x_219); +lean_ctor_set(x_228, 3, x_227); +x_229 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_229, 0, x_201); +lean_ctor_set(x_229, 1, x_202); +lean_ctor_set(x_229, 2, x_203); +lean_ctor_set(x_229, 3, x_204); +lean_ctor_set(x_229, 4, x_205); +lean_ctor_set(x_229, 5, x_206); +lean_ctor_set(x_229, 6, x_207); +lean_ctor_set(x_229, 7, x_208); +lean_ctor_set(x_229, 8, x_210); +lean_ctor_set(x_229, 9, x_211); +lean_ctor_set(x_229, 10, x_212); +lean_ctor_set(x_229, 11, x_213); +lean_ctor_set(x_229, 12, x_214); +lean_ctor_set(x_229, 13, x_215); +lean_ctor_set(x_229, 14, x_228); +lean_ctor_set(x_229, 15, x_216); +lean_ctor_set_uint8(x_229, sizeof(void*)*16, x_209); +x_230 = lean_st_ref_set(x_6, x_229, x_21); +x_231 = lean_ctor_get(x_230, 1); +lean_inc(x_231); +lean_dec(x_230); x_232 = lean_box(0); -x_233 = lean_array_fset(x_218, x_5, x_232); -x_234 = lean_ctor_get(x_231, 0); -lean_inc(x_234); -x_235 = lean_ctor_get(x_231, 1); -lean_inc(x_235); -x_236 = lean_ctor_get(x_231, 2); -lean_inc(x_236); -x_237 = lean_ctor_get(x_231, 3); -lean_inc(x_237); -x_238 = lean_ctor_get(x_231, 4); -lean_inc(x_238); -x_239 = lean_ctor_get(x_231, 5); -lean_inc(x_239); -x_240 = lean_ctor_get(x_231, 6); -lean_inc(x_240); -x_241 = lean_ctor_get(x_231, 7); -lean_inc(x_241); -x_242 = lean_ctor_get(x_231, 8); -lean_inc(x_242); -x_243 = lean_ctor_get(x_231, 9); -lean_inc(x_243); -x_244 = lean_ctor_get(x_231, 10); -lean_inc(x_244); -x_245 = lean_ctor_get(x_231, 11); -lean_inc(x_245); -x_246 = lean_ctor_get(x_231, 12); -lean_inc(x_246); -x_247 = lean_ctor_get(x_231, 13); -lean_inc(x_247); -x_248 = lean_ctor_get(x_231, 14); -lean_inc(x_248); -x_249 = lean_ctor_get(x_231, 15); -lean_inc(x_249); -x_250 = lean_ctor_get(x_231, 16); -lean_inc(x_250); -x_251 = lean_ctor_get(x_231, 17); -lean_inc(x_251); -x_252 = lean_ctor_get(x_231, 18); -lean_inc(x_252); -x_253 = lean_ctor_get(x_231, 19); -lean_inc(x_253); -x_254 = lean_ctor_get(x_231, 20); -lean_inc(x_254); -x_255 = lean_ctor_get(x_231, 21); -lean_inc(x_255); -x_256 = lean_ctor_get(x_231, 22); -lean_inc(x_256); -x_257 = lean_ctor_get(x_231, 23); -lean_inc(x_257); -x_258 = lean_ctor_get(x_231, 24); -lean_inc(x_258); -x_259 = lean_ctor_get(x_231, 25); -lean_inc(x_259); -x_260 = lean_ctor_get(x_231, 26); -lean_inc(x_260); -x_261 = lean_ctor_get(x_231, 27); -lean_inc(x_261); -x_262 = lean_ctor_get(x_231, 28); -lean_inc(x_262); -x_263 = lean_ctor_get_uint8(x_231, sizeof(void*)*31); -x_264 = lean_ctor_get(x_231, 29); -lean_inc(x_264); -x_265 = lean_ctor_get(x_231, 30); -lean_inc(x_265); -if (lean_is_exclusive(x_231)) { - lean_ctor_release(x_231, 0); - lean_ctor_release(x_231, 1); - lean_ctor_release(x_231, 2); - lean_ctor_release(x_231, 3); - lean_ctor_release(x_231, 4); - lean_ctor_release(x_231, 5); - lean_ctor_release(x_231, 6); - lean_ctor_release(x_231, 7); - lean_ctor_release(x_231, 8); - lean_ctor_release(x_231, 9); - lean_ctor_release(x_231, 10); - lean_ctor_release(x_231, 11); - lean_ctor_release(x_231, 12); - lean_ctor_release(x_231, 13); - lean_ctor_release(x_231, 14); - lean_ctor_release(x_231, 15); - lean_ctor_release(x_231, 16); - lean_ctor_release(x_231, 17); - lean_ctor_release(x_231, 18); - lean_ctor_release(x_231, 19); - lean_ctor_release(x_231, 20); - lean_ctor_release(x_231, 21); - lean_ctor_release(x_231, 22); - lean_ctor_release(x_231, 23); - lean_ctor_release(x_231, 24); - lean_ctor_release(x_231, 25); - lean_ctor_release(x_231, 26); - lean_ctor_release(x_231, 27); - lean_ctor_release(x_231, 28); - lean_ctor_release(x_231, 29); - lean_ctor_release(x_231, 30); - x_266 = x_231; -} else { - lean_dec_ref(x_231); - x_266 = lean_box(0); -} -x_267 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; -lean_inc(x_1); -x_268 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__8(x_1, x_267, x_260, x_2); -if (lean_is_scalar(x_266)) { - x_269 = lean_alloc_ctor(0, 31, 1); -} else { - x_269 = x_266; -} -lean_ctor_set(x_269, 0, x_234); -lean_ctor_set(x_269, 1, x_235); -lean_ctor_set(x_269, 2, x_236); -lean_ctor_set(x_269, 3, x_237); -lean_ctor_set(x_269, 4, x_238); -lean_ctor_set(x_269, 5, x_239); -lean_ctor_set(x_269, 6, x_240); -lean_ctor_set(x_269, 7, x_241); -lean_ctor_set(x_269, 8, x_242); -lean_ctor_set(x_269, 9, x_243); -lean_ctor_set(x_269, 10, x_244); -lean_ctor_set(x_269, 11, x_245); -lean_ctor_set(x_269, 12, x_246); -lean_ctor_set(x_269, 13, x_247); -lean_ctor_set(x_269, 14, x_248); -lean_ctor_set(x_269, 15, x_249); -lean_ctor_set(x_269, 16, x_250); -lean_ctor_set(x_269, 17, x_251); -lean_ctor_set(x_269, 18, x_252); -lean_ctor_set(x_269, 19, x_253); -lean_ctor_set(x_269, 20, x_254); -lean_ctor_set(x_269, 21, x_255); -lean_ctor_set(x_269, 22, x_256); -lean_ctor_set(x_269, 23, x_257); -lean_ctor_set(x_269, 24, x_258); -lean_ctor_set(x_269, 25, x_259); -lean_ctor_set(x_269, 26, x_268); -lean_ctor_set(x_269, 27, x_261); -lean_ctor_set(x_269, 28, x_262); -lean_ctor_set(x_269, 29, x_264); -lean_ctor_set(x_269, 30, x_265); -lean_ctor_set_uint8(x_269, sizeof(void*)*31, x_263); -x_270 = lean_array_fset(x_233, x_5, x_269); -if (lean_is_scalar(x_221)) { - x_271 = lean_alloc_ctor(0, 3, 0); -} else { - x_271 = x_221; -} -lean_ctor_set(x_271, 0, x_270); -lean_ctor_set(x_271, 1, x_219); -lean_ctor_set(x_271, 2, x_220); -if (lean_is_scalar(x_217)) { - x_272 = lean_alloc_ctor(0, 4, 0); -} else { - x_272 = x_217; -} -lean_ctor_set(x_272, 0, x_214); -lean_ctor_set(x_272, 1, x_215); -lean_ctor_set(x_272, 2, x_216); -lean_ctor_set(x_272, 3, x_271); -x_273 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_273, 0, x_198); -lean_ctor_set(x_273, 1, x_199); -lean_ctor_set(x_273, 2, x_200); -lean_ctor_set(x_273, 3, x_201); -lean_ctor_set(x_273, 4, x_202); -lean_ctor_set(x_273, 5, x_203); -lean_ctor_set(x_273, 6, x_204); -lean_ctor_set(x_273, 7, x_205); -lean_ctor_set(x_273, 8, x_207); -lean_ctor_set(x_273, 9, x_208); -lean_ctor_set(x_273, 10, x_209); -lean_ctor_set(x_273, 11, x_210); -lean_ctor_set(x_273, 12, x_211); -lean_ctor_set(x_273, 13, x_212); -lean_ctor_set(x_273, 14, x_272); -lean_ctor_set(x_273, 15, x_213); -lean_ctor_set_uint8(x_273, sizeof(void*)*16, x_206); -x_274 = lean_st_ref_set(x_6, x_273, x_21); -x_275 = lean_ctor_get(x_274, 1); -lean_inc(x_275); -lean_dec(x_274); -x_276 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_232, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_275); +x_233 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_232, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_231); lean_dec(x_1); -return x_276; +return x_233; +} +else +{ +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; uint8_t 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; +x_234 = lean_array_fget(x_221, x_5); +x_235 = lean_box(0); +x_236 = lean_array_fset(x_221, x_5, x_235); +x_237 = lean_ctor_get(x_234, 0); +lean_inc(x_237); +x_238 = lean_ctor_get(x_234, 1); +lean_inc(x_238); +x_239 = lean_ctor_get(x_234, 2); +lean_inc(x_239); +x_240 = lean_ctor_get(x_234, 3); +lean_inc(x_240); +x_241 = lean_ctor_get(x_234, 4); +lean_inc(x_241); +x_242 = lean_ctor_get(x_234, 5); +lean_inc(x_242); +x_243 = lean_ctor_get(x_234, 6); +lean_inc(x_243); +x_244 = lean_ctor_get(x_234, 7); +lean_inc(x_244); +x_245 = lean_ctor_get(x_234, 8); +lean_inc(x_245); +x_246 = lean_ctor_get(x_234, 9); +lean_inc(x_246); +x_247 = lean_ctor_get(x_234, 10); +lean_inc(x_247); +x_248 = lean_ctor_get(x_234, 11); +lean_inc(x_248); +x_249 = lean_ctor_get(x_234, 12); +lean_inc(x_249); +x_250 = lean_ctor_get(x_234, 13); +lean_inc(x_250); +x_251 = lean_ctor_get(x_234, 14); +lean_inc(x_251); +x_252 = lean_ctor_get(x_234, 15); +lean_inc(x_252); +x_253 = lean_ctor_get(x_234, 16); +lean_inc(x_253); +x_254 = lean_ctor_get(x_234, 17); +lean_inc(x_254); +x_255 = lean_ctor_get(x_234, 18); +lean_inc(x_255); +x_256 = lean_ctor_get(x_234, 19); +lean_inc(x_256); +x_257 = lean_ctor_get(x_234, 20); +lean_inc(x_257); +x_258 = lean_ctor_get(x_234, 21); +lean_inc(x_258); +x_259 = lean_ctor_get(x_234, 22); +lean_inc(x_259); +x_260 = lean_ctor_get(x_234, 23); +lean_inc(x_260); +x_261 = lean_ctor_get(x_234, 24); +lean_inc(x_261); +x_262 = lean_ctor_get(x_234, 25); +lean_inc(x_262); +x_263 = lean_ctor_get(x_234, 26); +lean_inc(x_263); +x_264 = lean_ctor_get(x_234, 27); +lean_inc(x_264); +x_265 = lean_ctor_get(x_234, 28); +lean_inc(x_265); +x_266 = lean_ctor_get_uint8(x_234, sizeof(void*)*32); +x_267 = lean_ctor_get(x_234, 29); +lean_inc(x_267); +x_268 = lean_ctor_get(x_234, 30); +lean_inc(x_268); +x_269 = lean_ctor_get(x_234, 31); +lean_inc(x_269); +if (lean_is_exclusive(x_234)) { + lean_ctor_release(x_234, 0); + lean_ctor_release(x_234, 1); + lean_ctor_release(x_234, 2); + lean_ctor_release(x_234, 3); + lean_ctor_release(x_234, 4); + lean_ctor_release(x_234, 5); + lean_ctor_release(x_234, 6); + lean_ctor_release(x_234, 7); + lean_ctor_release(x_234, 8); + lean_ctor_release(x_234, 9); + lean_ctor_release(x_234, 10); + lean_ctor_release(x_234, 11); + lean_ctor_release(x_234, 12); + lean_ctor_release(x_234, 13); + lean_ctor_release(x_234, 14); + lean_ctor_release(x_234, 15); + lean_ctor_release(x_234, 16); + lean_ctor_release(x_234, 17); + lean_ctor_release(x_234, 18); + lean_ctor_release(x_234, 19); + lean_ctor_release(x_234, 20); + lean_ctor_release(x_234, 21); + lean_ctor_release(x_234, 22); + lean_ctor_release(x_234, 23); + lean_ctor_release(x_234, 24); + lean_ctor_release(x_234, 25); + lean_ctor_release(x_234, 26); + lean_ctor_release(x_234, 27); + lean_ctor_release(x_234, 28); + lean_ctor_release(x_234, 29); + lean_ctor_release(x_234, 30); + lean_ctor_release(x_234, 31); + x_270 = x_234; +} else { + lean_dec_ref(x_234); + x_270 = lean_box(0); +} +x_271 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; +lean_inc(x_1); +x_272 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__8(x_1, x_271, x_263, x_2); +if (lean_is_scalar(x_270)) { + x_273 = lean_alloc_ctor(0, 32, 1); +} else { + x_273 = x_270; +} +lean_ctor_set(x_273, 0, x_237); +lean_ctor_set(x_273, 1, x_238); +lean_ctor_set(x_273, 2, x_239); +lean_ctor_set(x_273, 3, x_240); +lean_ctor_set(x_273, 4, x_241); +lean_ctor_set(x_273, 5, x_242); +lean_ctor_set(x_273, 6, x_243); +lean_ctor_set(x_273, 7, x_244); +lean_ctor_set(x_273, 8, x_245); +lean_ctor_set(x_273, 9, x_246); +lean_ctor_set(x_273, 10, x_247); +lean_ctor_set(x_273, 11, x_248); +lean_ctor_set(x_273, 12, x_249); +lean_ctor_set(x_273, 13, x_250); +lean_ctor_set(x_273, 14, x_251); +lean_ctor_set(x_273, 15, x_252); +lean_ctor_set(x_273, 16, x_253); +lean_ctor_set(x_273, 17, x_254); +lean_ctor_set(x_273, 18, x_255); +lean_ctor_set(x_273, 19, x_256); +lean_ctor_set(x_273, 20, x_257); +lean_ctor_set(x_273, 21, x_258); +lean_ctor_set(x_273, 22, x_259); +lean_ctor_set(x_273, 23, x_260); +lean_ctor_set(x_273, 24, x_261); +lean_ctor_set(x_273, 25, x_262); +lean_ctor_set(x_273, 26, x_272); +lean_ctor_set(x_273, 27, x_264); +lean_ctor_set(x_273, 28, x_265); +lean_ctor_set(x_273, 29, x_267); +lean_ctor_set(x_273, 30, x_268); +lean_ctor_set(x_273, 31, x_269); +lean_ctor_set_uint8(x_273, sizeof(void*)*32, x_266); +x_274 = lean_array_fset(x_236, x_5, x_273); +if (lean_is_scalar(x_224)) { + x_275 = lean_alloc_ctor(0, 3, 0); +} else { + x_275 = x_224; +} +lean_ctor_set(x_275, 0, x_274); +lean_ctor_set(x_275, 1, x_222); +lean_ctor_set(x_275, 2, x_223); +if (lean_is_scalar(x_220)) { + x_276 = lean_alloc_ctor(0, 4, 0); +} else { + x_276 = x_220; +} +lean_ctor_set(x_276, 0, x_217); +lean_ctor_set(x_276, 1, x_218); +lean_ctor_set(x_276, 2, x_219); +lean_ctor_set(x_276, 3, x_275); +x_277 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_277, 0, x_201); +lean_ctor_set(x_277, 1, x_202); +lean_ctor_set(x_277, 2, x_203); +lean_ctor_set(x_277, 3, x_204); +lean_ctor_set(x_277, 4, x_205); +lean_ctor_set(x_277, 5, x_206); +lean_ctor_set(x_277, 6, x_207); +lean_ctor_set(x_277, 7, x_208); +lean_ctor_set(x_277, 8, x_210); +lean_ctor_set(x_277, 9, x_211); +lean_ctor_set(x_277, 10, x_212); +lean_ctor_set(x_277, 11, x_213); +lean_ctor_set(x_277, 12, x_214); +lean_ctor_set(x_277, 13, x_215); +lean_ctor_set(x_277, 14, x_276); +lean_ctor_set(x_277, 15, x_216); +lean_ctor_set_uint8(x_277, sizeof(void*)*16, x_209); +x_278 = lean_st_ref_set(x_6, x_277, x_21); +x_279 = lean_ctor_get(x_278, 1); +lean_inc(x_279); +lean_dec(x_278); +x_280 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_235, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_279); +lean_dec(x_1); +return x_280; } } } else { -lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; uint8_t x_282; -x_277 = lean_st_ref_take(x_6, x_14); -x_278 = lean_ctor_get(x_277, 0); -lean_inc(x_278); -x_279 = lean_ctor_get(x_278, 14); -lean_inc(x_279); -x_280 = lean_ctor_get(x_279, 3); -lean_inc(x_280); -x_281 = lean_ctor_get(x_277, 1); -lean_inc(x_281); -lean_dec(x_277); -x_282 = !lean_is_exclusive(x_278); -if (x_282 == 0) -{ -lean_object* x_283; uint8_t x_284; -x_283 = lean_ctor_get(x_278, 14); -lean_dec(x_283); -x_284 = !lean_is_exclusive(x_279); -if (x_284 == 0) -{ -lean_object* x_285; uint8_t x_286; -x_285 = lean_ctor_get(x_279, 3); -lean_dec(x_285); -x_286 = !lean_is_exclusive(x_280); +lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; uint8_t x_286; +x_281 = lean_st_ref_take(x_6, x_14); +x_282 = lean_ctor_get(x_281, 0); +lean_inc(x_282); +x_283 = lean_ctor_get(x_282, 14); +lean_inc(x_283); +x_284 = lean_ctor_get(x_283, 3); +lean_inc(x_284); +x_285 = lean_ctor_get(x_281, 1); +lean_inc(x_285); +lean_dec(x_281); +x_286 = !lean_is_exclusive(x_282); if (x_286 == 0) { -lean_object* x_287; lean_object* x_288; uint8_t x_289; -x_287 = lean_ctor_get(x_280, 0); -x_288 = lean_array_get_size(x_287); -x_289 = lean_nat_dec_lt(x_5, x_288); -lean_dec(x_288); -if (x_289 == 0) +lean_object* x_287; uint8_t x_288; +x_287 = lean_ctor_get(x_282, 14); +lean_dec(x_287); +x_288 = !lean_is_exclusive(x_283); +if (x_288 == 0) { -lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; -x_290 = lean_st_ref_set(x_6, x_278, x_281); -x_291 = lean_ctor_get(x_290, 1); -lean_inc(x_291); -lean_dec(x_290); -x_292 = lean_box(0); -x_293 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_292, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_291); +lean_object* x_289; uint8_t x_290; +x_289 = lean_ctor_get(x_283, 3); +lean_dec(x_289); +x_290 = !lean_is_exclusive(x_284); +if (x_290 == 0) +{ +lean_object* x_291; lean_object* x_292; uint8_t x_293; +x_291 = lean_ctor_get(x_284, 0); +x_292 = lean_array_get_size(x_291); +x_293 = lean_nat_dec_lt(x_5, x_292); +lean_dec(x_292); +if (x_293 == 0) +{ +lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; +x_294 = lean_st_ref_set(x_6, x_282, x_285); +x_295 = lean_ctor_get(x_294, 1); +lean_inc(x_295); +lean_dec(x_294); +x_296 = lean_box(0); +x_297 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_296, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_295); lean_dec(x_1); -return x_293; +return x_297; } else { -lean_object* x_294; lean_object* x_295; lean_object* x_296; uint8_t x_297; -x_294 = lean_array_fget(x_287, x_5); -x_295 = lean_box(0); -x_296 = lean_array_fset(x_287, x_5, x_295); -x_297 = !lean_is_exclusive(x_294); -if (x_297 == 0) +lean_object* x_298; lean_object* x_299; lean_object* x_300; uint8_t x_301; +x_298 = lean_array_fget(x_291, x_5); +x_299 = lean_box(0); +x_300 = lean_array_fset(x_291, x_5, x_299); +x_301 = !lean_is_exclusive(x_298); +if (x_301 == 0) { -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; -x_298 = lean_ctor_get(x_294, 25); -x_299 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; +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; +x_302 = lean_ctor_get(x_298, 25); +x_303 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; lean_inc(x_1); -x_300 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__10(x_1, x_299, x_298, x_2); -lean_ctor_set(x_294, 25, x_300); -x_301 = lean_array_fset(x_296, x_5, x_294); -lean_ctor_set(x_280, 0, x_301); -x_302 = lean_st_ref_set(x_6, x_278, x_281); -x_303 = lean_ctor_get(x_302, 1); -lean_inc(x_303); -lean_dec(x_302); -x_304 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_295, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_303); +x_304 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__10(x_1, x_303, x_302, x_2); +lean_ctor_set(x_298, 25, x_304); +x_305 = lean_array_fset(x_300, x_5, x_298); +lean_ctor_set(x_284, 0, x_305); +x_306 = lean_st_ref_set(x_6, x_282, x_285); +x_307 = lean_ctor_get(x_306, 1); +lean_inc(x_307); +lean_dec(x_306); +x_308 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_299, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_307); lean_dec(x_1); -return x_304; +return x_308; } else { -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; lean_object* x_331; lean_object* x_332; lean_object* x_333; uint8_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; -x_305 = lean_ctor_get(x_294, 0); -x_306 = lean_ctor_get(x_294, 1); -x_307 = lean_ctor_get(x_294, 2); -x_308 = lean_ctor_get(x_294, 3); -x_309 = lean_ctor_get(x_294, 4); -x_310 = lean_ctor_get(x_294, 5); -x_311 = lean_ctor_get(x_294, 6); -x_312 = lean_ctor_get(x_294, 7); -x_313 = lean_ctor_get(x_294, 8); -x_314 = lean_ctor_get(x_294, 9); -x_315 = lean_ctor_get(x_294, 10); -x_316 = lean_ctor_get(x_294, 11); -x_317 = lean_ctor_get(x_294, 12); -x_318 = lean_ctor_get(x_294, 13); -x_319 = lean_ctor_get(x_294, 14); -x_320 = lean_ctor_get(x_294, 15); -x_321 = lean_ctor_get(x_294, 16); -x_322 = lean_ctor_get(x_294, 17); -x_323 = lean_ctor_get(x_294, 18); -x_324 = lean_ctor_get(x_294, 19); -x_325 = lean_ctor_get(x_294, 20); -x_326 = lean_ctor_get(x_294, 21); -x_327 = lean_ctor_get(x_294, 22); -x_328 = lean_ctor_get(x_294, 23); -x_329 = lean_ctor_get(x_294, 24); -x_330 = lean_ctor_get(x_294, 25); -x_331 = lean_ctor_get(x_294, 26); -x_332 = lean_ctor_get(x_294, 27); -x_333 = lean_ctor_get(x_294, 28); -x_334 = lean_ctor_get_uint8(x_294, sizeof(void*)*31); -x_335 = lean_ctor_get(x_294, 29); -x_336 = lean_ctor_get(x_294, 30); +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; 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; uint8_t 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; +x_309 = lean_ctor_get(x_298, 0); +x_310 = lean_ctor_get(x_298, 1); +x_311 = lean_ctor_get(x_298, 2); +x_312 = lean_ctor_get(x_298, 3); +x_313 = lean_ctor_get(x_298, 4); +x_314 = lean_ctor_get(x_298, 5); +x_315 = lean_ctor_get(x_298, 6); +x_316 = lean_ctor_get(x_298, 7); +x_317 = lean_ctor_get(x_298, 8); +x_318 = lean_ctor_get(x_298, 9); +x_319 = lean_ctor_get(x_298, 10); +x_320 = lean_ctor_get(x_298, 11); +x_321 = lean_ctor_get(x_298, 12); +x_322 = lean_ctor_get(x_298, 13); +x_323 = lean_ctor_get(x_298, 14); +x_324 = lean_ctor_get(x_298, 15); +x_325 = lean_ctor_get(x_298, 16); +x_326 = lean_ctor_get(x_298, 17); +x_327 = lean_ctor_get(x_298, 18); +x_328 = lean_ctor_get(x_298, 19); +x_329 = lean_ctor_get(x_298, 20); +x_330 = lean_ctor_get(x_298, 21); +x_331 = lean_ctor_get(x_298, 22); +x_332 = lean_ctor_get(x_298, 23); +x_333 = lean_ctor_get(x_298, 24); +x_334 = lean_ctor_get(x_298, 25); +x_335 = lean_ctor_get(x_298, 26); +x_336 = lean_ctor_get(x_298, 27); +x_337 = lean_ctor_get(x_298, 28); +x_338 = lean_ctor_get_uint8(x_298, sizeof(void*)*32); +x_339 = lean_ctor_get(x_298, 29); +x_340 = lean_ctor_get(x_298, 30); +x_341 = lean_ctor_get(x_298, 31); +lean_inc(x_341); +lean_inc(x_340); +lean_inc(x_339); +lean_inc(x_337); lean_inc(x_336); lean_inc(x_335); +lean_inc(x_334); lean_inc(x_333); lean_inc(x_332); lean_inc(x_331); @@ -2969,781 +2990,790 @@ lean_inc(x_312); lean_inc(x_311); lean_inc(x_310); lean_inc(x_309); -lean_inc(x_308); -lean_inc(x_307); -lean_inc(x_306); -lean_inc(x_305); -lean_dec(x_294); -x_337 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; +lean_dec(x_298); +x_342 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; lean_inc(x_1); -x_338 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__10(x_1, x_337, x_330, x_2); -x_339 = lean_alloc_ctor(0, 31, 1); -lean_ctor_set(x_339, 0, x_305); -lean_ctor_set(x_339, 1, x_306); -lean_ctor_set(x_339, 2, x_307); -lean_ctor_set(x_339, 3, x_308); -lean_ctor_set(x_339, 4, x_309); -lean_ctor_set(x_339, 5, x_310); -lean_ctor_set(x_339, 6, x_311); -lean_ctor_set(x_339, 7, x_312); -lean_ctor_set(x_339, 8, x_313); -lean_ctor_set(x_339, 9, x_314); -lean_ctor_set(x_339, 10, x_315); -lean_ctor_set(x_339, 11, x_316); -lean_ctor_set(x_339, 12, x_317); -lean_ctor_set(x_339, 13, x_318); -lean_ctor_set(x_339, 14, x_319); -lean_ctor_set(x_339, 15, x_320); -lean_ctor_set(x_339, 16, x_321); -lean_ctor_set(x_339, 17, x_322); -lean_ctor_set(x_339, 18, x_323); -lean_ctor_set(x_339, 19, x_324); -lean_ctor_set(x_339, 20, x_325); -lean_ctor_set(x_339, 21, x_326); -lean_ctor_set(x_339, 22, x_327); -lean_ctor_set(x_339, 23, x_328); -lean_ctor_set(x_339, 24, x_329); -lean_ctor_set(x_339, 25, x_338); -lean_ctor_set(x_339, 26, x_331); -lean_ctor_set(x_339, 27, x_332); -lean_ctor_set(x_339, 28, x_333); -lean_ctor_set(x_339, 29, x_335); -lean_ctor_set(x_339, 30, x_336); -lean_ctor_set_uint8(x_339, sizeof(void*)*31, x_334); -x_340 = lean_array_fset(x_296, x_5, x_339); -lean_ctor_set(x_280, 0, x_340); -x_341 = lean_st_ref_set(x_6, x_278, x_281); -x_342 = lean_ctor_get(x_341, 1); -lean_inc(x_342); -lean_dec(x_341); -x_343 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_295, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_342); +x_343 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__10(x_1, x_342, x_334, x_2); +x_344 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_344, 0, x_309); +lean_ctor_set(x_344, 1, x_310); +lean_ctor_set(x_344, 2, x_311); +lean_ctor_set(x_344, 3, x_312); +lean_ctor_set(x_344, 4, x_313); +lean_ctor_set(x_344, 5, x_314); +lean_ctor_set(x_344, 6, x_315); +lean_ctor_set(x_344, 7, x_316); +lean_ctor_set(x_344, 8, x_317); +lean_ctor_set(x_344, 9, x_318); +lean_ctor_set(x_344, 10, x_319); +lean_ctor_set(x_344, 11, x_320); +lean_ctor_set(x_344, 12, x_321); +lean_ctor_set(x_344, 13, x_322); +lean_ctor_set(x_344, 14, x_323); +lean_ctor_set(x_344, 15, x_324); +lean_ctor_set(x_344, 16, x_325); +lean_ctor_set(x_344, 17, x_326); +lean_ctor_set(x_344, 18, x_327); +lean_ctor_set(x_344, 19, x_328); +lean_ctor_set(x_344, 20, x_329); +lean_ctor_set(x_344, 21, x_330); +lean_ctor_set(x_344, 22, x_331); +lean_ctor_set(x_344, 23, x_332); +lean_ctor_set(x_344, 24, x_333); +lean_ctor_set(x_344, 25, x_343); +lean_ctor_set(x_344, 26, x_335); +lean_ctor_set(x_344, 27, x_336); +lean_ctor_set(x_344, 28, x_337); +lean_ctor_set(x_344, 29, x_339); +lean_ctor_set(x_344, 30, x_340); +lean_ctor_set(x_344, 31, x_341); +lean_ctor_set_uint8(x_344, sizeof(void*)*32, x_338); +x_345 = lean_array_fset(x_300, x_5, x_344); +lean_ctor_set(x_284, 0, x_345); +x_346 = lean_st_ref_set(x_6, x_282, x_285); +x_347 = lean_ctor_get(x_346, 1); +lean_inc(x_347); +lean_dec(x_346); +x_348 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_299, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_347); lean_dec(x_1); -return x_343; +return x_348; } } } else { -lean_object* x_344; lean_object* x_345; lean_object* x_346; lean_object* x_347; uint8_t x_348; -x_344 = lean_ctor_get(x_280, 0); -x_345 = lean_ctor_get(x_280, 1); -x_346 = lean_ctor_get(x_280, 2); -lean_inc(x_346); -lean_inc(x_345); -lean_inc(x_344); -lean_dec(x_280); -x_347 = lean_array_get_size(x_344); -x_348 = lean_nat_dec_lt(x_5, x_347); -lean_dec(x_347); -if (x_348 == 0) -{ -lean_object* x_349; lean_object* x_350; lean_object* x_351; lean_object* x_352; lean_object* x_353; -x_349 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_349, 0, x_344); -lean_ctor_set(x_349, 1, x_345); -lean_ctor_set(x_349, 2, x_346); -lean_ctor_set(x_279, 3, x_349); -x_350 = lean_st_ref_set(x_6, x_278, x_281); -x_351 = lean_ctor_get(x_350, 1); +lean_object* x_349; lean_object* x_350; lean_object* x_351; lean_object* x_352; uint8_t x_353; +x_349 = lean_ctor_get(x_284, 0); +x_350 = lean_ctor_get(x_284, 1); +x_351 = lean_ctor_get(x_284, 2); lean_inc(x_351); -lean_dec(x_350); -x_352 = lean_box(0); -x_353 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_352, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_351); +lean_inc(x_350); +lean_inc(x_349); +lean_dec(x_284); +x_352 = lean_array_get_size(x_349); +x_353 = lean_nat_dec_lt(x_5, x_352); +lean_dec(x_352); +if (x_353 == 0) +{ +lean_object* x_354; lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; +x_354 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_354, 0, x_349); +lean_ctor_set(x_354, 1, x_350); +lean_ctor_set(x_354, 2, x_351); +lean_ctor_set(x_283, 3, x_354); +x_355 = lean_st_ref_set(x_6, x_282, x_285); +x_356 = lean_ctor_get(x_355, 1); +lean_inc(x_356); +lean_dec(x_355); +x_357 = lean_box(0); +x_358 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_357, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_356); lean_dec(x_1); -return x_353; +return x_358; } else { -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; uint8_t 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; -x_354 = lean_array_fget(x_344, x_5); -x_355 = lean_box(0); -x_356 = lean_array_fset(x_344, x_5, x_355); -x_357 = lean_ctor_get(x_354, 0); -lean_inc(x_357); -x_358 = lean_ctor_get(x_354, 1); -lean_inc(x_358); -x_359 = lean_ctor_get(x_354, 2); -lean_inc(x_359); -x_360 = lean_ctor_get(x_354, 3); -lean_inc(x_360); -x_361 = lean_ctor_get(x_354, 4); -lean_inc(x_361); -x_362 = lean_ctor_get(x_354, 5); +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; uint8_t 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; +x_359 = lean_array_fget(x_349, x_5); +x_360 = lean_box(0); +x_361 = lean_array_fset(x_349, x_5, x_360); +x_362 = lean_ctor_get(x_359, 0); lean_inc(x_362); -x_363 = lean_ctor_get(x_354, 6); +x_363 = lean_ctor_get(x_359, 1); lean_inc(x_363); -x_364 = lean_ctor_get(x_354, 7); +x_364 = lean_ctor_get(x_359, 2); lean_inc(x_364); -x_365 = lean_ctor_get(x_354, 8); +x_365 = lean_ctor_get(x_359, 3); lean_inc(x_365); -x_366 = lean_ctor_get(x_354, 9); +x_366 = lean_ctor_get(x_359, 4); lean_inc(x_366); -x_367 = lean_ctor_get(x_354, 10); +x_367 = lean_ctor_get(x_359, 5); lean_inc(x_367); -x_368 = lean_ctor_get(x_354, 11); +x_368 = lean_ctor_get(x_359, 6); lean_inc(x_368); -x_369 = lean_ctor_get(x_354, 12); +x_369 = lean_ctor_get(x_359, 7); lean_inc(x_369); -x_370 = lean_ctor_get(x_354, 13); +x_370 = lean_ctor_get(x_359, 8); lean_inc(x_370); -x_371 = lean_ctor_get(x_354, 14); +x_371 = lean_ctor_get(x_359, 9); lean_inc(x_371); -x_372 = lean_ctor_get(x_354, 15); +x_372 = lean_ctor_get(x_359, 10); lean_inc(x_372); -x_373 = lean_ctor_get(x_354, 16); +x_373 = lean_ctor_get(x_359, 11); lean_inc(x_373); -x_374 = lean_ctor_get(x_354, 17); +x_374 = lean_ctor_get(x_359, 12); lean_inc(x_374); -x_375 = lean_ctor_get(x_354, 18); +x_375 = lean_ctor_get(x_359, 13); lean_inc(x_375); -x_376 = lean_ctor_get(x_354, 19); +x_376 = lean_ctor_get(x_359, 14); lean_inc(x_376); -x_377 = lean_ctor_get(x_354, 20); +x_377 = lean_ctor_get(x_359, 15); lean_inc(x_377); -x_378 = lean_ctor_get(x_354, 21); +x_378 = lean_ctor_get(x_359, 16); lean_inc(x_378); -x_379 = lean_ctor_get(x_354, 22); +x_379 = lean_ctor_get(x_359, 17); lean_inc(x_379); -x_380 = lean_ctor_get(x_354, 23); +x_380 = lean_ctor_get(x_359, 18); lean_inc(x_380); -x_381 = lean_ctor_get(x_354, 24); +x_381 = lean_ctor_get(x_359, 19); lean_inc(x_381); -x_382 = lean_ctor_get(x_354, 25); +x_382 = lean_ctor_get(x_359, 20); lean_inc(x_382); -x_383 = lean_ctor_get(x_354, 26); +x_383 = lean_ctor_get(x_359, 21); lean_inc(x_383); -x_384 = lean_ctor_get(x_354, 27); +x_384 = lean_ctor_get(x_359, 22); lean_inc(x_384); -x_385 = lean_ctor_get(x_354, 28); +x_385 = lean_ctor_get(x_359, 23); lean_inc(x_385); -x_386 = lean_ctor_get_uint8(x_354, sizeof(void*)*31); -x_387 = lean_ctor_get(x_354, 29); +x_386 = lean_ctor_get(x_359, 24); +lean_inc(x_386); +x_387 = lean_ctor_get(x_359, 25); lean_inc(x_387); -x_388 = lean_ctor_get(x_354, 30); +x_388 = lean_ctor_get(x_359, 26); lean_inc(x_388); -if (lean_is_exclusive(x_354)) { - lean_ctor_release(x_354, 0); - lean_ctor_release(x_354, 1); - lean_ctor_release(x_354, 2); - lean_ctor_release(x_354, 3); - lean_ctor_release(x_354, 4); - lean_ctor_release(x_354, 5); - lean_ctor_release(x_354, 6); - lean_ctor_release(x_354, 7); - lean_ctor_release(x_354, 8); - lean_ctor_release(x_354, 9); - lean_ctor_release(x_354, 10); - lean_ctor_release(x_354, 11); - lean_ctor_release(x_354, 12); - lean_ctor_release(x_354, 13); - lean_ctor_release(x_354, 14); - lean_ctor_release(x_354, 15); - lean_ctor_release(x_354, 16); - lean_ctor_release(x_354, 17); - lean_ctor_release(x_354, 18); - lean_ctor_release(x_354, 19); - lean_ctor_release(x_354, 20); - lean_ctor_release(x_354, 21); - lean_ctor_release(x_354, 22); - lean_ctor_release(x_354, 23); - lean_ctor_release(x_354, 24); - lean_ctor_release(x_354, 25); - lean_ctor_release(x_354, 26); - lean_ctor_release(x_354, 27); - lean_ctor_release(x_354, 28); - lean_ctor_release(x_354, 29); - lean_ctor_release(x_354, 30); - x_389 = x_354; +x_389 = lean_ctor_get(x_359, 27); +lean_inc(x_389); +x_390 = lean_ctor_get(x_359, 28); +lean_inc(x_390); +x_391 = lean_ctor_get_uint8(x_359, sizeof(void*)*32); +x_392 = lean_ctor_get(x_359, 29); +lean_inc(x_392); +x_393 = lean_ctor_get(x_359, 30); +lean_inc(x_393); +x_394 = lean_ctor_get(x_359, 31); +lean_inc(x_394); +if (lean_is_exclusive(x_359)) { + lean_ctor_release(x_359, 0); + lean_ctor_release(x_359, 1); + lean_ctor_release(x_359, 2); + lean_ctor_release(x_359, 3); + lean_ctor_release(x_359, 4); + lean_ctor_release(x_359, 5); + lean_ctor_release(x_359, 6); + lean_ctor_release(x_359, 7); + lean_ctor_release(x_359, 8); + lean_ctor_release(x_359, 9); + lean_ctor_release(x_359, 10); + lean_ctor_release(x_359, 11); + lean_ctor_release(x_359, 12); + lean_ctor_release(x_359, 13); + lean_ctor_release(x_359, 14); + lean_ctor_release(x_359, 15); + lean_ctor_release(x_359, 16); + lean_ctor_release(x_359, 17); + lean_ctor_release(x_359, 18); + lean_ctor_release(x_359, 19); + lean_ctor_release(x_359, 20); + lean_ctor_release(x_359, 21); + lean_ctor_release(x_359, 22); + lean_ctor_release(x_359, 23); + lean_ctor_release(x_359, 24); + lean_ctor_release(x_359, 25); + lean_ctor_release(x_359, 26); + lean_ctor_release(x_359, 27); + lean_ctor_release(x_359, 28); + lean_ctor_release(x_359, 29); + lean_ctor_release(x_359, 30); + lean_ctor_release(x_359, 31); + x_395 = x_359; } else { - lean_dec_ref(x_354); - x_389 = lean_box(0); + lean_dec_ref(x_359); + x_395 = lean_box(0); } -x_390 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; +x_396 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; lean_inc(x_1); -x_391 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__10(x_1, x_390, x_382, x_2); -if (lean_is_scalar(x_389)) { - x_392 = lean_alloc_ctor(0, 31, 1); +x_397 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__10(x_1, x_396, x_387, x_2); +if (lean_is_scalar(x_395)) { + x_398 = lean_alloc_ctor(0, 32, 1); } else { - x_392 = x_389; + x_398 = x_395; } -lean_ctor_set(x_392, 0, x_357); -lean_ctor_set(x_392, 1, x_358); -lean_ctor_set(x_392, 2, x_359); -lean_ctor_set(x_392, 3, x_360); -lean_ctor_set(x_392, 4, x_361); -lean_ctor_set(x_392, 5, x_362); -lean_ctor_set(x_392, 6, x_363); -lean_ctor_set(x_392, 7, x_364); -lean_ctor_set(x_392, 8, x_365); -lean_ctor_set(x_392, 9, x_366); -lean_ctor_set(x_392, 10, x_367); -lean_ctor_set(x_392, 11, x_368); -lean_ctor_set(x_392, 12, x_369); -lean_ctor_set(x_392, 13, x_370); -lean_ctor_set(x_392, 14, x_371); -lean_ctor_set(x_392, 15, x_372); -lean_ctor_set(x_392, 16, x_373); -lean_ctor_set(x_392, 17, x_374); -lean_ctor_set(x_392, 18, x_375); -lean_ctor_set(x_392, 19, x_376); -lean_ctor_set(x_392, 20, x_377); -lean_ctor_set(x_392, 21, x_378); -lean_ctor_set(x_392, 22, x_379); -lean_ctor_set(x_392, 23, x_380); -lean_ctor_set(x_392, 24, x_381); -lean_ctor_set(x_392, 25, x_391); -lean_ctor_set(x_392, 26, x_383); -lean_ctor_set(x_392, 27, x_384); -lean_ctor_set(x_392, 28, x_385); -lean_ctor_set(x_392, 29, x_387); -lean_ctor_set(x_392, 30, x_388); -lean_ctor_set_uint8(x_392, sizeof(void*)*31, x_386); -x_393 = lean_array_fset(x_356, x_5, x_392); -x_394 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_394, 0, x_393); -lean_ctor_set(x_394, 1, x_345); -lean_ctor_set(x_394, 2, x_346); -lean_ctor_set(x_279, 3, x_394); -x_395 = lean_st_ref_set(x_6, x_278, x_281); -x_396 = lean_ctor_get(x_395, 1); -lean_inc(x_396); -lean_dec(x_395); -x_397 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_355, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_396); -lean_dec(x_1); -return x_397; -} -} -} -else -{ -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; uint8_t x_406; -x_398 = lean_ctor_get(x_279, 0); -x_399 = lean_ctor_get(x_279, 1); -x_400 = lean_ctor_get(x_279, 2); -lean_inc(x_400); -lean_inc(x_399); -lean_inc(x_398); -lean_dec(x_279); -x_401 = lean_ctor_get(x_280, 0); -lean_inc(x_401); -x_402 = lean_ctor_get(x_280, 1); +lean_ctor_set(x_398, 0, x_362); +lean_ctor_set(x_398, 1, x_363); +lean_ctor_set(x_398, 2, x_364); +lean_ctor_set(x_398, 3, x_365); +lean_ctor_set(x_398, 4, x_366); +lean_ctor_set(x_398, 5, x_367); +lean_ctor_set(x_398, 6, x_368); +lean_ctor_set(x_398, 7, x_369); +lean_ctor_set(x_398, 8, x_370); +lean_ctor_set(x_398, 9, x_371); +lean_ctor_set(x_398, 10, x_372); +lean_ctor_set(x_398, 11, x_373); +lean_ctor_set(x_398, 12, x_374); +lean_ctor_set(x_398, 13, x_375); +lean_ctor_set(x_398, 14, x_376); +lean_ctor_set(x_398, 15, x_377); +lean_ctor_set(x_398, 16, x_378); +lean_ctor_set(x_398, 17, x_379); +lean_ctor_set(x_398, 18, x_380); +lean_ctor_set(x_398, 19, x_381); +lean_ctor_set(x_398, 20, x_382); +lean_ctor_set(x_398, 21, x_383); +lean_ctor_set(x_398, 22, x_384); +lean_ctor_set(x_398, 23, x_385); +lean_ctor_set(x_398, 24, x_386); +lean_ctor_set(x_398, 25, x_397); +lean_ctor_set(x_398, 26, x_388); +lean_ctor_set(x_398, 27, x_389); +lean_ctor_set(x_398, 28, x_390); +lean_ctor_set(x_398, 29, x_392); +lean_ctor_set(x_398, 30, x_393); +lean_ctor_set(x_398, 31, x_394); +lean_ctor_set_uint8(x_398, sizeof(void*)*32, x_391); +x_399 = lean_array_fset(x_361, x_5, x_398); +x_400 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_400, 0, x_399); +lean_ctor_set(x_400, 1, x_350); +lean_ctor_set(x_400, 2, x_351); +lean_ctor_set(x_283, 3, x_400); +x_401 = lean_st_ref_set(x_6, x_282, x_285); +x_402 = lean_ctor_get(x_401, 1); lean_inc(x_402); -x_403 = lean_ctor_get(x_280, 2); -lean_inc(x_403); -if (lean_is_exclusive(x_280)) { - lean_ctor_release(x_280, 0); - lean_ctor_release(x_280, 1); - lean_ctor_release(x_280, 2); - x_404 = x_280; -} else { - lean_dec_ref(x_280); - x_404 = lean_box(0); -} -x_405 = lean_array_get_size(x_401); -x_406 = lean_nat_dec_lt(x_5, x_405); -lean_dec(x_405); -if (x_406 == 0) -{ -lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; -if (lean_is_scalar(x_404)) { - x_407 = lean_alloc_ctor(0, 3, 0); -} else { - x_407 = x_404; -} -lean_ctor_set(x_407, 0, x_401); -lean_ctor_set(x_407, 1, x_402); -lean_ctor_set(x_407, 2, x_403); -x_408 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_408, 0, x_398); -lean_ctor_set(x_408, 1, x_399); -lean_ctor_set(x_408, 2, x_400); -lean_ctor_set(x_408, 3, x_407); -lean_ctor_set(x_278, 14, x_408); -x_409 = lean_st_ref_set(x_6, x_278, x_281); -x_410 = lean_ctor_get(x_409, 1); -lean_inc(x_410); -lean_dec(x_409); -x_411 = lean_box(0); -x_412 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_411, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_410); +lean_dec(x_401); +x_403 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_360, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_402); lean_dec(x_1); -return x_412; +return x_403; +} +} } else { -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; uint8_t 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; -x_413 = lean_array_fget(x_401, x_5); -x_414 = lean_box(0); -x_415 = lean_array_fset(x_401, x_5, x_414); -x_416 = lean_ctor_get(x_413, 0); +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; uint8_t x_412; +x_404 = lean_ctor_get(x_283, 0); +x_405 = lean_ctor_get(x_283, 1); +x_406 = lean_ctor_get(x_283, 2); +lean_inc(x_406); +lean_inc(x_405); +lean_inc(x_404); +lean_dec(x_283); +x_407 = lean_ctor_get(x_284, 0); +lean_inc(x_407); +x_408 = lean_ctor_get(x_284, 1); +lean_inc(x_408); +x_409 = lean_ctor_get(x_284, 2); +lean_inc(x_409); +if (lean_is_exclusive(x_284)) { + lean_ctor_release(x_284, 0); + lean_ctor_release(x_284, 1); + lean_ctor_release(x_284, 2); + x_410 = x_284; +} else { + lean_dec_ref(x_284); + x_410 = lean_box(0); +} +x_411 = lean_array_get_size(x_407); +x_412 = lean_nat_dec_lt(x_5, x_411); +lean_dec(x_411); +if (x_412 == 0) +{ +lean_object* x_413; lean_object* x_414; lean_object* x_415; lean_object* x_416; lean_object* x_417; lean_object* x_418; +if (lean_is_scalar(x_410)) { + x_413 = lean_alloc_ctor(0, 3, 0); +} else { + x_413 = x_410; +} +lean_ctor_set(x_413, 0, x_407); +lean_ctor_set(x_413, 1, x_408); +lean_ctor_set(x_413, 2, x_409); +x_414 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_414, 0, x_404); +lean_ctor_set(x_414, 1, x_405); +lean_ctor_set(x_414, 2, x_406); +lean_ctor_set(x_414, 3, x_413); +lean_ctor_set(x_282, 14, x_414); +x_415 = lean_st_ref_set(x_6, x_282, x_285); +x_416 = lean_ctor_get(x_415, 1); lean_inc(x_416); -x_417 = lean_ctor_get(x_413, 1); -lean_inc(x_417); -x_418 = lean_ctor_get(x_413, 2); -lean_inc(x_418); -x_419 = lean_ctor_get(x_413, 3); -lean_inc(x_419); -x_420 = lean_ctor_get(x_413, 4); -lean_inc(x_420); -x_421 = lean_ctor_get(x_413, 5); -lean_inc(x_421); -x_422 = lean_ctor_get(x_413, 6); -lean_inc(x_422); -x_423 = lean_ctor_get(x_413, 7); -lean_inc(x_423); -x_424 = lean_ctor_get(x_413, 8); -lean_inc(x_424); -x_425 = lean_ctor_get(x_413, 9); -lean_inc(x_425); -x_426 = lean_ctor_get(x_413, 10); -lean_inc(x_426); -x_427 = lean_ctor_get(x_413, 11); -lean_inc(x_427); -x_428 = lean_ctor_get(x_413, 12); -lean_inc(x_428); -x_429 = lean_ctor_get(x_413, 13); -lean_inc(x_429); -x_430 = lean_ctor_get(x_413, 14); -lean_inc(x_430); -x_431 = lean_ctor_get(x_413, 15); -lean_inc(x_431); -x_432 = lean_ctor_get(x_413, 16); -lean_inc(x_432); -x_433 = lean_ctor_get(x_413, 17); -lean_inc(x_433); -x_434 = lean_ctor_get(x_413, 18); -lean_inc(x_434); -x_435 = lean_ctor_get(x_413, 19); -lean_inc(x_435); -x_436 = lean_ctor_get(x_413, 20); -lean_inc(x_436); -x_437 = lean_ctor_get(x_413, 21); -lean_inc(x_437); -x_438 = lean_ctor_get(x_413, 22); -lean_inc(x_438); -x_439 = lean_ctor_get(x_413, 23); -lean_inc(x_439); -x_440 = lean_ctor_get(x_413, 24); -lean_inc(x_440); -x_441 = lean_ctor_get(x_413, 25); -lean_inc(x_441); -x_442 = lean_ctor_get(x_413, 26); -lean_inc(x_442); -x_443 = lean_ctor_get(x_413, 27); -lean_inc(x_443); -x_444 = lean_ctor_get(x_413, 28); -lean_inc(x_444); -x_445 = lean_ctor_get_uint8(x_413, sizeof(void*)*31); -x_446 = lean_ctor_get(x_413, 29); -lean_inc(x_446); -x_447 = lean_ctor_get(x_413, 30); -lean_inc(x_447); -if (lean_is_exclusive(x_413)) { - lean_ctor_release(x_413, 0); - lean_ctor_release(x_413, 1); - lean_ctor_release(x_413, 2); - lean_ctor_release(x_413, 3); - lean_ctor_release(x_413, 4); - lean_ctor_release(x_413, 5); - lean_ctor_release(x_413, 6); - lean_ctor_release(x_413, 7); - lean_ctor_release(x_413, 8); - lean_ctor_release(x_413, 9); - lean_ctor_release(x_413, 10); - lean_ctor_release(x_413, 11); - lean_ctor_release(x_413, 12); - lean_ctor_release(x_413, 13); - lean_ctor_release(x_413, 14); - lean_ctor_release(x_413, 15); - lean_ctor_release(x_413, 16); - lean_ctor_release(x_413, 17); - lean_ctor_release(x_413, 18); - lean_ctor_release(x_413, 19); - lean_ctor_release(x_413, 20); - lean_ctor_release(x_413, 21); - lean_ctor_release(x_413, 22); - lean_ctor_release(x_413, 23); - lean_ctor_release(x_413, 24); - lean_ctor_release(x_413, 25); - lean_ctor_release(x_413, 26); - lean_ctor_release(x_413, 27); - lean_ctor_release(x_413, 28); - lean_ctor_release(x_413, 29); - lean_ctor_release(x_413, 30); - x_448 = x_413; -} else { - lean_dec_ref(x_413); - x_448 = lean_box(0); -} -x_449 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; -lean_inc(x_1); -x_450 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__10(x_1, x_449, x_441, x_2); -if (lean_is_scalar(x_448)) { - x_451 = lean_alloc_ctor(0, 31, 1); -} else { - x_451 = x_448; -} -lean_ctor_set(x_451, 0, x_416); -lean_ctor_set(x_451, 1, x_417); -lean_ctor_set(x_451, 2, x_418); -lean_ctor_set(x_451, 3, x_419); -lean_ctor_set(x_451, 4, x_420); -lean_ctor_set(x_451, 5, x_421); -lean_ctor_set(x_451, 6, x_422); -lean_ctor_set(x_451, 7, x_423); -lean_ctor_set(x_451, 8, x_424); -lean_ctor_set(x_451, 9, x_425); -lean_ctor_set(x_451, 10, x_426); -lean_ctor_set(x_451, 11, x_427); -lean_ctor_set(x_451, 12, x_428); -lean_ctor_set(x_451, 13, x_429); -lean_ctor_set(x_451, 14, x_430); -lean_ctor_set(x_451, 15, x_431); -lean_ctor_set(x_451, 16, x_432); -lean_ctor_set(x_451, 17, x_433); -lean_ctor_set(x_451, 18, x_434); -lean_ctor_set(x_451, 19, x_435); -lean_ctor_set(x_451, 20, x_436); -lean_ctor_set(x_451, 21, x_437); -lean_ctor_set(x_451, 22, x_438); -lean_ctor_set(x_451, 23, x_439); -lean_ctor_set(x_451, 24, x_440); -lean_ctor_set(x_451, 25, x_450); -lean_ctor_set(x_451, 26, x_442); -lean_ctor_set(x_451, 27, x_443); -lean_ctor_set(x_451, 28, x_444); -lean_ctor_set(x_451, 29, x_446); -lean_ctor_set(x_451, 30, x_447); -lean_ctor_set_uint8(x_451, sizeof(void*)*31, x_445); -x_452 = lean_array_fset(x_415, x_5, x_451); -if (lean_is_scalar(x_404)) { - x_453 = lean_alloc_ctor(0, 3, 0); -} else { - x_453 = x_404; -} -lean_ctor_set(x_453, 0, x_452); -lean_ctor_set(x_453, 1, x_402); -lean_ctor_set(x_453, 2, x_403); -x_454 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_454, 0, x_398); -lean_ctor_set(x_454, 1, x_399); -lean_ctor_set(x_454, 2, x_400); -lean_ctor_set(x_454, 3, x_453); -lean_ctor_set(x_278, 14, x_454); -x_455 = lean_st_ref_set(x_6, x_278, x_281); -x_456 = lean_ctor_get(x_455, 1); -lean_inc(x_456); -lean_dec(x_455); -x_457 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_414, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_456); +lean_dec(x_415); +x_417 = lean_box(0); +x_418 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_417, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_416); lean_dec(x_1); -return x_457; +return x_418; +} +else +{ +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; uint8_t 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; +x_419 = lean_array_fget(x_407, x_5); +x_420 = lean_box(0); +x_421 = lean_array_fset(x_407, x_5, x_420); +x_422 = lean_ctor_get(x_419, 0); +lean_inc(x_422); +x_423 = lean_ctor_get(x_419, 1); +lean_inc(x_423); +x_424 = lean_ctor_get(x_419, 2); +lean_inc(x_424); +x_425 = lean_ctor_get(x_419, 3); +lean_inc(x_425); +x_426 = lean_ctor_get(x_419, 4); +lean_inc(x_426); +x_427 = lean_ctor_get(x_419, 5); +lean_inc(x_427); +x_428 = lean_ctor_get(x_419, 6); +lean_inc(x_428); +x_429 = lean_ctor_get(x_419, 7); +lean_inc(x_429); +x_430 = lean_ctor_get(x_419, 8); +lean_inc(x_430); +x_431 = lean_ctor_get(x_419, 9); +lean_inc(x_431); +x_432 = lean_ctor_get(x_419, 10); +lean_inc(x_432); +x_433 = lean_ctor_get(x_419, 11); +lean_inc(x_433); +x_434 = lean_ctor_get(x_419, 12); +lean_inc(x_434); +x_435 = lean_ctor_get(x_419, 13); +lean_inc(x_435); +x_436 = lean_ctor_get(x_419, 14); +lean_inc(x_436); +x_437 = lean_ctor_get(x_419, 15); +lean_inc(x_437); +x_438 = lean_ctor_get(x_419, 16); +lean_inc(x_438); +x_439 = lean_ctor_get(x_419, 17); +lean_inc(x_439); +x_440 = lean_ctor_get(x_419, 18); +lean_inc(x_440); +x_441 = lean_ctor_get(x_419, 19); +lean_inc(x_441); +x_442 = lean_ctor_get(x_419, 20); +lean_inc(x_442); +x_443 = lean_ctor_get(x_419, 21); +lean_inc(x_443); +x_444 = lean_ctor_get(x_419, 22); +lean_inc(x_444); +x_445 = lean_ctor_get(x_419, 23); +lean_inc(x_445); +x_446 = lean_ctor_get(x_419, 24); +lean_inc(x_446); +x_447 = lean_ctor_get(x_419, 25); +lean_inc(x_447); +x_448 = lean_ctor_get(x_419, 26); +lean_inc(x_448); +x_449 = lean_ctor_get(x_419, 27); +lean_inc(x_449); +x_450 = lean_ctor_get(x_419, 28); +lean_inc(x_450); +x_451 = lean_ctor_get_uint8(x_419, sizeof(void*)*32); +x_452 = lean_ctor_get(x_419, 29); +lean_inc(x_452); +x_453 = lean_ctor_get(x_419, 30); +lean_inc(x_453); +x_454 = lean_ctor_get(x_419, 31); +lean_inc(x_454); +if (lean_is_exclusive(x_419)) { + lean_ctor_release(x_419, 0); + lean_ctor_release(x_419, 1); + lean_ctor_release(x_419, 2); + lean_ctor_release(x_419, 3); + lean_ctor_release(x_419, 4); + lean_ctor_release(x_419, 5); + lean_ctor_release(x_419, 6); + lean_ctor_release(x_419, 7); + lean_ctor_release(x_419, 8); + lean_ctor_release(x_419, 9); + lean_ctor_release(x_419, 10); + lean_ctor_release(x_419, 11); + lean_ctor_release(x_419, 12); + lean_ctor_release(x_419, 13); + lean_ctor_release(x_419, 14); + lean_ctor_release(x_419, 15); + lean_ctor_release(x_419, 16); + lean_ctor_release(x_419, 17); + lean_ctor_release(x_419, 18); + lean_ctor_release(x_419, 19); + lean_ctor_release(x_419, 20); + lean_ctor_release(x_419, 21); + lean_ctor_release(x_419, 22); + lean_ctor_release(x_419, 23); + lean_ctor_release(x_419, 24); + lean_ctor_release(x_419, 25); + lean_ctor_release(x_419, 26); + lean_ctor_release(x_419, 27); + lean_ctor_release(x_419, 28); + lean_ctor_release(x_419, 29); + lean_ctor_release(x_419, 30); + lean_ctor_release(x_419, 31); + x_455 = x_419; +} else { + lean_dec_ref(x_419); + x_455 = lean_box(0); +} +x_456 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; +lean_inc(x_1); +x_457 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__10(x_1, x_456, x_447, x_2); +if (lean_is_scalar(x_455)) { + x_458 = lean_alloc_ctor(0, 32, 1); +} else { + x_458 = x_455; +} +lean_ctor_set(x_458, 0, x_422); +lean_ctor_set(x_458, 1, x_423); +lean_ctor_set(x_458, 2, x_424); +lean_ctor_set(x_458, 3, x_425); +lean_ctor_set(x_458, 4, x_426); +lean_ctor_set(x_458, 5, x_427); +lean_ctor_set(x_458, 6, x_428); +lean_ctor_set(x_458, 7, x_429); +lean_ctor_set(x_458, 8, x_430); +lean_ctor_set(x_458, 9, x_431); +lean_ctor_set(x_458, 10, x_432); +lean_ctor_set(x_458, 11, x_433); +lean_ctor_set(x_458, 12, x_434); +lean_ctor_set(x_458, 13, x_435); +lean_ctor_set(x_458, 14, x_436); +lean_ctor_set(x_458, 15, x_437); +lean_ctor_set(x_458, 16, x_438); +lean_ctor_set(x_458, 17, x_439); +lean_ctor_set(x_458, 18, x_440); +lean_ctor_set(x_458, 19, x_441); +lean_ctor_set(x_458, 20, x_442); +lean_ctor_set(x_458, 21, x_443); +lean_ctor_set(x_458, 22, x_444); +lean_ctor_set(x_458, 23, x_445); +lean_ctor_set(x_458, 24, x_446); +lean_ctor_set(x_458, 25, x_457); +lean_ctor_set(x_458, 26, x_448); +lean_ctor_set(x_458, 27, x_449); +lean_ctor_set(x_458, 28, x_450); +lean_ctor_set(x_458, 29, x_452); +lean_ctor_set(x_458, 30, x_453); +lean_ctor_set(x_458, 31, x_454); +lean_ctor_set_uint8(x_458, sizeof(void*)*32, x_451); +x_459 = lean_array_fset(x_421, x_5, x_458); +if (lean_is_scalar(x_410)) { + x_460 = lean_alloc_ctor(0, 3, 0); +} else { + x_460 = x_410; +} +lean_ctor_set(x_460, 0, x_459); +lean_ctor_set(x_460, 1, x_408); +lean_ctor_set(x_460, 2, x_409); +x_461 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_461, 0, x_404); +lean_ctor_set(x_461, 1, x_405); +lean_ctor_set(x_461, 2, x_406); +lean_ctor_set(x_461, 3, x_460); +lean_ctor_set(x_282, 14, x_461); +x_462 = lean_st_ref_set(x_6, x_282, x_285); +x_463 = lean_ctor_get(x_462, 1); +lean_inc(x_463); +lean_dec(x_462); +x_464 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_420, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_463); +lean_dec(x_1); +return x_464; } } } else { -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; uint8_t x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; lean_object* x_482; uint8_t x_483; -x_458 = lean_ctor_get(x_278, 0); -x_459 = lean_ctor_get(x_278, 1); -x_460 = lean_ctor_get(x_278, 2); -x_461 = lean_ctor_get(x_278, 3); -x_462 = lean_ctor_get(x_278, 4); -x_463 = lean_ctor_get(x_278, 5); -x_464 = lean_ctor_get(x_278, 6); -x_465 = lean_ctor_get(x_278, 7); -x_466 = lean_ctor_get_uint8(x_278, sizeof(void*)*16); -x_467 = lean_ctor_get(x_278, 8); -x_468 = lean_ctor_get(x_278, 9); -x_469 = lean_ctor_get(x_278, 10); -x_470 = lean_ctor_get(x_278, 11); -x_471 = lean_ctor_get(x_278, 12); -x_472 = lean_ctor_get(x_278, 13); -x_473 = lean_ctor_get(x_278, 15); -lean_inc(x_473); +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; uint8_t 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; uint8_t x_490; +x_465 = lean_ctor_get(x_282, 0); +x_466 = lean_ctor_get(x_282, 1); +x_467 = lean_ctor_get(x_282, 2); +x_468 = lean_ctor_get(x_282, 3); +x_469 = lean_ctor_get(x_282, 4); +x_470 = lean_ctor_get(x_282, 5); +x_471 = lean_ctor_get(x_282, 6); +x_472 = lean_ctor_get(x_282, 7); +x_473 = lean_ctor_get_uint8(x_282, sizeof(void*)*16); +x_474 = lean_ctor_get(x_282, 8); +x_475 = lean_ctor_get(x_282, 9); +x_476 = lean_ctor_get(x_282, 10); +x_477 = lean_ctor_get(x_282, 11); +x_478 = lean_ctor_get(x_282, 12); +x_479 = lean_ctor_get(x_282, 13); +x_480 = lean_ctor_get(x_282, 15); +lean_inc(x_480); +lean_inc(x_479); +lean_inc(x_478); +lean_inc(x_477); +lean_inc(x_476); +lean_inc(x_475); +lean_inc(x_474); lean_inc(x_472); lean_inc(x_471); lean_inc(x_470); lean_inc(x_469); lean_inc(x_468); lean_inc(x_467); +lean_inc(x_466); lean_inc(x_465); -lean_inc(x_464); -lean_inc(x_463); -lean_inc(x_462); -lean_inc(x_461); -lean_inc(x_460); -lean_inc(x_459); -lean_inc(x_458); -lean_dec(x_278); -x_474 = lean_ctor_get(x_279, 0); -lean_inc(x_474); -x_475 = lean_ctor_get(x_279, 1); -lean_inc(x_475); -x_476 = lean_ctor_get(x_279, 2); -lean_inc(x_476); -if (lean_is_exclusive(x_279)) { - lean_ctor_release(x_279, 0); - lean_ctor_release(x_279, 1); - lean_ctor_release(x_279, 2); - lean_ctor_release(x_279, 3); - x_477 = x_279; +lean_dec(x_282); +x_481 = lean_ctor_get(x_283, 0); +lean_inc(x_481); +x_482 = lean_ctor_get(x_283, 1); +lean_inc(x_482); +x_483 = lean_ctor_get(x_283, 2); +lean_inc(x_483); +if (lean_is_exclusive(x_283)) { + lean_ctor_release(x_283, 0); + lean_ctor_release(x_283, 1); + lean_ctor_release(x_283, 2); + lean_ctor_release(x_283, 3); + x_484 = x_283; } else { - lean_dec_ref(x_279); - x_477 = lean_box(0); + lean_dec_ref(x_283); + x_484 = lean_box(0); } -x_478 = lean_ctor_get(x_280, 0); -lean_inc(x_478); -x_479 = lean_ctor_get(x_280, 1); -lean_inc(x_479); -x_480 = lean_ctor_get(x_280, 2); -lean_inc(x_480); -if (lean_is_exclusive(x_280)) { - lean_ctor_release(x_280, 0); - lean_ctor_release(x_280, 1); - lean_ctor_release(x_280, 2); - x_481 = x_280; +x_485 = lean_ctor_get(x_284, 0); +lean_inc(x_485); +x_486 = lean_ctor_get(x_284, 1); +lean_inc(x_486); +x_487 = lean_ctor_get(x_284, 2); +lean_inc(x_487); +if (lean_is_exclusive(x_284)) { + lean_ctor_release(x_284, 0); + lean_ctor_release(x_284, 1); + lean_ctor_release(x_284, 2); + x_488 = x_284; } else { - lean_dec_ref(x_280); - x_481 = lean_box(0); + lean_dec_ref(x_284); + x_488 = lean_box(0); } -x_482 = lean_array_get_size(x_478); -x_483 = lean_nat_dec_lt(x_5, x_482); -lean_dec(x_482); -if (x_483 == 0) +x_489 = lean_array_get_size(x_485); +x_490 = lean_nat_dec_lt(x_5, x_489); +lean_dec(x_489); +if (x_490 == 0) { -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; -if (lean_is_scalar(x_481)) { - x_484 = lean_alloc_ctor(0, 3, 0); +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; +if (lean_is_scalar(x_488)) { + x_491 = lean_alloc_ctor(0, 3, 0); } else { - x_484 = x_481; + x_491 = x_488; } -lean_ctor_set(x_484, 0, x_478); -lean_ctor_set(x_484, 1, x_479); -lean_ctor_set(x_484, 2, x_480); -if (lean_is_scalar(x_477)) { - x_485 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_491, 0, x_485); +lean_ctor_set(x_491, 1, x_486); +lean_ctor_set(x_491, 2, x_487); +if (lean_is_scalar(x_484)) { + x_492 = lean_alloc_ctor(0, 4, 0); } else { - x_485 = x_477; + x_492 = x_484; } -lean_ctor_set(x_485, 0, x_474); -lean_ctor_set(x_485, 1, x_475); -lean_ctor_set(x_485, 2, x_476); -lean_ctor_set(x_485, 3, x_484); -x_486 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_486, 0, x_458); -lean_ctor_set(x_486, 1, x_459); -lean_ctor_set(x_486, 2, x_460); -lean_ctor_set(x_486, 3, x_461); -lean_ctor_set(x_486, 4, x_462); -lean_ctor_set(x_486, 5, x_463); -lean_ctor_set(x_486, 6, x_464); -lean_ctor_set(x_486, 7, x_465); -lean_ctor_set(x_486, 8, x_467); -lean_ctor_set(x_486, 9, x_468); -lean_ctor_set(x_486, 10, x_469); -lean_ctor_set(x_486, 11, x_470); -lean_ctor_set(x_486, 12, x_471); -lean_ctor_set(x_486, 13, x_472); -lean_ctor_set(x_486, 14, x_485); -lean_ctor_set(x_486, 15, x_473); -lean_ctor_set_uint8(x_486, sizeof(void*)*16, x_466); -x_487 = lean_st_ref_set(x_6, x_486, x_281); -x_488 = lean_ctor_get(x_487, 1); -lean_inc(x_488); -lean_dec(x_487); -x_489 = lean_box(0); -x_490 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_489, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_488); +lean_ctor_set(x_492, 0, x_481); +lean_ctor_set(x_492, 1, x_482); +lean_ctor_set(x_492, 2, x_483); +lean_ctor_set(x_492, 3, x_491); +x_493 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_493, 0, x_465); +lean_ctor_set(x_493, 1, x_466); +lean_ctor_set(x_493, 2, x_467); +lean_ctor_set(x_493, 3, x_468); +lean_ctor_set(x_493, 4, x_469); +lean_ctor_set(x_493, 5, x_470); +lean_ctor_set(x_493, 6, x_471); +lean_ctor_set(x_493, 7, x_472); +lean_ctor_set(x_493, 8, x_474); +lean_ctor_set(x_493, 9, x_475); +lean_ctor_set(x_493, 10, x_476); +lean_ctor_set(x_493, 11, x_477); +lean_ctor_set(x_493, 12, x_478); +lean_ctor_set(x_493, 13, x_479); +lean_ctor_set(x_493, 14, x_492); +lean_ctor_set(x_493, 15, x_480); +lean_ctor_set_uint8(x_493, sizeof(void*)*16, x_473); +x_494 = lean_st_ref_set(x_6, x_493, x_285); +x_495 = lean_ctor_get(x_494, 1); +lean_inc(x_495); +lean_dec(x_494); +x_496 = lean_box(0); +x_497 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_496, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_495); lean_dec(x_1); -return x_490; +return x_497; } else { -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; uint8_t 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; -x_491 = lean_array_fget(x_478, x_5); -x_492 = lean_box(0); -x_493 = lean_array_fset(x_478, x_5, x_492); -x_494 = lean_ctor_get(x_491, 0); -lean_inc(x_494); -x_495 = lean_ctor_get(x_491, 1); -lean_inc(x_495); -x_496 = lean_ctor_get(x_491, 2); -lean_inc(x_496); -x_497 = lean_ctor_get(x_491, 3); -lean_inc(x_497); -x_498 = lean_ctor_get(x_491, 4); -lean_inc(x_498); -x_499 = lean_ctor_get(x_491, 5); -lean_inc(x_499); -x_500 = lean_ctor_get(x_491, 6); -lean_inc(x_500); -x_501 = lean_ctor_get(x_491, 7); +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; uint8_t 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_498 = lean_array_fget(x_485, x_5); +x_499 = lean_box(0); +x_500 = lean_array_fset(x_485, x_5, x_499); +x_501 = lean_ctor_get(x_498, 0); lean_inc(x_501); -x_502 = lean_ctor_get(x_491, 8); +x_502 = lean_ctor_get(x_498, 1); lean_inc(x_502); -x_503 = lean_ctor_get(x_491, 9); +x_503 = lean_ctor_get(x_498, 2); lean_inc(x_503); -x_504 = lean_ctor_get(x_491, 10); +x_504 = lean_ctor_get(x_498, 3); lean_inc(x_504); -x_505 = lean_ctor_get(x_491, 11); +x_505 = lean_ctor_get(x_498, 4); lean_inc(x_505); -x_506 = lean_ctor_get(x_491, 12); +x_506 = lean_ctor_get(x_498, 5); lean_inc(x_506); -x_507 = lean_ctor_get(x_491, 13); +x_507 = lean_ctor_get(x_498, 6); lean_inc(x_507); -x_508 = lean_ctor_get(x_491, 14); +x_508 = lean_ctor_get(x_498, 7); lean_inc(x_508); -x_509 = lean_ctor_get(x_491, 15); +x_509 = lean_ctor_get(x_498, 8); lean_inc(x_509); -x_510 = lean_ctor_get(x_491, 16); +x_510 = lean_ctor_get(x_498, 9); lean_inc(x_510); -x_511 = lean_ctor_get(x_491, 17); +x_511 = lean_ctor_get(x_498, 10); lean_inc(x_511); -x_512 = lean_ctor_get(x_491, 18); +x_512 = lean_ctor_get(x_498, 11); lean_inc(x_512); -x_513 = lean_ctor_get(x_491, 19); +x_513 = lean_ctor_get(x_498, 12); lean_inc(x_513); -x_514 = lean_ctor_get(x_491, 20); +x_514 = lean_ctor_get(x_498, 13); lean_inc(x_514); -x_515 = lean_ctor_get(x_491, 21); +x_515 = lean_ctor_get(x_498, 14); lean_inc(x_515); -x_516 = lean_ctor_get(x_491, 22); +x_516 = lean_ctor_get(x_498, 15); lean_inc(x_516); -x_517 = lean_ctor_get(x_491, 23); +x_517 = lean_ctor_get(x_498, 16); lean_inc(x_517); -x_518 = lean_ctor_get(x_491, 24); +x_518 = lean_ctor_get(x_498, 17); lean_inc(x_518); -x_519 = lean_ctor_get(x_491, 25); +x_519 = lean_ctor_get(x_498, 18); lean_inc(x_519); -x_520 = lean_ctor_get(x_491, 26); +x_520 = lean_ctor_get(x_498, 19); lean_inc(x_520); -x_521 = lean_ctor_get(x_491, 27); +x_521 = lean_ctor_get(x_498, 20); lean_inc(x_521); -x_522 = lean_ctor_get(x_491, 28); +x_522 = lean_ctor_get(x_498, 21); lean_inc(x_522); -x_523 = lean_ctor_get_uint8(x_491, sizeof(void*)*31); -x_524 = lean_ctor_get(x_491, 29); +x_523 = lean_ctor_get(x_498, 22); +lean_inc(x_523); +x_524 = lean_ctor_get(x_498, 23); lean_inc(x_524); -x_525 = lean_ctor_get(x_491, 30); +x_525 = lean_ctor_get(x_498, 24); lean_inc(x_525); -if (lean_is_exclusive(x_491)) { - lean_ctor_release(x_491, 0); - lean_ctor_release(x_491, 1); - lean_ctor_release(x_491, 2); - lean_ctor_release(x_491, 3); - lean_ctor_release(x_491, 4); - lean_ctor_release(x_491, 5); - lean_ctor_release(x_491, 6); - lean_ctor_release(x_491, 7); - lean_ctor_release(x_491, 8); - lean_ctor_release(x_491, 9); - lean_ctor_release(x_491, 10); - lean_ctor_release(x_491, 11); - lean_ctor_release(x_491, 12); - lean_ctor_release(x_491, 13); - lean_ctor_release(x_491, 14); - lean_ctor_release(x_491, 15); - lean_ctor_release(x_491, 16); - lean_ctor_release(x_491, 17); - lean_ctor_release(x_491, 18); - lean_ctor_release(x_491, 19); - lean_ctor_release(x_491, 20); - lean_ctor_release(x_491, 21); - lean_ctor_release(x_491, 22); - lean_ctor_release(x_491, 23); - lean_ctor_release(x_491, 24); - lean_ctor_release(x_491, 25); - lean_ctor_release(x_491, 26); - lean_ctor_release(x_491, 27); - lean_ctor_release(x_491, 28); - lean_ctor_release(x_491, 29); - lean_ctor_release(x_491, 30); - x_526 = x_491; +x_526 = lean_ctor_get(x_498, 25); +lean_inc(x_526); +x_527 = lean_ctor_get(x_498, 26); +lean_inc(x_527); +x_528 = lean_ctor_get(x_498, 27); +lean_inc(x_528); +x_529 = lean_ctor_get(x_498, 28); +lean_inc(x_529); +x_530 = lean_ctor_get_uint8(x_498, sizeof(void*)*32); +x_531 = lean_ctor_get(x_498, 29); +lean_inc(x_531); +x_532 = lean_ctor_get(x_498, 30); +lean_inc(x_532); +x_533 = lean_ctor_get(x_498, 31); +lean_inc(x_533); +if (lean_is_exclusive(x_498)) { + lean_ctor_release(x_498, 0); + lean_ctor_release(x_498, 1); + lean_ctor_release(x_498, 2); + lean_ctor_release(x_498, 3); + lean_ctor_release(x_498, 4); + lean_ctor_release(x_498, 5); + lean_ctor_release(x_498, 6); + lean_ctor_release(x_498, 7); + lean_ctor_release(x_498, 8); + lean_ctor_release(x_498, 9); + lean_ctor_release(x_498, 10); + lean_ctor_release(x_498, 11); + lean_ctor_release(x_498, 12); + lean_ctor_release(x_498, 13); + lean_ctor_release(x_498, 14); + lean_ctor_release(x_498, 15); + lean_ctor_release(x_498, 16); + lean_ctor_release(x_498, 17); + lean_ctor_release(x_498, 18); + lean_ctor_release(x_498, 19); + lean_ctor_release(x_498, 20); + lean_ctor_release(x_498, 21); + lean_ctor_release(x_498, 22); + lean_ctor_release(x_498, 23); + lean_ctor_release(x_498, 24); + lean_ctor_release(x_498, 25); + lean_ctor_release(x_498, 26); + lean_ctor_release(x_498, 27); + lean_ctor_release(x_498, 28); + lean_ctor_release(x_498, 29); + lean_ctor_release(x_498, 30); + lean_ctor_release(x_498, 31); + x_534 = x_498; } else { - lean_dec_ref(x_491); - x_526 = lean_box(0); + lean_dec_ref(x_498); + x_534 = lean_box(0); } -x_527 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; +x_535 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__3___closed__2; lean_inc(x_1); -x_528 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__10(x_1, x_527, x_519, x_2); -if (lean_is_scalar(x_526)) { - x_529 = lean_alloc_ctor(0, 31, 1); +x_536 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__10(x_1, x_535, x_526, x_2); +if (lean_is_scalar(x_534)) { + x_537 = lean_alloc_ctor(0, 32, 1); } else { - x_529 = x_526; + x_537 = x_534; } -lean_ctor_set(x_529, 0, x_494); -lean_ctor_set(x_529, 1, x_495); -lean_ctor_set(x_529, 2, x_496); -lean_ctor_set(x_529, 3, x_497); -lean_ctor_set(x_529, 4, x_498); -lean_ctor_set(x_529, 5, x_499); -lean_ctor_set(x_529, 6, x_500); -lean_ctor_set(x_529, 7, x_501); -lean_ctor_set(x_529, 8, x_502); -lean_ctor_set(x_529, 9, x_503); -lean_ctor_set(x_529, 10, x_504); -lean_ctor_set(x_529, 11, x_505); -lean_ctor_set(x_529, 12, x_506); -lean_ctor_set(x_529, 13, x_507); -lean_ctor_set(x_529, 14, x_508); -lean_ctor_set(x_529, 15, x_509); -lean_ctor_set(x_529, 16, x_510); -lean_ctor_set(x_529, 17, x_511); -lean_ctor_set(x_529, 18, x_512); -lean_ctor_set(x_529, 19, x_513); -lean_ctor_set(x_529, 20, x_514); -lean_ctor_set(x_529, 21, x_515); -lean_ctor_set(x_529, 22, x_516); -lean_ctor_set(x_529, 23, x_517); -lean_ctor_set(x_529, 24, x_518); -lean_ctor_set(x_529, 25, x_528); -lean_ctor_set(x_529, 26, x_520); -lean_ctor_set(x_529, 27, x_521); -lean_ctor_set(x_529, 28, x_522); -lean_ctor_set(x_529, 29, x_524); -lean_ctor_set(x_529, 30, x_525); -lean_ctor_set_uint8(x_529, sizeof(void*)*31, x_523); -x_530 = lean_array_fset(x_493, x_5, x_529); -if (lean_is_scalar(x_481)) { - x_531 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_537, 0, x_501); +lean_ctor_set(x_537, 1, x_502); +lean_ctor_set(x_537, 2, x_503); +lean_ctor_set(x_537, 3, x_504); +lean_ctor_set(x_537, 4, x_505); +lean_ctor_set(x_537, 5, x_506); +lean_ctor_set(x_537, 6, x_507); +lean_ctor_set(x_537, 7, x_508); +lean_ctor_set(x_537, 8, x_509); +lean_ctor_set(x_537, 9, x_510); +lean_ctor_set(x_537, 10, x_511); +lean_ctor_set(x_537, 11, x_512); +lean_ctor_set(x_537, 12, x_513); +lean_ctor_set(x_537, 13, x_514); +lean_ctor_set(x_537, 14, x_515); +lean_ctor_set(x_537, 15, x_516); +lean_ctor_set(x_537, 16, x_517); +lean_ctor_set(x_537, 17, x_518); +lean_ctor_set(x_537, 18, x_519); +lean_ctor_set(x_537, 19, x_520); +lean_ctor_set(x_537, 20, x_521); +lean_ctor_set(x_537, 21, x_522); +lean_ctor_set(x_537, 22, x_523); +lean_ctor_set(x_537, 23, x_524); +lean_ctor_set(x_537, 24, x_525); +lean_ctor_set(x_537, 25, x_536); +lean_ctor_set(x_537, 26, x_527); +lean_ctor_set(x_537, 27, x_528); +lean_ctor_set(x_537, 28, x_529); +lean_ctor_set(x_537, 29, x_531); +lean_ctor_set(x_537, 30, x_532); +lean_ctor_set(x_537, 31, x_533); +lean_ctor_set_uint8(x_537, sizeof(void*)*32, x_530); +x_538 = lean_array_fset(x_500, x_5, x_537); +if (lean_is_scalar(x_488)) { + x_539 = lean_alloc_ctor(0, 3, 0); } else { - x_531 = x_481; + x_539 = x_488; } -lean_ctor_set(x_531, 0, x_530); -lean_ctor_set(x_531, 1, x_479); -lean_ctor_set(x_531, 2, x_480); -if (lean_is_scalar(x_477)) { - x_532 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_539, 0, x_538); +lean_ctor_set(x_539, 1, x_486); +lean_ctor_set(x_539, 2, x_487); +if (lean_is_scalar(x_484)) { + x_540 = lean_alloc_ctor(0, 4, 0); } else { - x_532 = x_477; + x_540 = x_484; } -lean_ctor_set(x_532, 0, x_474); -lean_ctor_set(x_532, 1, x_475); -lean_ctor_set(x_532, 2, x_476); -lean_ctor_set(x_532, 3, x_531); -x_533 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_533, 0, x_458); -lean_ctor_set(x_533, 1, x_459); -lean_ctor_set(x_533, 2, x_460); -lean_ctor_set(x_533, 3, x_461); -lean_ctor_set(x_533, 4, x_462); -lean_ctor_set(x_533, 5, x_463); -lean_ctor_set(x_533, 6, x_464); -lean_ctor_set(x_533, 7, x_465); -lean_ctor_set(x_533, 8, x_467); -lean_ctor_set(x_533, 9, x_468); -lean_ctor_set(x_533, 10, x_469); -lean_ctor_set(x_533, 11, x_470); -lean_ctor_set(x_533, 12, x_471); -lean_ctor_set(x_533, 13, x_472); -lean_ctor_set(x_533, 14, x_532); -lean_ctor_set(x_533, 15, x_473); -lean_ctor_set_uint8(x_533, sizeof(void*)*16, x_466); -x_534 = lean_st_ref_set(x_6, x_533, x_281); -x_535 = lean_ctor_get(x_534, 1); -lean_inc(x_535); -lean_dec(x_534); -x_536 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_492, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_535); +lean_ctor_set(x_540, 0, x_481); +lean_ctor_set(x_540, 1, x_482); +lean_ctor_set(x_540, 2, x_483); +lean_ctor_set(x_540, 3, x_539); +x_541 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_541, 0, x_465); +lean_ctor_set(x_541, 1, x_466); +lean_ctor_set(x_541, 2, x_467); +lean_ctor_set(x_541, 3, x_468); +lean_ctor_set(x_541, 4, x_469); +lean_ctor_set(x_541, 5, x_470); +lean_ctor_set(x_541, 6, x_471); +lean_ctor_set(x_541, 7, x_472); +lean_ctor_set(x_541, 8, x_474); +lean_ctor_set(x_541, 9, x_475); +lean_ctor_set(x_541, 10, x_476); +lean_ctor_set(x_541, 11, x_477); +lean_ctor_set(x_541, 12, x_478); +lean_ctor_set(x_541, 13, x_479); +lean_ctor_set(x_541, 14, x_540); +lean_ctor_set(x_541, 15, x_480); +lean_ctor_set_uint8(x_541, sizeof(void*)*16, x_473); +x_542 = lean_st_ref_set(x_6, x_541, x_285); +x_543 = lean_ctor_get(x_542, 1); +lean_inc(x_543); +lean_dec(x_542); +x_544 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___lambda__2(x_1, x_2, x_499, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_543); lean_dec(x_1); -return x_536; +return x_544; } } } @@ -4886,7 +4916,7 @@ x_47 = lean_unbox(x_46); lean_dec(x_46); if (x_47 == 0) { -uint8_t x_48; +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; lean_free_object(x_41); lean_dec(x_43); lean_dec(x_40); @@ -4898,550 +4928,271 @@ lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_1); -x_48 = !lean_is_exclusive(x_45); -if (x_48 == 0) -{ -lean_object* x_49; lean_object* x_50; -x_49 = lean_ctor_get(x_45, 0); -lean_dec(x_49); -x_50 = lean_box(0); -lean_ctor_set(x_45, 0, x_50); -return x_45; -} -else -{ -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_45, 1); +x_48 = lean_ctor_get(x_45, 1); +lean_inc(x_48); +lean_dec(x_45); +x_49 = lean_st_ref_take(x_7, x_48); +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_50, 14); lean_inc(x_51); -lean_dec(x_45); -x_52 = lean_box(0); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_51); -return x_53; -} -} -else +x_52 = lean_ctor_get(x_51, 3); +lean_inc(x_52); +x_53 = lean_ctor_get(x_49, 1); +lean_inc(x_53); +lean_dec(x_49); +x_54 = !lean_is_exclusive(x_50); +if (x_54 == 0) { -lean_object* x_54; lean_object* x_55; -x_54 = lean_ctor_get(x_45, 1); -lean_inc(x_54); -lean_dec(x_45); -lean_inc(x_28); -lean_inc(x_40); -lean_ctor_set_tag(x_41, 4); -lean_ctor_set(x_41, 1, x_28); -lean_ctor_set(x_41, 0, x_40); -x_55 = l_Lean_Grind_CommRing_Expr_toPoly(x_41); -if (x_4 == 0) -{ -lean_object* x_56; -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_55); -x_56 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_55, x_43, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_54); -if (lean_obj_tag(x_56) == 0) -{ -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_56, 0); -lean_inc(x_57); -x_58 = lean_ctor_get(x_56, 1); -lean_inc(x_58); -lean_dec(x_56); -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); -x_59 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_57, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_58); -if (lean_obj_tag(x_59) == 0) -{ -lean_object* x_60; -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -if (lean_obj_tag(x_60) == 0) -{ -uint8_t x_61; +lean_object* x_55; uint8_t x_56; +x_55 = lean_ctor_get(x_50, 14); lean_dec(x_55); -lean_dec(x_40); -lean_dec(x_28); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_1); -x_61 = !lean_is_exclusive(x_59); +x_56 = !lean_is_exclusive(x_51); +if (x_56 == 0) +{ +lean_object* x_57; uint8_t x_58; +x_57 = lean_ctor_get(x_51, 3); +lean_dec(x_57); +x_58 = !lean_is_exclusive(x_52); +if (x_58 == 0) +{ +lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_59 = lean_ctor_get(x_52, 0); +x_60 = lean_array_get_size(x_59); +x_61 = lean_nat_dec_lt(x_6, x_60); +lean_dec(x_60); if (x_61 == 0) { -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_59, 0); -lean_dec(x_62); -x_63 = lean_box(0); -lean_ctor_set(x_59, 0, x_63); -return x_59; -} -else +lean_object* x_62; uint8_t x_63; +lean_dec(x_6); +lean_dec(x_1); +x_62 = lean_st_ref_set(x_7, x_50, x_53); +lean_dec(x_7); +x_63 = !lean_is_exclusive(x_62); +if (x_63 == 0) { -lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_64 = lean_ctor_get(x_59, 1); -lean_inc(x_64); -lean_dec(x_59); +lean_object* x_64; lean_object* x_65; +x_64 = lean_ctor_get(x_62, 0); +lean_dec(x_64); x_65 = lean_box(0); -x_66 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_66, 0, x_65); -lean_ctor_set(x_66, 1, x_64); -return x_66; +lean_ctor_set(x_62, 0, x_65); +return x_62; +} +else +{ +lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_66 = lean_ctor_get(x_62, 1); +lean_inc(x_66); +lean_dec(x_62); +x_67 = lean_box(0); +x_68 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_68, 0, x_67); +lean_ctor_set(x_68, 1, x_66); +return x_68; } } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; lean_object* x_72; lean_object* x_73; -x_67 = lean_ctor_get(x_59, 1); -lean_inc(x_67); -lean_dec(x_59); -x_68 = lean_ctor_get(x_60, 0); -lean_inc(x_68); -lean_dec(x_60); -x_69 = l_Lean_Grind_Linarith_Expr_norm(x_68); -x_70 = lean_alloc_ctor(3, 5, 0); -lean_ctor_set(x_70, 0, x_1); -lean_ctor_set(x_70, 1, x_28); -lean_ctor_set(x_70, 2, x_40); -lean_ctor_set(x_70, 3, x_55); -lean_ctor_set(x_70, 4, x_68); -x_71 = 1; -x_72 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_72, 0, x_69); -lean_ctor_set(x_72, 1, x_70); -lean_ctor_set_uint8(x_72, sizeof(void*)*2, x_71); -x_73 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_72, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_67); -return x_73; -} -} -else +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +x_69 = lean_array_fget(x_59, x_6); +x_70 = lean_box(0); +x_71 = lean_array_fset(x_59, x_6, x_70); +x_72 = !lean_is_exclusive(x_69); +if (x_72 == 0) { -uint8_t x_74; -lean_dec(x_55); -lean_dec(x_40); -lean_dec(x_28); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); +lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_73 = lean_ctor_get(x_69, 31); +x_74 = l_Lean_PersistentArray_push___rarg(x_73, x_1); +lean_ctor_set(x_69, 31, x_74); +x_75 = lean_array_fset(x_71, x_6, x_69); lean_dec(x_6); -lean_dec(x_1); -x_74 = !lean_is_exclusive(x_59); -if (x_74 == 0) -{ -return x_59; -} -else -{ -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_59, 0); -x_76 = lean_ctor_get(x_59, 1); -lean_inc(x_76); -lean_inc(x_75); -lean_dec(x_59); -x_77 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_77, 0, x_75); -lean_ctor_set(x_77, 1, x_76); -return x_77; -} -} -} -else -{ -uint8_t x_78; -lean_dec(x_55); -lean_dec(x_40); -lean_dec(x_28); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); +lean_ctor_set(x_52, 0, x_75); +x_76 = lean_st_ref_set(x_7, x_50, x_53); lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_1); -x_78 = !lean_is_exclusive(x_56); -if (x_78 == 0) +x_77 = !lean_is_exclusive(x_76); +if (x_77 == 0) { -return x_56; +lean_object* x_78; +x_78 = lean_ctor_get(x_76, 0); +lean_dec(x_78); +lean_ctor_set(x_76, 0, x_70); +return x_76; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_56, 0); -x_80 = lean_ctor_get(x_56, 1); -lean_inc(x_80); +lean_object* x_79; lean_object* x_80; +x_79 = lean_ctor_get(x_76, 1); lean_inc(x_79); -lean_dec(x_56); -x_81 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_81, 0, x_79); -lean_ctor_set(x_81, 1, x_80); -return x_81; -} -} -} -else -{ -lean_object* x_82; -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_55); -x_82 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_55, x_43, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_54); -if (lean_obj_tag(x_82) == 0) -{ -lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_83 = lean_ctor_get(x_82, 0); -lean_inc(x_83); -x_84 = lean_ctor_get(x_82, 1); -lean_inc(x_84); -lean_dec(x_82); -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); -x_85 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_83, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_84); -if (lean_obj_tag(x_85) == 0) -{ -lean_object* x_86; -x_86 = lean_ctor_get(x_85, 0); -lean_inc(x_86); -if (lean_obj_tag(x_86) == 0) -{ -uint8_t x_87; -lean_dec(x_55); -lean_dec(x_40); -lean_dec(x_28); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_1); -x_87 = !lean_is_exclusive(x_85); -if (x_87 == 0) -{ -lean_object* x_88; lean_object* x_89; -x_88 = lean_ctor_get(x_85, 0); -lean_dec(x_88); -x_89 = lean_box(0); -lean_ctor_set(x_85, 0, x_89); -return x_85; -} -else -{ -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_85, 1); -lean_inc(x_90); -lean_dec(x_85); -x_91 = lean_box(0); -x_92 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_92, 0, x_91); -lean_ctor_set(x_92, 1, x_90); -return x_92; +lean_dec(x_76); +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_70); +lean_ctor_set(x_80, 1, x_79); +return x_80; } } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_93 = lean_ctor_get(x_85, 1); -lean_inc(x_93); -lean_dec(x_85); -x_94 = lean_ctor_get(x_86, 0); -lean_inc(x_94); -lean_dec(x_86); -x_95 = l_Lean_Grind_Linarith_Expr_norm(x_94); -x_96 = lean_alloc_ctor(3, 5, 0); -lean_ctor_set(x_96, 0, x_1); -lean_ctor_set(x_96, 1, x_28); -lean_ctor_set(x_96, 2, x_40); -lean_ctor_set(x_96, 3, x_55); -lean_ctor_set(x_96, 4, x_94); -x_97 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_97, 0, x_95); -lean_ctor_set(x_97, 1, x_96); -lean_ctor_set_uint8(x_97, sizeof(void*)*2, x_16); -x_98 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_97, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_93); -return x_98; -} -} -else -{ -uint8_t x_99; -lean_dec(x_55); -lean_dec(x_40); -lean_dec(x_28); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_1); -x_99 = !lean_is_exclusive(x_85); -if (x_99 == 0) -{ -return x_85; -} -else -{ -lean_object* x_100; lean_object* x_101; lean_object* x_102; -x_100 = lean_ctor_get(x_85, 0); -x_101 = lean_ctor_get(x_85, 1); -lean_inc(x_101); -lean_inc(x_100); -lean_dec(x_85); -x_102 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_102, 0, x_100); -lean_ctor_set(x_102, 1, x_101); -return x_102; -} -} -} -else -{ -uint8_t x_103; -lean_dec(x_55); -lean_dec(x_40); -lean_dec(x_28); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_1); -x_103 = !lean_is_exclusive(x_82); -if (x_103 == 0) -{ -return x_82; -} -else -{ -lean_object* x_104; lean_object* x_105; lean_object* x_106; -x_104 = lean_ctor_get(x_82, 0); -x_105 = lean_ctor_get(x_82, 1); -lean_inc(x_105); -lean_inc(x_104); -lean_dec(x_82); -x_106 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_106, 0, x_104); -lean_ctor_set(x_106, 1, x_105); -return x_106; -} -} -} -} -} -else -{ -uint8_t x_107; -lean_free_object(x_41); -lean_dec(x_43); -lean_dec(x_40); -lean_dec(x_28); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_1); -x_107 = !lean_is_exclusive(x_45); -if (x_107 == 0) -{ -return x_45; -} -else -{ -lean_object* x_108; lean_object* x_109; lean_object* x_110; -x_108 = lean_ctor_get(x_45, 0); -x_109 = lean_ctor_get(x_45, 1); -lean_inc(x_109); -lean_inc(x_108); -lean_dec(x_45); -x_110 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_110, 0, x_108); -lean_ctor_set(x_110, 1, x_109); -return x_110; -} -} -} -else -{ -lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_111 = lean_ctor_get(x_41, 0); -x_112 = lean_ctor_get(x_41, 1); +lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t 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; +x_81 = lean_ctor_get(x_69, 0); +x_82 = lean_ctor_get(x_69, 1); +x_83 = lean_ctor_get(x_69, 2); +x_84 = lean_ctor_get(x_69, 3); +x_85 = lean_ctor_get(x_69, 4); +x_86 = lean_ctor_get(x_69, 5); +x_87 = lean_ctor_get(x_69, 6); +x_88 = lean_ctor_get(x_69, 7); +x_89 = lean_ctor_get(x_69, 8); +x_90 = lean_ctor_get(x_69, 9); +x_91 = lean_ctor_get(x_69, 10); +x_92 = lean_ctor_get(x_69, 11); +x_93 = lean_ctor_get(x_69, 12); +x_94 = lean_ctor_get(x_69, 13); +x_95 = lean_ctor_get(x_69, 14); +x_96 = lean_ctor_get(x_69, 15); +x_97 = lean_ctor_get(x_69, 16); +x_98 = lean_ctor_get(x_69, 17); +x_99 = lean_ctor_get(x_69, 18); +x_100 = lean_ctor_get(x_69, 19); +x_101 = lean_ctor_get(x_69, 20); +x_102 = lean_ctor_get(x_69, 21); +x_103 = lean_ctor_get(x_69, 22); +x_104 = lean_ctor_get(x_69, 23); +x_105 = lean_ctor_get(x_69, 24); +x_106 = lean_ctor_get(x_69, 25); +x_107 = lean_ctor_get(x_69, 26); +x_108 = lean_ctor_get(x_69, 27); +x_109 = lean_ctor_get(x_69, 28); +x_110 = lean_ctor_get_uint8(x_69, sizeof(void*)*32); +x_111 = lean_ctor_get(x_69, 29); +x_112 = lean_ctor_get(x_69, 30); +x_113 = lean_ctor_get(x_69, 31); +lean_inc(x_113); lean_inc(x_112); lean_inc(x_111); -lean_dec(x_41); -x_113 = l_Lean_Meta_Grind_Arith_Linear_isLinearOrder(x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_112); -if (lean_obj_tag(x_113) == 0) -{ -lean_object* x_114; uint8_t x_115; -x_114 = lean_ctor_get(x_113, 0); -lean_inc(x_114); -x_115 = lean_unbox(x_114); -lean_dec(x_114); -if (x_115 == 0) -{ -lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; -lean_dec(x_111); -lean_dec(x_40); -lean_dec(x_28); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); +lean_inc(x_109); +lean_inc(x_108); +lean_inc(x_107); +lean_inc(x_106); +lean_inc(x_105); +lean_inc(x_104); +lean_inc(x_103); +lean_inc(x_102); +lean_inc(x_101); +lean_inc(x_100); +lean_inc(x_99); +lean_inc(x_98); +lean_inc(x_97); +lean_inc(x_96); +lean_inc(x_95); +lean_inc(x_94); +lean_inc(x_93); +lean_inc(x_92); +lean_inc(x_91); +lean_inc(x_90); +lean_inc(x_89); +lean_inc(x_88); +lean_inc(x_87); +lean_inc(x_86); +lean_inc(x_85); +lean_inc(x_84); +lean_inc(x_83); +lean_inc(x_82); +lean_inc(x_81); +lean_dec(x_69); +x_114 = l_Lean_PersistentArray_push___rarg(x_113, x_1); +x_115 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_115, 0, x_81); +lean_ctor_set(x_115, 1, x_82); +lean_ctor_set(x_115, 2, x_83); +lean_ctor_set(x_115, 3, x_84); +lean_ctor_set(x_115, 4, x_85); +lean_ctor_set(x_115, 5, x_86); +lean_ctor_set(x_115, 6, x_87); +lean_ctor_set(x_115, 7, x_88); +lean_ctor_set(x_115, 8, x_89); +lean_ctor_set(x_115, 9, x_90); +lean_ctor_set(x_115, 10, x_91); +lean_ctor_set(x_115, 11, x_92); +lean_ctor_set(x_115, 12, x_93); +lean_ctor_set(x_115, 13, x_94); +lean_ctor_set(x_115, 14, x_95); +lean_ctor_set(x_115, 15, x_96); +lean_ctor_set(x_115, 16, x_97); +lean_ctor_set(x_115, 17, x_98); +lean_ctor_set(x_115, 18, x_99); +lean_ctor_set(x_115, 19, x_100); +lean_ctor_set(x_115, 20, x_101); +lean_ctor_set(x_115, 21, x_102); +lean_ctor_set(x_115, 22, x_103); +lean_ctor_set(x_115, 23, x_104); +lean_ctor_set(x_115, 24, x_105); +lean_ctor_set(x_115, 25, x_106); +lean_ctor_set(x_115, 26, x_107); +lean_ctor_set(x_115, 27, x_108); +lean_ctor_set(x_115, 28, x_109); +lean_ctor_set(x_115, 29, x_111); +lean_ctor_set(x_115, 30, x_112); +lean_ctor_set(x_115, 31, x_114); +lean_ctor_set_uint8(x_115, sizeof(void*)*32, x_110); +x_116 = lean_array_fset(x_71, x_6, x_115); lean_dec(x_6); -lean_dec(x_1); -x_116 = lean_ctor_get(x_113, 1); -lean_inc(x_116); -if (lean_is_exclusive(x_113)) { - lean_ctor_release(x_113, 0); - lean_ctor_release(x_113, 1); - x_117 = x_113; -} else { - lean_dec_ref(x_113); - x_117 = lean_box(0); -} -x_118 = lean_box(0); -if (lean_is_scalar(x_117)) { - x_119 = lean_alloc_ctor(0, 2, 0); -} else { +lean_ctor_set(x_52, 0, x_116); +x_117 = lean_st_ref_set(x_7, x_50, x_53); +lean_dec(x_7); +x_118 = lean_ctor_get(x_117, 1); +lean_inc(x_118); +if (lean_is_exclusive(x_117)) { + lean_ctor_release(x_117, 0); + lean_ctor_release(x_117, 1); x_119 = x_117; +} else { + lean_dec_ref(x_117); + x_119 = lean_box(0); +} +if (lean_is_scalar(x_119)) { + x_120 = lean_alloc_ctor(0, 2, 0); +} else { + x_120 = x_119; +} +lean_ctor_set(x_120, 0, x_70); +lean_ctor_set(x_120, 1, x_118); +return x_120; +} } -lean_ctor_set(x_119, 0, x_118); -lean_ctor_set(x_119, 1, x_116); -return x_119; } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; -x_120 = lean_ctor_get(x_113, 1); -lean_inc(x_120); -lean_dec(x_113); -lean_inc(x_28); -lean_inc(x_40); -x_121 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_121, 0, x_40); -lean_ctor_set(x_121, 1, x_28); -x_122 = l_Lean_Grind_CommRing_Expr_toPoly(x_121); -if (x_4 == 0) -{ -lean_object* x_123; -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_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; uint8_t x_125; +x_121 = lean_ctor_get(x_52, 0); +x_122 = lean_ctor_get(x_52, 1); +x_123 = lean_ctor_get(x_52, 2); +lean_inc(x_123); lean_inc(x_122); -x_123 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_122, x_111, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_120); -if (lean_obj_tag(x_123) == 0) +lean_inc(x_121); +lean_dec(x_52); +x_124 = lean_array_get_size(x_121); +x_125 = lean_nat_dec_lt(x_6, x_124); +lean_dec(x_124); +if (x_125 == 0) { -lean_object* x_124; lean_object* x_125; lean_object* x_126; -x_124 = lean_ctor_get(x_123, 0); -lean_inc(x_124); -x_125 = lean_ctor_get(x_123, 1); -lean_inc(x_125); -lean_dec(x_123); -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); -x_126 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_124, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_125); -if (lean_obj_tag(x_126) == 0) -{ -lean_object* x_127; -x_127 = lean_ctor_get(x_126, 0); -lean_inc(x_127); -if (lean_obj_tag(x_127) == 0) -{ -lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; -lean_dec(x_122); -lean_dec(x_40); -lean_dec(x_28); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); +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_dec(x_6); lean_dec(x_1); -x_128 = lean_ctor_get(x_126, 1); +x_126 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_126, 0, x_121); +lean_ctor_set(x_126, 1, x_122); +lean_ctor_set(x_126, 2, x_123); +lean_ctor_set(x_51, 3, x_126); +x_127 = lean_st_ref_set(x_7, x_50, x_53); +lean_dec(x_7); +x_128 = lean_ctor_get(x_127, 1); lean_inc(x_128); -if (lean_is_exclusive(x_126)) { - lean_ctor_release(x_126, 0); - lean_ctor_release(x_126, 1); - x_129 = x_126; +if (lean_is_exclusive(x_127)) { + lean_ctor_release(x_127, 0); + lean_ctor_release(x_127, 1); + x_129 = x_127; } else { - lean_dec_ref(x_126); + lean_dec_ref(x_127); x_129 = lean_box(0); } x_130 = lean_box(0); @@ -5456,108 +5207,792 @@ return x_131; } else { -lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; lean_object* x_137; lean_object* x_138; -x_132 = lean_ctor_get(x_126, 1); -lean_inc(x_132); -lean_dec(x_126); -x_133 = lean_ctor_get(x_127, 0); -lean_inc(x_133); -lean_dec(x_127); -x_134 = l_Lean_Grind_Linarith_Expr_norm(x_133); -x_135 = lean_alloc_ctor(3, 5, 0); -lean_ctor_set(x_135, 0, x_1); -lean_ctor_set(x_135, 1, x_28); -lean_ctor_set(x_135, 2, x_40); -lean_ctor_set(x_135, 3, x_122); -lean_ctor_set(x_135, 4, x_133); -x_136 = 1; -x_137 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_137, 0, x_134); -lean_ctor_set(x_137, 1, x_135); -lean_ctor_set_uint8(x_137, sizeof(void*)*2, x_136); -x_138 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_137, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_132); -return x_138; -} -} -else -{ -lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; -lean_dec(x_122); -lean_dec(x_40); -lean_dec(x_28); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_1); -x_139 = lean_ctor_get(x_126, 0); +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; uint8_t 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; +x_132 = lean_array_fget(x_121, x_6); +x_133 = lean_box(0); +x_134 = lean_array_fset(x_121, x_6, x_133); +x_135 = lean_ctor_get(x_132, 0); +lean_inc(x_135); +x_136 = lean_ctor_get(x_132, 1); +lean_inc(x_136); +x_137 = lean_ctor_get(x_132, 2); +lean_inc(x_137); +x_138 = lean_ctor_get(x_132, 3); +lean_inc(x_138); +x_139 = lean_ctor_get(x_132, 4); lean_inc(x_139); -x_140 = lean_ctor_get(x_126, 1); +x_140 = lean_ctor_get(x_132, 5); lean_inc(x_140); -if (lean_is_exclusive(x_126)) { - lean_ctor_release(x_126, 0); - lean_ctor_release(x_126, 1); - x_141 = x_126; +x_141 = lean_ctor_get(x_132, 6); +lean_inc(x_141); +x_142 = lean_ctor_get(x_132, 7); +lean_inc(x_142); +x_143 = lean_ctor_get(x_132, 8); +lean_inc(x_143); +x_144 = lean_ctor_get(x_132, 9); +lean_inc(x_144); +x_145 = lean_ctor_get(x_132, 10); +lean_inc(x_145); +x_146 = lean_ctor_get(x_132, 11); +lean_inc(x_146); +x_147 = lean_ctor_get(x_132, 12); +lean_inc(x_147); +x_148 = lean_ctor_get(x_132, 13); +lean_inc(x_148); +x_149 = lean_ctor_get(x_132, 14); +lean_inc(x_149); +x_150 = lean_ctor_get(x_132, 15); +lean_inc(x_150); +x_151 = lean_ctor_get(x_132, 16); +lean_inc(x_151); +x_152 = lean_ctor_get(x_132, 17); +lean_inc(x_152); +x_153 = lean_ctor_get(x_132, 18); +lean_inc(x_153); +x_154 = lean_ctor_get(x_132, 19); +lean_inc(x_154); +x_155 = lean_ctor_get(x_132, 20); +lean_inc(x_155); +x_156 = lean_ctor_get(x_132, 21); +lean_inc(x_156); +x_157 = lean_ctor_get(x_132, 22); +lean_inc(x_157); +x_158 = lean_ctor_get(x_132, 23); +lean_inc(x_158); +x_159 = lean_ctor_get(x_132, 24); +lean_inc(x_159); +x_160 = lean_ctor_get(x_132, 25); +lean_inc(x_160); +x_161 = lean_ctor_get(x_132, 26); +lean_inc(x_161); +x_162 = lean_ctor_get(x_132, 27); +lean_inc(x_162); +x_163 = lean_ctor_get(x_132, 28); +lean_inc(x_163); +x_164 = lean_ctor_get_uint8(x_132, sizeof(void*)*32); +x_165 = lean_ctor_get(x_132, 29); +lean_inc(x_165); +x_166 = lean_ctor_get(x_132, 30); +lean_inc(x_166); +x_167 = lean_ctor_get(x_132, 31); +lean_inc(x_167); +if (lean_is_exclusive(x_132)) { + lean_ctor_release(x_132, 0); + lean_ctor_release(x_132, 1); + lean_ctor_release(x_132, 2); + lean_ctor_release(x_132, 3); + lean_ctor_release(x_132, 4); + lean_ctor_release(x_132, 5); + lean_ctor_release(x_132, 6); + lean_ctor_release(x_132, 7); + lean_ctor_release(x_132, 8); + lean_ctor_release(x_132, 9); + lean_ctor_release(x_132, 10); + lean_ctor_release(x_132, 11); + lean_ctor_release(x_132, 12); + lean_ctor_release(x_132, 13); + lean_ctor_release(x_132, 14); + lean_ctor_release(x_132, 15); + lean_ctor_release(x_132, 16); + lean_ctor_release(x_132, 17); + lean_ctor_release(x_132, 18); + lean_ctor_release(x_132, 19); + lean_ctor_release(x_132, 20); + lean_ctor_release(x_132, 21); + lean_ctor_release(x_132, 22); + lean_ctor_release(x_132, 23); + lean_ctor_release(x_132, 24); + lean_ctor_release(x_132, 25); + lean_ctor_release(x_132, 26); + lean_ctor_release(x_132, 27); + lean_ctor_release(x_132, 28); + lean_ctor_release(x_132, 29); + lean_ctor_release(x_132, 30); + lean_ctor_release(x_132, 31); + x_168 = x_132; } else { - lean_dec_ref(x_126); - x_141 = lean_box(0); + lean_dec_ref(x_132); + x_168 = lean_box(0); } -if (lean_is_scalar(x_141)) { - x_142 = lean_alloc_ctor(1, 2, 0); +x_169 = l_Lean_PersistentArray_push___rarg(x_167, x_1); +if (lean_is_scalar(x_168)) { + x_170 = lean_alloc_ctor(0, 32, 1); } else { - x_142 = x_141; + x_170 = x_168; +} +lean_ctor_set(x_170, 0, x_135); +lean_ctor_set(x_170, 1, x_136); +lean_ctor_set(x_170, 2, x_137); +lean_ctor_set(x_170, 3, x_138); +lean_ctor_set(x_170, 4, x_139); +lean_ctor_set(x_170, 5, x_140); +lean_ctor_set(x_170, 6, x_141); +lean_ctor_set(x_170, 7, x_142); +lean_ctor_set(x_170, 8, x_143); +lean_ctor_set(x_170, 9, x_144); +lean_ctor_set(x_170, 10, x_145); +lean_ctor_set(x_170, 11, x_146); +lean_ctor_set(x_170, 12, x_147); +lean_ctor_set(x_170, 13, x_148); +lean_ctor_set(x_170, 14, x_149); +lean_ctor_set(x_170, 15, x_150); +lean_ctor_set(x_170, 16, x_151); +lean_ctor_set(x_170, 17, x_152); +lean_ctor_set(x_170, 18, x_153); +lean_ctor_set(x_170, 19, x_154); +lean_ctor_set(x_170, 20, x_155); +lean_ctor_set(x_170, 21, x_156); +lean_ctor_set(x_170, 22, x_157); +lean_ctor_set(x_170, 23, x_158); +lean_ctor_set(x_170, 24, x_159); +lean_ctor_set(x_170, 25, x_160); +lean_ctor_set(x_170, 26, x_161); +lean_ctor_set(x_170, 27, x_162); +lean_ctor_set(x_170, 28, x_163); +lean_ctor_set(x_170, 29, x_165); +lean_ctor_set(x_170, 30, x_166); +lean_ctor_set(x_170, 31, x_169); +lean_ctor_set_uint8(x_170, sizeof(void*)*32, x_164); +x_171 = lean_array_fset(x_134, x_6, x_170); +lean_dec(x_6); +x_172 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_172, 0, x_171); +lean_ctor_set(x_172, 1, x_122); +lean_ctor_set(x_172, 2, x_123); +lean_ctor_set(x_51, 3, x_172); +x_173 = lean_st_ref_set(x_7, x_50, x_53); +lean_dec(x_7); +x_174 = lean_ctor_get(x_173, 1); +lean_inc(x_174); +if (lean_is_exclusive(x_173)) { + lean_ctor_release(x_173, 0); + lean_ctor_release(x_173, 1); + x_175 = x_173; +} else { + lean_dec_ref(x_173); + x_175 = lean_box(0); +} +if (lean_is_scalar(x_175)) { + x_176 = lean_alloc_ctor(0, 2, 0); +} else { + x_176 = x_175; +} +lean_ctor_set(x_176, 0, x_133); +lean_ctor_set(x_176, 1, x_174); +return x_176; } -lean_ctor_set(x_142, 0, x_139); -lean_ctor_set(x_142, 1, x_140); -return x_142; } } else { -lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; -lean_dec(x_122); -lean_dec(x_40); -lean_dec(x_28); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); +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; uint8_t x_185; +x_177 = lean_ctor_get(x_51, 0); +x_178 = lean_ctor_get(x_51, 1); +x_179 = lean_ctor_get(x_51, 2); +lean_inc(x_179); +lean_inc(x_178); +lean_inc(x_177); +lean_dec(x_51); +x_180 = lean_ctor_get(x_52, 0); +lean_inc(x_180); +x_181 = lean_ctor_get(x_52, 1); +lean_inc(x_181); +x_182 = lean_ctor_get(x_52, 2); +lean_inc(x_182); +if (lean_is_exclusive(x_52)) { + lean_ctor_release(x_52, 0); + lean_ctor_release(x_52, 1); + lean_ctor_release(x_52, 2); + x_183 = x_52; +} else { + lean_dec_ref(x_52); + x_183 = lean_box(0); +} +x_184 = lean_array_get_size(x_180); +x_185 = lean_nat_dec_lt(x_6, x_184); +lean_dec(x_184); +if (x_185 == 0) +{ +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_dec(x_6); lean_dec(x_1); -x_143 = lean_ctor_get(x_123, 0); -lean_inc(x_143); -x_144 = lean_ctor_get(x_123, 1); -lean_inc(x_144); -if (lean_is_exclusive(x_123)) { - lean_ctor_release(x_123, 0); - lean_ctor_release(x_123, 1); - x_145 = x_123; +if (lean_is_scalar(x_183)) { + x_186 = lean_alloc_ctor(0, 3, 0); } else { - lean_dec_ref(x_123); - x_145 = lean_box(0); + x_186 = x_183; } -if (lean_is_scalar(x_145)) { - x_146 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_186, 0, x_180); +lean_ctor_set(x_186, 1, x_181); +lean_ctor_set(x_186, 2, x_182); +x_187 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_187, 0, x_177); +lean_ctor_set(x_187, 1, x_178); +lean_ctor_set(x_187, 2, x_179); +lean_ctor_set(x_187, 3, x_186); +lean_ctor_set(x_50, 14, x_187); +x_188 = lean_st_ref_set(x_7, x_50, x_53); +lean_dec(x_7); +x_189 = lean_ctor_get(x_188, 1); +lean_inc(x_189); +if (lean_is_exclusive(x_188)) { + lean_ctor_release(x_188, 0); + lean_ctor_release(x_188, 1); + x_190 = x_188; } else { - x_146 = x_145; + lean_dec_ref(x_188); + x_190 = lean_box(0); +} +x_191 = lean_box(0); +if (lean_is_scalar(x_190)) { + x_192 = lean_alloc_ctor(0, 2, 0); +} else { + x_192 = x_190; +} +lean_ctor_set(x_192, 0, x_191); +lean_ctor_set(x_192, 1, x_189); +return x_192; +} +else +{ +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; uint8_t 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; +x_193 = lean_array_fget(x_180, x_6); +x_194 = lean_box(0); +x_195 = lean_array_fset(x_180, x_6, x_194); +x_196 = lean_ctor_get(x_193, 0); +lean_inc(x_196); +x_197 = lean_ctor_get(x_193, 1); +lean_inc(x_197); +x_198 = lean_ctor_get(x_193, 2); +lean_inc(x_198); +x_199 = lean_ctor_get(x_193, 3); +lean_inc(x_199); +x_200 = lean_ctor_get(x_193, 4); +lean_inc(x_200); +x_201 = lean_ctor_get(x_193, 5); +lean_inc(x_201); +x_202 = lean_ctor_get(x_193, 6); +lean_inc(x_202); +x_203 = lean_ctor_get(x_193, 7); +lean_inc(x_203); +x_204 = lean_ctor_get(x_193, 8); +lean_inc(x_204); +x_205 = lean_ctor_get(x_193, 9); +lean_inc(x_205); +x_206 = lean_ctor_get(x_193, 10); +lean_inc(x_206); +x_207 = lean_ctor_get(x_193, 11); +lean_inc(x_207); +x_208 = lean_ctor_get(x_193, 12); +lean_inc(x_208); +x_209 = lean_ctor_get(x_193, 13); +lean_inc(x_209); +x_210 = lean_ctor_get(x_193, 14); +lean_inc(x_210); +x_211 = lean_ctor_get(x_193, 15); +lean_inc(x_211); +x_212 = lean_ctor_get(x_193, 16); +lean_inc(x_212); +x_213 = lean_ctor_get(x_193, 17); +lean_inc(x_213); +x_214 = lean_ctor_get(x_193, 18); +lean_inc(x_214); +x_215 = lean_ctor_get(x_193, 19); +lean_inc(x_215); +x_216 = lean_ctor_get(x_193, 20); +lean_inc(x_216); +x_217 = lean_ctor_get(x_193, 21); +lean_inc(x_217); +x_218 = lean_ctor_get(x_193, 22); +lean_inc(x_218); +x_219 = lean_ctor_get(x_193, 23); +lean_inc(x_219); +x_220 = lean_ctor_get(x_193, 24); +lean_inc(x_220); +x_221 = lean_ctor_get(x_193, 25); +lean_inc(x_221); +x_222 = lean_ctor_get(x_193, 26); +lean_inc(x_222); +x_223 = lean_ctor_get(x_193, 27); +lean_inc(x_223); +x_224 = lean_ctor_get(x_193, 28); +lean_inc(x_224); +x_225 = lean_ctor_get_uint8(x_193, sizeof(void*)*32); +x_226 = lean_ctor_get(x_193, 29); +lean_inc(x_226); +x_227 = lean_ctor_get(x_193, 30); +lean_inc(x_227); +x_228 = lean_ctor_get(x_193, 31); +lean_inc(x_228); +if (lean_is_exclusive(x_193)) { + lean_ctor_release(x_193, 0); + lean_ctor_release(x_193, 1); + lean_ctor_release(x_193, 2); + lean_ctor_release(x_193, 3); + lean_ctor_release(x_193, 4); + lean_ctor_release(x_193, 5); + lean_ctor_release(x_193, 6); + lean_ctor_release(x_193, 7); + lean_ctor_release(x_193, 8); + lean_ctor_release(x_193, 9); + lean_ctor_release(x_193, 10); + lean_ctor_release(x_193, 11); + lean_ctor_release(x_193, 12); + lean_ctor_release(x_193, 13); + lean_ctor_release(x_193, 14); + lean_ctor_release(x_193, 15); + lean_ctor_release(x_193, 16); + lean_ctor_release(x_193, 17); + lean_ctor_release(x_193, 18); + lean_ctor_release(x_193, 19); + lean_ctor_release(x_193, 20); + lean_ctor_release(x_193, 21); + lean_ctor_release(x_193, 22); + lean_ctor_release(x_193, 23); + lean_ctor_release(x_193, 24); + lean_ctor_release(x_193, 25); + lean_ctor_release(x_193, 26); + lean_ctor_release(x_193, 27); + lean_ctor_release(x_193, 28); + lean_ctor_release(x_193, 29); + lean_ctor_release(x_193, 30); + lean_ctor_release(x_193, 31); + x_229 = x_193; +} else { + lean_dec_ref(x_193); + x_229 = lean_box(0); +} +x_230 = l_Lean_PersistentArray_push___rarg(x_228, x_1); +if (lean_is_scalar(x_229)) { + x_231 = lean_alloc_ctor(0, 32, 1); +} else { + x_231 = x_229; +} +lean_ctor_set(x_231, 0, x_196); +lean_ctor_set(x_231, 1, x_197); +lean_ctor_set(x_231, 2, x_198); +lean_ctor_set(x_231, 3, x_199); +lean_ctor_set(x_231, 4, x_200); +lean_ctor_set(x_231, 5, x_201); +lean_ctor_set(x_231, 6, x_202); +lean_ctor_set(x_231, 7, x_203); +lean_ctor_set(x_231, 8, x_204); +lean_ctor_set(x_231, 9, x_205); +lean_ctor_set(x_231, 10, x_206); +lean_ctor_set(x_231, 11, x_207); +lean_ctor_set(x_231, 12, x_208); +lean_ctor_set(x_231, 13, x_209); +lean_ctor_set(x_231, 14, x_210); +lean_ctor_set(x_231, 15, x_211); +lean_ctor_set(x_231, 16, x_212); +lean_ctor_set(x_231, 17, x_213); +lean_ctor_set(x_231, 18, x_214); +lean_ctor_set(x_231, 19, x_215); +lean_ctor_set(x_231, 20, x_216); +lean_ctor_set(x_231, 21, x_217); +lean_ctor_set(x_231, 22, x_218); +lean_ctor_set(x_231, 23, x_219); +lean_ctor_set(x_231, 24, x_220); +lean_ctor_set(x_231, 25, x_221); +lean_ctor_set(x_231, 26, x_222); +lean_ctor_set(x_231, 27, x_223); +lean_ctor_set(x_231, 28, x_224); +lean_ctor_set(x_231, 29, x_226); +lean_ctor_set(x_231, 30, x_227); +lean_ctor_set(x_231, 31, x_230); +lean_ctor_set_uint8(x_231, sizeof(void*)*32, x_225); +x_232 = lean_array_fset(x_195, x_6, x_231); +lean_dec(x_6); +if (lean_is_scalar(x_183)) { + x_233 = lean_alloc_ctor(0, 3, 0); +} else { + x_233 = x_183; +} +lean_ctor_set(x_233, 0, x_232); +lean_ctor_set(x_233, 1, x_181); +lean_ctor_set(x_233, 2, x_182); +x_234 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_234, 0, x_177); +lean_ctor_set(x_234, 1, x_178); +lean_ctor_set(x_234, 2, x_179); +lean_ctor_set(x_234, 3, x_233); +lean_ctor_set(x_50, 14, x_234); +x_235 = lean_st_ref_set(x_7, x_50, x_53); +lean_dec(x_7); +x_236 = lean_ctor_get(x_235, 1); +lean_inc(x_236); +if (lean_is_exclusive(x_235)) { + lean_ctor_release(x_235, 0); + lean_ctor_release(x_235, 1); + x_237 = x_235; +} else { + lean_dec_ref(x_235); + x_237 = lean_box(0); +} +if (lean_is_scalar(x_237)) { + x_238 = lean_alloc_ctor(0, 2, 0); +} else { + x_238 = x_237; +} +lean_ctor_set(x_238, 0, x_194); +lean_ctor_set(x_238, 1, x_236); +return x_238; } -lean_ctor_set(x_146, 0, x_143); -lean_ctor_set(x_146, 1, x_144); -return x_146; } } else { -lean_object* x_147; +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; uint8_t 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; uint8_t x_264; +x_239 = lean_ctor_get(x_50, 0); +x_240 = lean_ctor_get(x_50, 1); +x_241 = lean_ctor_get(x_50, 2); +x_242 = lean_ctor_get(x_50, 3); +x_243 = lean_ctor_get(x_50, 4); +x_244 = lean_ctor_get(x_50, 5); +x_245 = lean_ctor_get(x_50, 6); +x_246 = lean_ctor_get(x_50, 7); +x_247 = lean_ctor_get_uint8(x_50, sizeof(void*)*16); +x_248 = lean_ctor_get(x_50, 8); +x_249 = lean_ctor_get(x_50, 9); +x_250 = lean_ctor_get(x_50, 10); +x_251 = lean_ctor_get(x_50, 11); +x_252 = lean_ctor_get(x_50, 12); +x_253 = lean_ctor_get(x_50, 13); +x_254 = lean_ctor_get(x_50, 15); +lean_inc(x_254); +lean_inc(x_253); +lean_inc(x_252); +lean_inc(x_251); +lean_inc(x_250); +lean_inc(x_249); +lean_inc(x_248); +lean_inc(x_246); +lean_inc(x_245); +lean_inc(x_244); +lean_inc(x_243); +lean_inc(x_242); +lean_inc(x_241); +lean_inc(x_240); +lean_inc(x_239); +lean_dec(x_50); +x_255 = lean_ctor_get(x_51, 0); +lean_inc(x_255); +x_256 = lean_ctor_get(x_51, 1); +lean_inc(x_256); +x_257 = lean_ctor_get(x_51, 2); +lean_inc(x_257); +if (lean_is_exclusive(x_51)) { + lean_ctor_release(x_51, 0); + lean_ctor_release(x_51, 1); + lean_ctor_release(x_51, 2); + lean_ctor_release(x_51, 3); + x_258 = x_51; +} else { + lean_dec_ref(x_51); + x_258 = lean_box(0); +} +x_259 = lean_ctor_get(x_52, 0); +lean_inc(x_259); +x_260 = lean_ctor_get(x_52, 1); +lean_inc(x_260); +x_261 = lean_ctor_get(x_52, 2); +lean_inc(x_261); +if (lean_is_exclusive(x_52)) { + lean_ctor_release(x_52, 0); + lean_ctor_release(x_52, 1); + lean_ctor_release(x_52, 2); + x_262 = x_52; +} else { + lean_dec_ref(x_52); + x_262 = lean_box(0); +} +x_263 = lean_array_get_size(x_259); +x_264 = lean_nat_dec_lt(x_6, x_263); +lean_dec(x_263); +if (x_264 == 0) +{ +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_dec(x_6); +lean_dec(x_1); +if (lean_is_scalar(x_262)) { + x_265 = lean_alloc_ctor(0, 3, 0); +} else { + x_265 = x_262; +} +lean_ctor_set(x_265, 0, x_259); +lean_ctor_set(x_265, 1, x_260); +lean_ctor_set(x_265, 2, x_261); +if (lean_is_scalar(x_258)) { + x_266 = lean_alloc_ctor(0, 4, 0); +} else { + x_266 = x_258; +} +lean_ctor_set(x_266, 0, x_255); +lean_ctor_set(x_266, 1, x_256); +lean_ctor_set(x_266, 2, x_257); +lean_ctor_set(x_266, 3, x_265); +x_267 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_267, 0, x_239); +lean_ctor_set(x_267, 1, x_240); +lean_ctor_set(x_267, 2, x_241); +lean_ctor_set(x_267, 3, x_242); +lean_ctor_set(x_267, 4, x_243); +lean_ctor_set(x_267, 5, x_244); +lean_ctor_set(x_267, 6, x_245); +lean_ctor_set(x_267, 7, x_246); +lean_ctor_set(x_267, 8, x_248); +lean_ctor_set(x_267, 9, x_249); +lean_ctor_set(x_267, 10, x_250); +lean_ctor_set(x_267, 11, x_251); +lean_ctor_set(x_267, 12, x_252); +lean_ctor_set(x_267, 13, x_253); +lean_ctor_set(x_267, 14, x_266); +lean_ctor_set(x_267, 15, x_254); +lean_ctor_set_uint8(x_267, sizeof(void*)*16, x_247); +x_268 = lean_st_ref_set(x_7, x_267, x_53); +lean_dec(x_7); +x_269 = lean_ctor_get(x_268, 1); +lean_inc(x_269); +if (lean_is_exclusive(x_268)) { + lean_ctor_release(x_268, 0); + lean_ctor_release(x_268, 1); + x_270 = x_268; +} else { + lean_dec_ref(x_268); + x_270 = lean_box(0); +} +x_271 = lean_box(0); +if (lean_is_scalar(x_270)) { + x_272 = lean_alloc_ctor(0, 2, 0); +} else { + x_272 = x_270; +} +lean_ctor_set(x_272, 0, x_271); +lean_ctor_set(x_272, 1, x_269); +return x_272; +} +else +{ +lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_object* x_303; 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; lean_object* x_318; lean_object* x_319; +x_273 = lean_array_fget(x_259, x_6); +x_274 = lean_box(0); +x_275 = lean_array_fset(x_259, x_6, x_274); +x_276 = lean_ctor_get(x_273, 0); +lean_inc(x_276); +x_277 = lean_ctor_get(x_273, 1); +lean_inc(x_277); +x_278 = lean_ctor_get(x_273, 2); +lean_inc(x_278); +x_279 = lean_ctor_get(x_273, 3); +lean_inc(x_279); +x_280 = lean_ctor_get(x_273, 4); +lean_inc(x_280); +x_281 = lean_ctor_get(x_273, 5); +lean_inc(x_281); +x_282 = lean_ctor_get(x_273, 6); +lean_inc(x_282); +x_283 = lean_ctor_get(x_273, 7); +lean_inc(x_283); +x_284 = lean_ctor_get(x_273, 8); +lean_inc(x_284); +x_285 = lean_ctor_get(x_273, 9); +lean_inc(x_285); +x_286 = lean_ctor_get(x_273, 10); +lean_inc(x_286); +x_287 = lean_ctor_get(x_273, 11); +lean_inc(x_287); +x_288 = lean_ctor_get(x_273, 12); +lean_inc(x_288); +x_289 = lean_ctor_get(x_273, 13); +lean_inc(x_289); +x_290 = lean_ctor_get(x_273, 14); +lean_inc(x_290); +x_291 = lean_ctor_get(x_273, 15); +lean_inc(x_291); +x_292 = lean_ctor_get(x_273, 16); +lean_inc(x_292); +x_293 = lean_ctor_get(x_273, 17); +lean_inc(x_293); +x_294 = lean_ctor_get(x_273, 18); +lean_inc(x_294); +x_295 = lean_ctor_get(x_273, 19); +lean_inc(x_295); +x_296 = lean_ctor_get(x_273, 20); +lean_inc(x_296); +x_297 = lean_ctor_get(x_273, 21); +lean_inc(x_297); +x_298 = lean_ctor_get(x_273, 22); +lean_inc(x_298); +x_299 = lean_ctor_get(x_273, 23); +lean_inc(x_299); +x_300 = lean_ctor_get(x_273, 24); +lean_inc(x_300); +x_301 = lean_ctor_get(x_273, 25); +lean_inc(x_301); +x_302 = lean_ctor_get(x_273, 26); +lean_inc(x_302); +x_303 = lean_ctor_get(x_273, 27); +lean_inc(x_303); +x_304 = lean_ctor_get(x_273, 28); +lean_inc(x_304); +x_305 = lean_ctor_get_uint8(x_273, sizeof(void*)*32); +x_306 = lean_ctor_get(x_273, 29); +lean_inc(x_306); +x_307 = lean_ctor_get(x_273, 30); +lean_inc(x_307); +x_308 = lean_ctor_get(x_273, 31); +lean_inc(x_308); +if (lean_is_exclusive(x_273)) { + lean_ctor_release(x_273, 0); + lean_ctor_release(x_273, 1); + lean_ctor_release(x_273, 2); + lean_ctor_release(x_273, 3); + lean_ctor_release(x_273, 4); + lean_ctor_release(x_273, 5); + lean_ctor_release(x_273, 6); + lean_ctor_release(x_273, 7); + lean_ctor_release(x_273, 8); + lean_ctor_release(x_273, 9); + lean_ctor_release(x_273, 10); + lean_ctor_release(x_273, 11); + lean_ctor_release(x_273, 12); + lean_ctor_release(x_273, 13); + lean_ctor_release(x_273, 14); + lean_ctor_release(x_273, 15); + lean_ctor_release(x_273, 16); + lean_ctor_release(x_273, 17); + lean_ctor_release(x_273, 18); + lean_ctor_release(x_273, 19); + lean_ctor_release(x_273, 20); + lean_ctor_release(x_273, 21); + lean_ctor_release(x_273, 22); + lean_ctor_release(x_273, 23); + lean_ctor_release(x_273, 24); + lean_ctor_release(x_273, 25); + lean_ctor_release(x_273, 26); + lean_ctor_release(x_273, 27); + lean_ctor_release(x_273, 28); + lean_ctor_release(x_273, 29); + lean_ctor_release(x_273, 30); + lean_ctor_release(x_273, 31); + x_309 = x_273; +} else { + lean_dec_ref(x_273); + x_309 = lean_box(0); +} +x_310 = l_Lean_PersistentArray_push___rarg(x_308, x_1); +if (lean_is_scalar(x_309)) { + x_311 = lean_alloc_ctor(0, 32, 1); +} else { + x_311 = x_309; +} +lean_ctor_set(x_311, 0, x_276); +lean_ctor_set(x_311, 1, x_277); +lean_ctor_set(x_311, 2, x_278); +lean_ctor_set(x_311, 3, x_279); +lean_ctor_set(x_311, 4, x_280); +lean_ctor_set(x_311, 5, x_281); +lean_ctor_set(x_311, 6, x_282); +lean_ctor_set(x_311, 7, x_283); +lean_ctor_set(x_311, 8, x_284); +lean_ctor_set(x_311, 9, x_285); +lean_ctor_set(x_311, 10, x_286); +lean_ctor_set(x_311, 11, x_287); +lean_ctor_set(x_311, 12, x_288); +lean_ctor_set(x_311, 13, x_289); +lean_ctor_set(x_311, 14, x_290); +lean_ctor_set(x_311, 15, x_291); +lean_ctor_set(x_311, 16, x_292); +lean_ctor_set(x_311, 17, x_293); +lean_ctor_set(x_311, 18, x_294); +lean_ctor_set(x_311, 19, x_295); +lean_ctor_set(x_311, 20, x_296); +lean_ctor_set(x_311, 21, x_297); +lean_ctor_set(x_311, 22, x_298); +lean_ctor_set(x_311, 23, x_299); +lean_ctor_set(x_311, 24, x_300); +lean_ctor_set(x_311, 25, x_301); +lean_ctor_set(x_311, 26, x_302); +lean_ctor_set(x_311, 27, x_303); +lean_ctor_set(x_311, 28, x_304); +lean_ctor_set(x_311, 29, x_306); +lean_ctor_set(x_311, 30, x_307); +lean_ctor_set(x_311, 31, x_310); +lean_ctor_set_uint8(x_311, sizeof(void*)*32, x_305); +x_312 = lean_array_fset(x_275, x_6, x_311); +lean_dec(x_6); +if (lean_is_scalar(x_262)) { + x_313 = lean_alloc_ctor(0, 3, 0); +} else { + x_313 = x_262; +} +lean_ctor_set(x_313, 0, x_312); +lean_ctor_set(x_313, 1, x_260); +lean_ctor_set(x_313, 2, x_261); +if (lean_is_scalar(x_258)) { + x_314 = lean_alloc_ctor(0, 4, 0); +} else { + x_314 = x_258; +} +lean_ctor_set(x_314, 0, x_255); +lean_ctor_set(x_314, 1, x_256); +lean_ctor_set(x_314, 2, x_257); +lean_ctor_set(x_314, 3, x_313); +x_315 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_315, 0, x_239); +lean_ctor_set(x_315, 1, x_240); +lean_ctor_set(x_315, 2, x_241); +lean_ctor_set(x_315, 3, x_242); +lean_ctor_set(x_315, 4, x_243); +lean_ctor_set(x_315, 5, x_244); +lean_ctor_set(x_315, 6, x_245); +lean_ctor_set(x_315, 7, x_246); +lean_ctor_set(x_315, 8, x_248); +lean_ctor_set(x_315, 9, x_249); +lean_ctor_set(x_315, 10, x_250); +lean_ctor_set(x_315, 11, x_251); +lean_ctor_set(x_315, 12, x_252); +lean_ctor_set(x_315, 13, x_253); +lean_ctor_set(x_315, 14, x_314); +lean_ctor_set(x_315, 15, x_254); +lean_ctor_set_uint8(x_315, sizeof(void*)*16, x_247); +x_316 = lean_st_ref_set(x_7, x_315, x_53); +lean_dec(x_7); +x_317 = lean_ctor_get(x_316, 1); +lean_inc(x_317); +if (lean_is_exclusive(x_316)) { + lean_ctor_release(x_316, 0); + lean_ctor_release(x_316, 1); + x_318 = x_316; +} else { + lean_dec_ref(x_316); + x_318 = lean_box(0); +} +if (lean_is_scalar(x_318)) { + x_319 = lean_alloc_ctor(0, 2, 0); +} else { + x_319 = x_318; +} +lean_ctor_set(x_319, 0, x_274); +lean_ctor_set(x_319, 1, x_317); +return x_319; +} +} +} +else +{ +lean_object* x_320; lean_object* x_321; +x_320 = lean_ctor_get(x_45, 1); +lean_inc(x_320); +lean_dec(x_45); +lean_inc(x_28); +lean_inc(x_40); +lean_ctor_set_tag(x_41, 4); +lean_ctor_set(x_41, 1, x_28); +lean_ctor_set(x_41, 0, x_40); +x_321 = l_Lean_Grind_CommRing_Expr_toPoly(x_41); +if (x_4 == 0) +{ +lean_object* x_322; lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -5566,16 +6001,16 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_122); -x_147 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_122, x_111, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_120); -if (lean_obj_tag(x_147) == 0) +lean_inc(x_321); +x_322 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_321, x_43, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_320); +if (lean_obj_tag(x_322) == 0) { -lean_object* x_148; lean_object* x_149; lean_object* x_150; -x_148 = lean_ctor_get(x_147, 0); -lean_inc(x_148); -x_149 = lean_ctor_get(x_147, 1); -lean_inc(x_149); -lean_dec(x_147); +lean_object* x_323; lean_object* x_324; lean_object* x_325; +x_323 = lean_ctor_get(x_322, 0); +lean_inc(x_323); +x_324 = lean_ctor_get(x_322, 1); +lean_inc(x_324); +lean_dec(x_322); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -5585,16 +6020,16 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_150 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_148, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_149); -if (lean_obj_tag(x_150) == 0) +x_325 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_323, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_324); +if (lean_obj_tag(x_325) == 0) { -lean_object* x_151; -x_151 = lean_ctor_get(x_150, 0); -lean_inc(x_151); -if (lean_obj_tag(x_151) == 0) +lean_object* x_326; +x_326 = lean_ctor_get(x_325, 0); +lean_inc(x_326); +if (lean_obj_tag(x_326) == 0) { -lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; -lean_dec(x_122); +uint8_t x_327; +lean_dec(x_321); lean_dec(x_40); lean_dec(x_28); lean_dec(x_14); @@ -5607,54 +6042,58 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_152 = lean_ctor_get(x_150, 1); -lean_inc(x_152); -if (lean_is_exclusive(x_150)) { - lean_ctor_release(x_150, 0); - lean_ctor_release(x_150, 1); - x_153 = x_150; -} else { - lean_dec_ref(x_150); - x_153 = lean_box(0); -} -x_154 = lean_box(0); -if (lean_is_scalar(x_153)) { - x_155 = lean_alloc_ctor(0, 2, 0); -} else { - x_155 = x_153; -} -lean_ctor_set(x_155, 0, x_154); -lean_ctor_set(x_155, 1, x_152); -return x_155; +x_327 = !lean_is_exclusive(x_325); +if (x_327 == 0) +{ +lean_object* x_328; lean_object* x_329; +x_328 = lean_ctor_get(x_325, 0); +lean_dec(x_328); +x_329 = lean_box(0); +lean_ctor_set(x_325, 0, x_329); +return x_325; } else { -lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; -x_156 = lean_ctor_get(x_150, 1); -lean_inc(x_156); -lean_dec(x_150); -x_157 = lean_ctor_get(x_151, 0); -lean_inc(x_157); -lean_dec(x_151); -x_158 = l_Lean_Grind_Linarith_Expr_norm(x_157); -x_159 = lean_alloc_ctor(3, 5, 0); -lean_ctor_set(x_159, 0, x_1); -lean_ctor_set(x_159, 1, x_28); -lean_ctor_set(x_159, 2, x_40); -lean_ctor_set(x_159, 3, x_122); -lean_ctor_set(x_159, 4, x_157); -x_160 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_160, 0, x_158); -lean_ctor_set(x_160, 1, x_159); -lean_ctor_set_uint8(x_160, sizeof(void*)*2, x_16); -x_161 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_160, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_156); -return x_161; +lean_object* x_330; lean_object* x_331; lean_object* x_332; +x_330 = lean_ctor_get(x_325, 1); +lean_inc(x_330); +lean_dec(x_325); +x_331 = lean_box(0); +x_332 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_332, 0, x_331); +lean_ctor_set(x_332, 1, x_330); +return x_332; } } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; -lean_dec(x_122); +lean_object* x_333; lean_object* x_334; lean_object* x_335; lean_object* x_336; uint8_t x_337; lean_object* x_338; lean_object* x_339; +x_333 = lean_ctor_get(x_325, 1); +lean_inc(x_333); +lean_dec(x_325); +x_334 = lean_ctor_get(x_326, 0); +lean_inc(x_334); +lean_dec(x_326); +x_335 = l_Lean_Grind_Linarith_Expr_norm(x_334); +x_336 = lean_alloc_ctor(3, 5, 0); +lean_ctor_set(x_336, 0, x_1); +lean_ctor_set(x_336, 1, x_28); +lean_ctor_set(x_336, 2, x_40); +lean_ctor_set(x_336, 3, x_321); +lean_ctor_set(x_336, 4, x_334); +x_337 = 1; +x_338 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_338, 0, x_335); +lean_ctor_set(x_338, 1, x_336); +lean_ctor_set_uint8(x_338, sizeof(void*)*2, x_337); +x_339 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_338, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_333); +return x_339; +} +} +else +{ +uint8_t x_340; +lean_dec(x_321); lean_dec(x_40); lean_dec(x_28); lean_dec(x_14); @@ -5667,32 +6106,30 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_162 = lean_ctor_get(x_150, 0); -lean_inc(x_162); -x_163 = lean_ctor_get(x_150, 1); -lean_inc(x_163); -if (lean_is_exclusive(x_150)) { - lean_ctor_release(x_150, 0); - lean_ctor_release(x_150, 1); - x_164 = x_150; -} else { - lean_dec_ref(x_150); - x_164 = lean_box(0); +x_340 = !lean_is_exclusive(x_325); +if (x_340 == 0) +{ +return x_325; } -if (lean_is_scalar(x_164)) { - x_165 = lean_alloc_ctor(1, 2, 0); -} else { - x_165 = x_164; +else +{ +lean_object* x_341; lean_object* x_342; lean_object* x_343; +x_341 = lean_ctor_get(x_325, 0); +x_342 = lean_ctor_get(x_325, 1); +lean_inc(x_342); +lean_inc(x_341); +lean_dec(x_325); +x_343 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_343, 0, x_341); +lean_ctor_set(x_343, 1, x_342); +return x_343; } -lean_ctor_set(x_165, 0, x_162); -lean_ctor_set(x_165, 1, x_163); -return x_165; } } else { -lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; -lean_dec(x_122); +uint8_t x_344; +lean_dec(x_321); lean_dec(x_40); lean_dec(x_28); lean_dec(x_14); @@ -5705,34 +6142,66 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_166 = lean_ctor_get(x_147, 0); -lean_inc(x_166); -x_167 = lean_ctor_get(x_147, 1); -lean_inc(x_167); -if (lean_is_exclusive(x_147)) { - lean_ctor_release(x_147, 0); - lean_ctor_release(x_147, 1); - x_168 = x_147; -} else { - lean_dec_ref(x_147); - x_168 = lean_box(0); -} -if (lean_is_scalar(x_168)) { - x_169 = lean_alloc_ctor(1, 2, 0); -} else { - x_169 = x_168; -} -lean_ctor_set(x_169, 0, x_166); -lean_ctor_set(x_169, 1, x_167); -return x_169; +x_344 = !lean_is_exclusive(x_322); +if (x_344 == 0) +{ +return x_322; } +else +{ +lean_object* x_345; lean_object* x_346; lean_object* x_347; +x_345 = lean_ctor_get(x_322, 0); +x_346 = lean_ctor_get(x_322, 1); +lean_inc(x_346); +lean_inc(x_345); +lean_dec(x_322); +x_347 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_347, 0, x_345); +lean_ctor_set(x_347, 1, x_346); +return x_347; } } } else { -lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; -lean_dec(x_111); +lean_object* x_348; +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_321); +x_348 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_321, x_43, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_320); +if (lean_obj_tag(x_348) == 0) +{ +lean_object* x_349; lean_object* x_350; lean_object* x_351; +x_349 = lean_ctor_get(x_348, 0); +lean_inc(x_349); +x_350 = lean_ctor_get(x_348, 1); +lean_inc(x_350); +lean_dec(x_348); +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); +x_351 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_349, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_350); +if (lean_obj_tag(x_351) == 0) +{ +lean_object* x_352; +x_352 = lean_ctor_get(x_351, 0); +lean_inc(x_352); +if (lean_obj_tag(x_352) == 0) +{ +uint8_t x_353; +lean_dec(x_321); lean_dec(x_40); lean_dec(x_28); lean_dec(x_14); @@ -5745,44 +6214,983 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_170 = lean_ctor_get(x_113, 0); -lean_inc(x_170); -x_171 = lean_ctor_get(x_113, 1); -lean_inc(x_171); -if (lean_is_exclusive(x_113)) { - lean_ctor_release(x_113, 0); - lean_ctor_release(x_113, 1); - x_172 = x_113; -} else { - lean_dec_ref(x_113); - x_172 = lean_box(0); +x_353 = !lean_is_exclusive(x_351); +if (x_353 == 0) +{ +lean_object* x_354; lean_object* x_355; +x_354 = lean_ctor_get(x_351, 0); +lean_dec(x_354); +x_355 = lean_box(0); +lean_ctor_set(x_351, 0, x_355); +return x_351; } -if (lean_is_scalar(x_172)) { - x_173 = lean_alloc_ctor(1, 2, 0); -} else { - x_173 = x_172; +else +{ +lean_object* x_356; lean_object* x_357; lean_object* x_358; +x_356 = lean_ctor_get(x_351, 1); +lean_inc(x_356); +lean_dec(x_351); +x_357 = lean_box(0); +x_358 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_358, 0, x_357); +lean_ctor_set(x_358, 1, x_356); +return x_358; } -lean_ctor_set(x_173, 0, x_170); -lean_ctor_set(x_173, 1, x_171); -return x_173; +} +else +{ +lean_object* x_359; lean_object* x_360; lean_object* x_361; lean_object* x_362; lean_object* x_363; lean_object* x_364; +x_359 = lean_ctor_get(x_351, 1); +lean_inc(x_359); +lean_dec(x_351); +x_360 = lean_ctor_get(x_352, 0); +lean_inc(x_360); +lean_dec(x_352); +x_361 = l_Lean_Grind_Linarith_Expr_norm(x_360); +x_362 = lean_alloc_ctor(3, 5, 0); +lean_ctor_set(x_362, 0, x_1); +lean_ctor_set(x_362, 1, x_28); +lean_ctor_set(x_362, 2, x_40); +lean_ctor_set(x_362, 3, x_321); +lean_ctor_set(x_362, 4, x_360); +x_363 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_363, 0, x_361); +lean_ctor_set(x_363, 1, x_362); +lean_ctor_set_uint8(x_363, sizeof(void*)*2, x_16); +x_364 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_363, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_359); +return x_364; +} +} +else +{ +uint8_t x_365; +lean_dec(x_321); +lean_dec(x_40); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_1); +x_365 = !lean_is_exclusive(x_351); +if (x_365 == 0) +{ +return x_351; +} +else +{ +lean_object* x_366; lean_object* x_367; lean_object* x_368; +x_366 = lean_ctor_get(x_351, 0); +x_367 = lean_ctor_get(x_351, 1); +lean_inc(x_367); +lean_inc(x_366); +lean_dec(x_351); +x_368 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_368, 0, x_366); +lean_ctor_set(x_368, 1, x_367); +return x_368; } } } else { -uint8_t x_174; -x_174 = !lean_is_exclusive(x_41); -if (x_174 == 0) +uint8_t x_369; +lean_dec(x_321); +lean_dec(x_40); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_1); +x_369 = !lean_is_exclusive(x_348); +if (x_369 == 0) { -lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; -x_175 = lean_ctor_get(x_41, 0); -x_176 = lean_ctor_get(x_41, 1); +return x_348; +} +else +{ +lean_object* x_370; lean_object* x_371; lean_object* x_372; +x_370 = lean_ctor_get(x_348, 0); +x_371 = lean_ctor_get(x_348, 1); +lean_inc(x_371); +lean_inc(x_370); +lean_dec(x_348); +x_372 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_372, 0, x_370); +lean_ctor_set(x_372, 1, x_371); +return x_372; +} +} +} +} +} +else +{ +uint8_t x_373; +lean_free_object(x_41); +lean_dec(x_43); +lean_dec(x_40); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_1); +x_373 = !lean_is_exclusive(x_45); +if (x_373 == 0) +{ +return x_45; +} +else +{ +lean_object* x_374; lean_object* x_375; lean_object* x_376; +x_374 = lean_ctor_get(x_45, 0); +x_375 = lean_ctor_get(x_45, 1); +lean_inc(x_375); +lean_inc(x_374); +lean_dec(x_45); +x_376 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_376, 0, x_374); +lean_ctor_set(x_376, 1, x_375); +return x_376; +} +} +} +else +{ +lean_object* x_377; lean_object* x_378; lean_object* x_379; +x_377 = lean_ctor_get(x_41, 0); +x_378 = lean_ctor_get(x_41, 1); +lean_inc(x_378); +lean_inc(x_377); +lean_dec(x_41); +x_379 = l_Lean_Meta_Grind_Arith_Linear_isLinearOrder(x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_378); +if (lean_obj_tag(x_379) == 0) +{ +lean_object* x_380; uint8_t x_381; +x_380 = lean_ctor_get(x_379, 0); +lean_inc(x_380); +x_381 = lean_unbox(x_380); +lean_dec(x_380); +if (x_381 == 0) +{ +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; uint8_t 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; uint8_t x_414; +lean_dec(x_377); +lean_dec(x_40); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +x_382 = lean_ctor_get(x_379, 1); +lean_inc(x_382); +lean_dec(x_379); +x_383 = lean_st_ref_take(x_7, x_382); +x_384 = lean_ctor_get(x_383, 0); +lean_inc(x_384); +x_385 = lean_ctor_get(x_384, 14); +lean_inc(x_385); +x_386 = lean_ctor_get(x_385, 3); +lean_inc(x_386); +x_387 = lean_ctor_get(x_383, 1); +lean_inc(x_387); +lean_dec(x_383); +x_388 = lean_ctor_get(x_384, 0); +lean_inc(x_388); +x_389 = lean_ctor_get(x_384, 1); +lean_inc(x_389); +x_390 = lean_ctor_get(x_384, 2); +lean_inc(x_390); +x_391 = lean_ctor_get(x_384, 3); +lean_inc(x_391); +x_392 = lean_ctor_get(x_384, 4); +lean_inc(x_392); +x_393 = lean_ctor_get(x_384, 5); +lean_inc(x_393); +x_394 = lean_ctor_get(x_384, 6); +lean_inc(x_394); +x_395 = lean_ctor_get(x_384, 7); +lean_inc(x_395); +x_396 = lean_ctor_get_uint8(x_384, sizeof(void*)*16); +x_397 = lean_ctor_get(x_384, 8); +lean_inc(x_397); +x_398 = lean_ctor_get(x_384, 9); +lean_inc(x_398); +x_399 = lean_ctor_get(x_384, 10); +lean_inc(x_399); +x_400 = lean_ctor_get(x_384, 11); +lean_inc(x_400); +x_401 = lean_ctor_get(x_384, 12); +lean_inc(x_401); +x_402 = lean_ctor_get(x_384, 13); +lean_inc(x_402); +x_403 = lean_ctor_get(x_384, 15); +lean_inc(x_403); +if (lean_is_exclusive(x_384)) { + lean_ctor_release(x_384, 0); + lean_ctor_release(x_384, 1); + lean_ctor_release(x_384, 2); + lean_ctor_release(x_384, 3); + lean_ctor_release(x_384, 4); + lean_ctor_release(x_384, 5); + lean_ctor_release(x_384, 6); + lean_ctor_release(x_384, 7); + lean_ctor_release(x_384, 8); + lean_ctor_release(x_384, 9); + lean_ctor_release(x_384, 10); + lean_ctor_release(x_384, 11); + lean_ctor_release(x_384, 12); + lean_ctor_release(x_384, 13); + lean_ctor_release(x_384, 14); + lean_ctor_release(x_384, 15); + x_404 = x_384; +} else { + lean_dec_ref(x_384); + x_404 = lean_box(0); +} +x_405 = lean_ctor_get(x_385, 0); +lean_inc(x_405); +x_406 = lean_ctor_get(x_385, 1); +lean_inc(x_406); +x_407 = lean_ctor_get(x_385, 2); +lean_inc(x_407); +if (lean_is_exclusive(x_385)) { + lean_ctor_release(x_385, 0); + lean_ctor_release(x_385, 1); + lean_ctor_release(x_385, 2); + lean_ctor_release(x_385, 3); + x_408 = x_385; +} else { + lean_dec_ref(x_385); + x_408 = lean_box(0); +} +x_409 = lean_ctor_get(x_386, 0); +lean_inc(x_409); +x_410 = lean_ctor_get(x_386, 1); +lean_inc(x_410); +x_411 = lean_ctor_get(x_386, 2); +lean_inc(x_411); +if (lean_is_exclusive(x_386)) { + lean_ctor_release(x_386, 0); + lean_ctor_release(x_386, 1); + lean_ctor_release(x_386, 2); + x_412 = x_386; +} else { + lean_dec_ref(x_386); + x_412 = lean_box(0); +} +x_413 = lean_array_get_size(x_409); +x_414 = lean_nat_dec_lt(x_6, x_413); +lean_dec(x_413); +if (x_414 == 0) +{ +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_dec(x_6); +lean_dec(x_1); +if (lean_is_scalar(x_412)) { + x_415 = lean_alloc_ctor(0, 3, 0); +} else { + x_415 = x_412; +} +lean_ctor_set(x_415, 0, x_409); +lean_ctor_set(x_415, 1, x_410); +lean_ctor_set(x_415, 2, x_411); +if (lean_is_scalar(x_408)) { + x_416 = lean_alloc_ctor(0, 4, 0); +} else { + x_416 = x_408; +} +lean_ctor_set(x_416, 0, x_405); +lean_ctor_set(x_416, 1, x_406); +lean_ctor_set(x_416, 2, x_407); +lean_ctor_set(x_416, 3, x_415); +if (lean_is_scalar(x_404)) { + x_417 = lean_alloc_ctor(0, 16, 1); +} else { + x_417 = x_404; +} +lean_ctor_set(x_417, 0, x_388); +lean_ctor_set(x_417, 1, x_389); +lean_ctor_set(x_417, 2, x_390); +lean_ctor_set(x_417, 3, x_391); +lean_ctor_set(x_417, 4, x_392); +lean_ctor_set(x_417, 5, x_393); +lean_ctor_set(x_417, 6, x_394); +lean_ctor_set(x_417, 7, x_395); +lean_ctor_set(x_417, 8, x_397); +lean_ctor_set(x_417, 9, x_398); +lean_ctor_set(x_417, 10, x_399); +lean_ctor_set(x_417, 11, x_400); +lean_ctor_set(x_417, 12, x_401); +lean_ctor_set(x_417, 13, x_402); +lean_ctor_set(x_417, 14, x_416); +lean_ctor_set(x_417, 15, x_403); +lean_ctor_set_uint8(x_417, sizeof(void*)*16, x_396); +x_418 = lean_st_ref_set(x_7, x_417, x_387); +lean_dec(x_7); +x_419 = lean_ctor_get(x_418, 1); +lean_inc(x_419); +if (lean_is_exclusive(x_418)) { + lean_ctor_release(x_418, 0); + lean_ctor_release(x_418, 1); + x_420 = x_418; +} else { + lean_dec_ref(x_418); + x_420 = lean_box(0); +} +x_421 = lean_box(0); +if (lean_is_scalar(x_420)) { + x_422 = lean_alloc_ctor(0, 2, 0); +} else { + x_422 = x_420; +} +lean_ctor_set(x_422, 0, x_421); +lean_ctor_set(x_422, 1, x_419); +return x_422; +} +else +{ +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; 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_469; +x_423 = lean_array_fget(x_409, x_6); +x_424 = lean_box(0); +x_425 = lean_array_fset(x_409, x_6, x_424); +x_426 = lean_ctor_get(x_423, 0); +lean_inc(x_426); +x_427 = lean_ctor_get(x_423, 1); +lean_inc(x_427); +x_428 = lean_ctor_get(x_423, 2); +lean_inc(x_428); +x_429 = lean_ctor_get(x_423, 3); +lean_inc(x_429); +x_430 = lean_ctor_get(x_423, 4); +lean_inc(x_430); +x_431 = lean_ctor_get(x_423, 5); +lean_inc(x_431); +x_432 = lean_ctor_get(x_423, 6); +lean_inc(x_432); +x_433 = lean_ctor_get(x_423, 7); +lean_inc(x_433); +x_434 = lean_ctor_get(x_423, 8); +lean_inc(x_434); +x_435 = lean_ctor_get(x_423, 9); +lean_inc(x_435); +x_436 = lean_ctor_get(x_423, 10); +lean_inc(x_436); +x_437 = lean_ctor_get(x_423, 11); +lean_inc(x_437); +x_438 = lean_ctor_get(x_423, 12); +lean_inc(x_438); +x_439 = lean_ctor_get(x_423, 13); +lean_inc(x_439); +x_440 = lean_ctor_get(x_423, 14); +lean_inc(x_440); +x_441 = lean_ctor_get(x_423, 15); +lean_inc(x_441); +x_442 = lean_ctor_get(x_423, 16); +lean_inc(x_442); +x_443 = lean_ctor_get(x_423, 17); +lean_inc(x_443); +x_444 = lean_ctor_get(x_423, 18); +lean_inc(x_444); +x_445 = lean_ctor_get(x_423, 19); +lean_inc(x_445); +x_446 = lean_ctor_get(x_423, 20); +lean_inc(x_446); +x_447 = lean_ctor_get(x_423, 21); +lean_inc(x_447); +x_448 = lean_ctor_get(x_423, 22); +lean_inc(x_448); +x_449 = lean_ctor_get(x_423, 23); +lean_inc(x_449); +x_450 = lean_ctor_get(x_423, 24); +lean_inc(x_450); +x_451 = lean_ctor_get(x_423, 25); +lean_inc(x_451); +x_452 = lean_ctor_get(x_423, 26); +lean_inc(x_452); +x_453 = lean_ctor_get(x_423, 27); +lean_inc(x_453); +x_454 = lean_ctor_get(x_423, 28); +lean_inc(x_454); +x_455 = lean_ctor_get_uint8(x_423, sizeof(void*)*32); +x_456 = lean_ctor_get(x_423, 29); +lean_inc(x_456); +x_457 = lean_ctor_get(x_423, 30); +lean_inc(x_457); +x_458 = lean_ctor_get(x_423, 31); +lean_inc(x_458); +if (lean_is_exclusive(x_423)) { + lean_ctor_release(x_423, 0); + lean_ctor_release(x_423, 1); + lean_ctor_release(x_423, 2); + lean_ctor_release(x_423, 3); + lean_ctor_release(x_423, 4); + lean_ctor_release(x_423, 5); + lean_ctor_release(x_423, 6); + lean_ctor_release(x_423, 7); + lean_ctor_release(x_423, 8); + lean_ctor_release(x_423, 9); + lean_ctor_release(x_423, 10); + lean_ctor_release(x_423, 11); + lean_ctor_release(x_423, 12); + lean_ctor_release(x_423, 13); + lean_ctor_release(x_423, 14); + lean_ctor_release(x_423, 15); + lean_ctor_release(x_423, 16); + lean_ctor_release(x_423, 17); + lean_ctor_release(x_423, 18); + lean_ctor_release(x_423, 19); + lean_ctor_release(x_423, 20); + lean_ctor_release(x_423, 21); + lean_ctor_release(x_423, 22); + lean_ctor_release(x_423, 23); + lean_ctor_release(x_423, 24); + lean_ctor_release(x_423, 25); + lean_ctor_release(x_423, 26); + lean_ctor_release(x_423, 27); + lean_ctor_release(x_423, 28); + lean_ctor_release(x_423, 29); + lean_ctor_release(x_423, 30); + lean_ctor_release(x_423, 31); + x_459 = x_423; +} else { + lean_dec_ref(x_423); + x_459 = lean_box(0); +} +x_460 = l_Lean_PersistentArray_push___rarg(x_458, x_1); +if (lean_is_scalar(x_459)) { + x_461 = lean_alloc_ctor(0, 32, 1); +} else { + x_461 = x_459; +} +lean_ctor_set(x_461, 0, x_426); +lean_ctor_set(x_461, 1, x_427); +lean_ctor_set(x_461, 2, x_428); +lean_ctor_set(x_461, 3, x_429); +lean_ctor_set(x_461, 4, x_430); +lean_ctor_set(x_461, 5, x_431); +lean_ctor_set(x_461, 6, x_432); +lean_ctor_set(x_461, 7, x_433); +lean_ctor_set(x_461, 8, x_434); +lean_ctor_set(x_461, 9, x_435); +lean_ctor_set(x_461, 10, x_436); +lean_ctor_set(x_461, 11, x_437); +lean_ctor_set(x_461, 12, x_438); +lean_ctor_set(x_461, 13, x_439); +lean_ctor_set(x_461, 14, x_440); +lean_ctor_set(x_461, 15, x_441); +lean_ctor_set(x_461, 16, x_442); +lean_ctor_set(x_461, 17, x_443); +lean_ctor_set(x_461, 18, x_444); +lean_ctor_set(x_461, 19, x_445); +lean_ctor_set(x_461, 20, x_446); +lean_ctor_set(x_461, 21, x_447); +lean_ctor_set(x_461, 22, x_448); +lean_ctor_set(x_461, 23, x_449); +lean_ctor_set(x_461, 24, x_450); +lean_ctor_set(x_461, 25, x_451); +lean_ctor_set(x_461, 26, x_452); +lean_ctor_set(x_461, 27, x_453); +lean_ctor_set(x_461, 28, x_454); +lean_ctor_set(x_461, 29, x_456); +lean_ctor_set(x_461, 30, x_457); +lean_ctor_set(x_461, 31, x_460); +lean_ctor_set_uint8(x_461, sizeof(void*)*32, x_455); +x_462 = lean_array_fset(x_425, x_6, x_461); +lean_dec(x_6); +if (lean_is_scalar(x_412)) { + x_463 = lean_alloc_ctor(0, 3, 0); +} else { + x_463 = x_412; +} +lean_ctor_set(x_463, 0, x_462); +lean_ctor_set(x_463, 1, x_410); +lean_ctor_set(x_463, 2, x_411); +if (lean_is_scalar(x_408)) { + x_464 = lean_alloc_ctor(0, 4, 0); +} else { + x_464 = x_408; +} +lean_ctor_set(x_464, 0, x_405); +lean_ctor_set(x_464, 1, x_406); +lean_ctor_set(x_464, 2, x_407); +lean_ctor_set(x_464, 3, x_463); +if (lean_is_scalar(x_404)) { + x_465 = lean_alloc_ctor(0, 16, 1); +} else { + x_465 = x_404; +} +lean_ctor_set(x_465, 0, x_388); +lean_ctor_set(x_465, 1, x_389); +lean_ctor_set(x_465, 2, x_390); +lean_ctor_set(x_465, 3, x_391); +lean_ctor_set(x_465, 4, x_392); +lean_ctor_set(x_465, 5, x_393); +lean_ctor_set(x_465, 6, x_394); +lean_ctor_set(x_465, 7, x_395); +lean_ctor_set(x_465, 8, x_397); +lean_ctor_set(x_465, 9, x_398); +lean_ctor_set(x_465, 10, x_399); +lean_ctor_set(x_465, 11, x_400); +lean_ctor_set(x_465, 12, x_401); +lean_ctor_set(x_465, 13, x_402); +lean_ctor_set(x_465, 14, x_464); +lean_ctor_set(x_465, 15, x_403); +lean_ctor_set_uint8(x_465, sizeof(void*)*16, x_396); +x_466 = lean_st_ref_set(x_7, x_465, x_387); +lean_dec(x_7); +x_467 = lean_ctor_get(x_466, 1); +lean_inc(x_467); +if (lean_is_exclusive(x_466)) { + lean_ctor_release(x_466, 0); + lean_ctor_release(x_466, 1); + x_468 = x_466; +} else { + lean_dec_ref(x_466); + x_468 = lean_box(0); +} +if (lean_is_scalar(x_468)) { + x_469 = lean_alloc_ctor(0, 2, 0); +} else { + x_469 = x_468; +} +lean_ctor_set(x_469, 0, x_424); +lean_ctor_set(x_469, 1, x_467); +return x_469; +} +} +else +{ +lean_object* x_470; lean_object* x_471; lean_object* x_472; +x_470 = lean_ctor_get(x_379, 1); +lean_inc(x_470); +lean_dec(x_379); +lean_inc(x_28); +lean_inc(x_40); +x_471 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_471, 0, x_40); +lean_ctor_set(x_471, 1, x_28); +x_472 = l_Lean_Grind_CommRing_Expr_toPoly(x_471); +if (x_4 == 0) +{ +lean_object* x_473; +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_472); +x_473 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_472, x_377, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_470); +if (lean_obj_tag(x_473) == 0) +{ +lean_object* x_474; lean_object* x_475; lean_object* x_476; +x_474 = lean_ctor_get(x_473, 0); +lean_inc(x_474); +x_475 = lean_ctor_get(x_473, 1); +lean_inc(x_475); +lean_dec(x_473); +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); +x_476 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_474, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_475); +if (lean_obj_tag(x_476) == 0) +{ +lean_object* x_477; +x_477 = lean_ctor_get(x_476, 0); +lean_inc(x_477); +if (lean_obj_tag(x_477) == 0) +{ +lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; +lean_dec(x_472); +lean_dec(x_40); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_1); +x_478 = lean_ctor_get(x_476, 1); +lean_inc(x_478); +if (lean_is_exclusive(x_476)) { + lean_ctor_release(x_476, 0); + lean_ctor_release(x_476, 1); + x_479 = x_476; +} else { + lean_dec_ref(x_476); + x_479 = lean_box(0); +} +x_480 = lean_box(0); +if (lean_is_scalar(x_479)) { + x_481 = lean_alloc_ctor(0, 2, 0); +} else { + x_481 = x_479; +} +lean_ctor_set(x_481, 0, x_480); +lean_ctor_set(x_481, 1, x_478); +return x_481; +} +else +{ +lean_object* x_482; lean_object* x_483; lean_object* x_484; lean_object* x_485; uint8_t x_486; lean_object* x_487; lean_object* x_488; +x_482 = lean_ctor_get(x_476, 1); +lean_inc(x_482); +lean_dec(x_476); +x_483 = lean_ctor_get(x_477, 0); +lean_inc(x_483); +lean_dec(x_477); +x_484 = l_Lean_Grind_Linarith_Expr_norm(x_483); +x_485 = lean_alloc_ctor(3, 5, 0); +lean_ctor_set(x_485, 0, x_1); +lean_ctor_set(x_485, 1, x_28); +lean_ctor_set(x_485, 2, x_40); +lean_ctor_set(x_485, 3, x_472); +lean_ctor_set(x_485, 4, x_483); +x_486 = 1; +x_487 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_487, 0, x_484); +lean_ctor_set(x_487, 1, x_485); +lean_ctor_set_uint8(x_487, sizeof(void*)*2, x_486); +x_488 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_487, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_482); +return x_488; +} +} +else +{ +lean_object* x_489; lean_object* x_490; lean_object* x_491; lean_object* x_492; +lean_dec(x_472); +lean_dec(x_40); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_1); +x_489 = lean_ctor_get(x_476, 0); +lean_inc(x_489); +x_490 = lean_ctor_get(x_476, 1); +lean_inc(x_490); +if (lean_is_exclusive(x_476)) { + lean_ctor_release(x_476, 0); + lean_ctor_release(x_476, 1); + x_491 = x_476; +} else { + lean_dec_ref(x_476); + x_491 = lean_box(0); +} +if (lean_is_scalar(x_491)) { + x_492 = lean_alloc_ctor(1, 2, 0); +} else { + x_492 = x_491; +} +lean_ctor_set(x_492, 0, x_489); +lean_ctor_set(x_492, 1, x_490); +return x_492; +} +} +else +{ +lean_object* x_493; lean_object* x_494; lean_object* x_495; lean_object* x_496; +lean_dec(x_472); +lean_dec(x_40); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_1); +x_493 = lean_ctor_get(x_473, 0); +lean_inc(x_493); +x_494 = lean_ctor_get(x_473, 1); +lean_inc(x_494); +if (lean_is_exclusive(x_473)) { + lean_ctor_release(x_473, 0); + lean_ctor_release(x_473, 1); + x_495 = x_473; +} else { + lean_dec_ref(x_473); + x_495 = lean_box(0); +} +if (lean_is_scalar(x_495)) { + x_496 = lean_alloc_ctor(1, 2, 0); +} else { + x_496 = x_495; +} +lean_ctor_set(x_496, 0, x_493); +lean_ctor_set(x_496, 1, x_494); +return x_496; +} +} +else +{ +lean_object* x_497; +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_472); +x_497 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_472, x_377, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_470); +if (lean_obj_tag(x_497) == 0) +{ +lean_object* x_498; lean_object* x_499; lean_object* x_500; +x_498 = lean_ctor_get(x_497, 0); +lean_inc(x_498); +x_499 = lean_ctor_get(x_497, 1); +lean_inc(x_499); +lean_dec(x_497); +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); +x_500 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_498, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_499); +if (lean_obj_tag(x_500) == 0) +{ +lean_object* x_501; +x_501 = lean_ctor_get(x_500, 0); +lean_inc(x_501); +if (lean_obj_tag(x_501) == 0) +{ +lean_object* x_502; lean_object* x_503; lean_object* x_504; lean_object* x_505; +lean_dec(x_472); +lean_dec(x_40); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_1); +x_502 = lean_ctor_get(x_500, 1); +lean_inc(x_502); +if (lean_is_exclusive(x_500)) { + lean_ctor_release(x_500, 0); + lean_ctor_release(x_500, 1); + x_503 = x_500; +} else { + lean_dec_ref(x_500); + x_503 = lean_box(0); +} +x_504 = lean_box(0); +if (lean_is_scalar(x_503)) { + x_505 = lean_alloc_ctor(0, 2, 0); +} else { + x_505 = x_503; +} +lean_ctor_set(x_505, 0, x_504); +lean_ctor_set(x_505, 1, x_502); +return x_505; +} +else +{ +lean_object* x_506; lean_object* x_507; lean_object* x_508; lean_object* x_509; lean_object* x_510; lean_object* x_511; +x_506 = lean_ctor_get(x_500, 1); +lean_inc(x_506); +lean_dec(x_500); +x_507 = lean_ctor_get(x_501, 0); +lean_inc(x_507); +lean_dec(x_501); +x_508 = l_Lean_Grind_Linarith_Expr_norm(x_507); +x_509 = lean_alloc_ctor(3, 5, 0); +lean_ctor_set(x_509, 0, x_1); +lean_ctor_set(x_509, 1, x_28); +lean_ctor_set(x_509, 2, x_40); +lean_ctor_set(x_509, 3, x_472); +lean_ctor_set(x_509, 4, x_507); +x_510 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_510, 0, x_508); +lean_ctor_set(x_510, 1, x_509); +lean_ctor_set_uint8(x_510, sizeof(void*)*2, x_16); +x_511 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_510, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_506); +return x_511; +} +} +else +{ +lean_object* x_512; lean_object* x_513; lean_object* x_514; lean_object* x_515; +lean_dec(x_472); +lean_dec(x_40); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_1); +x_512 = lean_ctor_get(x_500, 0); +lean_inc(x_512); +x_513 = lean_ctor_get(x_500, 1); +lean_inc(x_513); +if (lean_is_exclusive(x_500)) { + lean_ctor_release(x_500, 0); + lean_ctor_release(x_500, 1); + x_514 = x_500; +} else { + lean_dec_ref(x_500); + x_514 = lean_box(0); +} +if (lean_is_scalar(x_514)) { + x_515 = lean_alloc_ctor(1, 2, 0); +} else { + x_515 = x_514; +} +lean_ctor_set(x_515, 0, x_512); +lean_ctor_set(x_515, 1, x_513); +return x_515; +} +} +else +{ +lean_object* x_516; lean_object* x_517; lean_object* x_518; lean_object* x_519; +lean_dec(x_472); +lean_dec(x_40); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_1); +x_516 = lean_ctor_get(x_497, 0); +lean_inc(x_516); +x_517 = lean_ctor_get(x_497, 1); +lean_inc(x_517); +if (lean_is_exclusive(x_497)) { + lean_ctor_release(x_497, 0); + lean_ctor_release(x_497, 1); + x_518 = x_497; +} else { + lean_dec_ref(x_497); + x_518 = lean_box(0); +} +if (lean_is_scalar(x_518)) { + x_519 = lean_alloc_ctor(1, 2, 0); +} else { + x_519 = x_518; +} +lean_ctor_set(x_519, 0, x_516); +lean_ctor_set(x_519, 1, x_517); +return x_519; +} +} +} +} +else +{ +lean_object* x_520; lean_object* x_521; lean_object* x_522; lean_object* x_523; +lean_dec(x_377); +lean_dec(x_40); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_1); +x_520 = lean_ctor_get(x_379, 0); +lean_inc(x_520); +x_521 = lean_ctor_get(x_379, 1); +lean_inc(x_521); +if (lean_is_exclusive(x_379)) { + lean_ctor_release(x_379, 0); + lean_ctor_release(x_379, 1); + x_522 = x_379; +} else { + lean_dec_ref(x_379); + x_522 = lean_box(0); +} +if (lean_is_scalar(x_522)) { + x_523 = lean_alloc_ctor(1, 2, 0); +} else { + x_523 = x_522; +} +lean_ctor_set(x_523, 0, x_520); +lean_ctor_set(x_523, 1, x_521); +return x_523; +} +} +} +else +{ +uint8_t x_524; +x_524 = !lean_is_exclusive(x_41); +if (x_524 == 0) +{ +lean_object* x_525; lean_object* x_526; lean_object* x_527; lean_object* x_528; +x_525 = lean_ctor_get(x_41, 0); +x_526 = lean_ctor_get(x_41, 1); lean_inc(x_40); lean_inc(x_28); lean_ctor_set_tag(x_41, 4); lean_ctor_set(x_41, 1, x_40); lean_ctor_set(x_41, 0, x_28); -x_177 = l_Lean_Grind_CommRing_Expr_toPoly(x_41); +x_527 = l_Lean_Grind_CommRing_Expr_toPoly(x_41); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -5791,16 +7199,16 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_177); -x_178 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_177, x_175, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_176); -if (lean_obj_tag(x_178) == 0) +lean_inc(x_527); +x_528 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_527, x_525, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_526); +if (lean_obj_tag(x_528) == 0) { -lean_object* x_179; lean_object* x_180; lean_object* x_181; -x_179 = lean_ctor_get(x_178, 0); -lean_inc(x_179); -x_180 = lean_ctor_get(x_178, 1); -lean_inc(x_180); -lean_dec(x_178); +lean_object* x_529; lean_object* x_530; lean_object* x_531; +x_529 = lean_ctor_get(x_528, 0); +lean_inc(x_529); +x_530 = lean_ctor_get(x_528, 1); +lean_inc(x_530); +lean_dec(x_528); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -5810,16 +7218,16 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_181 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_179, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_180); -if (lean_obj_tag(x_181) == 0) +x_531 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_529, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_530); +if (lean_obj_tag(x_531) == 0) { -lean_object* x_182; -x_182 = lean_ctor_get(x_181, 0); -lean_inc(x_182); -if (lean_obj_tag(x_182) == 0) +lean_object* x_532; +x_532 = lean_ctor_get(x_531, 0); +lean_inc(x_532); +if (lean_obj_tag(x_532) == 0) { -uint8_t x_183; -lean_dec(x_177); +uint8_t x_533; +lean_dec(x_527); lean_dec(x_40); lean_dec(x_28); lean_dec(x_14); @@ -5832,57 +7240,57 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_183 = !lean_is_exclusive(x_181); -if (x_183 == 0) +x_533 = !lean_is_exclusive(x_531); +if (x_533 == 0) { -lean_object* x_184; lean_object* x_185; -x_184 = lean_ctor_get(x_181, 0); -lean_dec(x_184); -x_185 = lean_box(0); -lean_ctor_set(x_181, 0, x_185); -return x_181; +lean_object* x_534; lean_object* x_535; +x_534 = lean_ctor_get(x_531, 0); +lean_dec(x_534); +x_535 = lean_box(0); +lean_ctor_set(x_531, 0, x_535); +return x_531; } else { -lean_object* x_186; lean_object* x_187; lean_object* x_188; -x_186 = lean_ctor_get(x_181, 1); -lean_inc(x_186); -lean_dec(x_181); -x_187 = lean_box(0); -x_188 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_188, 0, x_187); -lean_ctor_set(x_188, 1, x_186); -return x_188; +lean_object* x_536; lean_object* x_537; lean_object* x_538; +x_536 = lean_ctor_get(x_531, 1); +lean_inc(x_536); +lean_dec(x_531); +x_537 = lean_box(0); +x_538 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_538, 0, x_537); +lean_ctor_set(x_538, 1, x_536); +return x_538; } } else { -lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; -x_189 = lean_ctor_get(x_181, 1); -lean_inc(x_189); -lean_dec(x_181); -x_190 = lean_ctor_get(x_182, 0); -lean_inc(x_190); -lean_dec(x_182); -x_191 = l_Lean_Grind_Linarith_Expr_norm(x_190); -x_192 = lean_alloc_ctor(2, 5, 0); -lean_ctor_set(x_192, 0, x_1); -lean_ctor_set(x_192, 1, x_28); -lean_ctor_set(x_192, 2, x_40); -lean_ctor_set(x_192, 3, x_177); -lean_ctor_set(x_192, 4, x_190); -x_193 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_193, 0, x_191); -lean_ctor_set(x_193, 1, x_192); -lean_ctor_set_uint8(x_193, sizeof(void*)*2, x_4); -x_194 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_193, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_189); -return x_194; +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_539 = lean_ctor_get(x_531, 1); +lean_inc(x_539); +lean_dec(x_531); +x_540 = lean_ctor_get(x_532, 0); +lean_inc(x_540); +lean_dec(x_532); +x_541 = l_Lean_Grind_Linarith_Expr_norm(x_540); +x_542 = lean_alloc_ctor(2, 5, 0); +lean_ctor_set(x_542, 0, x_1); +lean_ctor_set(x_542, 1, x_28); +lean_ctor_set(x_542, 2, x_40); +lean_ctor_set(x_542, 3, x_527); +lean_ctor_set(x_542, 4, x_540); +x_543 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_543, 0, x_541); +lean_ctor_set(x_543, 1, x_542); +lean_ctor_set_uint8(x_543, sizeof(void*)*2, x_4); +x_544 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_543, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_539); +return x_544; } } else { -uint8_t x_195; -lean_dec(x_177); +uint8_t x_545; +lean_dec(x_527); lean_dec(x_40); lean_dec(x_28); lean_dec(x_14); @@ -5895,30 +7303,30 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_195 = !lean_is_exclusive(x_181); -if (x_195 == 0) +x_545 = !lean_is_exclusive(x_531); +if (x_545 == 0) { -return x_181; +return x_531; } else { -lean_object* x_196; lean_object* x_197; lean_object* x_198; -x_196 = lean_ctor_get(x_181, 0); -x_197 = lean_ctor_get(x_181, 1); -lean_inc(x_197); -lean_inc(x_196); -lean_dec(x_181); -x_198 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_198, 0, x_196); -lean_ctor_set(x_198, 1, x_197); -return x_198; +lean_object* x_546; lean_object* x_547; lean_object* x_548; +x_546 = lean_ctor_get(x_531, 0); +x_547 = lean_ctor_get(x_531, 1); +lean_inc(x_547); +lean_inc(x_546); +lean_dec(x_531); +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; } } } else { -uint8_t x_199; -lean_dec(x_177); +uint8_t x_549; +lean_dec(x_527); lean_dec(x_40); lean_dec(x_28); lean_dec(x_14); @@ -5931,40 +7339,40 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_199 = !lean_is_exclusive(x_178); -if (x_199 == 0) +x_549 = !lean_is_exclusive(x_528); +if (x_549 == 0) { -return x_178; +return x_528; } else { -lean_object* x_200; lean_object* x_201; lean_object* x_202; -x_200 = lean_ctor_get(x_178, 0); -x_201 = lean_ctor_get(x_178, 1); -lean_inc(x_201); -lean_inc(x_200); -lean_dec(x_178); -x_202 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_202, 0, x_200); -lean_ctor_set(x_202, 1, x_201); -return x_202; +lean_object* x_550; lean_object* x_551; lean_object* x_552; +x_550 = lean_ctor_get(x_528, 0); +x_551 = lean_ctor_get(x_528, 1); +lean_inc(x_551); +lean_inc(x_550); +lean_dec(x_528); +x_552 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_552, 0, x_550); +lean_ctor_set(x_552, 1, x_551); +return x_552; } } } else { -lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; -x_203 = lean_ctor_get(x_41, 0); -x_204 = lean_ctor_get(x_41, 1); -lean_inc(x_204); -lean_inc(x_203); +lean_object* x_553; lean_object* x_554; lean_object* x_555; lean_object* x_556; lean_object* x_557; +x_553 = lean_ctor_get(x_41, 0); +x_554 = lean_ctor_get(x_41, 1); +lean_inc(x_554); +lean_inc(x_553); lean_dec(x_41); lean_inc(x_40); lean_inc(x_28); -x_205 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_205, 0, x_28); -lean_ctor_set(x_205, 1, x_40); -x_206 = l_Lean_Grind_CommRing_Expr_toPoly(x_205); +x_555 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_555, 0, x_28); +lean_ctor_set(x_555, 1, x_40); +x_556 = l_Lean_Grind_CommRing_Expr_toPoly(x_555); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -5973,16 +7381,16 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_206); -x_207 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_206, x_203, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_204); -if (lean_obj_tag(x_207) == 0) +lean_inc(x_556); +x_557 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_556, x_553, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_554); +if (lean_obj_tag(x_557) == 0) { -lean_object* x_208; lean_object* x_209; lean_object* x_210; -x_208 = lean_ctor_get(x_207, 0); -lean_inc(x_208); -x_209 = lean_ctor_get(x_207, 1); -lean_inc(x_209); -lean_dec(x_207); +lean_object* x_558; lean_object* x_559; lean_object* x_560; +x_558 = lean_ctor_get(x_557, 0); +lean_inc(x_558); +x_559 = lean_ctor_get(x_557, 1); +lean_inc(x_559); +lean_dec(x_557); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -5992,16 +7400,16 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_210 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_208, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_209); -if (lean_obj_tag(x_210) == 0) +x_560 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_558, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_559); +if (lean_obj_tag(x_560) == 0) { -lean_object* x_211; -x_211 = lean_ctor_get(x_210, 0); -lean_inc(x_211); -if (lean_obj_tag(x_211) == 0) +lean_object* x_561; +x_561 = lean_ctor_get(x_560, 0); +lean_inc(x_561); +if (lean_obj_tag(x_561) == 0) { -lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; -lean_dec(x_206); +lean_object* x_562; lean_object* x_563; lean_object* x_564; lean_object* x_565; +lean_dec(x_556); lean_dec(x_40); lean_dec(x_28); lean_dec(x_14); @@ -6014,54 +7422,54 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_212 = lean_ctor_get(x_210, 1); -lean_inc(x_212); -if (lean_is_exclusive(x_210)) { - lean_ctor_release(x_210, 0); - lean_ctor_release(x_210, 1); - x_213 = x_210; +x_562 = lean_ctor_get(x_560, 1); +lean_inc(x_562); +if (lean_is_exclusive(x_560)) { + lean_ctor_release(x_560, 0); + lean_ctor_release(x_560, 1); + x_563 = x_560; } else { - lean_dec_ref(x_210); - x_213 = lean_box(0); + lean_dec_ref(x_560); + x_563 = lean_box(0); } -x_214 = lean_box(0); -if (lean_is_scalar(x_213)) { - x_215 = lean_alloc_ctor(0, 2, 0); +x_564 = lean_box(0); +if (lean_is_scalar(x_563)) { + x_565 = lean_alloc_ctor(0, 2, 0); } else { - x_215 = x_213; + x_565 = x_563; } -lean_ctor_set(x_215, 0, x_214); -lean_ctor_set(x_215, 1, x_212); -return x_215; +lean_ctor_set(x_565, 0, x_564); +lean_ctor_set(x_565, 1, x_562); +return x_565; } else { -lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; -x_216 = lean_ctor_get(x_210, 1); -lean_inc(x_216); -lean_dec(x_210); -x_217 = lean_ctor_get(x_211, 0); -lean_inc(x_217); -lean_dec(x_211); -x_218 = l_Lean_Grind_Linarith_Expr_norm(x_217); -x_219 = lean_alloc_ctor(2, 5, 0); -lean_ctor_set(x_219, 0, x_1); -lean_ctor_set(x_219, 1, x_28); -lean_ctor_set(x_219, 2, x_40); -lean_ctor_set(x_219, 3, x_206); -lean_ctor_set(x_219, 4, x_217); -x_220 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_220, 0, x_218); -lean_ctor_set(x_220, 1, x_219); -lean_ctor_set_uint8(x_220, sizeof(void*)*2, x_4); -x_221 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_220, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_216); -return x_221; +lean_object* x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; lean_object* x_570; lean_object* x_571; +x_566 = lean_ctor_get(x_560, 1); +lean_inc(x_566); +lean_dec(x_560); +x_567 = lean_ctor_get(x_561, 0); +lean_inc(x_567); +lean_dec(x_561); +x_568 = l_Lean_Grind_Linarith_Expr_norm(x_567); +x_569 = lean_alloc_ctor(2, 5, 0); +lean_ctor_set(x_569, 0, x_1); +lean_ctor_set(x_569, 1, x_28); +lean_ctor_set(x_569, 2, x_40); +lean_ctor_set(x_569, 3, x_556); +lean_ctor_set(x_569, 4, x_567); +x_570 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_570, 0, x_568); +lean_ctor_set(x_570, 1, x_569); +lean_ctor_set_uint8(x_570, sizeof(void*)*2, x_4); +x_571 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_570, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_566); +return x_571; } } else { -lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; -lean_dec(x_206); +lean_object* x_572; lean_object* x_573; lean_object* x_574; lean_object* x_575; +lean_dec(x_556); lean_dec(x_40); lean_dec(x_28); lean_dec(x_14); @@ -6074,32 +7482,32 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_222 = lean_ctor_get(x_210, 0); -lean_inc(x_222); -x_223 = lean_ctor_get(x_210, 1); -lean_inc(x_223); -if (lean_is_exclusive(x_210)) { - lean_ctor_release(x_210, 0); - lean_ctor_release(x_210, 1); - x_224 = x_210; +x_572 = lean_ctor_get(x_560, 0); +lean_inc(x_572); +x_573 = lean_ctor_get(x_560, 1); +lean_inc(x_573); +if (lean_is_exclusive(x_560)) { + lean_ctor_release(x_560, 0); + lean_ctor_release(x_560, 1); + x_574 = x_560; } else { - lean_dec_ref(x_210); - x_224 = lean_box(0); + lean_dec_ref(x_560); + x_574 = lean_box(0); } -if (lean_is_scalar(x_224)) { - x_225 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_574)) { + x_575 = lean_alloc_ctor(1, 2, 0); } else { - x_225 = x_224; + x_575 = x_574; } -lean_ctor_set(x_225, 0, x_222); -lean_ctor_set(x_225, 1, x_223); -return x_225; +lean_ctor_set(x_575, 0, x_572); +lean_ctor_set(x_575, 1, x_573); +return x_575; } } else { -lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; -lean_dec(x_206); +lean_object* x_576; lean_object* x_577; lean_object* x_578; lean_object* x_579; +lean_dec(x_556); lean_dec(x_40); lean_dec(x_28); lean_dec(x_14); @@ -6112,26 +7520,26 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_226 = lean_ctor_get(x_207, 0); -lean_inc(x_226); -x_227 = lean_ctor_get(x_207, 1); -lean_inc(x_227); -if (lean_is_exclusive(x_207)) { - lean_ctor_release(x_207, 0); - lean_ctor_release(x_207, 1); - x_228 = x_207; +x_576 = lean_ctor_get(x_557, 0); +lean_inc(x_576); +x_577 = lean_ctor_get(x_557, 1); +lean_inc(x_577); +if (lean_is_exclusive(x_557)) { + lean_ctor_release(x_557, 0); + lean_ctor_release(x_557, 1); + x_578 = x_557; } else { - lean_dec_ref(x_207); - x_228 = lean_box(0); + lean_dec_ref(x_557); + x_578 = lean_box(0); } -if (lean_is_scalar(x_228)) { - x_229 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_578)) { + x_579 = lean_alloc_ctor(1, 2, 0); } else { - x_229 = x_228; + x_579 = x_578; } -lean_ctor_set(x_229, 0, x_226); -lean_ctor_set(x_229, 1, x_227); -return x_229; +lean_ctor_set(x_579, 0, x_576); +lean_ctor_set(x_579, 1, x_577); +return x_579; } } } @@ -6139,7 +7547,7 @@ return x_229; } else { -uint8_t x_230; +uint8_t x_580; lean_dec(x_28); lean_dec(x_14); lean_dec(x_13); @@ -6151,30 +7559,30 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_230 = !lean_is_exclusive(x_31); -if (x_230 == 0) +x_580 = !lean_is_exclusive(x_31); +if (x_580 == 0) { return x_31; } else { -lean_object* x_231; lean_object* x_232; lean_object* x_233; -x_231 = lean_ctor_get(x_31, 0); -x_232 = lean_ctor_get(x_31, 1); -lean_inc(x_232); -lean_inc(x_231); +lean_object* x_581; lean_object* x_582; lean_object* x_583; +x_581 = lean_ctor_get(x_31, 0); +x_582 = lean_ctor_get(x_31, 1); +lean_inc(x_582); +lean_inc(x_581); lean_dec(x_31); -x_233 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_233, 0, x_231); -lean_ctor_set(x_233, 1, x_232); -return x_233; +x_583 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_583, 0, x_581); +lean_ctor_set(x_583, 1, x_582); +return x_583; } } } } else { -uint8_t x_234; +uint8_t x_584; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -6186,23 +7594,23 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); lean_dec(x_1); -x_234 = !lean_is_exclusive(x_19); -if (x_234 == 0) +x_584 = !lean_is_exclusive(x_19); +if (x_584 == 0) { return x_19; } else { -lean_object* x_235; lean_object* x_236; lean_object* x_237; -x_235 = lean_ctor_get(x_19, 0); -x_236 = lean_ctor_get(x_19, 1); -lean_inc(x_236); -lean_inc(x_235); +lean_object* x_585; lean_object* x_586; lean_object* x_587; +x_585 = lean_ctor_get(x_19, 0); +x_586 = lean_ctor_get(x_19, 1); +lean_inc(x_586); +lean_inc(x_585); lean_dec(x_19); -x_237 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_237, 0, x_235); -lean_ctor_set(x_237, 1, x_236); -return x_237; +x_587 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_587, 0, x_585); +lean_ctor_set(x_587, 1, x_586); +return x_587; } } } @@ -6358,7 +7766,7 @@ x_39 = lean_unbox(x_38); lean_dec(x_38); if (x_39 == 0) { -uint8_t x_40; +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; lean_dec(x_36); lean_dec(x_26); lean_dec(x_14); @@ -6368,75 +7776,1099 @@ lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_7); +x_40 = lean_ctor_get(x_37, 1); +lean_inc(x_40); +lean_dec(x_37); +x_41 = lean_st_ref_take(x_7, x_40); +x_42 = lean_ctor_get(x_41, 0); +lean_inc(x_42); +x_43 = lean_ctor_get(x_42, 14); +lean_inc(x_43); +x_44 = lean_ctor_get(x_43, 3); +lean_inc(x_44); +x_45 = lean_ctor_get(x_41, 1); +lean_inc(x_45); +lean_dec(x_41); +x_46 = !lean_is_exclusive(x_42); +if (x_46 == 0) +{ +lean_object* x_47; uint8_t x_48; +x_47 = lean_ctor_get(x_42, 14); +lean_dec(x_47); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; uint8_t x_50; +x_49 = lean_ctor_get(x_43, 3); +lean_dec(x_49); +x_50 = !lean_is_exclusive(x_44); +if (x_50 == 0) +{ +lean_object* x_51; lean_object* x_52; uint8_t x_53; +x_51 = lean_ctor_get(x_44, 0); +x_52 = lean_array_get_size(x_51); +x_53 = lean_nat_dec_lt(x_6, x_52); +lean_dec(x_52); +if (x_53 == 0) +{ +lean_object* x_54; uint8_t x_55; lean_dec(x_6); lean_dec(x_1); -x_40 = !lean_is_exclusive(x_37); -if (x_40 == 0) +x_54 = lean_st_ref_set(x_7, x_42, x_45); +lean_dec(x_7); +x_55 = !lean_is_exclusive(x_54); +if (x_55 == 0) { -lean_object* x_41; lean_object* x_42; -x_41 = lean_ctor_get(x_37, 0); -lean_dec(x_41); -x_42 = lean_box(0); -lean_ctor_set(x_37, 0, x_42); -return x_37; +lean_object* x_56; lean_object* x_57; +x_56 = lean_ctor_get(x_54, 0); +lean_dec(x_56); +x_57 = lean_box(0); +lean_ctor_set(x_54, 0, x_57); +return x_54; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_37, 1); -lean_inc(x_43); -lean_dec(x_37); -x_44 = lean_box(0); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_43); -return x_45; +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_54, 1); +lean_inc(x_58); +lean_dec(x_54); +x_59 = lean_box(0); +x_60 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_60, 0, x_59); +lean_ctor_set(x_60, 1, x_58); +return x_60; } } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_46 = lean_ctor_get(x_37, 1); -lean_inc(x_46); +lean_object* x_61; lean_object* x_62; lean_object* x_63; uint8_t x_64; +x_61 = lean_array_fget(x_51, x_6); +x_62 = lean_box(0); +x_63 = lean_array_fset(x_51, x_6, x_62); +x_64 = !lean_is_exclusive(x_61); +if (x_64 == 0) +{ +lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_65 = lean_ctor_get(x_61, 31); +x_66 = l_Lean_PersistentArray_push___rarg(x_65, x_1); +lean_ctor_set(x_61, 31, x_66); +x_67 = lean_array_fset(x_63, x_6, x_61); +lean_dec(x_6); +lean_ctor_set(x_44, 0, x_67); +x_68 = lean_st_ref_set(x_7, x_42, x_45); +lean_dec(x_7); +x_69 = !lean_is_exclusive(x_68); +if (x_69 == 0) +{ +lean_object* x_70; +x_70 = lean_ctor_get(x_68, 0); +lean_dec(x_70); +lean_ctor_set(x_68, 0, x_62); +return x_68; +} +else +{ +lean_object* x_71; lean_object* x_72; +x_71 = lean_ctor_get(x_68, 1); +lean_inc(x_71); +lean_dec(x_68); +x_72 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_72, 0, x_62); +lean_ctor_set(x_72, 1, x_71); +return x_72; +} +} +else +{ +lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; 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_111; lean_object* x_112; +x_73 = lean_ctor_get(x_61, 0); +x_74 = lean_ctor_get(x_61, 1); +x_75 = lean_ctor_get(x_61, 2); +x_76 = lean_ctor_get(x_61, 3); +x_77 = lean_ctor_get(x_61, 4); +x_78 = lean_ctor_get(x_61, 5); +x_79 = lean_ctor_get(x_61, 6); +x_80 = lean_ctor_get(x_61, 7); +x_81 = lean_ctor_get(x_61, 8); +x_82 = lean_ctor_get(x_61, 9); +x_83 = lean_ctor_get(x_61, 10); +x_84 = lean_ctor_get(x_61, 11); +x_85 = lean_ctor_get(x_61, 12); +x_86 = lean_ctor_get(x_61, 13); +x_87 = lean_ctor_get(x_61, 14); +x_88 = lean_ctor_get(x_61, 15); +x_89 = lean_ctor_get(x_61, 16); +x_90 = lean_ctor_get(x_61, 17); +x_91 = lean_ctor_get(x_61, 18); +x_92 = lean_ctor_get(x_61, 19); +x_93 = lean_ctor_get(x_61, 20); +x_94 = lean_ctor_get(x_61, 21); +x_95 = lean_ctor_get(x_61, 22); +x_96 = lean_ctor_get(x_61, 23); +x_97 = lean_ctor_get(x_61, 24); +x_98 = lean_ctor_get(x_61, 25); +x_99 = lean_ctor_get(x_61, 26); +x_100 = lean_ctor_get(x_61, 27); +x_101 = lean_ctor_get(x_61, 28); +x_102 = lean_ctor_get_uint8(x_61, sizeof(void*)*32); +x_103 = lean_ctor_get(x_61, 29); +x_104 = lean_ctor_get(x_61, 30); +x_105 = lean_ctor_get(x_61, 31); +lean_inc(x_105); +lean_inc(x_104); +lean_inc(x_103); +lean_inc(x_101); +lean_inc(x_100); +lean_inc(x_99); +lean_inc(x_98); +lean_inc(x_97); +lean_inc(x_96); +lean_inc(x_95); +lean_inc(x_94); +lean_inc(x_93); +lean_inc(x_92); +lean_inc(x_91); +lean_inc(x_90); +lean_inc(x_89); +lean_inc(x_88); +lean_inc(x_87); +lean_inc(x_86); +lean_inc(x_85); +lean_inc(x_84); +lean_inc(x_83); +lean_inc(x_82); +lean_inc(x_81); +lean_inc(x_80); +lean_inc(x_79); +lean_inc(x_78); +lean_inc(x_77); +lean_inc(x_76); +lean_inc(x_75); +lean_inc(x_74); +lean_inc(x_73); +lean_dec(x_61); +x_106 = l_Lean_PersistentArray_push___rarg(x_105, x_1); +x_107 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_107, 0, x_73); +lean_ctor_set(x_107, 1, x_74); +lean_ctor_set(x_107, 2, x_75); +lean_ctor_set(x_107, 3, x_76); +lean_ctor_set(x_107, 4, x_77); +lean_ctor_set(x_107, 5, x_78); +lean_ctor_set(x_107, 6, x_79); +lean_ctor_set(x_107, 7, x_80); +lean_ctor_set(x_107, 8, x_81); +lean_ctor_set(x_107, 9, x_82); +lean_ctor_set(x_107, 10, x_83); +lean_ctor_set(x_107, 11, x_84); +lean_ctor_set(x_107, 12, x_85); +lean_ctor_set(x_107, 13, x_86); +lean_ctor_set(x_107, 14, x_87); +lean_ctor_set(x_107, 15, x_88); +lean_ctor_set(x_107, 16, x_89); +lean_ctor_set(x_107, 17, x_90); +lean_ctor_set(x_107, 18, x_91); +lean_ctor_set(x_107, 19, x_92); +lean_ctor_set(x_107, 20, x_93); +lean_ctor_set(x_107, 21, x_94); +lean_ctor_set(x_107, 22, x_95); +lean_ctor_set(x_107, 23, x_96); +lean_ctor_set(x_107, 24, x_97); +lean_ctor_set(x_107, 25, x_98); +lean_ctor_set(x_107, 26, x_99); +lean_ctor_set(x_107, 27, x_100); +lean_ctor_set(x_107, 28, x_101); +lean_ctor_set(x_107, 29, x_103); +lean_ctor_set(x_107, 30, x_104); +lean_ctor_set(x_107, 31, x_106); +lean_ctor_set_uint8(x_107, sizeof(void*)*32, x_102); +x_108 = lean_array_fset(x_63, x_6, x_107); +lean_dec(x_6); +lean_ctor_set(x_44, 0, x_108); +x_109 = lean_st_ref_set(x_7, x_42, x_45); +lean_dec(x_7); +x_110 = lean_ctor_get(x_109, 1); +lean_inc(x_110); +if (lean_is_exclusive(x_109)) { + lean_ctor_release(x_109, 0); + lean_ctor_release(x_109, 1); + x_111 = x_109; +} else { + lean_dec_ref(x_109); + x_111 = lean_box(0); +} +if (lean_is_scalar(x_111)) { + x_112 = lean_alloc_ctor(0, 2, 0); +} else { + x_112 = x_111; +} +lean_ctor_set(x_112, 0, x_62); +lean_ctor_set(x_112, 1, x_110); +return x_112; +} +} +} +else +{ +lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; uint8_t x_117; +x_113 = lean_ctor_get(x_44, 0); +x_114 = lean_ctor_get(x_44, 1); +x_115 = lean_ctor_get(x_44, 2); +lean_inc(x_115); +lean_inc(x_114); +lean_inc(x_113); +lean_dec(x_44); +x_116 = lean_array_get_size(x_113); +x_117 = lean_nat_dec_lt(x_6, x_116); +lean_dec(x_116); +if (x_117 == 0) +{ +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_dec(x_6); +lean_dec(x_1); +x_118 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_118, 0, x_113); +lean_ctor_set(x_118, 1, x_114); +lean_ctor_set(x_118, 2, x_115); +lean_ctor_set(x_43, 3, x_118); +x_119 = lean_st_ref_set(x_7, x_42, x_45); +lean_dec(x_7); +x_120 = lean_ctor_get(x_119, 1); +lean_inc(x_120); +if (lean_is_exclusive(x_119)) { + lean_ctor_release(x_119, 0); + lean_ctor_release(x_119, 1); + x_121 = x_119; +} else { + lean_dec_ref(x_119); + x_121 = lean_box(0); +} +x_122 = lean_box(0); +if (lean_is_scalar(x_121)) { + x_123 = lean_alloc_ctor(0, 2, 0); +} else { + x_123 = x_121; +} +lean_ctor_set(x_123, 0, x_122); +lean_ctor_set(x_123, 1, x_120); +return x_123; +} +else +{ +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; uint8_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; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; +x_124 = lean_array_fget(x_113, x_6); +x_125 = lean_box(0); +x_126 = lean_array_fset(x_113, x_6, x_125); +x_127 = lean_ctor_get(x_124, 0); +lean_inc(x_127); +x_128 = lean_ctor_get(x_124, 1); +lean_inc(x_128); +x_129 = lean_ctor_get(x_124, 2); +lean_inc(x_129); +x_130 = lean_ctor_get(x_124, 3); +lean_inc(x_130); +x_131 = lean_ctor_get(x_124, 4); +lean_inc(x_131); +x_132 = lean_ctor_get(x_124, 5); +lean_inc(x_132); +x_133 = lean_ctor_get(x_124, 6); +lean_inc(x_133); +x_134 = lean_ctor_get(x_124, 7); +lean_inc(x_134); +x_135 = lean_ctor_get(x_124, 8); +lean_inc(x_135); +x_136 = lean_ctor_get(x_124, 9); +lean_inc(x_136); +x_137 = lean_ctor_get(x_124, 10); +lean_inc(x_137); +x_138 = lean_ctor_get(x_124, 11); +lean_inc(x_138); +x_139 = lean_ctor_get(x_124, 12); +lean_inc(x_139); +x_140 = lean_ctor_get(x_124, 13); +lean_inc(x_140); +x_141 = lean_ctor_get(x_124, 14); +lean_inc(x_141); +x_142 = lean_ctor_get(x_124, 15); +lean_inc(x_142); +x_143 = lean_ctor_get(x_124, 16); +lean_inc(x_143); +x_144 = lean_ctor_get(x_124, 17); +lean_inc(x_144); +x_145 = lean_ctor_get(x_124, 18); +lean_inc(x_145); +x_146 = lean_ctor_get(x_124, 19); +lean_inc(x_146); +x_147 = lean_ctor_get(x_124, 20); +lean_inc(x_147); +x_148 = lean_ctor_get(x_124, 21); +lean_inc(x_148); +x_149 = lean_ctor_get(x_124, 22); +lean_inc(x_149); +x_150 = lean_ctor_get(x_124, 23); +lean_inc(x_150); +x_151 = lean_ctor_get(x_124, 24); +lean_inc(x_151); +x_152 = lean_ctor_get(x_124, 25); +lean_inc(x_152); +x_153 = lean_ctor_get(x_124, 26); +lean_inc(x_153); +x_154 = lean_ctor_get(x_124, 27); +lean_inc(x_154); +x_155 = lean_ctor_get(x_124, 28); +lean_inc(x_155); +x_156 = lean_ctor_get_uint8(x_124, sizeof(void*)*32); +x_157 = lean_ctor_get(x_124, 29); +lean_inc(x_157); +x_158 = lean_ctor_get(x_124, 30); +lean_inc(x_158); +x_159 = lean_ctor_get(x_124, 31); +lean_inc(x_159); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + lean_ctor_release(x_124, 2); + lean_ctor_release(x_124, 3); + lean_ctor_release(x_124, 4); + lean_ctor_release(x_124, 5); + lean_ctor_release(x_124, 6); + lean_ctor_release(x_124, 7); + lean_ctor_release(x_124, 8); + lean_ctor_release(x_124, 9); + lean_ctor_release(x_124, 10); + lean_ctor_release(x_124, 11); + lean_ctor_release(x_124, 12); + lean_ctor_release(x_124, 13); + lean_ctor_release(x_124, 14); + lean_ctor_release(x_124, 15); + lean_ctor_release(x_124, 16); + lean_ctor_release(x_124, 17); + lean_ctor_release(x_124, 18); + lean_ctor_release(x_124, 19); + lean_ctor_release(x_124, 20); + lean_ctor_release(x_124, 21); + lean_ctor_release(x_124, 22); + lean_ctor_release(x_124, 23); + lean_ctor_release(x_124, 24); + lean_ctor_release(x_124, 25); + lean_ctor_release(x_124, 26); + lean_ctor_release(x_124, 27); + lean_ctor_release(x_124, 28); + lean_ctor_release(x_124, 29); + lean_ctor_release(x_124, 30); + lean_ctor_release(x_124, 31); + x_160 = x_124; +} else { + lean_dec_ref(x_124); + x_160 = lean_box(0); +} +x_161 = l_Lean_PersistentArray_push___rarg(x_159, x_1); +if (lean_is_scalar(x_160)) { + x_162 = lean_alloc_ctor(0, 32, 1); +} else { + x_162 = x_160; +} +lean_ctor_set(x_162, 0, x_127); +lean_ctor_set(x_162, 1, x_128); +lean_ctor_set(x_162, 2, x_129); +lean_ctor_set(x_162, 3, x_130); +lean_ctor_set(x_162, 4, x_131); +lean_ctor_set(x_162, 5, x_132); +lean_ctor_set(x_162, 6, x_133); +lean_ctor_set(x_162, 7, x_134); +lean_ctor_set(x_162, 8, x_135); +lean_ctor_set(x_162, 9, x_136); +lean_ctor_set(x_162, 10, x_137); +lean_ctor_set(x_162, 11, x_138); +lean_ctor_set(x_162, 12, x_139); +lean_ctor_set(x_162, 13, x_140); +lean_ctor_set(x_162, 14, x_141); +lean_ctor_set(x_162, 15, x_142); +lean_ctor_set(x_162, 16, x_143); +lean_ctor_set(x_162, 17, x_144); +lean_ctor_set(x_162, 18, x_145); +lean_ctor_set(x_162, 19, x_146); +lean_ctor_set(x_162, 20, x_147); +lean_ctor_set(x_162, 21, x_148); +lean_ctor_set(x_162, 22, x_149); +lean_ctor_set(x_162, 23, x_150); +lean_ctor_set(x_162, 24, x_151); +lean_ctor_set(x_162, 25, x_152); +lean_ctor_set(x_162, 26, x_153); +lean_ctor_set(x_162, 27, x_154); +lean_ctor_set(x_162, 28, x_155); +lean_ctor_set(x_162, 29, x_157); +lean_ctor_set(x_162, 30, x_158); +lean_ctor_set(x_162, 31, x_161); +lean_ctor_set_uint8(x_162, sizeof(void*)*32, x_156); +x_163 = lean_array_fset(x_126, x_6, x_162); +lean_dec(x_6); +x_164 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_164, 0, x_163); +lean_ctor_set(x_164, 1, x_114); +lean_ctor_set(x_164, 2, x_115); +lean_ctor_set(x_43, 3, x_164); +x_165 = lean_st_ref_set(x_7, x_42, x_45); +lean_dec(x_7); +x_166 = lean_ctor_get(x_165, 1); +lean_inc(x_166); +if (lean_is_exclusive(x_165)) { + lean_ctor_release(x_165, 0); + lean_ctor_release(x_165, 1); + x_167 = x_165; +} else { + lean_dec_ref(x_165); + x_167 = lean_box(0); +} +if (lean_is_scalar(x_167)) { + x_168 = lean_alloc_ctor(0, 2, 0); +} else { + x_168 = x_167; +} +lean_ctor_set(x_168, 0, x_125); +lean_ctor_set(x_168, 1, x_166); +return x_168; +} +} +} +else +{ +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; uint8_t x_177; +x_169 = lean_ctor_get(x_43, 0); +x_170 = lean_ctor_get(x_43, 1); +x_171 = lean_ctor_get(x_43, 2); +lean_inc(x_171); +lean_inc(x_170); +lean_inc(x_169); +lean_dec(x_43); +x_172 = lean_ctor_get(x_44, 0); +lean_inc(x_172); +x_173 = lean_ctor_get(x_44, 1); +lean_inc(x_173); +x_174 = lean_ctor_get(x_44, 2); +lean_inc(x_174); +if (lean_is_exclusive(x_44)) { + lean_ctor_release(x_44, 0); + lean_ctor_release(x_44, 1); + lean_ctor_release(x_44, 2); + x_175 = x_44; +} else { + lean_dec_ref(x_44); + x_175 = lean_box(0); +} +x_176 = lean_array_get_size(x_172); +x_177 = lean_nat_dec_lt(x_6, x_176); +lean_dec(x_176); +if (x_177 == 0) +{ +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_dec(x_6); +lean_dec(x_1); +if (lean_is_scalar(x_175)) { + x_178 = lean_alloc_ctor(0, 3, 0); +} else { + x_178 = x_175; +} +lean_ctor_set(x_178, 0, x_172); +lean_ctor_set(x_178, 1, x_173); +lean_ctor_set(x_178, 2, x_174); +x_179 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_179, 0, x_169); +lean_ctor_set(x_179, 1, x_170); +lean_ctor_set(x_179, 2, x_171); +lean_ctor_set(x_179, 3, x_178); +lean_ctor_set(x_42, 14, x_179); +x_180 = lean_st_ref_set(x_7, x_42, x_45); +lean_dec(x_7); +x_181 = lean_ctor_get(x_180, 1); +lean_inc(x_181); +if (lean_is_exclusive(x_180)) { + lean_ctor_release(x_180, 0); + lean_ctor_release(x_180, 1); + x_182 = x_180; +} else { + lean_dec_ref(x_180); + x_182 = lean_box(0); +} +x_183 = lean_box(0); +if (lean_is_scalar(x_182)) { + x_184 = lean_alloc_ctor(0, 2, 0); +} else { + x_184 = x_182; +} +lean_ctor_set(x_184, 0, x_183); +lean_ctor_set(x_184, 1, x_181); +return x_184; +} +else +{ +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; uint8_t 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; +x_185 = lean_array_fget(x_172, x_6); +x_186 = lean_box(0); +x_187 = lean_array_fset(x_172, x_6, x_186); +x_188 = lean_ctor_get(x_185, 0); +lean_inc(x_188); +x_189 = lean_ctor_get(x_185, 1); +lean_inc(x_189); +x_190 = lean_ctor_get(x_185, 2); +lean_inc(x_190); +x_191 = lean_ctor_get(x_185, 3); +lean_inc(x_191); +x_192 = lean_ctor_get(x_185, 4); +lean_inc(x_192); +x_193 = lean_ctor_get(x_185, 5); +lean_inc(x_193); +x_194 = lean_ctor_get(x_185, 6); +lean_inc(x_194); +x_195 = lean_ctor_get(x_185, 7); +lean_inc(x_195); +x_196 = lean_ctor_get(x_185, 8); +lean_inc(x_196); +x_197 = lean_ctor_get(x_185, 9); +lean_inc(x_197); +x_198 = lean_ctor_get(x_185, 10); +lean_inc(x_198); +x_199 = lean_ctor_get(x_185, 11); +lean_inc(x_199); +x_200 = lean_ctor_get(x_185, 12); +lean_inc(x_200); +x_201 = lean_ctor_get(x_185, 13); +lean_inc(x_201); +x_202 = lean_ctor_get(x_185, 14); +lean_inc(x_202); +x_203 = lean_ctor_get(x_185, 15); +lean_inc(x_203); +x_204 = lean_ctor_get(x_185, 16); +lean_inc(x_204); +x_205 = lean_ctor_get(x_185, 17); +lean_inc(x_205); +x_206 = lean_ctor_get(x_185, 18); +lean_inc(x_206); +x_207 = lean_ctor_get(x_185, 19); +lean_inc(x_207); +x_208 = lean_ctor_get(x_185, 20); +lean_inc(x_208); +x_209 = lean_ctor_get(x_185, 21); +lean_inc(x_209); +x_210 = lean_ctor_get(x_185, 22); +lean_inc(x_210); +x_211 = lean_ctor_get(x_185, 23); +lean_inc(x_211); +x_212 = lean_ctor_get(x_185, 24); +lean_inc(x_212); +x_213 = lean_ctor_get(x_185, 25); +lean_inc(x_213); +x_214 = lean_ctor_get(x_185, 26); +lean_inc(x_214); +x_215 = lean_ctor_get(x_185, 27); +lean_inc(x_215); +x_216 = lean_ctor_get(x_185, 28); +lean_inc(x_216); +x_217 = lean_ctor_get_uint8(x_185, sizeof(void*)*32); +x_218 = lean_ctor_get(x_185, 29); +lean_inc(x_218); +x_219 = lean_ctor_get(x_185, 30); +lean_inc(x_219); +x_220 = lean_ctor_get(x_185, 31); +lean_inc(x_220); +if (lean_is_exclusive(x_185)) { + lean_ctor_release(x_185, 0); + lean_ctor_release(x_185, 1); + lean_ctor_release(x_185, 2); + lean_ctor_release(x_185, 3); + lean_ctor_release(x_185, 4); + lean_ctor_release(x_185, 5); + lean_ctor_release(x_185, 6); + lean_ctor_release(x_185, 7); + lean_ctor_release(x_185, 8); + lean_ctor_release(x_185, 9); + lean_ctor_release(x_185, 10); + lean_ctor_release(x_185, 11); + lean_ctor_release(x_185, 12); + lean_ctor_release(x_185, 13); + lean_ctor_release(x_185, 14); + lean_ctor_release(x_185, 15); + lean_ctor_release(x_185, 16); + lean_ctor_release(x_185, 17); + lean_ctor_release(x_185, 18); + lean_ctor_release(x_185, 19); + lean_ctor_release(x_185, 20); + lean_ctor_release(x_185, 21); + lean_ctor_release(x_185, 22); + lean_ctor_release(x_185, 23); + lean_ctor_release(x_185, 24); + lean_ctor_release(x_185, 25); + lean_ctor_release(x_185, 26); + lean_ctor_release(x_185, 27); + lean_ctor_release(x_185, 28); + lean_ctor_release(x_185, 29); + lean_ctor_release(x_185, 30); + lean_ctor_release(x_185, 31); + x_221 = x_185; +} else { + lean_dec_ref(x_185); + x_221 = lean_box(0); +} +x_222 = l_Lean_PersistentArray_push___rarg(x_220, x_1); +if (lean_is_scalar(x_221)) { + x_223 = lean_alloc_ctor(0, 32, 1); +} else { + x_223 = x_221; +} +lean_ctor_set(x_223, 0, x_188); +lean_ctor_set(x_223, 1, x_189); +lean_ctor_set(x_223, 2, x_190); +lean_ctor_set(x_223, 3, x_191); +lean_ctor_set(x_223, 4, x_192); +lean_ctor_set(x_223, 5, x_193); +lean_ctor_set(x_223, 6, x_194); +lean_ctor_set(x_223, 7, x_195); +lean_ctor_set(x_223, 8, x_196); +lean_ctor_set(x_223, 9, x_197); +lean_ctor_set(x_223, 10, x_198); +lean_ctor_set(x_223, 11, x_199); +lean_ctor_set(x_223, 12, x_200); +lean_ctor_set(x_223, 13, x_201); +lean_ctor_set(x_223, 14, x_202); +lean_ctor_set(x_223, 15, x_203); +lean_ctor_set(x_223, 16, x_204); +lean_ctor_set(x_223, 17, x_205); +lean_ctor_set(x_223, 18, x_206); +lean_ctor_set(x_223, 19, x_207); +lean_ctor_set(x_223, 20, x_208); +lean_ctor_set(x_223, 21, x_209); +lean_ctor_set(x_223, 22, x_210); +lean_ctor_set(x_223, 23, x_211); +lean_ctor_set(x_223, 24, x_212); +lean_ctor_set(x_223, 25, x_213); +lean_ctor_set(x_223, 26, x_214); +lean_ctor_set(x_223, 27, x_215); +lean_ctor_set(x_223, 28, x_216); +lean_ctor_set(x_223, 29, x_218); +lean_ctor_set(x_223, 30, x_219); +lean_ctor_set(x_223, 31, x_222); +lean_ctor_set_uint8(x_223, sizeof(void*)*32, x_217); +x_224 = lean_array_fset(x_187, x_6, x_223); +lean_dec(x_6); +if (lean_is_scalar(x_175)) { + x_225 = lean_alloc_ctor(0, 3, 0); +} else { + x_225 = x_175; +} +lean_ctor_set(x_225, 0, x_224); +lean_ctor_set(x_225, 1, x_173); +lean_ctor_set(x_225, 2, x_174); +x_226 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_226, 0, x_169); +lean_ctor_set(x_226, 1, x_170); +lean_ctor_set(x_226, 2, x_171); +lean_ctor_set(x_226, 3, x_225); +lean_ctor_set(x_42, 14, x_226); +x_227 = lean_st_ref_set(x_7, x_42, x_45); +lean_dec(x_7); +x_228 = lean_ctor_get(x_227, 1); +lean_inc(x_228); +if (lean_is_exclusive(x_227)) { + lean_ctor_release(x_227, 0); + lean_ctor_release(x_227, 1); + x_229 = x_227; +} else { + lean_dec_ref(x_227); + x_229 = lean_box(0); +} +if (lean_is_scalar(x_229)) { + x_230 = lean_alloc_ctor(0, 2, 0); +} else { + x_230 = x_229; +} +lean_ctor_set(x_230, 0, x_186); +lean_ctor_set(x_230, 1, x_228); +return x_230; +} +} +} +else +{ +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; 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_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; uint8_t x_256; +x_231 = lean_ctor_get(x_42, 0); +x_232 = lean_ctor_get(x_42, 1); +x_233 = lean_ctor_get(x_42, 2); +x_234 = lean_ctor_get(x_42, 3); +x_235 = lean_ctor_get(x_42, 4); +x_236 = lean_ctor_get(x_42, 5); +x_237 = lean_ctor_get(x_42, 6); +x_238 = lean_ctor_get(x_42, 7); +x_239 = lean_ctor_get_uint8(x_42, sizeof(void*)*16); +x_240 = lean_ctor_get(x_42, 8); +x_241 = lean_ctor_get(x_42, 9); +x_242 = lean_ctor_get(x_42, 10); +x_243 = lean_ctor_get(x_42, 11); +x_244 = lean_ctor_get(x_42, 12); +x_245 = lean_ctor_get(x_42, 13); +x_246 = lean_ctor_get(x_42, 15); +lean_inc(x_246); +lean_inc(x_245); +lean_inc(x_244); +lean_inc(x_243); +lean_inc(x_242); +lean_inc(x_241); +lean_inc(x_240); +lean_inc(x_238); +lean_inc(x_237); +lean_inc(x_236); +lean_inc(x_235); +lean_inc(x_234); +lean_inc(x_233); +lean_inc(x_232); +lean_inc(x_231); +lean_dec(x_42); +x_247 = lean_ctor_get(x_43, 0); +lean_inc(x_247); +x_248 = lean_ctor_get(x_43, 1); +lean_inc(x_248); +x_249 = lean_ctor_get(x_43, 2); +lean_inc(x_249); +if (lean_is_exclusive(x_43)) { + lean_ctor_release(x_43, 0); + lean_ctor_release(x_43, 1); + lean_ctor_release(x_43, 2); + lean_ctor_release(x_43, 3); + x_250 = x_43; +} else { + lean_dec_ref(x_43); + x_250 = lean_box(0); +} +x_251 = lean_ctor_get(x_44, 0); +lean_inc(x_251); +x_252 = lean_ctor_get(x_44, 1); +lean_inc(x_252); +x_253 = lean_ctor_get(x_44, 2); +lean_inc(x_253); +if (lean_is_exclusive(x_44)) { + lean_ctor_release(x_44, 0); + lean_ctor_release(x_44, 1); + lean_ctor_release(x_44, 2); + x_254 = x_44; +} else { + lean_dec_ref(x_44); + x_254 = lean_box(0); +} +x_255 = lean_array_get_size(x_251); +x_256 = lean_nat_dec_lt(x_6, x_255); +lean_dec(x_255); +if (x_256 == 0) +{ +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_dec(x_6); +lean_dec(x_1); +if (lean_is_scalar(x_254)) { + x_257 = lean_alloc_ctor(0, 3, 0); +} else { + x_257 = x_254; +} +lean_ctor_set(x_257, 0, x_251); +lean_ctor_set(x_257, 1, x_252); +lean_ctor_set(x_257, 2, x_253); +if (lean_is_scalar(x_250)) { + x_258 = lean_alloc_ctor(0, 4, 0); +} else { + x_258 = x_250; +} +lean_ctor_set(x_258, 0, x_247); +lean_ctor_set(x_258, 1, x_248); +lean_ctor_set(x_258, 2, x_249); +lean_ctor_set(x_258, 3, x_257); +x_259 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_259, 0, x_231); +lean_ctor_set(x_259, 1, x_232); +lean_ctor_set(x_259, 2, x_233); +lean_ctor_set(x_259, 3, x_234); +lean_ctor_set(x_259, 4, x_235); +lean_ctor_set(x_259, 5, x_236); +lean_ctor_set(x_259, 6, x_237); +lean_ctor_set(x_259, 7, x_238); +lean_ctor_set(x_259, 8, x_240); +lean_ctor_set(x_259, 9, x_241); +lean_ctor_set(x_259, 10, x_242); +lean_ctor_set(x_259, 11, x_243); +lean_ctor_set(x_259, 12, x_244); +lean_ctor_set(x_259, 13, x_245); +lean_ctor_set(x_259, 14, x_258); +lean_ctor_set(x_259, 15, x_246); +lean_ctor_set_uint8(x_259, sizeof(void*)*16, x_239); +x_260 = lean_st_ref_set(x_7, x_259, x_45); +lean_dec(x_7); +x_261 = lean_ctor_get(x_260, 1); +lean_inc(x_261); +if (lean_is_exclusive(x_260)) { + lean_ctor_release(x_260, 0); + lean_ctor_release(x_260, 1); + x_262 = x_260; +} else { + lean_dec_ref(x_260); + x_262 = lean_box(0); +} +x_263 = lean_box(0); +if (lean_is_scalar(x_262)) { + x_264 = lean_alloc_ctor(0, 2, 0); +} else { + x_264 = x_262; +} +lean_ctor_set(x_264, 0, x_263); +lean_ctor_set(x_264, 1, x_261); +return x_264; +} +else +{ +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; uint8_t 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; +x_265 = lean_array_fget(x_251, x_6); +x_266 = lean_box(0); +x_267 = lean_array_fset(x_251, x_6, x_266); +x_268 = lean_ctor_get(x_265, 0); +lean_inc(x_268); +x_269 = lean_ctor_get(x_265, 1); +lean_inc(x_269); +x_270 = lean_ctor_get(x_265, 2); +lean_inc(x_270); +x_271 = lean_ctor_get(x_265, 3); +lean_inc(x_271); +x_272 = lean_ctor_get(x_265, 4); +lean_inc(x_272); +x_273 = lean_ctor_get(x_265, 5); +lean_inc(x_273); +x_274 = lean_ctor_get(x_265, 6); +lean_inc(x_274); +x_275 = lean_ctor_get(x_265, 7); +lean_inc(x_275); +x_276 = lean_ctor_get(x_265, 8); +lean_inc(x_276); +x_277 = lean_ctor_get(x_265, 9); +lean_inc(x_277); +x_278 = lean_ctor_get(x_265, 10); +lean_inc(x_278); +x_279 = lean_ctor_get(x_265, 11); +lean_inc(x_279); +x_280 = lean_ctor_get(x_265, 12); +lean_inc(x_280); +x_281 = lean_ctor_get(x_265, 13); +lean_inc(x_281); +x_282 = lean_ctor_get(x_265, 14); +lean_inc(x_282); +x_283 = lean_ctor_get(x_265, 15); +lean_inc(x_283); +x_284 = lean_ctor_get(x_265, 16); +lean_inc(x_284); +x_285 = lean_ctor_get(x_265, 17); +lean_inc(x_285); +x_286 = lean_ctor_get(x_265, 18); +lean_inc(x_286); +x_287 = lean_ctor_get(x_265, 19); +lean_inc(x_287); +x_288 = lean_ctor_get(x_265, 20); +lean_inc(x_288); +x_289 = lean_ctor_get(x_265, 21); +lean_inc(x_289); +x_290 = lean_ctor_get(x_265, 22); +lean_inc(x_290); +x_291 = lean_ctor_get(x_265, 23); +lean_inc(x_291); +x_292 = lean_ctor_get(x_265, 24); +lean_inc(x_292); +x_293 = lean_ctor_get(x_265, 25); +lean_inc(x_293); +x_294 = lean_ctor_get(x_265, 26); +lean_inc(x_294); +x_295 = lean_ctor_get(x_265, 27); +lean_inc(x_295); +x_296 = lean_ctor_get(x_265, 28); +lean_inc(x_296); +x_297 = lean_ctor_get_uint8(x_265, sizeof(void*)*32); +x_298 = lean_ctor_get(x_265, 29); +lean_inc(x_298); +x_299 = lean_ctor_get(x_265, 30); +lean_inc(x_299); +x_300 = lean_ctor_get(x_265, 31); +lean_inc(x_300); +if (lean_is_exclusive(x_265)) { + lean_ctor_release(x_265, 0); + lean_ctor_release(x_265, 1); + lean_ctor_release(x_265, 2); + lean_ctor_release(x_265, 3); + lean_ctor_release(x_265, 4); + lean_ctor_release(x_265, 5); + lean_ctor_release(x_265, 6); + lean_ctor_release(x_265, 7); + lean_ctor_release(x_265, 8); + lean_ctor_release(x_265, 9); + lean_ctor_release(x_265, 10); + lean_ctor_release(x_265, 11); + lean_ctor_release(x_265, 12); + lean_ctor_release(x_265, 13); + lean_ctor_release(x_265, 14); + lean_ctor_release(x_265, 15); + lean_ctor_release(x_265, 16); + lean_ctor_release(x_265, 17); + lean_ctor_release(x_265, 18); + lean_ctor_release(x_265, 19); + lean_ctor_release(x_265, 20); + lean_ctor_release(x_265, 21); + lean_ctor_release(x_265, 22); + lean_ctor_release(x_265, 23); + lean_ctor_release(x_265, 24); + lean_ctor_release(x_265, 25); + lean_ctor_release(x_265, 26); + lean_ctor_release(x_265, 27); + lean_ctor_release(x_265, 28); + lean_ctor_release(x_265, 29); + lean_ctor_release(x_265, 30); + lean_ctor_release(x_265, 31); + x_301 = x_265; +} else { + lean_dec_ref(x_265); + x_301 = lean_box(0); +} +x_302 = l_Lean_PersistentArray_push___rarg(x_300, x_1); +if (lean_is_scalar(x_301)) { + x_303 = lean_alloc_ctor(0, 32, 1); +} else { + x_303 = x_301; +} +lean_ctor_set(x_303, 0, x_268); +lean_ctor_set(x_303, 1, x_269); +lean_ctor_set(x_303, 2, x_270); +lean_ctor_set(x_303, 3, x_271); +lean_ctor_set(x_303, 4, x_272); +lean_ctor_set(x_303, 5, x_273); +lean_ctor_set(x_303, 6, x_274); +lean_ctor_set(x_303, 7, x_275); +lean_ctor_set(x_303, 8, x_276); +lean_ctor_set(x_303, 9, x_277); +lean_ctor_set(x_303, 10, x_278); +lean_ctor_set(x_303, 11, x_279); +lean_ctor_set(x_303, 12, x_280); +lean_ctor_set(x_303, 13, x_281); +lean_ctor_set(x_303, 14, x_282); +lean_ctor_set(x_303, 15, x_283); +lean_ctor_set(x_303, 16, x_284); +lean_ctor_set(x_303, 17, x_285); +lean_ctor_set(x_303, 18, x_286); +lean_ctor_set(x_303, 19, x_287); +lean_ctor_set(x_303, 20, x_288); +lean_ctor_set(x_303, 21, x_289); +lean_ctor_set(x_303, 22, x_290); +lean_ctor_set(x_303, 23, x_291); +lean_ctor_set(x_303, 24, x_292); +lean_ctor_set(x_303, 25, x_293); +lean_ctor_set(x_303, 26, x_294); +lean_ctor_set(x_303, 27, x_295); +lean_ctor_set(x_303, 28, x_296); +lean_ctor_set(x_303, 29, x_298); +lean_ctor_set(x_303, 30, x_299); +lean_ctor_set(x_303, 31, x_302); +lean_ctor_set_uint8(x_303, sizeof(void*)*32, x_297); +x_304 = lean_array_fset(x_267, x_6, x_303); +lean_dec(x_6); +if (lean_is_scalar(x_254)) { + x_305 = lean_alloc_ctor(0, 3, 0); +} else { + x_305 = x_254; +} +lean_ctor_set(x_305, 0, x_304); +lean_ctor_set(x_305, 1, x_252); +lean_ctor_set(x_305, 2, x_253); +if (lean_is_scalar(x_250)) { + x_306 = lean_alloc_ctor(0, 4, 0); +} else { + x_306 = x_250; +} +lean_ctor_set(x_306, 0, x_247); +lean_ctor_set(x_306, 1, x_248); +lean_ctor_set(x_306, 2, x_249); +lean_ctor_set(x_306, 3, x_305); +x_307 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_307, 0, x_231); +lean_ctor_set(x_307, 1, x_232); +lean_ctor_set(x_307, 2, x_233); +lean_ctor_set(x_307, 3, x_234); +lean_ctor_set(x_307, 4, x_235); +lean_ctor_set(x_307, 5, x_236); +lean_ctor_set(x_307, 6, x_237); +lean_ctor_set(x_307, 7, x_238); +lean_ctor_set(x_307, 8, x_240); +lean_ctor_set(x_307, 9, x_241); +lean_ctor_set(x_307, 10, x_242); +lean_ctor_set(x_307, 11, x_243); +lean_ctor_set(x_307, 12, x_244); +lean_ctor_set(x_307, 13, x_245); +lean_ctor_set(x_307, 14, x_306); +lean_ctor_set(x_307, 15, x_246); +lean_ctor_set_uint8(x_307, sizeof(void*)*16, x_239); +x_308 = lean_st_ref_set(x_7, x_307, x_45); +lean_dec(x_7); +x_309 = lean_ctor_get(x_308, 1); +lean_inc(x_309); +if (lean_is_exclusive(x_308)) { + lean_ctor_release(x_308, 0); + lean_ctor_release(x_308, 1); + x_310 = x_308; +} else { + lean_dec_ref(x_308); + x_310 = lean_box(0); +} +if (lean_is_scalar(x_310)) { + x_311 = lean_alloc_ctor(0, 2, 0); +} else { + x_311 = x_310; +} +lean_ctor_set(x_311, 0, x_266); +lean_ctor_set(x_311, 1, x_309); +return x_311; +} +} +} +else +{ +lean_object* x_312; lean_object* x_313; lean_object* x_314; lean_object* x_315; +x_312 = lean_ctor_get(x_37, 1); +lean_inc(x_312); lean_dec(x_37); lean_inc(x_26); lean_inc(x_36); -x_47 = lean_alloc_ctor(3, 2, 0); -lean_ctor_set(x_47, 0, x_36); -lean_ctor_set(x_47, 1, x_26); -x_48 = l_Lean_Grind_Linarith_Expr_norm(x_47); -lean_dec(x_47); -x_49 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_49, 0, x_1); -lean_ctor_set(x_49, 1, x_26); -lean_ctor_set(x_49, 2, x_36); +x_313 = lean_alloc_ctor(3, 2, 0); +lean_ctor_set(x_313, 0, x_36); +lean_ctor_set(x_313, 1, x_26); +x_314 = l_Lean_Grind_Linarith_Expr_norm(x_313); +lean_dec(x_313); +x_315 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_315, 0, x_1); +lean_ctor_set(x_315, 1, x_26); +lean_ctor_set(x_315, 2, x_36); if (x_4 == 0) { -uint8_t x_50; lean_object* x_51; lean_object* x_52; -x_50 = 1; -x_51 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_51, 0, x_48); -lean_ctor_set(x_51, 1, x_49); -lean_ctor_set_uint8(x_51, sizeof(void*)*2, x_50); -x_52 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_51, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_46); -return x_52; +uint8_t x_316; lean_object* x_317; lean_object* x_318; +x_316 = 1; +x_317 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_317, 0, x_314); +lean_ctor_set(x_317, 1, x_315); +lean_ctor_set_uint8(x_317, sizeof(void*)*2, x_316); +x_318 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_317, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_312); +return x_318; } else { -lean_object* x_53; lean_object* x_54; -x_53 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_53, 0, x_48); -lean_ctor_set(x_53, 1, x_49); -lean_ctor_set_uint8(x_53, sizeof(void*)*2, x_16); -x_54 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_53, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_46); -return x_54; +lean_object* x_319; lean_object* x_320; +x_319 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_319, 0, x_314); +lean_ctor_set(x_319, 1, x_315); +lean_ctor_set_uint8(x_319, sizeof(void*)*2, x_16); +x_320 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_319, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_312); +return x_320; } } } else { -uint8_t x_55; +uint8_t x_321; lean_dec(x_36); lean_dec(x_26); lean_dec(x_14); @@ -6449,58 +8881,58 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_55 = !lean_is_exclusive(x_37); -if (x_55 == 0) +x_321 = !lean_is_exclusive(x_37); +if (x_321 == 0) { return x_37; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_37, 0); -x_57 = lean_ctor_get(x_37, 1); -lean_inc(x_57); -lean_inc(x_56); +lean_object* x_322; lean_object* x_323; lean_object* x_324; +x_322 = lean_ctor_get(x_37, 0); +x_323 = lean_ctor_get(x_37, 1); +lean_inc(x_323); +lean_inc(x_322); lean_dec(x_37); -x_58 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_58, 0, x_56); -lean_ctor_set(x_58, 1, x_57); -return x_58; +x_324 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_324, 0, x_322); +lean_ctor_set(x_324, 1, x_323); +return x_324; } } } else { -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; -x_59 = lean_ctor_get(x_27, 1); -lean_inc(x_59); +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; +x_325 = lean_ctor_get(x_27, 1); +lean_inc(x_325); lean_dec(x_27); -x_60 = lean_ctor_get(x_28, 0); -lean_inc(x_60); +x_326 = lean_ctor_get(x_28, 0); +lean_inc(x_326); lean_dec(x_28); -lean_inc(x_60); +lean_inc(x_326); lean_inc(x_26); -x_61 = lean_alloc_ctor(3, 2, 0); -lean_ctor_set(x_61, 0, x_26); -lean_ctor_set(x_61, 1, x_60); -x_62 = l_Lean_Grind_Linarith_Expr_norm(x_61); -lean_dec(x_61); -x_63 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_63, 0, x_1); -lean_ctor_set(x_63, 1, x_26); -lean_ctor_set(x_63, 2, x_60); -x_64 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_64, 0, x_62); -lean_ctor_set(x_64, 1, x_63); -lean_ctor_set_uint8(x_64, sizeof(void*)*2, x_4); -x_65 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_64, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_59); -return x_65; +x_327 = lean_alloc_ctor(3, 2, 0); +lean_ctor_set(x_327, 0, x_26); +lean_ctor_set(x_327, 1, x_326); +x_328 = l_Lean_Grind_Linarith_Expr_norm(x_327); +lean_dec(x_327); +x_329 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_329, 0, x_1); +lean_ctor_set(x_329, 1, x_26); +lean_ctor_set(x_329, 2, x_326); +x_330 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_330, 0, x_328); +lean_ctor_set(x_330, 1, x_329); +lean_ctor_set_uint8(x_330, sizeof(void*)*2, x_4); +x_331 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(x_330, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_325); +return x_331; } } } else { -uint8_t x_66; +uint8_t x_332; lean_dec(x_26); lean_dec(x_14); lean_dec(x_13); @@ -6512,30 +8944,30 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_66 = !lean_is_exclusive(x_27); -if (x_66 == 0) +x_332 = !lean_is_exclusive(x_27); +if (x_332 == 0) { return x_27; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_ctor_get(x_27, 0); -x_68 = lean_ctor_get(x_27, 1); -lean_inc(x_68); -lean_inc(x_67); +lean_object* x_333; lean_object* x_334; lean_object* x_335; +x_333 = lean_ctor_get(x_27, 0); +x_334 = lean_ctor_get(x_27, 1); +lean_inc(x_334); +lean_inc(x_333); lean_dec(x_27); -x_69 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_69, 0, x_67); -lean_ctor_set(x_69, 1, x_68); -return x_69; +x_335 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_335, 0, x_333); +lean_ctor_set(x_335, 1, x_334); +return x_335; } } } } else { -uint8_t x_70; +uint8_t x_336; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -6547,23 +8979,23 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); lean_dec(x_1); -x_70 = !lean_is_exclusive(x_17); -if (x_70 == 0) +x_336 = !lean_is_exclusive(x_17); +if (x_336 == 0) { return x_17; } else { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_17, 0); -x_72 = lean_ctor_get(x_17, 1); -lean_inc(x_72); -lean_inc(x_71); +lean_object* x_337; lean_object* x_338; lean_object* x_339; +x_337 = lean_ctor_get(x_17, 0); +x_338 = lean_ctor_get(x_17, 1); +lean_inc(x_338); +lean_inc(x_337); lean_dec(x_17); -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; +x_339 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_339, 0, x_337); +lean_ctor_set(x_339, 1, x_338); +return x_339; } } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Internalize.c b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Internalize.c index ecbac1234d..3880a186a7 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Internalize.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Internalize.c @@ -18,19 +18,30 @@ static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_ static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__15; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__6; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__13; +static lean_object* l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__23; uint8_t l_Lean_Expr_isApp(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__16; +lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__21; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___lambda__1___boxed(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__5; +static lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__1; lean_object* l_Lean_Expr_cleanupAnnotations(lean_object*); +lean_object* l_Lean_stringToMessageData(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__3___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*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__26; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__1; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__27; +static lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__3; +lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__24; +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___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*); +static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__30; +lean_object* lean_st_ref_take(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__5; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__22; lean_object* l_Lean_Meta_Grind_Arith_Linear_setTermStructId(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_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__20; @@ -44,41 +55,57 @@ static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_ lean_object* l_Lean_Expr_appFnCleanup(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2(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___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__8; +uint8_t l_Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__2; +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_internalize___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___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__4; +static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__29; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__6; lean_object* l_Lean_Meta_Grind_markAsLinarithTerm(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_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__18; +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__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* l_Lean_MessageData_ofExpr(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__2; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__1; +double l_Float_ofScientific(lean_object*, uint8_t, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__12; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__11; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__25; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__4; +static lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__2; +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__1(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_Meta_Grind_Arith_Linear_internalize___lambda__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* l_Lean_Name_mkStr2(lean_object*, lean_object*); uint8_t l_Lean_Expr_isConstOf(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__3; +lean_object* l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___lambda__2___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2(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_mk(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__9; +static lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__4; +lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__14; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize(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_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__8; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__19; +static double l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__1; lean_object* l_Lean_Meta_Grind_getConfig___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__1(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___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__28; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__10; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__13; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__9; +static lean_object* l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__3; static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("Zero", 4, 4); +x_1 = lean_mk_string_unchecked("One", 3, 3); return x_1; } } @@ -86,7 +113,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("zero", 4, 4); +x_1 = lean_mk_string_unchecked("one", 3, 3); return x_1; } } @@ -104,7 +131,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("IntCast", 7, 7); +x_1 = lean_mk_string_unchecked("Zero", 4, 4); return x_1; } } @@ -112,7 +139,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("intCast", 7, 7); +x_1 = lean_mk_string_unchecked("zero", 4, 4); return x_1; } } @@ -130,7 +157,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("NatCast", 7, 7); +x_1 = lean_mk_string_unchecked("IntCast", 7, 7); return x_1; } } @@ -138,7 +165,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("natCast", 7, 7); +x_1 = lean_mk_string_unchecked("intCast", 7, 7); return x_1; } } @@ -156,7 +183,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("OfNat", 5, 5); +x_1 = lean_mk_string_unchecked("NatCast", 7, 7); return x_1; } } @@ -164,7 +191,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("ofNat", 5, 5); +x_1 = lean_mk_string_unchecked("natCast", 7, 7); return x_1; } } @@ -182,7 +209,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("Neg", 3, 3); +x_1 = lean_mk_string_unchecked("OfNat", 5, 5); return x_1; } } @@ -190,7 +217,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("neg", 3, 3); +x_1 = lean_mk_string_unchecked("ofNat", 5, 5); return x_1; } } @@ -208,7 +235,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("HSMul", 5, 5); +x_1 = lean_mk_string_unchecked("Neg", 3, 3); return x_1; } } @@ -216,7 +243,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("hSMul", 5, 5); +x_1 = lean_mk_string_unchecked("neg", 3, 3); return x_1; } } @@ -234,7 +261,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("HMul", 4, 4); +x_1 = lean_mk_string_unchecked("HSMul", 5, 5); return x_1; } } @@ -242,7 +269,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("hMul", 4, 4); +x_1 = lean_mk_string_unchecked("hSMul", 5, 5); return x_1; } } @@ -260,7 +287,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("HSub", 4, 4); +x_1 = lean_mk_string_unchecked("HMul", 4, 4); return x_1; } } @@ -268,7 +295,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("hSub", 4, 4); +x_1 = lean_mk_string_unchecked("hMul", 4, 4); return x_1; } } @@ -286,7 +313,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("HAdd", 4, 4); +x_1 = lean_mk_string_unchecked("HSub", 4, 4); return x_1; } } @@ -294,7 +321,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Intern _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("hAdd", 4, 4); +x_1 = lean_mk_string_unchecked("hSub", 4, 4); return x_1; } } @@ -308,6 +335,32 @@ x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } +static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__28() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("HAdd", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__29() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("hAdd", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__30() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__28; +x_2 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__29; +x_3 = l_Lean_Name_mkStr2(x_1, x_2); +return x_3; +} +} LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f(lean_object* x_1) { _start: { @@ -342,190 +395,204 @@ x_10 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_ x_11 = l_Lean_Expr_isConstOf(x_9, x_10); if (x_11 == 0) { -uint8_t x_12; -lean_dec(x_8); -x_12 = l_Lean_Expr_isApp(x_9); -if (x_12 == 0) +lean_object* x_12; uint8_t x_13; +x_12 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__6; +x_13 = l_Lean_Expr_isConstOf(x_9, x_12); +if (x_13 == 0) { -lean_object* x_13; +uint8_t x_14; +lean_dec(x_8); +x_14 = l_Lean_Expr_isApp(x_9); +if (x_14 == 0) +{ +lean_object* x_15; lean_dec(x_9); -x_13 = lean_box(0); -return x_13; +x_15 = lean_box(0); +return x_15; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_14 = l_Lean_Expr_appArg(x_9, lean_box(0)); -x_15 = l_Lean_Expr_appFnCleanup(x_9, lean_box(0)); -x_16 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__6; -x_17 = l_Lean_Expr_isConstOf(x_15, x_16); -if (x_17 == 0) -{ -lean_object* x_18; uint8_t x_19; +lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_16 = l_Lean_Expr_appArg(x_9, lean_box(0)); +x_17 = l_Lean_Expr_appFnCleanup(x_9, lean_box(0)); x_18 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__9; -x_19 = l_Lean_Expr_isConstOf(x_15, x_18); +x_19 = l_Lean_Expr_isConstOf(x_17, x_18); if (x_19 == 0) { lean_object* x_20; uint8_t x_21; x_20 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__12; -x_21 = l_Lean_Expr_isConstOf(x_15, x_20); +x_21 = l_Lean_Expr_isConstOf(x_17, x_20); if (x_21 == 0) { lean_object* x_22; uint8_t x_23; x_22 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__15; -x_23 = l_Lean_Expr_isConstOf(x_15, x_22); +x_23 = l_Lean_Expr_isConstOf(x_17, x_22); if (x_23 == 0) { -uint8_t x_24; -lean_dec(x_14); -x_24 = l_Lean_Expr_isApp(x_15); -if (x_24 == 0) +lean_object* x_24; uint8_t x_25; +x_24 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__18; +x_25 = l_Lean_Expr_isConstOf(x_17, x_24); +if (x_25 == 0) { -lean_object* x_25; -lean_dec(x_15); -x_25 = lean_box(0); -return x_25; +uint8_t x_26; +lean_dec(x_16); +x_26 = l_Lean_Expr_isApp(x_17); +if (x_26 == 0) +{ +lean_object* x_27; +lean_dec(x_17); +x_27 = lean_box(0); +return x_27; } else { -lean_object* x_26; lean_object* x_27; uint8_t x_28; -x_26 = l_Lean_Expr_appArg(x_15, lean_box(0)); -x_27 = l_Lean_Expr_appFnCleanup(x_15, lean_box(0)); -x_28 = l_Lean_Expr_isApp(x_27); -if (x_28 == 0) +lean_object* x_28; lean_object* x_29; uint8_t x_30; +x_28 = l_Lean_Expr_appArg(x_17, lean_box(0)); +x_29 = l_Lean_Expr_appFnCleanup(x_17, lean_box(0)); +x_30 = l_Lean_Expr_isApp(x_29); +if (x_30 == 0) { -lean_object* x_29; -lean_dec(x_27); -lean_dec(x_26); -x_29 = lean_box(0); -return x_29; +lean_object* x_31; +lean_dec(x_29); +lean_dec(x_28); +x_31 = lean_box(0); +return x_31; } else { -lean_object* x_30; uint8_t x_31; -x_30 = l_Lean_Expr_appFnCleanup(x_27, lean_box(0)); -x_31 = l_Lean_Expr_isApp(x_30); -if (x_31 == 0) +lean_object* x_32; uint8_t x_33; +x_32 = l_Lean_Expr_appFnCleanup(x_29, lean_box(0)); +x_33 = l_Lean_Expr_isApp(x_32); +if (x_33 == 0) { -lean_object* x_32; -lean_dec(x_30); -lean_dec(x_26); -x_32 = lean_box(0); -return x_32; +lean_object* x_34; +lean_dec(x_32); +lean_dec(x_28); +x_34 = lean_box(0); +return x_34; } else { -lean_object* x_33; lean_object* x_34; uint8_t x_35; -x_33 = l_Lean_Expr_appFnCleanup(x_30, lean_box(0)); -x_34 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__18; -x_35 = l_Lean_Expr_isConstOf(x_33, x_34); -if (x_35 == 0) -{ -lean_object* x_36; uint8_t x_37; +lean_object* x_35; lean_object* x_36; uint8_t x_37; +x_35 = l_Lean_Expr_appFnCleanup(x_32, lean_box(0)); x_36 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__21; -x_37 = l_Lean_Expr_isConstOf(x_33, x_36); +x_37 = l_Lean_Expr_isConstOf(x_35, x_36); if (x_37 == 0) { lean_object* x_38; uint8_t x_39; x_38 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__24; -x_39 = l_Lean_Expr_isConstOf(x_33, x_38); +x_39 = l_Lean_Expr_isConstOf(x_35, x_38); if (x_39 == 0) { lean_object* x_40; uint8_t x_41; x_40 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__27; -x_41 = l_Lean_Expr_isConstOf(x_33, x_40); -lean_dec(x_33); +x_41 = l_Lean_Expr_isConstOf(x_35, x_40); if (x_41 == 0) { -lean_object* x_42; -lean_dec(x_26); -x_42 = lean_box(0); -return x_42; -} -else -{ -lean_object* x_43; -x_43 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_43, 0, x_26); -return x_43; -} -} -else +lean_object* x_42; uint8_t x_43; +x_42 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__30; +x_43 = l_Lean_Expr_isConstOf(x_35, x_42); +lean_dec(x_35); +if (x_43 == 0) { lean_object* x_44; -lean_dec(x_33); -x_44 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_44, 0, x_26); +lean_dec(x_28); +x_44 = lean_box(0); return x_44; } -} else { lean_object* x_45; -lean_dec(x_33); x_45 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_45, 0, x_26); +lean_ctor_set(x_45, 0, x_28); return x_45; } } else { lean_object* x_46; -lean_dec(x_33); +lean_dec(x_35); x_46 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_46, 0, x_26); +lean_ctor_set(x_46, 0, x_28); return x_46; } } -} -} -} else { lean_object* x_47; -lean_dec(x_15); +lean_dec(x_35); x_47 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_47, 0, x_14); +lean_ctor_set(x_47, 0, x_28); return x_47; } } else { lean_object* x_48; -lean_dec(x_15); +lean_dec(x_35); x_48 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_48, 0, x_14); +lean_ctor_set(x_48, 0, x_28); return x_48; } } +} +} +} else { lean_object* x_49; -lean_dec(x_15); +lean_dec(x_17); x_49 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_49, 0, x_14); +lean_ctor_set(x_49, 0, x_16); return x_49; } } else { lean_object* x_50; -lean_dec(x_15); +lean_dec(x_17); x_50 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_50, 0, x_14); +lean_ctor_set(x_50, 0, x_16); return x_50; } } -} else { lean_object* x_51; -lean_dec(x_9); +lean_dec(x_17); x_51 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_51, 0, x_8); +lean_ctor_set(x_51, 0, x_16); return x_51; } } +else +{ +lean_object* x_52; +lean_dec(x_17); +x_52 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_52, 0, x_16); +return x_52; +} +} +} +else +{ +lean_object* x_53; +lean_dec(x_9); +x_53 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_53, 0, x_8); +return x_53; +} +} +else +{ +lean_object* x_54; +lean_dec(x_9); +x_54 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_54, 0, x_8); +return x_54; +} +} } } } @@ -833,6 +900,372 @@ x_3 = lean_box(x_2); return x_3; } } +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__1(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; lean_object* x_13; uint8_t x_14; lean_object* x_15; lean_object* x_16; +x_12 = lean_ctor_get(x_9, 12); +x_13 = lean_ctor_get(x_9, 2); +x_14 = l_Lean_checkTraceOption(x_12, x_13, x_1); +x_15 = lean_box(x_14); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_11); +return x_16; +} +} +static double _init_l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__1() { +_start: +{ +lean_object* x_1; uint8_t x_2; double x_3; +x_1 = lean_unsigned_to_nat(0u); +x_2 = 0; +x_3 = l_Float_ofScientific(x_1, x_2, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("", 0, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_box(0); +x_2 = lean_array_mk(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2(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) { +_start: +{ +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; uint8_t x_20; +x_13 = lean_ctor_get(x_10, 5); +x_14 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_2, x_8, x_9, x_10, x_11, x_12); +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +x_16 = lean_ctor_get(x_14, 1); +lean_inc(x_16); +lean_dec(x_14); +x_17 = lean_st_ref_take(x_11, x_16); +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); +x_19 = lean_ctor_get(x_18, 4); +lean_inc(x_19); +x_20 = !lean_is_exclusive(x_17); +if (x_20 == 0) +{ +lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_21 = lean_ctor_get(x_17, 1); +x_22 = lean_ctor_get(x_17, 0); +lean_dec(x_22); +x_23 = !lean_is_exclusive(x_18); +if (x_23 == 0) +{ +lean_object* x_24; uint8_t x_25; +x_24 = lean_ctor_get(x_18, 4); +lean_dec(x_24); +x_25 = !lean_is_exclusive(x_19); +if (x_25 == 0) +{ +lean_object* x_26; double 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; uint8_t x_35; +x_26 = lean_ctor_get(x_19, 0); +x_27 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__1; +x_28 = 0; +x_29 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__2; +x_30 = lean_alloc_ctor(0, 2, 17); +lean_ctor_set(x_30, 0, x_1); +lean_ctor_set(x_30, 1, x_29); +lean_ctor_set_float(x_30, sizeof(void*)*2, x_27); +lean_ctor_set_float(x_30, sizeof(void*)*2 + 8, x_27); +lean_ctor_set_uint8(x_30, sizeof(void*)*2 + 16, x_28); +x_31 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__3; +x_32 = lean_alloc_ctor(9, 3, 0); +lean_ctor_set(x_32, 0, x_30); +lean_ctor_set(x_32, 1, x_15); +lean_ctor_set(x_32, 2, x_31); +lean_inc(x_13); +lean_ctor_set(x_17, 1, x_32); +lean_ctor_set(x_17, 0, x_13); +x_33 = l_Lean_PersistentArray_push___rarg(x_26, x_17); +lean_ctor_set(x_19, 0, x_33); +x_34 = lean_st_ref_set(x_11, x_18, x_21); +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 +{ +uint64_t x_41; lean_object* x_42; double 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_54; lean_object* x_55; +x_41 = lean_ctor_get_uint64(x_19, sizeof(void*)*1); +x_42 = lean_ctor_get(x_19, 0); +lean_inc(x_42); +lean_dec(x_19); +x_43 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__1; +x_44 = 0; +x_45 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__2; +x_46 = lean_alloc_ctor(0, 2, 17); +lean_ctor_set(x_46, 0, x_1); +lean_ctor_set(x_46, 1, x_45); +lean_ctor_set_float(x_46, sizeof(void*)*2, x_43); +lean_ctor_set_float(x_46, sizeof(void*)*2 + 8, x_43); +lean_ctor_set_uint8(x_46, sizeof(void*)*2 + 16, x_44); +x_47 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__3; +x_48 = lean_alloc_ctor(9, 3, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_15); +lean_ctor_set(x_48, 2, x_47); +lean_inc(x_13); +lean_ctor_set(x_17, 1, x_48); +lean_ctor_set(x_17, 0, x_13); +x_49 = l_Lean_PersistentArray_push___rarg(x_42, x_17); +x_50 = lean_alloc_ctor(0, 1, 8); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set_uint64(x_50, sizeof(void*)*1, x_41); +lean_ctor_set(x_18, 4, x_50); +x_51 = lean_st_ref_set(x_11, x_18, x_21); +x_52 = lean_ctor_get(x_51, 1); +lean_inc(x_52); +if (lean_is_exclusive(x_51)) { + lean_ctor_release(x_51, 0); + lean_ctor_release(x_51, 1); + x_53 = x_51; +} else { + lean_dec_ref(x_51); + x_53 = lean_box(0); +} +x_54 = lean_box(0); +if (lean_is_scalar(x_53)) { + x_55 = lean_alloc_ctor(0, 2, 0); +} else { + x_55 = x_53; +} +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_52); +return x_55; +} +} +else +{ +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; uint64_t x_64; lean_object* x_65; lean_object* x_66; double x_67; uint8_t 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; +x_56 = lean_ctor_get(x_18, 0); +x_57 = lean_ctor_get(x_18, 1); +x_58 = lean_ctor_get(x_18, 2); +x_59 = lean_ctor_get(x_18, 3); +x_60 = lean_ctor_get(x_18, 5); +x_61 = lean_ctor_get(x_18, 6); +x_62 = lean_ctor_get(x_18, 7); +x_63 = lean_ctor_get(x_18, 8); +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(x_57); +lean_inc(x_56); +lean_dec(x_18); +x_64 = lean_ctor_get_uint64(x_19, sizeof(void*)*1); +x_65 = lean_ctor_get(x_19, 0); +lean_inc(x_65); +if (lean_is_exclusive(x_19)) { + lean_ctor_release(x_19, 0); + x_66 = x_19; +} else { + lean_dec_ref(x_19); + x_66 = lean_box(0); +} +x_67 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__1; +x_68 = 0; +x_69 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__2; +x_70 = lean_alloc_ctor(0, 2, 17); +lean_ctor_set(x_70, 0, x_1); +lean_ctor_set(x_70, 1, x_69); +lean_ctor_set_float(x_70, sizeof(void*)*2, x_67); +lean_ctor_set_float(x_70, sizeof(void*)*2 + 8, x_67); +lean_ctor_set_uint8(x_70, sizeof(void*)*2 + 16, x_68); +x_71 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__3; +x_72 = lean_alloc_ctor(9, 3, 0); +lean_ctor_set(x_72, 0, x_70); +lean_ctor_set(x_72, 1, x_15); +lean_ctor_set(x_72, 2, x_71); +lean_inc(x_13); +lean_ctor_set(x_17, 1, x_72); +lean_ctor_set(x_17, 0, x_13); +x_73 = l_Lean_PersistentArray_push___rarg(x_65, x_17); +if (lean_is_scalar(x_66)) { + x_74 = lean_alloc_ctor(0, 1, 8); +} else { + x_74 = x_66; +} +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set_uint64(x_74, sizeof(void*)*1, x_64); +x_75 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_75, 0, x_56); +lean_ctor_set(x_75, 1, x_57); +lean_ctor_set(x_75, 2, x_58); +lean_ctor_set(x_75, 3, x_59); +lean_ctor_set(x_75, 4, x_74); +lean_ctor_set(x_75, 5, x_60); +lean_ctor_set(x_75, 6, x_61); +lean_ctor_set(x_75, 7, x_62); +lean_ctor_set(x_75, 8, x_63); +x_76 = lean_st_ref_set(x_11, x_75, x_21); +x_77 = lean_ctor_get(x_76, 1); +lean_inc(x_77); +if (lean_is_exclusive(x_76)) { + lean_ctor_release(x_76, 0); + lean_ctor_release(x_76, 1); + x_78 = x_76; +} else { + lean_dec_ref(x_76); + x_78 = lean_box(0); +} +x_79 = lean_box(0); +if (lean_is_scalar(x_78)) { + x_80 = lean_alloc_ctor(0, 2, 0); +} else { + x_80 = x_78; +} +lean_ctor_set(x_80, 0, x_79); +lean_ctor_set(x_80, 1, x_77); +return x_80; +} +} +else +{ +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; uint64_t x_91; lean_object* x_92; lean_object* x_93; double x_94; uint8_t 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; +x_81 = lean_ctor_get(x_17, 1); +lean_inc(x_81); +lean_dec(x_17); +x_82 = lean_ctor_get(x_18, 0); +lean_inc(x_82); +x_83 = lean_ctor_get(x_18, 1); +lean_inc(x_83); +x_84 = lean_ctor_get(x_18, 2); +lean_inc(x_84); +x_85 = lean_ctor_get(x_18, 3); +lean_inc(x_85); +x_86 = lean_ctor_get(x_18, 5); +lean_inc(x_86); +x_87 = lean_ctor_get(x_18, 6); +lean_inc(x_87); +x_88 = lean_ctor_get(x_18, 7); +lean_inc(x_88); +x_89 = lean_ctor_get(x_18, 8); +lean_inc(x_89); +if (lean_is_exclusive(x_18)) { + lean_ctor_release(x_18, 0); + lean_ctor_release(x_18, 1); + lean_ctor_release(x_18, 2); + lean_ctor_release(x_18, 3); + lean_ctor_release(x_18, 4); + lean_ctor_release(x_18, 5); + lean_ctor_release(x_18, 6); + lean_ctor_release(x_18, 7); + lean_ctor_release(x_18, 8); + x_90 = x_18; +} else { + lean_dec_ref(x_18); + x_90 = lean_box(0); +} +x_91 = lean_ctor_get_uint64(x_19, sizeof(void*)*1); +x_92 = lean_ctor_get(x_19, 0); +lean_inc(x_92); +if (lean_is_exclusive(x_19)) { + lean_ctor_release(x_19, 0); + x_93 = x_19; +} else { + lean_dec_ref(x_19); + x_93 = lean_box(0); +} +x_94 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__1; +x_95 = 0; +x_96 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__2; +x_97 = lean_alloc_ctor(0, 2, 17); +lean_ctor_set(x_97, 0, x_1); +lean_ctor_set(x_97, 1, x_96); +lean_ctor_set_float(x_97, sizeof(void*)*2, x_94); +lean_ctor_set_float(x_97, sizeof(void*)*2 + 8, x_94); +lean_ctor_set_uint8(x_97, sizeof(void*)*2 + 16, x_95); +x_98 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__3; +x_99 = lean_alloc_ctor(9, 3, 0); +lean_ctor_set(x_99, 0, x_97); +lean_ctor_set(x_99, 1, x_15); +lean_ctor_set(x_99, 2, x_98); +lean_inc(x_13); +x_100 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_100, 0, x_13); +lean_ctor_set(x_100, 1, x_99); +x_101 = l_Lean_PersistentArray_push___rarg(x_92, x_100); +if (lean_is_scalar(x_93)) { + x_102 = lean_alloc_ctor(0, 1, 8); +} else { + x_102 = x_93; +} +lean_ctor_set(x_102, 0, x_101); +lean_ctor_set_uint64(x_102, sizeof(void*)*1, x_91); +if (lean_is_scalar(x_90)) { + x_103 = lean_alloc_ctor(0, 9, 0); +} else { + x_103 = x_90; +} +lean_ctor_set(x_103, 0, x_82); +lean_ctor_set(x_103, 1, x_83); +lean_ctor_set(x_103, 2, x_84); +lean_ctor_set(x_103, 3, x_85); +lean_ctor_set(x_103, 4, x_102); +lean_ctor_set(x_103, 5, x_86); +lean_ctor_set(x_103, 6, x_87); +lean_ctor_set(x_103, 7, x_88); +lean_ctor_set(x_103, 8, x_89); +x_104 = lean_st_ref_set(x_11, x_103, x_81); +x_105 = lean_ctor_get(x_104, 1); +lean_inc(x_105); +if (lean_is_exclusive(x_104)) { + lean_ctor_release(x_104, 0); + lean_ctor_release(x_104, 1); + x_106 = x_104; +} else { + lean_dec_ref(x_104); + x_106 = lean_box(0); +} +x_107 = lean_box(0); +if (lean_is_scalar(x_106)) { + x_108 = lean_alloc_ctor(0, 2, 0); +} else { + x_108 = x_106; +} +lean_ctor_set(x_108, 0, x_107); +lean_ctor_set(x_108, 1, x_105); +return x_108; +} +} +} LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__1(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) { _start: { @@ -845,6 +1278,106 @@ lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); +lean_inc(x_1); +x_13 = l_Lean_Meta_Grind_Arith_Linear_setTermStructId(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_13) == 0) +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = l_Lean_Meta_Grind_markAsLinarithTerm(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_14); +return x_15; +} +else +{ +uint8_t x_16; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_1); +x_16 = !lean_is_exclusive(x_13); +if (x_16 == 0) +{ +return x_13; +} +else +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = lean_ctor_get(x_13, 0); +x_18 = lean_ctor_get(x_13, 1); +lean_inc(x_18); +lean_inc(x_17); +lean_dec(x_13); +x_19 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_19, 0, x_17); +lean_ctor_set(x_19, 1, x_18); +return x_19; +} +} +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("grind", 5, 5); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("linarith", 8, 8); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("internalize", 11, 11); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__1; +x_2 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__2; +x_3 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__3; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__2; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2(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) { +_start: +{ +lean_object* x_13; +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_inc(x_5); +lean_inc(x_4); x_13 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); if (lean_obj_tag(x_13) == 0) { @@ -888,68 +1421,89 @@ return x_20; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; x_21 = lean_ctor_get(x_13, 1); lean_inc(x_21); lean_dec(x_13); x_22 = lean_ctor_get(x_14, 0); lean_inc(x_22); lean_dec(x_14); -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_inc(x_5); -lean_inc(x_4); -lean_inc(x_2); -x_23 = l_Lean_Meta_Grind_Arith_Linear_setTermStructId(x_2, x_22, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_21); -if (lean_obj_tag(x_23) == 0) -{ -lean_object* x_24; lean_object* x_25; -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -x_25 = l_Lean_Meta_Grind_markAsLinarithTerm(x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_24); -return x_25; -} -else -{ -uint8_t x_26; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_2); -x_26 = !lean_is_exclusive(x_23); +x_23 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__4; +x_24 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__1(x_23, x_22, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_21); +x_25 = lean_ctor_get(x_24, 0); +lean_inc(x_25); +x_26 = lean_unbox(x_25); +lean_dec(x_25); if (x_26 == 0) { -return x_23; -} -else -{ lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_23, 0); -x_28 = lean_ctor_get(x_23, 1); -lean_inc(x_28); +x_27 = lean_ctor_get(x_24, 1); lean_inc(x_27); -lean_dec(x_23); -x_29 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_29, 0, x_27); -lean_ctor_set(x_29, 1, x_28); +lean_dec(x_24); +x_28 = lean_box(0); +x_29 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__1(x_2, x_28, x_22, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_27); return x_29; } -} -} -} else { uint8_t x_30; +x_30 = !lean_is_exclusive(x_24); +if (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; lean_object* x_39; +x_31 = lean_ctor_get(x_24, 1); +x_32 = lean_ctor_get(x_24, 0); +lean_dec(x_32); +lean_inc(x_2); +x_33 = l_Lean_MessageData_ofExpr(x_2); +x_34 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__5; +lean_ctor_set_tag(x_24, 7); +lean_ctor_set(x_24, 1, x_33); +lean_ctor_set(x_24, 0, x_34); +x_35 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_35, 0, x_24); +lean_ctor_set(x_35, 1, x_34); +x_36 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2(x_23, x_35, x_22, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_31); +x_37 = lean_ctor_get(x_36, 0); +lean_inc(x_37); +x_38 = lean_ctor_get(x_36, 1); +lean_inc(x_38); +lean_dec(x_36); +x_39 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__1(x_2, x_37, x_22, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_38); +lean_dec(x_37); +return x_39; +} +else +{ +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; +x_40 = lean_ctor_get(x_24, 1); +lean_inc(x_40); +lean_dec(x_24); +lean_inc(x_2); +x_41 = l_Lean_MessageData_ofExpr(x_2); +x_42 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__5; +x_43 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_41); +x_44 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_44, 0, x_43); +lean_ctor_set(x_44, 1, x_42); +x_45 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2(x_23, x_44, x_22, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_40); +x_46 = lean_ctor_get(x_45, 0); +lean_inc(x_46); +x_47 = lean_ctor_get(x_45, 1); +lean_inc(x_47); +lean_dec(x_45); +x_48 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__1(x_2, x_46, x_22, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_47); +lean_dec(x_46); +return x_48; +} +} +} +} +else +{ +uint8_t x_49; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -959,28 +1513,28 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_30 = !lean_is_exclusive(x_13); -if (x_30 == 0) +x_49 = !lean_is_exclusive(x_13); +if (x_49 == 0) { return x_13; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_13, 0); -x_32 = lean_ctor_get(x_13, 1); -lean_inc(x_32); -lean_inc(x_31); +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_13, 0); +x_51 = lean_ctor_get(x_13, 1); +lean_inc(x_51); +lean_inc(x_50); lean_dec(x_13); -x_33 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_33, 0, x_31); -lean_ctor_set(x_33, 1, x_32); -return x_33; +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; } } } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2(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_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__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, 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; @@ -1018,7 +1572,7 @@ if (x_18 == 0) { lean_object* x_19; lean_object* x_20; x_19 = lean_box(0); -x_20 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__1(x_16, x_1, x_19, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_20 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2(x_16, x_1, x_19, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); return x_20; } else @@ -1095,17 +1649,51 @@ x_21 = lean_ctor_get(x_12, 1); lean_inc(x_21); lean_dec(x_12); x_22 = lean_box(0); -x_23 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2(x_1, x_2, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_21); +x_23 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__3(x_1, x_2, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_21); return x_23; } } } +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_internalize___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) { +_start: +{ +lean_object* x_12; +x_12 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_12; +} +} +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___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) { +_start: +{ +lean_object* x_13; +x_13 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_13; +} +} LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__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) { _start: { lean_object* x_13; x_13 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_3); +lean_dec(x_2); return x_13; } } @@ -1118,6 +1706,15 @@ lean_dec(x_3); return x_13; } } +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__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, 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; +x_13 = l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_3); +return x_13; +} +} lean_object* initialize_Lean_Meta_Tactic_Grind_Simp(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Meta_Tactic_Grind_Arith_CommRing_Reify(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Meta_Tactic_Grind_Arith_Linear_StructId(uint8_t builtin, lean_object*); @@ -1193,6 +1790,12 @@ l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_A lean_mark_persistent(l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__26); l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__27 = _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__27(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__27); +l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__28 = _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__28(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__28); +l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__29 = _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__29(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__29); +l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__30 = _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__30(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_getType_x3f___closed__30); l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__1 = _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__1(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__1); l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__2 = _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__2(); @@ -1219,6 +1822,21 @@ l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_A lean_mark_persistent(l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__12); l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__13 = _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__13(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Internalize_0__Lean_Meta_Grind_Arith_Linear_isForbiddenParent___closed__13); +l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__1 = _init_l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__1(); +l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__2 = _init_l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__2(); +lean_mark_persistent(l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__2); +l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__3 = _init_l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__3(); +lean_mark_persistent(l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_internalize___spec__2___closed__3); +l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__1 = _init_l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__1); +l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__2 = _init_l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__2(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__2); +l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__3 = _init_l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__3(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__3); +l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__4 = _init_l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__4(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__4); +l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__5 = _init_l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__5(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_internalize___lambda__2___closed__5); return lean_io_result_mk_ok(lean_box(0)); } #ifdef __cplusplus diff --git a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Proof.c b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Proof.c index 502bfe8a2e..492fcf7521 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Proof.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Proof.c @@ -20,6 +20,7 @@ lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_mkLetOfMap___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___spec__6(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_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___spec__10(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_mkRingExprDecl___lambda__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*); +static lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__3; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__20; LEAN_EXPORT uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Meta_Grind_Arith_Linear_mkExprDecl___spec__1(lean_object*, lean_object*); lean_object* l_Lean_RArray_toExpr___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -64,6 +65,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof__ LEAN_EXPORT uint64_t l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_caching_unsafe__1___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___spec__8(size_t, size_t, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__4; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__8; LEAN_EXPORT uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Meta_Grind_Arith_Linear_mkPolyDecl___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkFreshFVarId___at_Lean_Meta_Grind_Arith_Linear_mkPolyDecl___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*); @@ -85,6 +87,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProof__ LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof(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___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext___lambda__1___closed__1; lean_object* l_Lean_Meta_Grind_Arith_Linear_getOne(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_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_toContextExpr___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_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__15; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_getContext___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*); @@ -120,6 +123,7 @@ lean_object* l_Lean_Meta_Grind_Arith_CommRing_toContextExpr___boxed(lean_object* uint64_t l_Lean_Grind_CommRing_hashExpr____x40_Init_Grind_CommRing_Poly___hyg_438_(lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_Meta_Grind_Arith_Linear_mkPolyDecl___spec__8(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof___closed__11; +static lean_object* l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__3; uint64_t lean_uint64_shift_right(uint64_t, uint64_t); uint64_t lean_usize_to_uint64(size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_getRingContext(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -143,9 +147,11 @@ static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lea lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__1(uint64_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProof(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_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__1; lean_object* lean_st_mk_ref(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__17; static lean_object* l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__1; +static lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_mkCommRingThmPrefix(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_DHashMap_Internal_AssocList_foldlM___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___spec__2___boxed(lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); @@ -156,6 +162,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0 LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_mkPolyDecl___lambda__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*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Meta_Grind_Arith_Linear_mkExprDecl___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof___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*); +static lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___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_Expr_letE___override(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); @@ -197,6 +204,7 @@ lean_object* l_Lean_mkApp3(lean_object*, lean_object*, lean_object*, lean_object lean_object* l_Lean_Meta_Grind_mkEqFalseProof(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_Meta_Grind_Arith_Linear_mkExprDecl___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_Std_DHashMap_Internal_AssocList_foldlM___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___spec__2(lean_object*, lean_object*); +lean_object* l_Lean_Meta_Grind_mkDiseqProof(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*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_getRingContext___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_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_Meta_Grind_Arith_Linear_mkExprDecl___spec__3(lean_object*, lean_object*, lean_object*); @@ -16931,144 +16939,1746 @@ lean_dec(x_3); return x_14; } } +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("diseq_norm", 10, 10); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__2() { +_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_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__3; +x_2 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__4; +x_3 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__5; +x_4 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__1; +x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__3() { +_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_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__3; +x_2 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__4; +x_3 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__18; +x_4 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__1; +x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__4() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("diseq_neg", 9, 9); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___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___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__3; +x_2 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__4; +x_3 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__5; +x_4 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__4; +x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); +return x_5; +} +} LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof(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: { -size_t x_14; uint64_t x_15; uint64_t x_16; uint64_t x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_14 = lean_ptr_addr(x_1); -x_15 = lean_usize_to_uint64(x_14); -x_16 = 2; -x_17 = lean_uint64_shift_right(x_15, x_16); -x_18 = lean_st_ref_get(x_3, x_13); -x_19 = lean_ctor_get(x_18, 0); -lean_inc(x_19); +lean_object* x_14; size_t x_15; uint64_t x_16; uint64_t x_17; uint64_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_14 = lean_ctor_get(x_1, 1); +lean_inc(x_14); +x_15 = lean_ptr_addr(x_1); +x_16 = lean_usize_to_uint64(x_15); +x_17 = 2; +x_18 = lean_uint64_shift_right(x_16, x_17); +x_19 = lean_st_ref_get(x_3, x_13); x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); -lean_dec(x_19); -x_21 = !lean_is_exclusive(x_18); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint64_t x_26; uint64_t x_27; uint64_t x_28; uint64_t x_29; uint64_t x_30; uint64_t x_31; size_t x_32; size_t x_33; size_t x_34; size_t x_35; size_t x_36; lean_object* x_37; lean_object* x_38; -x_22 = lean_ctor_get(x_18, 1); -x_23 = lean_ctor_get(x_18, 0); -lean_dec(x_23); -x_24 = lean_ctor_get(x_20, 1); -lean_inc(x_24); +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); lean_dec(x_20); -x_25 = lean_array_get_size(x_24); -x_26 = 32; -x_27 = lean_uint64_shift_right(x_17, x_26); -x_28 = lean_uint64_xor(x_17, x_27); -x_29 = 16; -x_30 = lean_uint64_shift_right(x_28, x_29); -x_31 = lean_uint64_xor(x_28, x_30); -x_32 = lean_uint64_to_usize(x_31); -x_33 = lean_usize_of_nat(x_25); -lean_dec(x_25); -x_34 = 1; -x_35 = lean_usize_sub(x_33, x_34); -x_36 = lean_usize_land(x_32, x_35); -x_37 = lean_array_uget(x_24, x_36); +x_22 = !lean_is_exclusive(x_19); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint64_t x_27; uint64_t x_28; uint64_t x_29; uint64_t x_30; uint64_t x_31; uint64_t x_32; size_t x_33; size_t x_34; size_t x_35; lean_object* x_36; lean_object* x_37; size_t x_171; size_t x_172; lean_object* x_173; lean_object* x_174; +x_23 = lean_ctor_get(x_19, 1); +x_24 = lean_ctor_get(x_19, 0); lean_dec(x_24); -x_38 = l_Std_DHashMap_Internal_AssocList_get_x3f___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__1(x_17, x_37); -if (lean_obj_tag(x_38) == 0) +x_25 = lean_ctor_get(x_21, 1); +lean_inc(x_25); +lean_dec(x_21); +x_26 = lean_array_get_size(x_25); +x_27 = 32; +x_28 = lean_uint64_shift_right(x_18, x_27); +x_29 = lean_uint64_xor(x_18, x_28); +x_30 = 16; +x_31 = lean_uint64_shift_right(x_29, x_30); +x_32 = lean_uint64_xor(x_29, x_31); +x_33 = lean_uint64_to_usize(x_32); +x_34 = lean_usize_of_nat(x_26); +lean_dec(x_26); +x_35 = 1; +x_171 = lean_usize_sub(x_34, x_35); +x_172 = lean_usize_land(x_33, x_171); +x_173 = lean_array_uget(x_25, x_172); +lean_dec(x_25); +x_174 = l_Std_DHashMap_Internal_AssocList_get_x3f___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__1(x_18, x_173); +if (lean_obj_tag(x_174) == 0) { -lean_object* x_39; lean_object* x_40; uint8_t x_41; -lean_free_object(x_18); -x_39 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof___closed__20; -x_40 = l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof___spec__1(x_39, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_22); -x_41 = !lean_is_exclusive(x_40); -if (x_41 == 0) +lean_free_object(x_19); +switch (lean_obj_tag(x_14)) { +case 0: { -return x_40; +lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; +x_175 = lean_ctor_get(x_14, 0); +lean_inc(x_175); +x_176 = lean_ctor_get(x_14, 1); +lean_inc(x_176); +x_177 = lean_ctor_get(x_14, 2); +lean_inc(x_177); +x_178 = lean_ctor_get(x_14, 3); +lean_inc(x_178); +lean_dec(x_14); +x_179 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__2; +lean_inc(x_2); +x_180 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_mkIntModThmPrefix(x_179, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_23); +if (lean_obj_tag(x_180) == 0) +{ +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; +x_181 = lean_ctor_get(x_180, 0); +lean_inc(x_181); +x_182 = lean_ctor_get(x_180, 1); +lean_inc(x_182); +lean_dec(x_180); +x_183 = l_Lean_Meta_Grind_Arith_Linear_mkExprDecl(x_177, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_182); +x_184 = lean_ctor_get(x_183, 0); +lean_inc(x_184); +x_185 = lean_ctor_get(x_183, 1); +lean_inc(x_185); +lean_dec(x_183); +x_186 = l_Lean_Meta_Grind_Arith_Linear_mkExprDecl(x_178, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_185); +x_187 = lean_ctor_get(x_186, 0); +lean_inc(x_187); +x_188 = lean_ctor_get(x_186, 1); +lean_inc(x_188); +lean_dec(x_186); +x_189 = lean_ctor_get(x_1, 0); +lean_inc(x_189); +lean_dec(x_1); +x_190 = l_Lean_Meta_Grind_Arith_Linear_mkPolyDecl(x_189, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_188); +lean_dec(x_2); +x_191 = lean_ctor_get(x_190, 0); +lean_inc(x_191); +x_192 = lean_ctor_get(x_190, 1); +lean_inc(x_192); +lean_dec(x_190); +x_193 = l_Lean_Meta_Grind_mkDiseqProof(x_175, x_176, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_192); +if (lean_obj_tag(x_193) == 0) +{ +lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; +x_194 = lean_ctor_get(x_193, 0); +lean_inc(x_194); +x_195 = lean_ctor_get(x_193, 1); +lean_inc(x_195); +lean_dec(x_193); +x_196 = l_Lean_reflBoolTrue; +x_197 = l_Lean_mkApp5(x_181, x_184, x_187, x_191, x_196, x_194); +x_36 = x_197; +x_37 = x_195; +goto block_170; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_40, 0); -x_43 = lean_ctor_get(x_40, 1); -lean_inc(x_43); -lean_inc(x_42); -lean_dec(x_40); -x_44 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_44, 0, x_42); -lean_ctor_set(x_44, 1, x_43); -return x_44; +uint8_t x_198; +lean_dec(x_191); +lean_dec(x_187); +lean_dec(x_184); +lean_dec(x_181); +x_198 = !lean_is_exclusive(x_193); +if (x_198 == 0) +{ +return x_193; +} +else +{ +lean_object* x_199; lean_object* x_200; lean_object* x_201; +x_199 = lean_ctor_get(x_193, 0); +x_200 = lean_ctor_get(x_193, 1); +lean_inc(x_200); +lean_inc(x_199); +lean_dec(x_193); +x_201 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_201, 0, x_199); +lean_ctor_set(x_201, 1, x_200); +return x_201; +} } } else { -lean_object* x_45; -x_45 = lean_ctor_get(x_38, 0); -lean_inc(x_45); +uint8_t x_202; +lean_dec(x_178); +lean_dec(x_177); +lean_dec(x_176); +lean_dec(x_175); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); +x_202 = !lean_is_exclusive(x_180); +if (x_202 == 0) +{ +return x_180; +} +else +{ +lean_object* x_203; lean_object* x_204; lean_object* x_205; +x_203 = lean_ctor_get(x_180, 0); +x_204 = lean_ctor_get(x_180, 1); +lean_inc(x_204); +lean_inc(x_203); +lean_dec(x_180); +x_205 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_205, 0, x_203); +lean_ctor_set(x_205, 1, x_204); +return x_205; +} +} +} +case 1: +{ +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; +x_206 = lean_ctor_get(x_14, 0); +lean_inc(x_206); +x_207 = lean_ctor_get(x_14, 1); +lean_inc(x_207); +x_208 = lean_ctor_get(x_14, 2); +lean_inc(x_208); +x_209 = lean_ctor_get(x_14, 3); +lean_inc(x_209); +x_210 = lean_ctor_get(x_14, 4); +lean_inc(x_210); +x_211 = lean_ctor_get(x_14, 5); +lean_inc(x_211); +lean_dec(x_14); +x_212 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__3; +lean_inc(x_2); +x_213 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_mkCommRingThmPrefix(x_212, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_23); +if (lean_obj_tag(x_213) == 0) +{ +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; +x_214 = lean_ctor_get(x_213, 0); +lean_inc(x_214); +x_215 = lean_ctor_get(x_213, 1); +lean_inc(x_215); +lean_dec(x_213); +x_216 = l_Lean_Meta_Grind_Arith_Linear_mkRingExprDecl(x_208, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_215); +x_217 = lean_ctor_get(x_216, 0); +lean_inc(x_217); +x_218 = lean_ctor_get(x_216, 1); +lean_inc(x_218); +lean_dec(x_216); +x_219 = l_Lean_Meta_Grind_Arith_Linear_mkRingExprDecl(x_209, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_218); +x_220 = lean_ctor_get(x_219, 0); +lean_inc(x_220); +x_221 = lean_ctor_get(x_219, 1); +lean_inc(x_221); +lean_dec(x_219); +x_222 = l_Lean_Meta_Grind_Arith_Linear_mkRingPolyDecl(x_210, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_221); +x_223 = lean_ctor_get(x_222, 0); +lean_inc(x_223); +x_224 = lean_ctor_get(x_222, 1); +lean_inc(x_224); +lean_dec(x_222); +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_inc(x_5); +x_225 = l_Lean_Meta_Grind_mkDiseqProof(x_206, x_207, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_224); +if (lean_obj_tag(x_225) == 0) +{ +lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; +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(x_225); +x_228 = l_Lean_reflBoolTrue; +x_229 = l_Lean_mkApp5(x_214, x_217, x_220, x_223, x_228, x_226); +x_230 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__2; +lean_inc(x_2); +x_231 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_mkIntModThmPrefix(x_230, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_227); +if (lean_obj_tag(x_231) == 0) +{ +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; +x_232 = lean_ctor_get(x_231, 0); +lean_inc(x_232); +x_233 = lean_ctor_get(x_231, 1); +lean_inc(x_233); +lean_dec(x_231); +x_234 = l_Lean_Meta_Grind_Arith_Linear_mkExprDecl(x_211, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_233); +x_235 = lean_ctor_get(x_234, 0); +lean_inc(x_235); +x_236 = lean_ctor_get(x_234, 1); +lean_inc(x_236); +lean_dec(x_234); +x_237 = lean_box(0); +x_238 = l_Lean_Meta_Grind_Arith_Linear_mkExprDecl(x_237, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_236); +x_239 = lean_ctor_get(x_238, 0); +lean_inc(x_239); +x_240 = lean_ctor_get(x_238, 1); +lean_inc(x_240); +lean_dec(x_238); +x_241 = lean_ctor_get(x_1, 0); +lean_inc(x_241); +lean_dec(x_1); +x_242 = l_Lean_Meta_Grind_Arith_Linear_mkPolyDecl(x_241, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_240); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +x_243 = lean_ctor_get(x_242, 0); +lean_inc(x_243); +x_244 = lean_ctor_get(x_242, 1); +lean_inc(x_244); +lean_dec(x_242); +x_245 = l_Lean_mkApp5(x_232, x_235, x_239, x_243, x_228, x_229); +x_36 = x_245; +x_37 = x_244; +goto block_170; +} +else +{ +uint8_t x_246; +lean_dec(x_229); +lean_dec(x_211); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); +x_246 = !lean_is_exclusive(x_231); +if (x_246 == 0) +{ +return x_231; +} +else +{ +lean_object* x_247; lean_object* x_248; lean_object* x_249; +x_247 = lean_ctor_get(x_231, 0); +x_248 = lean_ctor_get(x_231, 1); +lean_inc(x_248); +lean_inc(x_247); +lean_dec(x_231); +x_249 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_249, 0, x_247); +lean_ctor_set(x_249, 1, x_248); +return x_249; +} +} +} +else +{ +uint8_t x_250; +lean_dec(x_223); +lean_dec(x_220); +lean_dec(x_217); +lean_dec(x_214); +lean_dec(x_211); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); +x_250 = !lean_is_exclusive(x_225); +if (x_250 == 0) +{ +return x_225; +} +else +{ +lean_object* x_251; lean_object* x_252; lean_object* x_253; +x_251 = lean_ctor_get(x_225, 0); +x_252 = lean_ctor_get(x_225, 1); +lean_inc(x_252); +lean_inc(x_251); +lean_dec(x_225); +x_253 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_253, 0, x_251); +lean_ctor_set(x_253, 1, x_252); +return x_253; +} +} +} +else +{ +uint8_t x_254; +lean_dec(x_211); +lean_dec(x_210); +lean_dec(x_209); +lean_dec(x_208); +lean_dec(x_207); +lean_dec(x_206); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); +x_254 = !lean_is_exclusive(x_213); +if (x_254 == 0) +{ +return x_213; +} +else +{ +lean_object* x_255; lean_object* x_256; lean_object* x_257; +x_255 = lean_ctor_get(x_213, 0); +x_256 = lean_ctor_get(x_213, 1); +lean_inc(x_256); +lean_inc(x_255); +lean_dec(x_213); +x_257 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_257, 0, x_255); +lean_ctor_set(x_257, 1, x_256); +return x_257; +} +} +} +default: +{ +lean_object* x_258; lean_object* x_259; lean_object* x_260; +x_258 = lean_ctor_get(x_14, 0); +lean_inc(x_258); +lean_dec(x_14); +x_259 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__5; +lean_inc(x_2); +x_260 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_mkIntModThmPrefix(x_259, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_23); +if (lean_obj_tag(x_260) == 0) +{ +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; +x_261 = lean_ctor_get(x_260, 0); +lean_inc(x_261); +x_262 = lean_ctor_get(x_260, 1); +lean_inc(x_262); +lean_dec(x_260); +x_263 = lean_ctor_get(x_258, 0); +lean_inc(x_263); +x_264 = l_Lean_Meta_Grind_Arith_Linear_mkPolyDecl(x_263, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_262); +x_265 = lean_ctor_get(x_264, 0); +lean_inc(x_265); +x_266 = lean_ctor_get(x_264, 1); +lean_inc(x_266); +lean_dec(x_264); +x_267 = lean_ctor_get(x_1, 0); +lean_inc(x_267); +lean_dec(x_1); +x_268 = l_Lean_Meta_Grind_Arith_Linear_mkPolyDecl(x_267, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_266); +x_269 = lean_ctor_get(x_268, 0); +lean_inc(x_269); +x_270 = lean_ctor_get(x_268, 1); +lean_inc(x_270); +lean_dec(x_268); +x_271 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof(x_258, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_270); +if (lean_obj_tag(x_271) == 0) +{ +lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; +x_272 = lean_ctor_get(x_271, 0); +lean_inc(x_272); +x_273 = lean_ctor_get(x_271, 1); +lean_inc(x_273); +lean_dec(x_271); +x_274 = l_Lean_reflBoolTrue; +x_275 = l_Lean_mkApp4(x_261, x_265, x_269, x_274, x_272); +x_36 = x_275; +x_37 = x_273; +goto block_170; +} +else +{ +uint8_t x_276; +lean_dec(x_269); +lean_dec(x_265); +lean_dec(x_261); +x_276 = !lean_is_exclusive(x_271); +if (x_276 == 0) +{ +return x_271; +} +else +{ +lean_object* x_277; lean_object* x_278; lean_object* x_279; +x_277 = lean_ctor_get(x_271, 0); +x_278 = lean_ctor_get(x_271, 1); +lean_inc(x_278); +lean_inc(x_277); +lean_dec(x_271); +x_279 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_279, 0, x_277); +lean_ctor_set(x_279, 1, x_278); +return x_279; +} +} +} +else +{ +uint8_t x_280; +lean_dec(x_258); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); +x_280 = !lean_is_exclusive(x_260); +if (x_280 == 0) +{ +return x_260; +} +else +{ +lean_object* x_281; lean_object* x_282; lean_object* x_283; +x_281 = lean_ctor_get(x_260, 0); +x_282 = lean_ctor_get(x_260, 1); +lean_inc(x_282); +lean_inc(x_281); +lean_dec(x_260); +x_283 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_283, 0, x_281); +lean_ctor_set(x_283, 1, x_282); +return x_283; +} +} +} +} +} +else +{ +lean_object* x_284; +lean_dec(x_14); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); +x_284 = lean_ctor_get(x_174, 0); +lean_inc(x_284); +lean_dec(x_174); +lean_ctor_set(x_19, 0, x_284); +return x_19; +} +block_170: +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; +x_38 = lean_st_ref_take(x_3, x_37); +x_39 = lean_ctor_get(x_38, 0); +lean_inc(x_39); +x_40 = lean_ctor_get(x_39, 0); +lean_inc(x_40); +x_41 = lean_ctor_get(x_38, 1); +lean_inc(x_41); lean_dec(x_38); -lean_ctor_set(x_18, 0, x_45); -return x_18; -} -} -else +x_42 = !lean_is_exclusive(x_39); +if (x_42 == 0) { -lean_object* x_46; lean_object* x_47; lean_object* x_48; uint64_t x_49; uint64_t x_50; uint64_t x_51; uint64_t x_52; uint64_t x_53; uint64_t x_54; size_t x_55; size_t x_56; size_t x_57; size_t x_58; size_t x_59; lean_object* x_60; lean_object* x_61; -x_46 = lean_ctor_get(x_18, 1); -lean_inc(x_46); -lean_dec(x_18); -x_47 = lean_ctor_get(x_20, 1); -lean_inc(x_47); -lean_dec(x_20); -x_48 = lean_array_get_size(x_47); -x_49 = 32; -x_50 = lean_uint64_shift_right(x_17, x_49); -x_51 = lean_uint64_xor(x_17, x_50); -x_52 = 16; -x_53 = lean_uint64_shift_right(x_51, x_52); -x_54 = lean_uint64_xor(x_51, x_53); -x_55 = lean_uint64_to_usize(x_54); -x_56 = lean_usize_of_nat(x_48); -lean_dec(x_48); -x_57 = 1; -x_58 = lean_usize_sub(x_56, x_57); -x_59 = lean_usize_land(x_55, x_58); -x_60 = lean_array_uget(x_47, x_59); +lean_object* x_43; uint8_t x_44; +x_43 = lean_ctor_get(x_39, 0); +lean_dec(x_43); +x_44 = !lean_is_exclusive(x_40); +if (x_44 == 0) +{ +lean_object* x_45; lean_object* x_46; lean_object* x_47; size_t x_48; size_t x_49; size_t x_50; lean_object* x_51; uint8_t x_52; +x_45 = lean_ctor_get(x_40, 0); +x_46 = lean_ctor_get(x_40, 1); +x_47 = lean_array_get_size(x_46); +x_48 = lean_usize_of_nat(x_47); lean_dec(x_47); -x_61 = l_Std_DHashMap_Internal_AssocList_get_x3f___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__1(x_17, x_60); -if (lean_obj_tag(x_61) == 0) +x_49 = lean_usize_sub(x_48, x_35); +x_50 = lean_usize_land(x_33, x_49); +x_51 = lean_array_uget(x_46, x_50); +lean_inc(x_51); +x_52 = l_Std_DHashMap_Internal_AssocList_contains___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__2(x_18, x_51); +if (x_52 == 0) { -lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_62 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof___closed__20; -x_63 = l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof___spec__1(x_62, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_46); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -if (lean_is_exclusive(x_63)) { - lean_ctor_release(x_63, 0); - lean_ctor_release(x_63, 1); - x_66 = x_63; -} else { - lean_dec_ref(x_63); - x_66 = lean_box(0); -} -if (lean_is_scalar(x_66)) { - x_67 = lean_alloc_ctor(1, 2, 0); -} else { - x_67 = x_66; -} -lean_ctor_set(x_67, 0, x_64); -lean_ctor_set(x_67, 1, x_65); -return x_67; +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; +x_53 = lean_unsigned_to_nat(1u); +x_54 = lean_nat_add(x_45, x_53); +lean_dec(x_45); +x_55 = lean_box_uint64(x_18); +lean_inc(x_36); +x_56 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_56, 0, x_55); +lean_ctor_set(x_56, 1, x_36); +lean_ctor_set(x_56, 2, x_51); +x_57 = lean_array_uset(x_46, x_50, x_56); +x_58 = lean_unsigned_to_nat(4u); +x_59 = lean_nat_mul(x_54, x_58); +x_60 = lean_unsigned_to_nat(3u); +x_61 = lean_nat_div(x_59, x_60); +lean_dec(x_59); +x_62 = lean_array_get_size(x_57); +x_63 = lean_nat_dec_le(x_61, x_62); +lean_dec(x_62); +lean_dec(x_61); +if (x_63 == 0) +{ +lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_64 = l_Std_DHashMap_Internal_Raw_u2080_expand___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__3(x_57); +lean_ctor_set(x_40, 1, x_64); +lean_ctor_set(x_40, 0, x_54); +x_65 = lean_st_ref_set(x_3, x_39, x_41); +x_66 = !lean_is_exclusive(x_65); +if (x_66 == 0) +{ +lean_object* x_67; +x_67 = lean_ctor_get(x_65, 0); +lean_dec(x_67); +lean_ctor_set(x_65, 0, x_36); +return x_65; } else { lean_object* x_68; lean_object* x_69; -x_68 = lean_ctor_get(x_61, 0); +x_68 = lean_ctor_get(x_65, 1); lean_inc(x_68); -lean_dec(x_61); +lean_dec(x_65); x_69 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_69, 0, x_68); -lean_ctor_set(x_69, 1, x_46); +lean_ctor_set(x_69, 0, x_36); +lean_ctor_set(x_69, 1, x_68); return x_69; } } +else +{ +lean_object* x_70; uint8_t x_71; +lean_ctor_set(x_40, 1, x_57); +lean_ctor_set(x_40, 0, x_54); +x_70 = lean_st_ref_set(x_3, x_39, x_41); +x_71 = !lean_is_exclusive(x_70); +if (x_71 == 0) +{ +lean_object* x_72; +x_72 = lean_ctor_get(x_70, 0); +lean_dec(x_72); +lean_ctor_set(x_70, 0, x_36); +return x_70; +} +else +{ +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_36); +lean_ctor_set(x_74, 1, x_73); +return x_74; +} +} +} +else +{ +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; uint8_t x_80; +x_75 = lean_box(0); +x_76 = lean_array_uset(x_46, x_50, x_75); +lean_inc(x_36); +x_77 = l_Std_DHashMap_Internal_AssocList_replace___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__6(x_18, x_36, x_51); +x_78 = lean_array_uset(x_76, x_50, x_77); +lean_ctor_set(x_40, 1, x_78); +x_79 = lean_st_ref_set(x_3, x_39, x_41); +x_80 = !lean_is_exclusive(x_79); +if (x_80 == 0) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_79, 0); +lean_dec(x_81); +lean_ctor_set(x_79, 0, x_36); +return x_79; +} +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_79, 1); +lean_inc(x_82); +lean_dec(x_79); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_36); +lean_ctor_set(x_83, 1, x_82); +return x_83; +} +} +} +else +{ +lean_object* x_84; lean_object* x_85; lean_object* x_86; size_t x_87; size_t x_88; size_t x_89; lean_object* x_90; uint8_t x_91; +x_84 = lean_ctor_get(x_40, 0); +x_85 = lean_ctor_get(x_40, 1); +lean_inc(x_85); +lean_inc(x_84); +lean_dec(x_40); +x_86 = lean_array_get_size(x_85); +x_87 = lean_usize_of_nat(x_86); +lean_dec(x_86); +x_88 = lean_usize_sub(x_87, x_35); +x_89 = lean_usize_land(x_33, x_88); +x_90 = lean_array_uget(x_85, x_89); +lean_inc(x_90); +x_91 = l_Std_DHashMap_Internal_AssocList_contains___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__2(x_18, x_90); +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; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; +x_92 = lean_unsigned_to_nat(1u); +x_93 = lean_nat_add(x_84, x_92); +lean_dec(x_84); +x_94 = lean_box_uint64(x_18); +lean_inc(x_36); +x_95 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_95, 0, x_94); +lean_ctor_set(x_95, 1, x_36); +lean_ctor_set(x_95, 2, x_90); +x_96 = lean_array_uset(x_85, x_89, x_95); +x_97 = lean_unsigned_to_nat(4u); +x_98 = lean_nat_mul(x_93, x_97); +x_99 = lean_unsigned_to_nat(3u); +x_100 = lean_nat_div(x_98, x_99); +lean_dec(x_98); +x_101 = lean_array_get_size(x_96); +x_102 = lean_nat_dec_le(x_100, x_101); +lean_dec(x_101); +lean_dec(x_100); +if (x_102 == 0) +{ +lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; +x_103 = l_Std_DHashMap_Internal_Raw_u2080_expand___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__3(x_96); +x_104 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_104, 0, x_93); +lean_ctor_set(x_104, 1, x_103); +lean_ctor_set(x_39, 0, x_104); +x_105 = lean_st_ref_set(x_3, x_39, x_41); +x_106 = lean_ctor_get(x_105, 1); +lean_inc(x_106); +if (lean_is_exclusive(x_105)) { + lean_ctor_release(x_105, 0); + lean_ctor_release(x_105, 1); + x_107 = x_105; +} else { + lean_dec_ref(x_105); + x_107 = lean_box(0); +} +if (lean_is_scalar(x_107)) { + x_108 = lean_alloc_ctor(0, 2, 0); +} else { + x_108 = x_107; +} +lean_ctor_set(x_108, 0, x_36); +lean_ctor_set(x_108, 1, x_106); +return x_108; +} +else +{ +lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_109 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_109, 0, x_93); +lean_ctor_set(x_109, 1, x_96); +lean_ctor_set(x_39, 0, x_109); +x_110 = lean_st_ref_set(x_3, x_39, x_41); +x_111 = lean_ctor_get(x_110, 1); +lean_inc(x_111); +if (lean_is_exclusive(x_110)) { + lean_ctor_release(x_110, 0); + lean_ctor_release(x_110, 1); + x_112 = x_110; +} else { + lean_dec_ref(x_110); + x_112 = lean_box(0); +} +if (lean_is_scalar(x_112)) { + x_113 = lean_alloc_ctor(0, 2, 0); +} else { + x_113 = x_112; +} +lean_ctor_set(x_113, 0, x_36); +lean_ctor_set(x_113, 1, x_111); +return x_113; +} +} +else +{ +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; +x_114 = lean_box(0); +x_115 = lean_array_uset(x_85, x_89, x_114); +lean_inc(x_36); +x_116 = l_Std_DHashMap_Internal_AssocList_replace___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__6(x_18, x_36, x_90); +x_117 = lean_array_uset(x_115, x_89, x_116); +x_118 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_118, 0, x_84); +lean_ctor_set(x_118, 1, x_117); +lean_ctor_set(x_39, 0, x_118); +x_119 = lean_st_ref_set(x_3, x_39, x_41); +x_120 = lean_ctor_get(x_119, 1); +lean_inc(x_120); +if (lean_is_exclusive(x_119)) { + lean_ctor_release(x_119, 0); + lean_ctor_release(x_119, 1); + x_121 = x_119; +} else { + lean_dec_ref(x_119); + x_121 = lean_box(0); +} +if (lean_is_scalar(x_121)) { + x_122 = lean_alloc_ctor(0, 2, 0); +} else { + x_122 = x_121; +} +lean_ctor_set(x_122, 0, x_36); +lean_ctor_set(x_122, 1, x_120); +return x_122; +} +} +} +else +{ +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; size_t x_131; size_t x_132; size_t x_133; lean_object* x_134; uint8_t x_135; +x_123 = lean_ctor_get(x_39, 1); +x_124 = lean_ctor_get(x_39, 2); +x_125 = lean_ctor_get(x_39, 3); +x_126 = lean_ctor_get(x_39, 4); +lean_inc(x_126); +lean_inc(x_125); +lean_inc(x_124); +lean_inc(x_123); +lean_dec(x_39); +x_127 = lean_ctor_get(x_40, 0); +lean_inc(x_127); +x_128 = lean_ctor_get(x_40, 1); +lean_inc(x_128); +if (lean_is_exclusive(x_40)) { + lean_ctor_release(x_40, 0); + lean_ctor_release(x_40, 1); + x_129 = x_40; +} else { + lean_dec_ref(x_40); + x_129 = lean_box(0); +} +x_130 = lean_array_get_size(x_128); +x_131 = lean_usize_of_nat(x_130); +lean_dec(x_130); +x_132 = lean_usize_sub(x_131, x_35); +x_133 = lean_usize_land(x_33, x_132); +x_134 = lean_array_uget(x_128, x_133); +lean_inc(x_134); +x_135 = l_Std_DHashMap_Internal_AssocList_contains___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__2(x_18, x_134); +if (x_135 == 0) +{ +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; uint8_t x_146; +x_136 = lean_unsigned_to_nat(1u); +x_137 = lean_nat_add(x_127, x_136); +lean_dec(x_127); +x_138 = lean_box_uint64(x_18); +lean_inc(x_36); +x_139 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_139, 0, x_138); +lean_ctor_set(x_139, 1, x_36); +lean_ctor_set(x_139, 2, x_134); +x_140 = lean_array_uset(x_128, x_133, x_139); +x_141 = lean_unsigned_to_nat(4u); +x_142 = lean_nat_mul(x_137, x_141); +x_143 = lean_unsigned_to_nat(3u); +x_144 = lean_nat_div(x_142, x_143); +lean_dec(x_142); +x_145 = lean_array_get_size(x_140); +x_146 = lean_nat_dec_le(x_144, x_145); +lean_dec(x_145); +lean_dec(x_144); +if (x_146 == 0) +{ +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; +x_147 = l_Std_DHashMap_Internal_Raw_u2080_expand___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__3(x_140); +if (lean_is_scalar(x_129)) { + x_148 = lean_alloc_ctor(0, 2, 0); +} else { + x_148 = x_129; +} +lean_ctor_set(x_148, 0, x_137); +lean_ctor_set(x_148, 1, x_147); +x_149 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_149, 0, x_148); +lean_ctor_set(x_149, 1, x_123); +lean_ctor_set(x_149, 2, x_124); +lean_ctor_set(x_149, 3, x_125); +lean_ctor_set(x_149, 4, x_126); +x_150 = lean_st_ref_set(x_3, x_149, x_41); +x_151 = lean_ctor_get(x_150, 1); +lean_inc(x_151); +if (lean_is_exclusive(x_150)) { + lean_ctor_release(x_150, 0); + lean_ctor_release(x_150, 1); + x_152 = x_150; +} else { + lean_dec_ref(x_150); + x_152 = lean_box(0); +} +if (lean_is_scalar(x_152)) { + x_153 = lean_alloc_ctor(0, 2, 0); +} else { + x_153 = x_152; +} +lean_ctor_set(x_153, 0, x_36); +lean_ctor_set(x_153, 1, x_151); +return x_153; +} +else +{ +lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; +if (lean_is_scalar(x_129)) { + x_154 = lean_alloc_ctor(0, 2, 0); +} else { + x_154 = x_129; +} +lean_ctor_set(x_154, 0, x_137); +lean_ctor_set(x_154, 1, x_140); +x_155 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_155, 0, x_154); +lean_ctor_set(x_155, 1, x_123); +lean_ctor_set(x_155, 2, x_124); +lean_ctor_set(x_155, 3, x_125); +lean_ctor_set(x_155, 4, x_126); +x_156 = lean_st_ref_set(x_3, x_155, x_41); +x_157 = lean_ctor_get(x_156, 1); +lean_inc(x_157); +if (lean_is_exclusive(x_156)) { + lean_ctor_release(x_156, 0); + lean_ctor_release(x_156, 1); + x_158 = x_156; +} else { + lean_dec_ref(x_156); + x_158 = lean_box(0); +} +if (lean_is_scalar(x_158)) { + x_159 = lean_alloc_ctor(0, 2, 0); +} else { + x_159 = x_158; +} +lean_ctor_set(x_159, 0, x_36); +lean_ctor_set(x_159, 1, x_157); +return x_159; +} +} +else +{ +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; +x_160 = lean_box(0); +x_161 = lean_array_uset(x_128, x_133, x_160); +lean_inc(x_36); +x_162 = l_Std_DHashMap_Internal_AssocList_replace___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__6(x_18, x_36, x_134); +x_163 = lean_array_uset(x_161, x_133, x_162); +if (lean_is_scalar(x_129)) { + x_164 = lean_alloc_ctor(0, 2, 0); +} else { + x_164 = x_129; +} +lean_ctor_set(x_164, 0, x_127); +lean_ctor_set(x_164, 1, x_163); +x_165 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_165, 0, x_164); +lean_ctor_set(x_165, 1, x_123); +lean_ctor_set(x_165, 2, x_124); +lean_ctor_set(x_165, 3, x_125); +lean_ctor_set(x_165, 4, x_126); +x_166 = lean_st_ref_set(x_3, x_165, x_41); +x_167 = lean_ctor_get(x_166, 1); +lean_inc(x_167); +if (lean_is_exclusive(x_166)) { + lean_ctor_release(x_166, 0); + lean_ctor_release(x_166, 1); + x_168 = x_166; +} else { + lean_dec_ref(x_166); + x_168 = lean_box(0); +} +if (lean_is_scalar(x_168)) { + x_169 = lean_alloc_ctor(0, 2, 0); +} else { + x_169 = x_168; +} +lean_ctor_set(x_169, 0, x_36); +lean_ctor_set(x_169, 1, x_167); +return x_169; +} +} +} +} +else +{ +lean_object* x_285; lean_object* x_286; lean_object* x_287; uint64_t x_288; uint64_t x_289; uint64_t x_290; uint64_t x_291; uint64_t x_292; uint64_t x_293; size_t x_294; size_t x_295; size_t x_296; lean_object* x_297; lean_object* x_298; size_t x_352; size_t x_353; lean_object* x_354; lean_object* x_355; +x_285 = lean_ctor_get(x_19, 1); +lean_inc(x_285); +lean_dec(x_19); +x_286 = lean_ctor_get(x_21, 1); +lean_inc(x_286); +lean_dec(x_21); +x_287 = lean_array_get_size(x_286); +x_288 = 32; +x_289 = lean_uint64_shift_right(x_18, x_288); +x_290 = lean_uint64_xor(x_18, x_289); +x_291 = 16; +x_292 = lean_uint64_shift_right(x_290, x_291); +x_293 = lean_uint64_xor(x_290, x_292); +x_294 = lean_uint64_to_usize(x_293); +x_295 = lean_usize_of_nat(x_287); +lean_dec(x_287); +x_296 = 1; +x_352 = lean_usize_sub(x_295, x_296); +x_353 = lean_usize_land(x_294, x_352); +x_354 = lean_array_uget(x_286, x_353); +lean_dec(x_286); +x_355 = l_Std_DHashMap_Internal_AssocList_get_x3f___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__1(x_18, x_354); +if (lean_obj_tag(x_355) == 0) +{ +switch (lean_obj_tag(x_14)) { +case 0: +{ +lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; lean_object* x_361; +x_356 = lean_ctor_get(x_14, 0); +lean_inc(x_356); +x_357 = lean_ctor_get(x_14, 1); +lean_inc(x_357); +x_358 = lean_ctor_get(x_14, 2); +lean_inc(x_358); +x_359 = lean_ctor_get(x_14, 3); +lean_inc(x_359); +lean_dec(x_14); +x_360 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__2; +lean_inc(x_2); +x_361 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_mkIntModThmPrefix(x_360, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_285); +if (lean_obj_tag(x_361) == 0) +{ +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; +x_362 = lean_ctor_get(x_361, 0); +lean_inc(x_362); +x_363 = lean_ctor_get(x_361, 1); +lean_inc(x_363); +lean_dec(x_361); +x_364 = l_Lean_Meta_Grind_Arith_Linear_mkExprDecl(x_358, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_363); +x_365 = lean_ctor_get(x_364, 0); +lean_inc(x_365); +x_366 = lean_ctor_get(x_364, 1); +lean_inc(x_366); +lean_dec(x_364); +x_367 = l_Lean_Meta_Grind_Arith_Linear_mkExprDecl(x_359, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_366); +x_368 = lean_ctor_get(x_367, 0); +lean_inc(x_368); +x_369 = lean_ctor_get(x_367, 1); +lean_inc(x_369); +lean_dec(x_367); +x_370 = lean_ctor_get(x_1, 0); +lean_inc(x_370); +lean_dec(x_1); +x_371 = l_Lean_Meta_Grind_Arith_Linear_mkPolyDecl(x_370, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_369); +lean_dec(x_2); +x_372 = lean_ctor_get(x_371, 0); +lean_inc(x_372); +x_373 = lean_ctor_get(x_371, 1); +lean_inc(x_373); +lean_dec(x_371); +x_374 = l_Lean_Meta_Grind_mkDiseqProof(x_356, x_357, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_373); +if (lean_obj_tag(x_374) == 0) +{ +lean_object* x_375; lean_object* x_376; lean_object* x_377; lean_object* x_378; +x_375 = lean_ctor_get(x_374, 0); +lean_inc(x_375); +x_376 = lean_ctor_get(x_374, 1); +lean_inc(x_376); +lean_dec(x_374); +x_377 = l_Lean_reflBoolTrue; +x_378 = l_Lean_mkApp5(x_362, x_365, x_368, x_372, x_377, x_375); +x_297 = x_378; +x_298 = x_376; +goto block_351; +} +else +{ +lean_object* x_379; lean_object* x_380; lean_object* x_381; lean_object* x_382; +lean_dec(x_372); +lean_dec(x_368); +lean_dec(x_365); +lean_dec(x_362); +x_379 = lean_ctor_get(x_374, 0); +lean_inc(x_379); +x_380 = lean_ctor_get(x_374, 1); +lean_inc(x_380); +if (lean_is_exclusive(x_374)) { + lean_ctor_release(x_374, 0); + lean_ctor_release(x_374, 1); + x_381 = x_374; +} else { + lean_dec_ref(x_374); + x_381 = lean_box(0); +} +if (lean_is_scalar(x_381)) { + x_382 = lean_alloc_ctor(1, 2, 0); +} else { + x_382 = x_381; +} +lean_ctor_set(x_382, 0, x_379); +lean_ctor_set(x_382, 1, x_380); +return x_382; +} +} +else +{ +lean_object* x_383; lean_object* x_384; lean_object* x_385; lean_object* x_386; +lean_dec(x_359); +lean_dec(x_358); +lean_dec(x_357); +lean_dec(x_356); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); +x_383 = lean_ctor_get(x_361, 0); +lean_inc(x_383); +x_384 = lean_ctor_get(x_361, 1); +lean_inc(x_384); +if (lean_is_exclusive(x_361)) { + lean_ctor_release(x_361, 0); + lean_ctor_release(x_361, 1); + x_385 = x_361; +} else { + lean_dec_ref(x_361); + x_385 = lean_box(0); +} +if (lean_is_scalar(x_385)) { + x_386 = lean_alloc_ctor(1, 2, 0); +} else { + x_386 = x_385; +} +lean_ctor_set(x_386, 0, x_383); +lean_ctor_set(x_386, 1, x_384); +return x_386; +} +} +case 1: +{ +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; +x_387 = lean_ctor_get(x_14, 0); +lean_inc(x_387); +x_388 = lean_ctor_get(x_14, 1); +lean_inc(x_388); +x_389 = lean_ctor_get(x_14, 2); +lean_inc(x_389); +x_390 = lean_ctor_get(x_14, 3); +lean_inc(x_390); +x_391 = lean_ctor_get(x_14, 4); +lean_inc(x_391); +x_392 = lean_ctor_get(x_14, 5); +lean_inc(x_392); +lean_dec(x_14); +x_393 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__3; +lean_inc(x_2); +x_394 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_mkCommRingThmPrefix(x_393, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_285); +if (lean_obj_tag(x_394) == 0) +{ +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; +x_395 = lean_ctor_get(x_394, 0); +lean_inc(x_395); +x_396 = lean_ctor_get(x_394, 1); +lean_inc(x_396); +lean_dec(x_394); +x_397 = l_Lean_Meta_Grind_Arith_Linear_mkRingExprDecl(x_389, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_396); +x_398 = lean_ctor_get(x_397, 0); +lean_inc(x_398); +x_399 = lean_ctor_get(x_397, 1); +lean_inc(x_399); +lean_dec(x_397); +x_400 = l_Lean_Meta_Grind_Arith_Linear_mkRingExprDecl(x_390, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_399); +x_401 = lean_ctor_get(x_400, 0); +lean_inc(x_401); +x_402 = lean_ctor_get(x_400, 1); +lean_inc(x_402); +lean_dec(x_400); +x_403 = l_Lean_Meta_Grind_Arith_Linear_mkRingPolyDecl(x_391, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_402); +x_404 = lean_ctor_get(x_403, 0); +lean_inc(x_404); +x_405 = lean_ctor_get(x_403, 1); +lean_inc(x_405); +lean_dec(x_403); +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_inc(x_5); +x_406 = l_Lean_Meta_Grind_mkDiseqProof(x_387, x_388, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_405); +if (lean_obj_tag(x_406) == 0) +{ +lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; +x_407 = lean_ctor_get(x_406, 0); +lean_inc(x_407); +x_408 = lean_ctor_get(x_406, 1); +lean_inc(x_408); +lean_dec(x_406); +x_409 = l_Lean_reflBoolTrue; +x_410 = l_Lean_mkApp5(x_395, x_398, x_401, x_404, x_409, x_407); +x_411 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__2; +lean_inc(x_2); +x_412 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_mkIntModThmPrefix(x_411, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_408); +if (lean_obj_tag(x_412) == 0) +{ +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; +x_413 = lean_ctor_get(x_412, 0); +lean_inc(x_413); +x_414 = lean_ctor_get(x_412, 1); +lean_inc(x_414); +lean_dec(x_412); +x_415 = l_Lean_Meta_Grind_Arith_Linear_mkExprDecl(x_392, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_414); +x_416 = lean_ctor_get(x_415, 0); +lean_inc(x_416); +x_417 = lean_ctor_get(x_415, 1); +lean_inc(x_417); +lean_dec(x_415); +x_418 = lean_box(0); +x_419 = l_Lean_Meta_Grind_Arith_Linear_mkExprDecl(x_418, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_417); +x_420 = lean_ctor_get(x_419, 0); +lean_inc(x_420); +x_421 = lean_ctor_get(x_419, 1); +lean_inc(x_421); +lean_dec(x_419); +x_422 = lean_ctor_get(x_1, 0); +lean_inc(x_422); +lean_dec(x_1); +x_423 = l_Lean_Meta_Grind_Arith_Linear_mkPolyDecl(x_422, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_421); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +x_424 = lean_ctor_get(x_423, 0); +lean_inc(x_424); +x_425 = lean_ctor_get(x_423, 1); +lean_inc(x_425); +lean_dec(x_423); +x_426 = l_Lean_mkApp5(x_413, x_416, x_420, x_424, x_409, x_410); +x_297 = x_426; +x_298 = x_425; +goto block_351; +} +else +{ +lean_object* x_427; lean_object* x_428; lean_object* x_429; lean_object* x_430; +lean_dec(x_410); +lean_dec(x_392); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); +x_427 = lean_ctor_get(x_412, 0); +lean_inc(x_427); +x_428 = lean_ctor_get(x_412, 1); +lean_inc(x_428); +if (lean_is_exclusive(x_412)) { + lean_ctor_release(x_412, 0); + lean_ctor_release(x_412, 1); + x_429 = x_412; +} else { + lean_dec_ref(x_412); + x_429 = lean_box(0); +} +if (lean_is_scalar(x_429)) { + x_430 = lean_alloc_ctor(1, 2, 0); +} else { + x_430 = x_429; +} +lean_ctor_set(x_430, 0, x_427); +lean_ctor_set(x_430, 1, x_428); +return x_430; +} +} +else +{ +lean_object* x_431; lean_object* x_432; lean_object* x_433; lean_object* x_434; +lean_dec(x_404); +lean_dec(x_401); +lean_dec(x_398); +lean_dec(x_395); +lean_dec(x_392); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); +x_431 = lean_ctor_get(x_406, 0); +lean_inc(x_431); +x_432 = lean_ctor_get(x_406, 1); +lean_inc(x_432); +if (lean_is_exclusive(x_406)) { + lean_ctor_release(x_406, 0); + lean_ctor_release(x_406, 1); + x_433 = x_406; +} else { + lean_dec_ref(x_406); + x_433 = lean_box(0); +} +if (lean_is_scalar(x_433)) { + x_434 = lean_alloc_ctor(1, 2, 0); +} else { + x_434 = x_433; +} +lean_ctor_set(x_434, 0, x_431); +lean_ctor_set(x_434, 1, x_432); +return x_434; +} +} +else +{ +lean_object* x_435; lean_object* x_436; lean_object* x_437; lean_object* x_438; +lean_dec(x_392); +lean_dec(x_391); +lean_dec(x_390); +lean_dec(x_389); +lean_dec(x_388); +lean_dec(x_387); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); +x_435 = lean_ctor_get(x_394, 0); +lean_inc(x_435); +x_436 = lean_ctor_get(x_394, 1); +lean_inc(x_436); +if (lean_is_exclusive(x_394)) { + lean_ctor_release(x_394, 0); + lean_ctor_release(x_394, 1); + x_437 = x_394; +} else { + lean_dec_ref(x_394); + x_437 = lean_box(0); +} +if (lean_is_scalar(x_437)) { + x_438 = lean_alloc_ctor(1, 2, 0); +} else { + x_438 = x_437; +} +lean_ctor_set(x_438, 0, x_435); +lean_ctor_set(x_438, 1, x_436); +return x_438; +} +} +default: +{ +lean_object* x_439; lean_object* x_440; lean_object* x_441; +x_439 = lean_ctor_get(x_14, 0); +lean_inc(x_439); +lean_dec(x_14); +x_440 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__5; +lean_inc(x_2); +x_441 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_mkIntModThmPrefix(x_440, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_285); +if (lean_obj_tag(x_441) == 0) +{ +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; +x_442 = lean_ctor_get(x_441, 0); +lean_inc(x_442); +x_443 = lean_ctor_get(x_441, 1); +lean_inc(x_443); +lean_dec(x_441); +x_444 = lean_ctor_get(x_439, 0); +lean_inc(x_444); +x_445 = l_Lean_Meta_Grind_Arith_Linear_mkPolyDecl(x_444, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_443); +x_446 = lean_ctor_get(x_445, 0); +lean_inc(x_446); +x_447 = lean_ctor_get(x_445, 1); +lean_inc(x_447); +lean_dec(x_445); +x_448 = lean_ctor_get(x_1, 0); +lean_inc(x_448); +lean_dec(x_1); +x_449 = l_Lean_Meta_Grind_Arith_Linear_mkPolyDecl(x_448, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_447); +x_450 = lean_ctor_get(x_449, 0); +lean_inc(x_450); +x_451 = lean_ctor_get(x_449, 1); +lean_inc(x_451); +lean_dec(x_449); +x_452 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof(x_439, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_451); +if (lean_obj_tag(x_452) == 0) +{ +lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; +x_453 = lean_ctor_get(x_452, 0); +lean_inc(x_453); +x_454 = lean_ctor_get(x_452, 1); +lean_inc(x_454); +lean_dec(x_452); +x_455 = l_Lean_reflBoolTrue; +x_456 = l_Lean_mkApp4(x_442, x_446, x_450, x_455, x_453); +x_297 = x_456; +x_298 = x_454; +goto block_351; +} +else +{ +lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; +lean_dec(x_450); +lean_dec(x_446); +lean_dec(x_442); +x_457 = lean_ctor_get(x_452, 0); +lean_inc(x_457); +x_458 = lean_ctor_get(x_452, 1); +lean_inc(x_458); +if (lean_is_exclusive(x_452)) { + lean_ctor_release(x_452, 0); + lean_ctor_release(x_452, 1); + x_459 = x_452; +} else { + lean_dec_ref(x_452); + x_459 = lean_box(0); +} +if (lean_is_scalar(x_459)) { + x_460 = lean_alloc_ctor(1, 2, 0); +} else { + x_460 = x_459; +} +lean_ctor_set(x_460, 0, x_457); +lean_ctor_set(x_460, 1, x_458); +return x_460; +} +} +else +{ +lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; +lean_dec(x_439); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); +x_461 = lean_ctor_get(x_441, 0); +lean_inc(x_461); +x_462 = lean_ctor_get(x_441, 1); +lean_inc(x_462); +if (lean_is_exclusive(x_441)) { + lean_ctor_release(x_441, 0); + lean_ctor_release(x_441, 1); + x_463 = x_441; +} else { + lean_dec_ref(x_441); + x_463 = lean_box(0); +} +if (lean_is_scalar(x_463)) { + x_464 = lean_alloc_ctor(1, 2, 0); +} else { + x_464 = x_463; +} +lean_ctor_set(x_464, 0, x_461); +lean_ctor_set(x_464, 1, x_462); +return x_464; +} +} +} +} +else +{ +lean_object* x_465; lean_object* x_466; +lean_dec(x_14); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); +x_465 = lean_ctor_get(x_355, 0); +lean_inc(x_465); +lean_dec(x_355); +x_466 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_466, 0, x_465); +lean_ctor_set(x_466, 1, x_285); +return x_466; +} +block_351: +{ +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; size_t x_312; size_t x_313; size_t x_314; lean_object* x_315; uint8_t x_316; +x_299 = lean_st_ref_take(x_3, x_298); +x_300 = lean_ctor_get(x_299, 0); +lean_inc(x_300); +x_301 = lean_ctor_get(x_300, 0); +lean_inc(x_301); +x_302 = lean_ctor_get(x_299, 1); +lean_inc(x_302); +lean_dec(x_299); +x_303 = lean_ctor_get(x_300, 1); +lean_inc(x_303); +x_304 = lean_ctor_get(x_300, 2); +lean_inc(x_304); +x_305 = lean_ctor_get(x_300, 3); +lean_inc(x_305); +x_306 = lean_ctor_get(x_300, 4); +lean_inc(x_306); +if (lean_is_exclusive(x_300)) { + lean_ctor_release(x_300, 0); + lean_ctor_release(x_300, 1); + lean_ctor_release(x_300, 2); + lean_ctor_release(x_300, 3); + lean_ctor_release(x_300, 4); + x_307 = x_300; +} else { + lean_dec_ref(x_300); + x_307 = lean_box(0); +} +x_308 = lean_ctor_get(x_301, 0); +lean_inc(x_308); +x_309 = lean_ctor_get(x_301, 1); +lean_inc(x_309); +if (lean_is_exclusive(x_301)) { + lean_ctor_release(x_301, 0); + lean_ctor_release(x_301, 1); + x_310 = x_301; +} else { + lean_dec_ref(x_301); + x_310 = lean_box(0); +} +x_311 = lean_array_get_size(x_309); +x_312 = lean_usize_of_nat(x_311); +lean_dec(x_311); +x_313 = lean_usize_sub(x_312, x_296); +x_314 = lean_usize_land(x_294, x_313); +x_315 = lean_array_uget(x_309, x_314); +lean_inc(x_315); +x_316 = l_Std_DHashMap_Internal_AssocList_contains___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__2(x_18, x_315); +if (x_316 == 0) +{ +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; uint8_t x_327; +x_317 = lean_unsigned_to_nat(1u); +x_318 = lean_nat_add(x_308, x_317); +lean_dec(x_308); +x_319 = lean_box_uint64(x_18); +lean_inc(x_297); +x_320 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_320, 0, x_319); +lean_ctor_set(x_320, 1, x_297); +lean_ctor_set(x_320, 2, x_315); +x_321 = lean_array_uset(x_309, x_314, x_320); +x_322 = lean_unsigned_to_nat(4u); +x_323 = lean_nat_mul(x_318, x_322); +x_324 = lean_unsigned_to_nat(3u); +x_325 = lean_nat_div(x_323, x_324); +lean_dec(x_323); +x_326 = lean_array_get_size(x_321); +x_327 = lean_nat_dec_le(x_325, x_326); +lean_dec(x_326); +lean_dec(x_325); +if (x_327 == 0) +{ +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; +x_328 = l_Std_DHashMap_Internal_Raw_u2080_expand___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__3(x_321); +if (lean_is_scalar(x_310)) { + x_329 = lean_alloc_ctor(0, 2, 0); +} else { + x_329 = x_310; +} +lean_ctor_set(x_329, 0, x_318); +lean_ctor_set(x_329, 1, x_328); +if (lean_is_scalar(x_307)) { + x_330 = lean_alloc_ctor(0, 5, 0); +} else { + x_330 = x_307; +} +lean_ctor_set(x_330, 0, x_329); +lean_ctor_set(x_330, 1, x_303); +lean_ctor_set(x_330, 2, x_304); +lean_ctor_set(x_330, 3, x_305); +lean_ctor_set(x_330, 4, x_306); +x_331 = lean_st_ref_set(x_3, x_330, x_302); +x_332 = lean_ctor_get(x_331, 1); +lean_inc(x_332); +if (lean_is_exclusive(x_331)) { + lean_ctor_release(x_331, 0); + lean_ctor_release(x_331, 1); + x_333 = x_331; +} else { + lean_dec_ref(x_331); + x_333 = lean_box(0); +} +if (lean_is_scalar(x_333)) { + x_334 = lean_alloc_ctor(0, 2, 0); +} else { + x_334 = x_333; +} +lean_ctor_set(x_334, 0, x_297); +lean_ctor_set(x_334, 1, x_332); +return x_334; +} +else +{ +lean_object* x_335; lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; lean_object* x_340; +if (lean_is_scalar(x_310)) { + x_335 = lean_alloc_ctor(0, 2, 0); +} else { + x_335 = x_310; +} +lean_ctor_set(x_335, 0, x_318); +lean_ctor_set(x_335, 1, x_321); +if (lean_is_scalar(x_307)) { + x_336 = lean_alloc_ctor(0, 5, 0); +} else { + x_336 = x_307; +} +lean_ctor_set(x_336, 0, x_335); +lean_ctor_set(x_336, 1, x_303); +lean_ctor_set(x_336, 2, x_304); +lean_ctor_set(x_336, 3, x_305); +lean_ctor_set(x_336, 4, x_306); +x_337 = lean_st_ref_set(x_3, x_336, x_302); +x_338 = lean_ctor_get(x_337, 1); +lean_inc(x_338); +if (lean_is_exclusive(x_337)) { + lean_ctor_release(x_337, 0); + lean_ctor_release(x_337, 1); + x_339 = x_337; +} else { + lean_dec_ref(x_337); + x_339 = lean_box(0); +} +if (lean_is_scalar(x_339)) { + x_340 = lean_alloc_ctor(0, 2, 0); +} else { + x_340 = x_339; +} +lean_ctor_set(x_340, 0, x_297); +lean_ctor_set(x_340, 1, x_338); +return x_340; +} +} +else +{ +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; +x_341 = lean_box(0); +x_342 = lean_array_uset(x_309, x_314, x_341); +lean_inc(x_297); +x_343 = l_Std_DHashMap_Internal_AssocList_replace___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_Proof_0__Lean_Meta_Grind_Arith_CommRing_Stepwise_caching___spec__6(x_18, x_297, x_315); +x_344 = lean_array_uset(x_342, x_314, x_343); +if (lean_is_scalar(x_310)) { + x_345 = lean_alloc_ctor(0, 2, 0); +} else { + x_345 = x_310; +} +lean_ctor_set(x_345, 0, x_308); +lean_ctor_set(x_345, 1, x_344); +if (lean_is_scalar(x_307)) { + x_346 = lean_alloc_ctor(0, 5, 0); +} else { + x_346 = x_307; +} +lean_ctor_set(x_346, 0, x_345); +lean_ctor_set(x_346, 1, x_303); +lean_ctor_set(x_346, 2, x_304); +lean_ctor_set(x_346, 3, x_305); +lean_ctor_set(x_346, 4, x_306); +x_347 = lean_st_ref_set(x_3, x_346, x_302); +x_348 = lean_ctor_get(x_347, 1); +lean_inc(x_348); +if (lean_is_exclusive(x_347)) { + lean_ctor_release(x_347, 0); + lean_ctor_release(x_347, 1); + x_349 = x_347; +} else { + lean_dec_ref(x_347); + x_349 = lean_box(0); +} +if (lean_is_scalar(x_349)) { + x_350 = lean_alloc_ctor(0, 2, 0); +} else { + x_350 = x_349; +} +lean_ctor_set(x_350, 0, x_297); +lean_ctor_set(x_350, 1, x_348); +return x_350; +} +} +} } } LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___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) { @@ -17076,18 +18686,8 @@ _start: { lean_object* x_14; x_14 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); return x_14; } } @@ -17095,7 +18695,7 @@ static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofC _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("lt_unsat", 8, 8); +x_1 = lean_mk_string_unchecked("diseq_unsat", 11, 11); return x_1; } } @@ -17111,99 +18711,102 @@ x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("lt_unsat", 8, 8); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___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___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__3; +x_2 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__4; +x_3 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_withProofContext_go___closed__5; +x_4 = l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__3; +x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); +return x_5; +} +} LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore(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: { if (lean_obj_tag(x_1) == 0) { -lean_object* x_14; lean_object* x_15; +lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_14 = lean_ctor_get(x_1, 0); +lean_inc(x_14); lean_dec(x_1); -x_14 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof___closed__20; -x_15 = l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof___spec__1(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_2); -return x_15; -} -else -{ -lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_16 = lean_ctor_get(x_1, 0); -lean_inc(x_16); -lean_dec(x_1); -x_17 = l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__2; +x_15 = l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__2; lean_inc(x_2); -x_18 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_mkIntModPreThmPrefix(x_17, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_18) == 0) +x_16 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_mkIntModThmPrefix(x_15, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_16) == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; -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(x_18); -x_21 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof(x_16, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_20); -if (lean_obj_tag(x_21) == 0) -{ -uint8_t x_22; -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) -{ -lean_object* x_23; lean_object* x_24; -x_23 = lean_ctor_get(x_21, 0); -x_24 = l_Lean_Expr_app___override(x_19, x_23); -lean_ctor_set(x_21, 0, x_24); -return x_21; -} -else -{ -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_25 = lean_ctor_get(x_21, 0); -x_26 = lean_ctor_get(x_21, 1); -lean_inc(x_26); -lean_inc(x_25); -lean_dec(x_21); -x_27 = l_Lean_Expr_app___override(x_19, x_25); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_26); -return x_28; -} -} -else -{ -uint8_t x_29; -lean_dec(x_19); -x_29 = !lean_is_exclusive(x_21); -if (x_29 == 0) -{ -return x_21; -} -else -{ -lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_30 = lean_ctor_get(x_21, 0); -x_31 = lean_ctor_get(x_21, 1); -lean_inc(x_31); -lean_inc(x_30); -lean_dec(x_21); -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; -} -} -} -else -{ -uint8_t x_33; +lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = lean_ctor_get(x_16, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_16, 1); +lean_inc(x_18); lean_dec(x_16); +x_19 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_18); +if (lean_obj_tag(x_19) == 0) +{ +uint8_t x_20; +x_20 = !lean_is_exclusive(x_19); +if (x_20 == 0) +{ +lean_object* x_21; lean_object* x_22; +x_21 = lean_ctor_get(x_19, 0); +x_22 = l_Lean_Expr_app___override(x_17, x_21); +lean_ctor_set(x_19, 0, x_22); +return x_19; +} +else +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_23 = lean_ctor_get(x_19, 0); +x_24 = lean_ctor_get(x_19, 1); +lean_inc(x_24); +lean_inc(x_23); +lean_dec(x_19); +x_25 = l_Lean_Expr_app___override(x_17, x_23); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_24); +return x_26; +} +} +else +{ +uint8_t x_27; +lean_dec(x_17); +x_27 = !lean_is_exclusive(x_19); +if (x_27 == 0) +{ +return x_19; +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_19, 0); +x_29 = lean_ctor_get(x_19, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_19); +x_30 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_30, 0, x_28); +lean_ctor_set(x_30, 1, x_29); +return x_30; +} +} +} +else +{ +uint8_t x_31; +lean_dec(x_14); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -17213,23 +18816,125 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_2); -x_33 = !lean_is_exclusive(x_18); -if (x_33 == 0) +x_31 = !lean_is_exclusive(x_16); +if (x_31 == 0) { -return x_18; +return x_16; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_18, 0); -x_35 = lean_ctor_get(x_18, 1); +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_16, 0); +x_33 = lean_ctor_get(x_16, 1); +lean_inc(x_33); +lean_inc(x_32); +lean_dec(x_16); +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; +} +} +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_1, 0); lean_inc(x_35); -lean_inc(x_34); -lean_dec(x_18); -x_36 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_36, 0, x_34); -lean_ctor_set(x_36, 1, x_35); -return x_36; +lean_dec(x_1); +x_36 = l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__4; +lean_inc(x_2); +x_37 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Proof_0__Lean_Meta_Grind_Arith_Linear_mkIntModPreThmPrefix(x_36, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_37) == 0) +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_37, 0); +lean_inc(x_38); +x_39 = lean_ctor_get(x_37, 1); +lean_inc(x_39); +lean_dec(x_37); +x_40 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof(x_35, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_39); +if (lean_obj_tag(x_40) == 0) +{ +uint8_t x_41; +x_41 = !lean_is_exclusive(x_40); +if (x_41 == 0) +{ +lean_object* x_42; lean_object* x_43; +x_42 = lean_ctor_get(x_40, 0); +x_43 = l_Lean_Expr_app___override(x_38, x_42); +lean_ctor_set(x_40, 0, x_43); +return x_40; +} +else +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_44 = lean_ctor_get(x_40, 0); +x_45 = lean_ctor_get(x_40, 1); +lean_inc(x_45); +lean_inc(x_44); +lean_dec(x_40); +x_46 = l_Lean_Expr_app___override(x_38, x_44); +x_47 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_47, 0, x_46); +lean_ctor_set(x_47, 1, x_45); +return x_47; +} +} +else +{ +uint8_t x_48; +lean_dec(x_38); +x_48 = !lean_is_exclusive(x_40); +if (x_48 == 0) +{ +return x_40; +} +else +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_40, 0); +x_50 = lean_ctor_get(x_40, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_40); +x_51 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_51, 0, x_49); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +else +{ +uint8_t x_52; +lean_dec(x_35); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +x_52 = !lean_is_exclusive(x_37); +if (x_52 == 0) +{ +return x_37; +} +else +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_37, 0); +x_54 = lean_ctor_get(x_37, 1); +lean_inc(x_54); +lean_inc(x_53); +lean_dec(x_37); +x_55 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_55, 0, x_53); +lean_ctor_set(x_55, 1, x_54); +return x_55; } } } @@ -17868,7 +19573,7 @@ if (lean_obj_tag(x_12) == 0) lean_object* x_13; uint8_t x_14; x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); -x_14 = lean_ctor_get_uint8(x_13, sizeof(void*)*31); +x_14 = lean_ctor_get_uint8(x_13, sizeof(void*)*32); lean_dec(x_13); if (x_14 == 0) { @@ -18043,7 +19748,7 @@ return x_56; } else { -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; uint8_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; +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; uint8_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; lean_object* x_95; x_57 = lean_ctor_get(x_45, 0); x_58 = lean_ctor_get(x_45, 1); x_59 = lean_ctor_get(x_45, 2); @@ -18073,8 +19778,10 @@ x_82 = lean_ctor_get(x_45, 25); x_83 = lean_ctor_get(x_45, 26); x_84 = lean_ctor_get(x_45, 27); x_85 = lean_ctor_get(x_45, 28); -x_86 = lean_ctor_get_uint8(x_45, sizeof(void*)*31); +x_86 = lean_ctor_get_uint8(x_45, sizeof(void*)*32); x_87 = lean_ctor_get(x_45, 30); +x_88 = lean_ctor_get(x_45, 31); +lean_inc(x_88); lean_inc(x_87); lean_inc(x_85); lean_inc(x_84); @@ -18106,874 +19813,887 @@ lean_inc(x_59); lean_inc(x_58); lean_inc(x_57); lean_dec(x_45); -x_88 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_88, 0, x_1); -x_89 = lean_alloc_ctor(0, 31, 1); -lean_ctor_set(x_89, 0, x_57); -lean_ctor_set(x_89, 1, x_58); -lean_ctor_set(x_89, 2, x_59); -lean_ctor_set(x_89, 3, x_60); -lean_ctor_set(x_89, 4, x_61); -lean_ctor_set(x_89, 5, x_62); -lean_ctor_set(x_89, 6, x_63); -lean_ctor_set(x_89, 7, x_64); -lean_ctor_set(x_89, 8, x_65); -lean_ctor_set(x_89, 9, x_66); -lean_ctor_set(x_89, 10, x_67); -lean_ctor_set(x_89, 11, x_68); -lean_ctor_set(x_89, 12, x_69); -lean_ctor_set(x_89, 13, x_70); -lean_ctor_set(x_89, 14, x_71); -lean_ctor_set(x_89, 15, x_72); -lean_ctor_set(x_89, 16, x_73); -lean_ctor_set(x_89, 17, x_74); -lean_ctor_set(x_89, 18, x_75); -lean_ctor_set(x_89, 19, x_76); -lean_ctor_set(x_89, 20, x_77); -lean_ctor_set(x_89, 21, x_78); -lean_ctor_set(x_89, 22, x_79); -lean_ctor_set(x_89, 23, x_80); -lean_ctor_set(x_89, 24, x_81); -lean_ctor_set(x_89, 25, x_82); -lean_ctor_set(x_89, 26, x_83); -lean_ctor_set(x_89, 27, x_84); -lean_ctor_set(x_89, 28, x_85); -lean_ctor_set(x_89, 29, x_88); -lean_ctor_set(x_89, 30, x_87); -lean_ctor_set_uint8(x_89, sizeof(void*)*31, x_86); -x_90 = lean_array_fset(x_47, x_2, x_89); +x_89 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_89, 0, x_1); +x_90 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_90, 0, x_57); +lean_ctor_set(x_90, 1, x_58); +lean_ctor_set(x_90, 2, x_59); +lean_ctor_set(x_90, 3, x_60); +lean_ctor_set(x_90, 4, x_61); +lean_ctor_set(x_90, 5, x_62); +lean_ctor_set(x_90, 6, x_63); +lean_ctor_set(x_90, 7, x_64); +lean_ctor_set(x_90, 8, x_65); +lean_ctor_set(x_90, 9, x_66); +lean_ctor_set(x_90, 10, x_67); +lean_ctor_set(x_90, 11, x_68); +lean_ctor_set(x_90, 12, x_69); +lean_ctor_set(x_90, 13, x_70); +lean_ctor_set(x_90, 14, x_71); +lean_ctor_set(x_90, 15, x_72); +lean_ctor_set(x_90, 16, x_73); +lean_ctor_set(x_90, 17, x_74); +lean_ctor_set(x_90, 18, x_75); +lean_ctor_set(x_90, 19, x_76); +lean_ctor_set(x_90, 20, x_77); +lean_ctor_set(x_90, 21, x_78); +lean_ctor_set(x_90, 22, x_79); +lean_ctor_set(x_90, 23, x_80); +lean_ctor_set(x_90, 24, x_81); +lean_ctor_set(x_90, 25, x_82); +lean_ctor_set(x_90, 26, x_83); +lean_ctor_set(x_90, 27, x_84); +lean_ctor_set(x_90, 28, x_85); +lean_ctor_set(x_90, 29, x_89); +lean_ctor_set(x_90, 30, x_87); +lean_ctor_set(x_90, 31, x_88); +lean_ctor_set_uint8(x_90, sizeof(void*)*32, x_86); +x_91 = lean_array_fset(x_47, x_2, x_90); lean_dec(x_2); -lean_ctor_set(x_28, 0, x_90); -x_91 = lean_st_ref_set(x_3, x_26, x_29); +lean_ctor_set(x_28, 0, x_91); +x_92 = lean_st_ref_set(x_3, x_26, x_29); lean_dec(x_3); -x_92 = lean_ctor_get(x_91, 1); -lean_inc(x_92); -if (lean_is_exclusive(x_91)) { - lean_ctor_release(x_91, 0); - lean_ctor_release(x_91, 1); - x_93 = x_91; +x_93 = lean_ctor_get(x_92, 1); +lean_inc(x_93); +if (lean_is_exclusive(x_92)) { + lean_ctor_release(x_92, 0); + lean_ctor_release(x_92, 1); + x_94 = x_92; } else { - lean_dec_ref(x_91); - x_93 = lean_box(0); + lean_dec_ref(x_92); + x_94 = lean_box(0); } -if (lean_is_scalar(x_93)) { - x_94 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_94)) { + x_95 = lean_alloc_ctor(0, 2, 0); } else { - x_94 = x_93; + x_95 = x_94; } -lean_ctor_set(x_94, 0, x_46); -lean_ctor_set(x_94, 1, x_92); -return x_94; +lean_ctor_set(x_95, 0, x_46); +lean_ctor_set(x_95, 1, x_93); +return x_95; } } } else { -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; uint8_t x_99; -x_95 = lean_ctor_get(x_28, 0); -x_96 = lean_ctor_get(x_28, 1); -x_97 = lean_ctor_get(x_28, 2); +lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; uint8_t x_100; +x_96 = lean_ctor_get(x_28, 0); +x_97 = lean_ctor_get(x_28, 1); +x_98 = lean_ctor_get(x_28, 2); +lean_inc(x_98); lean_inc(x_97); lean_inc(x_96); -lean_inc(x_95); lean_dec(x_28); -x_98 = lean_array_get_size(x_95); -x_99 = lean_nat_dec_lt(x_2, x_98); -lean_dec(x_98); -if (x_99 == 0) +x_99 = lean_array_get_size(x_96); +x_100 = lean_nat_dec_lt(x_2, x_99); +lean_dec(x_99); +if (x_100 == 0) { -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_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_dec(x_2); lean_dec(x_1); -x_100 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_100, 0, x_95); -lean_ctor_set(x_100, 1, x_96); -lean_ctor_set(x_100, 2, x_97); -lean_ctor_set(x_27, 3, x_100); -x_101 = lean_st_ref_set(x_3, x_26, x_29); +x_101 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_101, 0, x_96); +lean_ctor_set(x_101, 1, x_97); +lean_ctor_set(x_101, 2, x_98); +lean_ctor_set(x_27, 3, x_101); +x_102 = lean_st_ref_set(x_3, x_26, x_29); lean_dec(x_3); -x_102 = lean_ctor_get(x_101, 1); -lean_inc(x_102); -if (lean_is_exclusive(x_101)) { - lean_ctor_release(x_101, 0); - lean_ctor_release(x_101, 1); - x_103 = x_101; +x_103 = lean_ctor_get(x_102, 1); +lean_inc(x_103); +if (lean_is_exclusive(x_102)) { + lean_ctor_release(x_102, 0); + lean_ctor_release(x_102, 1); + x_104 = x_102; } else { - lean_dec_ref(x_101); - x_103 = lean_box(0); + lean_dec_ref(x_102); + x_104 = lean_box(0); } -x_104 = lean_box(0); -if (lean_is_scalar(x_103)) { - x_105 = lean_alloc_ctor(0, 2, 0); +x_105 = lean_box(0); +if (lean_is_scalar(x_104)) { + x_106 = lean_alloc_ctor(0, 2, 0); } else { - x_105 = x_103; + x_106 = x_104; } -lean_ctor_set(x_105, 0, x_104); -lean_ctor_set(x_105, 1, x_102); -return x_105; +lean_ctor_set(x_106, 0, x_105); +lean_ctor_set(x_106, 1, x_103); +return x_106; } else { -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; uint8_t 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; -x_106 = lean_array_fget(x_95, x_2); -x_107 = lean_box(0); -x_108 = lean_array_fset(x_95, x_2, x_107); -x_109 = lean_ctor_get(x_106, 0); -lean_inc(x_109); -x_110 = lean_ctor_get(x_106, 1); +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; uint8_t 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; +x_107 = lean_array_fget(x_96, x_2); +x_108 = lean_box(0); +x_109 = lean_array_fset(x_96, x_2, x_108); +x_110 = lean_ctor_get(x_107, 0); lean_inc(x_110); -x_111 = lean_ctor_get(x_106, 2); +x_111 = lean_ctor_get(x_107, 1); lean_inc(x_111); -x_112 = lean_ctor_get(x_106, 3); +x_112 = lean_ctor_get(x_107, 2); lean_inc(x_112); -x_113 = lean_ctor_get(x_106, 4); +x_113 = lean_ctor_get(x_107, 3); lean_inc(x_113); -x_114 = lean_ctor_get(x_106, 5); +x_114 = lean_ctor_get(x_107, 4); lean_inc(x_114); -x_115 = lean_ctor_get(x_106, 6); +x_115 = lean_ctor_get(x_107, 5); lean_inc(x_115); -x_116 = lean_ctor_get(x_106, 7); +x_116 = lean_ctor_get(x_107, 6); lean_inc(x_116); -x_117 = lean_ctor_get(x_106, 8); +x_117 = lean_ctor_get(x_107, 7); lean_inc(x_117); -x_118 = lean_ctor_get(x_106, 9); +x_118 = lean_ctor_get(x_107, 8); lean_inc(x_118); -x_119 = lean_ctor_get(x_106, 10); +x_119 = lean_ctor_get(x_107, 9); lean_inc(x_119); -x_120 = lean_ctor_get(x_106, 11); +x_120 = lean_ctor_get(x_107, 10); lean_inc(x_120); -x_121 = lean_ctor_get(x_106, 12); +x_121 = lean_ctor_get(x_107, 11); lean_inc(x_121); -x_122 = lean_ctor_get(x_106, 13); +x_122 = lean_ctor_get(x_107, 12); lean_inc(x_122); -x_123 = lean_ctor_get(x_106, 14); +x_123 = lean_ctor_get(x_107, 13); lean_inc(x_123); -x_124 = lean_ctor_get(x_106, 15); +x_124 = lean_ctor_get(x_107, 14); lean_inc(x_124); -x_125 = lean_ctor_get(x_106, 16); +x_125 = lean_ctor_get(x_107, 15); lean_inc(x_125); -x_126 = lean_ctor_get(x_106, 17); +x_126 = lean_ctor_get(x_107, 16); lean_inc(x_126); -x_127 = lean_ctor_get(x_106, 18); +x_127 = lean_ctor_get(x_107, 17); lean_inc(x_127); -x_128 = lean_ctor_get(x_106, 19); +x_128 = lean_ctor_get(x_107, 18); lean_inc(x_128); -x_129 = lean_ctor_get(x_106, 20); +x_129 = lean_ctor_get(x_107, 19); lean_inc(x_129); -x_130 = lean_ctor_get(x_106, 21); +x_130 = lean_ctor_get(x_107, 20); lean_inc(x_130); -x_131 = lean_ctor_get(x_106, 22); +x_131 = lean_ctor_get(x_107, 21); lean_inc(x_131); -x_132 = lean_ctor_get(x_106, 23); +x_132 = lean_ctor_get(x_107, 22); lean_inc(x_132); -x_133 = lean_ctor_get(x_106, 24); +x_133 = lean_ctor_get(x_107, 23); lean_inc(x_133); -x_134 = lean_ctor_get(x_106, 25); +x_134 = lean_ctor_get(x_107, 24); lean_inc(x_134); -x_135 = lean_ctor_get(x_106, 26); +x_135 = lean_ctor_get(x_107, 25); lean_inc(x_135); -x_136 = lean_ctor_get(x_106, 27); +x_136 = lean_ctor_get(x_107, 26); lean_inc(x_136); -x_137 = lean_ctor_get(x_106, 28); +x_137 = lean_ctor_get(x_107, 27); lean_inc(x_137); -x_138 = lean_ctor_get_uint8(x_106, sizeof(void*)*31); -x_139 = lean_ctor_get(x_106, 30); -lean_inc(x_139); -if (lean_is_exclusive(x_106)) { - lean_ctor_release(x_106, 0); - lean_ctor_release(x_106, 1); - lean_ctor_release(x_106, 2); - lean_ctor_release(x_106, 3); - lean_ctor_release(x_106, 4); - lean_ctor_release(x_106, 5); - lean_ctor_release(x_106, 6); - lean_ctor_release(x_106, 7); - lean_ctor_release(x_106, 8); - lean_ctor_release(x_106, 9); - lean_ctor_release(x_106, 10); - lean_ctor_release(x_106, 11); - lean_ctor_release(x_106, 12); - lean_ctor_release(x_106, 13); - lean_ctor_release(x_106, 14); - lean_ctor_release(x_106, 15); - lean_ctor_release(x_106, 16); - lean_ctor_release(x_106, 17); - lean_ctor_release(x_106, 18); - lean_ctor_release(x_106, 19); - lean_ctor_release(x_106, 20); - lean_ctor_release(x_106, 21); - lean_ctor_release(x_106, 22); - lean_ctor_release(x_106, 23); - lean_ctor_release(x_106, 24); - lean_ctor_release(x_106, 25); - lean_ctor_release(x_106, 26); - lean_ctor_release(x_106, 27); - lean_ctor_release(x_106, 28); - lean_ctor_release(x_106, 29); - lean_ctor_release(x_106, 30); - x_140 = x_106; +x_138 = lean_ctor_get(x_107, 28); +lean_inc(x_138); +x_139 = lean_ctor_get_uint8(x_107, sizeof(void*)*32); +x_140 = lean_ctor_get(x_107, 30); +lean_inc(x_140); +x_141 = lean_ctor_get(x_107, 31); +lean_inc(x_141); +if (lean_is_exclusive(x_107)) { + lean_ctor_release(x_107, 0); + lean_ctor_release(x_107, 1); + lean_ctor_release(x_107, 2); + lean_ctor_release(x_107, 3); + lean_ctor_release(x_107, 4); + lean_ctor_release(x_107, 5); + lean_ctor_release(x_107, 6); + lean_ctor_release(x_107, 7); + lean_ctor_release(x_107, 8); + lean_ctor_release(x_107, 9); + lean_ctor_release(x_107, 10); + lean_ctor_release(x_107, 11); + lean_ctor_release(x_107, 12); + lean_ctor_release(x_107, 13); + lean_ctor_release(x_107, 14); + lean_ctor_release(x_107, 15); + lean_ctor_release(x_107, 16); + lean_ctor_release(x_107, 17); + lean_ctor_release(x_107, 18); + lean_ctor_release(x_107, 19); + lean_ctor_release(x_107, 20); + lean_ctor_release(x_107, 21); + lean_ctor_release(x_107, 22); + lean_ctor_release(x_107, 23); + lean_ctor_release(x_107, 24); + lean_ctor_release(x_107, 25); + lean_ctor_release(x_107, 26); + lean_ctor_release(x_107, 27); + lean_ctor_release(x_107, 28); + lean_ctor_release(x_107, 29); + lean_ctor_release(x_107, 30); + lean_ctor_release(x_107, 31); + x_142 = x_107; } else { - lean_dec_ref(x_106); - x_140 = lean_box(0); + lean_dec_ref(x_107); + x_142 = lean_box(0); } -x_141 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_141, 0, x_1); -if (lean_is_scalar(x_140)) { - x_142 = lean_alloc_ctor(0, 31, 1); +x_143 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_143, 0, x_1); +if (lean_is_scalar(x_142)) { + x_144 = lean_alloc_ctor(0, 32, 1); } else { - x_142 = x_140; + x_144 = x_142; } -lean_ctor_set(x_142, 0, x_109); -lean_ctor_set(x_142, 1, x_110); -lean_ctor_set(x_142, 2, x_111); -lean_ctor_set(x_142, 3, x_112); -lean_ctor_set(x_142, 4, x_113); -lean_ctor_set(x_142, 5, x_114); -lean_ctor_set(x_142, 6, x_115); -lean_ctor_set(x_142, 7, x_116); -lean_ctor_set(x_142, 8, x_117); -lean_ctor_set(x_142, 9, x_118); -lean_ctor_set(x_142, 10, x_119); -lean_ctor_set(x_142, 11, x_120); -lean_ctor_set(x_142, 12, x_121); -lean_ctor_set(x_142, 13, x_122); -lean_ctor_set(x_142, 14, x_123); -lean_ctor_set(x_142, 15, x_124); -lean_ctor_set(x_142, 16, x_125); -lean_ctor_set(x_142, 17, x_126); -lean_ctor_set(x_142, 18, x_127); -lean_ctor_set(x_142, 19, x_128); -lean_ctor_set(x_142, 20, x_129); -lean_ctor_set(x_142, 21, x_130); -lean_ctor_set(x_142, 22, x_131); -lean_ctor_set(x_142, 23, x_132); -lean_ctor_set(x_142, 24, x_133); -lean_ctor_set(x_142, 25, x_134); -lean_ctor_set(x_142, 26, x_135); -lean_ctor_set(x_142, 27, x_136); -lean_ctor_set(x_142, 28, x_137); -lean_ctor_set(x_142, 29, x_141); -lean_ctor_set(x_142, 30, x_139); -lean_ctor_set_uint8(x_142, sizeof(void*)*31, x_138); -x_143 = lean_array_fset(x_108, x_2, x_142); +lean_ctor_set(x_144, 0, x_110); +lean_ctor_set(x_144, 1, x_111); +lean_ctor_set(x_144, 2, x_112); +lean_ctor_set(x_144, 3, x_113); +lean_ctor_set(x_144, 4, x_114); +lean_ctor_set(x_144, 5, x_115); +lean_ctor_set(x_144, 6, x_116); +lean_ctor_set(x_144, 7, x_117); +lean_ctor_set(x_144, 8, x_118); +lean_ctor_set(x_144, 9, x_119); +lean_ctor_set(x_144, 10, x_120); +lean_ctor_set(x_144, 11, x_121); +lean_ctor_set(x_144, 12, x_122); +lean_ctor_set(x_144, 13, x_123); +lean_ctor_set(x_144, 14, x_124); +lean_ctor_set(x_144, 15, x_125); +lean_ctor_set(x_144, 16, x_126); +lean_ctor_set(x_144, 17, x_127); +lean_ctor_set(x_144, 18, x_128); +lean_ctor_set(x_144, 19, x_129); +lean_ctor_set(x_144, 20, x_130); +lean_ctor_set(x_144, 21, x_131); +lean_ctor_set(x_144, 22, x_132); +lean_ctor_set(x_144, 23, x_133); +lean_ctor_set(x_144, 24, x_134); +lean_ctor_set(x_144, 25, x_135); +lean_ctor_set(x_144, 26, x_136); +lean_ctor_set(x_144, 27, x_137); +lean_ctor_set(x_144, 28, x_138); +lean_ctor_set(x_144, 29, x_143); +lean_ctor_set(x_144, 30, x_140); +lean_ctor_set(x_144, 31, x_141); +lean_ctor_set_uint8(x_144, sizeof(void*)*32, x_139); +x_145 = lean_array_fset(x_109, x_2, x_144); lean_dec(x_2); -x_144 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_144, 0, x_143); -lean_ctor_set(x_144, 1, x_96); -lean_ctor_set(x_144, 2, x_97); -lean_ctor_set(x_27, 3, x_144); -x_145 = lean_st_ref_set(x_3, x_26, x_29); +x_146 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_146, 0, x_145); +lean_ctor_set(x_146, 1, x_97); +lean_ctor_set(x_146, 2, x_98); +lean_ctor_set(x_27, 3, x_146); +x_147 = lean_st_ref_set(x_3, x_26, x_29); lean_dec(x_3); -x_146 = lean_ctor_get(x_145, 1); -lean_inc(x_146); -if (lean_is_exclusive(x_145)) { - lean_ctor_release(x_145, 0); - lean_ctor_release(x_145, 1); - x_147 = x_145; +x_148 = lean_ctor_get(x_147, 1); +lean_inc(x_148); +if (lean_is_exclusive(x_147)) { + lean_ctor_release(x_147, 0); + lean_ctor_release(x_147, 1); + x_149 = x_147; } else { - lean_dec_ref(x_145); - x_147 = lean_box(0); + lean_dec_ref(x_147); + x_149 = lean_box(0); } -if (lean_is_scalar(x_147)) { - x_148 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_149)) { + x_150 = lean_alloc_ctor(0, 2, 0); } else { - x_148 = x_147; + x_150 = x_149; } -lean_ctor_set(x_148, 0, x_107); -lean_ctor_set(x_148, 1, x_146); -return x_148; +lean_ctor_set(x_150, 0, x_108); +lean_ctor_set(x_150, 1, x_148); +return x_150; } } } else { -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; uint8_t x_157; -x_149 = lean_ctor_get(x_27, 0); -x_150 = lean_ctor_get(x_27, 1); -x_151 = lean_ctor_get(x_27, 2); -lean_inc(x_151); -lean_inc(x_150); -lean_inc(x_149); -lean_dec(x_27); -x_152 = lean_ctor_get(x_28, 0); -lean_inc(x_152); -x_153 = lean_ctor_get(x_28, 1); +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; uint8_t x_159; +x_151 = lean_ctor_get(x_27, 0); +x_152 = lean_ctor_get(x_27, 1); +x_153 = lean_ctor_get(x_27, 2); lean_inc(x_153); -x_154 = lean_ctor_get(x_28, 2); +lean_inc(x_152); +lean_inc(x_151); +lean_dec(x_27); +x_154 = lean_ctor_get(x_28, 0); lean_inc(x_154); +x_155 = lean_ctor_get(x_28, 1); +lean_inc(x_155); +x_156 = lean_ctor_get(x_28, 2); +lean_inc(x_156); if (lean_is_exclusive(x_28)) { lean_ctor_release(x_28, 0); lean_ctor_release(x_28, 1); lean_ctor_release(x_28, 2); - x_155 = x_28; + x_157 = x_28; } else { lean_dec_ref(x_28); - x_155 = lean_box(0); + x_157 = lean_box(0); } -x_156 = lean_array_get_size(x_152); -x_157 = lean_nat_dec_lt(x_2, x_156); -lean_dec(x_156); -if (x_157 == 0) +x_158 = lean_array_get_size(x_154); +x_159 = lean_nat_dec_lt(x_2, x_158); +lean_dec(x_158); +if (x_159 == 0) { -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_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_dec(x_2); lean_dec(x_1); -if (lean_is_scalar(x_155)) { - x_158 = lean_alloc_ctor(0, 3, 0); +if (lean_is_scalar(x_157)) { + x_160 = lean_alloc_ctor(0, 3, 0); } else { - x_158 = x_155; + x_160 = x_157; } -lean_ctor_set(x_158, 0, x_152); -lean_ctor_set(x_158, 1, x_153); -lean_ctor_set(x_158, 2, x_154); -x_159 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_159, 0, x_149); -lean_ctor_set(x_159, 1, x_150); -lean_ctor_set(x_159, 2, x_151); -lean_ctor_set(x_159, 3, x_158); -lean_ctor_set(x_26, 14, x_159); -x_160 = lean_st_ref_set(x_3, x_26, x_29); +lean_ctor_set(x_160, 0, x_154); +lean_ctor_set(x_160, 1, x_155); +lean_ctor_set(x_160, 2, x_156); +x_161 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_161, 0, x_151); +lean_ctor_set(x_161, 1, x_152); +lean_ctor_set(x_161, 2, x_153); +lean_ctor_set(x_161, 3, x_160); +lean_ctor_set(x_26, 14, x_161); +x_162 = lean_st_ref_set(x_3, x_26, x_29); lean_dec(x_3); -x_161 = lean_ctor_get(x_160, 1); -lean_inc(x_161); -if (lean_is_exclusive(x_160)) { - lean_ctor_release(x_160, 0); - lean_ctor_release(x_160, 1); - x_162 = x_160; -} else { - lean_dec_ref(x_160); - x_162 = lean_box(0); -} -x_163 = lean_box(0); -if (lean_is_scalar(x_162)) { - x_164 = lean_alloc_ctor(0, 2, 0); -} else { +x_163 = lean_ctor_get(x_162, 1); +lean_inc(x_163); +if (lean_is_exclusive(x_162)) { + lean_ctor_release(x_162, 0); + lean_ctor_release(x_162, 1); x_164 = x_162; +} else { + lean_dec_ref(x_162); + x_164 = lean_box(0); } -lean_ctor_set(x_164, 0, x_163); -lean_ctor_set(x_164, 1, x_161); -return x_164; +x_165 = lean_box(0); +if (lean_is_scalar(x_164)) { + x_166 = lean_alloc_ctor(0, 2, 0); +} else { + x_166 = x_164; +} +lean_ctor_set(x_166, 0, x_165); +lean_ctor_set(x_166, 1, x_163); +return x_166; } else { -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; uint8_t 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; -x_165 = lean_array_fget(x_152, x_2); -x_166 = lean_box(0); -x_167 = lean_array_fset(x_152, x_2, x_166); -x_168 = lean_ctor_get(x_165, 0); -lean_inc(x_168); -x_169 = lean_ctor_get(x_165, 1); -lean_inc(x_169); -x_170 = lean_ctor_get(x_165, 2); +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; uint8_t 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; +x_167 = lean_array_fget(x_154, x_2); +x_168 = lean_box(0); +x_169 = lean_array_fset(x_154, x_2, x_168); +x_170 = lean_ctor_get(x_167, 0); lean_inc(x_170); -x_171 = lean_ctor_get(x_165, 3); +x_171 = lean_ctor_get(x_167, 1); lean_inc(x_171); -x_172 = lean_ctor_get(x_165, 4); +x_172 = lean_ctor_get(x_167, 2); lean_inc(x_172); -x_173 = lean_ctor_get(x_165, 5); +x_173 = lean_ctor_get(x_167, 3); lean_inc(x_173); -x_174 = lean_ctor_get(x_165, 6); +x_174 = lean_ctor_get(x_167, 4); lean_inc(x_174); -x_175 = lean_ctor_get(x_165, 7); +x_175 = lean_ctor_get(x_167, 5); lean_inc(x_175); -x_176 = lean_ctor_get(x_165, 8); +x_176 = lean_ctor_get(x_167, 6); lean_inc(x_176); -x_177 = lean_ctor_get(x_165, 9); +x_177 = lean_ctor_get(x_167, 7); lean_inc(x_177); -x_178 = lean_ctor_get(x_165, 10); +x_178 = lean_ctor_get(x_167, 8); lean_inc(x_178); -x_179 = lean_ctor_get(x_165, 11); +x_179 = lean_ctor_get(x_167, 9); lean_inc(x_179); -x_180 = lean_ctor_get(x_165, 12); +x_180 = lean_ctor_get(x_167, 10); lean_inc(x_180); -x_181 = lean_ctor_get(x_165, 13); +x_181 = lean_ctor_get(x_167, 11); lean_inc(x_181); -x_182 = lean_ctor_get(x_165, 14); +x_182 = lean_ctor_get(x_167, 12); lean_inc(x_182); -x_183 = lean_ctor_get(x_165, 15); +x_183 = lean_ctor_get(x_167, 13); lean_inc(x_183); -x_184 = lean_ctor_get(x_165, 16); +x_184 = lean_ctor_get(x_167, 14); lean_inc(x_184); -x_185 = lean_ctor_get(x_165, 17); +x_185 = lean_ctor_get(x_167, 15); lean_inc(x_185); -x_186 = lean_ctor_get(x_165, 18); +x_186 = lean_ctor_get(x_167, 16); lean_inc(x_186); -x_187 = lean_ctor_get(x_165, 19); +x_187 = lean_ctor_get(x_167, 17); lean_inc(x_187); -x_188 = lean_ctor_get(x_165, 20); +x_188 = lean_ctor_get(x_167, 18); lean_inc(x_188); -x_189 = lean_ctor_get(x_165, 21); +x_189 = lean_ctor_get(x_167, 19); lean_inc(x_189); -x_190 = lean_ctor_get(x_165, 22); +x_190 = lean_ctor_get(x_167, 20); lean_inc(x_190); -x_191 = lean_ctor_get(x_165, 23); +x_191 = lean_ctor_get(x_167, 21); lean_inc(x_191); -x_192 = lean_ctor_get(x_165, 24); +x_192 = lean_ctor_get(x_167, 22); lean_inc(x_192); -x_193 = lean_ctor_get(x_165, 25); +x_193 = lean_ctor_get(x_167, 23); lean_inc(x_193); -x_194 = lean_ctor_get(x_165, 26); +x_194 = lean_ctor_get(x_167, 24); lean_inc(x_194); -x_195 = lean_ctor_get(x_165, 27); +x_195 = lean_ctor_get(x_167, 25); lean_inc(x_195); -x_196 = lean_ctor_get(x_165, 28); +x_196 = lean_ctor_get(x_167, 26); lean_inc(x_196); -x_197 = lean_ctor_get_uint8(x_165, sizeof(void*)*31); -x_198 = lean_ctor_get(x_165, 30); +x_197 = lean_ctor_get(x_167, 27); +lean_inc(x_197); +x_198 = lean_ctor_get(x_167, 28); lean_inc(x_198); -if (lean_is_exclusive(x_165)) { - lean_ctor_release(x_165, 0); - lean_ctor_release(x_165, 1); - lean_ctor_release(x_165, 2); - lean_ctor_release(x_165, 3); - lean_ctor_release(x_165, 4); - lean_ctor_release(x_165, 5); - lean_ctor_release(x_165, 6); - lean_ctor_release(x_165, 7); - lean_ctor_release(x_165, 8); - lean_ctor_release(x_165, 9); - lean_ctor_release(x_165, 10); - lean_ctor_release(x_165, 11); - lean_ctor_release(x_165, 12); - lean_ctor_release(x_165, 13); - lean_ctor_release(x_165, 14); - lean_ctor_release(x_165, 15); - lean_ctor_release(x_165, 16); - lean_ctor_release(x_165, 17); - lean_ctor_release(x_165, 18); - lean_ctor_release(x_165, 19); - lean_ctor_release(x_165, 20); - lean_ctor_release(x_165, 21); - lean_ctor_release(x_165, 22); - lean_ctor_release(x_165, 23); - lean_ctor_release(x_165, 24); - lean_ctor_release(x_165, 25); - lean_ctor_release(x_165, 26); - lean_ctor_release(x_165, 27); - lean_ctor_release(x_165, 28); - lean_ctor_release(x_165, 29); - lean_ctor_release(x_165, 30); - x_199 = x_165; +x_199 = lean_ctor_get_uint8(x_167, sizeof(void*)*32); +x_200 = lean_ctor_get(x_167, 30); +lean_inc(x_200); +x_201 = lean_ctor_get(x_167, 31); +lean_inc(x_201); +if (lean_is_exclusive(x_167)) { + lean_ctor_release(x_167, 0); + lean_ctor_release(x_167, 1); + lean_ctor_release(x_167, 2); + lean_ctor_release(x_167, 3); + lean_ctor_release(x_167, 4); + lean_ctor_release(x_167, 5); + lean_ctor_release(x_167, 6); + lean_ctor_release(x_167, 7); + lean_ctor_release(x_167, 8); + lean_ctor_release(x_167, 9); + lean_ctor_release(x_167, 10); + lean_ctor_release(x_167, 11); + lean_ctor_release(x_167, 12); + lean_ctor_release(x_167, 13); + lean_ctor_release(x_167, 14); + lean_ctor_release(x_167, 15); + lean_ctor_release(x_167, 16); + lean_ctor_release(x_167, 17); + lean_ctor_release(x_167, 18); + lean_ctor_release(x_167, 19); + lean_ctor_release(x_167, 20); + lean_ctor_release(x_167, 21); + lean_ctor_release(x_167, 22); + lean_ctor_release(x_167, 23); + lean_ctor_release(x_167, 24); + lean_ctor_release(x_167, 25); + lean_ctor_release(x_167, 26); + lean_ctor_release(x_167, 27); + lean_ctor_release(x_167, 28); + lean_ctor_release(x_167, 29); + lean_ctor_release(x_167, 30); + lean_ctor_release(x_167, 31); + x_202 = x_167; } else { - lean_dec_ref(x_165); - x_199 = lean_box(0); + lean_dec_ref(x_167); + x_202 = lean_box(0); } -x_200 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_200, 0, x_1); -if (lean_is_scalar(x_199)) { - x_201 = lean_alloc_ctor(0, 31, 1); +x_203 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_203, 0, x_1); +if (lean_is_scalar(x_202)) { + x_204 = lean_alloc_ctor(0, 32, 1); } else { - x_201 = x_199; + x_204 = x_202; } -lean_ctor_set(x_201, 0, x_168); -lean_ctor_set(x_201, 1, x_169); -lean_ctor_set(x_201, 2, x_170); -lean_ctor_set(x_201, 3, x_171); -lean_ctor_set(x_201, 4, x_172); -lean_ctor_set(x_201, 5, x_173); -lean_ctor_set(x_201, 6, x_174); -lean_ctor_set(x_201, 7, x_175); -lean_ctor_set(x_201, 8, x_176); -lean_ctor_set(x_201, 9, x_177); -lean_ctor_set(x_201, 10, x_178); -lean_ctor_set(x_201, 11, x_179); -lean_ctor_set(x_201, 12, x_180); -lean_ctor_set(x_201, 13, x_181); -lean_ctor_set(x_201, 14, x_182); -lean_ctor_set(x_201, 15, x_183); -lean_ctor_set(x_201, 16, x_184); -lean_ctor_set(x_201, 17, x_185); -lean_ctor_set(x_201, 18, x_186); -lean_ctor_set(x_201, 19, x_187); -lean_ctor_set(x_201, 20, x_188); -lean_ctor_set(x_201, 21, x_189); -lean_ctor_set(x_201, 22, x_190); -lean_ctor_set(x_201, 23, x_191); -lean_ctor_set(x_201, 24, x_192); -lean_ctor_set(x_201, 25, x_193); -lean_ctor_set(x_201, 26, x_194); -lean_ctor_set(x_201, 27, x_195); -lean_ctor_set(x_201, 28, x_196); -lean_ctor_set(x_201, 29, x_200); -lean_ctor_set(x_201, 30, x_198); -lean_ctor_set_uint8(x_201, sizeof(void*)*31, x_197); -x_202 = lean_array_fset(x_167, x_2, x_201); +lean_ctor_set(x_204, 0, x_170); +lean_ctor_set(x_204, 1, x_171); +lean_ctor_set(x_204, 2, x_172); +lean_ctor_set(x_204, 3, x_173); +lean_ctor_set(x_204, 4, x_174); +lean_ctor_set(x_204, 5, x_175); +lean_ctor_set(x_204, 6, x_176); +lean_ctor_set(x_204, 7, x_177); +lean_ctor_set(x_204, 8, x_178); +lean_ctor_set(x_204, 9, x_179); +lean_ctor_set(x_204, 10, x_180); +lean_ctor_set(x_204, 11, x_181); +lean_ctor_set(x_204, 12, x_182); +lean_ctor_set(x_204, 13, x_183); +lean_ctor_set(x_204, 14, x_184); +lean_ctor_set(x_204, 15, x_185); +lean_ctor_set(x_204, 16, x_186); +lean_ctor_set(x_204, 17, x_187); +lean_ctor_set(x_204, 18, x_188); +lean_ctor_set(x_204, 19, x_189); +lean_ctor_set(x_204, 20, x_190); +lean_ctor_set(x_204, 21, x_191); +lean_ctor_set(x_204, 22, x_192); +lean_ctor_set(x_204, 23, x_193); +lean_ctor_set(x_204, 24, x_194); +lean_ctor_set(x_204, 25, x_195); +lean_ctor_set(x_204, 26, x_196); +lean_ctor_set(x_204, 27, x_197); +lean_ctor_set(x_204, 28, x_198); +lean_ctor_set(x_204, 29, x_203); +lean_ctor_set(x_204, 30, x_200); +lean_ctor_set(x_204, 31, x_201); +lean_ctor_set_uint8(x_204, sizeof(void*)*32, x_199); +x_205 = lean_array_fset(x_169, x_2, x_204); lean_dec(x_2); -if (lean_is_scalar(x_155)) { - x_203 = lean_alloc_ctor(0, 3, 0); +if (lean_is_scalar(x_157)) { + x_206 = lean_alloc_ctor(0, 3, 0); } else { - x_203 = x_155; + x_206 = x_157; } -lean_ctor_set(x_203, 0, x_202); -lean_ctor_set(x_203, 1, x_153); -lean_ctor_set(x_203, 2, x_154); -x_204 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_204, 0, x_149); -lean_ctor_set(x_204, 1, x_150); -lean_ctor_set(x_204, 2, x_151); -lean_ctor_set(x_204, 3, x_203); -lean_ctor_set(x_26, 14, x_204); -x_205 = lean_st_ref_set(x_3, x_26, x_29); +lean_ctor_set(x_206, 0, x_205); +lean_ctor_set(x_206, 1, x_155); +lean_ctor_set(x_206, 2, x_156); +x_207 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_207, 0, x_151); +lean_ctor_set(x_207, 1, x_152); +lean_ctor_set(x_207, 2, x_153); +lean_ctor_set(x_207, 3, x_206); +lean_ctor_set(x_26, 14, x_207); +x_208 = lean_st_ref_set(x_3, x_26, x_29); lean_dec(x_3); -x_206 = lean_ctor_get(x_205, 1); -lean_inc(x_206); -if (lean_is_exclusive(x_205)) { - lean_ctor_release(x_205, 0); - lean_ctor_release(x_205, 1); - x_207 = x_205; +x_209 = lean_ctor_get(x_208, 1); +lean_inc(x_209); +if (lean_is_exclusive(x_208)) { + lean_ctor_release(x_208, 0); + lean_ctor_release(x_208, 1); + x_210 = x_208; } else { - lean_dec_ref(x_205); - x_207 = lean_box(0); + lean_dec_ref(x_208); + x_210 = lean_box(0); } -if (lean_is_scalar(x_207)) { - x_208 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_210)) { + x_211 = lean_alloc_ctor(0, 2, 0); } else { - x_208 = x_207; + x_211 = x_210; } -lean_ctor_set(x_208, 0, x_166); -lean_ctor_set(x_208, 1, x_206); -return x_208; +lean_ctor_set(x_211, 0, x_168); +lean_ctor_set(x_211, 1, x_209); +return x_211; } } } else { -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; uint8_t x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; uint8_t x_234; -x_209 = lean_ctor_get(x_26, 0); -x_210 = lean_ctor_get(x_26, 1); -x_211 = lean_ctor_get(x_26, 2); -x_212 = lean_ctor_get(x_26, 3); -x_213 = lean_ctor_get(x_26, 4); -x_214 = lean_ctor_get(x_26, 5); -x_215 = lean_ctor_get(x_26, 6); -x_216 = lean_ctor_get(x_26, 7); -x_217 = lean_ctor_get_uint8(x_26, sizeof(void*)*16); -x_218 = lean_ctor_get(x_26, 8); -x_219 = lean_ctor_get(x_26, 9); -x_220 = lean_ctor_get(x_26, 10); -x_221 = lean_ctor_get(x_26, 11); -x_222 = lean_ctor_get(x_26, 12); -x_223 = lean_ctor_get(x_26, 13); -x_224 = lean_ctor_get(x_26, 15); +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; uint8_t 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; uint8_t x_237; +x_212 = lean_ctor_get(x_26, 0); +x_213 = lean_ctor_get(x_26, 1); +x_214 = lean_ctor_get(x_26, 2); +x_215 = lean_ctor_get(x_26, 3); +x_216 = lean_ctor_get(x_26, 4); +x_217 = lean_ctor_get(x_26, 5); +x_218 = lean_ctor_get(x_26, 6); +x_219 = lean_ctor_get(x_26, 7); +x_220 = lean_ctor_get_uint8(x_26, sizeof(void*)*16); +x_221 = lean_ctor_get(x_26, 8); +x_222 = lean_ctor_get(x_26, 9); +x_223 = lean_ctor_get(x_26, 10); +x_224 = lean_ctor_get(x_26, 11); +x_225 = lean_ctor_get(x_26, 12); +x_226 = lean_ctor_get(x_26, 13); +x_227 = lean_ctor_get(x_26, 15); +lean_inc(x_227); +lean_inc(x_226); +lean_inc(x_225); lean_inc(x_224); lean_inc(x_223); lean_inc(x_222); lean_inc(x_221); -lean_inc(x_220); lean_inc(x_219); lean_inc(x_218); +lean_inc(x_217); lean_inc(x_216); lean_inc(x_215); lean_inc(x_214); lean_inc(x_213); lean_inc(x_212); -lean_inc(x_211); -lean_inc(x_210); -lean_inc(x_209); lean_dec(x_26); -x_225 = lean_ctor_get(x_27, 0); -lean_inc(x_225); -x_226 = lean_ctor_get(x_27, 1); -lean_inc(x_226); -x_227 = lean_ctor_get(x_27, 2); -lean_inc(x_227); +x_228 = lean_ctor_get(x_27, 0); +lean_inc(x_228); +x_229 = lean_ctor_get(x_27, 1); +lean_inc(x_229); +x_230 = lean_ctor_get(x_27, 2); +lean_inc(x_230); if (lean_is_exclusive(x_27)) { lean_ctor_release(x_27, 0); lean_ctor_release(x_27, 1); lean_ctor_release(x_27, 2); lean_ctor_release(x_27, 3); - x_228 = x_27; + x_231 = x_27; } else { lean_dec_ref(x_27); - x_228 = lean_box(0); + x_231 = lean_box(0); } -x_229 = lean_ctor_get(x_28, 0); -lean_inc(x_229); -x_230 = lean_ctor_get(x_28, 1); -lean_inc(x_230); -x_231 = lean_ctor_get(x_28, 2); -lean_inc(x_231); +x_232 = lean_ctor_get(x_28, 0); +lean_inc(x_232); +x_233 = lean_ctor_get(x_28, 1); +lean_inc(x_233); +x_234 = lean_ctor_get(x_28, 2); +lean_inc(x_234); if (lean_is_exclusive(x_28)) { lean_ctor_release(x_28, 0); lean_ctor_release(x_28, 1); lean_ctor_release(x_28, 2); - x_232 = x_28; + x_235 = x_28; } else { lean_dec_ref(x_28); - x_232 = lean_box(0); + x_235 = lean_box(0); } -x_233 = lean_array_get_size(x_229); -x_234 = lean_nat_dec_lt(x_2, x_233); -lean_dec(x_233); -if (x_234 == 0) +x_236 = lean_array_get_size(x_232); +x_237 = lean_nat_dec_lt(x_2, x_236); +lean_dec(x_236); +if (x_237 == 0) { -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_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_dec(x_2); lean_dec(x_1); -if (lean_is_scalar(x_232)) { - x_235 = lean_alloc_ctor(0, 3, 0); +if (lean_is_scalar(x_235)) { + x_238 = lean_alloc_ctor(0, 3, 0); } else { - x_235 = x_232; + x_238 = x_235; } -lean_ctor_set(x_235, 0, x_229); -lean_ctor_set(x_235, 1, x_230); -lean_ctor_set(x_235, 2, x_231); -if (lean_is_scalar(x_228)) { - x_236 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_238, 0, x_232); +lean_ctor_set(x_238, 1, x_233); +lean_ctor_set(x_238, 2, x_234); +if (lean_is_scalar(x_231)) { + x_239 = lean_alloc_ctor(0, 4, 0); } else { - x_236 = x_228; + x_239 = x_231; } -lean_ctor_set(x_236, 0, x_225); -lean_ctor_set(x_236, 1, x_226); -lean_ctor_set(x_236, 2, x_227); -lean_ctor_set(x_236, 3, x_235); -x_237 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_237, 0, x_209); -lean_ctor_set(x_237, 1, x_210); -lean_ctor_set(x_237, 2, x_211); -lean_ctor_set(x_237, 3, x_212); -lean_ctor_set(x_237, 4, x_213); -lean_ctor_set(x_237, 5, x_214); -lean_ctor_set(x_237, 6, x_215); -lean_ctor_set(x_237, 7, x_216); -lean_ctor_set(x_237, 8, x_218); -lean_ctor_set(x_237, 9, x_219); -lean_ctor_set(x_237, 10, x_220); -lean_ctor_set(x_237, 11, x_221); -lean_ctor_set(x_237, 12, x_222); -lean_ctor_set(x_237, 13, x_223); -lean_ctor_set(x_237, 14, x_236); -lean_ctor_set(x_237, 15, x_224); -lean_ctor_set_uint8(x_237, sizeof(void*)*16, x_217); -x_238 = lean_st_ref_set(x_3, x_237, x_29); +lean_ctor_set(x_239, 0, x_228); +lean_ctor_set(x_239, 1, x_229); +lean_ctor_set(x_239, 2, x_230); +lean_ctor_set(x_239, 3, x_238); +x_240 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_240, 0, x_212); +lean_ctor_set(x_240, 1, x_213); +lean_ctor_set(x_240, 2, x_214); +lean_ctor_set(x_240, 3, x_215); +lean_ctor_set(x_240, 4, x_216); +lean_ctor_set(x_240, 5, x_217); +lean_ctor_set(x_240, 6, x_218); +lean_ctor_set(x_240, 7, x_219); +lean_ctor_set(x_240, 8, x_221); +lean_ctor_set(x_240, 9, x_222); +lean_ctor_set(x_240, 10, x_223); +lean_ctor_set(x_240, 11, x_224); +lean_ctor_set(x_240, 12, x_225); +lean_ctor_set(x_240, 13, x_226); +lean_ctor_set(x_240, 14, x_239); +lean_ctor_set(x_240, 15, x_227); +lean_ctor_set_uint8(x_240, sizeof(void*)*16, x_220); +x_241 = lean_st_ref_set(x_3, x_240, x_29); lean_dec(x_3); -x_239 = lean_ctor_get(x_238, 1); -lean_inc(x_239); -if (lean_is_exclusive(x_238)) { - lean_ctor_release(x_238, 0); - lean_ctor_release(x_238, 1); - x_240 = x_238; +x_242 = lean_ctor_get(x_241, 1); +lean_inc(x_242); +if (lean_is_exclusive(x_241)) { + lean_ctor_release(x_241, 0); + lean_ctor_release(x_241, 1); + x_243 = x_241; } else { - lean_dec_ref(x_238); - x_240 = lean_box(0); + lean_dec_ref(x_241); + x_243 = lean_box(0); } -x_241 = lean_box(0); -if (lean_is_scalar(x_240)) { - x_242 = lean_alloc_ctor(0, 2, 0); -} else { - x_242 = x_240; -} -lean_ctor_set(x_242, 0, x_241); -lean_ctor_set(x_242, 1, x_239); -return x_242; -} -else -{ -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; uint8_t 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; -x_243 = lean_array_fget(x_229, x_2); x_244 = lean_box(0); -x_245 = lean_array_fset(x_229, x_2, x_244); -x_246 = lean_ctor_get(x_243, 0); -lean_inc(x_246); -x_247 = lean_ctor_get(x_243, 1); -lean_inc(x_247); -x_248 = lean_ctor_get(x_243, 2); -lean_inc(x_248); -x_249 = lean_ctor_get(x_243, 3); +if (lean_is_scalar(x_243)) { + x_245 = lean_alloc_ctor(0, 2, 0); +} else { + x_245 = x_243; +} +lean_ctor_set(x_245, 0, x_244); +lean_ctor_set(x_245, 1, x_242); +return x_245; +} +else +{ +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; uint8_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; +x_246 = lean_array_fget(x_232, x_2); +x_247 = lean_box(0); +x_248 = lean_array_fset(x_232, x_2, x_247); +x_249 = lean_ctor_get(x_246, 0); lean_inc(x_249); -x_250 = lean_ctor_get(x_243, 4); +x_250 = lean_ctor_get(x_246, 1); lean_inc(x_250); -x_251 = lean_ctor_get(x_243, 5); +x_251 = lean_ctor_get(x_246, 2); lean_inc(x_251); -x_252 = lean_ctor_get(x_243, 6); +x_252 = lean_ctor_get(x_246, 3); lean_inc(x_252); -x_253 = lean_ctor_get(x_243, 7); +x_253 = lean_ctor_get(x_246, 4); lean_inc(x_253); -x_254 = lean_ctor_get(x_243, 8); +x_254 = lean_ctor_get(x_246, 5); lean_inc(x_254); -x_255 = lean_ctor_get(x_243, 9); +x_255 = lean_ctor_get(x_246, 6); lean_inc(x_255); -x_256 = lean_ctor_get(x_243, 10); +x_256 = lean_ctor_get(x_246, 7); lean_inc(x_256); -x_257 = lean_ctor_get(x_243, 11); +x_257 = lean_ctor_get(x_246, 8); lean_inc(x_257); -x_258 = lean_ctor_get(x_243, 12); +x_258 = lean_ctor_get(x_246, 9); lean_inc(x_258); -x_259 = lean_ctor_get(x_243, 13); +x_259 = lean_ctor_get(x_246, 10); lean_inc(x_259); -x_260 = lean_ctor_get(x_243, 14); +x_260 = lean_ctor_get(x_246, 11); lean_inc(x_260); -x_261 = lean_ctor_get(x_243, 15); +x_261 = lean_ctor_get(x_246, 12); lean_inc(x_261); -x_262 = lean_ctor_get(x_243, 16); +x_262 = lean_ctor_get(x_246, 13); lean_inc(x_262); -x_263 = lean_ctor_get(x_243, 17); +x_263 = lean_ctor_get(x_246, 14); lean_inc(x_263); -x_264 = lean_ctor_get(x_243, 18); +x_264 = lean_ctor_get(x_246, 15); lean_inc(x_264); -x_265 = lean_ctor_get(x_243, 19); +x_265 = lean_ctor_get(x_246, 16); lean_inc(x_265); -x_266 = lean_ctor_get(x_243, 20); +x_266 = lean_ctor_get(x_246, 17); lean_inc(x_266); -x_267 = lean_ctor_get(x_243, 21); +x_267 = lean_ctor_get(x_246, 18); lean_inc(x_267); -x_268 = lean_ctor_get(x_243, 22); +x_268 = lean_ctor_get(x_246, 19); lean_inc(x_268); -x_269 = lean_ctor_get(x_243, 23); +x_269 = lean_ctor_get(x_246, 20); lean_inc(x_269); -x_270 = lean_ctor_get(x_243, 24); +x_270 = lean_ctor_get(x_246, 21); lean_inc(x_270); -x_271 = lean_ctor_get(x_243, 25); +x_271 = lean_ctor_get(x_246, 22); lean_inc(x_271); -x_272 = lean_ctor_get(x_243, 26); +x_272 = lean_ctor_get(x_246, 23); lean_inc(x_272); -x_273 = lean_ctor_get(x_243, 27); +x_273 = lean_ctor_get(x_246, 24); lean_inc(x_273); -x_274 = lean_ctor_get(x_243, 28); +x_274 = lean_ctor_get(x_246, 25); lean_inc(x_274); -x_275 = lean_ctor_get_uint8(x_243, sizeof(void*)*31); -x_276 = lean_ctor_get(x_243, 30); +x_275 = lean_ctor_get(x_246, 26); +lean_inc(x_275); +x_276 = lean_ctor_get(x_246, 27); lean_inc(x_276); -if (lean_is_exclusive(x_243)) { - lean_ctor_release(x_243, 0); - lean_ctor_release(x_243, 1); - lean_ctor_release(x_243, 2); - lean_ctor_release(x_243, 3); - lean_ctor_release(x_243, 4); - lean_ctor_release(x_243, 5); - lean_ctor_release(x_243, 6); - lean_ctor_release(x_243, 7); - lean_ctor_release(x_243, 8); - lean_ctor_release(x_243, 9); - lean_ctor_release(x_243, 10); - lean_ctor_release(x_243, 11); - lean_ctor_release(x_243, 12); - lean_ctor_release(x_243, 13); - lean_ctor_release(x_243, 14); - lean_ctor_release(x_243, 15); - lean_ctor_release(x_243, 16); - lean_ctor_release(x_243, 17); - lean_ctor_release(x_243, 18); - lean_ctor_release(x_243, 19); - lean_ctor_release(x_243, 20); - lean_ctor_release(x_243, 21); - lean_ctor_release(x_243, 22); - lean_ctor_release(x_243, 23); - lean_ctor_release(x_243, 24); - lean_ctor_release(x_243, 25); - lean_ctor_release(x_243, 26); - lean_ctor_release(x_243, 27); - lean_ctor_release(x_243, 28); - lean_ctor_release(x_243, 29); - lean_ctor_release(x_243, 30); - x_277 = x_243; +x_277 = lean_ctor_get(x_246, 28); +lean_inc(x_277); +x_278 = lean_ctor_get_uint8(x_246, sizeof(void*)*32); +x_279 = lean_ctor_get(x_246, 30); +lean_inc(x_279); +x_280 = lean_ctor_get(x_246, 31); +lean_inc(x_280); +if (lean_is_exclusive(x_246)) { + lean_ctor_release(x_246, 0); + lean_ctor_release(x_246, 1); + lean_ctor_release(x_246, 2); + lean_ctor_release(x_246, 3); + lean_ctor_release(x_246, 4); + lean_ctor_release(x_246, 5); + lean_ctor_release(x_246, 6); + lean_ctor_release(x_246, 7); + lean_ctor_release(x_246, 8); + lean_ctor_release(x_246, 9); + lean_ctor_release(x_246, 10); + lean_ctor_release(x_246, 11); + lean_ctor_release(x_246, 12); + lean_ctor_release(x_246, 13); + lean_ctor_release(x_246, 14); + lean_ctor_release(x_246, 15); + lean_ctor_release(x_246, 16); + lean_ctor_release(x_246, 17); + lean_ctor_release(x_246, 18); + lean_ctor_release(x_246, 19); + lean_ctor_release(x_246, 20); + lean_ctor_release(x_246, 21); + lean_ctor_release(x_246, 22); + lean_ctor_release(x_246, 23); + lean_ctor_release(x_246, 24); + lean_ctor_release(x_246, 25); + lean_ctor_release(x_246, 26); + lean_ctor_release(x_246, 27); + lean_ctor_release(x_246, 28); + lean_ctor_release(x_246, 29); + lean_ctor_release(x_246, 30); + lean_ctor_release(x_246, 31); + x_281 = x_246; } else { - lean_dec_ref(x_243); - x_277 = lean_box(0); + lean_dec_ref(x_246); + x_281 = lean_box(0); } -x_278 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_278, 0, x_1); -if (lean_is_scalar(x_277)) { - x_279 = lean_alloc_ctor(0, 31, 1); +x_282 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_282, 0, x_1); +if (lean_is_scalar(x_281)) { + x_283 = lean_alloc_ctor(0, 32, 1); } else { - x_279 = x_277; + x_283 = x_281; } -lean_ctor_set(x_279, 0, x_246); -lean_ctor_set(x_279, 1, x_247); -lean_ctor_set(x_279, 2, x_248); -lean_ctor_set(x_279, 3, x_249); -lean_ctor_set(x_279, 4, x_250); -lean_ctor_set(x_279, 5, x_251); -lean_ctor_set(x_279, 6, x_252); -lean_ctor_set(x_279, 7, x_253); -lean_ctor_set(x_279, 8, x_254); -lean_ctor_set(x_279, 9, x_255); -lean_ctor_set(x_279, 10, x_256); -lean_ctor_set(x_279, 11, x_257); -lean_ctor_set(x_279, 12, x_258); -lean_ctor_set(x_279, 13, x_259); -lean_ctor_set(x_279, 14, x_260); -lean_ctor_set(x_279, 15, x_261); -lean_ctor_set(x_279, 16, x_262); -lean_ctor_set(x_279, 17, x_263); -lean_ctor_set(x_279, 18, x_264); -lean_ctor_set(x_279, 19, x_265); -lean_ctor_set(x_279, 20, x_266); -lean_ctor_set(x_279, 21, x_267); -lean_ctor_set(x_279, 22, x_268); -lean_ctor_set(x_279, 23, x_269); -lean_ctor_set(x_279, 24, x_270); -lean_ctor_set(x_279, 25, x_271); -lean_ctor_set(x_279, 26, x_272); -lean_ctor_set(x_279, 27, x_273); -lean_ctor_set(x_279, 28, x_274); -lean_ctor_set(x_279, 29, x_278); -lean_ctor_set(x_279, 30, x_276); -lean_ctor_set_uint8(x_279, sizeof(void*)*31, x_275); -x_280 = lean_array_fset(x_245, x_2, x_279); +lean_ctor_set(x_283, 0, x_249); +lean_ctor_set(x_283, 1, x_250); +lean_ctor_set(x_283, 2, x_251); +lean_ctor_set(x_283, 3, x_252); +lean_ctor_set(x_283, 4, x_253); +lean_ctor_set(x_283, 5, x_254); +lean_ctor_set(x_283, 6, x_255); +lean_ctor_set(x_283, 7, x_256); +lean_ctor_set(x_283, 8, x_257); +lean_ctor_set(x_283, 9, x_258); +lean_ctor_set(x_283, 10, x_259); +lean_ctor_set(x_283, 11, x_260); +lean_ctor_set(x_283, 12, x_261); +lean_ctor_set(x_283, 13, x_262); +lean_ctor_set(x_283, 14, x_263); +lean_ctor_set(x_283, 15, x_264); +lean_ctor_set(x_283, 16, x_265); +lean_ctor_set(x_283, 17, x_266); +lean_ctor_set(x_283, 18, x_267); +lean_ctor_set(x_283, 19, x_268); +lean_ctor_set(x_283, 20, x_269); +lean_ctor_set(x_283, 21, x_270); +lean_ctor_set(x_283, 22, x_271); +lean_ctor_set(x_283, 23, x_272); +lean_ctor_set(x_283, 24, x_273); +lean_ctor_set(x_283, 25, x_274); +lean_ctor_set(x_283, 26, x_275); +lean_ctor_set(x_283, 27, x_276); +lean_ctor_set(x_283, 28, x_277); +lean_ctor_set(x_283, 29, x_282); +lean_ctor_set(x_283, 30, x_279); +lean_ctor_set(x_283, 31, x_280); +lean_ctor_set_uint8(x_283, sizeof(void*)*32, x_278); +x_284 = lean_array_fset(x_248, x_2, x_283); lean_dec(x_2); -if (lean_is_scalar(x_232)) { - x_281 = lean_alloc_ctor(0, 3, 0); +if (lean_is_scalar(x_235)) { + x_285 = lean_alloc_ctor(0, 3, 0); } else { - x_281 = x_232; + x_285 = x_235; } -lean_ctor_set(x_281, 0, x_280); -lean_ctor_set(x_281, 1, x_230); -lean_ctor_set(x_281, 2, x_231); -if (lean_is_scalar(x_228)) { - x_282 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_285, 0, x_284); +lean_ctor_set(x_285, 1, x_233); +lean_ctor_set(x_285, 2, x_234); +if (lean_is_scalar(x_231)) { + x_286 = lean_alloc_ctor(0, 4, 0); } else { - x_282 = x_228; + x_286 = x_231; } -lean_ctor_set(x_282, 0, x_225); -lean_ctor_set(x_282, 1, x_226); -lean_ctor_set(x_282, 2, x_227); -lean_ctor_set(x_282, 3, x_281); -x_283 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_283, 0, x_209); -lean_ctor_set(x_283, 1, x_210); -lean_ctor_set(x_283, 2, x_211); -lean_ctor_set(x_283, 3, x_212); -lean_ctor_set(x_283, 4, x_213); -lean_ctor_set(x_283, 5, x_214); -lean_ctor_set(x_283, 6, x_215); -lean_ctor_set(x_283, 7, x_216); -lean_ctor_set(x_283, 8, x_218); -lean_ctor_set(x_283, 9, x_219); -lean_ctor_set(x_283, 10, x_220); -lean_ctor_set(x_283, 11, x_221); -lean_ctor_set(x_283, 12, x_222); -lean_ctor_set(x_283, 13, x_223); -lean_ctor_set(x_283, 14, x_282); -lean_ctor_set(x_283, 15, x_224); -lean_ctor_set_uint8(x_283, sizeof(void*)*16, x_217); -x_284 = lean_st_ref_set(x_3, x_283, x_29); +lean_ctor_set(x_286, 0, x_228); +lean_ctor_set(x_286, 1, x_229); +lean_ctor_set(x_286, 2, x_230); +lean_ctor_set(x_286, 3, x_285); +x_287 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_287, 0, x_212); +lean_ctor_set(x_287, 1, x_213); +lean_ctor_set(x_287, 2, x_214); +lean_ctor_set(x_287, 3, x_215); +lean_ctor_set(x_287, 4, x_216); +lean_ctor_set(x_287, 5, x_217); +lean_ctor_set(x_287, 6, x_218); +lean_ctor_set(x_287, 7, x_219); +lean_ctor_set(x_287, 8, x_221); +lean_ctor_set(x_287, 9, x_222); +lean_ctor_set(x_287, 10, x_223); +lean_ctor_set(x_287, 11, x_224); +lean_ctor_set(x_287, 12, x_225); +lean_ctor_set(x_287, 13, x_226); +lean_ctor_set(x_287, 14, x_286); +lean_ctor_set(x_287, 15, x_227); +lean_ctor_set_uint8(x_287, sizeof(void*)*16, x_220); +x_288 = lean_st_ref_set(x_3, x_287, x_29); lean_dec(x_3); -x_285 = lean_ctor_get(x_284, 1); -lean_inc(x_285); -if (lean_is_exclusive(x_284)) { - lean_ctor_release(x_284, 0); - lean_ctor_release(x_284, 1); - x_286 = x_284; +x_289 = lean_ctor_get(x_288, 1); +lean_inc(x_289); +if (lean_is_exclusive(x_288)) { + lean_ctor_release(x_288, 0); + lean_ctor_release(x_288, 1); + x_290 = x_288; } else { - lean_dec_ref(x_284); - x_286 = lean_box(0); + lean_dec_ref(x_288); + x_290 = lean_box(0); } -if (lean_is_scalar(x_286)) { - x_287 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_290)) { + x_291 = lean_alloc_ctor(0, 2, 0); } else { - x_287 = x_286; + x_291 = x_290; } -lean_ctor_set(x_287, 0, x_244); -lean_ctor_set(x_287, 1, x_285); -return x_287; +lean_ctor_set(x_291, 0, x_247); +lean_ctor_set(x_291, 1, x_289); +return x_291; } } } } else { -uint8_t x_288; +uint8_t x_292; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -18984,23 +20704,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_288 = !lean_is_exclusive(x_12); -if (x_288 == 0) +x_292 = !lean_is_exclusive(x_12); +if (x_292 == 0) { return x_12; } else { -lean_object* x_289; lean_object* x_290; lean_object* x_291; -x_289 = lean_ctor_get(x_12, 0); -x_290 = lean_ctor_get(x_12, 1); -lean_inc(x_290); -lean_inc(x_289); +lean_object* x_293; lean_object* x_294; lean_object* x_295; +x_293 = lean_ctor_get(x_12, 0); +x_294 = lean_ctor_get(x_12, 1); +lean_inc(x_294); +lean_inc(x_293); lean_dec(x_12); -x_291 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_291, 0, x_289); -lean_ctor_set(x_291, 1, x_290); -return x_291; +x_295 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_295, 0, x_293); +lean_ctor_set(x_295, 1, x_294); +return x_295; } } } @@ -19150,10 +20870,24 @@ l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof___closed__25 = _init_l_Lean lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof___closed__25); l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof___closed__26 = _init_l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof___closed__26(); lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_toExprProof___closed__26); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__1 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__1); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__2 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__2(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__2); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__3 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__3(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__3); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__4 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__4(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__4); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__5 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__5(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_toExprProof___closed__5); l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__1 = _init_l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__1(); lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__1); l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__2 = _init_l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__2(); lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__2); +l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__3 = _init_l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__3(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__3); +l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__4 = _init_l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__4(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_UnsatProof_toExprProofCore___closed__4); return lean_io_result_mk_ok(lean_box(0)); } #ifdef __cplusplus diff --git a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/PropagateEq.c b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/PropagateEq.c index e8646619aa..163bb50a00 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/PropagateEq.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/PropagateEq.c @@ -13,58 +13,105 @@ #ifdef __cplusplus extern "C" { #endif +lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); lean_object* l_Lean_Grind_CommRing_Expr_toPoly(lean_object*); +size_t lean_usize_shift_right(size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_modifyAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__4(lean_object*, lean_object*, lean_object*, size_t, size_t); +static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_inSameStruct_x3f___lambda__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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_processNewIntModuleDiseq(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_Meta_Grind_Arith_CommRing_reify_x3f___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* l_Lean_Level_succ___override(lean_object*); +lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__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_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___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_array_fset(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_inSameStruct_x3f(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_Meta_Grind_Arith_Linear_setInconsistent(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_addTrace___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__7(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_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__1(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*); +size_t lean_usize_of_nat(lean_object*); +lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_processNewIntModuleEq___lambda__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*, lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_process_linarith_eq(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_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___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*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__6; static lean_object* l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__3; lean_object* lean_nat_to_int(lean_object*); LEAN_EXPORT lean_object* lean_process_linarith_diseq(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_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__1(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_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_processNewCommRingDiseq(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___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_inSameStruct_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Grind_Linarith_beqPoly____x40_Init_Grind_Ordered_Linarith___hyg_506_(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__5; lean_object* l_Lean_Meta_mkEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__3; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_processNewCommRingEq___lambda__1___closed__2; lean_object* l_Lean_Meta_Grind_Arith_Linear_reify_x3f(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Grind_Arith_Linear_isCommRing(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_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_processNewIntModuleEq(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_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__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_Meta_Grind_getGeneration(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Meta_Grind_isSameExpr_unsafe__1(lean_object*, lean_object*); lean_object* l_Lean_Grind_Linarith_Poly_mul(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2(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_mkNot(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___closed__1; lean_object* l_Lean_Meta_Grind_updateLastTag(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Grind_CommRing_Poly_mulConst(lean_object*, lean_object*); +lean_object* lean_usize_to_nat(size_t); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__2; lean_object* l_Lean_MessageData_ofExpr(lean_object*); -static lean_object* l_Lean_Meta_Grind_Arith_Linear_processNewDiseqImpl___closed__2; +static lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__4; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Grind_Arith_Linear_getTermStructId_x3f(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_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_processNewCommRingEq___lambda__1(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_object*); -lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_updateLastTag___spec__1(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_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__1; lean_object* l_Lean_Meta_Grind_Arith_Linear_withRingM___rarg(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_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2(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_fget(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert(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_PersistentArray_modifyAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +lean_object* l_Lean_mkApp3(lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_processNewCommRingEq(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_addTrace___at_Lean_Meta_Grind_updateLastTag___spec__2(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_Meta_Grind_Arith_Linear_resetAssignmentFrom(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_Grind_Linarith_Poly_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__4(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_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_processNewCommRingEq___lambda__1___boxed(lean_object**); +lean_object* lean_nat_sub(lean_object*, lean_object*); +lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_satisfied(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_Grind_Linarith_Expr_norm(lean_object*); -static lean_object* l_Lean_Meta_Grind_Arith_Linear_processNewDiseqImpl___closed__1; +static lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2___closed__1; +size_t lean_usize_sub(size_t, size_t); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_processNewCommRingEq___lambda__1___closed__1; lean_object* l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(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_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___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*); +uint8_t l_Lean_beqLBool____x40_Lean_Data_LBool___hyg_18_(uint8_t, uint8_t); +lean_object* l_Lean_instInhabitedPersistentArray(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__1(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_st_ref_set(lean_object*, lean_object*, 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_object* l_Lean_Grind_CommRing_Poly_toIntModuleExpr(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_get_size(lean_object*); lean_object* lean_int_neg(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2(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___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_processNewIntModuleEq___lambda__1(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*); +size_t lean_usize_land(size_t, size_t); +lean_object* l_Lean_Meta_Grind_Arith_Linear_LinearM_getStruct(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__1(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_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_inSameStruct_x3f___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_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_inSameStruct_x3f___lambda__1(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: @@ -2156,36 +2203,1976 @@ lean_dec(x_3); return x_13; } } -static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_processNewDiseqImpl___closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked(" ≠ ", 5, 3); +x_1 = lean_mk_string_unchecked("Eq", 2, 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_processNewDiseqImpl___closed__2() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___closed__2() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Grind_Arith_Linear_processNewDiseqImpl___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; } } -LEAN_EXPORT lean_object* lean_process_linarith_diseq(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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2(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) { +_start: +{ +lean_object* x_13; +x_13 = l_Lean_Meta_Grind_Arith_Linear_LinearM_getStruct(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_13) == 0) +{ +uint8_t x_14; +x_14 = !lean_is_exclusive(x_13); +if (x_14 == 0) +{ +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; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_ctor_get(x_15, 3); +lean_inc(x_16); +x_17 = l_Lean_Level_succ___override(x_16); +x_18 = lean_box(0); +x_19 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_19, 0, x_17); +lean_ctor_set(x_19, 1, x_18); +x_20 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___closed__2; +x_21 = l_Lean_Expr_const___override(x_20, x_19); +x_22 = lean_ctor_get(x_15, 2); +lean_inc(x_22); +lean_dec(x_15); +x_23 = l_Lean_mkApp3(x_21, x_22, x_1, x_2); +lean_ctor_set(x_13, 0, x_23); +return x_13; +} +else +{ +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; +x_24 = lean_ctor_get(x_13, 0); +x_25 = lean_ctor_get(x_13, 1); +lean_inc(x_25); +lean_inc(x_24); +lean_dec(x_13); +x_26 = lean_ctor_get(x_24, 3); +lean_inc(x_26); +x_27 = l_Lean_Level_succ___override(x_26); +x_28 = lean_box(0); +x_29 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_29, 0, x_27); +lean_ctor_set(x_29, 1, x_28); +x_30 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___closed__2; +x_31 = l_Lean_Expr_const___override(x_30, x_29); +x_32 = lean_ctor_get(x_24, 2); +lean_inc(x_32); +lean_dec(x_24); +x_33 = l_Lean_mkApp3(x_31, x_32, x_1, x_2); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_25); +return x_34; +} +} +else +{ +uint8_t x_35; +lean_dec(x_2); +lean_dec(x_1); +x_35 = !lean_is_exclusive(x_13); +if (x_35 == 0) +{ +return x_13; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_13, 0); +x_37 = lean_ctor_get(x_13, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_13); +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; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__1(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; lean_object* x_13; +x_12 = lean_ctor_get(x_1, 0); +x_13 = l_Lean_Grind_Linarith_Poly_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__4(x_12, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_13) == 0) +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_14 = lean_ctor_get(x_13, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_Meta_Grind_Arith_Linear_LinearM_getStruct(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_15); +if (lean_obj_tag(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_16, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_16, 1); +lean_inc(x_18); +lean_dec(x_16); +x_19 = lean_ctor_get(x_17, 14); +lean_inc(x_19); +lean_dec(x_17); +x_20 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2(x_14, x_19, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_18); +if (lean_obj_tag(x_20) == 0) +{ +uint8_t x_21; +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_20, 0); +x_23 = l_Lean_mkNot(x_22); +lean_ctor_set(x_20, 0, x_23); +return x_20; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_24 = lean_ctor_get(x_20, 0); +x_25 = lean_ctor_get(x_20, 1); +lean_inc(x_25); +lean_inc(x_24); +lean_dec(x_20); +x_26 = l_Lean_mkNot(x_24); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_25); +return x_27; +} +} +else +{ +uint8_t x_28; +x_28 = !lean_is_exclusive(x_20); +if (x_28 == 0) +{ +return x_20; +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_20, 0); +x_30 = lean_ctor_get(x_20, 1); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_20); +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; +} +} +} +else +{ +uint8_t x_32; +lean_dec(x_14); +x_32 = !lean_is_exclusive(x_16); +if (x_32 == 0) +{ +return x_16; +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_16, 0); +x_34 = lean_ctor_get(x_16, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_16); +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 +{ +uint8_t x_36; +x_36 = !lean_is_exclusive(x_13); +if (x_36 == 0) +{ +return x_13; +} +else +{ +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_13, 0); +x_38 = lean_ctor_get(x_13, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_13); +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_PersistentArray_modifyAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +if (lean_obj_tag(x_3) == 0) +{ +uint8_t x_6; +x_6 = !lean_is_exclusive(x_3); +if (x_6 == 0) +{ +lean_object* x_7; size_t x_8; size_t x_9; size_t x_10; size_t x_11; size_t x_12; size_t x_13; size_t x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_7 = lean_ctor_get(x_3, 0); +x_8 = lean_usize_shift_right(x_4, x_5); +x_9 = 1; +x_10 = lean_usize_shift_left(x_9, x_5); +x_11 = lean_usize_sub(x_10, x_9); +x_12 = lean_usize_land(x_4, x_11); +x_13 = 5; +x_14 = lean_usize_sub(x_5, x_13); +x_15 = lean_usize_to_nat(x_8); +x_16 = lean_array_get_size(x_7); +x_17 = lean_nat_dec_lt(x_15, x_16); +lean_dec(x_16); +if (x_17 == 0) +{ +lean_dec(x_15); +lean_dec(x_1); +return x_3; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_18 = lean_array_fget(x_7, x_15); +x_19 = lean_box(0); +x_20 = lean_array_fset(x_7, x_15, x_19); +x_21 = l_Lean_PersistentArray_modifyAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__4(x_1, x_2, x_18, x_12, x_14); +x_22 = lean_array_fset(x_20, x_15, x_21); +lean_dec(x_15); +lean_ctor_set(x_3, 0, x_22); +return x_3; +} +} +else +{ +lean_object* x_23; size_t x_24; size_t x_25; size_t x_26; size_t x_27; size_t x_28; size_t x_29; size_t x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_23 = lean_ctor_get(x_3, 0); +lean_inc(x_23); +lean_dec(x_3); +x_24 = lean_usize_shift_right(x_4, x_5); +x_25 = 1; +x_26 = lean_usize_shift_left(x_25, x_5); +x_27 = lean_usize_sub(x_26, x_25); +x_28 = lean_usize_land(x_4, x_27); +x_29 = 5; +x_30 = lean_usize_sub(x_5, x_29); +x_31 = lean_usize_to_nat(x_24); +x_32 = lean_array_get_size(x_23); +x_33 = lean_nat_dec_lt(x_31, x_32); +lean_dec(x_32); +if (x_33 == 0) +{ +lean_object* x_34; +lean_dec(x_31); +lean_dec(x_1); +x_34 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_34, 0, x_23); +return x_34; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_35 = lean_array_fget(x_23, x_31); +x_36 = lean_box(0); +x_37 = lean_array_fset(x_23, x_31, x_36); +x_38 = l_Lean_PersistentArray_modifyAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__4(x_1, x_2, x_35, x_28, x_30); +x_39 = lean_array_fset(x_37, x_31, x_38); +lean_dec(x_31); +x_40 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_40, 0, x_39); +return x_40; +} +} +} +else +{ +uint8_t x_41; +x_41 = !lean_is_exclusive(x_3); +if (x_41 == 0) +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_42 = lean_ctor_get(x_3, 0); +x_43 = lean_usize_to_nat(x_4); +x_44 = lean_array_get_size(x_42); +x_45 = lean_nat_dec_lt(x_43, x_44); +lean_dec(x_44); +if (x_45 == 0) +{ +lean_dec(x_43); +lean_dec(x_1); +return x_3; +} +else +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_46 = lean_array_fget(x_42, x_43); +x_47 = lean_box(0); +x_48 = lean_array_fset(x_42, x_43, x_47); +x_49 = l_Lean_PersistentArray_push___rarg(x_46, x_1); +x_50 = lean_array_fset(x_48, x_43, x_49); +lean_dec(x_43); +lean_ctor_set(x_3, 0, x_50); +return x_3; +} +} +else +{ +lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; +x_51 = lean_ctor_get(x_3, 0); +lean_inc(x_51); +lean_dec(x_3); +x_52 = lean_usize_to_nat(x_4); +x_53 = lean_array_get_size(x_51); +x_54 = lean_nat_dec_lt(x_52, x_53); +lean_dec(x_53); +if (x_54 == 0) +{ +lean_object* x_55; +lean_dec(x_52); +lean_dec(x_1); +x_55 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_55, 0, x_51); +return x_55; +} +else +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_56 = lean_array_fget(x_51, x_52); +x_57 = lean_box(0); +x_58 = lean_array_fset(x_51, x_52, x_57); +x_59 = l_Lean_PersistentArray_push___rarg(x_56, x_1); +x_60 = lean_array_fset(x_58, x_52, x_59); +lean_dec(x_52); +x_61 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_61, 0, x_60); +return x_61; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +uint8_t x_5; +x_5 = !lean_is_exclusive(x_3); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; size_t x_8; lean_object* x_9; uint8_t x_10; +x_6 = lean_ctor_get(x_3, 0); +x_7 = lean_ctor_get(x_3, 1); +x_8 = lean_ctor_get_usize(x_3, 4); +x_9 = lean_ctor_get(x_3, 3); +x_10 = lean_nat_dec_le(x_9, x_4); +if (x_10 == 0) +{ +size_t x_11; lean_object* x_12; +x_11 = lean_usize_of_nat(x_4); +x_12 = l_Lean_PersistentArray_modifyAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__4(x_1, x_2, x_6, x_11, x_8); +lean_ctor_set(x_3, 0, x_12); +return x_3; +} +else +{ +lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_13 = lean_nat_sub(x_4, x_9); +x_14 = lean_array_get_size(x_7); +x_15 = lean_nat_dec_lt(x_13, x_14); +lean_dec(x_14); +if (x_15 == 0) +{ +lean_dec(x_13); +lean_dec(x_1); +return x_3; +} +else +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_16 = lean_array_fget(x_7, x_13); +x_17 = lean_box(0); +x_18 = lean_array_fset(x_7, x_13, x_17); +x_19 = l_Lean_PersistentArray_push___rarg(x_16, x_1); +x_20 = lean_array_fset(x_18, x_13, x_19); +lean_dec(x_13); +lean_ctor_set(x_3, 1, x_20); +return x_3; +} +} +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; size_t x_24; lean_object* x_25; uint8_t x_26; +x_21 = lean_ctor_get(x_3, 0); +x_22 = lean_ctor_get(x_3, 1); +x_23 = lean_ctor_get(x_3, 2); +x_24 = lean_ctor_get_usize(x_3, 4); +x_25 = lean_ctor_get(x_3, 3); +lean_inc(x_25); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_21); +lean_dec(x_3); +x_26 = lean_nat_dec_le(x_25, x_4); +if (x_26 == 0) +{ +size_t x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_usize_of_nat(x_4); +x_28 = l_Lean_PersistentArray_modifyAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__4(x_1, x_2, x_21, x_27, x_24); +x_29 = lean_alloc_ctor(0, 4, sizeof(size_t)*1); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_22); +lean_ctor_set(x_29, 2, x_23); +lean_ctor_set(x_29, 3, x_25); +lean_ctor_set_usize(x_29, 4, x_24); +return x_29; +} +else +{ +lean_object* x_30; lean_object* x_31; uint8_t x_32; +x_30 = lean_nat_sub(x_4, x_25); +x_31 = lean_array_get_size(x_22); +x_32 = lean_nat_dec_lt(x_30, x_31); +lean_dec(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_30); +lean_dec(x_1); +x_33 = lean_alloc_ctor(0, 4, sizeof(size_t)*1); +lean_ctor_set(x_33, 0, x_21); +lean_ctor_set(x_33, 1, x_22); +lean_ctor_set(x_33, 2, x_23); +lean_ctor_set(x_33, 3, x_25); +lean_ctor_set_usize(x_33, 4, x_24); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_34 = lean_array_fget(x_22, x_30); +x_35 = lean_box(0); +x_36 = lean_array_fset(x_22, x_30, x_35); +x_37 = l_Lean_PersistentArray_push___rarg(x_34, x_1); +x_38 = lean_array_fset(x_36, x_30, x_37); +lean_dec(x_30); +x_39 = lean_alloc_ctor(0, 4, sizeof(size_t)*1); +lean_ctor_set(x_39, 0, x_21); +lean_ctor_set(x_39, 1, x_38); +lean_ctor_set(x_39, 2, x_23); +lean_ctor_set(x_39, 3, x_25); +lean_ctor_set_usize(x_39, 4, x_24); +return x_39; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__1(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) { +_start: +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_13, 0, x_1); +x_14 = l_Lean_Meta_Grind_Arith_Linear_setInconsistent(x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_14; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_instInhabitedPersistentArray(lean_box(0)); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2(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: +{ +lean_object* x_14; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; +x_37 = lean_st_ref_take(x_5, x_13); +x_38 = lean_ctor_get(x_37, 0); +lean_inc(x_38); +x_39 = lean_ctor_get(x_38, 14); +lean_inc(x_39); +x_40 = lean_ctor_get(x_39, 3); +lean_inc(x_40); +x_41 = lean_ctor_get(x_37, 1); +lean_inc(x_41); +lean_dec(x_37); +x_42 = !lean_is_exclusive(x_38); +if (x_42 == 0) +{ +lean_object* x_43; uint8_t x_44; +x_43 = lean_ctor_get(x_38, 14); +lean_dec(x_43); +x_44 = !lean_is_exclusive(x_39); +if (x_44 == 0) +{ +lean_object* x_45; uint8_t x_46; +x_45 = lean_ctor_get(x_39, 3); +lean_dec(x_45); +x_46 = !lean_is_exclusive(x_40); +if (x_46 == 0) +{ +lean_object* x_47; lean_object* x_48; uint8_t x_49; +x_47 = lean_ctor_get(x_40, 0); +x_48 = lean_array_get_size(x_47); +x_49 = lean_nat_dec_lt(x_4, x_48); +lean_dec(x_48); +if (x_49 == 0) +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_st_ref_set(x_5, x_38, x_41); +x_51 = lean_ctor_get(x_50, 1); +lean_inc(x_51); +lean_dec(x_50); +x_14 = x_51; +goto block_36; +} +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_52 = lean_array_fget(x_47, x_4); +x_53 = lean_box(0); +x_54 = lean_array_fset(x_47, x_4, x_53); +x_55 = !lean_is_exclusive(x_52); +if (x_55 == 0) +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_56 = lean_ctor_get(x_52, 27); +x_57 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2___closed__1; +lean_inc(x_1); +x_58 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__3(x_1, x_57, x_56, x_2); +lean_ctor_set(x_52, 27, x_58); +x_59 = lean_array_fset(x_54, x_4, x_52); +lean_ctor_set(x_40, 0, x_59); +x_60 = lean_st_ref_set(x_5, x_38, x_41); +x_61 = lean_ctor_get(x_60, 1); +lean_inc(x_61); +lean_dec(x_60); +x_14 = x_61; +goto block_36; +} +else +{ +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; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t 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; +x_62 = lean_ctor_get(x_52, 0); +x_63 = lean_ctor_get(x_52, 1); +x_64 = lean_ctor_get(x_52, 2); +x_65 = lean_ctor_get(x_52, 3); +x_66 = lean_ctor_get(x_52, 4); +x_67 = lean_ctor_get(x_52, 5); +x_68 = lean_ctor_get(x_52, 6); +x_69 = lean_ctor_get(x_52, 7); +x_70 = lean_ctor_get(x_52, 8); +x_71 = lean_ctor_get(x_52, 9); +x_72 = lean_ctor_get(x_52, 10); +x_73 = lean_ctor_get(x_52, 11); +x_74 = lean_ctor_get(x_52, 12); +x_75 = lean_ctor_get(x_52, 13); +x_76 = lean_ctor_get(x_52, 14); +x_77 = lean_ctor_get(x_52, 15); +x_78 = lean_ctor_get(x_52, 16); +x_79 = lean_ctor_get(x_52, 17); +x_80 = lean_ctor_get(x_52, 18); +x_81 = lean_ctor_get(x_52, 19); +x_82 = lean_ctor_get(x_52, 20); +x_83 = lean_ctor_get(x_52, 21); +x_84 = lean_ctor_get(x_52, 22); +x_85 = lean_ctor_get(x_52, 23); +x_86 = lean_ctor_get(x_52, 24); +x_87 = lean_ctor_get(x_52, 25); +x_88 = lean_ctor_get(x_52, 26); +x_89 = lean_ctor_get(x_52, 27); +x_90 = lean_ctor_get(x_52, 28); +x_91 = lean_ctor_get_uint8(x_52, sizeof(void*)*32); +x_92 = lean_ctor_get(x_52, 29); +x_93 = lean_ctor_get(x_52, 30); +x_94 = lean_ctor_get(x_52, 31); +lean_inc(x_94); +lean_inc(x_93); +lean_inc(x_92); +lean_inc(x_90); +lean_inc(x_89); +lean_inc(x_88); +lean_inc(x_87); +lean_inc(x_86); +lean_inc(x_85); +lean_inc(x_84); +lean_inc(x_83); +lean_inc(x_82); +lean_inc(x_81); +lean_inc(x_80); +lean_inc(x_79); +lean_inc(x_78); +lean_inc(x_77); +lean_inc(x_76); +lean_inc(x_75); +lean_inc(x_74); +lean_inc(x_73); +lean_inc(x_72); +lean_inc(x_71); +lean_inc(x_70); +lean_inc(x_69); +lean_inc(x_68); +lean_inc(x_67); +lean_inc(x_66); +lean_inc(x_65); +lean_inc(x_64); +lean_inc(x_63); +lean_inc(x_62); +lean_dec(x_52); +x_95 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2___closed__1; +lean_inc(x_1); +x_96 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__3(x_1, x_95, x_89, x_2); +x_97 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_97, 0, x_62); +lean_ctor_set(x_97, 1, x_63); +lean_ctor_set(x_97, 2, x_64); +lean_ctor_set(x_97, 3, x_65); +lean_ctor_set(x_97, 4, x_66); +lean_ctor_set(x_97, 5, x_67); +lean_ctor_set(x_97, 6, x_68); +lean_ctor_set(x_97, 7, x_69); +lean_ctor_set(x_97, 8, x_70); +lean_ctor_set(x_97, 9, x_71); +lean_ctor_set(x_97, 10, x_72); +lean_ctor_set(x_97, 11, x_73); +lean_ctor_set(x_97, 12, x_74); +lean_ctor_set(x_97, 13, x_75); +lean_ctor_set(x_97, 14, x_76); +lean_ctor_set(x_97, 15, x_77); +lean_ctor_set(x_97, 16, x_78); +lean_ctor_set(x_97, 17, x_79); +lean_ctor_set(x_97, 18, x_80); +lean_ctor_set(x_97, 19, x_81); +lean_ctor_set(x_97, 20, x_82); +lean_ctor_set(x_97, 21, x_83); +lean_ctor_set(x_97, 22, x_84); +lean_ctor_set(x_97, 23, x_85); +lean_ctor_set(x_97, 24, x_86); +lean_ctor_set(x_97, 25, x_87); +lean_ctor_set(x_97, 26, x_88); +lean_ctor_set(x_97, 27, x_96); +lean_ctor_set(x_97, 28, x_90); +lean_ctor_set(x_97, 29, x_92); +lean_ctor_set(x_97, 30, x_93); +lean_ctor_set(x_97, 31, x_94); +lean_ctor_set_uint8(x_97, sizeof(void*)*32, x_91); +x_98 = lean_array_fset(x_54, x_4, x_97); +lean_ctor_set(x_40, 0, x_98); +x_99 = lean_st_ref_set(x_5, x_38, x_41); +x_100 = lean_ctor_get(x_99, 1); +lean_inc(x_100); +lean_dec(x_99); +x_14 = x_100; +goto block_36; +} +} +} +else +{ +lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; uint8_t x_105; +x_101 = lean_ctor_get(x_40, 0); +x_102 = lean_ctor_get(x_40, 1); +x_103 = lean_ctor_get(x_40, 2); +lean_inc(x_103); +lean_inc(x_102); +lean_inc(x_101); +lean_dec(x_40); +x_104 = lean_array_get_size(x_101); +x_105 = lean_nat_dec_lt(x_4, x_104); +lean_dec(x_104); +if (x_105 == 0) +{ +lean_object* x_106; lean_object* x_107; lean_object* x_108; +x_106 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_106, 0, x_101); +lean_ctor_set(x_106, 1, x_102); +lean_ctor_set(x_106, 2, x_103); +lean_ctor_set(x_39, 3, x_106); +x_107 = lean_st_ref_set(x_5, x_38, x_41); +x_108 = lean_ctor_get(x_107, 1); +lean_inc(x_108); +lean_dec(x_107); +x_14 = x_108; +goto block_36; +} +else +{ +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; uint8_t 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; +x_109 = lean_array_fget(x_101, x_4); +x_110 = lean_box(0); +x_111 = lean_array_fset(x_101, x_4, x_110); +x_112 = lean_ctor_get(x_109, 0); +lean_inc(x_112); +x_113 = lean_ctor_get(x_109, 1); +lean_inc(x_113); +x_114 = lean_ctor_get(x_109, 2); +lean_inc(x_114); +x_115 = lean_ctor_get(x_109, 3); +lean_inc(x_115); +x_116 = lean_ctor_get(x_109, 4); +lean_inc(x_116); +x_117 = lean_ctor_get(x_109, 5); +lean_inc(x_117); +x_118 = lean_ctor_get(x_109, 6); +lean_inc(x_118); +x_119 = lean_ctor_get(x_109, 7); +lean_inc(x_119); +x_120 = lean_ctor_get(x_109, 8); +lean_inc(x_120); +x_121 = lean_ctor_get(x_109, 9); +lean_inc(x_121); +x_122 = lean_ctor_get(x_109, 10); +lean_inc(x_122); +x_123 = lean_ctor_get(x_109, 11); +lean_inc(x_123); +x_124 = lean_ctor_get(x_109, 12); +lean_inc(x_124); +x_125 = lean_ctor_get(x_109, 13); +lean_inc(x_125); +x_126 = lean_ctor_get(x_109, 14); +lean_inc(x_126); +x_127 = lean_ctor_get(x_109, 15); +lean_inc(x_127); +x_128 = lean_ctor_get(x_109, 16); +lean_inc(x_128); +x_129 = lean_ctor_get(x_109, 17); +lean_inc(x_129); +x_130 = lean_ctor_get(x_109, 18); +lean_inc(x_130); +x_131 = lean_ctor_get(x_109, 19); +lean_inc(x_131); +x_132 = lean_ctor_get(x_109, 20); +lean_inc(x_132); +x_133 = lean_ctor_get(x_109, 21); +lean_inc(x_133); +x_134 = lean_ctor_get(x_109, 22); +lean_inc(x_134); +x_135 = lean_ctor_get(x_109, 23); +lean_inc(x_135); +x_136 = lean_ctor_get(x_109, 24); +lean_inc(x_136); +x_137 = lean_ctor_get(x_109, 25); +lean_inc(x_137); +x_138 = lean_ctor_get(x_109, 26); +lean_inc(x_138); +x_139 = lean_ctor_get(x_109, 27); +lean_inc(x_139); +x_140 = lean_ctor_get(x_109, 28); +lean_inc(x_140); +x_141 = lean_ctor_get_uint8(x_109, sizeof(void*)*32); +x_142 = lean_ctor_get(x_109, 29); +lean_inc(x_142); +x_143 = lean_ctor_get(x_109, 30); +lean_inc(x_143); +x_144 = lean_ctor_get(x_109, 31); +lean_inc(x_144); +if (lean_is_exclusive(x_109)) { + lean_ctor_release(x_109, 0); + lean_ctor_release(x_109, 1); + lean_ctor_release(x_109, 2); + lean_ctor_release(x_109, 3); + lean_ctor_release(x_109, 4); + lean_ctor_release(x_109, 5); + lean_ctor_release(x_109, 6); + lean_ctor_release(x_109, 7); + lean_ctor_release(x_109, 8); + lean_ctor_release(x_109, 9); + lean_ctor_release(x_109, 10); + lean_ctor_release(x_109, 11); + lean_ctor_release(x_109, 12); + lean_ctor_release(x_109, 13); + lean_ctor_release(x_109, 14); + lean_ctor_release(x_109, 15); + lean_ctor_release(x_109, 16); + lean_ctor_release(x_109, 17); + lean_ctor_release(x_109, 18); + lean_ctor_release(x_109, 19); + lean_ctor_release(x_109, 20); + lean_ctor_release(x_109, 21); + lean_ctor_release(x_109, 22); + lean_ctor_release(x_109, 23); + lean_ctor_release(x_109, 24); + lean_ctor_release(x_109, 25); + lean_ctor_release(x_109, 26); + lean_ctor_release(x_109, 27); + lean_ctor_release(x_109, 28); + lean_ctor_release(x_109, 29); + lean_ctor_release(x_109, 30); + lean_ctor_release(x_109, 31); + x_145 = x_109; +} else { + lean_dec_ref(x_109); + x_145 = lean_box(0); +} +x_146 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2___closed__1; +lean_inc(x_1); +x_147 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__3(x_1, x_146, x_139, x_2); +if (lean_is_scalar(x_145)) { + x_148 = lean_alloc_ctor(0, 32, 1); +} else { + x_148 = x_145; +} +lean_ctor_set(x_148, 0, x_112); +lean_ctor_set(x_148, 1, x_113); +lean_ctor_set(x_148, 2, x_114); +lean_ctor_set(x_148, 3, x_115); +lean_ctor_set(x_148, 4, x_116); +lean_ctor_set(x_148, 5, x_117); +lean_ctor_set(x_148, 6, x_118); +lean_ctor_set(x_148, 7, x_119); +lean_ctor_set(x_148, 8, x_120); +lean_ctor_set(x_148, 9, x_121); +lean_ctor_set(x_148, 10, x_122); +lean_ctor_set(x_148, 11, x_123); +lean_ctor_set(x_148, 12, x_124); +lean_ctor_set(x_148, 13, x_125); +lean_ctor_set(x_148, 14, x_126); +lean_ctor_set(x_148, 15, x_127); +lean_ctor_set(x_148, 16, x_128); +lean_ctor_set(x_148, 17, x_129); +lean_ctor_set(x_148, 18, x_130); +lean_ctor_set(x_148, 19, x_131); +lean_ctor_set(x_148, 20, x_132); +lean_ctor_set(x_148, 21, x_133); +lean_ctor_set(x_148, 22, x_134); +lean_ctor_set(x_148, 23, x_135); +lean_ctor_set(x_148, 24, x_136); +lean_ctor_set(x_148, 25, x_137); +lean_ctor_set(x_148, 26, x_138); +lean_ctor_set(x_148, 27, x_147); +lean_ctor_set(x_148, 28, x_140); +lean_ctor_set(x_148, 29, x_142); +lean_ctor_set(x_148, 30, x_143); +lean_ctor_set(x_148, 31, x_144); +lean_ctor_set_uint8(x_148, sizeof(void*)*32, x_141); +x_149 = lean_array_fset(x_111, x_4, x_148); +x_150 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_150, 0, x_149); +lean_ctor_set(x_150, 1, x_102); +lean_ctor_set(x_150, 2, x_103); +lean_ctor_set(x_39, 3, x_150); +x_151 = lean_st_ref_set(x_5, x_38, x_41); +x_152 = lean_ctor_get(x_151, 1); +lean_inc(x_152); +lean_dec(x_151); +x_14 = x_152; +goto block_36; +} +} +} +else +{ +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; uint8_t x_161; +x_153 = lean_ctor_get(x_39, 0); +x_154 = lean_ctor_get(x_39, 1); +x_155 = lean_ctor_get(x_39, 2); +lean_inc(x_155); +lean_inc(x_154); +lean_inc(x_153); +lean_dec(x_39); +x_156 = lean_ctor_get(x_40, 0); +lean_inc(x_156); +x_157 = lean_ctor_get(x_40, 1); +lean_inc(x_157); +x_158 = lean_ctor_get(x_40, 2); +lean_inc(x_158); +if (lean_is_exclusive(x_40)) { + lean_ctor_release(x_40, 0); + lean_ctor_release(x_40, 1); + lean_ctor_release(x_40, 2); + x_159 = x_40; +} else { + lean_dec_ref(x_40); + x_159 = lean_box(0); +} +x_160 = lean_array_get_size(x_156); +x_161 = lean_nat_dec_lt(x_4, x_160); +lean_dec(x_160); +if (x_161 == 0) +{ +lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; +if (lean_is_scalar(x_159)) { + x_162 = lean_alloc_ctor(0, 3, 0); +} else { + x_162 = x_159; +} +lean_ctor_set(x_162, 0, x_156); +lean_ctor_set(x_162, 1, x_157); +lean_ctor_set(x_162, 2, x_158); +x_163 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_163, 0, x_153); +lean_ctor_set(x_163, 1, x_154); +lean_ctor_set(x_163, 2, x_155); +lean_ctor_set(x_163, 3, x_162); +lean_ctor_set(x_38, 14, x_163); +x_164 = lean_st_ref_set(x_5, x_38, x_41); +x_165 = lean_ctor_get(x_164, 1); +lean_inc(x_165); +lean_dec(x_164); +x_14 = x_165; +goto block_36; +} +else +{ +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; uint8_t 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; +x_166 = lean_array_fget(x_156, x_4); +x_167 = lean_box(0); +x_168 = lean_array_fset(x_156, x_4, x_167); +x_169 = lean_ctor_get(x_166, 0); +lean_inc(x_169); +x_170 = lean_ctor_get(x_166, 1); +lean_inc(x_170); +x_171 = lean_ctor_get(x_166, 2); +lean_inc(x_171); +x_172 = lean_ctor_get(x_166, 3); +lean_inc(x_172); +x_173 = lean_ctor_get(x_166, 4); +lean_inc(x_173); +x_174 = lean_ctor_get(x_166, 5); +lean_inc(x_174); +x_175 = lean_ctor_get(x_166, 6); +lean_inc(x_175); +x_176 = lean_ctor_get(x_166, 7); +lean_inc(x_176); +x_177 = lean_ctor_get(x_166, 8); +lean_inc(x_177); +x_178 = lean_ctor_get(x_166, 9); +lean_inc(x_178); +x_179 = lean_ctor_get(x_166, 10); +lean_inc(x_179); +x_180 = lean_ctor_get(x_166, 11); +lean_inc(x_180); +x_181 = lean_ctor_get(x_166, 12); +lean_inc(x_181); +x_182 = lean_ctor_get(x_166, 13); +lean_inc(x_182); +x_183 = lean_ctor_get(x_166, 14); +lean_inc(x_183); +x_184 = lean_ctor_get(x_166, 15); +lean_inc(x_184); +x_185 = lean_ctor_get(x_166, 16); +lean_inc(x_185); +x_186 = lean_ctor_get(x_166, 17); +lean_inc(x_186); +x_187 = lean_ctor_get(x_166, 18); +lean_inc(x_187); +x_188 = lean_ctor_get(x_166, 19); +lean_inc(x_188); +x_189 = lean_ctor_get(x_166, 20); +lean_inc(x_189); +x_190 = lean_ctor_get(x_166, 21); +lean_inc(x_190); +x_191 = lean_ctor_get(x_166, 22); +lean_inc(x_191); +x_192 = lean_ctor_get(x_166, 23); +lean_inc(x_192); +x_193 = lean_ctor_get(x_166, 24); +lean_inc(x_193); +x_194 = lean_ctor_get(x_166, 25); +lean_inc(x_194); +x_195 = lean_ctor_get(x_166, 26); +lean_inc(x_195); +x_196 = lean_ctor_get(x_166, 27); +lean_inc(x_196); +x_197 = lean_ctor_get(x_166, 28); +lean_inc(x_197); +x_198 = lean_ctor_get_uint8(x_166, sizeof(void*)*32); +x_199 = lean_ctor_get(x_166, 29); +lean_inc(x_199); +x_200 = lean_ctor_get(x_166, 30); +lean_inc(x_200); +x_201 = lean_ctor_get(x_166, 31); +lean_inc(x_201); +if (lean_is_exclusive(x_166)) { + lean_ctor_release(x_166, 0); + lean_ctor_release(x_166, 1); + lean_ctor_release(x_166, 2); + lean_ctor_release(x_166, 3); + lean_ctor_release(x_166, 4); + lean_ctor_release(x_166, 5); + lean_ctor_release(x_166, 6); + lean_ctor_release(x_166, 7); + lean_ctor_release(x_166, 8); + lean_ctor_release(x_166, 9); + lean_ctor_release(x_166, 10); + lean_ctor_release(x_166, 11); + lean_ctor_release(x_166, 12); + lean_ctor_release(x_166, 13); + lean_ctor_release(x_166, 14); + lean_ctor_release(x_166, 15); + lean_ctor_release(x_166, 16); + lean_ctor_release(x_166, 17); + lean_ctor_release(x_166, 18); + lean_ctor_release(x_166, 19); + lean_ctor_release(x_166, 20); + lean_ctor_release(x_166, 21); + lean_ctor_release(x_166, 22); + lean_ctor_release(x_166, 23); + lean_ctor_release(x_166, 24); + lean_ctor_release(x_166, 25); + lean_ctor_release(x_166, 26); + lean_ctor_release(x_166, 27); + lean_ctor_release(x_166, 28); + lean_ctor_release(x_166, 29); + lean_ctor_release(x_166, 30); + lean_ctor_release(x_166, 31); + x_202 = x_166; +} else { + lean_dec_ref(x_166); + x_202 = lean_box(0); +} +x_203 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2___closed__1; +lean_inc(x_1); +x_204 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__3(x_1, x_203, x_196, x_2); +if (lean_is_scalar(x_202)) { + x_205 = lean_alloc_ctor(0, 32, 1); +} else { + x_205 = x_202; +} +lean_ctor_set(x_205, 0, x_169); +lean_ctor_set(x_205, 1, x_170); +lean_ctor_set(x_205, 2, x_171); +lean_ctor_set(x_205, 3, x_172); +lean_ctor_set(x_205, 4, x_173); +lean_ctor_set(x_205, 5, x_174); +lean_ctor_set(x_205, 6, x_175); +lean_ctor_set(x_205, 7, x_176); +lean_ctor_set(x_205, 8, x_177); +lean_ctor_set(x_205, 9, x_178); +lean_ctor_set(x_205, 10, x_179); +lean_ctor_set(x_205, 11, x_180); +lean_ctor_set(x_205, 12, x_181); +lean_ctor_set(x_205, 13, x_182); +lean_ctor_set(x_205, 14, x_183); +lean_ctor_set(x_205, 15, x_184); +lean_ctor_set(x_205, 16, x_185); +lean_ctor_set(x_205, 17, x_186); +lean_ctor_set(x_205, 18, x_187); +lean_ctor_set(x_205, 19, x_188); +lean_ctor_set(x_205, 20, x_189); +lean_ctor_set(x_205, 21, x_190); +lean_ctor_set(x_205, 22, x_191); +lean_ctor_set(x_205, 23, x_192); +lean_ctor_set(x_205, 24, x_193); +lean_ctor_set(x_205, 25, x_194); +lean_ctor_set(x_205, 26, x_195); +lean_ctor_set(x_205, 27, x_204); +lean_ctor_set(x_205, 28, x_197); +lean_ctor_set(x_205, 29, x_199); +lean_ctor_set(x_205, 30, x_200); +lean_ctor_set(x_205, 31, x_201); +lean_ctor_set_uint8(x_205, sizeof(void*)*32, x_198); +x_206 = lean_array_fset(x_168, x_4, x_205); +if (lean_is_scalar(x_159)) { + x_207 = lean_alloc_ctor(0, 3, 0); +} else { + x_207 = x_159; +} +lean_ctor_set(x_207, 0, x_206); +lean_ctor_set(x_207, 1, x_157); +lean_ctor_set(x_207, 2, x_158); +x_208 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_208, 0, x_153); +lean_ctor_set(x_208, 1, x_154); +lean_ctor_set(x_208, 2, x_155); +lean_ctor_set(x_208, 3, x_207); +lean_ctor_set(x_38, 14, x_208); +x_209 = lean_st_ref_set(x_5, x_38, x_41); +x_210 = lean_ctor_get(x_209, 1); +lean_inc(x_210); +lean_dec(x_209); +x_14 = x_210; +goto block_36; +} +} +} +else +{ +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; uint8_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; uint8_t x_236; +x_211 = lean_ctor_get(x_38, 0); +x_212 = lean_ctor_get(x_38, 1); +x_213 = lean_ctor_get(x_38, 2); +x_214 = lean_ctor_get(x_38, 3); +x_215 = lean_ctor_get(x_38, 4); +x_216 = lean_ctor_get(x_38, 5); +x_217 = lean_ctor_get(x_38, 6); +x_218 = lean_ctor_get(x_38, 7); +x_219 = lean_ctor_get_uint8(x_38, sizeof(void*)*16); +x_220 = lean_ctor_get(x_38, 8); +x_221 = lean_ctor_get(x_38, 9); +x_222 = lean_ctor_get(x_38, 10); +x_223 = lean_ctor_get(x_38, 11); +x_224 = lean_ctor_get(x_38, 12); +x_225 = lean_ctor_get(x_38, 13); +x_226 = lean_ctor_get(x_38, 15); +lean_inc(x_226); +lean_inc(x_225); +lean_inc(x_224); +lean_inc(x_223); +lean_inc(x_222); +lean_inc(x_221); +lean_inc(x_220); +lean_inc(x_218); +lean_inc(x_217); +lean_inc(x_216); +lean_inc(x_215); +lean_inc(x_214); +lean_inc(x_213); +lean_inc(x_212); +lean_inc(x_211); +lean_dec(x_38); +x_227 = lean_ctor_get(x_39, 0); +lean_inc(x_227); +x_228 = lean_ctor_get(x_39, 1); +lean_inc(x_228); +x_229 = lean_ctor_get(x_39, 2); +lean_inc(x_229); +if (lean_is_exclusive(x_39)) { + lean_ctor_release(x_39, 0); + lean_ctor_release(x_39, 1); + lean_ctor_release(x_39, 2); + lean_ctor_release(x_39, 3); + x_230 = x_39; +} else { + lean_dec_ref(x_39); + x_230 = lean_box(0); +} +x_231 = lean_ctor_get(x_40, 0); +lean_inc(x_231); +x_232 = lean_ctor_get(x_40, 1); +lean_inc(x_232); +x_233 = lean_ctor_get(x_40, 2); +lean_inc(x_233); +if (lean_is_exclusive(x_40)) { + lean_ctor_release(x_40, 0); + lean_ctor_release(x_40, 1); + lean_ctor_release(x_40, 2); + x_234 = x_40; +} else { + lean_dec_ref(x_40); + x_234 = lean_box(0); +} +x_235 = lean_array_get_size(x_231); +x_236 = lean_nat_dec_lt(x_4, x_235); +lean_dec(x_235); +if (x_236 == 0) +{ +lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; +if (lean_is_scalar(x_234)) { + x_237 = lean_alloc_ctor(0, 3, 0); +} else { + x_237 = x_234; +} +lean_ctor_set(x_237, 0, x_231); +lean_ctor_set(x_237, 1, x_232); +lean_ctor_set(x_237, 2, x_233); +if (lean_is_scalar(x_230)) { + x_238 = lean_alloc_ctor(0, 4, 0); +} else { + x_238 = x_230; +} +lean_ctor_set(x_238, 0, x_227); +lean_ctor_set(x_238, 1, x_228); +lean_ctor_set(x_238, 2, x_229); +lean_ctor_set(x_238, 3, x_237); +x_239 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_239, 0, x_211); +lean_ctor_set(x_239, 1, x_212); +lean_ctor_set(x_239, 2, x_213); +lean_ctor_set(x_239, 3, x_214); +lean_ctor_set(x_239, 4, x_215); +lean_ctor_set(x_239, 5, x_216); +lean_ctor_set(x_239, 6, x_217); +lean_ctor_set(x_239, 7, x_218); +lean_ctor_set(x_239, 8, x_220); +lean_ctor_set(x_239, 9, x_221); +lean_ctor_set(x_239, 10, x_222); +lean_ctor_set(x_239, 11, x_223); +lean_ctor_set(x_239, 12, x_224); +lean_ctor_set(x_239, 13, x_225); +lean_ctor_set(x_239, 14, x_238); +lean_ctor_set(x_239, 15, x_226); +lean_ctor_set_uint8(x_239, sizeof(void*)*16, x_219); +x_240 = lean_st_ref_set(x_5, x_239, x_41); +x_241 = lean_ctor_get(x_240, 1); +lean_inc(x_241); +lean_dec(x_240); +x_14 = x_241; +goto block_36; +} +else +{ +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; uint8_t 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; +x_242 = lean_array_fget(x_231, x_4); +x_243 = lean_box(0); +x_244 = lean_array_fset(x_231, x_4, x_243); +x_245 = lean_ctor_get(x_242, 0); +lean_inc(x_245); +x_246 = lean_ctor_get(x_242, 1); +lean_inc(x_246); +x_247 = lean_ctor_get(x_242, 2); +lean_inc(x_247); +x_248 = lean_ctor_get(x_242, 3); +lean_inc(x_248); +x_249 = lean_ctor_get(x_242, 4); +lean_inc(x_249); +x_250 = lean_ctor_get(x_242, 5); +lean_inc(x_250); +x_251 = lean_ctor_get(x_242, 6); +lean_inc(x_251); +x_252 = lean_ctor_get(x_242, 7); +lean_inc(x_252); +x_253 = lean_ctor_get(x_242, 8); +lean_inc(x_253); +x_254 = lean_ctor_get(x_242, 9); +lean_inc(x_254); +x_255 = lean_ctor_get(x_242, 10); +lean_inc(x_255); +x_256 = lean_ctor_get(x_242, 11); +lean_inc(x_256); +x_257 = lean_ctor_get(x_242, 12); +lean_inc(x_257); +x_258 = lean_ctor_get(x_242, 13); +lean_inc(x_258); +x_259 = lean_ctor_get(x_242, 14); +lean_inc(x_259); +x_260 = lean_ctor_get(x_242, 15); +lean_inc(x_260); +x_261 = lean_ctor_get(x_242, 16); +lean_inc(x_261); +x_262 = lean_ctor_get(x_242, 17); +lean_inc(x_262); +x_263 = lean_ctor_get(x_242, 18); +lean_inc(x_263); +x_264 = lean_ctor_get(x_242, 19); +lean_inc(x_264); +x_265 = lean_ctor_get(x_242, 20); +lean_inc(x_265); +x_266 = lean_ctor_get(x_242, 21); +lean_inc(x_266); +x_267 = lean_ctor_get(x_242, 22); +lean_inc(x_267); +x_268 = lean_ctor_get(x_242, 23); +lean_inc(x_268); +x_269 = lean_ctor_get(x_242, 24); +lean_inc(x_269); +x_270 = lean_ctor_get(x_242, 25); +lean_inc(x_270); +x_271 = lean_ctor_get(x_242, 26); +lean_inc(x_271); +x_272 = lean_ctor_get(x_242, 27); +lean_inc(x_272); +x_273 = lean_ctor_get(x_242, 28); +lean_inc(x_273); +x_274 = lean_ctor_get_uint8(x_242, sizeof(void*)*32); +x_275 = lean_ctor_get(x_242, 29); +lean_inc(x_275); +x_276 = lean_ctor_get(x_242, 30); +lean_inc(x_276); +x_277 = lean_ctor_get(x_242, 31); +lean_inc(x_277); +if (lean_is_exclusive(x_242)) { + lean_ctor_release(x_242, 0); + lean_ctor_release(x_242, 1); + lean_ctor_release(x_242, 2); + lean_ctor_release(x_242, 3); + lean_ctor_release(x_242, 4); + lean_ctor_release(x_242, 5); + lean_ctor_release(x_242, 6); + lean_ctor_release(x_242, 7); + lean_ctor_release(x_242, 8); + lean_ctor_release(x_242, 9); + lean_ctor_release(x_242, 10); + lean_ctor_release(x_242, 11); + lean_ctor_release(x_242, 12); + lean_ctor_release(x_242, 13); + lean_ctor_release(x_242, 14); + lean_ctor_release(x_242, 15); + lean_ctor_release(x_242, 16); + lean_ctor_release(x_242, 17); + lean_ctor_release(x_242, 18); + lean_ctor_release(x_242, 19); + lean_ctor_release(x_242, 20); + lean_ctor_release(x_242, 21); + lean_ctor_release(x_242, 22); + lean_ctor_release(x_242, 23); + lean_ctor_release(x_242, 24); + lean_ctor_release(x_242, 25); + lean_ctor_release(x_242, 26); + lean_ctor_release(x_242, 27); + lean_ctor_release(x_242, 28); + lean_ctor_release(x_242, 29); + lean_ctor_release(x_242, 30); + lean_ctor_release(x_242, 31); + x_278 = x_242; +} else { + lean_dec_ref(x_242); + x_278 = lean_box(0); +} +x_279 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2___closed__1; +lean_inc(x_1); +x_280 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__3(x_1, x_279, x_272, x_2); +if (lean_is_scalar(x_278)) { + x_281 = lean_alloc_ctor(0, 32, 1); +} else { + x_281 = x_278; +} +lean_ctor_set(x_281, 0, x_245); +lean_ctor_set(x_281, 1, x_246); +lean_ctor_set(x_281, 2, x_247); +lean_ctor_set(x_281, 3, x_248); +lean_ctor_set(x_281, 4, x_249); +lean_ctor_set(x_281, 5, x_250); +lean_ctor_set(x_281, 6, x_251); +lean_ctor_set(x_281, 7, x_252); +lean_ctor_set(x_281, 8, x_253); +lean_ctor_set(x_281, 9, x_254); +lean_ctor_set(x_281, 10, x_255); +lean_ctor_set(x_281, 11, x_256); +lean_ctor_set(x_281, 12, x_257); +lean_ctor_set(x_281, 13, x_258); +lean_ctor_set(x_281, 14, x_259); +lean_ctor_set(x_281, 15, x_260); +lean_ctor_set(x_281, 16, x_261); +lean_ctor_set(x_281, 17, x_262); +lean_ctor_set(x_281, 18, x_263); +lean_ctor_set(x_281, 19, x_264); +lean_ctor_set(x_281, 20, x_265); +lean_ctor_set(x_281, 21, x_266); +lean_ctor_set(x_281, 22, x_267); +lean_ctor_set(x_281, 23, x_268); +lean_ctor_set(x_281, 24, x_269); +lean_ctor_set(x_281, 25, x_270); +lean_ctor_set(x_281, 26, x_271); +lean_ctor_set(x_281, 27, x_280); +lean_ctor_set(x_281, 28, x_273); +lean_ctor_set(x_281, 29, x_275); +lean_ctor_set(x_281, 30, x_276); +lean_ctor_set(x_281, 31, x_277); +lean_ctor_set_uint8(x_281, sizeof(void*)*32, x_274); +x_282 = lean_array_fset(x_244, x_4, x_281); +if (lean_is_scalar(x_234)) { + x_283 = lean_alloc_ctor(0, 3, 0); +} else { + x_283 = x_234; +} +lean_ctor_set(x_283, 0, x_282); +lean_ctor_set(x_283, 1, x_232); +lean_ctor_set(x_283, 2, x_233); +if (lean_is_scalar(x_230)) { + x_284 = lean_alloc_ctor(0, 4, 0); +} else { + x_284 = x_230; +} +lean_ctor_set(x_284, 0, x_227); +lean_ctor_set(x_284, 1, x_228); +lean_ctor_set(x_284, 2, x_229); +lean_ctor_set(x_284, 3, x_283); +x_285 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_285, 0, x_211); +lean_ctor_set(x_285, 1, x_212); +lean_ctor_set(x_285, 2, x_213); +lean_ctor_set(x_285, 3, x_214); +lean_ctor_set(x_285, 4, x_215); +lean_ctor_set(x_285, 5, x_216); +lean_ctor_set(x_285, 6, x_217); +lean_ctor_set(x_285, 7, x_218); +lean_ctor_set(x_285, 8, x_220); +lean_ctor_set(x_285, 9, x_221); +lean_ctor_set(x_285, 10, x_222); +lean_ctor_set(x_285, 11, x_223); +lean_ctor_set(x_285, 12, x_224); +lean_ctor_set(x_285, 13, x_225); +lean_ctor_set(x_285, 14, x_284); +lean_ctor_set(x_285, 15, x_226); +lean_ctor_set_uint8(x_285, sizeof(void*)*16, x_219); +x_286 = lean_st_ref_set(x_5, x_285, x_41); +x_287 = lean_ctor_get(x_286, 1); +lean_inc(x_287); +lean_dec(x_286); +x_14 = x_287; +goto block_36; +} +} +block_36: +{ +lean_object* x_15; +x_15 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_satisfied(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_14); +lean_dec(x_1); +if (lean_obj_tag(x_15) == 0) +{ +uint8_t x_16; +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; uint8_t x_19; uint8_t x_20; uint8_t x_21; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_ctor_get(x_15, 1); +x_19 = 0; +x_20 = lean_unbox(x_17); +lean_dec(x_17); +x_21 = l_Lean_beqLBool____x40_Lean_Data_LBool___hyg_18_(x_20, x_19); +if (x_21 == 0) +{ +lean_object* x_22; +x_22 = lean_box(0); +lean_ctor_set(x_15, 0, x_22); +return x_15; +} +else +{ +lean_object* x_23; +lean_free_object(x_15); +x_23 = l_Lean_Meta_Grind_Arith_Linear_resetAssignmentFrom(x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_18); +return x_23; +} +} +else +{ +lean_object* x_24; lean_object* x_25; uint8_t x_26; uint8_t x_27; uint8_t x_28; +x_24 = lean_ctor_get(x_15, 0); +x_25 = lean_ctor_get(x_15, 1); +lean_inc(x_25); +lean_inc(x_24); +lean_dec(x_15); +x_26 = 0; +x_27 = lean_unbox(x_24); +lean_dec(x_24); +x_28 = l_Lean_beqLBool____x40_Lean_Data_LBool___hyg_18_(x_27, x_26); +if (x_28 == 0) +{ +lean_object* x_29; lean_object* x_30; +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_25); +return x_30; +} +else +{ +lean_object* x_31; +x_31 = l_Lean_Meta_Grind_Arith_Linear_resetAssignmentFrom(x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_25); +return x_31; +} +} +} +else +{ +uint8_t x_32; +x_32 = !lean_is_exclusive(x_15); +if (x_32 == 0) +{ +return x_15; +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_15, 0); +x_34 = lean_ctor_get(x_15, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_15); +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; +} +} +} +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("unsat", 5, 5); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__1; +x_2 = l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__2; +x_3 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__1; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("store", 5, 5); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___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_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__1; +x_2 = l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__2; +x_3 = l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__3; +x_4 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__3; +x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__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, 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; +x_13 = lean_ctor_get(x_1, 0); +lean_inc(x_13); +if (lean_obj_tag(x_13) == 0) +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_14 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__2; +x_15 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__1(x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_16 = lean_ctor_get(x_15, 0); +lean_inc(x_16); +x_17 = lean_unbox(x_16); +lean_dec(x_16); +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_18 = lean_ctor_get(x_15, 1); +lean_inc(x_18); +lean_dec(x_15); +x_19 = lean_box(0); +x_20 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__1(x_1, x_19, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_18); +return x_20; +} +else +{ +uint8_t x_21; +x_21 = !lean_is_exclusive(x_15); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_15, 1); +x_23 = lean_ctor_get(x_15, 0); +lean_dec(x_23); +x_24 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__1(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_22); +if (lean_obj_tag(x_24) == 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_object* x_33; +x_25 = lean_ctor_get(x_24, 0); +lean_inc(x_25); +x_26 = lean_ctor_get(x_24, 1); +lean_inc(x_26); +lean_dec(x_24); +x_27 = l_Lean_MessageData_ofExpr(x_25); +x_28 = l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__6; +lean_ctor_set_tag(x_15, 7); +lean_ctor_set(x_15, 1, x_27); +lean_ctor_set(x_15, 0, x_28); +x_29 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_29, 0, x_15); +lean_ctor_set(x_29, 1, x_28); +x_30 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__7(x_14, x_29, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_26); +x_31 = lean_ctor_get(x_30, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_30, 1); +lean_inc(x_32); +lean_dec(x_30); +x_33 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__1(x_1, x_31, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_32); +lean_dec(x_31); +return x_33; +} +else +{ +uint8_t x_34; +lean_free_object(x_15); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_34 = !lean_is_exclusive(x_24); +if (x_34 == 0) +{ +return x_24; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_24, 0); +x_36 = lean_ctor_get(x_24, 1); +lean_inc(x_36); +lean_inc(x_35); +lean_dec(x_24); +x_37 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_37, 0, x_35); +lean_ctor_set(x_37, 1, x_36); +return x_37; +} +} +} +else +{ +lean_object* x_38; lean_object* x_39; +x_38 = lean_ctor_get(x_15, 1); +lean_inc(x_38); +lean_dec(x_15); +x_39 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__1(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_38); +if (lean_obj_tag(x_39) == 0) +{ +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; +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(x_39); +x_42 = l_Lean_MessageData_ofExpr(x_40); +x_43 = l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__6; +x_44 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_44, 0, x_43); +lean_ctor_set(x_44, 1, x_42); +x_45 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_43); +x_46 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__7(x_14, x_45, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_41); +x_47 = lean_ctor_get(x_46, 0); +lean_inc(x_47); +x_48 = lean_ctor_get(x_46, 1); +lean_inc(x_48); +lean_dec(x_46); +x_49 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__1(x_1, x_47, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_48); +lean_dec(x_47); +return x_49; +} +else +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_50 = lean_ctor_get(x_39, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_39, 1); +lean_inc(x_51); +if (lean_is_exclusive(x_39)) { + lean_ctor_release(x_39, 0); + lean_ctor_release(x_39, 1); + x_52 = x_39; +} else { + lean_dec_ref(x_39); + x_52 = lean_box(0); +} +if (lean_is_scalar(x_52)) { + x_53 = lean_alloc_ctor(1, 2, 0); +} else { + x_53 = x_52; +} +lean_ctor_set(x_53, 0, x_50); +lean_ctor_set(x_53, 1, x_51); +return x_53; +} +} +} +} +else +{ +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; +x_54 = lean_ctor_get(x_13, 1); +lean_inc(x_54); +lean_dec(x_13); +x_55 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__4; +x_56 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__1(x_55, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_57 = lean_ctor_get(x_56, 0); +lean_inc(x_57); +x_58 = lean_unbox(x_57); +lean_dec(x_57); +if (x_58 == 0) +{ +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_56, 1); +lean_inc(x_59); +lean_dec(x_56); +x_60 = lean_box(0); +x_61 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2(x_1, x_54, x_60, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_59); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_54); +return x_61; +} +else +{ +uint8_t x_62; +x_62 = !lean_is_exclusive(x_56); +if (x_62 == 0) +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_63 = lean_ctor_get(x_56, 1); +x_64 = lean_ctor_get(x_56, 0); +lean_dec(x_64); +x_65 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__1(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_63); +if (lean_obj_tag(x_65) == 0) +{ +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; +x_66 = lean_ctor_get(x_65, 0); +lean_inc(x_66); +x_67 = lean_ctor_get(x_65, 1); +lean_inc(x_67); +lean_dec(x_65); +x_68 = l_Lean_MessageData_ofExpr(x_66); +x_69 = l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__6; +lean_ctor_set_tag(x_56, 7); +lean_ctor_set(x_56, 1, x_68); +lean_ctor_set(x_56, 0, x_69); +x_70 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_70, 0, x_56); +lean_ctor_set(x_70, 1, x_69); +x_71 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__7(x_55, x_70, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_67); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_ctor_get(x_71, 1); +lean_inc(x_73); +lean_dec(x_71); +x_74 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2(x_1, x_54, x_72, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_73); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_72); +lean_dec(x_54); +return x_74; +} +else +{ +uint8_t x_75; +lean_free_object(x_56); +lean_dec(x_54); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_75 = !lean_is_exclusive(x_65); +if (x_75 == 0) +{ +return x_65; +} +else +{ +lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_65, 0); +x_77 = lean_ctor_get(x_65, 1); +lean_inc(x_77); +lean_inc(x_76); +lean_dec(x_65); +x_78 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_78, 0, x_76); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +lean_object* x_79; lean_object* x_80; +x_79 = lean_ctor_get(x_56, 1); +lean_inc(x_79); +lean_dec(x_56); +x_80 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__1(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_79); +if (lean_obj_tag(x_80) == 0) +{ +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; +x_81 = lean_ctor_get(x_80, 0); +lean_inc(x_81); +x_82 = lean_ctor_get(x_80, 1); +lean_inc(x_82); +lean_dec(x_80); +x_83 = l_Lean_MessageData_ofExpr(x_81); +x_84 = l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__6; +x_85 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_85, 0, x_84); +lean_ctor_set(x_85, 1, x_83); +x_86 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_86, 1, x_84); +x_87 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__7(x_55, x_86, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_82); +x_88 = lean_ctor_get(x_87, 0); +lean_inc(x_88); +x_89 = lean_ctor_get(x_87, 1); +lean_inc(x_89); +lean_dec(x_87); +x_90 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2(x_1, x_54, x_88, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_89); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_88); +lean_dec(x_54); +return x_90; +} +else +{ +lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; +lean_dec(x_54); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_91 = lean_ctor_get(x_80, 0); +lean_inc(x_91); +x_92 = lean_ctor_get(x_80, 1); +lean_inc(x_92); +if (lean_is_exclusive(x_80)) { + lean_ctor_release(x_80, 0); + lean_ctor_release(x_80, 1); + x_93 = x_80; +} else { + lean_dec_ref(x_80); + x_93 = lean_box(0); +} +if (lean_is_scalar(x_93)) { + x_94 = lean_alloc_ctor(1, 2, 0); +} else { + x_94 = x_93; +} +lean_ctor_set(x_94, 0, x_91); +lean_ctor_set(x_94, 1, x_92); +return x_94; +} +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert(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; lean_object* x_13; lean_object* x_14; uint8_t x_15; x_12 = l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__4; -x_13 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_updateLastTag___spec__1(x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_13 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__1(x_12, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); x_14 = lean_ctor_get(x_13, 0); lean_inc(x_14); x_15 = lean_unbox(x_14); lean_dec(x_14); if (x_15 == 0) { -uint8_t x_16; +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_13, 1); +lean_inc(x_16); +lean_dec(x_13); +x_17 = lean_box(0); +x_18 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3(x_1, x_17, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_16); +return x_18; +} +else +{ +uint8_t x_19; +x_19 = !lean_is_exclusive(x_13); +if (x_19 == 0) +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_13, 1); +x_21 = lean_ctor_get(x_13, 0); +lean_dec(x_21); +x_22 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_20); +if (lean_obj_tag(x_22) == 0) +{ +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; +x_23 = lean_ctor_get(x_22, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_22, 1); +lean_inc(x_24); +lean_dec(x_22); +x_25 = l_Lean_MessageData_ofExpr(x_23); +x_26 = l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__6; +lean_ctor_set_tag(x_13, 7); +lean_ctor_set(x_13, 1, x_25); +lean_ctor_set(x_13, 0, x_26); +x_27 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_27, 0, x_13); +lean_ctor_set(x_27, 1, x_26); +x_28 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__7(x_12, x_27, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_24); +x_29 = lean_ctor_get(x_28, 0); +lean_inc(x_29); +x_30 = lean_ctor_get(x_28, 1); +lean_inc(x_30); +lean_dec(x_28); +x_31 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3(x_1, x_29, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_30); +lean_dec(x_29); +return x_31; +} +else +{ +uint8_t x_32; +lean_free_object(x_13); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -2196,22 +4183,1587 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_16 = !lean_is_exclusive(x_13); +x_32 = !lean_is_exclusive(x_22); +if (x_32 == 0) +{ +return x_22; +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_22, 0); +x_34 = lean_ctor_get(x_22, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_22); +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_object* x_36; lean_object* x_37; +x_36 = lean_ctor_get(x_13, 1); +lean_inc(x_36); +lean_dec(x_13); +x_37 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_36); +if (lean_obj_tag(x_37) == 0) +{ +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; +x_38 = lean_ctor_get(x_37, 0); +lean_inc(x_38); +x_39 = lean_ctor_get(x_37, 1); +lean_inc(x_39); +lean_dec(x_37); +x_40 = l_Lean_MessageData_ofExpr(x_38); +x_41 = l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__6; +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_40); +x_43 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_41); +x_44 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__7(x_12, x_43, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_39); +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_ctor_get(x_44, 1); +lean_inc(x_46); +lean_dec(x_44); +x_47 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3(x_1, x_45, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_46); +lean_dec(x_45); +return x_47; +} +else +{ +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_48 = lean_ctor_get(x_37, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_37, 1); +lean_inc(x_49); +if (lean_is_exclusive(x_37)) { + lean_ctor_release(x_37, 0); + lean_ctor_release(x_37, 1); + x_50 = x_37; +} else { + lean_dec_ref(x_37); + x_50 = lean_box(0); +} +if (lean_is_scalar(x_50)) { + x_51 = lean_alloc_ctor(1, 2, 0); +} else { + x_51 = x_50; +} +lean_ctor_set(x_51, 0, x_48); +lean_ctor_set(x_51, 1, x_49); +return x_51; +} +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___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) { +_start: +{ +lean_object* x_13; +x_13 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_13; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___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) { +_start: +{ +lean_object* x_12; +x_12 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_12; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_modifyAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +_start: +{ +size_t x_6; size_t x_7; lean_object* x_8; +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_8 = l_Lean_PersistentArray_modifyAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__4(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_2); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___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_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__3(x_1, x_2, x_3, x_4); +lean_dec(x_4); +lean_dec(x_2); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__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) { +_start: +{ +lean_object* x_13; +x_13 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_2); +return x_13; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2___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: +{ +lean_object* x_14; +x_14 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_14; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__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, 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; +x_13 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_2); +return x_13; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_processNewCommRingDiseq(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) { +_start: +{ +uint8_t x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_13 = 0; +x_14 = lean_box(x_13); +lean_inc(x_1); +x_15 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_Arith_CommRing_reify_x3f___boxed), 12, 2); +lean_closure_set(x_15, 0, x_1); +lean_closure_set(x_15, 1, x_14); +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_inc(x_5); +lean_inc(x_4); +x_16 = l_Lean_Meta_Grind_Arith_Linear_withRingM___rarg(x_15, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_16) == 0) +{ +lean_object* x_17; +x_17 = lean_ctor_get(x_16, 0); +lean_inc(x_17); +if (lean_obj_tag(x_17) == 0) +{ +uint8_t x_18; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_18 = !lean_is_exclusive(x_16); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; +x_19 = lean_ctor_get(x_16, 0); +lean_dec(x_19); +x_20 = lean_box(0); +lean_ctor_set(x_16, 0, x_20); +return x_16; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_16, 1); +lean_inc(x_21); +lean_dec(x_16); +x_22 = lean_box(0); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_22); +lean_ctor_set(x_23, 1, x_21); +return x_23; +} +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_24 = lean_ctor_get(x_16, 1); +lean_inc(x_24); +lean_dec(x_16); +x_25 = lean_ctor_get(x_17, 0); +lean_inc(x_25); +lean_dec(x_17); +x_26 = lean_box(x_13); +lean_inc(x_2); +x_27 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_Arith_CommRing_reify_x3f___boxed), 12, 2); +lean_closure_set(x_27, 0, x_2); +lean_closure_set(x_27, 1, x_26); +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_inc(x_5); +lean_inc(x_4); +x_28 = l_Lean_Meta_Grind_Arith_Linear_withRingM___rarg(x_27, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_24); +if (lean_obj_tag(x_28) == 0) +{ +lean_object* x_29; +x_29 = lean_ctor_get(x_28, 0); +lean_inc(x_29); +if (lean_obj_tag(x_29) == 0) +{ +uint8_t x_30; +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_30 = !lean_is_exclusive(x_28); +if (x_30 == 0) +{ +lean_object* x_31; lean_object* x_32; +x_31 = lean_ctor_get(x_28, 0); +lean_dec(x_31); +x_32 = lean_box(0); +lean_ctor_set(x_28, 0, x_32); +return x_28; +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_28, 1); +lean_inc(x_33); +lean_dec(x_28); +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_33); +return x_35; +} +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_36 = lean_ctor_get(x_28, 1); +lean_inc(x_36); +lean_dec(x_28); +x_37 = lean_ctor_get(x_29, 0); +lean_inc(x_37); +lean_dec(x_29); +x_38 = l_Lean_Meta_Grind_getGeneration(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_36); +x_39 = !lean_is_exclusive(x_38); +if (x_39 == 0) +{ +lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; +x_40 = lean_ctor_get(x_38, 0); +x_41 = lean_ctor_get(x_38, 1); +x_42 = l_Lean_Meta_Grind_getGeneration(x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_41); +x_43 = !lean_is_exclusive(x_42); +if (x_43 == 0) +{ +lean_object* x_44; lean_object* x_45; uint8_t x_46; lean_object* x_47; +x_44 = lean_ctor_get(x_42, 0); +x_45 = lean_ctor_get(x_42, 1); +x_46 = lean_nat_dec_le(x_40, x_44); +lean_inc(x_37); +lean_inc(x_25); +lean_ctor_set_tag(x_42, 4); +lean_ctor_set(x_42, 1, x_37); +lean_ctor_set(x_42, 0, x_25); +x_47 = l_Lean_Grind_CommRing_Expr_toPoly(x_42); +if (x_46 == 0) +{ +lean_object* x_48; +lean_dec(x_44); +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_inc(x_5); +lean_inc(x_4); +lean_inc(x_47); +x_48 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_47, x_40, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_45); +if (lean_obj_tag(x_48) == 0) +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_48, 0); +lean_inc(x_49); +x_50 = lean_ctor_get(x_48, 1); +lean_inc(x_50); +lean_dec(x_48); +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_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_51 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_49, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_50); +if (lean_obj_tag(x_51) == 0) +{ +lean_object* x_52; +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +if (lean_obj_tag(x_52) == 0) +{ +uint8_t x_53; +lean_dec(x_47); +lean_free_object(x_38); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_53 = !lean_is_exclusive(x_51); +if (x_53 == 0) +{ +lean_object* x_54; lean_object* x_55; +x_54 = lean_ctor_get(x_51, 0); +lean_dec(x_54); +x_55 = lean_box(0); +lean_ctor_set(x_51, 0, x_55); +return x_51; +} +else +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_51, 1); +lean_inc(x_56); +lean_dec(x_51); +x_57 = lean_box(0); +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_56); +return x_58; +} +} +else +{ +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_59 = lean_ctor_get(x_51, 1); +lean_inc(x_59); +lean_dec(x_51); +x_60 = lean_ctor_get(x_52, 0); +lean_inc(x_60); +lean_dec(x_52); +x_61 = l_Lean_Grind_Linarith_Expr_norm(x_60); +x_62 = lean_alloc_ctor(1, 6, 0); +lean_ctor_set(x_62, 0, x_1); +lean_ctor_set(x_62, 1, x_2); +lean_ctor_set(x_62, 2, x_25); +lean_ctor_set(x_62, 3, x_37); +lean_ctor_set(x_62, 4, x_47); +lean_ctor_set(x_62, 5, x_60); +lean_ctor_set(x_38, 1, x_62); +lean_ctor_set(x_38, 0, x_61); +x_63 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert(x_38, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_59); +return x_63; +} +} +else +{ +uint8_t x_64; +lean_dec(x_47); +lean_free_object(x_38); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_64 = !lean_is_exclusive(x_51); +if (x_64 == 0) +{ +return x_51; +} +else +{ +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_51, 0); +x_66 = lean_ctor_get(x_51, 1); +lean_inc(x_66); +lean_inc(x_65); +lean_dec(x_51); +x_67 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_67, 0, x_65); +lean_ctor_set(x_67, 1, x_66); +return x_67; +} +} +} +else +{ +uint8_t x_68; +lean_dec(x_47); +lean_free_object(x_38); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_68 = !lean_is_exclusive(x_48); +if (x_68 == 0) +{ +return x_48; +} +else +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_48, 0); +x_70 = lean_ctor_get(x_48, 1); +lean_inc(x_70); +lean_inc(x_69); +lean_dec(x_48); +x_71 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_71, 0, x_69); +lean_ctor_set(x_71, 1, x_70); +return x_71; +} +} +} +else +{ +lean_object* x_72; +lean_dec(x_40); +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_inc(x_5); +lean_inc(x_4); +lean_inc(x_47); +x_72 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_47, x_44, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_45); +if (lean_obj_tag(x_72) == 0) +{ +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_72, 0); +lean_inc(x_73); +x_74 = lean_ctor_get(x_72, 1); +lean_inc(x_74); +lean_dec(x_72); +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_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_75 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_73, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_74); +if (lean_obj_tag(x_75) == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +if (lean_obj_tag(x_76) == 0) +{ +uint8_t x_77; +lean_dec(x_47); +lean_free_object(x_38); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_77 = !lean_is_exclusive(x_75); +if (x_77 == 0) +{ +lean_object* x_78; lean_object* x_79; +x_78 = lean_ctor_get(x_75, 0); +lean_dec(x_78); +x_79 = lean_box(0); +lean_ctor_set(x_75, 0, x_79); +return x_75; +} +else +{ +lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_80 = lean_ctor_get(x_75, 1); +lean_inc(x_80); +lean_dec(x_75); +x_81 = lean_box(0); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_81); +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_object* x_87; +x_83 = lean_ctor_get(x_75, 1); +lean_inc(x_83); +lean_dec(x_75); +x_84 = lean_ctor_get(x_76, 0); +lean_inc(x_84); +lean_dec(x_76); +x_85 = l_Lean_Grind_Linarith_Expr_norm(x_84); +x_86 = lean_alloc_ctor(1, 6, 0); +lean_ctor_set(x_86, 0, x_1); +lean_ctor_set(x_86, 1, x_2); +lean_ctor_set(x_86, 2, x_25); +lean_ctor_set(x_86, 3, x_37); +lean_ctor_set(x_86, 4, x_47); +lean_ctor_set(x_86, 5, x_84); +lean_ctor_set(x_38, 1, x_86); +lean_ctor_set(x_38, 0, x_85); +x_87 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert(x_38, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_83); +return x_87; +} +} +else +{ +uint8_t x_88; +lean_dec(x_47); +lean_free_object(x_38); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_88 = !lean_is_exclusive(x_75); +if (x_88 == 0) +{ +return x_75; +} +else +{ +lean_object* x_89; lean_object* x_90; lean_object* x_91; +x_89 = lean_ctor_get(x_75, 0); +x_90 = lean_ctor_get(x_75, 1); +lean_inc(x_90); +lean_inc(x_89); +lean_dec(x_75); +x_91 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_91, 0, x_89); +lean_ctor_set(x_91, 1, x_90); +return x_91; +} +} +} +else +{ +uint8_t x_92; +lean_dec(x_47); +lean_free_object(x_38); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_92 = !lean_is_exclusive(x_72); +if (x_92 == 0) +{ +return x_72; +} +else +{ +lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_93 = lean_ctor_get(x_72, 0); +x_94 = lean_ctor_get(x_72, 1); +lean_inc(x_94); +lean_inc(x_93); +lean_dec(x_72); +x_95 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_95, 0, x_93); +lean_ctor_set(x_95, 1, x_94); +return x_95; +} +} +} +} +else +{ +lean_object* x_96; lean_object* x_97; uint8_t x_98; lean_object* x_99; lean_object* x_100; +x_96 = lean_ctor_get(x_42, 0); +x_97 = lean_ctor_get(x_42, 1); +lean_inc(x_97); +lean_inc(x_96); +lean_dec(x_42); +x_98 = lean_nat_dec_le(x_40, x_96); +lean_inc(x_37); +lean_inc(x_25); +x_99 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_99, 0, x_25); +lean_ctor_set(x_99, 1, x_37); +x_100 = l_Lean_Grind_CommRing_Expr_toPoly(x_99); +if (x_98 == 0) +{ +lean_object* x_101; +lean_dec(x_96); +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_inc(x_5); +lean_inc(x_4); +lean_inc(x_100); +x_101 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_100, x_40, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_97); +if (lean_obj_tag(x_101) == 0) +{ +lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_102 = lean_ctor_get(x_101, 0); +lean_inc(x_102); +x_103 = lean_ctor_get(x_101, 1); +lean_inc(x_103); +lean_dec(x_101); +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_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_104 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_102, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_103); +if (lean_obj_tag(x_104) == 0) +{ +lean_object* x_105; +x_105 = lean_ctor_get(x_104, 0); +lean_inc(x_105); +if (lean_obj_tag(x_105) == 0) +{ +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; +lean_dec(x_100); +lean_free_object(x_38); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_106 = lean_ctor_get(x_104, 1); +lean_inc(x_106); +if (lean_is_exclusive(x_104)) { + lean_ctor_release(x_104, 0); + lean_ctor_release(x_104, 1); + x_107 = x_104; +} else { + lean_dec_ref(x_104); + x_107 = lean_box(0); +} +x_108 = lean_box(0); +if (lean_is_scalar(x_107)) { + x_109 = lean_alloc_ctor(0, 2, 0); +} else { + x_109 = x_107; +} +lean_ctor_set(x_109, 0, x_108); +lean_ctor_set(x_109, 1, x_106); +return x_109; +} +else +{ +lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; +x_110 = lean_ctor_get(x_104, 1); +lean_inc(x_110); +lean_dec(x_104); +x_111 = lean_ctor_get(x_105, 0); +lean_inc(x_111); +lean_dec(x_105); +x_112 = l_Lean_Grind_Linarith_Expr_norm(x_111); +x_113 = lean_alloc_ctor(1, 6, 0); +lean_ctor_set(x_113, 0, x_1); +lean_ctor_set(x_113, 1, x_2); +lean_ctor_set(x_113, 2, x_25); +lean_ctor_set(x_113, 3, x_37); +lean_ctor_set(x_113, 4, x_100); +lean_ctor_set(x_113, 5, x_111); +lean_ctor_set(x_38, 1, x_113); +lean_ctor_set(x_38, 0, x_112); +x_114 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert(x_38, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_110); +return x_114; +} +} +else +{ +lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; +lean_dec(x_100); +lean_free_object(x_38); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_115 = lean_ctor_get(x_104, 0); +lean_inc(x_115); +x_116 = lean_ctor_get(x_104, 1); +lean_inc(x_116); +if (lean_is_exclusive(x_104)) { + lean_ctor_release(x_104, 0); + lean_ctor_release(x_104, 1); + x_117 = x_104; +} else { + lean_dec_ref(x_104); + x_117 = lean_box(0); +} +if (lean_is_scalar(x_117)) { + x_118 = lean_alloc_ctor(1, 2, 0); +} else { + x_118 = x_117; +} +lean_ctor_set(x_118, 0, x_115); +lean_ctor_set(x_118, 1, x_116); +return x_118; +} +} +else +{ +lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; +lean_dec(x_100); +lean_free_object(x_38); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_119 = lean_ctor_get(x_101, 0); +lean_inc(x_119); +x_120 = lean_ctor_get(x_101, 1); +lean_inc(x_120); +if (lean_is_exclusive(x_101)) { + lean_ctor_release(x_101, 0); + lean_ctor_release(x_101, 1); + x_121 = x_101; +} else { + lean_dec_ref(x_101); + x_121 = lean_box(0); +} +if (lean_is_scalar(x_121)) { + x_122 = lean_alloc_ctor(1, 2, 0); +} else { + x_122 = x_121; +} +lean_ctor_set(x_122, 0, x_119); +lean_ctor_set(x_122, 1, x_120); +return x_122; +} +} +else +{ +lean_object* x_123; +lean_dec(x_40); +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_inc(x_5); +lean_inc(x_4); +lean_inc(x_100); +x_123 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_100, x_96, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_97); +if (lean_obj_tag(x_123) == 0) +{ +lean_object* x_124; lean_object* x_125; lean_object* x_126; +x_124 = lean_ctor_get(x_123, 0); +lean_inc(x_124); +x_125 = lean_ctor_get(x_123, 1); +lean_inc(x_125); +lean_dec(x_123); +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_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_126 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_124, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_125); +if (lean_obj_tag(x_126) == 0) +{ +lean_object* x_127; +x_127 = lean_ctor_get(x_126, 0); +lean_inc(x_127); +if (lean_obj_tag(x_127) == 0) +{ +lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; +lean_dec(x_100); +lean_free_object(x_38); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_128 = lean_ctor_get(x_126, 1); +lean_inc(x_128); +if (lean_is_exclusive(x_126)) { + lean_ctor_release(x_126, 0); + lean_ctor_release(x_126, 1); + x_129 = x_126; +} else { + lean_dec_ref(x_126); + x_129 = lean_box(0); +} +x_130 = lean_box(0); +if (lean_is_scalar(x_129)) { + x_131 = lean_alloc_ctor(0, 2, 0); +} else { + x_131 = x_129; +} +lean_ctor_set(x_131, 0, x_130); +lean_ctor_set(x_131, 1, x_128); +return x_131; +} +else +{ +lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; +x_132 = lean_ctor_get(x_126, 1); +lean_inc(x_132); +lean_dec(x_126); +x_133 = lean_ctor_get(x_127, 0); +lean_inc(x_133); +lean_dec(x_127); +x_134 = l_Lean_Grind_Linarith_Expr_norm(x_133); +x_135 = lean_alloc_ctor(1, 6, 0); +lean_ctor_set(x_135, 0, x_1); +lean_ctor_set(x_135, 1, x_2); +lean_ctor_set(x_135, 2, x_25); +lean_ctor_set(x_135, 3, x_37); +lean_ctor_set(x_135, 4, x_100); +lean_ctor_set(x_135, 5, x_133); +lean_ctor_set(x_38, 1, x_135); +lean_ctor_set(x_38, 0, x_134); +x_136 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert(x_38, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_132); +return x_136; +} +} +else +{ +lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; +lean_dec(x_100); +lean_free_object(x_38); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_137 = lean_ctor_get(x_126, 0); +lean_inc(x_137); +x_138 = lean_ctor_get(x_126, 1); +lean_inc(x_138); +if (lean_is_exclusive(x_126)) { + lean_ctor_release(x_126, 0); + lean_ctor_release(x_126, 1); + x_139 = x_126; +} else { + lean_dec_ref(x_126); + x_139 = lean_box(0); +} +if (lean_is_scalar(x_139)) { + x_140 = lean_alloc_ctor(1, 2, 0); +} else { + x_140 = x_139; +} +lean_ctor_set(x_140, 0, x_137); +lean_ctor_set(x_140, 1, x_138); +return x_140; +} +} +else +{ +lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; +lean_dec(x_100); +lean_free_object(x_38); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_141 = lean_ctor_get(x_123, 0); +lean_inc(x_141); +x_142 = lean_ctor_get(x_123, 1); +lean_inc(x_142); +if (lean_is_exclusive(x_123)) { + lean_ctor_release(x_123, 0); + lean_ctor_release(x_123, 1); + x_143 = x_123; +} else { + lean_dec_ref(x_123); + x_143 = lean_box(0); +} +if (lean_is_scalar(x_143)) { + x_144 = lean_alloc_ctor(1, 2, 0); +} else { + x_144 = x_143; +} +lean_ctor_set(x_144, 0, x_141); +lean_ctor_set(x_144, 1, x_142); +return x_144; +} +} +} +} +else +{ +lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; uint8_t x_151; lean_object* x_152; lean_object* x_153; +x_145 = lean_ctor_get(x_38, 0); +x_146 = lean_ctor_get(x_38, 1); +lean_inc(x_146); +lean_inc(x_145); +lean_dec(x_38); +x_147 = l_Lean_Meta_Grind_getGeneration(x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_146); +x_148 = lean_ctor_get(x_147, 0); +lean_inc(x_148); +x_149 = lean_ctor_get(x_147, 1); +lean_inc(x_149); +if (lean_is_exclusive(x_147)) { + lean_ctor_release(x_147, 0); + lean_ctor_release(x_147, 1); + x_150 = x_147; +} else { + lean_dec_ref(x_147); + x_150 = lean_box(0); +} +x_151 = lean_nat_dec_le(x_145, x_148); +lean_inc(x_37); +lean_inc(x_25); +if (lean_is_scalar(x_150)) { + x_152 = lean_alloc_ctor(4, 2, 0); +} else { + x_152 = x_150; + lean_ctor_set_tag(x_152, 4); +} +lean_ctor_set(x_152, 0, x_25); +lean_ctor_set(x_152, 1, x_37); +x_153 = l_Lean_Grind_CommRing_Expr_toPoly(x_152); +if (x_151 == 0) +{ +lean_object* x_154; +lean_dec(x_148); +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_inc(x_5); +lean_inc(x_4); +lean_inc(x_153); +x_154 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_153, x_145, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_149); +if (lean_obj_tag(x_154) == 0) +{ +lean_object* x_155; lean_object* x_156; lean_object* x_157; +x_155 = lean_ctor_get(x_154, 0); +lean_inc(x_155); +x_156 = lean_ctor_get(x_154, 1); +lean_inc(x_156); +lean_dec(x_154); +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_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_157 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_155, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_156); +if (lean_obj_tag(x_157) == 0) +{ +lean_object* x_158; +x_158 = lean_ctor_get(x_157, 0); +lean_inc(x_158); +if (lean_obj_tag(x_158) == 0) +{ +lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; +lean_dec(x_153); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_159 = lean_ctor_get(x_157, 1); +lean_inc(x_159); +if (lean_is_exclusive(x_157)) { + lean_ctor_release(x_157, 0); + lean_ctor_release(x_157, 1); + x_160 = x_157; +} else { + lean_dec_ref(x_157); + x_160 = lean_box(0); +} +x_161 = lean_box(0); +if (lean_is_scalar(x_160)) { + x_162 = lean_alloc_ctor(0, 2, 0); +} else { + x_162 = x_160; +} +lean_ctor_set(x_162, 0, x_161); +lean_ctor_set(x_162, 1, x_159); +return x_162; +} +else +{ +lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; +x_163 = lean_ctor_get(x_157, 1); +lean_inc(x_163); +lean_dec(x_157); +x_164 = lean_ctor_get(x_158, 0); +lean_inc(x_164); +lean_dec(x_158); +x_165 = l_Lean_Grind_Linarith_Expr_norm(x_164); +x_166 = lean_alloc_ctor(1, 6, 0); +lean_ctor_set(x_166, 0, x_1); +lean_ctor_set(x_166, 1, x_2); +lean_ctor_set(x_166, 2, x_25); +lean_ctor_set(x_166, 3, x_37); +lean_ctor_set(x_166, 4, x_153); +lean_ctor_set(x_166, 5, x_164); +x_167 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_167, 0, x_165); +lean_ctor_set(x_167, 1, x_166); +x_168 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert(x_167, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_163); +return x_168; +} +} +else +{ +lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; +lean_dec(x_153); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_169 = lean_ctor_get(x_157, 0); +lean_inc(x_169); +x_170 = lean_ctor_get(x_157, 1); +lean_inc(x_170); +if (lean_is_exclusive(x_157)) { + lean_ctor_release(x_157, 0); + lean_ctor_release(x_157, 1); + x_171 = x_157; +} else { + lean_dec_ref(x_157); + x_171 = lean_box(0); +} +if (lean_is_scalar(x_171)) { + x_172 = lean_alloc_ctor(1, 2, 0); +} else { + x_172 = x_171; +} +lean_ctor_set(x_172, 0, x_169); +lean_ctor_set(x_172, 1, x_170); +return x_172; +} +} +else +{ +lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; +lean_dec(x_153); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_173 = lean_ctor_get(x_154, 0); +lean_inc(x_173); +x_174 = lean_ctor_get(x_154, 1); +lean_inc(x_174); +if (lean_is_exclusive(x_154)) { + lean_ctor_release(x_154, 0); + lean_ctor_release(x_154, 1); + x_175 = x_154; +} else { + lean_dec_ref(x_154); + x_175 = lean_box(0); +} +if (lean_is_scalar(x_175)) { + x_176 = lean_alloc_ctor(1, 2, 0); +} else { + x_176 = x_175; +} +lean_ctor_set(x_176, 0, x_173); +lean_ctor_set(x_176, 1, x_174); +return x_176; +} +} +else +{ +lean_object* x_177; +lean_dec(x_145); +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_inc(x_5); +lean_inc(x_4); +lean_inc(x_153); +x_177 = l_Lean_Grind_CommRing_Poly_toIntModuleExpr(x_153, x_148, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_149); +if (lean_obj_tag(x_177) == 0) +{ +lean_object* x_178; lean_object* x_179; lean_object* x_180; +x_178 = lean_ctor_get(x_177, 0); +lean_inc(x_178); +x_179 = lean_ctor_get(x_177, 1); +lean_inc(x_179); +lean_dec(x_177); +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_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_180 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_178, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_179); +if (lean_obj_tag(x_180) == 0) +{ +lean_object* x_181; +x_181 = lean_ctor_get(x_180, 0); +lean_inc(x_181); +if (lean_obj_tag(x_181) == 0) +{ +lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; +lean_dec(x_153); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_182 = lean_ctor_get(x_180, 1); +lean_inc(x_182); +if (lean_is_exclusive(x_180)) { + lean_ctor_release(x_180, 0); + lean_ctor_release(x_180, 1); + x_183 = x_180; +} else { + lean_dec_ref(x_180); + x_183 = lean_box(0); +} +x_184 = lean_box(0); +if (lean_is_scalar(x_183)) { + x_185 = lean_alloc_ctor(0, 2, 0); +} else { + x_185 = x_183; +} +lean_ctor_set(x_185, 0, x_184); +lean_ctor_set(x_185, 1, x_182); +return x_185; +} +else +{ +lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; +x_186 = lean_ctor_get(x_180, 1); +lean_inc(x_186); +lean_dec(x_180); +x_187 = lean_ctor_get(x_181, 0); +lean_inc(x_187); +lean_dec(x_181); +x_188 = l_Lean_Grind_Linarith_Expr_norm(x_187); +x_189 = lean_alloc_ctor(1, 6, 0); +lean_ctor_set(x_189, 0, x_1); +lean_ctor_set(x_189, 1, x_2); +lean_ctor_set(x_189, 2, x_25); +lean_ctor_set(x_189, 3, x_37); +lean_ctor_set(x_189, 4, x_153); +lean_ctor_set(x_189, 5, x_187); +x_190 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_190, 0, x_188); +lean_ctor_set(x_190, 1, x_189); +x_191 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert(x_190, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_186); +return x_191; +} +} +else +{ +lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; +lean_dec(x_153); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_192 = lean_ctor_get(x_180, 0); +lean_inc(x_192); +x_193 = lean_ctor_get(x_180, 1); +lean_inc(x_193); +if (lean_is_exclusive(x_180)) { + lean_ctor_release(x_180, 0); + lean_ctor_release(x_180, 1); + x_194 = x_180; +} else { + lean_dec_ref(x_180); + x_194 = lean_box(0); +} +if (lean_is_scalar(x_194)) { + x_195 = lean_alloc_ctor(1, 2, 0); +} else { + x_195 = x_194; +} +lean_ctor_set(x_195, 0, x_192); +lean_ctor_set(x_195, 1, x_193); +return x_195; +} +} +else +{ +lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; +lean_dec(x_153); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_196 = lean_ctor_get(x_177, 0); +lean_inc(x_196); +x_197 = lean_ctor_get(x_177, 1); +lean_inc(x_197); +if (lean_is_exclusive(x_177)) { + lean_ctor_release(x_177, 0); + lean_ctor_release(x_177, 1); + x_198 = x_177; +} else { + lean_dec_ref(x_177); + x_198 = lean_box(0); +} +if (lean_is_scalar(x_198)) { + x_199 = lean_alloc_ctor(1, 2, 0); +} else { + x_199 = x_198; +} +lean_ctor_set(x_199, 0, x_196); +lean_ctor_set(x_199, 1, x_197); +return x_199; +} +} +} +} +} +else +{ +uint8_t x_200; +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_200 = !lean_is_exclusive(x_28); +if (x_200 == 0) +{ +return x_28; +} +else +{ +lean_object* x_201; lean_object* x_202; lean_object* x_203; +x_201 = lean_ctor_get(x_28, 0); +x_202 = lean_ctor_get(x_28, 1); +lean_inc(x_202); +lean_inc(x_201); +lean_dec(x_28); +x_203 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_203, 0, x_201); +lean_ctor_set(x_203, 1, x_202); +return x_203; +} +} +} +} +else +{ +uint8_t x_204; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_204 = !lean_is_exclusive(x_16); +if (x_204 == 0) +{ +return x_16; +} +else +{ +lean_object* x_205; lean_object* x_206; lean_object* x_207; +x_205 = lean_ctor_get(x_16, 0); +x_206 = lean_ctor_get(x_16, 1); +lean_inc(x_206); +lean_inc(x_205); +lean_dec(x_16); +x_207 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_207, 0, x_205); +lean_ctor_set(x_207, 1, x_206); +return x_207; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_processNewIntModuleDiseq(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) { +_start: +{ +uint8_t x_13; lean_object* x_14; +x_13 = 0; +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_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_1); +x_14 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_1, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_14) == 0) +{ +lean_object* x_15; +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +if (lean_obj_tag(x_15) == 0) +{ +uint8_t x_16; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_16 = !lean_is_exclusive(x_14); if (x_16 == 0) { lean_object* x_17; lean_object* x_18; -x_17 = lean_ctor_get(x_13, 0); +x_17 = lean_ctor_get(x_14, 0); lean_dec(x_17); x_18 = lean_box(0); -lean_ctor_set(x_13, 0, x_18); -return x_13; +lean_ctor_set(x_14, 0, x_18); +return x_14; } else { lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_19 = lean_ctor_get(x_13, 1); +x_19 = lean_ctor_get(x_14, 1); lean_inc(x_19); -lean_dec(x_13); +lean_dec(x_14); x_20 = lean_box(0); x_21 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_21, 0, x_20); @@ -2221,27 +5773,34 @@ return x_21; } else { -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; -x_22 = lean_ctor_get(x_13, 1); +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_14, 1); lean_inc(x_22); -lean_dec(x_13); -x_23 = l_Lean_MessageData_ofExpr(x_1); -x_24 = l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__6; -x_25 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_25, 0, x_24); -lean_ctor_set(x_25, 1, x_23); -x_26 = l_Lean_Meta_Grind_Arith_Linear_processNewDiseqImpl___closed__2; -x_27 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_27, 0, x_25); -lean_ctor_set(x_27, 1, x_26); -x_28 = l_Lean_MessageData_ofExpr(x_2); -x_29 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_29, 0, x_27); -lean_ctor_set(x_29, 1, x_28); -x_30 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_24); -x_31 = l_Lean_addTrace___at_Lean_Meta_Grind_updateLastTag___spec__2(x_12, x_30, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_22); +lean_dec(x_14); +x_23 = lean_ctor_get(x_15, 0); +lean_inc(x_23); +lean_dec(x_15); +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_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +x_24 = l_Lean_Meta_Grind_Arith_Linear_reify_x3f(x_2, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_22); +if (lean_obj_tag(x_24) == 0) +{ +lean_object* x_25; +x_25 = lean_ctor_get(x_24, 0); +lean_inc(x_25); +if (lean_obj_tag(x_25) == 0) +{ +uint8_t x_26; +lean_dec(x_23); +lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -2250,9 +5809,244 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_26 = !lean_is_exclusive(x_24); +if (x_26 == 0) +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_24, 0); +lean_dec(x_27); +x_28 = lean_box(0); +lean_ctor_set(x_24, 0, x_28); +return x_24; +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_24, 1); +lean_inc(x_29); +lean_dec(x_24); +x_30 = lean_box(0); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_29); return x_31; } } +else +{ +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; +x_32 = lean_ctor_get(x_24, 1); +lean_inc(x_32); +lean_dec(x_24); +x_33 = lean_ctor_get(x_25, 0); +lean_inc(x_33); +lean_dec(x_25); +lean_inc(x_33); +lean_inc(x_23); +x_34 = lean_alloc_ctor(3, 2, 0); +lean_ctor_set(x_34, 0, x_23); +lean_ctor_set(x_34, 1, x_33); +x_35 = l_Lean_Grind_Linarith_Expr_norm(x_34); +lean_dec(x_34); +x_36 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_36, 0, x_1); +lean_ctor_set(x_36, 1, x_2); +lean_ctor_set(x_36, 2, x_23); +lean_ctor_set(x_36, 3, x_33); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_35); +lean_ctor_set(x_37, 1, x_36); +x_38 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert(x_37, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_32); +return x_38; +} +} +else +{ +uint8_t x_39; +lean_dec(x_23); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_39 = !lean_is_exclusive(x_24); +if (x_39 == 0) +{ +return x_24; +} +else +{ +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_24, 0); +x_41 = lean_ctor_get(x_24, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_24); +x_42 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, x_41); +return x_42; +} +} +} +} +else +{ +uint8_t x_43; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_43 = !lean_is_exclusive(x_14); +if (x_43 == 0) +{ +return x_14; +} +else +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_14, 0); +x_45 = lean_ctor_get(x_14, 1); +lean_inc(x_45); +lean_inc(x_44); +lean_dec(x_14); +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; +} +} +} +} +LEAN_EXPORT lean_object* lean_process_linarith_diseq(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; lean_object* x_13; +x_12 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_inSameStruct_x3f(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +if (lean_obj_tag(x_13) == 0) +{ +uint8_t x_14; +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_14 = !lean_is_exclusive(x_12); +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_12, 0); +lean_dec(x_15); +x_16 = lean_box(0); +lean_ctor_set(x_12, 0, x_16); +return x_12; +} +else +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = lean_ctor_get(x_12, 1); +lean_inc(x_17); +lean_dec(x_12); +x_18 = lean_box(0); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_17); +return x_19; +} +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_12, 1); +lean_inc(x_20); +lean_dec(x_12); +x_21 = lean_ctor_get(x_13, 0); +lean_inc(x_21); +lean_dec(x_13); +x_22 = l_Lean_Meta_Grind_Arith_Linear_isCommRing(x_21, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_20); +if (lean_obj_tag(x_22) == 0) +{ +lean_object* x_23; uint8_t x_24; +x_23 = lean_ctor_get(x_22, 0); +lean_inc(x_23); +x_24 = lean_unbox(x_23); +lean_dec(x_23); +if (x_24 == 0) +{ +lean_object* x_25; lean_object* x_26; +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_dec(x_22); +x_26 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_processNewIntModuleDiseq(x_1, x_2, x_21, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_25); +return x_26; +} +else +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_22, 1); +lean_inc(x_27); +lean_dec(x_22); +x_28 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_PropagateEq_0__Lean_Meta_Grind_Arith_Linear_processNewCommRingDiseq(x_1, x_2, x_21, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_27); +return x_28; +} +} +else +{ +uint8_t x_29; +lean_dec(x_21); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_29 = !lean_is_exclusive(x_22); +if (x_29 == 0) +{ +return x_22; +} +else +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_22, 0); +x_31 = lean_ctor_get(x_22, 1); +lean_inc(x_31); +lean_inc(x_30); +lean_dec(x_22); +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* initialize_Init_Grind_CommRing_Poly(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Meta_Tactic_Grind_Arith_CommRing_Reify(uint8_t builtin, lean_object*); @@ -2311,10 +6105,20 @@ l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__5 = _init_ lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__5); l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__6 = _init_l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__6(); lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_processNewEqImpl___lambda__2___closed__6); -l_Lean_Meta_Grind_Arith_Linear_processNewDiseqImpl___closed__1 = _init_l_Lean_Meta_Grind_Arith_Linear_processNewDiseqImpl___closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_processNewDiseqImpl___closed__1); -l_Lean_Meta_Grind_Arith_Linear_processNewDiseqImpl___closed__2 = _init_l_Lean_Meta_Grind_Arith_Linear_processNewDiseqImpl___closed__2(); -lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_processNewDiseqImpl___closed__2); +l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___closed__1 = _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___closed__1); +l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___closed__2 = _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___spec__2___closed__2); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2___closed__1 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__2___closed__1); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__1 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__1); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__2 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__2(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__2); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__3 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__3(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__3); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__4 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__4(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_assert___lambda__3___closed__4); return lean_io_result_mk_ok(lean_box(0)); } #ifdef __cplusplus diff --git a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Search.c b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Search.c index b53e4169b3..a81b75d11d 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Search.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Search.c @@ -13,29 +13,38 @@ #ifdef __cplusplus extern "C" { #endif +static lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg___closed__2; lean_object* l_Std_Internal_Rat_add(lean_object*, lean_object*); lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__3(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_checkIsNextVar___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_getBestUpper_x3f___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_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_check(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__2(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__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*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_leAvoiding___boxed(lean_object*, lean_object*); +size_t lean_usize_shift_right(size_t, size_t); lean_object* l_Lean_Meta_Grind_Arith_quoteIfArithTerm(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getDiseqValues___spec__3(lean_object*, lean_object*, 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*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__3(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_setAssignment___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_PersistentArray_forIn___at_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___spec__1___lambda__1(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_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2(lean_object*, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_resolveConflict___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*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignment___closed__2; +uint8_t lean_usize_dec_le(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_findDiseq_x3f___lambda__1___boxed(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__2; lean_object* l_Lean_indentD(lean_object*); +lean_object* l_Lean_mkAppB(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_findDiseq_x3f___closed__2; -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___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_object*, lean_object*); +static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__3; +size_t lean_uint64_to_usize(uint64_t); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict(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_Level_succ___override(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__13___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 double l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14___closed__1; +LEAN_EXPORT lean_object* l_Lean_Grind_Linarith_Poly_denoteExpr_denoteTerm___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__11(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_Meta_Grind_Arith_Linear_resolveLowerUpperConflict___lambda__1(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_ofList(lean_object*); lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); @@ -44,27 +53,29 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg___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_Core_checkSystem(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_check___closed__1; -static lean_object* l_Lean_Meta_Grind_Arith_Linear_processVar___closed__2; +size_t lean_usize_mul(size_t, size_t); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignment___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg(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_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_findDiseq_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___spec__2(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_List_mapTR_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getBestUpper_x3f___spec__4(lean_object*, 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*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_leAvoiding(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_findInt_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___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_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_Grind_Arith_Linear_getDiseqValues___spec__2(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_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__1; +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__1(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_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__1; +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__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_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict___lambda__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_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___spec__2___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_Grind_Linarith_Poly_denoteExpr_go___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___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*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_setAssignment(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_PersistentArray_forInAux___at_Lean_Meta_Grind_Arith_Linear_getBestUpper_x3f___spec__2___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_Meta_Grind_Arith_Linear_processVar___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*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_throwUnexpected___spec__2___closed__2; static lean_object* l_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___closed__1; lean_object* l_Lean_Name_mkStr5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___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* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_checkIsNextVar___spec__1(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_PersistentArray_toList___rarg(lean_object*); @@ -74,18 +85,20 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_findDiseq_x3f___boxed(le LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_findDiseq_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___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*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict___closed__1; -static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__1; static lean_object* l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__4; +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getBestUpper_x3f___spec__5(lean_object*, 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*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__2___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5(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_Lean_PersistentArray_forIn___at_Lean_Meta_Grind_Arith_Linear_getBestUpper_x3f___spec__1(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_PersistentHashMap_findAtAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__7(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_Meta_Grind_Arith_Linear_findDiseq_x3f___closed__3; static lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_Grind_Arith_Linear_check___spec__1___closed__2; +static lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg___closed__1; lean_object* l_Nat_reprFast(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_findDiseq_x3f___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_check___lambda__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_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split(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_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__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*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Grind_Arith_Linear_get_x27(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getBestUpper_x3f___spec__3(lean_object*, lean_object*, 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*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_processVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -93,26 +106,32 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_Grind_Arith LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_findRat___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment(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___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__7; +static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_hasAssignment(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_Meta_Grind_Arith_Linear_findInt_x3f_go___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__11; +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_throwUnexpected___rarg(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_st_ref_take(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_Linarith_Poly_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__10(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___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_checkIsNextVar(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_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__2; -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___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_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_throwUnexpected___spec__3(lean_object*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_geAvoiding___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveConflict___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4(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*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__1; +LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___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_nat_to_int(lean_object*); -static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__3; +LEAN_EXPORT lean_object* l_Lean_Grind_Linarith_Poly_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___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*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_geAvoiding___closed__1; static lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_Grind_Arith_Linear_check___spec__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_getDiseqValues___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_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__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*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict___closed__3; static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___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_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__8(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofFormat(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___spec__5___boxed(lean_object**); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getBestUpper_x3f___spec__5___boxed(lean_object**); @@ -120,25 +139,42 @@ static lean_object* l_Lean_Meta_Grind_Arith_Linear_getDiseqValues___closed__1; lean_object* l_Std_Internal_Rat_neg(lean_object*); static lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_Grind_Arith_Linear_check___spec__1___closed__3; lean_object* l_outOfBounds___rarg(lean_object*); +uint8_t l_Lean_Grind_Linarith_beqPoly____x40_Init_Grind_Ordered_Linarith___hyg_506_(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__6(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*); +static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_Grind_Arith_Linear_getBestUpper_x3f___spec__2(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_st_ref_get(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__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_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_Grind_Arith_Linear_check___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*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5(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_st_mk_ref(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_Linarith_Poly_denoteExpr_denoteTerm___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__11___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_throwError___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___spec__1(lean_object*); +static lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__5; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_throwUnexpected___spec__3___rarg(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_PersistentArray_forInAux___at_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14(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_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___spec__4___boxed(lean_object**); +static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__3; +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__3___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* l_Std_Internal_Rat_mul(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Grind_Arith_Linear_inDiseqValues(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___spec__3(lean_object*, lean_object*, 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*, lean_object*, lean_object*, lean_object*); +extern lean_object* l_Lean_instInhabitedExpr; lean_object* l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__2(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_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg(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_throwError___at_Lean_Meta_Grind_Arith_Linear_processVar___spec__1(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_Meta_Grind_Arith_Linear_findRat___closed__1; +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__1___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_Linarith_Poly_denoteExpr_go___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__12(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___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignment___closed__1; +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__4(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___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__5; +static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___closed__1; +LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__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_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__3; +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___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* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveConflict(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -146,62 +182,75 @@ static lean_object* l_Lean_Meta_Grind_Arith_Linear_processVar___closed__1; uint8_t l_Std_Internal_Rat_lt(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__9; lean_object* l_Lean_Grind_Linarith_Poly_mul(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Grind_Arith_Linear_processVar___closed__3; +LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__2(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkNot(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_throwUnexpected___spec__2___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_Meta_Grind_Arith_Linear_getBestLower_x3f(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_Std_Internal_Rat_ceil(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_Grind_Arith_Linear_getDiseqValues___spec__2___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_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___spec__4(lean_object*, 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*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_findDiseq_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignment___closed__4; +uint64_t l_Lean_Meta_Grind_Arith_Linear_hashPoly____x40_Lean_Meta_Tactic_Grind_Arith_Linear_Types___hyg_10_(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getDiseqValues___spec__3___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_throwUnexpected___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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_throwUnexpected___spec__2(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_Grind_Linarith_Poly_eval_x3f(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_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__6; +lean_object* l_Lean_mkIntLit(lean_object*); lean_object* l_Lean_Meta_Grind_Arith_Linear_getVar(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_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__1; +static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__1; +lean_object* lean_usize_to_nat(size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_checkIsNextVar___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_int_sub(lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_findRat___closed__3; -static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__2; -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__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*); +static lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveLowerDiseqConflict___closed__1; +static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__3; double l_Float_ofScientific(lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_hasAssignment___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_Meta_Grind_Arith_Linear_geAvoiding___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__1(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_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__2(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_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_throwUnexpected___rarg___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_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__9(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_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__1(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_Lean_Meta_Grind_Arith_Linear_resolveLowerDiseqConflict(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_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__2; lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* lean_nat_abs(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__13(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_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getDiseqValues___spec__4(lean_object*, 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*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__3; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); lean_object* l_Lean_mkApp3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getDiseqValues___spec__5(lean_object*, 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*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__1___boxed(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +lean_object* l_Lean_Meta_Grind_Arith_Linear_isLinearOrder(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_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_checkIsNextVar___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_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__6(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_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___spec__3___boxed(lean_object**); +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___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*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_throwUnexpected(lean_object*); lean_object* l_Std_Internal_Rat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___spec__1___lambda__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_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__4(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_PersistentArray_forIn___at_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___spec__1(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_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_findInt_x3f_go(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_throwUnexpected___spec__3___rarg___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_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__8; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_Grind_Arith_Linear_getDiseqValues___spec__1(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_Grind_Linarith_Poly_leadCoeff(lean_object*); lean_object* l_Lean_Grind_Linarith_Poly_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__4(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_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_throwUnexpected___spec__1(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_Meta_Grind_Arith_Linear_findRat(lean_object*, lean_object*, lean_object*); uint8_t lean_int_dec_lt(lean_object*, lean_object*); -static double l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__4___closed__1; lean_object* lean_nat_sub(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_checkIsNextVar___closed__1; -static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__3; +lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_findDiseq_x3f___closed__4; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getBestUpper_x3f___spec__4___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_geAvoiding(lean_object*, lean_object*); @@ -209,13 +258,13 @@ lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getDiseqValues___spec__5___boxed(lean_object**); lean_object* l_Std_Internal_Rat_inv(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_Grind_Arith_Linear_getDiseqValues___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*); +size_t lean_usize_sub(size_t, size_t); lean_object* lean_array_mk(lean_object*); lean_object* l_Lean_PersistentArray_get_x21___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert(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_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__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*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_processVar___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*); size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_Grind_Arith_Linear_getBestUpper_x3f___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_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_Grind_Arith_Linear_check___spec__1___lambda__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_array_uget(lean_object*, size_t); size_t lean_array_size(lean_object*); @@ -223,45 +272,57 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_Grind_Arith_L lean_object* l_Lean_instInhabitedPersistentArray(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___spec__2___lambda__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_int_add(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__2; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__4; +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_Meta_Grind_Arith_Linear_findInt_x3f(lean_object*, uint8_t, lean_object*, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_resolveConflict___spec__1(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_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getBestLower_x3f___spec__5(lean_object*, 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*, lean_object*, lean_object*, lean_object*); +uint8_t lean_int_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict___closed__4; +LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__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*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__7(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5(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___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__4; -static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__2; static lean_object* l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__3; lean_object* lean_array_get_size(lean_object*); +lean_object* l_Lean_Meta_Grind_Arith_Linear_mkCase(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___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain(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_int_neg(lean_object*); +lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__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*); uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___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_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_check___lambda__1(uint8_t, 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_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__1(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*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___spec__1___rarg___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_nat_add(lean_object*, lean_object*); +static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___closed__2; +lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignment(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_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_throwUnexpected___spec__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4(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*); +static lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__6; lean_object* l_Lean_Grind_Linarith_Poly_combine_x27(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_getBestUpper_x3f(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_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_Arith_Linear_getBestUpper_x3f___spec__3___boxed(lean_object**); -static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__3; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___spec__1___rarg(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_ofName(lean_object*); static lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_Grind_Arith_Linear_check___spec__1___closed__4; LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Meta_Grind_Arith_Linear_check___spec__1___lambda__1(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_Std_Internal_Rat_floor(lean_object*); static lean_object* l_Lean_Meta_Grind_Arith_Linear_findDiseq_x3f___closed__1; lean_object* l_Lean_Meta_Grind_isInconsistent(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_getDiseqValues(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +size_t lean_usize_land(size_t, size_t); static lean_object* l_Lean_Meta_Grind_Arith_Linear_findRat___closed__2; lean_object* l_Lean_Meta_Grind_Arith_Linear_LinearM_getStruct(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_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__1; uint8_t l_Std_Internal_beqRat____x40_Std_Internal_Rat___hyg_42_(lean_object*, lean_object*); lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_assert___spec__1(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_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__10; +static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___spec__1___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { @@ -1463,7 +1524,7 @@ return x_48; } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_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; uint8_t x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; +lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_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; uint8_t x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; x_49 = lean_ctor_get(x_37, 0); x_50 = lean_ctor_get(x_37, 1); x_51 = lean_ctor_get(x_37, 2); @@ -1493,9 +1554,11 @@ x_74 = lean_ctor_get(x_37, 25); x_75 = lean_ctor_get(x_37, 26); x_76 = lean_ctor_get(x_37, 27); x_77 = lean_ctor_get(x_37, 28); -x_78 = lean_ctor_get_uint8(x_37, sizeof(void*)*31); +x_78 = lean_ctor_get_uint8(x_37, sizeof(void*)*32); x_79 = lean_ctor_get(x_37, 29); x_80 = lean_ctor_get(x_37, 30); +x_81 = lean_ctor_get(x_37, 31); +lean_inc(x_81); lean_inc(x_80); lean_inc(x_79); lean_inc(x_77); @@ -1528,878 +1591,867 @@ lean_inc(x_51); lean_inc(x_50); lean_inc(x_49); lean_dec(x_37); -x_81 = l_Lean_PersistentArray_push___rarg(x_77, x_2); -x_82 = lean_alloc_ctor(0, 31, 1); -lean_ctor_set(x_82, 0, x_49); -lean_ctor_set(x_82, 1, x_50); -lean_ctor_set(x_82, 2, x_51); -lean_ctor_set(x_82, 3, x_52); -lean_ctor_set(x_82, 4, x_53); -lean_ctor_set(x_82, 5, x_54); -lean_ctor_set(x_82, 6, x_55); -lean_ctor_set(x_82, 7, x_56); -lean_ctor_set(x_82, 8, x_57); -lean_ctor_set(x_82, 9, x_58); -lean_ctor_set(x_82, 10, x_59); -lean_ctor_set(x_82, 11, x_60); -lean_ctor_set(x_82, 12, x_61); -lean_ctor_set(x_82, 13, x_62); -lean_ctor_set(x_82, 14, x_63); -lean_ctor_set(x_82, 15, x_64); -lean_ctor_set(x_82, 16, x_65); -lean_ctor_set(x_82, 17, x_66); -lean_ctor_set(x_82, 18, x_67); -lean_ctor_set(x_82, 19, x_68); -lean_ctor_set(x_82, 20, x_69); -lean_ctor_set(x_82, 21, x_70); -lean_ctor_set(x_82, 22, x_71); -lean_ctor_set(x_82, 23, x_72); -lean_ctor_set(x_82, 24, x_73); -lean_ctor_set(x_82, 25, x_74); -lean_ctor_set(x_82, 26, x_75); -lean_ctor_set(x_82, 27, x_76); -lean_ctor_set(x_82, 28, x_81); -lean_ctor_set(x_82, 29, x_79); -lean_ctor_set(x_82, 30, x_80); -lean_ctor_set_uint8(x_82, sizeof(void*)*31, x_78); -x_83 = lean_array_fset(x_39, x_3, x_82); -lean_ctor_set(x_20, 0, x_83); -x_84 = lean_st_ref_set(x_4, x_18, x_21); -x_85 = lean_ctor_get(x_84, 1); -lean_inc(x_85); -if (lean_is_exclusive(x_84)) { - lean_ctor_release(x_84, 0); - lean_ctor_release(x_84, 1); - x_86 = x_84; +x_82 = l_Lean_PersistentArray_push___rarg(x_77, x_2); +x_83 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_83, 0, x_49); +lean_ctor_set(x_83, 1, x_50); +lean_ctor_set(x_83, 2, x_51); +lean_ctor_set(x_83, 3, x_52); +lean_ctor_set(x_83, 4, x_53); +lean_ctor_set(x_83, 5, x_54); +lean_ctor_set(x_83, 6, x_55); +lean_ctor_set(x_83, 7, x_56); +lean_ctor_set(x_83, 8, x_57); +lean_ctor_set(x_83, 9, x_58); +lean_ctor_set(x_83, 10, x_59); +lean_ctor_set(x_83, 11, x_60); +lean_ctor_set(x_83, 12, x_61); +lean_ctor_set(x_83, 13, x_62); +lean_ctor_set(x_83, 14, x_63); +lean_ctor_set(x_83, 15, x_64); +lean_ctor_set(x_83, 16, x_65); +lean_ctor_set(x_83, 17, x_66); +lean_ctor_set(x_83, 18, x_67); +lean_ctor_set(x_83, 19, x_68); +lean_ctor_set(x_83, 20, x_69); +lean_ctor_set(x_83, 21, x_70); +lean_ctor_set(x_83, 22, x_71); +lean_ctor_set(x_83, 23, x_72); +lean_ctor_set(x_83, 24, x_73); +lean_ctor_set(x_83, 25, x_74); +lean_ctor_set(x_83, 26, x_75); +lean_ctor_set(x_83, 27, x_76); +lean_ctor_set(x_83, 28, x_82); +lean_ctor_set(x_83, 29, x_79); +lean_ctor_set(x_83, 30, x_80); +lean_ctor_set(x_83, 31, x_81); +lean_ctor_set_uint8(x_83, sizeof(void*)*32, x_78); +x_84 = lean_array_fset(x_39, x_3, x_83); +lean_ctor_set(x_20, 0, x_84); +x_85 = lean_st_ref_set(x_4, x_18, x_21); +x_86 = lean_ctor_get(x_85, 1); +lean_inc(x_86); +if (lean_is_exclusive(x_85)) { + lean_ctor_release(x_85, 0); + lean_ctor_release(x_85, 1); + x_87 = x_85; } else { - lean_dec_ref(x_84); - x_86 = lean_box(0); + lean_dec_ref(x_85); + x_87 = lean_box(0); } -if (lean_is_scalar(x_86)) { - x_87 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_87)) { + x_88 = lean_alloc_ctor(0, 2, 0); } else { - x_87 = x_86; + x_88 = x_87; } -lean_ctor_set(x_87, 0, x_38); -lean_ctor_set(x_87, 1, x_85); -return x_87; +lean_ctor_set(x_88, 0, x_38); +lean_ctor_set(x_88, 1, x_86); +return x_88; } } } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; uint8_t x_92; -x_88 = lean_ctor_get(x_20, 0); -x_89 = lean_ctor_get(x_20, 1); -x_90 = lean_ctor_get(x_20, 2); +lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; +x_89 = lean_ctor_get(x_20, 0); +x_90 = lean_ctor_get(x_20, 1); +x_91 = lean_ctor_get(x_20, 2); +lean_inc(x_91); lean_inc(x_90); lean_inc(x_89); -lean_inc(x_88); lean_dec(x_20); -x_91 = lean_array_get_size(x_88); -x_92 = lean_nat_dec_lt(x_3, x_91); -lean_dec(x_91); -if (x_92 == 0) +x_92 = lean_array_get_size(x_89); +x_93 = lean_nat_dec_lt(x_3, x_92); +lean_dec(x_92); +if (x_93 == 0) { -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_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_dec(x_2); -x_93 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_93, 0, x_88); -lean_ctor_set(x_93, 1, x_89); -lean_ctor_set(x_93, 2, x_90); -lean_ctor_set(x_19, 3, x_93); -x_94 = lean_st_ref_set(x_4, x_18, x_21); -x_95 = lean_ctor_get(x_94, 1); -lean_inc(x_95); -if (lean_is_exclusive(x_94)) { - lean_ctor_release(x_94, 0); - lean_ctor_release(x_94, 1); - x_96 = x_94; +x_94 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_94, 0, x_89); +lean_ctor_set(x_94, 1, x_90); +lean_ctor_set(x_94, 2, x_91); +lean_ctor_set(x_19, 3, x_94); +x_95 = lean_st_ref_set(x_4, x_18, x_21); +x_96 = lean_ctor_get(x_95, 1); +lean_inc(x_96); +if (lean_is_exclusive(x_95)) { + lean_ctor_release(x_95, 0); + lean_ctor_release(x_95, 1); + x_97 = x_95; } else { - lean_dec_ref(x_94); - x_96 = lean_box(0); + lean_dec_ref(x_95); + x_97 = lean_box(0); } -x_97 = lean_box(0); -if (lean_is_scalar(x_96)) { - x_98 = lean_alloc_ctor(0, 2, 0); +x_98 = lean_box(0); +if (lean_is_scalar(x_97)) { + x_99 = lean_alloc_ctor(0, 2, 0); } else { - x_98 = x_96; + x_99 = x_97; } -lean_ctor_set(x_98, 0, x_97); -lean_ctor_set(x_98, 1, x_95); -return x_98; +lean_ctor_set(x_99, 0, x_98); +lean_ctor_set(x_99, 1, x_96); +return x_99; } else { -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; 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; lean_object* x_140; lean_object* x_141; lean_object* x_142; -x_99 = lean_array_fget(x_88, x_3); -x_100 = lean_box(0); -x_101 = lean_array_fset(x_88, x_3, x_100); -x_102 = lean_ctor_get(x_99, 0); -lean_inc(x_102); -x_103 = lean_ctor_get(x_99, 1); +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; 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_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; +x_100 = lean_array_fget(x_89, x_3); +x_101 = lean_box(0); +x_102 = lean_array_fset(x_89, x_3, x_101); +x_103 = lean_ctor_get(x_100, 0); lean_inc(x_103); -x_104 = lean_ctor_get(x_99, 2); +x_104 = lean_ctor_get(x_100, 1); lean_inc(x_104); -x_105 = lean_ctor_get(x_99, 3); +x_105 = lean_ctor_get(x_100, 2); lean_inc(x_105); -x_106 = lean_ctor_get(x_99, 4); +x_106 = lean_ctor_get(x_100, 3); lean_inc(x_106); -x_107 = lean_ctor_get(x_99, 5); +x_107 = lean_ctor_get(x_100, 4); lean_inc(x_107); -x_108 = lean_ctor_get(x_99, 6); +x_108 = lean_ctor_get(x_100, 5); lean_inc(x_108); -x_109 = lean_ctor_get(x_99, 7); +x_109 = lean_ctor_get(x_100, 6); lean_inc(x_109); -x_110 = lean_ctor_get(x_99, 8); +x_110 = lean_ctor_get(x_100, 7); lean_inc(x_110); -x_111 = lean_ctor_get(x_99, 9); +x_111 = lean_ctor_get(x_100, 8); lean_inc(x_111); -x_112 = lean_ctor_get(x_99, 10); +x_112 = lean_ctor_get(x_100, 9); lean_inc(x_112); -x_113 = lean_ctor_get(x_99, 11); +x_113 = lean_ctor_get(x_100, 10); lean_inc(x_113); -x_114 = lean_ctor_get(x_99, 12); +x_114 = lean_ctor_get(x_100, 11); lean_inc(x_114); -x_115 = lean_ctor_get(x_99, 13); +x_115 = lean_ctor_get(x_100, 12); lean_inc(x_115); -x_116 = lean_ctor_get(x_99, 14); +x_116 = lean_ctor_get(x_100, 13); lean_inc(x_116); -x_117 = lean_ctor_get(x_99, 15); +x_117 = lean_ctor_get(x_100, 14); lean_inc(x_117); -x_118 = lean_ctor_get(x_99, 16); +x_118 = lean_ctor_get(x_100, 15); lean_inc(x_118); -x_119 = lean_ctor_get(x_99, 17); +x_119 = lean_ctor_get(x_100, 16); lean_inc(x_119); -x_120 = lean_ctor_get(x_99, 18); +x_120 = lean_ctor_get(x_100, 17); lean_inc(x_120); -x_121 = lean_ctor_get(x_99, 19); +x_121 = lean_ctor_get(x_100, 18); lean_inc(x_121); -x_122 = lean_ctor_get(x_99, 20); +x_122 = lean_ctor_get(x_100, 19); lean_inc(x_122); -x_123 = lean_ctor_get(x_99, 21); +x_123 = lean_ctor_get(x_100, 20); lean_inc(x_123); -x_124 = lean_ctor_get(x_99, 22); +x_124 = lean_ctor_get(x_100, 21); lean_inc(x_124); -x_125 = lean_ctor_get(x_99, 23); +x_125 = lean_ctor_get(x_100, 22); lean_inc(x_125); -x_126 = lean_ctor_get(x_99, 24); +x_126 = lean_ctor_get(x_100, 23); lean_inc(x_126); -x_127 = lean_ctor_get(x_99, 25); +x_127 = lean_ctor_get(x_100, 24); lean_inc(x_127); -x_128 = lean_ctor_get(x_99, 26); +x_128 = lean_ctor_get(x_100, 25); lean_inc(x_128); -x_129 = lean_ctor_get(x_99, 27); +x_129 = lean_ctor_get(x_100, 26); lean_inc(x_129); -x_130 = lean_ctor_get(x_99, 28); +x_130 = lean_ctor_get(x_100, 27); lean_inc(x_130); -x_131 = lean_ctor_get_uint8(x_99, sizeof(void*)*31); -x_132 = lean_ctor_get(x_99, 29); -lean_inc(x_132); -x_133 = lean_ctor_get(x_99, 30); +x_131 = lean_ctor_get(x_100, 28); +lean_inc(x_131); +x_132 = lean_ctor_get_uint8(x_100, sizeof(void*)*32); +x_133 = lean_ctor_get(x_100, 29); lean_inc(x_133); -if (lean_is_exclusive(x_99)) { - lean_ctor_release(x_99, 0); - lean_ctor_release(x_99, 1); - lean_ctor_release(x_99, 2); - lean_ctor_release(x_99, 3); - lean_ctor_release(x_99, 4); - lean_ctor_release(x_99, 5); - lean_ctor_release(x_99, 6); - lean_ctor_release(x_99, 7); - lean_ctor_release(x_99, 8); - lean_ctor_release(x_99, 9); - lean_ctor_release(x_99, 10); - lean_ctor_release(x_99, 11); - lean_ctor_release(x_99, 12); - lean_ctor_release(x_99, 13); - lean_ctor_release(x_99, 14); - lean_ctor_release(x_99, 15); - lean_ctor_release(x_99, 16); - lean_ctor_release(x_99, 17); - lean_ctor_release(x_99, 18); - lean_ctor_release(x_99, 19); - lean_ctor_release(x_99, 20); - lean_ctor_release(x_99, 21); - lean_ctor_release(x_99, 22); - lean_ctor_release(x_99, 23); - lean_ctor_release(x_99, 24); - lean_ctor_release(x_99, 25); - lean_ctor_release(x_99, 26); - lean_ctor_release(x_99, 27); - lean_ctor_release(x_99, 28); - lean_ctor_release(x_99, 29); - lean_ctor_release(x_99, 30); - x_134 = x_99; +x_134 = lean_ctor_get(x_100, 30); +lean_inc(x_134); +x_135 = lean_ctor_get(x_100, 31); +lean_inc(x_135); +if (lean_is_exclusive(x_100)) { + lean_ctor_release(x_100, 0); + lean_ctor_release(x_100, 1); + lean_ctor_release(x_100, 2); + lean_ctor_release(x_100, 3); + lean_ctor_release(x_100, 4); + lean_ctor_release(x_100, 5); + lean_ctor_release(x_100, 6); + lean_ctor_release(x_100, 7); + lean_ctor_release(x_100, 8); + lean_ctor_release(x_100, 9); + lean_ctor_release(x_100, 10); + lean_ctor_release(x_100, 11); + lean_ctor_release(x_100, 12); + lean_ctor_release(x_100, 13); + lean_ctor_release(x_100, 14); + lean_ctor_release(x_100, 15); + lean_ctor_release(x_100, 16); + lean_ctor_release(x_100, 17); + lean_ctor_release(x_100, 18); + lean_ctor_release(x_100, 19); + lean_ctor_release(x_100, 20); + lean_ctor_release(x_100, 21); + lean_ctor_release(x_100, 22); + lean_ctor_release(x_100, 23); + lean_ctor_release(x_100, 24); + lean_ctor_release(x_100, 25); + lean_ctor_release(x_100, 26); + lean_ctor_release(x_100, 27); + lean_ctor_release(x_100, 28); + lean_ctor_release(x_100, 29); + lean_ctor_release(x_100, 30); + lean_ctor_release(x_100, 31); + x_136 = x_100; } else { - lean_dec_ref(x_99); - x_134 = lean_box(0); + lean_dec_ref(x_100); + x_136 = lean_box(0); } -x_135 = l_Lean_PersistentArray_push___rarg(x_130, x_2); -if (lean_is_scalar(x_134)) { - x_136 = lean_alloc_ctor(0, 31, 1); +x_137 = l_Lean_PersistentArray_push___rarg(x_131, x_2); +if (lean_is_scalar(x_136)) { + x_138 = lean_alloc_ctor(0, 32, 1); } else { - x_136 = x_134; + x_138 = x_136; } -lean_ctor_set(x_136, 0, x_102); -lean_ctor_set(x_136, 1, x_103); -lean_ctor_set(x_136, 2, x_104); -lean_ctor_set(x_136, 3, x_105); -lean_ctor_set(x_136, 4, x_106); -lean_ctor_set(x_136, 5, x_107); -lean_ctor_set(x_136, 6, x_108); -lean_ctor_set(x_136, 7, x_109); -lean_ctor_set(x_136, 8, x_110); -lean_ctor_set(x_136, 9, x_111); -lean_ctor_set(x_136, 10, x_112); -lean_ctor_set(x_136, 11, x_113); -lean_ctor_set(x_136, 12, x_114); -lean_ctor_set(x_136, 13, x_115); -lean_ctor_set(x_136, 14, x_116); -lean_ctor_set(x_136, 15, x_117); -lean_ctor_set(x_136, 16, x_118); -lean_ctor_set(x_136, 17, x_119); -lean_ctor_set(x_136, 18, x_120); -lean_ctor_set(x_136, 19, x_121); -lean_ctor_set(x_136, 20, x_122); -lean_ctor_set(x_136, 21, x_123); -lean_ctor_set(x_136, 22, x_124); -lean_ctor_set(x_136, 23, x_125); -lean_ctor_set(x_136, 24, x_126); -lean_ctor_set(x_136, 25, x_127); -lean_ctor_set(x_136, 26, x_128); -lean_ctor_set(x_136, 27, x_129); -lean_ctor_set(x_136, 28, x_135); -lean_ctor_set(x_136, 29, x_132); -lean_ctor_set(x_136, 30, x_133); -lean_ctor_set_uint8(x_136, sizeof(void*)*31, x_131); -x_137 = lean_array_fset(x_101, x_3, x_136); -x_138 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_138, 0, x_137); -lean_ctor_set(x_138, 1, x_89); -lean_ctor_set(x_138, 2, x_90); -lean_ctor_set(x_19, 3, x_138); -x_139 = lean_st_ref_set(x_4, x_18, x_21); -x_140 = lean_ctor_get(x_139, 1); -lean_inc(x_140); -if (lean_is_exclusive(x_139)) { - lean_ctor_release(x_139, 0); - lean_ctor_release(x_139, 1); - x_141 = x_139; +lean_ctor_set(x_138, 0, x_103); +lean_ctor_set(x_138, 1, x_104); +lean_ctor_set(x_138, 2, x_105); +lean_ctor_set(x_138, 3, x_106); +lean_ctor_set(x_138, 4, x_107); +lean_ctor_set(x_138, 5, x_108); +lean_ctor_set(x_138, 6, x_109); +lean_ctor_set(x_138, 7, x_110); +lean_ctor_set(x_138, 8, x_111); +lean_ctor_set(x_138, 9, x_112); +lean_ctor_set(x_138, 10, x_113); +lean_ctor_set(x_138, 11, x_114); +lean_ctor_set(x_138, 12, x_115); +lean_ctor_set(x_138, 13, x_116); +lean_ctor_set(x_138, 14, x_117); +lean_ctor_set(x_138, 15, x_118); +lean_ctor_set(x_138, 16, x_119); +lean_ctor_set(x_138, 17, x_120); +lean_ctor_set(x_138, 18, x_121); +lean_ctor_set(x_138, 19, x_122); +lean_ctor_set(x_138, 20, x_123); +lean_ctor_set(x_138, 21, x_124); +lean_ctor_set(x_138, 22, x_125); +lean_ctor_set(x_138, 23, x_126); +lean_ctor_set(x_138, 24, x_127); +lean_ctor_set(x_138, 25, x_128); +lean_ctor_set(x_138, 26, x_129); +lean_ctor_set(x_138, 27, x_130); +lean_ctor_set(x_138, 28, x_137); +lean_ctor_set(x_138, 29, x_133); +lean_ctor_set(x_138, 30, x_134); +lean_ctor_set(x_138, 31, x_135); +lean_ctor_set_uint8(x_138, sizeof(void*)*32, x_132); +x_139 = lean_array_fset(x_102, x_3, x_138); +x_140 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_140, 0, x_139); +lean_ctor_set(x_140, 1, x_90); +lean_ctor_set(x_140, 2, x_91); +lean_ctor_set(x_19, 3, x_140); +x_141 = lean_st_ref_set(x_4, x_18, x_21); +x_142 = lean_ctor_get(x_141, 1); +lean_inc(x_142); +if (lean_is_exclusive(x_141)) { + lean_ctor_release(x_141, 0); + lean_ctor_release(x_141, 1); + x_143 = x_141; } else { - lean_dec_ref(x_139); - x_141 = lean_box(0); + lean_dec_ref(x_141); + x_143 = lean_box(0); } -if (lean_is_scalar(x_141)) { - x_142 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_143)) { + x_144 = lean_alloc_ctor(0, 2, 0); } else { - x_142 = x_141; + x_144 = x_143; } -lean_ctor_set(x_142, 0, x_100); -lean_ctor_set(x_142, 1, x_140); -return x_142; +lean_ctor_set(x_144, 0, x_101); +lean_ctor_set(x_144, 1, x_142); +return x_144; } } } else { -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; uint8_t x_151; -x_143 = lean_ctor_get(x_19, 0); -x_144 = lean_ctor_get(x_19, 1); -x_145 = lean_ctor_get(x_19, 2); -lean_inc(x_145); -lean_inc(x_144); -lean_inc(x_143); -lean_dec(x_19); -x_146 = lean_ctor_get(x_20, 0); -lean_inc(x_146); -x_147 = lean_ctor_get(x_20, 1); +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; uint8_t x_153; +x_145 = lean_ctor_get(x_19, 0); +x_146 = lean_ctor_get(x_19, 1); +x_147 = lean_ctor_get(x_19, 2); lean_inc(x_147); -x_148 = lean_ctor_get(x_20, 2); +lean_inc(x_146); +lean_inc(x_145); +lean_dec(x_19); +x_148 = lean_ctor_get(x_20, 0); lean_inc(x_148); +x_149 = lean_ctor_get(x_20, 1); +lean_inc(x_149); +x_150 = lean_ctor_get(x_20, 2); +lean_inc(x_150); if (lean_is_exclusive(x_20)) { lean_ctor_release(x_20, 0); lean_ctor_release(x_20, 1); lean_ctor_release(x_20, 2); - x_149 = x_20; + x_151 = x_20; } else { lean_dec_ref(x_20); - x_149 = lean_box(0); + x_151 = lean_box(0); } -x_150 = lean_array_get_size(x_146); -x_151 = lean_nat_dec_lt(x_3, x_150); -lean_dec(x_150); -if (x_151 == 0) +x_152 = lean_array_get_size(x_148); +x_153 = lean_nat_dec_lt(x_3, x_152); +lean_dec(x_152); +if (x_153 == 0) { -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_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_dec(x_2); -if (lean_is_scalar(x_149)) { - x_152 = lean_alloc_ctor(0, 3, 0); +if (lean_is_scalar(x_151)) { + x_154 = lean_alloc_ctor(0, 3, 0); } else { - x_152 = x_149; + x_154 = x_151; } -lean_ctor_set(x_152, 0, x_146); -lean_ctor_set(x_152, 1, x_147); -lean_ctor_set(x_152, 2, x_148); -x_153 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_153, 0, x_143); -lean_ctor_set(x_153, 1, x_144); -lean_ctor_set(x_153, 2, x_145); -lean_ctor_set(x_153, 3, x_152); -lean_ctor_set(x_18, 14, x_153); -x_154 = lean_st_ref_set(x_4, x_18, x_21); -x_155 = lean_ctor_get(x_154, 1); -lean_inc(x_155); -if (lean_is_exclusive(x_154)) { - lean_ctor_release(x_154, 0); - lean_ctor_release(x_154, 1); - x_156 = x_154; -} else { - lean_dec_ref(x_154); - x_156 = lean_box(0); -} -x_157 = lean_box(0); -if (lean_is_scalar(x_156)) { - x_158 = lean_alloc_ctor(0, 2, 0); -} else { +lean_ctor_set(x_154, 0, x_148); +lean_ctor_set(x_154, 1, x_149); +lean_ctor_set(x_154, 2, x_150); +x_155 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_155, 0, x_145); +lean_ctor_set(x_155, 1, x_146); +lean_ctor_set(x_155, 2, x_147); +lean_ctor_set(x_155, 3, x_154); +lean_ctor_set(x_18, 14, x_155); +x_156 = lean_st_ref_set(x_4, x_18, x_21); +x_157 = lean_ctor_get(x_156, 1); +lean_inc(x_157); +if (lean_is_exclusive(x_156)) { + lean_ctor_release(x_156, 0); + lean_ctor_release(x_156, 1); x_158 = x_156; +} else { + lean_dec_ref(x_156); + x_158 = lean_box(0); } -lean_ctor_set(x_158, 0, x_157); -lean_ctor_set(x_158, 1, x_155); -return x_158; +x_159 = lean_box(0); +if (lean_is_scalar(x_158)) { + x_160 = lean_alloc_ctor(0, 2, 0); +} else { + x_160 = x_158; +} +lean_ctor_set(x_160, 0, x_159); +lean_ctor_set(x_160, 1, x_157); +return x_160; } else { -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; uint8_t 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; -x_159 = lean_array_fget(x_146, x_3); -x_160 = lean_box(0); -x_161 = lean_array_fset(x_146, x_3, x_160); -x_162 = lean_ctor_get(x_159, 0); -lean_inc(x_162); -x_163 = lean_ctor_get(x_159, 1); -lean_inc(x_163); -x_164 = lean_ctor_get(x_159, 2); +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; uint8_t 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; +x_161 = lean_array_fget(x_148, x_3); +x_162 = lean_box(0); +x_163 = lean_array_fset(x_148, x_3, x_162); +x_164 = lean_ctor_get(x_161, 0); lean_inc(x_164); -x_165 = lean_ctor_get(x_159, 3); +x_165 = lean_ctor_get(x_161, 1); lean_inc(x_165); -x_166 = lean_ctor_get(x_159, 4); +x_166 = lean_ctor_get(x_161, 2); lean_inc(x_166); -x_167 = lean_ctor_get(x_159, 5); +x_167 = lean_ctor_get(x_161, 3); lean_inc(x_167); -x_168 = lean_ctor_get(x_159, 6); +x_168 = lean_ctor_get(x_161, 4); lean_inc(x_168); -x_169 = lean_ctor_get(x_159, 7); +x_169 = lean_ctor_get(x_161, 5); lean_inc(x_169); -x_170 = lean_ctor_get(x_159, 8); +x_170 = lean_ctor_get(x_161, 6); lean_inc(x_170); -x_171 = lean_ctor_get(x_159, 9); +x_171 = lean_ctor_get(x_161, 7); lean_inc(x_171); -x_172 = lean_ctor_get(x_159, 10); +x_172 = lean_ctor_get(x_161, 8); lean_inc(x_172); -x_173 = lean_ctor_get(x_159, 11); +x_173 = lean_ctor_get(x_161, 9); lean_inc(x_173); -x_174 = lean_ctor_get(x_159, 12); +x_174 = lean_ctor_get(x_161, 10); lean_inc(x_174); -x_175 = lean_ctor_get(x_159, 13); +x_175 = lean_ctor_get(x_161, 11); lean_inc(x_175); -x_176 = lean_ctor_get(x_159, 14); +x_176 = lean_ctor_get(x_161, 12); lean_inc(x_176); -x_177 = lean_ctor_get(x_159, 15); +x_177 = lean_ctor_get(x_161, 13); lean_inc(x_177); -x_178 = lean_ctor_get(x_159, 16); +x_178 = lean_ctor_get(x_161, 14); lean_inc(x_178); -x_179 = lean_ctor_get(x_159, 17); +x_179 = lean_ctor_get(x_161, 15); lean_inc(x_179); -x_180 = lean_ctor_get(x_159, 18); +x_180 = lean_ctor_get(x_161, 16); lean_inc(x_180); -x_181 = lean_ctor_get(x_159, 19); +x_181 = lean_ctor_get(x_161, 17); lean_inc(x_181); -x_182 = lean_ctor_get(x_159, 20); +x_182 = lean_ctor_get(x_161, 18); lean_inc(x_182); -x_183 = lean_ctor_get(x_159, 21); +x_183 = lean_ctor_get(x_161, 19); lean_inc(x_183); -x_184 = lean_ctor_get(x_159, 22); +x_184 = lean_ctor_get(x_161, 20); lean_inc(x_184); -x_185 = lean_ctor_get(x_159, 23); +x_185 = lean_ctor_get(x_161, 21); lean_inc(x_185); -x_186 = lean_ctor_get(x_159, 24); +x_186 = lean_ctor_get(x_161, 22); lean_inc(x_186); -x_187 = lean_ctor_get(x_159, 25); +x_187 = lean_ctor_get(x_161, 23); lean_inc(x_187); -x_188 = lean_ctor_get(x_159, 26); +x_188 = lean_ctor_get(x_161, 24); lean_inc(x_188); -x_189 = lean_ctor_get(x_159, 27); +x_189 = lean_ctor_get(x_161, 25); lean_inc(x_189); -x_190 = lean_ctor_get(x_159, 28); +x_190 = lean_ctor_get(x_161, 26); lean_inc(x_190); -x_191 = lean_ctor_get_uint8(x_159, sizeof(void*)*31); -x_192 = lean_ctor_get(x_159, 29); +x_191 = lean_ctor_get(x_161, 27); +lean_inc(x_191); +x_192 = lean_ctor_get(x_161, 28); lean_inc(x_192); -x_193 = lean_ctor_get(x_159, 30); -lean_inc(x_193); -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - lean_ctor_release(x_159, 2); - lean_ctor_release(x_159, 3); - lean_ctor_release(x_159, 4); - lean_ctor_release(x_159, 5); - lean_ctor_release(x_159, 6); - lean_ctor_release(x_159, 7); - lean_ctor_release(x_159, 8); - lean_ctor_release(x_159, 9); - lean_ctor_release(x_159, 10); - lean_ctor_release(x_159, 11); - lean_ctor_release(x_159, 12); - lean_ctor_release(x_159, 13); - lean_ctor_release(x_159, 14); - lean_ctor_release(x_159, 15); - lean_ctor_release(x_159, 16); - lean_ctor_release(x_159, 17); - lean_ctor_release(x_159, 18); - lean_ctor_release(x_159, 19); - lean_ctor_release(x_159, 20); - lean_ctor_release(x_159, 21); - lean_ctor_release(x_159, 22); - lean_ctor_release(x_159, 23); - lean_ctor_release(x_159, 24); - lean_ctor_release(x_159, 25); - lean_ctor_release(x_159, 26); - lean_ctor_release(x_159, 27); - lean_ctor_release(x_159, 28); - lean_ctor_release(x_159, 29); - lean_ctor_release(x_159, 30); - x_194 = x_159; +x_193 = lean_ctor_get_uint8(x_161, sizeof(void*)*32); +x_194 = lean_ctor_get(x_161, 29); +lean_inc(x_194); +x_195 = lean_ctor_get(x_161, 30); +lean_inc(x_195); +x_196 = lean_ctor_get(x_161, 31); +lean_inc(x_196); +if (lean_is_exclusive(x_161)) { + lean_ctor_release(x_161, 0); + lean_ctor_release(x_161, 1); + lean_ctor_release(x_161, 2); + lean_ctor_release(x_161, 3); + lean_ctor_release(x_161, 4); + lean_ctor_release(x_161, 5); + lean_ctor_release(x_161, 6); + lean_ctor_release(x_161, 7); + lean_ctor_release(x_161, 8); + lean_ctor_release(x_161, 9); + lean_ctor_release(x_161, 10); + lean_ctor_release(x_161, 11); + lean_ctor_release(x_161, 12); + lean_ctor_release(x_161, 13); + lean_ctor_release(x_161, 14); + lean_ctor_release(x_161, 15); + lean_ctor_release(x_161, 16); + lean_ctor_release(x_161, 17); + lean_ctor_release(x_161, 18); + lean_ctor_release(x_161, 19); + lean_ctor_release(x_161, 20); + lean_ctor_release(x_161, 21); + lean_ctor_release(x_161, 22); + lean_ctor_release(x_161, 23); + lean_ctor_release(x_161, 24); + lean_ctor_release(x_161, 25); + lean_ctor_release(x_161, 26); + lean_ctor_release(x_161, 27); + lean_ctor_release(x_161, 28); + lean_ctor_release(x_161, 29); + lean_ctor_release(x_161, 30); + lean_ctor_release(x_161, 31); + x_197 = x_161; } else { - lean_dec_ref(x_159); - x_194 = lean_box(0); + lean_dec_ref(x_161); + x_197 = lean_box(0); } -x_195 = l_Lean_PersistentArray_push___rarg(x_190, x_2); -if (lean_is_scalar(x_194)) { - x_196 = lean_alloc_ctor(0, 31, 1); +x_198 = l_Lean_PersistentArray_push___rarg(x_192, x_2); +if (lean_is_scalar(x_197)) { + x_199 = lean_alloc_ctor(0, 32, 1); } else { - x_196 = x_194; + x_199 = x_197; } -lean_ctor_set(x_196, 0, x_162); -lean_ctor_set(x_196, 1, x_163); -lean_ctor_set(x_196, 2, x_164); -lean_ctor_set(x_196, 3, x_165); -lean_ctor_set(x_196, 4, x_166); -lean_ctor_set(x_196, 5, x_167); -lean_ctor_set(x_196, 6, x_168); -lean_ctor_set(x_196, 7, x_169); -lean_ctor_set(x_196, 8, x_170); -lean_ctor_set(x_196, 9, x_171); -lean_ctor_set(x_196, 10, x_172); -lean_ctor_set(x_196, 11, x_173); -lean_ctor_set(x_196, 12, x_174); -lean_ctor_set(x_196, 13, x_175); -lean_ctor_set(x_196, 14, x_176); -lean_ctor_set(x_196, 15, x_177); -lean_ctor_set(x_196, 16, x_178); -lean_ctor_set(x_196, 17, x_179); -lean_ctor_set(x_196, 18, x_180); -lean_ctor_set(x_196, 19, x_181); -lean_ctor_set(x_196, 20, x_182); -lean_ctor_set(x_196, 21, x_183); -lean_ctor_set(x_196, 22, x_184); -lean_ctor_set(x_196, 23, x_185); -lean_ctor_set(x_196, 24, x_186); -lean_ctor_set(x_196, 25, x_187); -lean_ctor_set(x_196, 26, x_188); -lean_ctor_set(x_196, 27, x_189); -lean_ctor_set(x_196, 28, x_195); -lean_ctor_set(x_196, 29, x_192); -lean_ctor_set(x_196, 30, x_193); -lean_ctor_set_uint8(x_196, sizeof(void*)*31, x_191); -x_197 = lean_array_fset(x_161, x_3, x_196); -if (lean_is_scalar(x_149)) { - x_198 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_199, 0, x_164); +lean_ctor_set(x_199, 1, x_165); +lean_ctor_set(x_199, 2, x_166); +lean_ctor_set(x_199, 3, x_167); +lean_ctor_set(x_199, 4, x_168); +lean_ctor_set(x_199, 5, x_169); +lean_ctor_set(x_199, 6, x_170); +lean_ctor_set(x_199, 7, x_171); +lean_ctor_set(x_199, 8, x_172); +lean_ctor_set(x_199, 9, x_173); +lean_ctor_set(x_199, 10, x_174); +lean_ctor_set(x_199, 11, x_175); +lean_ctor_set(x_199, 12, x_176); +lean_ctor_set(x_199, 13, x_177); +lean_ctor_set(x_199, 14, x_178); +lean_ctor_set(x_199, 15, x_179); +lean_ctor_set(x_199, 16, x_180); +lean_ctor_set(x_199, 17, x_181); +lean_ctor_set(x_199, 18, x_182); +lean_ctor_set(x_199, 19, x_183); +lean_ctor_set(x_199, 20, x_184); +lean_ctor_set(x_199, 21, x_185); +lean_ctor_set(x_199, 22, x_186); +lean_ctor_set(x_199, 23, x_187); +lean_ctor_set(x_199, 24, x_188); +lean_ctor_set(x_199, 25, x_189); +lean_ctor_set(x_199, 26, x_190); +lean_ctor_set(x_199, 27, x_191); +lean_ctor_set(x_199, 28, x_198); +lean_ctor_set(x_199, 29, x_194); +lean_ctor_set(x_199, 30, x_195); +lean_ctor_set(x_199, 31, x_196); +lean_ctor_set_uint8(x_199, sizeof(void*)*32, x_193); +x_200 = lean_array_fset(x_163, x_3, x_199); +if (lean_is_scalar(x_151)) { + x_201 = lean_alloc_ctor(0, 3, 0); } else { - x_198 = x_149; + x_201 = x_151; } -lean_ctor_set(x_198, 0, x_197); -lean_ctor_set(x_198, 1, x_147); -lean_ctor_set(x_198, 2, x_148); -x_199 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_199, 0, x_143); -lean_ctor_set(x_199, 1, x_144); -lean_ctor_set(x_199, 2, x_145); -lean_ctor_set(x_199, 3, x_198); -lean_ctor_set(x_18, 14, x_199); -x_200 = lean_st_ref_set(x_4, x_18, x_21); -x_201 = lean_ctor_get(x_200, 1); -lean_inc(x_201); -if (lean_is_exclusive(x_200)) { - lean_ctor_release(x_200, 0); - lean_ctor_release(x_200, 1); - x_202 = x_200; +lean_ctor_set(x_201, 0, x_200); +lean_ctor_set(x_201, 1, x_149); +lean_ctor_set(x_201, 2, x_150); +x_202 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_202, 0, x_145); +lean_ctor_set(x_202, 1, x_146); +lean_ctor_set(x_202, 2, x_147); +lean_ctor_set(x_202, 3, x_201); +lean_ctor_set(x_18, 14, x_202); +x_203 = lean_st_ref_set(x_4, x_18, x_21); +x_204 = lean_ctor_get(x_203, 1); +lean_inc(x_204); +if (lean_is_exclusive(x_203)) { + lean_ctor_release(x_203, 0); + lean_ctor_release(x_203, 1); + x_205 = x_203; } else { - lean_dec_ref(x_200); - x_202 = lean_box(0); + lean_dec_ref(x_203); + x_205 = lean_box(0); } -if (lean_is_scalar(x_202)) { - x_203 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_205)) { + x_206 = lean_alloc_ctor(0, 2, 0); } else { - x_203 = x_202; + x_206 = x_205; } -lean_ctor_set(x_203, 0, x_160); -lean_ctor_set(x_203, 1, x_201); -return x_203; +lean_ctor_set(x_206, 0, x_162); +lean_ctor_set(x_206, 1, x_204); +return x_206; } } } else { -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_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; uint8_t x_229; -x_204 = lean_ctor_get(x_18, 0); -x_205 = lean_ctor_get(x_18, 1); -x_206 = lean_ctor_get(x_18, 2); -x_207 = lean_ctor_get(x_18, 3); -x_208 = lean_ctor_get(x_18, 4); -x_209 = lean_ctor_get(x_18, 5); -x_210 = lean_ctor_get(x_18, 6); -x_211 = lean_ctor_get(x_18, 7); -x_212 = lean_ctor_get_uint8(x_18, sizeof(void*)*16); -x_213 = lean_ctor_get(x_18, 8); -x_214 = lean_ctor_get(x_18, 9); -x_215 = lean_ctor_get(x_18, 10); -x_216 = lean_ctor_get(x_18, 11); -x_217 = lean_ctor_get(x_18, 12); -x_218 = lean_ctor_get(x_18, 13); -x_219 = lean_ctor_get(x_18, 15); +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; uint8_t x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; uint8_t x_232; +x_207 = lean_ctor_get(x_18, 0); +x_208 = lean_ctor_get(x_18, 1); +x_209 = lean_ctor_get(x_18, 2); +x_210 = lean_ctor_get(x_18, 3); +x_211 = lean_ctor_get(x_18, 4); +x_212 = lean_ctor_get(x_18, 5); +x_213 = lean_ctor_get(x_18, 6); +x_214 = lean_ctor_get(x_18, 7); +x_215 = lean_ctor_get_uint8(x_18, sizeof(void*)*16); +x_216 = lean_ctor_get(x_18, 8); +x_217 = lean_ctor_get(x_18, 9); +x_218 = lean_ctor_get(x_18, 10); +x_219 = lean_ctor_get(x_18, 11); +x_220 = lean_ctor_get(x_18, 12); +x_221 = lean_ctor_get(x_18, 13); +x_222 = lean_ctor_get(x_18, 15); +lean_inc(x_222); +lean_inc(x_221); +lean_inc(x_220); lean_inc(x_219); lean_inc(x_218); lean_inc(x_217); lean_inc(x_216); -lean_inc(x_215); lean_inc(x_214); lean_inc(x_213); +lean_inc(x_212); lean_inc(x_211); lean_inc(x_210); lean_inc(x_209); lean_inc(x_208); lean_inc(x_207); -lean_inc(x_206); -lean_inc(x_205); -lean_inc(x_204); lean_dec(x_18); -x_220 = lean_ctor_get(x_19, 0); -lean_inc(x_220); -x_221 = lean_ctor_get(x_19, 1); -lean_inc(x_221); -x_222 = lean_ctor_get(x_19, 2); -lean_inc(x_222); +x_223 = lean_ctor_get(x_19, 0); +lean_inc(x_223); +x_224 = lean_ctor_get(x_19, 1); +lean_inc(x_224); +x_225 = lean_ctor_get(x_19, 2); +lean_inc(x_225); if (lean_is_exclusive(x_19)) { lean_ctor_release(x_19, 0); lean_ctor_release(x_19, 1); lean_ctor_release(x_19, 2); lean_ctor_release(x_19, 3); - x_223 = x_19; + x_226 = x_19; } else { lean_dec_ref(x_19); - x_223 = lean_box(0); + x_226 = lean_box(0); } -x_224 = lean_ctor_get(x_20, 0); -lean_inc(x_224); -x_225 = lean_ctor_get(x_20, 1); -lean_inc(x_225); -x_226 = lean_ctor_get(x_20, 2); -lean_inc(x_226); +x_227 = lean_ctor_get(x_20, 0); +lean_inc(x_227); +x_228 = lean_ctor_get(x_20, 1); +lean_inc(x_228); +x_229 = lean_ctor_get(x_20, 2); +lean_inc(x_229); if (lean_is_exclusive(x_20)) { lean_ctor_release(x_20, 0); lean_ctor_release(x_20, 1); lean_ctor_release(x_20, 2); - x_227 = x_20; + x_230 = x_20; } else { lean_dec_ref(x_20); - x_227 = lean_box(0); + x_230 = lean_box(0); } -x_228 = lean_array_get_size(x_224); -x_229 = lean_nat_dec_lt(x_3, x_228); -lean_dec(x_228); -if (x_229 == 0) +x_231 = lean_array_get_size(x_227); +x_232 = lean_nat_dec_lt(x_3, x_231); +lean_dec(x_231); +if (x_232 == 0) { -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_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_dec(x_2); -if (lean_is_scalar(x_227)) { - x_230 = lean_alloc_ctor(0, 3, 0); +if (lean_is_scalar(x_230)) { + x_233 = lean_alloc_ctor(0, 3, 0); } else { - x_230 = x_227; + x_233 = x_230; } -lean_ctor_set(x_230, 0, x_224); -lean_ctor_set(x_230, 1, x_225); -lean_ctor_set(x_230, 2, x_226); -if (lean_is_scalar(x_223)) { - x_231 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_233, 0, x_227); +lean_ctor_set(x_233, 1, x_228); +lean_ctor_set(x_233, 2, x_229); +if (lean_is_scalar(x_226)) { + x_234 = lean_alloc_ctor(0, 4, 0); } else { - x_231 = x_223; + x_234 = x_226; } -lean_ctor_set(x_231, 0, x_220); -lean_ctor_set(x_231, 1, x_221); -lean_ctor_set(x_231, 2, x_222); -lean_ctor_set(x_231, 3, x_230); -x_232 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_232, 0, x_204); -lean_ctor_set(x_232, 1, x_205); -lean_ctor_set(x_232, 2, x_206); -lean_ctor_set(x_232, 3, x_207); -lean_ctor_set(x_232, 4, x_208); -lean_ctor_set(x_232, 5, x_209); -lean_ctor_set(x_232, 6, x_210); -lean_ctor_set(x_232, 7, x_211); -lean_ctor_set(x_232, 8, x_213); -lean_ctor_set(x_232, 9, x_214); -lean_ctor_set(x_232, 10, x_215); -lean_ctor_set(x_232, 11, x_216); -lean_ctor_set(x_232, 12, x_217); -lean_ctor_set(x_232, 13, x_218); -lean_ctor_set(x_232, 14, x_231); -lean_ctor_set(x_232, 15, x_219); -lean_ctor_set_uint8(x_232, sizeof(void*)*16, x_212); -x_233 = lean_st_ref_set(x_4, x_232, x_21); -x_234 = lean_ctor_get(x_233, 1); -lean_inc(x_234); -if (lean_is_exclusive(x_233)) { - lean_ctor_release(x_233, 0); - lean_ctor_release(x_233, 1); - x_235 = x_233; +lean_ctor_set(x_234, 0, x_223); +lean_ctor_set(x_234, 1, x_224); +lean_ctor_set(x_234, 2, x_225); +lean_ctor_set(x_234, 3, x_233); +x_235 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_235, 0, x_207); +lean_ctor_set(x_235, 1, x_208); +lean_ctor_set(x_235, 2, x_209); +lean_ctor_set(x_235, 3, x_210); +lean_ctor_set(x_235, 4, x_211); +lean_ctor_set(x_235, 5, x_212); +lean_ctor_set(x_235, 6, x_213); +lean_ctor_set(x_235, 7, x_214); +lean_ctor_set(x_235, 8, x_216); +lean_ctor_set(x_235, 9, x_217); +lean_ctor_set(x_235, 10, x_218); +lean_ctor_set(x_235, 11, x_219); +lean_ctor_set(x_235, 12, x_220); +lean_ctor_set(x_235, 13, x_221); +lean_ctor_set(x_235, 14, x_234); +lean_ctor_set(x_235, 15, x_222); +lean_ctor_set_uint8(x_235, sizeof(void*)*16, x_215); +x_236 = lean_st_ref_set(x_4, x_235, x_21); +x_237 = lean_ctor_get(x_236, 1); +lean_inc(x_237); +if (lean_is_exclusive(x_236)) { + lean_ctor_release(x_236, 0); + lean_ctor_release(x_236, 1); + x_238 = x_236; } else { - lean_dec_ref(x_233); - x_235 = lean_box(0); + lean_dec_ref(x_236); + x_238 = lean_box(0); } -x_236 = lean_box(0); -if (lean_is_scalar(x_235)) { - x_237 = lean_alloc_ctor(0, 2, 0); -} else { - x_237 = x_235; -} -lean_ctor_set(x_237, 0, x_236); -lean_ctor_set(x_237, 1, x_234); -return x_237; -} -else -{ -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; uint8_t 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; -x_238 = lean_array_fget(x_224, x_3); x_239 = lean_box(0); -x_240 = lean_array_fset(x_224, x_3, x_239); -x_241 = lean_ctor_get(x_238, 0); -lean_inc(x_241); -x_242 = lean_ctor_get(x_238, 1); -lean_inc(x_242); -x_243 = lean_ctor_get(x_238, 2); -lean_inc(x_243); -x_244 = lean_ctor_get(x_238, 3); +if (lean_is_scalar(x_238)) { + x_240 = lean_alloc_ctor(0, 2, 0); +} else { + x_240 = x_238; +} +lean_ctor_set(x_240, 0, x_239); +lean_ctor_set(x_240, 1, x_237); +return x_240; +} +else +{ +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; uint8_t 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; +x_241 = lean_array_fget(x_227, x_3); +x_242 = lean_box(0); +x_243 = lean_array_fset(x_227, x_3, x_242); +x_244 = lean_ctor_get(x_241, 0); lean_inc(x_244); -x_245 = lean_ctor_get(x_238, 4); +x_245 = lean_ctor_get(x_241, 1); lean_inc(x_245); -x_246 = lean_ctor_get(x_238, 5); +x_246 = lean_ctor_get(x_241, 2); lean_inc(x_246); -x_247 = lean_ctor_get(x_238, 6); +x_247 = lean_ctor_get(x_241, 3); lean_inc(x_247); -x_248 = lean_ctor_get(x_238, 7); +x_248 = lean_ctor_get(x_241, 4); lean_inc(x_248); -x_249 = lean_ctor_get(x_238, 8); +x_249 = lean_ctor_get(x_241, 5); lean_inc(x_249); -x_250 = lean_ctor_get(x_238, 9); +x_250 = lean_ctor_get(x_241, 6); lean_inc(x_250); -x_251 = lean_ctor_get(x_238, 10); +x_251 = lean_ctor_get(x_241, 7); lean_inc(x_251); -x_252 = lean_ctor_get(x_238, 11); +x_252 = lean_ctor_get(x_241, 8); lean_inc(x_252); -x_253 = lean_ctor_get(x_238, 12); +x_253 = lean_ctor_get(x_241, 9); lean_inc(x_253); -x_254 = lean_ctor_get(x_238, 13); +x_254 = lean_ctor_get(x_241, 10); lean_inc(x_254); -x_255 = lean_ctor_get(x_238, 14); +x_255 = lean_ctor_get(x_241, 11); lean_inc(x_255); -x_256 = lean_ctor_get(x_238, 15); +x_256 = lean_ctor_get(x_241, 12); lean_inc(x_256); -x_257 = lean_ctor_get(x_238, 16); +x_257 = lean_ctor_get(x_241, 13); lean_inc(x_257); -x_258 = lean_ctor_get(x_238, 17); +x_258 = lean_ctor_get(x_241, 14); lean_inc(x_258); -x_259 = lean_ctor_get(x_238, 18); +x_259 = lean_ctor_get(x_241, 15); lean_inc(x_259); -x_260 = lean_ctor_get(x_238, 19); +x_260 = lean_ctor_get(x_241, 16); lean_inc(x_260); -x_261 = lean_ctor_get(x_238, 20); +x_261 = lean_ctor_get(x_241, 17); lean_inc(x_261); -x_262 = lean_ctor_get(x_238, 21); +x_262 = lean_ctor_get(x_241, 18); lean_inc(x_262); -x_263 = lean_ctor_get(x_238, 22); +x_263 = lean_ctor_get(x_241, 19); lean_inc(x_263); -x_264 = lean_ctor_get(x_238, 23); +x_264 = lean_ctor_get(x_241, 20); lean_inc(x_264); -x_265 = lean_ctor_get(x_238, 24); +x_265 = lean_ctor_get(x_241, 21); lean_inc(x_265); -x_266 = lean_ctor_get(x_238, 25); +x_266 = lean_ctor_get(x_241, 22); lean_inc(x_266); -x_267 = lean_ctor_get(x_238, 26); +x_267 = lean_ctor_get(x_241, 23); lean_inc(x_267); -x_268 = lean_ctor_get(x_238, 27); +x_268 = lean_ctor_get(x_241, 24); lean_inc(x_268); -x_269 = lean_ctor_get(x_238, 28); +x_269 = lean_ctor_get(x_241, 25); lean_inc(x_269); -x_270 = lean_ctor_get_uint8(x_238, sizeof(void*)*31); -x_271 = lean_ctor_get(x_238, 29); +x_270 = lean_ctor_get(x_241, 26); +lean_inc(x_270); +x_271 = lean_ctor_get(x_241, 27); lean_inc(x_271); -x_272 = lean_ctor_get(x_238, 30); +x_272 = lean_ctor_get(x_241, 28); lean_inc(x_272); -if (lean_is_exclusive(x_238)) { - lean_ctor_release(x_238, 0); - lean_ctor_release(x_238, 1); - lean_ctor_release(x_238, 2); - lean_ctor_release(x_238, 3); - lean_ctor_release(x_238, 4); - lean_ctor_release(x_238, 5); - lean_ctor_release(x_238, 6); - lean_ctor_release(x_238, 7); - lean_ctor_release(x_238, 8); - lean_ctor_release(x_238, 9); - lean_ctor_release(x_238, 10); - lean_ctor_release(x_238, 11); - lean_ctor_release(x_238, 12); - lean_ctor_release(x_238, 13); - lean_ctor_release(x_238, 14); - lean_ctor_release(x_238, 15); - lean_ctor_release(x_238, 16); - lean_ctor_release(x_238, 17); - lean_ctor_release(x_238, 18); - lean_ctor_release(x_238, 19); - lean_ctor_release(x_238, 20); - lean_ctor_release(x_238, 21); - lean_ctor_release(x_238, 22); - lean_ctor_release(x_238, 23); - lean_ctor_release(x_238, 24); - lean_ctor_release(x_238, 25); - lean_ctor_release(x_238, 26); - lean_ctor_release(x_238, 27); - lean_ctor_release(x_238, 28); - lean_ctor_release(x_238, 29); - lean_ctor_release(x_238, 30); - x_273 = x_238; +x_273 = lean_ctor_get_uint8(x_241, sizeof(void*)*32); +x_274 = lean_ctor_get(x_241, 29); +lean_inc(x_274); +x_275 = lean_ctor_get(x_241, 30); +lean_inc(x_275); +x_276 = lean_ctor_get(x_241, 31); +lean_inc(x_276); +if (lean_is_exclusive(x_241)) { + lean_ctor_release(x_241, 0); + lean_ctor_release(x_241, 1); + lean_ctor_release(x_241, 2); + lean_ctor_release(x_241, 3); + lean_ctor_release(x_241, 4); + lean_ctor_release(x_241, 5); + lean_ctor_release(x_241, 6); + lean_ctor_release(x_241, 7); + lean_ctor_release(x_241, 8); + lean_ctor_release(x_241, 9); + lean_ctor_release(x_241, 10); + lean_ctor_release(x_241, 11); + lean_ctor_release(x_241, 12); + lean_ctor_release(x_241, 13); + lean_ctor_release(x_241, 14); + lean_ctor_release(x_241, 15); + lean_ctor_release(x_241, 16); + lean_ctor_release(x_241, 17); + lean_ctor_release(x_241, 18); + lean_ctor_release(x_241, 19); + lean_ctor_release(x_241, 20); + lean_ctor_release(x_241, 21); + lean_ctor_release(x_241, 22); + lean_ctor_release(x_241, 23); + lean_ctor_release(x_241, 24); + lean_ctor_release(x_241, 25); + lean_ctor_release(x_241, 26); + lean_ctor_release(x_241, 27); + lean_ctor_release(x_241, 28); + lean_ctor_release(x_241, 29); + lean_ctor_release(x_241, 30); + lean_ctor_release(x_241, 31); + x_277 = x_241; } else { - lean_dec_ref(x_238); - x_273 = lean_box(0); + lean_dec_ref(x_241); + x_277 = lean_box(0); } -x_274 = l_Lean_PersistentArray_push___rarg(x_269, x_2); -if (lean_is_scalar(x_273)) { - x_275 = lean_alloc_ctor(0, 31, 1); +x_278 = l_Lean_PersistentArray_push___rarg(x_272, x_2); +if (lean_is_scalar(x_277)) { + x_279 = lean_alloc_ctor(0, 32, 1); } else { - x_275 = x_273; + x_279 = x_277; } -lean_ctor_set(x_275, 0, x_241); -lean_ctor_set(x_275, 1, x_242); -lean_ctor_set(x_275, 2, x_243); -lean_ctor_set(x_275, 3, x_244); -lean_ctor_set(x_275, 4, x_245); -lean_ctor_set(x_275, 5, x_246); -lean_ctor_set(x_275, 6, x_247); -lean_ctor_set(x_275, 7, x_248); -lean_ctor_set(x_275, 8, x_249); -lean_ctor_set(x_275, 9, x_250); -lean_ctor_set(x_275, 10, x_251); -lean_ctor_set(x_275, 11, x_252); -lean_ctor_set(x_275, 12, x_253); -lean_ctor_set(x_275, 13, x_254); -lean_ctor_set(x_275, 14, x_255); -lean_ctor_set(x_275, 15, x_256); -lean_ctor_set(x_275, 16, x_257); -lean_ctor_set(x_275, 17, x_258); -lean_ctor_set(x_275, 18, x_259); -lean_ctor_set(x_275, 19, x_260); -lean_ctor_set(x_275, 20, x_261); -lean_ctor_set(x_275, 21, x_262); -lean_ctor_set(x_275, 22, x_263); -lean_ctor_set(x_275, 23, x_264); -lean_ctor_set(x_275, 24, x_265); -lean_ctor_set(x_275, 25, x_266); -lean_ctor_set(x_275, 26, x_267); -lean_ctor_set(x_275, 27, x_268); -lean_ctor_set(x_275, 28, x_274); -lean_ctor_set(x_275, 29, x_271); -lean_ctor_set(x_275, 30, x_272); -lean_ctor_set_uint8(x_275, sizeof(void*)*31, x_270); -x_276 = lean_array_fset(x_240, x_3, x_275); -if (lean_is_scalar(x_227)) { - x_277 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_279, 0, x_244); +lean_ctor_set(x_279, 1, x_245); +lean_ctor_set(x_279, 2, x_246); +lean_ctor_set(x_279, 3, x_247); +lean_ctor_set(x_279, 4, x_248); +lean_ctor_set(x_279, 5, x_249); +lean_ctor_set(x_279, 6, x_250); +lean_ctor_set(x_279, 7, x_251); +lean_ctor_set(x_279, 8, x_252); +lean_ctor_set(x_279, 9, x_253); +lean_ctor_set(x_279, 10, x_254); +lean_ctor_set(x_279, 11, x_255); +lean_ctor_set(x_279, 12, x_256); +lean_ctor_set(x_279, 13, x_257); +lean_ctor_set(x_279, 14, x_258); +lean_ctor_set(x_279, 15, x_259); +lean_ctor_set(x_279, 16, x_260); +lean_ctor_set(x_279, 17, x_261); +lean_ctor_set(x_279, 18, x_262); +lean_ctor_set(x_279, 19, x_263); +lean_ctor_set(x_279, 20, x_264); +lean_ctor_set(x_279, 21, x_265); +lean_ctor_set(x_279, 22, x_266); +lean_ctor_set(x_279, 23, x_267); +lean_ctor_set(x_279, 24, x_268); +lean_ctor_set(x_279, 25, x_269); +lean_ctor_set(x_279, 26, x_270); +lean_ctor_set(x_279, 27, x_271); +lean_ctor_set(x_279, 28, x_278); +lean_ctor_set(x_279, 29, x_274); +lean_ctor_set(x_279, 30, x_275); +lean_ctor_set(x_279, 31, x_276); +lean_ctor_set_uint8(x_279, sizeof(void*)*32, x_273); +x_280 = lean_array_fset(x_243, x_3, x_279); +if (lean_is_scalar(x_230)) { + x_281 = lean_alloc_ctor(0, 3, 0); } else { - x_277 = x_227; + x_281 = x_230; } -lean_ctor_set(x_277, 0, x_276); -lean_ctor_set(x_277, 1, x_225); -lean_ctor_set(x_277, 2, x_226); -if (lean_is_scalar(x_223)) { - x_278 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_281, 0, x_280); +lean_ctor_set(x_281, 1, x_228); +lean_ctor_set(x_281, 2, x_229); +if (lean_is_scalar(x_226)) { + x_282 = lean_alloc_ctor(0, 4, 0); } else { - x_278 = x_223; + x_282 = x_226; } -lean_ctor_set(x_278, 0, x_220); -lean_ctor_set(x_278, 1, x_221); -lean_ctor_set(x_278, 2, x_222); -lean_ctor_set(x_278, 3, x_277); -x_279 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_279, 0, x_204); -lean_ctor_set(x_279, 1, x_205); -lean_ctor_set(x_279, 2, x_206); -lean_ctor_set(x_279, 3, x_207); -lean_ctor_set(x_279, 4, x_208); -lean_ctor_set(x_279, 5, x_209); -lean_ctor_set(x_279, 6, x_210); -lean_ctor_set(x_279, 7, x_211); -lean_ctor_set(x_279, 8, x_213); -lean_ctor_set(x_279, 9, x_214); -lean_ctor_set(x_279, 10, x_215); -lean_ctor_set(x_279, 11, x_216); -lean_ctor_set(x_279, 12, x_217); -lean_ctor_set(x_279, 13, x_218); -lean_ctor_set(x_279, 14, x_278); -lean_ctor_set(x_279, 15, x_219); -lean_ctor_set_uint8(x_279, sizeof(void*)*16, x_212); -x_280 = lean_st_ref_set(x_4, x_279, x_21); -x_281 = lean_ctor_get(x_280, 1); -lean_inc(x_281); -if (lean_is_exclusive(x_280)) { - lean_ctor_release(x_280, 0); - lean_ctor_release(x_280, 1); - x_282 = x_280; -} else { - lean_dec_ref(x_280); - x_282 = lean_box(0); -} -if (lean_is_scalar(x_282)) { - x_283 = lean_alloc_ctor(0, 2, 0); -} else { - x_283 = x_282; -} -lean_ctor_set(x_283, 0, x_239); -lean_ctor_set(x_283, 1, x_281); -return x_283; -} -} -} -else -{ -uint8_t x_284; -lean_dec(x_2); -x_284 = !lean_is_exclusive(x_15); -if (x_284 == 0) -{ -return x_15; -} -else -{ -lean_object* x_285; lean_object* x_286; lean_object* x_287; -x_285 = lean_ctor_get(x_15, 0); -x_286 = lean_ctor_get(x_15, 1); -lean_inc(x_286); +lean_ctor_set(x_282, 0, x_223); +lean_ctor_set(x_282, 1, x_224); +lean_ctor_set(x_282, 2, x_225); +lean_ctor_set(x_282, 3, x_281); +x_283 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_283, 0, x_207); +lean_ctor_set(x_283, 1, x_208); +lean_ctor_set(x_283, 2, x_209); +lean_ctor_set(x_283, 3, x_210); +lean_ctor_set(x_283, 4, x_211); +lean_ctor_set(x_283, 5, x_212); +lean_ctor_set(x_283, 6, x_213); +lean_ctor_set(x_283, 7, x_214); +lean_ctor_set(x_283, 8, x_216); +lean_ctor_set(x_283, 9, x_217); +lean_ctor_set(x_283, 10, x_218); +lean_ctor_set(x_283, 11, x_219); +lean_ctor_set(x_283, 12, x_220); +lean_ctor_set(x_283, 13, x_221); +lean_ctor_set(x_283, 14, x_282); +lean_ctor_set(x_283, 15, x_222); +lean_ctor_set_uint8(x_283, sizeof(void*)*16, x_215); +x_284 = lean_st_ref_set(x_4, x_283, x_21); +x_285 = lean_ctor_get(x_284, 1); lean_inc(x_285); -lean_dec(x_15); -x_287 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_287, 0, x_285); -lean_ctor_set(x_287, 1, x_286); +if (lean_is_exclusive(x_284)) { + lean_ctor_release(x_284, 0); + lean_ctor_release(x_284, 1); + x_286 = x_284; +} else { + lean_dec_ref(x_284); + x_286 = lean_box(0); +} +if (lean_is_scalar(x_286)) { + x_287 = lean_alloc_ctor(0, 2, 0); +} else { + x_287 = x_286; +} +lean_ctor_set(x_287, 0, x_242); +lean_ctor_set(x_287, 1, x_285); return x_287; } } @@ -2408,23 +2460,47 @@ else { uint8_t x_288; lean_dec(x_2); -x_288 = !lean_is_exclusive(x_13); +x_288 = !lean_is_exclusive(x_15); if (x_288 == 0) { +return x_15; +} +else +{ +lean_object* x_289; lean_object* x_290; lean_object* x_291; +x_289 = lean_ctor_get(x_15, 0); +x_290 = lean_ctor_get(x_15, 1); +lean_inc(x_290); +lean_inc(x_289); +lean_dec(x_15); +x_291 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_291, 0, x_289); +lean_ctor_set(x_291, 1, x_290); +return x_291; +} +} +} +else +{ +uint8_t x_292; +lean_dec(x_2); +x_292 = !lean_is_exclusive(x_13); +if (x_292 == 0) +{ return x_13; } else { -lean_object* x_289; lean_object* x_290; lean_object* x_291; -x_289 = lean_ctor_get(x_13, 0); -x_290 = lean_ctor_get(x_13, 1); -lean_inc(x_290); -lean_inc(x_289); +lean_object* x_293; lean_object* x_294; lean_object* x_295; +x_293 = lean_ctor_get(x_13, 0); +x_294 = lean_ctor_get(x_13, 1); +lean_inc(x_294); +lean_inc(x_293); lean_dec(x_13); -x_291 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_291, 0, x_289); -lean_ctor_set(x_291, 1, x_290); -return x_291; +x_295 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_295, 0, x_293); +lean_ctor_set(x_295, 1, x_294); +return x_295; } } } @@ -9064,42 +9140,3719 @@ lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_processVar___spec__1(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_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___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_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_ctor_get(x_10, 5); -x_14 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_8, x_9, x_10, x_11, x_12); -x_15 = !lean_is_exclusive(x_14); +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_get_size(x_1); +x_7 = lean_nat_dec_lt(x_4, x_6); +lean_dec(x_6); +if (x_7 == 0) +{ +lean_object* x_8; +lean_dec(x_4); +x_8 = lean_box(0); +return x_8; +} +else +{ +lean_object* x_9; uint8_t x_10; +x_9 = lean_array_fget(x_1, x_4); +x_10 = l_Lean_Grind_Linarith_beqPoly____x40_Init_Grind_Ordered_Linarith___hyg_506_(x_5, x_9); +lean_dec(x_9); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; +x_11 = lean_unsigned_to_nat(1u); +x_12 = lean_nat_add(x_4, x_11); +lean_dec(x_4); +x_3 = lean_box(0); +x_4 = x_12; +goto _start; +} +else +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_array_fget(x_2, x_4); +lean_dec(x_4); +x_15 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_15, 0, x_14); +return x_15; +} +} +} +} +static size_t _init_l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___closed__1() { +_start: +{ +size_t x_1; size_t x_2; size_t x_3; +x_1 = 1; +x_2 = 5; +x_3 = lean_usize_shift_left(x_1, x_2); +return x_3; +} +} +static size_t _init_l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___closed__2() { +_start: +{ +size_t x_1; size_t x_2; size_t x_3; +x_1 = 1; +x_2 = l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___closed__1; +x_3 = lean_usize_sub(x_2, x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2(lean_object* x_1, size_t x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +uint8_t x_4; +x_4 = !lean_is_exclusive(x_1); +if (x_4 == 0) +{ +lean_object* x_5; size_t x_6; size_t x_7; size_t x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_5 = lean_ctor_get(x_1, 0); +x_6 = 5; +x_7 = l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___closed__2; +x_8 = lean_usize_land(x_2, x_7); +x_9 = lean_usize_to_nat(x_8); +x_10 = lean_box(2); +x_11 = lean_array_get(x_10, x_5, x_9); +lean_dec(x_9); +lean_dec(x_5); +switch (lean_obj_tag(x_11)) { +case 0: +{ +lean_object* x_12; lean_object* x_13; uint8_t x_14; +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_11, 1); +lean_inc(x_13); +lean_dec(x_11); +x_14 = l_Lean_Grind_Linarith_beqPoly____x40_Init_Grind_Ordered_Linarith___hyg_506_(x_3, x_12); +lean_dec(x_12); +if (x_14 == 0) +{ +lean_object* x_15; +lean_dec(x_13); +lean_free_object(x_1); +x_15 = lean_box(0); +return x_15; +} +else +{ +lean_ctor_set_tag(x_1, 1); +lean_ctor_set(x_1, 0, x_13); +return x_1; +} +} +case 1: +{ +lean_object* x_16; size_t x_17; +lean_free_object(x_1); +x_16 = lean_ctor_get(x_11, 0); +lean_inc(x_16); +lean_dec(x_11); +x_17 = lean_usize_shift_right(x_2, x_6); +x_1 = x_16; +x_2 = x_17; +goto _start; +} +default: +{ +lean_object* x_19; +lean_free_object(x_1); +x_19 = lean_box(0); +return x_19; +} +} +} +else +{ +lean_object* x_20; size_t x_21; size_t x_22; size_t x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_20 = lean_ctor_get(x_1, 0); +lean_inc(x_20); +lean_dec(x_1); +x_21 = 5; +x_22 = l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___closed__2; +x_23 = lean_usize_land(x_2, x_22); +x_24 = lean_usize_to_nat(x_23); +x_25 = lean_box(2); +x_26 = lean_array_get(x_25, x_20, x_24); +lean_dec(x_24); +lean_dec(x_20); +switch (lean_obj_tag(x_26)) { +case 0: +{ +lean_object* x_27; lean_object* x_28; uint8_t x_29; +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(x_26); +x_29 = l_Lean_Grind_Linarith_beqPoly____x40_Init_Grind_Ordered_Linarith___hyg_506_(x_3, x_27); +lean_dec(x_27); +if (x_29 == 0) +{ +lean_object* x_30; +lean_dec(x_28); +x_30 = lean_box(0); +return x_30; +} +else +{ +lean_object* x_31; +x_31 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_31, 0, x_28); +return x_31; +} +} +case 1: +{ +lean_object* x_32; size_t x_33; +x_32 = lean_ctor_get(x_26, 0); +lean_inc(x_32); +lean_dec(x_26); +x_33 = lean_usize_shift_right(x_2, x_21); +x_1 = x_32; +x_2 = x_33; +goto _start; +} +default: +{ +lean_object* x_35; +x_35 = lean_box(0); +return x_35; +} +} +} +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_36 = lean_ctor_get(x_1, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_1, 1); +lean_inc(x_37); +lean_dec(x_1); +x_38 = lean_unsigned_to_nat(0u); +x_39 = l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__3(x_36, x_37, lean_box(0), x_38, x_3); +lean_dec(x_37); +lean_dec(x_36); +return x_39; +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint64_t x_3; size_t x_4; lean_object* x_5; +x_3 = l_Lean_Meta_Grind_Arith_Linear_hashPoly____x40_Lean_Meta_Tactic_Grind_Arith_Linear_Types___hyg_10_(x_2); +x_4 = lean_uint64_to_usize(x_3); +x_5 = l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2(x_1, x_4, x_2); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___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, 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; uint8_t x_15; lean_object* x_16; lean_object* x_17; +x_13 = lean_ctor_get(x_10, 12); +x_14 = lean_ctor_get(x_10, 2); +x_15 = l_Lean_checkTraceOption(x_13, x_14, x_1); +x_16 = lean_box(x_15); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_16); +lean_ctor_set(x_17, 1, x_12); +return x_17; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__7(size_t 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; uint8_t x_8; +x_7 = lean_array_get_size(x_2); +x_8 = lean_nat_dec_lt(x_5, x_7); +lean_dec(x_7); +if (x_8 == 0) +{ +lean_dec(x_5); +return x_6; +} +else +{ +lean_object* x_9; lean_object* x_10; uint64_t x_11; size_t x_12; size_t x_13; size_t x_14; size_t x_15; size_t x_16; size_t x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_9 = lean_array_fget(x_2, x_5); +x_10 = lean_array_fget(x_3, x_5); +x_11 = l_Lean_Meta_Grind_Arith_Linear_hashPoly____x40_Lean_Meta_Tactic_Grind_Arith_Linear_Types___hyg_10_(x_9); +x_12 = lean_uint64_to_usize(x_11); +x_13 = 1; +x_14 = lean_usize_sub(x_1, x_13); +x_15 = 5; +x_16 = lean_usize_mul(x_15, x_14); +x_17 = lean_usize_shift_right(x_12, x_16); +x_18 = lean_unsigned_to_nat(1u); +x_19 = lean_nat_add(x_5, x_18); +lean_dec(x_5); +x_20 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6(x_6, x_17, x_1, x_9, x_10); +x_4 = lean_box(0); +x_5 = x_19; +x_6 = x_20; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__8(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; uint8_t x_8; +x_5 = lean_ctor_get(x_1, 0); +lean_inc(x_5); +x_6 = lean_ctor_get(x_1, 1); +lean_inc(x_6); +x_7 = lean_array_get_size(x_5); +x_8 = lean_nat_dec_lt(x_2, x_7); +lean_dec(x_7); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_2); +x_9 = !lean_is_exclusive(x_1); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_ctor_get(x_1, 1); +lean_dec(x_10); +x_11 = lean_ctor_get(x_1, 0); +lean_dec(x_11); +x_12 = lean_array_push(x_5, x_3); +x_13 = lean_array_push(x_6, x_4); +lean_ctor_set(x_1, 1, x_13); +lean_ctor_set(x_1, 0, x_12); +return x_1; +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; +lean_dec(x_1); +x_14 = lean_array_push(x_5, x_3); +x_15 = lean_array_push(x_6, x_4); +x_16 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_16, 0, x_14); +lean_ctor_set(x_16, 1, x_15); +return x_16; +} +} +else +{ +lean_object* x_17; uint8_t x_18; +x_17 = lean_array_fget(x_5, x_2); +x_18 = l_Lean_Grind_Linarith_beqPoly____x40_Init_Grind_Ordered_Linarith___hyg_506_(x_3, x_17); +lean_dec(x_17); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; +lean_dec(x_6); +lean_dec(x_5); +x_19 = lean_unsigned_to_nat(1u); +x_20 = lean_nat_add(x_2, x_19); +lean_dec(x_2); +x_2 = x_20; +goto _start; +} +else +{ +uint8_t x_22; +x_22 = !lean_is_exclusive(x_1); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_23 = lean_ctor_get(x_1, 1); +lean_dec(x_23); +x_24 = lean_ctor_get(x_1, 0); +lean_dec(x_24); +x_25 = lean_array_fset(x_5, x_2, x_3); +x_26 = lean_array_fset(x_6, x_2, x_4); +lean_dec(x_2); +lean_ctor_set(x_1, 1, x_26); +lean_ctor_set(x_1, 0, x_25); +return x_1; +} +else +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; +lean_dec(x_1); +x_27 = lean_array_fset(x_5, x_2, x_3); +x_28 = lean_array_fset(x_6, x_2, x_4); +lean_dec(x_2); +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; +} +} +} +} +} +static lean_object* _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_PersistentHashMap_mkEmptyEntries(lean_box(0), lean_box(0)); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +uint8_t x_6; +x_6 = !lean_is_exclusive(x_1); +if (x_6 == 0) +{ +lean_object* x_7; size_t x_8; size_t x_9; size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; +x_7 = lean_ctor_get(x_1, 0); +x_8 = 1; +x_9 = 5; +x_10 = l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___closed__2; +x_11 = lean_usize_land(x_2, x_10); +x_12 = lean_usize_to_nat(x_11); +x_13 = lean_array_get_size(x_7); +x_14 = lean_nat_dec_lt(x_12, x_13); +lean_dec(x_13); +if (x_14 == 0) +{ +lean_dec(x_12); +lean_dec(x_5); +lean_dec(x_4); +return x_1; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_15 = lean_array_fget(x_7, x_12); +x_16 = lean_box(0); +x_17 = lean_array_fset(x_7, x_12, x_16); +switch (lean_obj_tag(x_15)) { +case 0: +{ +uint8_t x_18; +x_18 = !lean_is_exclusive(x_15); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_19 = lean_ctor_get(x_15, 0); +x_20 = lean_ctor_get(x_15, 1); +x_21 = l_Lean_Grind_Linarith_beqPoly____x40_Init_Grind_Ordered_Linarith___hyg_506_(x_4, x_19); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; +lean_free_object(x_15); +x_22 = l_Lean_PersistentHashMap_mkCollisionNode___rarg(x_19, x_20, x_4, x_5); +x_23 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_23, 0, x_22); +x_24 = lean_array_fset(x_17, x_12, x_23); +lean_dec(x_12); +lean_ctor_set(x_1, 0, x_24); +return x_1; +} +else +{ +lean_object* x_25; +lean_dec(x_20); +lean_dec(x_19); +lean_ctor_set(x_15, 1, x_5); +lean_ctor_set(x_15, 0, x_4); +x_25 = lean_array_fset(x_17, x_12, x_15); +lean_dec(x_12); +lean_ctor_set(x_1, 0, x_25); +return x_1; +} +} +else +{ +lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_26 = lean_ctor_get(x_15, 0); +x_27 = lean_ctor_get(x_15, 1); +lean_inc(x_27); +lean_inc(x_26); +lean_dec(x_15); +x_28 = l_Lean_Grind_Linarith_beqPoly____x40_Init_Grind_Ordered_Linarith___hyg_506_(x_4, x_26); +if (x_28 == 0) +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = l_Lean_PersistentHashMap_mkCollisionNode___rarg(x_26, x_27, x_4, x_5); +x_30 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_30, 0, x_29); +x_31 = lean_array_fset(x_17, x_12, x_30); +lean_dec(x_12); +lean_ctor_set(x_1, 0, x_31); +return x_1; +} +else +{ +lean_object* x_32; lean_object* x_33; +lean_dec(x_27); +lean_dec(x_26); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_4); +lean_ctor_set(x_32, 1, x_5); +x_33 = lean_array_fset(x_17, x_12, x_32); +lean_dec(x_12); +lean_ctor_set(x_1, 0, x_33); +return x_1; +} +} +} +case 1: +{ +uint8_t x_34; +x_34 = !lean_is_exclusive(x_15); +if (x_34 == 0) +{ +lean_object* x_35; size_t x_36; size_t x_37; lean_object* x_38; lean_object* x_39; +x_35 = lean_ctor_get(x_15, 0); +x_36 = lean_usize_shift_right(x_2, x_9); +x_37 = lean_usize_add(x_3, x_8); +x_38 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6(x_35, x_36, x_37, x_4, x_5); +lean_ctor_set(x_15, 0, x_38); +x_39 = lean_array_fset(x_17, x_12, x_15); +lean_dec(x_12); +lean_ctor_set(x_1, 0, x_39); +return x_1; +} +else +{ +lean_object* x_40; size_t x_41; size_t x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_40 = lean_ctor_get(x_15, 0); +lean_inc(x_40); +lean_dec(x_15); +x_41 = lean_usize_shift_right(x_2, x_9); +x_42 = lean_usize_add(x_3, x_8); +x_43 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6(x_40, x_41, x_42, x_4, x_5); +x_44 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_44, 0, x_43); +x_45 = lean_array_fset(x_17, x_12, x_44); +lean_dec(x_12); +lean_ctor_set(x_1, 0, x_45); +return x_1; +} +} +default: +{ +lean_object* x_46; lean_object* x_47; +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_4); +lean_ctor_set(x_46, 1, x_5); +x_47 = lean_array_fset(x_17, x_12, x_46); +lean_dec(x_12); +lean_ctor_set(x_1, 0, x_47); +return x_1; +} +} +} +} +else +{ +lean_object* x_48; size_t x_49; size_t x_50; size_t x_51; size_t x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_48 = lean_ctor_get(x_1, 0); +lean_inc(x_48); +lean_dec(x_1); +x_49 = 1; +x_50 = 5; +x_51 = l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___closed__2; +x_52 = lean_usize_land(x_2, x_51); +x_53 = lean_usize_to_nat(x_52); +x_54 = lean_array_get_size(x_48); +x_55 = lean_nat_dec_lt(x_53, x_54); +lean_dec(x_54); +if (x_55 == 0) +{ +lean_object* x_56; +lean_dec(x_53); +lean_dec(x_5); +lean_dec(x_4); +x_56 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_56, 0, x_48); +return x_56; +} +else +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_array_fget(x_48, x_53); +x_58 = lean_box(0); +x_59 = lean_array_fset(x_48, x_53, x_58); +switch (lean_obj_tag(x_57)) { +case 0: +{ +lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; +x_60 = lean_ctor_get(x_57, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_57, 1); +lean_inc(x_61); +if (lean_is_exclusive(x_57)) { + lean_ctor_release(x_57, 0); + lean_ctor_release(x_57, 1); + x_62 = x_57; +} else { + lean_dec_ref(x_57); + x_62 = lean_box(0); +} +x_63 = l_Lean_Grind_Linarith_beqPoly____x40_Init_Grind_Ordered_Linarith___hyg_506_(x_4, x_60); +if (x_63 == 0) +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; +lean_dec(x_62); +x_64 = l_Lean_PersistentHashMap_mkCollisionNode___rarg(x_60, x_61, x_4, x_5); +x_65 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_65, 0, x_64); +x_66 = lean_array_fset(x_59, x_53, x_65); +lean_dec(x_53); +x_67 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_67, 0, x_66); +return x_67; +} +else +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; +lean_dec(x_61); +lean_dec(x_60); +if (lean_is_scalar(x_62)) { + x_68 = lean_alloc_ctor(0, 2, 0); +} else { + x_68 = x_62; +} +lean_ctor_set(x_68, 0, x_4); +lean_ctor_set(x_68, 1, x_5); +x_69 = lean_array_fset(x_59, x_53, x_68); +lean_dec(x_53); +x_70 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_70, 0, x_69); +return x_70; +} +} +case 1: +{ +lean_object* x_71; lean_object* x_72; size_t x_73; size_t x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_71 = lean_ctor_get(x_57, 0); +lean_inc(x_71); +if (lean_is_exclusive(x_57)) { + lean_ctor_release(x_57, 0); + x_72 = x_57; +} else { + lean_dec_ref(x_57); + x_72 = lean_box(0); +} +x_73 = lean_usize_shift_right(x_2, x_50); +x_74 = lean_usize_add(x_3, x_49); +x_75 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6(x_71, x_73, x_74, x_4, x_5); +if (lean_is_scalar(x_72)) { + x_76 = lean_alloc_ctor(1, 1, 0); +} else { + x_76 = x_72; +} +lean_ctor_set(x_76, 0, x_75); +x_77 = lean_array_fset(x_59, x_53, x_76); +lean_dec(x_53); +x_78 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_78, 0, x_77); +return x_78; +} +default: +{ +lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_4); +lean_ctor_set(x_79, 1, x_5); +x_80 = lean_array_fset(x_59, x_53, x_79); +lean_dec(x_53); +x_81 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_81, 0, x_80); +return x_81; +} +} +} +} +} +else +{ +uint8_t x_82; +x_82 = !lean_is_exclusive(x_1); +if (x_82 == 0) +{ +lean_object* x_83; lean_object* x_84; size_t x_85; uint8_t x_86; +x_83 = lean_unsigned_to_nat(0u); +x_84 = l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__8(x_1, x_83, x_4, x_5); +x_85 = 7; +x_86 = lean_usize_dec_le(x_85, x_3); +if (x_86 == 0) +{ +lean_object* x_87; lean_object* x_88; uint8_t x_89; +x_87 = l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(x_84); +x_88 = lean_unsigned_to_nat(4u); +x_89 = lean_nat_dec_lt(x_87, x_88); +lean_dec(x_87); +if (x_89 == 0) +{ +lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; +x_90 = lean_ctor_get(x_84, 0); +lean_inc(x_90); +x_91 = lean_ctor_get(x_84, 1); +lean_inc(x_91); +lean_dec(x_84); +x_92 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6___closed__1; +x_93 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__7(x_3, x_90, x_91, lean_box(0), x_83, x_92); +lean_dec(x_91); +lean_dec(x_90); +return x_93; +} +else +{ +return x_84; +} +} +else +{ +return x_84; +} +} +else +{ +lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; size_t x_99; uint8_t x_100; +x_94 = lean_ctor_get(x_1, 0); +x_95 = lean_ctor_get(x_1, 1); +lean_inc(x_95); +lean_inc(x_94); +lean_dec(x_1); +x_96 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_96, 0, x_94); +lean_ctor_set(x_96, 1, x_95); +x_97 = lean_unsigned_to_nat(0u); +x_98 = l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__8(x_96, x_97, x_4, x_5); +x_99 = 7; +x_100 = lean_usize_dec_le(x_99, x_3); +if (x_100 == 0) +{ +lean_object* x_101; lean_object* x_102; uint8_t x_103; +x_101 = l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(x_98); +x_102 = lean_unsigned_to_nat(4u); +x_103 = lean_nat_dec_lt(x_101, x_102); +lean_dec(x_101); +if (x_103 == 0) +{ +lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_104 = lean_ctor_get(x_98, 0); +lean_inc(x_104); +x_105 = lean_ctor_get(x_98, 1); +lean_inc(x_105); +lean_dec(x_98); +x_106 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6___closed__1; +x_107 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__7(x_3, x_104, x_105, lean_box(0), x_97, x_106); +lean_dec(x_105); +lean_dec(x_104); +return x_107; +} +else +{ +return x_98; +} +} +else +{ +return x_98; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +uint64_t x_4; size_t x_5; size_t x_6; lean_object* x_7; +x_4 = l_Lean_Meta_Grind_Arith_Linear_hashPoly____x40_Lean_Meta_Tactic_Grind_Arith_Linear_Types___hyg_10_(x_2); +x_5 = lean_uint64_to_usize(x_4); +x_6 = 1; +x_7 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6(x_1, x_5, x_6, x_2, x_3); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_Linarith_Poly_denoteExpr_denoteTerm___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__11(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: +{ +lean_object* x_14; uint8_t x_15; +x_14 = l_Lean_Meta_Grind_Arith_Linear_geAvoiding___closed__1; +x_15 = lean_int_dec_eq(x_1, x_14); if (x_15 == 0) { -lean_object* x_16; lean_object* x_17; -x_16 = lean_ctor_get(x_14, 0); -lean_inc(x_13); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_13); -lean_ctor_set(x_17, 1, x_16); -lean_ctor_set_tag(x_14, 1); -lean_ctor_set(x_14, 0, x_17); +lean_object* x_16; +x_16 = l_Lean_Meta_Grind_Arith_Linear_LinearM_getStruct(x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_16) == 0) +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = lean_ctor_get(x_16, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_16, 1); +lean_inc(x_18); +lean_dec(x_16); +x_19 = l_Lean_Meta_Grind_Arith_Linear_LinearM_getStruct(x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_18); +if (lean_obj_tag(x_19) == 0) +{ +uint8_t x_20; +x_20 = !lean_is_exclusive(x_19); +if (x_20 == 0) +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_21 = lean_ctor_get(x_19, 0); +x_22 = lean_ctor_get(x_17, 19); +lean_inc(x_22); +lean_dec(x_17); +x_23 = l_Lean_mkIntLit(x_1); +x_24 = lean_ctor_get(x_21, 23); +lean_inc(x_24); +lean_dec(x_21); +x_25 = lean_ctor_get(x_24, 2); +lean_inc(x_25); +x_26 = lean_nat_dec_lt(x_2, x_25); +lean_dec(x_25); +if (x_26 == 0) +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; +lean_dec(x_24); +x_27 = l_Lean_instInhabitedExpr; +x_28 = l_outOfBounds___rarg(x_27); +x_29 = l_Lean_mkAppB(x_22, x_23, x_28); +lean_ctor_set(x_19, 0, x_29); +return x_19; +} +else +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = l_Lean_instInhabitedExpr; +x_31 = l_Lean_PersistentArray_get_x21___rarg(x_30, x_24, x_2); +x_32 = l_Lean_mkAppB(x_22, x_23, x_31); +lean_ctor_set(x_19, 0, x_32); +return x_19; +} +} +else +{ +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; +x_33 = lean_ctor_get(x_19, 0); +x_34 = lean_ctor_get(x_19, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_19); +x_35 = lean_ctor_get(x_17, 19); +lean_inc(x_35); +lean_dec(x_17); +x_36 = l_Lean_mkIntLit(x_1); +x_37 = lean_ctor_get(x_33, 23); +lean_inc(x_37); +lean_dec(x_33); +x_38 = lean_ctor_get(x_37, 2); +lean_inc(x_38); +x_39 = lean_nat_dec_lt(x_2, x_38); +lean_dec(x_38); +if (x_39 == 0) +{ +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; +lean_dec(x_37); +x_40 = l_Lean_instInhabitedExpr; +x_41 = l_outOfBounds___rarg(x_40); +x_42 = l_Lean_mkAppB(x_35, x_36, x_41); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_34); +return x_43; +} +else +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_44 = l_Lean_instInhabitedExpr; +x_45 = l_Lean_PersistentArray_get_x21___rarg(x_44, x_37, x_2); +x_46 = l_Lean_mkAppB(x_35, x_36, x_45); +x_47 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_47, 0, x_46); +lean_ctor_set(x_47, 1, x_34); +return x_47; +} +} +} +else +{ +uint8_t x_48; +lean_dec(x_17); +x_48 = !lean_is_exclusive(x_19); +if (x_48 == 0) +{ +return x_19; +} +else +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_19, 0); +x_50 = lean_ctor_get(x_19, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_19); +x_51 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_51, 0, x_49); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +else +{ +uint8_t x_52; +x_52 = !lean_is_exclusive(x_16); +if (x_52 == 0) +{ +return x_16; +} +else +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_16, 0); +x_54 = lean_ctor_get(x_16, 1); +lean_inc(x_54); +lean_inc(x_53); +lean_dec(x_16); +x_55 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_55, 0, x_53); +lean_ctor_set(x_55, 1, x_54); +return x_55; +} +} +} +else +{ +lean_object* x_56; +x_56 = l_Lean_Meta_Grind_Arith_Linear_LinearM_getStruct(x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_56) == 0) +{ +uint8_t x_57; +x_57 = !lean_is_exclusive(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_58 = lean_ctor_get(x_56, 0); +x_59 = lean_ctor_get(x_58, 23); +lean_inc(x_59); +lean_dec(x_58); +x_60 = lean_ctor_get(x_59, 2); +lean_inc(x_60); +x_61 = lean_nat_dec_lt(x_2, x_60); +lean_dec(x_60); +if (x_61 == 0) +{ +lean_object* x_62; lean_object* x_63; +lean_dec(x_59); +x_62 = l_Lean_instInhabitedExpr; +x_63 = l_outOfBounds___rarg(x_62); +lean_ctor_set(x_56, 0, x_63); +return x_56; +} +else +{ +lean_object* x_64; lean_object* x_65; +x_64 = l_Lean_instInhabitedExpr; +x_65 = l_Lean_PersistentArray_get_x21___rarg(x_64, x_59, x_2); +lean_ctor_set(x_56, 0, x_65); +return x_56; +} +} +else +{ +lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; +x_66 = lean_ctor_get(x_56, 0); +x_67 = lean_ctor_get(x_56, 1); +lean_inc(x_67); +lean_inc(x_66); +lean_dec(x_56); +x_68 = lean_ctor_get(x_66, 23); +lean_inc(x_68); +lean_dec(x_66); +x_69 = lean_ctor_get(x_68, 2); +lean_inc(x_69); +x_70 = lean_nat_dec_lt(x_2, x_69); +lean_dec(x_69); +if (x_70 == 0) +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; +lean_dec(x_68); +x_71 = l_Lean_instInhabitedExpr; +x_72 = l_outOfBounds___rarg(x_71); +x_73 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_73, 0, x_72); +lean_ctor_set(x_73, 1, x_67); +return x_73; +} +else +{ +lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_74 = l_Lean_instInhabitedExpr; +x_75 = l_Lean_PersistentArray_get_x21___rarg(x_74, x_68, x_2); +x_76 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_76, 0, x_75); +lean_ctor_set(x_76, 1, x_67); +return x_76; +} +} +} +else +{ +uint8_t x_77; +x_77 = !lean_is_exclusive(x_56); +if (x_77 == 0) +{ +return x_56; +} +else +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_56, 0); +x_79 = lean_ctor_get(x_56, 1); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_56); +x_80 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_80, 0, x_78); +lean_ctor_set(x_80, 1, x_79); +return x_80; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_Linarith_Poly_denoteExpr_go___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__12(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: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_14; +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_2); +lean_ctor_set(x_14, 1, x_13); return x_14; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_18 = lean_ctor_get(x_14, 0); -x_19 = lean_ctor_get(x_14, 1); +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_15 = lean_ctor_get(x_1, 0); +x_16 = lean_ctor_get(x_1, 1); +x_17 = lean_ctor_get(x_1, 2); +x_18 = l_Lean_Meta_Grind_Arith_Linear_LinearM_getStruct(x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_18) == 0) +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_18, 0); lean_inc(x_19); -lean_inc(x_18); -lean_dec(x_14); -lean_inc(x_13); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_13); -lean_ctor_set(x_20, 1, x_18); -x_21 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_21, 0, x_20); -lean_ctor_set(x_21, 1, x_19); +x_20 = lean_ctor_get(x_18, 1); +lean_inc(x_20); +lean_dec(x_18); +x_21 = l_Lean_Grind_Linarith_Poly_denoteExpr_denoteTerm___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__11(x_15, x_16, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_20); +if (lean_obj_tag(x_21) == 0) +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +x_23 = lean_ctor_get(x_21, 1); +lean_inc(x_23); +lean_dec(x_21); +x_24 = lean_ctor_get(x_19, 18); +lean_inc(x_24); +lean_dec(x_19); +x_25 = l_Lean_mkAppB(x_24, x_2, x_22); +x_1 = x_17; +x_2 = x_25; +x_13 = x_23; +goto _start; +} +else +{ +uint8_t x_27; +lean_dec(x_19); +lean_dec(x_2); +x_27 = !lean_is_exclusive(x_21); +if (x_27 == 0) +{ return x_21; } +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_21, 0); +x_29 = lean_ctor_get(x_21, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_21); +x_30 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_30, 0, x_28); +lean_ctor_set(x_30, 1, x_29); +return x_30; +} +} +} +else +{ +uint8_t x_31; +lean_dec(x_2); +x_31 = !lean_is_exclusive(x_18); +if (x_31 == 0) +{ +return x_18; +} +else +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_18, 0); +x_33 = lean_ctor_get(x_18, 1); +lean_inc(x_33); +lean_inc(x_32); +lean_dec(x_18); +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; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_Linarith_Poly_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___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_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_13; +x_13 = l_Lean_Meta_Grind_Arith_Linear_LinearM_getStruct(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_13) == 0) +{ +uint8_t x_14; +x_14 = !lean_is_exclusive(x_13); +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_ctor_get(x_15, 13); +lean_inc(x_16); +lean_dec(x_15); +lean_ctor_set(x_13, 0, x_16); +return x_13; +} +else +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_17 = lean_ctor_get(x_13, 0); +x_18 = lean_ctor_get(x_13, 1); +lean_inc(x_18); +lean_inc(x_17); +lean_dec(x_13); +x_19 = lean_ctor_get(x_17, 13); +lean_inc(x_19); +lean_dec(x_17); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_18); +return x_20; +} +} +else +{ +uint8_t x_21; +x_21 = !lean_is_exclusive(x_13); +if (x_21 == 0) +{ +return x_13; +} +else +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_13, 0); +x_23 = lean_ctor_get(x_13, 1); +lean_inc(x_23); +lean_inc(x_22); +lean_dec(x_13); +x_24 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_24, 0, x_22); +lean_ctor_set(x_24, 1, x_23); +return x_24; +} +} +} +else +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_25 = lean_ctor_get(x_1, 0); +x_26 = lean_ctor_get(x_1, 1); +x_27 = lean_ctor_get(x_1, 2); +x_28 = l_Lean_Grind_Linarith_Poly_denoteExpr_denoteTerm___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__11(x_25, x_26, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_28) == 0) +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_28, 0); +lean_inc(x_29); +x_30 = lean_ctor_get(x_28, 1); +lean_inc(x_30); +lean_dec(x_28); +x_31 = l_Lean_Grind_Linarith_Poly_denoteExpr_go___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__12(x_27, x_29, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_30); +return x_31; +} +else +{ +uint8_t x_32; +x_32 = !lean_is_exclusive(x_28); +if (x_32 == 0) +{ +return x_28; +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_28, 0); +x_34 = lean_ctor_get(x_28, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_28); +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; +} +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__13(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: +{ +lean_object* x_14; +x_14 = l_Lean_Meta_Grind_Arith_Linear_LinearM_getStruct(x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_14) == 0) +{ +uint8_t x_15; +x_15 = !lean_is_exclusive(x_14); +if (x_15 == 0) +{ +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; +x_16 = lean_ctor_get(x_14, 0); +x_17 = lean_ctor_get(x_16, 3); +lean_inc(x_17); +x_18 = l_Lean_Level_succ___override(x_17); +x_19 = lean_box(0); +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_18); +lean_ctor_set(x_20, 1, x_19); +x_21 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_throwUnexpected___spec__2___closed__2; +x_22 = l_Lean_Expr_const___override(x_21, x_20); +x_23 = lean_ctor_get(x_16, 2); +lean_inc(x_23); +lean_dec(x_16); +x_24 = l_Lean_mkApp3(x_22, x_23, x_1, x_2); +lean_ctor_set(x_14, 0, x_24); +return x_14; +} +else +{ +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; +x_25 = lean_ctor_get(x_14, 0); +x_26 = lean_ctor_get(x_14, 1); +lean_inc(x_26); +lean_inc(x_25); +lean_dec(x_14); +x_27 = lean_ctor_get(x_25, 3); +lean_inc(x_27); +x_28 = l_Lean_Level_succ___override(x_27); +x_29 = lean_box(0); +x_30 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_30, 0, x_28); +lean_ctor_set(x_30, 1, x_29); +x_31 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_throwUnexpected___spec__2___closed__2; +x_32 = l_Lean_Expr_const___override(x_31, x_30); +x_33 = lean_ctor_get(x_25, 2); +lean_inc(x_33); +lean_dec(x_25); +x_34 = l_Lean_mkApp3(x_32, x_33, x_1, x_2); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_35, 1, x_26); +return x_35; +} +} +else +{ +uint8_t x_36; +lean_dec(x_2); +lean_dec(x_1); +x_36 = !lean_is_exclusive(x_14); +if (x_36 == 0) +{ +return x_14; +} +else +{ +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_14, 0); +x_38 = lean_ctor_get(x_14, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_14); +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_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___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_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; +x_13 = lean_ctor_get(x_1, 0); +x_14 = l_Lean_Grind_Linarith_Poly_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__10(x_13, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_14) == 0) +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +x_16 = lean_ctor_get(x_14, 1); +lean_inc(x_16); +lean_dec(x_14); +x_17 = l_Lean_Meta_Grind_Arith_Linear_LinearM_getStruct(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_16); +if (lean_obj_tag(x_17) == 0) +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +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(x_17); +x_20 = lean_ctor_get(x_18, 14); +lean_inc(x_20); +lean_dec(x_18); +x_21 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__13(x_15, x_20, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_19); +if (lean_obj_tag(x_21) == 0) +{ +uint8_t x_22; +x_22 = !lean_is_exclusive(x_21); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; +x_23 = lean_ctor_get(x_21, 0); +x_24 = l_Lean_mkNot(x_23); +lean_ctor_set(x_21, 0, x_24); +return x_21; +} +else +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_25 = lean_ctor_get(x_21, 0); +x_26 = lean_ctor_get(x_21, 1); +lean_inc(x_26); +lean_inc(x_25); +lean_dec(x_21); +x_27 = l_Lean_mkNot(x_25); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_26); +return x_28; +} +} +else +{ +uint8_t x_29; +x_29 = !lean_is_exclusive(x_21); +if (x_29 == 0) +{ +return x_21; +} +else +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_21, 0); +x_31 = lean_ctor_get(x_21, 1); +lean_inc(x_31); +lean_inc(x_30); +lean_dec(x_21); +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; +} +} +} +else +{ +uint8_t x_33; +lean_dec(x_15); +x_33 = !lean_is_exclusive(x_17); +if (x_33 == 0) +{ +return x_17; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_17, 0); +x_35 = lean_ctor_get(x_17, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_17); +x_36 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_36, 0, x_34); +lean_ctor_set(x_36, 1, x_35); +return x_36; +} +} +} +else +{ +uint8_t x_37; +x_37 = !lean_is_exclusive(x_14); +if (x_37 == 0) +{ +return x_14; +} +else +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_14, 0); +x_39 = lean_ctor_get(x_14, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_14); +x_40 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_40, 0, x_38); +lean_ctor_set(x_40, 1, x_39); +return x_40; +} +} +} +} +static double _init_l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14___closed__1() { +_start: +{ +lean_object* x_1; uint8_t x_2; double x_3; +x_1 = lean_unsigned_to_nat(0u); +x_2 = 0; +x_3 = l_Float_ofScientific(x_1, x_2, x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14(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: +{ +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; uint8_t x_21; +x_14 = lean_ctor_get(x_11, 5); +x_15 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_2, x_9, x_10, x_11, x_12, x_13); +x_16 = lean_ctor_get(x_15, 0); +lean_inc(x_16); +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +lean_dec(x_15); +x_18 = lean_st_ref_take(x_12, x_17); +x_19 = lean_ctor_get(x_18, 0); +lean_inc(x_19); +x_20 = lean_ctor_get(x_19, 4); +lean_inc(x_20); +x_21 = !lean_is_exclusive(x_18); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_22 = lean_ctor_get(x_18, 1); +x_23 = lean_ctor_get(x_18, 0); +lean_dec(x_23); +x_24 = !lean_is_exclusive(x_19); +if (x_24 == 0) +{ +lean_object* x_25; uint8_t x_26; +x_25 = lean_ctor_get(x_19, 4); +lean_dec(x_25); +x_26 = !lean_is_exclusive(x_20); +if (x_26 == 0) +{ +lean_object* x_27; double 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; uint8_t x_36; +x_27 = lean_ctor_get(x_20, 0); +x_28 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14___closed__1; +x_29 = 0; +x_30 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__3; +x_31 = lean_alloc_ctor(0, 2, 17); +lean_ctor_set(x_31, 0, x_1); +lean_ctor_set(x_31, 1, x_30); +lean_ctor_set_float(x_31, sizeof(void*)*2, x_28); +lean_ctor_set_float(x_31, sizeof(void*)*2 + 8, x_28); +lean_ctor_set_uint8(x_31, sizeof(void*)*2 + 16, x_29); +x_32 = l_Lean_Meta_Grind_Arith_Linear_getDiseqValues___closed__1; +x_33 = lean_alloc_ctor(9, 3, 0); +lean_ctor_set(x_33, 0, x_31); +lean_ctor_set(x_33, 1, x_16); +lean_ctor_set(x_33, 2, x_32); +lean_inc(x_14); +lean_ctor_set(x_18, 1, x_33); +lean_ctor_set(x_18, 0, x_14); +x_34 = l_Lean_PersistentArray_push___rarg(x_27, x_18); +lean_ctor_set(x_20, 0, x_34); +x_35 = lean_st_ref_set(x_12, x_19, x_22); +x_36 = !lean_is_exclusive(x_35); +if (x_36 == 0) +{ +lean_object* x_37; lean_object* x_38; +x_37 = lean_ctor_get(x_35, 0); +lean_dec(x_37); +x_38 = lean_box(0); +lean_ctor_set(x_35, 0, x_38); +return x_35; +} +else +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_35, 1); +lean_inc(x_39); +lean_dec(x_35); +x_40 = lean_box(0); +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_40); +lean_ctor_set(x_41, 1, x_39); +return x_41; +} +} +else +{ +uint64_t x_42; lean_object* x_43; double x_44; uint8_t 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; +x_42 = lean_ctor_get_uint64(x_20, sizeof(void*)*1); +x_43 = lean_ctor_get(x_20, 0); +lean_inc(x_43); +lean_dec(x_20); +x_44 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14___closed__1; +x_45 = 0; +x_46 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__3; +x_47 = lean_alloc_ctor(0, 2, 17); +lean_ctor_set(x_47, 0, x_1); +lean_ctor_set(x_47, 1, x_46); +lean_ctor_set_float(x_47, sizeof(void*)*2, x_44); +lean_ctor_set_float(x_47, sizeof(void*)*2 + 8, x_44); +lean_ctor_set_uint8(x_47, sizeof(void*)*2 + 16, x_45); +x_48 = l_Lean_Meta_Grind_Arith_Linear_getDiseqValues___closed__1; +x_49 = lean_alloc_ctor(9, 3, 0); +lean_ctor_set(x_49, 0, x_47); +lean_ctor_set(x_49, 1, x_16); +lean_ctor_set(x_49, 2, x_48); +lean_inc(x_14); +lean_ctor_set(x_18, 1, x_49); +lean_ctor_set(x_18, 0, x_14); +x_50 = l_Lean_PersistentArray_push___rarg(x_43, x_18); +x_51 = lean_alloc_ctor(0, 1, 8); +lean_ctor_set(x_51, 0, x_50); +lean_ctor_set_uint64(x_51, sizeof(void*)*1, x_42); +lean_ctor_set(x_19, 4, x_51); +x_52 = lean_st_ref_set(x_12, x_19, x_22); +x_53 = lean_ctor_get(x_52, 1); +lean_inc(x_53); +if (lean_is_exclusive(x_52)) { + lean_ctor_release(x_52, 0); + lean_ctor_release(x_52, 1); + x_54 = x_52; +} else { + lean_dec_ref(x_52); + x_54 = lean_box(0); +} +x_55 = lean_box(0); +if (lean_is_scalar(x_54)) { + x_56 = lean_alloc_ctor(0, 2, 0); +} else { + x_56 = x_54; +} +lean_ctor_set(x_56, 0, x_55); +lean_ctor_set(x_56, 1, x_53); +return x_56; +} +} +else +{ +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; uint64_t x_65; lean_object* x_66; lean_object* x_67; double x_68; uint8_t 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; +x_57 = lean_ctor_get(x_19, 0); +x_58 = lean_ctor_get(x_19, 1); +x_59 = lean_ctor_get(x_19, 2); +x_60 = lean_ctor_get(x_19, 3); +x_61 = lean_ctor_get(x_19, 5); +x_62 = lean_ctor_get(x_19, 6); +x_63 = lean_ctor_get(x_19, 7); +x_64 = lean_ctor_get(x_19, 8); +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(x_57); +lean_dec(x_19); +x_65 = lean_ctor_get_uint64(x_20, sizeof(void*)*1); +x_66 = lean_ctor_get(x_20, 0); +lean_inc(x_66); +if (lean_is_exclusive(x_20)) { + lean_ctor_release(x_20, 0); + x_67 = x_20; +} else { + lean_dec_ref(x_20); + x_67 = lean_box(0); +} +x_68 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14___closed__1; +x_69 = 0; +x_70 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__3; +x_71 = lean_alloc_ctor(0, 2, 17); +lean_ctor_set(x_71, 0, x_1); +lean_ctor_set(x_71, 1, x_70); +lean_ctor_set_float(x_71, sizeof(void*)*2, x_68); +lean_ctor_set_float(x_71, sizeof(void*)*2 + 8, x_68); +lean_ctor_set_uint8(x_71, sizeof(void*)*2 + 16, x_69); +x_72 = l_Lean_Meta_Grind_Arith_Linear_getDiseqValues___closed__1; +x_73 = lean_alloc_ctor(9, 3, 0); +lean_ctor_set(x_73, 0, x_71); +lean_ctor_set(x_73, 1, x_16); +lean_ctor_set(x_73, 2, x_72); +lean_inc(x_14); +lean_ctor_set(x_18, 1, x_73); +lean_ctor_set(x_18, 0, x_14); +x_74 = l_Lean_PersistentArray_push___rarg(x_66, x_18); +if (lean_is_scalar(x_67)) { + x_75 = lean_alloc_ctor(0, 1, 8); +} else { + x_75 = x_67; +} +lean_ctor_set(x_75, 0, x_74); +lean_ctor_set_uint64(x_75, sizeof(void*)*1, x_65); +x_76 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_76, 0, x_57); +lean_ctor_set(x_76, 1, x_58); +lean_ctor_set(x_76, 2, x_59); +lean_ctor_set(x_76, 3, x_60); +lean_ctor_set(x_76, 4, x_75); +lean_ctor_set(x_76, 5, x_61); +lean_ctor_set(x_76, 6, x_62); +lean_ctor_set(x_76, 7, x_63); +lean_ctor_set(x_76, 8, x_64); +x_77 = lean_st_ref_set(x_12, x_76, x_22); +x_78 = lean_ctor_get(x_77, 1); +lean_inc(x_78); +if (lean_is_exclusive(x_77)) { + lean_ctor_release(x_77, 0); + lean_ctor_release(x_77, 1); + x_79 = x_77; +} else { + lean_dec_ref(x_77); + x_79 = lean_box(0); +} +x_80 = lean_box(0); +if (lean_is_scalar(x_79)) { + x_81 = lean_alloc_ctor(0, 2, 0); +} else { + x_81 = x_79; +} +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_78); +return x_81; +} +} +else +{ +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; uint64_t x_92; lean_object* x_93; lean_object* x_94; double x_95; uint8_t 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; +x_82 = lean_ctor_get(x_18, 1); +lean_inc(x_82); +lean_dec(x_18); +x_83 = lean_ctor_get(x_19, 0); +lean_inc(x_83); +x_84 = lean_ctor_get(x_19, 1); +lean_inc(x_84); +x_85 = lean_ctor_get(x_19, 2); +lean_inc(x_85); +x_86 = lean_ctor_get(x_19, 3); +lean_inc(x_86); +x_87 = lean_ctor_get(x_19, 5); +lean_inc(x_87); +x_88 = lean_ctor_get(x_19, 6); +lean_inc(x_88); +x_89 = lean_ctor_get(x_19, 7); +lean_inc(x_89); +x_90 = lean_ctor_get(x_19, 8); +lean_inc(x_90); +if (lean_is_exclusive(x_19)) { + lean_ctor_release(x_19, 0); + lean_ctor_release(x_19, 1); + lean_ctor_release(x_19, 2); + lean_ctor_release(x_19, 3); + lean_ctor_release(x_19, 4); + lean_ctor_release(x_19, 5); + lean_ctor_release(x_19, 6); + lean_ctor_release(x_19, 7); + lean_ctor_release(x_19, 8); + x_91 = x_19; +} else { + lean_dec_ref(x_19); + x_91 = lean_box(0); +} +x_92 = lean_ctor_get_uint64(x_20, sizeof(void*)*1); +x_93 = lean_ctor_get(x_20, 0); +lean_inc(x_93); +if (lean_is_exclusive(x_20)) { + lean_ctor_release(x_20, 0); + x_94 = x_20; +} else { + lean_dec_ref(x_20); + x_94 = lean_box(0); +} +x_95 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14___closed__1; +x_96 = 0; +x_97 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__3; +x_98 = lean_alloc_ctor(0, 2, 17); +lean_ctor_set(x_98, 0, x_1); +lean_ctor_set(x_98, 1, x_97); +lean_ctor_set_float(x_98, sizeof(void*)*2, x_95); +lean_ctor_set_float(x_98, sizeof(void*)*2 + 8, x_95); +lean_ctor_set_uint8(x_98, sizeof(void*)*2 + 16, x_96); +x_99 = l_Lean_Meta_Grind_Arith_Linear_getDiseqValues___closed__1; +x_100 = lean_alloc_ctor(9, 3, 0); +lean_ctor_set(x_100, 0, x_98); +lean_ctor_set(x_100, 1, x_16); +lean_ctor_set(x_100, 2, x_99); +lean_inc(x_14); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_14); +lean_ctor_set(x_101, 1, x_100); +x_102 = l_Lean_PersistentArray_push___rarg(x_93, x_101); +if (lean_is_scalar(x_94)) { + x_103 = lean_alloc_ctor(0, 1, 8); +} else { + x_103 = x_94; +} +lean_ctor_set(x_103, 0, x_102); +lean_ctor_set_uint64(x_103, sizeof(void*)*1, x_92); +if (lean_is_scalar(x_91)) { + x_104 = lean_alloc_ctor(0, 9, 0); +} else { + x_104 = x_91; +} +lean_ctor_set(x_104, 0, x_83); +lean_ctor_set(x_104, 1, x_84); +lean_ctor_set(x_104, 2, x_85); +lean_ctor_set(x_104, 3, x_86); +lean_ctor_set(x_104, 4, x_103); +lean_ctor_set(x_104, 5, x_87); +lean_ctor_set(x_104, 6, x_88); +lean_ctor_set(x_104, 7, x_89); +lean_ctor_set(x_104, 8, x_90); +x_105 = lean_st_ref_set(x_12, x_104, x_82); +x_106 = lean_ctor_get(x_105, 1); +lean_inc(x_106); +if (lean_is_exclusive(x_105)) { + lean_ctor_release(x_105, 0); + lean_ctor_release(x_105, 1); + x_107 = x_105; +} else { + lean_dec_ref(x_105); + x_107 = lean_box(0); +} +x_108 = lean_box(0); +if (lean_is_scalar(x_107)) { + x_109 = lean_alloc_ctor(0, 2, 0); +} else { + x_109 = x_107; +} +lean_ctor_set(x_109, 0, x_108); +lean_ctor_set(x_109, 1, x_106); +return x_109; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__1(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: +{ +uint8_t x_14; +x_14 = !lean_is_exclusive(x_1); +if (x_14 == 0) +{ +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_1, 0); +x_16 = lean_ctor_get(x_1, 1); +lean_dec(x_16); +x_17 = lean_alloc_ctor(6, 1, 0); +lean_ctor_set(x_17, 0, x_2); +x_18 = 1; +x_19 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_19, 0, x_15); +lean_ctor_set(x_19, 1, x_17); +lean_ctor_set_uint8(x_19, sizeof(void*)*2, x_18); +lean_ctor_set(x_1, 1, x_13); +lean_ctor_set(x_1, 0, x_19); +return x_1; +} +else +{ +lean_object* x_20; lean_object* x_21; uint8_t x_22; lean_object* x_23; lean_object* x_24; +x_20 = lean_ctor_get(x_1, 0); +lean_inc(x_20); +lean_dec(x_1); +x_21 = lean_alloc_ctor(6, 1, 0); +lean_ctor_set(x_21, 0, x_2); +x_22 = 1; +x_23 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_23, 0, x_20); +lean_ctor_set(x_23, 1, x_21); +lean_ctor_set_uint8(x_23, sizeof(void*)*2, x_22); +x_24 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_24, 1, x_13); +return x_24; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__2(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) { +_start: +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_16 = lean_st_ref_take(x_7, x_15); +x_17 = lean_ctor_get(x_16, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_17, 14); +lean_inc(x_18); +x_19 = lean_ctor_get(x_18, 3); +lean_inc(x_19); +x_20 = lean_ctor_get(x_16, 1); +lean_inc(x_20); +lean_dec(x_16); +x_21 = !lean_is_exclusive(x_17); +if (x_21 == 0) +{ +lean_object* x_22; uint8_t x_23; +x_22 = lean_ctor_get(x_17, 14); +lean_dec(x_22); +x_23 = !lean_is_exclusive(x_18); +if (x_23 == 0) +{ +lean_object* x_24; uint8_t x_25; +x_24 = lean_ctor_get(x_18, 3); +lean_dec(x_24); +x_25 = !lean_is_exclusive(x_19); +if (x_25 == 0) +{ +lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_26 = lean_ctor_get(x_19, 0); +x_27 = lean_array_get_size(x_26); +x_28 = lean_nat_dec_lt(x_6, x_27); +lean_dec(x_27); +if (x_28 == 0) +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_3); +x_29 = lean_st_ref_set(x_7, x_17, x_20); +x_30 = lean_ctor_get(x_29, 1); +lean_inc(x_30); +lean_dec(x_29); +x_31 = lean_apply_12(x_1, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_30); +return x_31; +} +else +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_32 = lean_array_fget(x_26, x_6); +x_33 = lean_box(0); +x_34 = lean_array_fset(x_26, x_6, x_33); +x_35 = !lean_is_exclusive(x_32); +if (x_35 == 0) +{ +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_36 = lean_ctor_get(x_32, 30); +lean_inc(x_2); +x_37 = l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__5(x_36, x_3, x_2); +lean_ctor_set(x_32, 30, x_37); +x_38 = lean_array_fset(x_34, x_6, x_32); +lean_ctor_set(x_19, 0, x_38); +x_39 = lean_st_ref_set(x_7, x_17, x_20); +x_40 = lean_ctor_get(x_39, 1); +lean_inc(x_40); +lean_dec(x_39); +x_41 = lean_apply_12(x_1, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_40); +return x_41; +} +else +{ +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; 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; uint8_t 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; +x_42 = lean_ctor_get(x_32, 0); +x_43 = lean_ctor_get(x_32, 1); +x_44 = lean_ctor_get(x_32, 2); +x_45 = lean_ctor_get(x_32, 3); +x_46 = lean_ctor_get(x_32, 4); +x_47 = lean_ctor_get(x_32, 5); +x_48 = lean_ctor_get(x_32, 6); +x_49 = lean_ctor_get(x_32, 7); +x_50 = lean_ctor_get(x_32, 8); +x_51 = lean_ctor_get(x_32, 9); +x_52 = lean_ctor_get(x_32, 10); +x_53 = lean_ctor_get(x_32, 11); +x_54 = lean_ctor_get(x_32, 12); +x_55 = lean_ctor_get(x_32, 13); +x_56 = lean_ctor_get(x_32, 14); +x_57 = lean_ctor_get(x_32, 15); +x_58 = lean_ctor_get(x_32, 16); +x_59 = lean_ctor_get(x_32, 17); +x_60 = lean_ctor_get(x_32, 18); +x_61 = lean_ctor_get(x_32, 19); +x_62 = lean_ctor_get(x_32, 20); +x_63 = lean_ctor_get(x_32, 21); +x_64 = lean_ctor_get(x_32, 22); +x_65 = lean_ctor_get(x_32, 23); +x_66 = lean_ctor_get(x_32, 24); +x_67 = lean_ctor_get(x_32, 25); +x_68 = lean_ctor_get(x_32, 26); +x_69 = lean_ctor_get(x_32, 27); +x_70 = lean_ctor_get(x_32, 28); +x_71 = lean_ctor_get_uint8(x_32, sizeof(void*)*32); +x_72 = lean_ctor_get(x_32, 29); +x_73 = lean_ctor_get(x_32, 30); +x_74 = lean_ctor_get(x_32, 31); +lean_inc(x_74); +lean_inc(x_73); +lean_inc(x_72); +lean_inc(x_70); +lean_inc(x_69); +lean_inc(x_68); +lean_inc(x_67); +lean_inc(x_66); +lean_inc(x_65); +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(x_57); +lean_inc(x_56); +lean_inc(x_55); +lean_inc(x_54); +lean_inc(x_53); +lean_inc(x_52); +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_dec(x_32); +lean_inc(x_2); +x_75 = l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__5(x_73, x_3, x_2); +x_76 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_76, 0, x_42); +lean_ctor_set(x_76, 1, x_43); +lean_ctor_set(x_76, 2, x_44); +lean_ctor_set(x_76, 3, x_45); +lean_ctor_set(x_76, 4, x_46); +lean_ctor_set(x_76, 5, x_47); +lean_ctor_set(x_76, 6, x_48); +lean_ctor_set(x_76, 7, x_49); +lean_ctor_set(x_76, 8, x_50); +lean_ctor_set(x_76, 9, x_51); +lean_ctor_set(x_76, 10, x_52); +lean_ctor_set(x_76, 11, x_53); +lean_ctor_set(x_76, 12, x_54); +lean_ctor_set(x_76, 13, x_55); +lean_ctor_set(x_76, 14, x_56); +lean_ctor_set(x_76, 15, x_57); +lean_ctor_set(x_76, 16, x_58); +lean_ctor_set(x_76, 17, x_59); +lean_ctor_set(x_76, 18, x_60); +lean_ctor_set(x_76, 19, x_61); +lean_ctor_set(x_76, 20, x_62); +lean_ctor_set(x_76, 21, x_63); +lean_ctor_set(x_76, 22, x_64); +lean_ctor_set(x_76, 23, x_65); +lean_ctor_set(x_76, 24, x_66); +lean_ctor_set(x_76, 25, x_67); +lean_ctor_set(x_76, 26, x_68); +lean_ctor_set(x_76, 27, x_69); +lean_ctor_set(x_76, 28, x_70); +lean_ctor_set(x_76, 29, x_72); +lean_ctor_set(x_76, 30, x_75); +lean_ctor_set(x_76, 31, x_74); +lean_ctor_set_uint8(x_76, sizeof(void*)*32, x_71); +x_77 = lean_array_fset(x_34, x_6, x_76); +lean_ctor_set(x_19, 0, x_77); +x_78 = lean_st_ref_set(x_7, x_17, x_20); +x_79 = lean_ctor_get(x_78, 1); +lean_inc(x_79); +lean_dec(x_78); +x_80 = lean_apply_12(x_1, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_79); +return x_80; +} +} +} +else +{ +lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; uint8_t x_85; +x_81 = lean_ctor_get(x_19, 0); +x_82 = lean_ctor_get(x_19, 1); +x_83 = lean_ctor_get(x_19, 2); +lean_inc(x_83); +lean_inc(x_82); +lean_inc(x_81); +lean_dec(x_19); +x_84 = lean_array_get_size(x_81); +x_85 = lean_nat_dec_lt(x_6, x_84); +lean_dec(x_84); +if (x_85 == 0) +{ +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_3); +x_86 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_86, 0, x_81); +lean_ctor_set(x_86, 1, x_82); +lean_ctor_set(x_86, 2, x_83); +lean_ctor_set(x_18, 3, x_86); +x_87 = lean_st_ref_set(x_7, x_17, x_20); +x_88 = lean_ctor_get(x_87, 1); +lean_inc(x_88); +lean_dec(x_87); +x_89 = lean_apply_12(x_1, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_88); +return x_89; +} +else +{ +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; uint8_t 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; +x_90 = lean_array_fget(x_81, x_6); +x_91 = lean_box(0); +x_92 = lean_array_fset(x_81, x_6, x_91); +x_93 = lean_ctor_get(x_90, 0); +lean_inc(x_93); +x_94 = lean_ctor_get(x_90, 1); +lean_inc(x_94); +x_95 = lean_ctor_get(x_90, 2); +lean_inc(x_95); +x_96 = lean_ctor_get(x_90, 3); +lean_inc(x_96); +x_97 = lean_ctor_get(x_90, 4); +lean_inc(x_97); +x_98 = lean_ctor_get(x_90, 5); +lean_inc(x_98); +x_99 = lean_ctor_get(x_90, 6); +lean_inc(x_99); +x_100 = lean_ctor_get(x_90, 7); +lean_inc(x_100); +x_101 = lean_ctor_get(x_90, 8); +lean_inc(x_101); +x_102 = lean_ctor_get(x_90, 9); +lean_inc(x_102); +x_103 = lean_ctor_get(x_90, 10); +lean_inc(x_103); +x_104 = lean_ctor_get(x_90, 11); +lean_inc(x_104); +x_105 = lean_ctor_get(x_90, 12); +lean_inc(x_105); +x_106 = lean_ctor_get(x_90, 13); +lean_inc(x_106); +x_107 = lean_ctor_get(x_90, 14); +lean_inc(x_107); +x_108 = lean_ctor_get(x_90, 15); +lean_inc(x_108); +x_109 = lean_ctor_get(x_90, 16); +lean_inc(x_109); +x_110 = lean_ctor_get(x_90, 17); +lean_inc(x_110); +x_111 = lean_ctor_get(x_90, 18); +lean_inc(x_111); +x_112 = lean_ctor_get(x_90, 19); +lean_inc(x_112); +x_113 = lean_ctor_get(x_90, 20); +lean_inc(x_113); +x_114 = lean_ctor_get(x_90, 21); +lean_inc(x_114); +x_115 = lean_ctor_get(x_90, 22); +lean_inc(x_115); +x_116 = lean_ctor_get(x_90, 23); +lean_inc(x_116); +x_117 = lean_ctor_get(x_90, 24); +lean_inc(x_117); +x_118 = lean_ctor_get(x_90, 25); +lean_inc(x_118); +x_119 = lean_ctor_get(x_90, 26); +lean_inc(x_119); +x_120 = lean_ctor_get(x_90, 27); +lean_inc(x_120); +x_121 = lean_ctor_get(x_90, 28); +lean_inc(x_121); +x_122 = lean_ctor_get_uint8(x_90, sizeof(void*)*32); +x_123 = lean_ctor_get(x_90, 29); +lean_inc(x_123); +x_124 = lean_ctor_get(x_90, 30); +lean_inc(x_124); +x_125 = lean_ctor_get(x_90, 31); +lean_inc(x_125); +if (lean_is_exclusive(x_90)) { + lean_ctor_release(x_90, 0); + lean_ctor_release(x_90, 1); + lean_ctor_release(x_90, 2); + lean_ctor_release(x_90, 3); + lean_ctor_release(x_90, 4); + lean_ctor_release(x_90, 5); + lean_ctor_release(x_90, 6); + lean_ctor_release(x_90, 7); + lean_ctor_release(x_90, 8); + lean_ctor_release(x_90, 9); + lean_ctor_release(x_90, 10); + lean_ctor_release(x_90, 11); + lean_ctor_release(x_90, 12); + lean_ctor_release(x_90, 13); + lean_ctor_release(x_90, 14); + lean_ctor_release(x_90, 15); + lean_ctor_release(x_90, 16); + lean_ctor_release(x_90, 17); + lean_ctor_release(x_90, 18); + lean_ctor_release(x_90, 19); + lean_ctor_release(x_90, 20); + lean_ctor_release(x_90, 21); + lean_ctor_release(x_90, 22); + lean_ctor_release(x_90, 23); + lean_ctor_release(x_90, 24); + lean_ctor_release(x_90, 25); + lean_ctor_release(x_90, 26); + lean_ctor_release(x_90, 27); + lean_ctor_release(x_90, 28); + lean_ctor_release(x_90, 29); + lean_ctor_release(x_90, 30); + lean_ctor_release(x_90, 31); + x_126 = x_90; +} else { + lean_dec_ref(x_90); + x_126 = lean_box(0); +} +lean_inc(x_2); +x_127 = l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__5(x_124, x_3, x_2); +if (lean_is_scalar(x_126)) { + x_128 = lean_alloc_ctor(0, 32, 1); +} else { + x_128 = x_126; +} +lean_ctor_set(x_128, 0, x_93); +lean_ctor_set(x_128, 1, x_94); +lean_ctor_set(x_128, 2, x_95); +lean_ctor_set(x_128, 3, x_96); +lean_ctor_set(x_128, 4, x_97); +lean_ctor_set(x_128, 5, x_98); +lean_ctor_set(x_128, 6, x_99); +lean_ctor_set(x_128, 7, x_100); +lean_ctor_set(x_128, 8, x_101); +lean_ctor_set(x_128, 9, x_102); +lean_ctor_set(x_128, 10, x_103); +lean_ctor_set(x_128, 11, x_104); +lean_ctor_set(x_128, 12, x_105); +lean_ctor_set(x_128, 13, x_106); +lean_ctor_set(x_128, 14, x_107); +lean_ctor_set(x_128, 15, x_108); +lean_ctor_set(x_128, 16, x_109); +lean_ctor_set(x_128, 17, x_110); +lean_ctor_set(x_128, 18, x_111); +lean_ctor_set(x_128, 19, x_112); +lean_ctor_set(x_128, 20, x_113); +lean_ctor_set(x_128, 21, x_114); +lean_ctor_set(x_128, 22, x_115); +lean_ctor_set(x_128, 23, x_116); +lean_ctor_set(x_128, 24, x_117); +lean_ctor_set(x_128, 25, x_118); +lean_ctor_set(x_128, 26, x_119); +lean_ctor_set(x_128, 27, x_120); +lean_ctor_set(x_128, 28, x_121); +lean_ctor_set(x_128, 29, x_123); +lean_ctor_set(x_128, 30, x_127); +lean_ctor_set(x_128, 31, x_125); +lean_ctor_set_uint8(x_128, sizeof(void*)*32, x_122); +x_129 = lean_array_fset(x_92, x_6, x_128); +x_130 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_130, 0, x_129); +lean_ctor_set(x_130, 1, x_82); +lean_ctor_set(x_130, 2, x_83); +lean_ctor_set(x_18, 3, x_130); +x_131 = lean_st_ref_set(x_7, x_17, x_20); +x_132 = lean_ctor_get(x_131, 1); +lean_inc(x_132); +lean_dec(x_131); +x_133 = lean_apply_12(x_1, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_132); +return x_133; +} +} +} +else +{ +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; uint8_t x_142; +x_134 = lean_ctor_get(x_18, 0); +x_135 = lean_ctor_get(x_18, 1); +x_136 = lean_ctor_get(x_18, 2); +lean_inc(x_136); +lean_inc(x_135); +lean_inc(x_134); +lean_dec(x_18); +x_137 = lean_ctor_get(x_19, 0); +lean_inc(x_137); +x_138 = lean_ctor_get(x_19, 1); +lean_inc(x_138); +x_139 = lean_ctor_get(x_19, 2); +lean_inc(x_139); +if (lean_is_exclusive(x_19)) { + lean_ctor_release(x_19, 0); + lean_ctor_release(x_19, 1); + lean_ctor_release(x_19, 2); + x_140 = x_19; +} else { + lean_dec_ref(x_19); + x_140 = lean_box(0); +} +x_141 = lean_array_get_size(x_137); +x_142 = lean_nat_dec_lt(x_6, x_141); +lean_dec(x_141); +if (x_142 == 0) +{ +lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; +lean_dec(x_3); +if (lean_is_scalar(x_140)) { + x_143 = lean_alloc_ctor(0, 3, 0); +} else { + x_143 = x_140; +} +lean_ctor_set(x_143, 0, x_137); +lean_ctor_set(x_143, 1, x_138); +lean_ctor_set(x_143, 2, x_139); +x_144 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_144, 0, x_134); +lean_ctor_set(x_144, 1, x_135); +lean_ctor_set(x_144, 2, x_136); +lean_ctor_set(x_144, 3, x_143); +lean_ctor_set(x_17, 14, x_144); +x_145 = lean_st_ref_set(x_7, x_17, x_20); +x_146 = lean_ctor_get(x_145, 1); +lean_inc(x_146); +lean_dec(x_145); +x_147 = lean_apply_12(x_1, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_146); +return x_147; +} +else +{ +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; uint8_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; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; +x_148 = lean_array_fget(x_137, x_6); +x_149 = lean_box(0); +x_150 = lean_array_fset(x_137, x_6, x_149); +x_151 = lean_ctor_get(x_148, 0); +lean_inc(x_151); +x_152 = lean_ctor_get(x_148, 1); +lean_inc(x_152); +x_153 = lean_ctor_get(x_148, 2); +lean_inc(x_153); +x_154 = lean_ctor_get(x_148, 3); +lean_inc(x_154); +x_155 = lean_ctor_get(x_148, 4); +lean_inc(x_155); +x_156 = lean_ctor_get(x_148, 5); +lean_inc(x_156); +x_157 = lean_ctor_get(x_148, 6); +lean_inc(x_157); +x_158 = lean_ctor_get(x_148, 7); +lean_inc(x_158); +x_159 = lean_ctor_get(x_148, 8); +lean_inc(x_159); +x_160 = lean_ctor_get(x_148, 9); +lean_inc(x_160); +x_161 = lean_ctor_get(x_148, 10); +lean_inc(x_161); +x_162 = lean_ctor_get(x_148, 11); +lean_inc(x_162); +x_163 = lean_ctor_get(x_148, 12); +lean_inc(x_163); +x_164 = lean_ctor_get(x_148, 13); +lean_inc(x_164); +x_165 = lean_ctor_get(x_148, 14); +lean_inc(x_165); +x_166 = lean_ctor_get(x_148, 15); +lean_inc(x_166); +x_167 = lean_ctor_get(x_148, 16); +lean_inc(x_167); +x_168 = lean_ctor_get(x_148, 17); +lean_inc(x_168); +x_169 = lean_ctor_get(x_148, 18); +lean_inc(x_169); +x_170 = lean_ctor_get(x_148, 19); +lean_inc(x_170); +x_171 = lean_ctor_get(x_148, 20); +lean_inc(x_171); +x_172 = lean_ctor_get(x_148, 21); +lean_inc(x_172); +x_173 = lean_ctor_get(x_148, 22); +lean_inc(x_173); +x_174 = lean_ctor_get(x_148, 23); +lean_inc(x_174); +x_175 = lean_ctor_get(x_148, 24); +lean_inc(x_175); +x_176 = lean_ctor_get(x_148, 25); +lean_inc(x_176); +x_177 = lean_ctor_get(x_148, 26); +lean_inc(x_177); +x_178 = lean_ctor_get(x_148, 27); +lean_inc(x_178); +x_179 = lean_ctor_get(x_148, 28); +lean_inc(x_179); +x_180 = lean_ctor_get_uint8(x_148, sizeof(void*)*32); +x_181 = lean_ctor_get(x_148, 29); +lean_inc(x_181); +x_182 = lean_ctor_get(x_148, 30); +lean_inc(x_182); +x_183 = lean_ctor_get(x_148, 31); +lean_inc(x_183); +if (lean_is_exclusive(x_148)) { + lean_ctor_release(x_148, 0); + lean_ctor_release(x_148, 1); + lean_ctor_release(x_148, 2); + lean_ctor_release(x_148, 3); + lean_ctor_release(x_148, 4); + lean_ctor_release(x_148, 5); + lean_ctor_release(x_148, 6); + lean_ctor_release(x_148, 7); + lean_ctor_release(x_148, 8); + lean_ctor_release(x_148, 9); + lean_ctor_release(x_148, 10); + lean_ctor_release(x_148, 11); + lean_ctor_release(x_148, 12); + lean_ctor_release(x_148, 13); + lean_ctor_release(x_148, 14); + lean_ctor_release(x_148, 15); + lean_ctor_release(x_148, 16); + lean_ctor_release(x_148, 17); + lean_ctor_release(x_148, 18); + lean_ctor_release(x_148, 19); + lean_ctor_release(x_148, 20); + lean_ctor_release(x_148, 21); + lean_ctor_release(x_148, 22); + lean_ctor_release(x_148, 23); + lean_ctor_release(x_148, 24); + lean_ctor_release(x_148, 25); + lean_ctor_release(x_148, 26); + lean_ctor_release(x_148, 27); + lean_ctor_release(x_148, 28); + lean_ctor_release(x_148, 29); + lean_ctor_release(x_148, 30); + lean_ctor_release(x_148, 31); + x_184 = x_148; +} else { + lean_dec_ref(x_148); + x_184 = lean_box(0); +} +lean_inc(x_2); +x_185 = l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__5(x_182, x_3, x_2); +if (lean_is_scalar(x_184)) { + x_186 = lean_alloc_ctor(0, 32, 1); +} else { + x_186 = x_184; +} +lean_ctor_set(x_186, 0, x_151); +lean_ctor_set(x_186, 1, x_152); +lean_ctor_set(x_186, 2, x_153); +lean_ctor_set(x_186, 3, x_154); +lean_ctor_set(x_186, 4, x_155); +lean_ctor_set(x_186, 5, x_156); +lean_ctor_set(x_186, 6, x_157); +lean_ctor_set(x_186, 7, x_158); +lean_ctor_set(x_186, 8, x_159); +lean_ctor_set(x_186, 9, x_160); +lean_ctor_set(x_186, 10, x_161); +lean_ctor_set(x_186, 11, x_162); +lean_ctor_set(x_186, 12, x_163); +lean_ctor_set(x_186, 13, x_164); +lean_ctor_set(x_186, 14, x_165); +lean_ctor_set(x_186, 15, x_166); +lean_ctor_set(x_186, 16, x_167); +lean_ctor_set(x_186, 17, x_168); +lean_ctor_set(x_186, 18, x_169); +lean_ctor_set(x_186, 19, x_170); +lean_ctor_set(x_186, 20, x_171); +lean_ctor_set(x_186, 21, x_172); +lean_ctor_set(x_186, 22, x_173); +lean_ctor_set(x_186, 23, x_174); +lean_ctor_set(x_186, 24, x_175); +lean_ctor_set(x_186, 25, x_176); +lean_ctor_set(x_186, 26, x_177); +lean_ctor_set(x_186, 27, x_178); +lean_ctor_set(x_186, 28, x_179); +lean_ctor_set(x_186, 29, x_181); +lean_ctor_set(x_186, 30, x_185); +lean_ctor_set(x_186, 31, x_183); +lean_ctor_set_uint8(x_186, sizeof(void*)*32, x_180); +x_187 = lean_array_fset(x_150, x_6, x_186); +if (lean_is_scalar(x_140)) { + x_188 = lean_alloc_ctor(0, 3, 0); +} else { + x_188 = x_140; +} +lean_ctor_set(x_188, 0, x_187); +lean_ctor_set(x_188, 1, x_138); +lean_ctor_set(x_188, 2, x_139); +x_189 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_189, 0, x_134); +lean_ctor_set(x_189, 1, x_135); +lean_ctor_set(x_189, 2, x_136); +lean_ctor_set(x_189, 3, x_188); +lean_ctor_set(x_17, 14, x_189); +x_190 = lean_st_ref_set(x_7, x_17, x_20); +x_191 = lean_ctor_get(x_190, 1); +lean_inc(x_191); +lean_dec(x_190); +x_192 = lean_apply_12(x_1, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_191); +return x_192; +} +} +} +else +{ +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; 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; lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; uint8_t x_218; +x_193 = lean_ctor_get(x_17, 0); +x_194 = lean_ctor_get(x_17, 1); +x_195 = lean_ctor_get(x_17, 2); +x_196 = lean_ctor_get(x_17, 3); +x_197 = lean_ctor_get(x_17, 4); +x_198 = lean_ctor_get(x_17, 5); +x_199 = lean_ctor_get(x_17, 6); +x_200 = lean_ctor_get(x_17, 7); +x_201 = lean_ctor_get_uint8(x_17, sizeof(void*)*16); +x_202 = lean_ctor_get(x_17, 8); +x_203 = lean_ctor_get(x_17, 9); +x_204 = lean_ctor_get(x_17, 10); +x_205 = lean_ctor_get(x_17, 11); +x_206 = lean_ctor_get(x_17, 12); +x_207 = lean_ctor_get(x_17, 13); +x_208 = lean_ctor_get(x_17, 15); +lean_inc(x_208); +lean_inc(x_207); +lean_inc(x_206); +lean_inc(x_205); +lean_inc(x_204); +lean_inc(x_203); +lean_inc(x_202); +lean_inc(x_200); +lean_inc(x_199); +lean_inc(x_198); +lean_inc(x_197); +lean_inc(x_196); +lean_inc(x_195); +lean_inc(x_194); +lean_inc(x_193); +lean_dec(x_17); +x_209 = lean_ctor_get(x_18, 0); +lean_inc(x_209); +x_210 = lean_ctor_get(x_18, 1); +lean_inc(x_210); +x_211 = lean_ctor_get(x_18, 2); +lean_inc(x_211); +if (lean_is_exclusive(x_18)) { + lean_ctor_release(x_18, 0); + lean_ctor_release(x_18, 1); + lean_ctor_release(x_18, 2); + lean_ctor_release(x_18, 3); + x_212 = x_18; +} else { + lean_dec_ref(x_18); + x_212 = lean_box(0); +} +x_213 = lean_ctor_get(x_19, 0); +lean_inc(x_213); +x_214 = lean_ctor_get(x_19, 1); +lean_inc(x_214); +x_215 = lean_ctor_get(x_19, 2); +lean_inc(x_215); +if (lean_is_exclusive(x_19)) { + lean_ctor_release(x_19, 0); + lean_ctor_release(x_19, 1); + lean_ctor_release(x_19, 2); + x_216 = x_19; +} else { + lean_dec_ref(x_19); + x_216 = lean_box(0); +} +x_217 = lean_array_get_size(x_213); +x_218 = lean_nat_dec_lt(x_6, x_217); +lean_dec(x_217); +if (x_218 == 0) +{ +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_dec(x_3); +if (lean_is_scalar(x_216)) { + x_219 = lean_alloc_ctor(0, 3, 0); +} else { + x_219 = x_216; +} +lean_ctor_set(x_219, 0, x_213); +lean_ctor_set(x_219, 1, x_214); +lean_ctor_set(x_219, 2, x_215); +if (lean_is_scalar(x_212)) { + x_220 = lean_alloc_ctor(0, 4, 0); +} else { + x_220 = x_212; +} +lean_ctor_set(x_220, 0, x_209); +lean_ctor_set(x_220, 1, x_210); +lean_ctor_set(x_220, 2, x_211); +lean_ctor_set(x_220, 3, x_219); +x_221 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_221, 0, x_193); +lean_ctor_set(x_221, 1, x_194); +lean_ctor_set(x_221, 2, x_195); +lean_ctor_set(x_221, 3, x_196); +lean_ctor_set(x_221, 4, x_197); +lean_ctor_set(x_221, 5, x_198); +lean_ctor_set(x_221, 6, x_199); +lean_ctor_set(x_221, 7, x_200); +lean_ctor_set(x_221, 8, x_202); +lean_ctor_set(x_221, 9, x_203); +lean_ctor_set(x_221, 10, x_204); +lean_ctor_set(x_221, 11, x_205); +lean_ctor_set(x_221, 12, x_206); +lean_ctor_set(x_221, 13, x_207); +lean_ctor_set(x_221, 14, x_220); +lean_ctor_set(x_221, 15, x_208); +lean_ctor_set_uint8(x_221, sizeof(void*)*16, x_201); +x_222 = lean_st_ref_set(x_7, x_221, x_20); +x_223 = lean_ctor_get(x_222, 1); +lean_inc(x_223); +lean_dec(x_222); +x_224 = lean_apply_12(x_1, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_223); +return x_224; +} +else +{ +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; uint8_t 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; +x_225 = lean_array_fget(x_213, x_6); +x_226 = lean_box(0); +x_227 = lean_array_fset(x_213, x_6, x_226); +x_228 = lean_ctor_get(x_225, 0); +lean_inc(x_228); +x_229 = lean_ctor_get(x_225, 1); +lean_inc(x_229); +x_230 = lean_ctor_get(x_225, 2); +lean_inc(x_230); +x_231 = lean_ctor_get(x_225, 3); +lean_inc(x_231); +x_232 = lean_ctor_get(x_225, 4); +lean_inc(x_232); +x_233 = lean_ctor_get(x_225, 5); +lean_inc(x_233); +x_234 = lean_ctor_get(x_225, 6); +lean_inc(x_234); +x_235 = lean_ctor_get(x_225, 7); +lean_inc(x_235); +x_236 = lean_ctor_get(x_225, 8); +lean_inc(x_236); +x_237 = lean_ctor_get(x_225, 9); +lean_inc(x_237); +x_238 = lean_ctor_get(x_225, 10); +lean_inc(x_238); +x_239 = lean_ctor_get(x_225, 11); +lean_inc(x_239); +x_240 = lean_ctor_get(x_225, 12); +lean_inc(x_240); +x_241 = lean_ctor_get(x_225, 13); +lean_inc(x_241); +x_242 = lean_ctor_get(x_225, 14); +lean_inc(x_242); +x_243 = lean_ctor_get(x_225, 15); +lean_inc(x_243); +x_244 = lean_ctor_get(x_225, 16); +lean_inc(x_244); +x_245 = lean_ctor_get(x_225, 17); +lean_inc(x_245); +x_246 = lean_ctor_get(x_225, 18); +lean_inc(x_246); +x_247 = lean_ctor_get(x_225, 19); +lean_inc(x_247); +x_248 = lean_ctor_get(x_225, 20); +lean_inc(x_248); +x_249 = lean_ctor_get(x_225, 21); +lean_inc(x_249); +x_250 = lean_ctor_get(x_225, 22); +lean_inc(x_250); +x_251 = lean_ctor_get(x_225, 23); +lean_inc(x_251); +x_252 = lean_ctor_get(x_225, 24); +lean_inc(x_252); +x_253 = lean_ctor_get(x_225, 25); +lean_inc(x_253); +x_254 = lean_ctor_get(x_225, 26); +lean_inc(x_254); +x_255 = lean_ctor_get(x_225, 27); +lean_inc(x_255); +x_256 = lean_ctor_get(x_225, 28); +lean_inc(x_256); +x_257 = lean_ctor_get_uint8(x_225, sizeof(void*)*32); +x_258 = lean_ctor_get(x_225, 29); +lean_inc(x_258); +x_259 = lean_ctor_get(x_225, 30); +lean_inc(x_259); +x_260 = lean_ctor_get(x_225, 31); +lean_inc(x_260); +if (lean_is_exclusive(x_225)) { + lean_ctor_release(x_225, 0); + lean_ctor_release(x_225, 1); + lean_ctor_release(x_225, 2); + lean_ctor_release(x_225, 3); + lean_ctor_release(x_225, 4); + lean_ctor_release(x_225, 5); + lean_ctor_release(x_225, 6); + lean_ctor_release(x_225, 7); + lean_ctor_release(x_225, 8); + lean_ctor_release(x_225, 9); + lean_ctor_release(x_225, 10); + lean_ctor_release(x_225, 11); + lean_ctor_release(x_225, 12); + lean_ctor_release(x_225, 13); + lean_ctor_release(x_225, 14); + lean_ctor_release(x_225, 15); + lean_ctor_release(x_225, 16); + lean_ctor_release(x_225, 17); + lean_ctor_release(x_225, 18); + lean_ctor_release(x_225, 19); + lean_ctor_release(x_225, 20); + lean_ctor_release(x_225, 21); + lean_ctor_release(x_225, 22); + lean_ctor_release(x_225, 23); + lean_ctor_release(x_225, 24); + lean_ctor_release(x_225, 25); + lean_ctor_release(x_225, 26); + lean_ctor_release(x_225, 27); + lean_ctor_release(x_225, 28); + lean_ctor_release(x_225, 29); + lean_ctor_release(x_225, 30); + lean_ctor_release(x_225, 31); + x_261 = x_225; +} else { + lean_dec_ref(x_225); + x_261 = lean_box(0); +} +lean_inc(x_2); +x_262 = l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__5(x_259, x_3, x_2); +if (lean_is_scalar(x_261)) { + x_263 = lean_alloc_ctor(0, 32, 1); +} else { + x_263 = x_261; +} +lean_ctor_set(x_263, 0, x_228); +lean_ctor_set(x_263, 1, x_229); +lean_ctor_set(x_263, 2, x_230); +lean_ctor_set(x_263, 3, x_231); +lean_ctor_set(x_263, 4, x_232); +lean_ctor_set(x_263, 5, x_233); +lean_ctor_set(x_263, 6, x_234); +lean_ctor_set(x_263, 7, x_235); +lean_ctor_set(x_263, 8, x_236); +lean_ctor_set(x_263, 9, x_237); +lean_ctor_set(x_263, 10, x_238); +lean_ctor_set(x_263, 11, x_239); +lean_ctor_set(x_263, 12, x_240); +lean_ctor_set(x_263, 13, x_241); +lean_ctor_set(x_263, 14, x_242); +lean_ctor_set(x_263, 15, x_243); +lean_ctor_set(x_263, 16, x_244); +lean_ctor_set(x_263, 17, x_245); +lean_ctor_set(x_263, 18, x_246); +lean_ctor_set(x_263, 19, x_247); +lean_ctor_set(x_263, 20, x_248); +lean_ctor_set(x_263, 21, x_249); +lean_ctor_set(x_263, 22, x_250); +lean_ctor_set(x_263, 23, x_251); +lean_ctor_set(x_263, 24, x_252); +lean_ctor_set(x_263, 25, x_253); +lean_ctor_set(x_263, 26, x_254); +lean_ctor_set(x_263, 27, x_255); +lean_ctor_set(x_263, 28, x_256); +lean_ctor_set(x_263, 29, x_258); +lean_ctor_set(x_263, 30, x_262); +lean_ctor_set(x_263, 31, x_260); +lean_ctor_set_uint8(x_263, sizeof(void*)*32, x_257); +x_264 = lean_array_fset(x_227, x_6, x_263); +if (lean_is_scalar(x_216)) { + x_265 = lean_alloc_ctor(0, 3, 0); +} else { + x_265 = x_216; +} +lean_ctor_set(x_265, 0, x_264); +lean_ctor_set(x_265, 1, x_214); +lean_ctor_set(x_265, 2, x_215); +if (lean_is_scalar(x_212)) { + x_266 = lean_alloc_ctor(0, 4, 0); +} else { + x_266 = x_212; +} +lean_ctor_set(x_266, 0, x_209); +lean_ctor_set(x_266, 1, x_210); +lean_ctor_set(x_266, 2, x_211); +lean_ctor_set(x_266, 3, x_265); +x_267 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_267, 0, x_193); +lean_ctor_set(x_267, 1, x_194); +lean_ctor_set(x_267, 2, x_195); +lean_ctor_set(x_267, 3, x_196); +lean_ctor_set(x_267, 4, x_197); +lean_ctor_set(x_267, 5, x_198); +lean_ctor_set(x_267, 6, x_199); +lean_ctor_set(x_267, 7, x_200); +lean_ctor_set(x_267, 8, x_202); +lean_ctor_set(x_267, 9, x_203); +lean_ctor_set(x_267, 10, x_204); +lean_ctor_set(x_267, 11, x_205); +lean_ctor_set(x_267, 12, x_206); +lean_ctor_set(x_267, 13, x_207); +lean_ctor_set(x_267, 14, x_266); +lean_ctor_set(x_267, 15, x_208); +lean_ctor_set_uint8(x_267, sizeof(void*)*16, x_201); +x_268 = lean_st_ref_set(x_7, x_267, x_20); +x_269 = lean_ctor_get(x_268, 1); +lean_inc(x_269); +lean_dec(x_268); +x_270 = lean_apply_12(x_1, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_269); +return x_270; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__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, 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) { +_start: +{ +lean_object* x_15; +x_15 = lean_apply_12(x_1, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +return x_15; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("cutsat", 6, 6); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("split", 5, 5); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__3() { +_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_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__1; +x_2 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__2; +x_3 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__1; +x_4 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__4; +x_5 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__2; +x_6 = l_Lean_Name_mkStr5(x_1, x_2, x_3, x_4, x_5); +return x_6; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__4() { +_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_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__1; +x_2 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__2; +x_3 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__3; +x_4 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__4; +x_5 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__2; +x_6 = l_Lean_Name_mkStr5(x_1, x_2, x_3, x_4, x_5); +return x_6; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked(", reusing ", 10, 10); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__5; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split(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) { +_start: +{ +lean_object* x_13; +x_13 = l_Lean_Meta_Grind_Arith_Linear_LinearM_getStruct(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_13) == 0) +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_14 = lean_ctor_get(x_13, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +lean_dec(x_13); +lean_inc(x_1); +x_16 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__1___boxed), 13, 1); +lean_closure_set(x_16, 0, x_1); +x_17 = lean_ctor_get(x_14, 30); +lean_inc(x_17); +lean_dec(x_14); +x_18 = lean_ctor_get(x_1, 0); +lean_inc(x_18); +x_19 = l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__1(x_17, x_18); +if (lean_obj_tag(x_19) == 0) +{ +lean_object* x_20; +lean_inc(x_1); +x_20 = l_Lean_Meta_Grind_Arith_Linear_mkCase(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_15); +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; uint8_t x_26; +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(x_20); +x_23 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__3; +x_24 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__4(x_23, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_22); +x_25 = lean_ctor_get(x_24, 0); +lean_inc(x_25); +x_26 = lean_unbox(x_25); +lean_dec(x_25); +if (x_26 == 0) +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; +lean_dec(x_1); +x_27 = lean_ctor_get(x_24, 1); +lean_inc(x_27); +lean_dec(x_24); +x_28 = lean_box(0); +x_29 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__2(x_16, x_21, x_18, x_28, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_27); +return x_29; +} +else +{ +uint8_t x_30; +x_30 = !lean_is_exclusive(x_24); +if (x_30 == 0) +{ +lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; +x_31 = lean_ctor_get(x_24, 1); +x_32 = lean_ctor_get(x_24, 0); +lean_dec(x_32); +x_33 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__9(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_31); +x_34 = !lean_is_exclusive(x_1); +if (x_34 == 0) +{ +lean_object* x_35; lean_object* x_36; +x_35 = lean_ctor_get(x_1, 1); +lean_dec(x_35); +x_36 = lean_ctor_get(x_1, 0); +lean_dec(x_36); +if (lean_obj_tag(x_33) == 0) +{ +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; lean_object* x_47; lean_object* x_48; +x_37 = lean_ctor_get(x_33, 0); +lean_inc(x_37); +x_38 = lean_ctor_get(x_33, 1); +lean_inc(x_38); +lean_dec(x_33); +x_39 = l_Lean_MessageData_ofExpr(x_37); +x_40 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__4; +lean_ctor_set_tag(x_24, 7); +lean_ctor_set(x_24, 1, x_39); +lean_ctor_set(x_24, 0, x_40); +x_41 = l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict___closed__4; +lean_ctor_set_tag(x_1, 7); +lean_ctor_set(x_1, 1, x_41); +lean_ctor_set(x_1, 0, x_24); +lean_inc(x_21); +x_42 = l_Lean_MessageData_ofName(x_21); +x_43 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_43, 0, x_1); +lean_ctor_set(x_43, 1, x_42); +x_44 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_44, 0, x_43); +lean_ctor_set(x_44, 1, x_40); +x_45 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14(x_23, x_44, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_38); +x_46 = lean_ctor_get(x_45, 0); +lean_inc(x_46); +x_47 = lean_ctor_get(x_45, 1); +lean_inc(x_47); +lean_dec(x_45); +x_48 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__2(x_16, x_21, x_18, x_46, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_47); +lean_dec(x_46); +return x_48; +} +else +{ +uint8_t x_49; +lean_free_object(x_1); +lean_free_object(x_24); +lean_dec(x_21); +lean_dec(x_18); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_49 = !lean_is_exclusive(x_33); +if (x_49 == 0) +{ +return x_33; +} +else +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_33, 0); +x_51 = lean_ctor_get(x_33, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_33); +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_dec(x_1); +if (lean_obj_tag(x_33) == 0) +{ +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; +x_53 = lean_ctor_get(x_33, 0); +lean_inc(x_53); +x_54 = lean_ctor_get(x_33, 1); +lean_inc(x_54); +lean_dec(x_33); +x_55 = l_Lean_MessageData_ofExpr(x_53); +x_56 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__4; +lean_ctor_set_tag(x_24, 7); +lean_ctor_set(x_24, 1, x_55); +lean_ctor_set(x_24, 0, x_56); +x_57 = l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict___closed__4; +x_58 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_58, 0, x_24); +lean_ctor_set(x_58, 1, x_57); +lean_inc(x_21); +x_59 = l_Lean_MessageData_ofName(x_21); +x_60 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_60, 0, x_58); +lean_ctor_set(x_60, 1, x_59); +x_61 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_56); +x_62 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14(x_23, x_61, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_54); +x_63 = lean_ctor_get(x_62, 0); +lean_inc(x_63); +x_64 = lean_ctor_get(x_62, 1); +lean_inc(x_64); +lean_dec(x_62); +x_65 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__2(x_16, x_21, x_18, x_63, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_64); +lean_dec(x_63); +return x_65; +} +else +{ +lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; +lean_free_object(x_24); +lean_dec(x_21); +lean_dec(x_18); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_66 = lean_ctor_get(x_33, 0); +lean_inc(x_66); +x_67 = lean_ctor_get(x_33, 1); +lean_inc(x_67); +if (lean_is_exclusive(x_33)) { + lean_ctor_release(x_33, 0); + lean_ctor_release(x_33, 1); + x_68 = x_33; +} else { + lean_dec_ref(x_33); + x_68 = lean_box(0); +} +if (lean_is_scalar(x_68)) { + x_69 = lean_alloc_ctor(1, 2, 0); +} else { + x_69 = x_68; +} +lean_ctor_set(x_69, 0, x_66); +lean_ctor_set(x_69, 1, x_67); +return x_69; +} +} +} +else +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_24, 1); +lean_inc(x_70); +lean_dec(x_24); +x_71 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__9(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_70); +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + lean_ctor_release(x_1, 1); + x_72 = x_1; +} else { + lean_dec_ref(x_1); + x_72 = lean_box(0); +} +if (lean_obj_tag(x_71) == 0) +{ +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_73 = lean_ctor_get(x_71, 0); +lean_inc(x_73); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +x_75 = l_Lean_MessageData_ofExpr(x_73); +x_76 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__4; +x_77 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_77, 0, x_76); +lean_ctor_set(x_77, 1, x_75); +x_78 = l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict___closed__4; +if (lean_is_scalar(x_72)) { + x_79 = lean_alloc_ctor(7, 2, 0); +} else { + x_79 = x_72; + lean_ctor_set_tag(x_79, 7); +} +lean_ctor_set(x_79, 0, x_77); +lean_ctor_set(x_79, 1, x_78); +lean_inc(x_21); +x_80 = l_Lean_MessageData_ofName(x_21); +x_81 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_81, 0, x_79); +lean_ctor_set(x_81, 1, x_80); +x_82 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_82, 0, x_81); +lean_ctor_set(x_82, 1, x_76); +x_83 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14(x_23, x_82, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_74); +x_84 = lean_ctor_get(x_83, 0); +lean_inc(x_84); +x_85 = lean_ctor_get(x_83, 1); +lean_inc(x_85); +lean_dec(x_83); +x_86 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__2(x_16, x_21, x_18, x_84, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_85); +lean_dec(x_84); +return x_86; +} +else +{ +lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; +lean_dec(x_72); +lean_dec(x_21); +lean_dec(x_18); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_87 = lean_ctor_get(x_71, 0); +lean_inc(x_87); +x_88 = lean_ctor_get(x_71, 1); +lean_inc(x_88); +if (lean_is_exclusive(x_71)) { + lean_ctor_release(x_71, 0); + lean_ctor_release(x_71, 1); + x_89 = x_71; +} else { + lean_dec_ref(x_71); + x_89 = lean_box(0); +} +if (lean_is_scalar(x_89)) { + x_90 = lean_alloc_ctor(1, 2, 0); +} else { + x_90 = x_89; +} +lean_ctor_set(x_90, 0, x_87); +lean_ctor_set(x_90, 1, x_88); +return x_90; +} +} +} +} +else +{ +uint8_t x_91; +lean_dec(x_18); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_91 = !lean_is_exclusive(x_20); +if (x_91 == 0) +{ +return x_20; +} +else +{ +lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_92 = lean_ctor_get(x_20, 0); +x_93 = lean_ctor_get(x_20, 1); +lean_inc(x_93); +lean_inc(x_92); +lean_dec(x_20); +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; +} +} +} +else +{ +lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; uint8_t x_99; +lean_dec(x_18); +lean_dec(x_16); +x_95 = lean_ctor_get(x_19, 0); +lean_inc(x_95); +lean_dec(x_19); +x_96 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__4; +x_97 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__4(x_96, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_15); +x_98 = lean_ctor_get(x_97, 0); +lean_inc(x_98); +x_99 = lean_unbox(x_98); +lean_dec(x_98); +if (x_99 == 0) +{ +lean_object* x_100; lean_object* x_101; +x_100 = lean_ctor_get(x_97, 1); +lean_inc(x_100); +lean_dec(x_97); +x_101 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__1(x_1, x_95, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_100); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_101; +} +else +{ +uint8_t x_102; +x_102 = !lean_is_exclusive(x_97); +if (x_102 == 0) +{ +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_97, 1); +x_104 = lean_ctor_get(x_97, 0); +lean_dec(x_104); +x_105 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__9(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_103); +if (lean_obj_tag(x_105) == 0) +{ +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; +x_106 = lean_ctor_get(x_105, 0); +lean_inc(x_106); +x_107 = lean_ctor_get(x_105, 1); +lean_inc(x_107); +lean_dec(x_105); +x_108 = l_Lean_MessageData_ofExpr(x_106); +x_109 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__4; +lean_ctor_set_tag(x_97, 7); +lean_ctor_set(x_97, 1, x_108); +lean_ctor_set(x_97, 0, x_109); +x_110 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__6; +x_111 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_111, 0, x_97); +lean_ctor_set(x_111, 1, x_110); +lean_inc(x_95); +x_112 = l_Lean_MessageData_ofName(x_95); +x_113 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_113, 0, x_111); +lean_ctor_set(x_113, 1, x_112); +x_114 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_114, 0, x_113); +lean_ctor_set(x_114, 1, x_109); +x_115 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14(x_96, x_114, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_107); +x_116 = lean_ctor_get(x_115, 1); +lean_inc(x_116); +lean_dec(x_115); +x_117 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__1(x_1, x_95, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_116); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_117; +} +else +{ +uint8_t x_118; +lean_free_object(x_97); +lean_dec(x_95); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_118 = !lean_is_exclusive(x_105); +if (x_118 == 0) +{ +return x_105; +} +else +{ +lean_object* x_119; lean_object* x_120; lean_object* x_121; +x_119 = lean_ctor_get(x_105, 0); +x_120 = lean_ctor_get(x_105, 1); +lean_inc(x_120); +lean_inc(x_119); +lean_dec(x_105); +x_121 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_121, 0, x_119); +lean_ctor_set(x_121, 1, x_120); +return x_121; +} +} +} +else +{ +lean_object* x_122; lean_object* x_123; +x_122 = lean_ctor_get(x_97, 1); +lean_inc(x_122); +lean_dec(x_97); +x_123 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__9(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_122); +if (lean_obj_tag(x_123) == 0) +{ +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; +x_124 = lean_ctor_get(x_123, 0); +lean_inc(x_124); +x_125 = lean_ctor_get(x_123, 1); +lean_inc(x_125); +lean_dec(x_123); +x_126 = l_Lean_MessageData_ofExpr(x_124); +x_127 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__4; +x_128 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_128, 0, x_127); +lean_ctor_set(x_128, 1, x_126); +x_129 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__6; +x_130 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_130, 0, x_128); +lean_ctor_set(x_130, 1, x_129); +lean_inc(x_95); +x_131 = l_Lean_MessageData_ofName(x_95); +x_132 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_132, 0, x_130); +lean_ctor_set(x_132, 1, x_131); +x_133 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_133, 0, x_132); +lean_ctor_set(x_133, 1, x_127); +x_134 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14(x_96, x_133, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_125); +x_135 = lean_ctor_get(x_134, 1); +lean_inc(x_135); +lean_dec(x_134); +x_136 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__1(x_1, x_95, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_135); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_136; +} +else +{ +lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; +lean_dec(x_95); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_137 = lean_ctor_get(x_123, 0); +lean_inc(x_137); +x_138 = lean_ctor_get(x_123, 1); +lean_inc(x_138); +if (lean_is_exclusive(x_123)) { + lean_ctor_release(x_123, 0); + lean_ctor_release(x_123, 1); + x_139 = x_123; +} else { + lean_dec_ref(x_123); + x_139 = lean_box(0); +} +if (lean_is_scalar(x_139)) { + x_140 = lean_alloc_ctor(1, 2, 0); +} else { + x_140 = x_139; +} +lean_ctor_set(x_140, 0, x_137); +lean_ctor_set(x_140, 1, x_138); +return x_140; +} +} +} +} +} +else +{ +uint8_t x_141; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_141 = !lean_is_exclusive(x_13); +if (x_141 == 0) +{ +return x_13; +} +else +{ +lean_object* x_142; lean_object* x_143; lean_object* x_144; +x_142 = lean_ctor_get(x_13, 0); +x_143 = lean_ctor_get(x_13, 1); +lean_inc(x_143); +lean_inc(x_142); +lean_dec(x_13); +x_144 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_144, 0, x_142); +lean_ctor_set(x_144, 1, x_143); +return x_144; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___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_PersistentHashMap_findAtAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__3(x_1, x_2, x_3, x_4, x_5); +lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +size_t x_4; lean_object* x_5; +x_4 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_5 = l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2(x_1, x_4, x_3); +lean_dec(x_3); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__1(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___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, 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; +x_13 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_13; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__7___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; lean_object* x_8; +x_7 = lean_unbox_usize(x_1); +lean_dec(x_1); +x_8 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__7(x_7, x_2, x_3, x_4, x_5, x_6); +lean_dec(x_3); +lean_dec(x_2); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +_start: +{ +size_t x_6; size_t x_7; lean_object* x_8; +x_6 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_7 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_8 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6(x_1, x_6, x_7, x_4, x_5); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_Linarith_Poly_denoteExpr_denoteTerm___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__11___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: +{ +lean_object* x_14; +x_14 = l_Lean_Grind_Linarith_Poly_denoteExpr_denoteTerm___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__11(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_14; +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_Linarith_Poly_denoteExpr_go___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__12___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: +{ +lean_object* x_14; +x_14 = l_Lean_Grind_Linarith_Poly_denoteExpr_go___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__12(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +return x_14; +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_Linarith_Poly_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___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, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +_start: +{ +lean_object* x_13; +x_13 = l_Lean_Grind_Linarith_Poly_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__10(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_13; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__13___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: +{ +lean_object* x_14; +x_14 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_DenoteExpr_0__Lean_Meta_Grind_Arith_Linear_mkEq___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__13(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_14; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___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_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +_start: +{ +lean_object* x_13; +x_13 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__9(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_13; +} +} +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14___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: +{ +lean_object* x_14; +x_14 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_14; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__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: +{ +lean_object* x_14; +x_14 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_14; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__2___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, lean_object* x_14, lean_object* x_15) { +_start: +{ +lean_object* x_16; +x_16 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +lean_dec(x_4); +return x_16; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__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, 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) { +_start: +{ +lean_object* x_15; +x_15 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +lean_dec(x_3); +return x_15; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_resolveLowerDiseqConflict___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Meta_Grind_Arith_Linear_geAvoiding___closed__1; +x_2 = lean_int_neg(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveLowerDiseqConflict(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: +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_14 = lean_ctor_get(x_2, 0); +lean_inc(x_14); +x_15 = l_Lean_Grind_Linarith_Poly_leadCoeff(x_14); +x_16 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_traceAssignment___closed__9; +x_17 = lean_int_dec_lt(x_15, x_16); +lean_dec(x_15); +if (x_17 == 0) +{ +lean_object* x_18; +lean_dec(x_14); +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_inc(x_5); +lean_inc(x_4); +x_18 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_18) == 0) +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; +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(x_18); +x_21 = l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict(x_1, x_19, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_20); +return x_21; +} +else +{ +uint8_t x_22; +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_1); +x_22 = !lean_is_exclusive(x_18); +if (x_22 == 0) +{ +return x_18; +} +else +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_18, 0); +x_24 = lean_ctor_get(x_18, 1); +lean_inc(x_24); +lean_inc(x_23); +lean_dec(x_18); +x_25 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_25, 0, x_23); +lean_ctor_set(x_25, 1, x_24); +return x_25; +} +} +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_26 = l_Lean_Meta_Grind_Arith_Linear_resolveLowerDiseqConflict___closed__1; +x_27 = l_Lean_Grind_Linarith_Poly_mul(x_14, x_26); +x_28 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_28, 0, x_2); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_27); +lean_ctor_set(x_29, 1, x_28); +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_inc(x_5); +lean_inc(x_4); +x_30 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split(x_29, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_30) == 0) +{ +lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = lean_ctor_get(x_30, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_30, 1); +lean_inc(x_32); +lean_dec(x_30); +x_33 = l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict(x_1, x_31, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_32); +return x_33; +} +else +{ +uint8_t x_34; +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_1); +x_34 = !lean_is_exclusive(x_30); +if (x_34 == 0) +{ +return x_30; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_30, 0); +x_36 = lean_ctor_get(x_30, 1); +lean_inc(x_36); +lean_inc(x_35); +lean_dec(x_30); +x_37 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_37, 0, x_35); +lean_ctor_set(x_37, 1, x_36); +return x_37; +} +} +} } } static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_processVar___closed__1() { @@ -9114,23 +12867,6 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_processVar___closed__2() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("NIY", 3, 3); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_processVar___closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Grind_Arith_Linear_processVar___closed__2; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} -} LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_processVar(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) { _start: { @@ -9158,6 +12894,7 @@ if (lean_obj_tag(x_19) == 0) { if (lean_obj_tag(x_14) == 0) { +lean_dec(x_2); if (lean_obj_tag(x_17) == 0) { lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; @@ -9257,6 +12994,7 @@ lean_dec(x_14); if (lean_obj_tag(x_17) == 0) { lean_object* x_46; lean_object* x_47; uint8_t x_48; +lean_dec(x_2); x_46 = lean_ctor_get(x_19, 0); lean_inc(x_46); x_47 = lean_ctor_get(x_19, 1); @@ -9319,7 +13057,7 @@ return x_64; } else { -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; uint8_t x_86; +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; uint8_t x_357; x_65 = lean_ctor_get(x_17, 0); lean_inc(x_65); lean_dec(x_17); @@ -9340,64 +13078,67 @@ lean_inc(x_71); lean_dec(x_65); lean_inc(x_68); lean_inc(x_70); -x_86 = l_Std_Internal_Rat_lt(x_70, x_68); -if (x_86 == 0) +x_357 = l_Std_Internal_Rat_lt(x_70, x_68); +if (x_357 == 0) { -uint8_t x_87; -x_87 = l_Std_Internal_beqRat____x40_Std_Internal_Rat___hyg_42_(x_68, x_70); -if (x_87 == 0) +uint8_t x_358; +x_358 = l_Std_Internal_beqRat____x40_Std_Internal_Rat___hyg_42_(x_68, x_70); +if (x_358 == 0) { -lean_object* x_88; -x_88 = lean_box(0); -x_72 = x_88; -goto block_85; +lean_object* x_359; +x_359 = lean_box(0); +x_72 = x_359; +goto block_356; } else { -uint8_t x_89; -x_89 = lean_ctor_get_uint8(x_69, sizeof(void*)*2); -if (x_89 == 0) +uint8_t x_360; +x_360 = lean_ctor_get_uint8(x_69, sizeof(void*)*2); +if (x_360 == 0) { -uint8_t x_90; -x_90 = lean_ctor_get_uint8(x_71, sizeof(void*)*2); -if (x_90 == 0) +uint8_t x_361; +x_361 = lean_ctor_get_uint8(x_71, sizeof(void*)*2); +if (x_361 == 0) { -lean_object* x_91; -x_91 = lean_box(0); -x_72 = x_91; -goto block_85; +lean_object* x_362; +x_362 = lean_box(0); +x_72 = x_362; +goto block_356; } else { -lean_object* x_92; +lean_object* x_363; lean_dec(x_70); lean_dec(x_68); lean_dec(x_66); -x_92 = l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict(x_69, x_71, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_67); -return x_92; +lean_dec(x_2); +x_363 = l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict(x_69, x_71, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_67); +return x_363; } } else { -lean_object* x_93; +lean_object* x_364; lean_dec(x_70); lean_dec(x_68); lean_dec(x_66); -x_93 = l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict(x_69, x_71, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_67); -return x_93; +lean_dec(x_2); +x_364 = l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict(x_69, x_71, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_67); +return x_364; } } } else { -lean_object* x_94; +lean_object* x_365; lean_dec(x_70); lean_dec(x_68); lean_dec(x_66); -x_94 = l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict(x_69, x_71, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_67); -return x_94; +lean_dec(x_2); +x_365 = l_Lean_Meta_Grind_Arith_Linear_resolveLowerUpperConflict(x_69, x_71, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_67); +return x_365; } -block_85: +block_356: { uint8_t x_73; lean_dec(x_72); @@ -9405,6 +13146,7 @@ x_73 = l_Std_Internal_beqRat____x40_Std_Internal_Rat___hyg_42_(x_68, x_70); if (x_73 == 0) { uint8_t x_74; uint8_t x_75; lean_object* x_76; +lean_dec(x_2); x_74 = lean_ctor_get_uint8(x_69, sizeof(void*)*2); lean_dec(x_69); x_75 = lean_ctor_get_uint8(x_71, sizeof(void*)*2); @@ -9453,15 +13195,16 @@ return x_80; } else { -uint8_t x_81; +lean_object* x_81; lean_dec(x_71); lean_dec(x_70); -lean_dec(x_69); -x_81 = l_Lean_Meta_Grind_Arith_Linear_inDiseqValues(x_68, x_66); +x_81 = l_Lean_Meta_Grind_Arith_Linear_findDiseq_x3f(x_68, x_66); lean_dec(x_66); -if (x_81 == 0) +if (lean_obj_tag(x_81) == 0) { lean_object* x_82; +lean_dec(x_69); +lean_dec(x_2); x_82 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_setAssignment(x_1, x_68, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_67); lean_dec(x_11); lean_dec(x_10); @@ -9477,9 +13220,74 @@ return x_82; else { lean_object* x_83; lean_object* x_84; -lean_dec(x_68); -x_83 = l_Lean_Meta_Grind_Arith_Linear_processVar___closed__3; -x_84 = l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_processVar___spec__1(x_83, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_67); +x_83 = lean_ctor_get(x_81, 0); +lean_inc(x_83); +lean_dec(x_81); +x_84 = l_Lean_Meta_Grind_Arith_Linear_isLinearOrder(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_67); +if (lean_obj_tag(x_84) == 0) +{ +lean_object* x_85; uint8_t x_86; +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_unbox(x_85); +lean_dec(x_85); +if (x_86 == 0) +{ +lean_object* x_87; lean_object* x_88; +lean_dec(x_69); +x_87 = lean_ctor_get(x_84, 1); +lean_inc(x_87); +lean_dec(x_84); +x_88 = l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_denoteExpr___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__9(x_83, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_87); +lean_dec(x_2); +lean_dec(x_83); +if (lean_obj_tag(x_88) == 0) +{ +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; uint8_t x_96; +x_89 = lean_ctor_get(x_88, 0); +lean_inc(x_89); +x_90 = lean_ctor_get(x_88, 1); +lean_inc(x_90); +lean_dec(x_88); +x_91 = lean_st_ref_take(x_4, x_90); +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_92, 14); +lean_inc(x_93); +x_94 = lean_ctor_get(x_93, 3); +lean_inc(x_94); +x_95 = lean_ctor_get(x_91, 1); +lean_inc(x_95); +lean_dec(x_91); +x_96 = !lean_is_exclusive(x_92); +if (x_96 == 0) +{ +lean_object* x_97; uint8_t x_98; +x_97 = lean_ctor_get(x_92, 14); +lean_dec(x_97); +x_98 = !lean_is_exclusive(x_93); +if (x_98 == 0) +{ +lean_object* x_99; uint8_t x_100; +x_99 = lean_ctor_get(x_93, 3); +lean_dec(x_99); +x_100 = !lean_is_exclusive(x_94); +if (x_100 == 0) +{ +lean_object* x_101; lean_object* x_102; uint8_t x_103; +x_101 = lean_ctor_get(x_94, 0); +x_102 = lean_array_get_size(x_101); +x_103 = lean_nat_dec_lt(x_3, x_102); +lean_dec(x_102); +if (x_103 == 0) +{ +lean_object* x_104; lean_object* x_105; lean_object* x_106; +lean_dec(x_89); +x_104 = lean_st_ref_set(x_4, x_92, x_95); +x_105 = lean_ctor_get(x_104, 1); +lean_inc(x_105); +lean_dec(x_104); +x_106 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_setAssignment(x_1, x_68, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_105); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -9489,8 +13297,1022 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); +return x_106; +} +else +{ +lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; +x_107 = lean_array_fget(x_101, x_3); +x_108 = lean_box(0); +x_109 = lean_array_fset(x_101, x_3, x_108); +x_110 = !lean_is_exclusive(x_107); +if (x_110 == 0) +{ +lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_111 = lean_ctor_get(x_107, 31); +x_112 = l_Lean_PersistentArray_push___rarg(x_111, x_89); +lean_ctor_set(x_107, 31, x_112); +x_113 = lean_array_fset(x_109, x_3, x_107); +lean_ctor_set(x_94, 0, x_113); +x_114 = lean_st_ref_set(x_4, x_92, x_95); +x_115 = lean_ctor_get(x_114, 1); +lean_inc(x_115); +lean_dec(x_114); +x_116 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_setAssignment(x_1, x_68, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_115); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_116; +} +else +{ +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; uint8_t 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; +x_117 = lean_ctor_get(x_107, 0); +x_118 = lean_ctor_get(x_107, 1); +x_119 = lean_ctor_get(x_107, 2); +x_120 = lean_ctor_get(x_107, 3); +x_121 = lean_ctor_get(x_107, 4); +x_122 = lean_ctor_get(x_107, 5); +x_123 = lean_ctor_get(x_107, 6); +x_124 = lean_ctor_get(x_107, 7); +x_125 = lean_ctor_get(x_107, 8); +x_126 = lean_ctor_get(x_107, 9); +x_127 = lean_ctor_get(x_107, 10); +x_128 = lean_ctor_get(x_107, 11); +x_129 = lean_ctor_get(x_107, 12); +x_130 = lean_ctor_get(x_107, 13); +x_131 = lean_ctor_get(x_107, 14); +x_132 = lean_ctor_get(x_107, 15); +x_133 = lean_ctor_get(x_107, 16); +x_134 = lean_ctor_get(x_107, 17); +x_135 = lean_ctor_get(x_107, 18); +x_136 = lean_ctor_get(x_107, 19); +x_137 = lean_ctor_get(x_107, 20); +x_138 = lean_ctor_get(x_107, 21); +x_139 = lean_ctor_get(x_107, 22); +x_140 = lean_ctor_get(x_107, 23); +x_141 = lean_ctor_get(x_107, 24); +x_142 = lean_ctor_get(x_107, 25); +x_143 = lean_ctor_get(x_107, 26); +x_144 = lean_ctor_get(x_107, 27); +x_145 = lean_ctor_get(x_107, 28); +x_146 = lean_ctor_get_uint8(x_107, sizeof(void*)*32); +x_147 = lean_ctor_get(x_107, 29); +x_148 = lean_ctor_get(x_107, 30); +x_149 = lean_ctor_get(x_107, 31); +lean_inc(x_149); +lean_inc(x_148); +lean_inc(x_147); +lean_inc(x_145); +lean_inc(x_144); +lean_inc(x_143); +lean_inc(x_142); +lean_inc(x_141); +lean_inc(x_140); +lean_inc(x_139); +lean_inc(x_138); +lean_inc(x_137); +lean_inc(x_136); +lean_inc(x_135); +lean_inc(x_134); +lean_inc(x_133); +lean_inc(x_132); +lean_inc(x_131); +lean_inc(x_130); +lean_inc(x_129); +lean_inc(x_128); +lean_inc(x_127); +lean_inc(x_126); +lean_inc(x_125); +lean_inc(x_124); +lean_inc(x_123); +lean_inc(x_122); +lean_inc(x_121); +lean_inc(x_120); +lean_inc(x_119); +lean_inc(x_118); +lean_inc(x_117); +lean_dec(x_107); +x_150 = l_Lean_PersistentArray_push___rarg(x_149, x_89); +x_151 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_151, 0, x_117); +lean_ctor_set(x_151, 1, x_118); +lean_ctor_set(x_151, 2, x_119); +lean_ctor_set(x_151, 3, x_120); +lean_ctor_set(x_151, 4, x_121); +lean_ctor_set(x_151, 5, x_122); +lean_ctor_set(x_151, 6, x_123); +lean_ctor_set(x_151, 7, x_124); +lean_ctor_set(x_151, 8, x_125); +lean_ctor_set(x_151, 9, x_126); +lean_ctor_set(x_151, 10, x_127); +lean_ctor_set(x_151, 11, x_128); +lean_ctor_set(x_151, 12, x_129); +lean_ctor_set(x_151, 13, x_130); +lean_ctor_set(x_151, 14, x_131); +lean_ctor_set(x_151, 15, x_132); +lean_ctor_set(x_151, 16, x_133); +lean_ctor_set(x_151, 17, x_134); +lean_ctor_set(x_151, 18, x_135); +lean_ctor_set(x_151, 19, x_136); +lean_ctor_set(x_151, 20, x_137); +lean_ctor_set(x_151, 21, x_138); +lean_ctor_set(x_151, 22, x_139); +lean_ctor_set(x_151, 23, x_140); +lean_ctor_set(x_151, 24, x_141); +lean_ctor_set(x_151, 25, x_142); +lean_ctor_set(x_151, 26, x_143); +lean_ctor_set(x_151, 27, x_144); +lean_ctor_set(x_151, 28, x_145); +lean_ctor_set(x_151, 29, x_147); +lean_ctor_set(x_151, 30, x_148); +lean_ctor_set(x_151, 31, x_150); +lean_ctor_set_uint8(x_151, sizeof(void*)*32, x_146); +x_152 = lean_array_fset(x_109, x_3, x_151); +lean_ctor_set(x_94, 0, x_152); +x_153 = lean_st_ref_set(x_4, x_92, x_95); +x_154 = lean_ctor_get(x_153, 1); +lean_inc(x_154); +lean_dec(x_153); +x_155 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_setAssignment(x_1, x_68, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_154); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_155; +} +} +} +else +{ +lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; uint8_t x_160; +x_156 = lean_ctor_get(x_94, 0); +x_157 = lean_ctor_get(x_94, 1); +x_158 = lean_ctor_get(x_94, 2); +lean_inc(x_158); +lean_inc(x_157); +lean_inc(x_156); +lean_dec(x_94); +x_159 = lean_array_get_size(x_156); +x_160 = lean_nat_dec_lt(x_3, x_159); +lean_dec(x_159); +if (x_160 == 0) +{ +lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; +lean_dec(x_89); +x_161 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_161, 0, x_156); +lean_ctor_set(x_161, 1, x_157); +lean_ctor_set(x_161, 2, x_158); +lean_ctor_set(x_93, 3, x_161); +x_162 = lean_st_ref_set(x_4, x_92, x_95); +x_163 = lean_ctor_get(x_162, 1); +lean_inc(x_163); +lean_dec(x_162); +x_164 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_setAssignment(x_1, x_68, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_163); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_164; +} +else +{ +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; uint8_t 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; +x_165 = lean_array_fget(x_156, x_3); +x_166 = lean_box(0); +x_167 = lean_array_fset(x_156, x_3, x_166); +x_168 = lean_ctor_get(x_165, 0); +lean_inc(x_168); +x_169 = lean_ctor_get(x_165, 1); +lean_inc(x_169); +x_170 = lean_ctor_get(x_165, 2); +lean_inc(x_170); +x_171 = lean_ctor_get(x_165, 3); +lean_inc(x_171); +x_172 = lean_ctor_get(x_165, 4); +lean_inc(x_172); +x_173 = lean_ctor_get(x_165, 5); +lean_inc(x_173); +x_174 = lean_ctor_get(x_165, 6); +lean_inc(x_174); +x_175 = lean_ctor_get(x_165, 7); +lean_inc(x_175); +x_176 = lean_ctor_get(x_165, 8); +lean_inc(x_176); +x_177 = lean_ctor_get(x_165, 9); +lean_inc(x_177); +x_178 = lean_ctor_get(x_165, 10); +lean_inc(x_178); +x_179 = lean_ctor_get(x_165, 11); +lean_inc(x_179); +x_180 = lean_ctor_get(x_165, 12); +lean_inc(x_180); +x_181 = lean_ctor_get(x_165, 13); +lean_inc(x_181); +x_182 = lean_ctor_get(x_165, 14); +lean_inc(x_182); +x_183 = lean_ctor_get(x_165, 15); +lean_inc(x_183); +x_184 = lean_ctor_get(x_165, 16); +lean_inc(x_184); +x_185 = lean_ctor_get(x_165, 17); +lean_inc(x_185); +x_186 = lean_ctor_get(x_165, 18); +lean_inc(x_186); +x_187 = lean_ctor_get(x_165, 19); +lean_inc(x_187); +x_188 = lean_ctor_get(x_165, 20); +lean_inc(x_188); +x_189 = lean_ctor_get(x_165, 21); +lean_inc(x_189); +x_190 = lean_ctor_get(x_165, 22); +lean_inc(x_190); +x_191 = lean_ctor_get(x_165, 23); +lean_inc(x_191); +x_192 = lean_ctor_get(x_165, 24); +lean_inc(x_192); +x_193 = lean_ctor_get(x_165, 25); +lean_inc(x_193); +x_194 = lean_ctor_get(x_165, 26); +lean_inc(x_194); +x_195 = lean_ctor_get(x_165, 27); +lean_inc(x_195); +x_196 = lean_ctor_get(x_165, 28); +lean_inc(x_196); +x_197 = lean_ctor_get_uint8(x_165, sizeof(void*)*32); +x_198 = lean_ctor_get(x_165, 29); +lean_inc(x_198); +x_199 = lean_ctor_get(x_165, 30); +lean_inc(x_199); +x_200 = lean_ctor_get(x_165, 31); +lean_inc(x_200); +if (lean_is_exclusive(x_165)) { + lean_ctor_release(x_165, 0); + lean_ctor_release(x_165, 1); + lean_ctor_release(x_165, 2); + lean_ctor_release(x_165, 3); + lean_ctor_release(x_165, 4); + lean_ctor_release(x_165, 5); + lean_ctor_release(x_165, 6); + lean_ctor_release(x_165, 7); + lean_ctor_release(x_165, 8); + lean_ctor_release(x_165, 9); + lean_ctor_release(x_165, 10); + lean_ctor_release(x_165, 11); + lean_ctor_release(x_165, 12); + lean_ctor_release(x_165, 13); + lean_ctor_release(x_165, 14); + lean_ctor_release(x_165, 15); + lean_ctor_release(x_165, 16); + lean_ctor_release(x_165, 17); + lean_ctor_release(x_165, 18); + lean_ctor_release(x_165, 19); + lean_ctor_release(x_165, 20); + lean_ctor_release(x_165, 21); + lean_ctor_release(x_165, 22); + lean_ctor_release(x_165, 23); + lean_ctor_release(x_165, 24); + lean_ctor_release(x_165, 25); + lean_ctor_release(x_165, 26); + lean_ctor_release(x_165, 27); + lean_ctor_release(x_165, 28); + lean_ctor_release(x_165, 29); + lean_ctor_release(x_165, 30); + lean_ctor_release(x_165, 31); + x_201 = x_165; +} else { + lean_dec_ref(x_165); + x_201 = lean_box(0); +} +x_202 = l_Lean_PersistentArray_push___rarg(x_200, x_89); +if (lean_is_scalar(x_201)) { + x_203 = lean_alloc_ctor(0, 32, 1); +} else { + x_203 = x_201; +} +lean_ctor_set(x_203, 0, x_168); +lean_ctor_set(x_203, 1, x_169); +lean_ctor_set(x_203, 2, x_170); +lean_ctor_set(x_203, 3, x_171); +lean_ctor_set(x_203, 4, x_172); +lean_ctor_set(x_203, 5, x_173); +lean_ctor_set(x_203, 6, x_174); +lean_ctor_set(x_203, 7, x_175); +lean_ctor_set(x_203, 8, x_176); +lean_ctor_set(x_203, 9, x_177); +lean_ctor_set(x_203, 10, x_178); +lean_ctor_set(x_203, 11, x_179); +lean_ctor_set(x_203, 12, x_180); +lean_ctor_set(x_203, 13, x_181); +lean_ctor_set(x_203, 14, x_182); +lean_ctor_set(x_203, 15, x_183); +lean_ctor_set(x_203, 16, x_184); +lean_ctor_set(x_203, 17, x_185); +lean_ctor_set(x_203, 18, x_186); +lean_ctor_set(x_203, 19, x_187); +lean_ctor_set(x_203, 20, x_188); +lean_ctor_set(x_203, 21, x_189); +lean_ctor_set(x_203, 22, x_190); +lean_ctor_set(x_203, 23, x_191); +lean_ctor_set(x_203, 24, x_192); +lean_ctor_set(x_203, 25, x_193); +lean_ctor_set(x_203, 26, x_194); +lean_ctor_set(x_203, 27, x_195); +lean_ctor_set(x_203, 28, x_196); +lean_ctor_set(x_203, 29, x_198); +lean_ctor_set(x_203, 30, x_199); +lean_ctor_set(x_203, 31, x_202); +lean_ctor_set_uint8(x_203, sizeof(void*)*32, x_197); +x_204 = lean_array_fset(x_167, x_3, x_203); +x_205 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_205, 0, x_204); +lean_ctor_set(x_205, 1, x_157); +lean_ctor_set(x_205, 2, x_158); +lean_ctor_set(x_93, 3, x_205); +x_206 = lean_st_ref_set(x_4, x_92, x_95); +x_207 = lean_ctor_get(x_206, 1); +lean_inc(x_207); +lean_dec(x_206); +x_208 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_setAssignment(x_1, x_68, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_207); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_208; +} +} +} +else +{ +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; uint8_t x_217; +x_209 = lean_ctor_get(x_93, 0); +x_210 = lean_ctor_get(x_93, 1); +x_211 = lean_ctor_get(x_93, 2); +lean_inc(x_211); +lean_inc(x_210); +lean_inc(x_209); +lean_dec(x_93); +x_212 = lean_ctor_get(x_94, 0); +lean_inc(x_212); +x_213 = lean_ctor_get(x_94, 1); +lean_inc(x_213); +x_214 = lean_ctor_get(x_94, 2); +lean_inc(x_214); +if (lean_is_exclusive(x_94)) { + lean_ctor_release(x_94, 0); + lean_ctor_release(x_94, 1); + lean_ctor_release(x_94, 2); + x_215 = x_94; +} else { + lean_dec_ref(x_94); + x_215 = lean_box(0); +} +x_216 = lean_array_get_size(x_212); +x_217 = lean_nat_dec_lt(x_3, x_216); +lean_dec(x_216); +if (x_217 == 0) +{ +lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; +lean_dec(x_89); +if (lean_is_scalar(x_215)) { + x_218 = lean_alloc_ctor(0, 3, 0); +} else { + x_218 = x_215; +} +lean_ctor_set(x_218, 0, x_212); +lean_ctor_set(x_218, 1, x_213); +lean_ctor_set(x_218, 2, x_214); +x_219 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_219, 0, x_209); +lean_ctor_set(x_219, 1, x_210); +lean_ctor_set(x_219, 2, x_211); +lean_ctor_set(x_219, 3, x_218); +lean_ctor_set(x_92, 14, x_219); +x_220 = lean_st_ref_set(x_4, x_92, x_95); +x_221 = lean_ctor_get(x_220, 1); +lean_inc(x_221); +lean_dec(x_220); +x_222 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_setAssignment(x_1, x_68, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_221); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_222; +} +else +{ +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; uint8_t 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; +x_223 = lean_array_fget(x_212, x_3); +x_224 = lean_box(0); +x_225 = lean_array_fset(x_212, x_3, x_224); +x_226 = lean_ctor_get(x_223, 0); +lean_inc(x_226); +x_227 = lean_ctor_get(x_223, 1); +lean_inc(x_227); +x_228 = lean_ctor_get(x_223, 2); +lean_inc(x_228); +x_229 = lean_ctor_get(x_223, 3); +lean_inc(x_229); +x_230 = lean_ctor_get(x_223, 4); +lean_inc(x_230); +x_231 = lean_ctor_get(x_223, 5); +lean_inc(x_231); +x_232 = lean_ctor_get(x_223, 6); +lean_inc(x_232); +x_233 = lean_ctor_get(x_223, 7); +lean_inc(x_233); +x_234 = lean_ctor_get(x_223, 8); +lean_inc(x_234); +x_235 = lean_ctor_get(x_223, 9); +lean_inc(x_235); +x_236 = lean_ctor_get(x_223, 10); +lean_inc(x_236); +x_237 = lean_ctor_get(x_223, 11); +lean_inc(x_237); +x_238 = lean_ctor_get(x_223, 12); +lean_inc(x_238); +x_239 = lean_ctor_get(x_223, 13); +lean_inc(x_239); +x_240 = lean_ctor_get(x_223, 14); +lean_inc(x_240); +x_241 = lean_ctor_get(x_223, 15); +lean_inc(x_241); +x_242 = lean_ctor_get(x_223, 16); +lean_inc(x_242); +x_243 = lean_ctor_get(x_223, 17); +lean_inc(x_243); +x_244 = lean_ctor_get(x_223, 18); +lean_inc(x_244); +x_245 = lean_ctor_get(x_223, 19); +lean_inc(x_245); +x_246 = lean_ctor_get(x_223, 20); +lean_inc(x_246); +x_247 = lean_ctor_get(x_223, 21); +lean_inc(x_247); +x_248 = lean_ctor_get(x_223, 22); +lean_inc(x_248); +x_249 = lean_ctor_get(x_223, 23); +lean_inc(x_249); +x_250 = lean_ctor_get(x_223, 24); +lean_inc(x_250); +x_251 = lean_ctor_get(x_223, 25); +lean_inc(x_251); +x_252 = lean_ctor_get(x_223, 26); +lean_inc(x_252); +x_253 = lean_ctor_get(x_223, 27); +lean_inc(x_253); +x_254 = lean_ctor_get(x_223, 28); +lean_inc(x_254); +x_255 = lean_ctor_get_uint8(x_223, sizeof(void*)*32); +x_256 = lean_ctor_get(x_223, 29); +lean_inc(x_256); +x_257 = lean_ctor_get(x_223, 30); +lean_inc(x_257); +x_258 = lean_ctor_get(x_223, 31); +lean_inc(x_258); +if (lean_is_exclusive(x_223)) { + lean_ctor_release(x_223, 0); + lean_ctor_release(x_223, 1); + lean_ctor_release(x_223, 2); + lean_ctor_release(x_223, 3); + lean_ctor_release(x_223, 4); + lean_ctor_release(x_223, 5); + lean_ctor_release(x_223, 6); + lean_ctor_release(x_223, 7); + lean_ctor_release(x_223, 8); + lean_ctor_release(x_223, 9); + lean_ctor_release(x_223, 10); + lean_ctor_release(x_223, 11); + lean_ctor_release(x_223, 12); + lean_ctor_release(x_223, 13); + lean_ctor_release(x_223, 14); + lean_ctor_release(x_223, 15); + lean_ctor_release(x_223, 16); + lean_ctor_release(x_223, 17); + lean_ctor_release(x_223, 18); + lean_ctor_release(x_223, 19); + lean_ctor_release(x_223, 20); + lean_ctor_release(x_223, 21); + lean_ctor_release(x_223, 22); + lean_ctor_release(x_223, 23); + lean_ctor_release(x_223, 24); + lean_ctor_release(x_223, 25); + lean_ctor_release(x_223, 26); + lean_ctor_release(x_223, 27); + lean_ctor_release(x_223, 28); + lean_ctor_release(x_223, 29); + lean_ctor_release(x_223, 30); + lean_ctor_release(x_223, 31); + x_259 = x_223; +} else { + lean_dec_ref(x_223); + x_259 = lean_box(0); +} +x_260 = l_Lean_PersistentArray_push___rarg(x_258, x_89); +if (lean_is_scalar(x_259)) { + x_261 = lean_alloc_ctor(0, 32, 1); +} else { + x_261 = x_259; +} +lean_ctor_set(x_261, 0, x_226); +lean_ctor_set(x_261, 1, x_227); +lean_ctor_set(x_261, 2, x_228); +lean_ctor_set(x_261, 3, x_229); +lean_ctor_set(x_261, 4, x_230); +lean_ctor_set(x_261, 5, x_231); +lean_ctor_set(x_261, 6, x_232); +lean_ctor_set(x_261, 7, x_233); +lean_ctor_set(x_261, 8, x_234); +lean_ctor_set(x_261, 9, x_235); +lean_ctor_set(x_261, 10, x_236); +lean_ctor_set(x_261, 11, x_237); +lean_ctor_set(x_261, 12, x_238); +lean_ctor_set(x_261, 13, x_239); +lean_ctor_set(x_261, 14, x_240); +lean_ctor_set(x_261, 15, x_241); +lean_ctor_set(x_261, 16, x_242); +lean_ctor_set(x_261, 17, x_243); +lean_ctor_set(x_261, 18, x_244); +lean_ctor_set(x_261, 19, x_245); +lean_ctor_set(x_261, 20, x_246); +lean_ctor_set(x_261, 21, x_247); +lean_ctor_set(x_261, 22, x_248); +lean_ctor_set(x_261, 23, x_249); +lean_ctor_set(x_261, 24, x_250); +lean_ctor_set(x_261, 25, x_251); +lean_ctor_set(x_261, 26, x_252); +lean_ctor_set(x_261, 27, x_253); +lean_ctor_set(x_261, 28, x_254); +lean_ctor_set(x_261, 29, x_256); +lean_ctor_set(x_261, 30, x_257); +lean_ctor_set(x_261, 31, x_260); +lean_ctor_set_uint8(x_261, sizeof(void*)*32, x_255); +x_262 = lean_array_fset(x_225, x_3, x_261); +if (lean_is_scalar(x_215)) { + x_263 = lean_alloc_ctor(0, 3, 0); +} else { + x_263 = x_215; +} +lean_ctor_set(x_263, 0, x_262); +lean_ctor_set(x_263, 1, x_213); +lean_ctor_set(x_263, 2, x_214); +x_264 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_264, 0, x_209); +lean_ctor_set(x_264, 1, x_210); +lean_ctor_set(x_264, 2, x_211); +lean_ctor_set(x_264, 3, x_263); +lean_ctor_set(x_92, 14, x_264); +x_265 = lean_st_ref_set(x_4, x_92, x_95); +x_266 = lean_ctor_get(x_265, 1); +lean_inc(x_266); +lean_dec(x_265); +x_267 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_setAssignment(x_1, x_68, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_266); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_267; +} +} +} +else +{ +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; uint8_t 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; uint8_t x_293; +x_268 = lean_ctor_get(x_92, 0); +x_269 = lean_ctor_get(x_92, 1); +x_270 = lean_ctor_get(x_92, 2); +x_271 = lean_ctor_get(x_92, 3); +x_272 = lean_ctor_get(x_92, 4); +x_273 = lean_ctor_get(x_92, 5); +x_274 = lean_ctor_get(x_92, 6); +x_275 = lean_ctor_get(x_92, 7); +x_276 = lean_ctor_get_uint8(x_92, sizeof(void*)*16); +x_277 = lean_ctor_get(x_92, 8); +x_278 = lean_ctor_get(x_92, 9); +x_279 = lean_ctor_get(x_92, 10); +x_280 = lean_ctor_get(x_92, 11); +x_281 = lean_ctor_get(x_92, 12); +x_282 = lean_ctor_get(x_92, 13); +x_283 = lean_ctor_get(x_92, 15); +lean_inc(x_283); +lean_inc(x_282); +lean_inc(x_281); +lean_inc(x_280); +lean_inc(x_279); +lean_inc(x_278); +lean_inc(x_277); +lean_inc(x_275); +lean_inc(x_274); +lean_inc(x_273); +lean_inc(x_272); +lean_inc(x_271); +lean_inc(x_270); +lean_inc(x_269); +lean_inc(x_268); +lean_dec(x_92); +x_284 = lean_ctor_get(x_93, 0); +lean_inc(x_284); +x_285 = lean_ctor_get(x_93, 1); +lean_inc(x_285); +x_286 = lean_ctor_get(x_93, 2); +lean_inc(x_286); +if (lean_is_exclusive(x_93)) { + lean_ctor_release(x_93, 0); + lean_ctor_release(x_93, 1); + lean_ctor_release(x_93, 2); + lean_ctor_release(x_93, 3); + x_287 = x_93; +} else { + lean_dec_ref(x_93); + x_287 = lean_box(0); +} +x_288 = lean_ctor_get(x_94, 0); +lean_inc(x_288); +x_289 = lean_ctor_get(x_94, 1); +lean_inc(x_289); +x_290 = lean_ctor_get(x_94, 2); +lean_inc(x_290); +if (lean_is_exclusive(x_94)) { + lean_ctor_release(x_94, 0); + lean_ctor_release(x_94, 1); + lean_ctor_release(x_94, 2); + x_291 = x_94; +} else { + lean_dec_ref(x_94); + x_291 = lean_box(0); +} +x_292 = lean_array_get_size(x_288); +x_293 = lean_nat_dec_lt(x_3, x_292); +lean_dec(x_292); +if (x_293 == 0) +{ +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_dec(x_89); +if (lean_is_scalar(x_291)) { + x_294 = lean_alloc_ctor(0, 3, 0); +} else { + x_294 = x_291; +} +lean_ctor_set(x_294, 0, x_288); +lean_ctor_set(x_294, 1, x_289); +lean_ctor_set(x_294, 2, x_290); +if (lean_is_scalar(x_287)) { + x_295 = lean_alloc_ctor(0, 4, 0); +} else { + x_295 = x_287; +} +lean_ctor_set(x_295, 0, x_284); +lean_ctor_set(x_295, 1, x_285); +lean_ctor_set(x_295, 2, x_286); +lean_ctor_set(x_295, 3, x_294); +x_296 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_296, 0, x_268); +lean_ctor_set(x_296, 1, x_269); +lean_ctor_set(x_296, 2, x_270); +lean_ctor_set(x_296, 3, x_271); +lean_ctor_set(x_296, 4, x_272); +lean_ctor_set(x_296, 5, x_273); +lean_ctor_set(x_296, 6, x_274); +lean_ctor_set(x_296, 7, x_275); +lean_ctor_set(x_296, 8, x_277); +lean_ctor_set(x_296, 9, x_278); +lean_ctor_set(x_296, 10, x_279); +lean_ctor_set(x_296, 11, x_280); +lean_ctor_set(x_296, 12, x_281); +lean_ctor_set(x_296, 13, x_282); +lean_ctor_set(x_296, 14, x_295); +lean_ctor_set(x_296, 15, x_283); +lean_ctor_set_uint8(x_296, sizeof(void*)*16, x_276); +x_297 = lean_st_ref_set(x_4, x_296, x_95); +x_298 = lean_ctor_get(x_297, 1); +lean_inc(x_298); +lean_dec(x_297); +x_299 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_setAssignment(x_1, x_68, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_298); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_299; +} +else +{ +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; lean_object* x_331; uint8_t 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; +x_300 = lean_array_fget(x_288, x_3); +x_301 = lean_box(0); +x_302 = lean_array_fset(x_288, x_3, x_301); +x_303 = lean_ctor_get(x_300, 0); +lean_inc(x_303); +x_304 = lean_ctor_get(x_300, 1); +lean_inc(x_304); +x_305 = lean_ctor_get(x_300, 2); +lean_inc(x_305); +x_306 = lean_ctor_get(x_300, 3); +lean_inc(x_306); +x_307 = lean_ctor_get(x_300, 4); +lean_inc(x_307); +x_308 = lean_ctor_get(x_300, 5); +lean_inc(x_308); +x_309 = lean_ctor_get(x_300, 6); +lean_inc(x_309); +x_310 = lean_ctor_get(x_300, 7); +lean_inc(x_310); +x_311 = lean_ctor_get(x_300, 8); +lean_inc(x_311); +x_312 = lean_ctor_get(x_300, 9); +lean_inc(x_312); +x_313 = lean_ctor_get(x_300, 10); +lean_inc(x_313); +x_314 = lean_ctor_get(x_300, 11); +lean_inc(x_314); +x_315 = lean_ctor_get(x_300, 12); +lean_inc(x_315); +x_316 = lean_ctor_get(x_300, 13); +lean_inc(x_316); +x_317 = lean_ctor_get(x_300, 14); +lean_inc(x_317); +x_318 = lean_ctor_get(x_300, 15); +lean_inc(x_318); +x_319 = lean_ctor_get(x_300, 16); +lean_inc(x_319); +x_320 = lean_ctor_get(x_300, 17); +lean_inc(x_320); +x_321 = lean_ctor_get(x_300, 18); +lean_inc(x_321); +x_322 = lean_ctor_get(x_300, 19); +lean_inc(x_322); +x_323 = lean_ctor_get(x_300, 20); +lean_inc(x_323); +x_324 = lean_ctor_get(x_300, 21); +lean_inc(x_324); +x_325 = lean_ctor_get(x_300, 22); +lean_inc(x_325); +x_326 = lean_ctor_get(x_300, 23); +lean_inc(x_326); +x_327 = lean_ctor_get(x_300, 24); +lean_inc(x_327); +x_328 = lean_ctor_get(x_300, 25); +lean_inc(x_328); +x_329 = lean_ctor_get(x_300, 26); +lean_inc(x_329); +x_330 = lean_ctor_get(x_300, 27); +lean_inc(x_330); +x_331 = lean_ctor_get(x_300, 28); +lean_inc(x_331); +x_332 = lean_ctor_get_uint8(x_300, sizeof(void*)*32); +x_333 = lean_ctor_get(x_300, 29); +lean_inc(x_333); +x_334 = lean_ctor_get(x_300, 30); +lean_inc(x_334); +x_335 = lean_ctor_get(x_300, 31); +lean_inc(x_335); +if (lean_is_exclusive(x_300)) { + lean_ctor_release(x_300, 0); + lean_ctor_release(x_300, 1); + lean_ctor_release(x_300, 2); + lean_ctor_release(x_300, 3); + lean_ctor_release(x_300, 4); + lean_ctor_release(x_300, 5); + lean_ctor_release(x_300, 6); + lean_ctor_release(x_300, 7); + lean_ctor_release(x_300, 8); + lean_ctor_release(x_300, 9); + lean_ctor_release(x_300, 10); + lean_ctor_release(x_300, 11); + lean_ctor_release(x_300, 12); + lean_ctor_release(x_300, 13); + lean_ctor_release(x_300, 14); + lean_ctor_release(x_300, 15); + lean_ctor_release(x_300, 16); + lean_ctor_release(x_300, 17); + lean_ctor_release(x_300, 18); + lean_ctor_release(x_300, 19); + lean_ctor_release(x_300, 20); + lean_ctor_release(x_300, 21); + lean_ctor_release(x_300, 22); + lean_ctor_release(x_300, 23); + lean_ctor_release(x_300, 24); + lean_ctor_release(x_300, 25); + lean_ctor_release(x_300, 26); + lean_ctor_release(x_300, 27); + lean_ctor_release(x_300, 28); + lean_ctor_release(x_300, 29); + lean_ctor_release(x_300, 30); + lean_ctor_release(x_300, 31); + x_336 = x_300; +} else { + lean_dec_ref(x_300); + x_336 = lean_box(0); +} +x_337 = l_Lean_PersistentArray_push___rarg(x_335, x_89); +if (lean_is_scalar(x_336)) { + x_338 = lean_alloc_ctor(0, 32, 1); +} else { + x_338 = x_336; +} +lean_ctor_set(x_338, 0, x_303); +lean_ctor_set(x_338, 1, x_304); +lean_ctor_set(x_338, 2, x_305); +lean_ctor_set(x_338, 3, x_306); +lean_ctor_set(x_338, 4, x_307); +lean_ctor_set(x_338, 5, x_308); +lean_ctor_set(x_338, 6, x_309); +lean_ctor_set(x_338, 7, x_310); +lean_ctor_set(x_338, 8, x_311); +lean_ctor_set(x_338, 9, x_312); +lean_ctor_set(x_338, 10, x_313); +lean_ctor_set(x_338, 11, x_314); +lean_ctor_set(x_338, 12, x_315); +lean_ctor_set(x_338, 13, x_316); +lean_ctor_set(x_338, 14, x_317); +lean_ctor_set(x_338, 15, x_318); +lean_ctor_set(x_338, 16, x_319); +lean_ctor_set(x_338, 17, x_320); +lean_ctor_set(x_338, 18, x_321); +lean_ctor_set(x_338, 19, x_322); +lean_ctor_set(x_338, 20, x_323); +lean_ctor_set(x_338, 21, x_324); +lean_ctor_set(x_338, 22, x_325); +lean_ctor_set(x_338, 23, x_326); +lean_ctor_set(x_338, 24, x_327); +lean_ctor_set(x_338, 25, x_328); +lean_ctor_set(x_338, 26, x_329); +lean_ctor_set(x_338, 27, x_330); +lean_ctor_set(x_338, 28, x_331); +lean_ctor_set(x_338, 29, x_333); +lean_ctor_set(x_338, 30, x_334); +lean_ctor_set(x_338, 31, x_337); +lean_ctor_set_uint8(x_338, sizeof(void*)*32, x_332); +x_339 = lean_array_fset(x_302, x_3, x_338); +if (lean_is_scalar(x_291)) { + x_340 = lean_alloc_ctor(0, 3, 0); +} else { + x_340 = x_291; +} +lean_ctor_set(x_340, 0, x_339); +lean_ctor_set(x_340, 1, x_289); +lean_ctor_set(x_340, 2, x_290); +if (lean_is_scalar(x_287)) { + x_341 = lean_alloc_ctor(0, 4, 0); +} else { + x_341 = x_287; +} +lean_ctor_set(x_341, 0, x_284); +lean_ctor_set(x_341, 1, x_285); +lean_ctor_set(x_341, 2, x_286); +lean_ctor_set(x_341, 3, x_340); +x_342 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_342, 0, x_268); +lean_ctor_set(x_342, 1, x_269); +lean_ctor_set(x_342, 2, x_270); +lean_ctor_set(x_342, 3, x_271); +lean_ctor_set(x_342, 4, x_272); +lean_ctor_set(x_342, 5, x_273); +lean_ctor_set(x_342, 6, x_274); +lean_ctor_set(x_342, 7, x_275); +lean_ctor_set(x_342, 8, x_277); +lean_ctor_set(x_342, 9, x_278); +lean_ctor_set(x_342, 10, x_279); +lean_ctor_set(x_342, 11, x_280); +lean_ctor_set(x_342, 12, x_281); +lean_ctor_set(x_342, 13, x_282); +lean_ctor_set(x_342, 14, x_341); +lean_ctor_set(x_342, 15, x_283); +lean_ctor_set_uint8(x_342, sizeof(void*)*16, x_276); +x_343 = lean_st_ref_set(x_4, x_342, x_95); +x_344 = lean_ctor_get(x_343, 1); +lean_inc(x_344); +lean_dec(x_343); +x_345 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_setAssignment(x_1, x_68, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_344); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_345; +} +} +} +else +{ +uint8_t x_346; +lean_dec(x_68); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_346 = !lean_is_exclusive(x_88); +if (x_346 == 0) +{ +return x_88; +} +else +{ +lean_object* x_347; lean_object* x_348; lean_object* x_349; +x_347 = lean_ctor_get(x_88, 0); +x_348 = lean_ctor_get(x_88, 1); +lean_inc(x_348); +lean_inc(x_347); +lean_dec(x_88); +x_349 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_349, 0, x_347); +lean_ctor_set(x_349, 1, x_348); +return x_349; +} +} +} +else +{ +lean_object* x_350; lean_object* x_351; +lean_dec(x_68); +x_350 = lean_ctor_get(x_84, 1); +lean_inc(x_350); +lean_dec(x_84); +x_351 = l_Lean_Meta_Grind_Arith_Linear_resolveLowerDiseqConflict(x_69, x_83, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_350); +return x_351; +} +} +else +{ +uint8_t x_352; +lean_dec(x_83); +lean_dec(x_69); +lean_dec(x_68); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_352 = !lean_is_exclusive(x_84); +if (x_352 == 0) +{ return x_84; } +else +{ +lean_object* x_353; lean_object* x_354; lean_object* x_355; +x_353 = lean_ctor_get(x_84, 0); +x_354 = lean_ctor_get(x_84, 1); +lean_inc(x_354); +lean_inc(x_353); +lean_dec(x_84); +x_355 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_355, 0, x_353); +lean_ctor_set(x_355, 1, x_354); +return x_355; +} +} +} } } } @@ -9498,7 +14320,7 @@ return x_84; } else { -uint8_t x_95; +uint8_t x_366; lean_dec(x_17); lean_dec(x_14); lean_dec(x_11); @@ -9510,29 +14332,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_95 = !lean_is_exclusive(x_19); -if (x_95 == 0) +lean_dec(x_2); +x_366 = !lean_is_exclusive(x_19); +if (x_366 == 0) { return x_19; } else { -lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_96 = lean_ctor_get(x_19, 0); -x_97 = lean_ctor_get(x_19, 1); -lean_inc(x_97); -lean_inc(x_96); +lean_object* x_367; lean_object* x_368; lean_object* x_369; +x_367 = lean_ctor_get(x_19, 0); +x_368 = lean_ctor_get(x_19, 1); +lean_inc(x_368); +lean_inc(x_367); lean_dec(x_19); -x_98 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_98, 0, x_96); -lean_ctor_set(x_98, 1, x_97); -return x_98; +x_369 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_369, 0, x_367); +lean_ctor_set(x_369, 1, x_368); +return x_369; } } } else { -uint8_t x_99; +uint8_t x_370; lean_dec(x_14); lean_dec(x_11); lean_dec(x_10); @@ -9543,64 +14366,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_99 = !lean_is_exclusive(x_16); -if (x_99 == 0) +lean_dec(x_2); +x_370 = !lean_is_exclusive(x_16); +if (x_370 == 0) { return x_16; } else { -lean_object* x_100; lean_object* x_101; lean_object* x_102; -x_100 = lean_ctor_get(x_16, 0); -x_101 = lean_ctor_get(x_16, 1); -lean_inc(x_101); -lean_inc(x_100); +lean_object* x_371; lean_object* x_372; lean_object* x_373; +x_371 = lean_ctor_get(x_16, 0); +x_372 = lean_ctor_get(x_16, 1); +lean_inc(x_372); +lean_inc(x_371); lean_dec(x_16); -x_102 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_102, 0, x_100); -lean_ctor_set(x_102, 1, x_101); -return x_102; +x_373 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_373, 0, x_371); +lean_ctor_set(x_373, 1, x_372); +return x_373; } } } else { -uint8_t x_103; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_103 = !lean_is_exclusive(x_13); -if (x_103 == 0) -{ -return x_13; -} -else -{ -lean_object* x_104; lean_object* x_105; lean_object* x_106; -x_104 = lean_ctor_get(x_13, 0); -x_105 = lean_ctor_get(x_13, 1); -lean_inc(x_105); -lean_inc(x_104); -lean_dec(x_13); -x_106 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_106, 0, x_104); -lean_ctor_set(x_106, 1, x_105); -return x_106; -} -} -} -} -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_processVar___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) { -_start: -{ -lean_object* x_13; -x_13 = l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_processVar___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +uint8_t x_374; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -9611,15 +14400,32 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); +x_374 = !lean_is_exclusive(x_13); +if (x_374 == 0) +{ return x_13; } +else +{ +lean_object* x_375; lean_object* x_376; lean_object* x_377; +x_375 = lean_ctor_get(x_13, 0); +x_376 = lean_ctor_get(x_13, 1); +lean_inc(x_376); +lean_inc(x_375); +lean_dec(x_13); +x_377 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_377, 0, x_375); +lean_ctor_set(x_377, 1, x_376); +return x_377; +} +} +} } LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_processVar___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) { _start: { lean_object* x_13; x_13 = l_Lean_Meta_Grind_Arith_Linear_processVar(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_2); lean_dec(x_1); return x_13; } @@ -9760,12 +14566,67 @@ lean_dec(x_1); return x_11; } } +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_resolveConflict___spec__1(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) { +_start: +{ +lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_13 = lean_ctor_get(x_10, 5); +x_14 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_8, x_9, x_10, x_11, x_12); +x_15 = !lean_is_exclusive(x_14); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_14, 0); +lean_inc(x_13); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_13); +lean_ctor_set(x_17, 1, x_16); +lean_ctor_set_tag(x_14, 1); +lean_ctor_set(x_14, 0, x_17); +return x_14; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_18 = lean_ctor_get(x_14, 0); +x_19 = lean_ctor_get(x_14, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_14); +lean_inc(x_13); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_13); +lean_ctor_set(x_20, 1, x_18); +x_21 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_19); +return x_21; +} +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("NIY: resolve conflict with backtracking", 39, 39); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, 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; lean_object* x_13; -x_12 = l_Lean_Meta_Grind_Arith_Linear_processVar___closed__3; -x_13 = l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_processVar___spec__1(x_12, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_12 = l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg___closed__2; +x_13 = l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_resolveConflict___spec__1(x_12, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); return x_13; } } @@ -9777,6 +14638,24 @@ x_2 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_Arith_Linear_resolveConflict_ return x_2; } } +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_resolveConflict___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) { +_start: +{ +lean_object* x_13; +x_13 = l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_resolveConflict___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_13; +} +} LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { @@ -9804,21 +14683,7 @@ lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__1(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) { -_start: -{ -lean_object* x_13; lean_object* x_14; uint8_t x_15; lean_object* x_16; lean_object* x_17; -x_13 = lean_ctor_get(x_10, 12); -x_14 = lean_ctor_get(x_10, 2); -x_15 = l_Lean_checkTraceOption(x_13, x_14, x_1); -x_16 = lean_box(x_15); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_16); -lean_ctor_set(x_17, 1, x_12); -return x_17; -} -} -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 0) @@ -9871,7 +14736,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__2___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__1___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 0) @@ -9929,342 +14794,7 @@ goto _start; } } } -static double _init_l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__4___closed__1() { -_start: -{ -lean_object* x_1; uint8_t x_2; double x_3; -x_1 = lean_unsigned_to_nat(0u); -x_2 = 0; -x_3 = l_Float_ofScientific(x_1, x_2, x_1); -return x_3; -} -} -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___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, 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: -{ -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; uint8_t x_21; -x_14 = lean_ctor_get(x_11, 5); -x_15 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_2, x_9, x_10, x_11, x_12, x_13); -x_16 = lean_ctor_get(x_15, 0); -lean_inc(x_16); -x_17 = lean_ctor_get(x_15, 1); -lean_inc(x_17); -lean_dec(x_15); -x_18 = lean_st_ref_take(x_12, x_17); -x_19 = lean_ctor_get(x_18, 0); -lean_inc(x_19); -x_20 = lean_ctor_get(x_19, 4); -lean_inc(x_20); -x_21 = !lean_is_exclusive(x_18); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_22 = lean_ctor_get(x_18, 1); -x_23 = lean_ctor_get(x_18, 0); -lean_dec(x_23); -x_24 = !lean_is_exclusive(x_19); -if (x_24 == 0) -{ -lean_object* x_25; uint8_t x_26; -x_25 = lean_ctor_get(x_19, 4); -lean_dec(x_25); -x_26 = !lean_is_exclusive(x_20); -if (x_26 == 0) -{ -lean_object* x_27; double 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; uint8_t x_36; -x_27 = lean_ctor_get(x_20, 0); -x_28 = l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__4___closed__1; -x_29 = 0; -x_30 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__3; -x_31 = lean_alloc_ctor(0, 2, 17); -lean_ctor_set(x_31, 0, x_1); -lean_ctor_set(x_31, 1, x_30); -lean_ctor_set_float(x_31, sizeof(void*)*2, x_28); -lean_ctor_set_float(x_31, sizeof(void*)*2 + 8, x_28); -lean_ctor_set_uint8(x_31, sizeof(void*)*2 + 16, x_29); -x_32 = l_Lean_Meta_Grind_Arith_Linear_getDiseqValues___closed__1; -x_33 = lean_alloc_ctor(9, 3, 0); -lean_ctor_set(x_33, 0, x_31); -lean_ctor_set(x_33, 1, x_16); -lean_ctor_set(x_33, 2, x_32); -lean_inc(x_14); -lean_ctor_set(x_18, 1, x_33); -lean_ctor_set(x_18, 0, x_14); -x_34 = l_Lean_PersistentArray_push___rarg(x_27, x_18); -lean_ctor_set(x_20, 0, x_34); -x_35 = lean_st_ref_set(x_12, x_19, x_22); -x_36 = !lean_is_exclusive(x_35); -if (x_36 == 0) -{ -lean_object* x_37; lean_object* x_38; -x_37 = lean_ctor_get(x_35, 0); -lean_dec(x_37); -x_38 = lean_box(0); -lean_ctor_set(x_35, 0, x_38); -return x_35; -} -else -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_35, 1); -lean_inc(x_39); -lean_dec(x_35); -x_40 = lean_box(0); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_39); -return x_41; -} -} -else -{ -uint64_t x_42; lean_object* x_43; double x_44; uint8_t 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; -x_42 = lean_ctor_get_uint64(x_20, sizeof(void*)*1); -x_43 = lean_ctor_get(x_20, 0); -lean_inc(x_43); -lean_dec(x_20); -x_44 = l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__4___closed__1; -x_45 = 0; -x_46 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__3; -x_47 = lean_alloc_ctor(0, 2, 17); -lean_ctor_set(x_47, 0, x_1); -lean_ctor_set(x_47, 1, x_46); -lean_ctor_set_float(x_47, sizeof(void*)*2, x_44); -lean_ctor_set_float(x_47, sizeof(void*)*2 + 8, x_44); -lean_ctor_set_uint8(x_47, sizeof(void*)*2 + 16, x_45); -x_48 = l_Lean_Meta_Grind_Arith_Linear_getDiseqValues___closed__1; -x_49 = lean_alloc_ctor(9, 3, 0); -lean_ctor_set(x_49, 0, x_47); -lean_ctor_set(x_49, 1, x_16); -lean_ctor_set(x_49, 2, x_48); -lean_inc(x_14); -lean_ctor_set(x_18, 1, x_49); -lean_ctor_set(x_18, 0, x_14); -x_50 = l_Lean_PersistentArray_push___rarg(x_43, x_18); -x_51 = lean_alloc_ctor(0, 1, 8); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set_uint64(x_51, sizeof(void*)*1, x_42); -lean_ctor_set(x_19, 4, x_51); -x_52 = lean_st_ref_set(x_12, x_19, x_22); -x_53 = lean_ctor_get(x_52, 1); -lean_inc(x_53); -if (lean_is_exclusive(x_52)) { - lean_ctor_release(x_52, 0); - lean_ctor_release(x_52, 1); - x_54 = x_52; -} else { - lean_dec_ref(x_52); - x_54 = lean_box(0); -} -x_55 = lean_box(0); -if (lean_is_scalar(x_54)) { - x_56 = lean_alloc_ctor(0, 2, 0); -} else { - x_56 = x_54; -} -lean_ctor_set(x_56, 0, x_55); -lean_ctor_set(x_56, 1, x_53); -return x_56; -} -} -else -{ -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; uint64_t x_65; lean_object* x_66; lean_object* x_67; double x_68; uint8_t 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; -x_57 = lean_ctor_get(x_19, 0); -x_58 = lean_ctor_get(x_19, 1); -x_59 = lean_ctor_get(x_19, 2); -x_60 = lean_ctor_get(x_19, 3); -x_61 = lean_ctor_get(x_19, 5); -x_62 = lean_ctor_get(x_19, 6); -x_63 = lean_ctor_get(x_19, 7); -x_64 = lean_ctor_get(x_19, 8); -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(x_57); -lean_dec(x_19); -x_65 = lean_ctor_get_uint64(x_20, sizeof(void*)*1); -x_66 = lean_ctor_get(x_20, 0); -lean_inc(x_66); -if (lean_is_exclusive(x_20)) { - lean_ctor_release(x_20, 0); - x_67 = x_20; -} else { - lean_dec_ref(x_20); - x_67 = lean_box(0); -} -x_68 = l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__4___closed__1; -x_69 = 0; -x_70 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__3; -x_71 = lean_alloc_ctor(0, 2, 17); -lean_ctor_set(x_71, 0, x_1); -lean_ctor_set(x_71, 1, x_70); -lean_ctor_set_float(x_71, sizeof(void*)*2, x_68); -lean_ctor_set_float(x_71, sizeof(void*)*2 + 8, x_68); -lean_ctor_set_uint8(x_71, sizeof(void*)*2 + 16, x_69); -x_72 = l_Lean_Meta_Grind_Arith_Linear_getDiseqValues___closed__1; -x_73 = lean_alloc_ctor(9, 3, 0); -lean_ctor_set(x_73, 0, x_71); -lean_ctor_set(x_73, 1, x_16); -lean_ctor_set(x_73, 2, x_72); -lean_inc(x_14); -lean_ctor_set(x_18, 1, x_73); -lean_ctor_set(x_18, 0, x_14); -x_74 = l_Lean_PersistentArray_push___rarg(x_66, x_18); -if (lean_is_scalar(x_67)) { - x_75 = lean_alloc_ctor(0, 1, 8); -} else { - x_75 = x_67; -} -lean_ctor_set(x_75, 0, x_74); -lean_ctor_set_uint64(x_75, sizeof(void*)*1, x_65); -x_76 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_76, 0, x_57); -lean_ctor_set(x_76, 1, x_58); -lean_ctor_set(x_76, 2, x_59); -lean_ctor_set(x_76, 3, x_60); -lean_ctor_set(x_76, 4, x_75); -lean_ctor_set(x_76, 5, x_61); -lean_ctor_set(x_76, 6, x_62); -lean_ctor_set(x_76, 7, x_63); -lean_ctor_set(x_76, 8, x_64); -x_77 = lean_st_ref_set(x_12, x_76, x_22); -x_78 = lean_ctor_get(x_77, 1); -lean_inc(x_78); -if (lean_is_exclusive(x_77)) { - lean_ctor_release(x_77, 0); - lean_ctor_release(x_77, 1); - x_79 = x_77; -} else { - lean_dec_ref(x_77); - x_79 = lean_box(0); -} -x_80 = lean_box(0); -if (lean_is_scalar(x_79)) { - x_81 = lean_alloc_ctor(0, 2, 0); -} else { - x_81 = x_79; -} -lean_ctor_set(x_81, 0, x_80); -lean_ctor_set(x_81, 1, x_78); -return x_81; -} -} -else -{ -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; uint64_t x_92; lean_object* x_93; lean_object* x_94; double x_95; uint8_t 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; -x_82 = lean_ctor_get(x_18, 1); -lean_inc(x_82); -lean_dec(x_18); -x_83 = lean_ctor_get(x_19, 0); -lean_inc(x_83); -x_84 = lean_ctor_get(x_19, 1); -lean_inc(x_84); -x_85 = lean_ctor_get(x_19, 2); -lean_inc(x_85); -x_86 = lean_ctor_get(x_19, 3); -lean_inc(x_86); -x_87 = lean_ctor_get(x_19, 5); -lean_inc(x_87); -x_88 = lean_ctor_get(x_19, 6); -lean_inc(x_88); -x_89 = lean_ctor_get(x_19, 7); -lean_inc(x_89); -x_90 = lean_ctor_get(x_19, 8); -lean_inc(x_90); -if (lean_is_exclusive(x_19)) { - lean_ctor_release(x_19, 0); - lean_ctor_release(x_19, 1); - lean_ctor_release(x_19, 2); - lean_ctor_release(x_19, 3); - lean_ctor_release(x_19, 4); - lean_ctor_release(x_19, 5); - lean_ctor_release(x_19, 6); - lean_ctor_release(x_19, 7); - lean_ctor_release(x_19, 8); - x_91 = x_19; -} else { - lean_dec_ref(x_19); - x_91 = lean_box(0); -} -x_92 = lean_ctor_get_uint64(x_20, sizeof(void*)*1); -x_93 = lean_ctor_get(x_20, 0); -lean_inc(x_93); -if (lean_is_exclusive(x_20)) { - lean_ctor_release(x_20, 0); - x_94 = x_20; -} else { - lean_dec_ref(x_20); - x_94 = lean_box(0); -} -x_95 = l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__4___closed__1; -x_96 = 0; -x_97 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed__3; -x_98 = lean_alloc_ctor(0, 2, 17); -lean_ctor_set(x_98, 0, x_1); -lean_ctor_set(x_98, 1, x_97); -lean_ctor_set_float(x_98, sizeof(void*)*2, x_95); -lean_ctor_set_float(x_98, sizeof(void*)*2 + 8, x_95); -lean_ctor_set_uint8(x_98, sizeof(void*)*2 + 16, x_96); -x_99 = l_Lean_Meta_Grind_Arith_Linear_getDiseqValues___closed__1; -x_100 = lean_alloc_ctor(9, 3, 0); -lean_ctor_set(x_100, 0, x_98); -lean_ctor_set(x_100, 1, x_16); -lean_ctor_set(x_100, 2, x_99); -lean_inc(x_14); -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_14); -lean_ctor_set(x_101, 1, x_100); -x_102 = l_Lean_PersistentArray_push___rarg(x_93, x_101); -if (lean_is_scalar(x_94)) { - x_103 = lean_alloc_ctor(0, 1, 8); -} else { - x_103 = x_94; -} -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set_uint64(x_103, sizeof(void*)*1, x_92); -if (lean_is_scalar(x_91)) { - x_104 = lean_alloc_ctor(0, 9, 0); -} else { - x_104 = x_91; -} -lean_ctor_set(x_104, 0, x_83); -lean_ctor_set(x_104, 1, x_84); -lean_ctor_set(x_104, 2, x_85); -lean_ctor_set(x_104, 3, x_86); -lean_ctor_set(x_104, 4, x_103); -lean_ctor_set(x_104, 5, x_87); -lean_ctor_set(x_104, 6, x_88); -lean_ctor_set(x_104, 7, x_89); -lean_ctor_set(x_104, 8, x_90); -x_105 = lean_st_ref_set(x_12, x_104, x_82); -x_106 = lean_ctor_get(x_105, 1); -lean_inc(x_106); -if (lean_is_exclusive(x_105)) { - lean_ctor_release(x_105, 0); - lean_ctor_release(x_105, 1); - x_107 = x_105; -} else { - lean_dec_ref(x_105); - x_107 = lean_box(0); -} -x_108 = lean_box(0); -if (lean_is_scalar(x_107)) { - x_109 = lean_alloc_ctor(0, 2, 0); -} else { - x_109 = x_107; -} -lean_ctor_set(x_109, 0, x_108); -lean_ctor_set(x_109, 1, x_106); -return x_109; -} -} -} -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__1(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_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__1(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) { _start: { lean_object* x_15; @@ -10322,7 +14852,7 @@ return x_25; } } } -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__2(lean_object* x_1) { _start: { lean_object* x_2; @@ -10331,7 +14861,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__3(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__3(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; @@ -10423,7 +14953,7 @@ return x_39; } } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__1() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__1() { _start: { lean_object* x_1; @@ -10431,32 +14961,32 @@ x_1 = lean_mk_string_unchecked("next var: ", 10, 10); return x_1; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__2() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__1; +x_1 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__3() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__3() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__2), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__2), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__4() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__4() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__3), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__3), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__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, 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_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__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, 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) { _start: { lean_object* x_15; @@ -10491,7 +15021,7 @@ x_23 = lean_ctor_get(x_22, 2); lean_inc(x_23); lean_dec(x_22); lean_inc(x_1); -x_24 = l_Lean_isTracingEnabledFor___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__1(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_21); +x_24 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__4(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_21); x_25 = lean_ctor_get(x_24, 0); lean_inc(x_25); x_26 = lean_unbox(x_25); @@ -10504,7 +15034,7 @@ x_27 = lean_ctor_get(x_24, 1); lean_inc(x_27); lean_dec(x_24); x_28 = lean_box(0); -x_29 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__1(x_23, x_2, x_28, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_27); +x_29 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__1(x_23, x_2, x_28, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_27); lean_dec(x_23); return x_29; } @@ -10537,7 +15067,7 @@ x_38 = lean_ctor_get(x_36, 1); lean_inc(x_38); lean_dec(x_36); x_39 = l_Lean_MessageData_ofExpr(x_34); -x_40 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__2; +x_40 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__2; lean_ctor_set_tag(x_24, 7); lean_ctor_set(x_24, 1, x_39); lean_ctor_set(x_24, 0, x_40); @@ -10562,9 +15092,9 @@ lean_dec(x_37); x_49 = l_Lean_PersistentArray_toList___rarg(x_48); lean_dec(x_48); x_50 = lean_box(0); -x_51 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__3; -x_52 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__4; -x_53 = l_List_mapTR_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__2___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3(x_51, x_52, x_49, x_50); +x_51 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__3; +x_52 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__4; +x_53 = l_List_mapTR_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__1___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__2(x_51, x_52, x_49, x_50); x_54 = l_Lean_MessageData_ofList(x_53); x_55 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_55, 0, x_47); @@ -10573,13 +15103,13 @@ x_56 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed_ x_57 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_57, 0, x_55); lean_ctor_set(x_57, 1, x_56); -x_58 = l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__4(x_1, x_57, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_38); +x_58 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14(x_1, x_57, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_38); x_59 = lean_ctor_get(x_58, 0); lean_inc(x_59); x_60 = lean_ctor_get(x_58, 1); lean_inc(x_60); lean_dec(x_58); -x_61 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__1(x_23, x_2, x_59, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_60); +x_61 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__1(x_23, x_2, x_59, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_60); lean_dec(x_59); lean_dec(x_23); return x_61; @@ -10599,6 +15129,7 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); x_62 = !lean_is_exclusive(x_36); @@ -10635,6 +15166,7 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); x_66 = !lean_is_exclusive(x_33); @@ -10682,7 +15214,7 @@ x_76 = lean_ctor_get(x_74, 1); lean_inc(x_76); lean_dec(x_74); x_77 = l_Lean_MessageData_ofExpr(x_72); -x_78 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__2; +x_78 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__2; x_79 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_79, 0, x_78); lean_ctor_set(x_79, 1, x_77); @@ -10707,9 +15239,9 @@ lean_dec(x_75); x_88 = l_Lean_PersistentArray_toList___rarg(x_87); lean_dec(x_87); x_89 = lean_box(0); -x_90 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__3; -x_91 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__4; -x_92 = l_List_mapTR_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__2___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3(x_90, x_91, x_88, x_89); +x_90 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__3; +x_91 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__4; +x_92 = l_List_mapTR_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__1___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__2(x_90, x_91, x_88, x_89); x_93 = l_Lean_MessageData_ofList(x_92); x_94 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_94, 0, x_86); @@ -10718,13 +15250,13 @@ x_95 = l_Lean_Meta_Grind_Arith_Linear_IneqCnstr_throwUnexpected___rarg___closed_ x_96 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_96, 0, x_94); lean_ctor_set(x_96, 1, x_95); -x_97 = l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__4(x_1, x_96, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_76); +x_97 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14(x_1, x_96, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_76); 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(x_97); -x_100 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__1(x_23, x_2, x_98, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_99); +x_100 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__1(x_23, x_2, x_98, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_99); lean_dec(x_98); lean_dec(x_23); return x_100; @@ -10743,6 +15275,7 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); x_101 = lean_ctor_get(x_74, 0); @@ -10780,6 +15313,7 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); x_105 = lean_ctor_get(x_71, 0); @@ -10818,6 +15352,7 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); x_109 = !lean_is_exclusive(x_19); @@ -10859,6 +15394,7 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); +lean_dec(x_4); x_115 = !lean_is_exclusive(x_114); if (x_115 == 0) { @@ -10891,6 +15427,7 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); x_119 = !lean_is_exclusive(x_15); @@ -10914,7 +15451,7 @@ return x_122; } } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__1() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -10924,11 +15461,11 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__2() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__1; +x_1 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__1; x_2 = lean_box(0); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -10936,17 +15473,17 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__3() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__2; +x_1 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__2; x_2 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5(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_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5(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) { _start: { lean_object* x_15; lean_object* x_16; uint8_t x_17; @@ -10962,7 +15499,7 @@ x_18 = lean_ctor_get(x_15, 1); lean_inc(x_18); lean_dec(x_15); x_19 = lean_box(0); -x_20 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4(x_1, x_2, x_19, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_18); +x_20 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4(x_1, x_2, x_19, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_18); return x_20; } else @@ -10977,6 +15514,7 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); x_21 = !lean_is_exclusive(x_15); @@ -10985,7 +15523,7 @@ if (x_21 == 0) lean_object* x_22; lean_object* x_23; x_22 = lean_ctor_get(x_15, 0); lean_dec(x_22); -x_23 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__3; +x_23 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__3; lean_ctor_set(x_15, 0, x_23); return x_15; } @@ -10995,7 +15533,7 @@ lean_object* x_24; lean_object* x_25; lean_object* x_26; x_24 = lean_ctor_get(x_15, 1); lean_inc(x_24); lean_dec(x_15); -x_25 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__3; +x_25 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__3; x_26 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_26, 0, x_25); lean_ctor_set(x_26, 1, x_24); @@ -11004,7 +15542,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__6(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_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__6(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) { _start: { lean_object* x_15; lean_object* x_16; @@ -11031,7 +15569,7 @@ x_21 = lean_ctor_get(x_18, 1); lean_inc(x_21); lean_dec(x_18); x_22 = lean_box(0); -x_23 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5(x_1, x_2, x_22, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_21); +x_23 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5(x_1, x_2, x_22, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_21); return x_23; } else @@ -11046,6 +15584,7 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); x_24 = !lean_is_exclusive(x_18); @@ -11054,7 +15593,7 @@ if (x_24 == 0) lean_object* x_25; lean_object* x_26; x_25 = lean_ctor_get(x_18, 0); lean_dec(x_25); -x_26 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__3; +x_26 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__3; lean_ctor_set(x_18, 0, x_26); return x_18; } @@ -11064,7 +15603,7 @@ lean_object* x_27; lean_object* x_28; lean_object* x_29; x_27 = lean_ctor_get(x_18, 1); lean_inc(x_27); lean_dec(x_18); -x_28 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__3; +x_28 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__3; x_29 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_29, 0, x_28); lean_ctor_set(x_29, 1, x_27); @@ -11084,6 +15623,7 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); x_30 = !lean_is_exclusive(x_18); @@ -11118,6 +15658,7 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); x_34 = !lean_is_exclusive(x_16); @@ -11141,7 +15682,7 @@ return x_37; } } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__1() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; @@ -11153,7 +15694,7 @@ x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__2() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__2() { _start: { lean_object* x_1; @@ -11161,22 +15702,22 @@ x_1 = lean_mk_string_unchecked("main loop", 9, 9); return x_1; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__3() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__2; +x_1 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__2; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5(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_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___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, 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: { lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_dec(x_2); -x_14 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__1; -x_15 = l_Lean_isTracingEnabledFor___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__1(x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_14 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__1; +x_15 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__4(x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); x_17 = lean_unbox(x_16); @@ -11197,8 +15738,9 @@ lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); +lean_inc(x_3); lean_inc(x_1); -x_20 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__6(x_14, x_1, x_19, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_18); +x_20 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__6(x_14, x_1, x_19, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_18); if (lean_obj_tag(x_20) == 0) { lean_object* x_21; @@ -11216,6 +15758,7 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); +lean_dec(x_3); lean_dec(x_1); x_22 = !lean_is_exclusive(x_20); if (x_22 == 0) @@ -11270,6 +15813,7 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); +lean_dec(x_3); lean_dec(x_1); x_31 = !lean_is_exclusive(x_20); if (x_31 == 0) @@ -11297,8 +15841,8 @@ lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean x_35 = lean_ctor_get(x_15, 1); lean_inc(x_35); lean_dec(x_15); -x_36 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__3; -x_37 = l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__4(x_14, x_36, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_35); +x_36 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__3; +x_37 = l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14(x_14, x_36, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_35); x_38 = lean_ctor_get(x_37, 0); lean_inc(x_38); x_39 = lean_ctor_get(x_37, 1); @@ -11313,8 +15857,9 @@ lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); +lean_inc(x_3); lean_inc(x_1); -x_40 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__6(x_14, x_1, x_38, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_39); +x_40 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__6(x_14, x_1, x_38, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_39); lean_dec(x_38); if (lean_obj_tag(x_40) == 0) { @@ -11333,6 +15878,7 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); +lean_dec(x_3); lean_dec(x_1); x_42 = !lean_is_exclusive(x_40); if (x_42 == 0) @@ -11387,6 +15933,7 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); +lean_dec(x_3); lean_dec(x_1); x_51 = !lean_is_exclusive(x_40); if (x_51 == 0) @@ -11415,7 +15962,7 @@ _start: { lean_object* x_12; lean_object* x_13; x_12 = l_Lean_Meta_Grind_Arith_Linear_findDiseq_x3f___closed__1; -x_13 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5(x_12, x_12, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_13 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3(x_12, x_12, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); if (lean_obj_tag(x_13) == 0) { lean_object* x_14; lean_object* x_15; @@ -11505,101 +16052,43 @@ return x_31; } } } -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___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) { -_start: -{ -lean_object* x_13; -x_13 = l_Lean_isTracingEnabledFor___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_13; -} -} -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___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, 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: -{ -lean_object* x_14; -x_14 = l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -return x_14; -} -} -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__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, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__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, lean_object* x_14) { _start: { lean_object* x_15; -x_15 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -lean_dec(x_4); +x_15 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_3); lean_dec(x_1); return x_15; } } -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__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, 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_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__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, 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) { _start: { lean_object* x_15; -x_15 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -lean_dec(x_4); +x_15 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_3); return x_15; } } -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__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, 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_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__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, 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) { _start: { lean_object* x_15; -x_15 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -lean_dec(x_4); +x_15 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_3); return x_15; } } -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__6___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, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__6___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, lean_object* x_14) { _start: { lean_object* x_15; -x_15 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -lean_dec(x_4); +x_15 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_3); return x_15; } } -LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___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, 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: -{ -lean_object* x_14; -x_14 = l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -lean_dec(x_3); -return x_14; -} -} -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___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) { -_start: -{ -lean_object* x_12; -x_12 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_1); -return x_12; -} -} static lean_object* _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignment___closed__1() { _start: { @@ -11659,6 +16148,7 @@ lean_inc(x_13); x_14 = lean_ctor_get(x_12, 1); lean_inc(x_14); lean_dec(x_12); +lean_inc(x_13); x_15 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain(x_13, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_14); if (lean_obj_tag(x_15) == 0) { @@ -12422,33 +16912,51 @@ l_Lean_Meta_Grind_Arith_Linear_findRat___closed__2 = _init_l_Lean_Meta_Grind_Ari lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_findRat___closed__2); l_Lean_Meta_Grind_Arith_Linear_findRat___closed__3 = _init_l_Lean_Meta_Grind_Arith_Linear_findRat___closed__3(); lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_findRat___closed__3); +l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___closed__1 = _init_l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___closed__1(); +l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___closed__2 = _init_l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__2___closed__2(); +l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6___closed__1 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6___closed__1(); +lean_mark_persistent(l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__6___closed__1); +l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14___closed__1 = _init_l_Lean_addTrace___at_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___spec__14___closed__1(); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__1 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__1); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__2 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__2(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__2); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__3 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__3(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__3); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__4 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__4(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__4); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__5 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__5(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__5); +l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__6 = _init_l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__6(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_DiseqCnstr_split___closed__6); +l_Lean_Meta_Grind_Arith_Linear_resolveLowerDiseqConflict___closed__1 = _init_l_Lean_Meta_Grind_Arith_Linear_resolveLowerDiseqConflict___closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_resolveLowerDiseqConflict___closed__1); l_Lean_Meta_Grind_Arith_Linear_processVar___closed__1 = _init_l_Lean_Meta_Grind_Arith_Linear_processVar___closed__1(); lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_processVar___closed__1); -l_Lean_Meta_Grind_Arith_Linear_processVar___closed__2 = _init_l_Lean_Meta_Grind_Arith_Linear_processVar___closed__2(); -lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_processVar___closed__2); -l_Lean_Meta_Grind_Arith_Linear_processVar___closed__3 = _init_l_Lean_Meta_Grind_Arith_Linear_processVar___closed__3(); -lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_processVar___closed__3); -l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__4___closed__1 = _init_l_Lean_addTrace___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__4___closed__1(); -l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__1 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__1(); -lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__1); -l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__2 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__2(); -lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__2); -l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__3 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__3(); -lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__3); -l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__4 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__4(); -lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__4___closed__4); -l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__1 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__1(); -lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__1); -l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__2 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__2(); -lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__2); -l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__3 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__3(); -lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___lambda__5___closed__3); -l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__1 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__1(); -lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__1); -l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__2 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__2(); -lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__2); -l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__3 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__3(); -lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__5___closed__3); +l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg___closed__1 = _init_l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg___closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg___closed__1); +l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg___closed__2 = _init_l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg___closed__2(); +lean_mark_persistent(l_Lean_Meta_Grind_Arith_Linear_resolveConflict___rarg___closed__2); +l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__1 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__1(); +lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__1); +l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__2 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__2(); +lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__2); +l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__3 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__3(); +lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__3); +l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__4 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__4(); +lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__4___closed__4); +l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__1 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__1(); +lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__1); +l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__2 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__2(); +lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__2); +l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__3 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__3(); +lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___lambda__5___closed__3); +l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__1 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__1(); +lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__1); +l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__2 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__2(); +lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__2); +l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__3 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__3(); +lean_mark_persistent(l_Lean_Loop_forIn_loop___at___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignmentMain___spec__3___closed__3); l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignment___closed__1 = _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignment___closed__1(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignment___closed__1); l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignment___closed__2 = _init_l___private_Lean_Meta_Tactic_Grind_Arith_Linear_Search_0__Lean_Meta_Grind_Arith_Linear_searchAssignment___closed__2(); diff --git a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/SearchM.c b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/SearchM.c index 1fd1391d96..92e5a37b0d 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/SearchM.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/SearchM.c @@ -86,10 +86,11 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Meta_Grind_Arith_Linear_instInhabitedCase___closed__3; x_2 = lean_box(0); -x_3 = lean_alloc_ctor(0, 3, 0); +x_3 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_3, 0, x_1); -lean_ctor_set(x_3, 1, x_2); +lean_ctor_set(x_3, 1, x_1); lean_ctor_set(x_3, 2, x_2); +lean_ctor_set(x_3, 3, x_2); return x_3; } } @@ -179,7 +180,7 @@ x_4 = lean_box(0); x_5 = l_Lean_Meta_Grind_Arith_Linear_instInhabitedCase___closed__9; x_6 = l_Lean_Meta_Grind_Arith_Linear_instInhabitedCase___closed__11; x_7 = 0; -x_8 = lean_alloc_ctor(0, 31, 1); +x_8 = lean_alloc_ctor(0, 32, 1); lean_ctor_set(x_8, 0, x_2); lean_ctor_set(x_8, 1, x_1); lean_ctor_set(x_8, 2, x_3); @@ -211,7 +212,8 @@ lean_ctor_set(x_8, 27, x_5); lean_ctor_set(x_8, 28, x_5); lean_ctor_set(x_8, 29, x_1); lean_ctor_set(x_8, 30, x_6); -lean_ctor_set_uint8(x_8, sizeof(void*)*31, x_7); +lean_ctor_set(x_8, 31, x_5); +lean_ctor_set_uint8(x_8, sizeof(void*)*32, x_7); return x_8; } } @@ -583,7 +585,7 @@ if (x_51 == 0) { uint8_t x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; x_52 = 1; -lean_ctor_set_uint8(x_49, sizeof(void*)*31, x_52); +lean_ctor_set_uint8(x_49, sizeof(void*)*32, x_52); x_53 = lean_array_fset(x_50, x_3, x_49); lean_ctor_set(x_34, 0, x_53); x_54 = lean_st_ref_set(x_4, x_32, x_35); @@ -610,7 +612,7 @@ return x_58; } else { -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; lean_object* x_87; lean_object* x_88; lean_object* x_89; uint8_t 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_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; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t 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; x_59 = lean_ctor_get(x_49, 0); x_60 = lean_ctor_get(x_49, 1); x_61 = lean_ctor_get(x_49, 2); @@ -642,6 +644,8 @@ x_86 = lean_ctor_get(x_49, 27); x_87 = lean_ctor_get(x_49, 28); x_88 = lean_ctor_get(x_49, 29); x_89 = lean_ctor_get(x_49, 30); +x_90 = lean_ctor_get(x_49, 31); +lean_inc(x_90); lean_inc(x_89); lean_inc(x_88); lean_inc(x_87); @@ -674,1260 +678,1277 @@ lean_inc(x_61); lean_inc(x_60); lean_inc(x_59); lean_dec(x_49); -x_90 = 1; -x_91 = lean_alloc_ctor(0, 31, 1); -lean_ctor_set(x_91, 0, x_59); -lean_ctor_set(x_91, 1, x_60); -lean_ctor_set(x_91, 2, x_61); -lean_ctor_set(x_91, 3, x_62); -lean_ctor_set(x_91, 4, x_63); -lean_ctor_set(x_91, 5, x_64); -lean_ctor_set(x_91, 6, x_65); -lean_ctor_set(x_91, 7, x_66); -lean_ctor_set(x_91, 8, x_67); -lean_ctor_set(x_91, 9, x_68); -lean_ctor_set(x_91, 10, x_69); -lean_ctor_set(x_91, 11, x_70); -lean_ctor_set(x_91, 12, x_71); -lean_ctor_set(x_91, 13, x_72); -lean_ctor_set(x_91, 14, x_73); -lean_ctor_set(x_91, 15, x_74); -lean_ctor_set(x_91, 16, x_75); -lean_ctor_set(x_91, 17, x_76); -lean_ctor_set(x_91, 18, x_77); -lean_ctor_set(x_91, 19, x_78); -lean_ctor_set(x_91, 20, x_79); -lean_ctor_set(x_91, 21, x_80); -lean_ctor_set(x_91, 22, x_81); -lean_ctor_set(x_91, 23, x_82); -lean_ctor_set(x_91, 24, x_83); -lean_ctor_set(x_91, 25, x_84); -lean_ctor_set(x_91, 26, x_85); -lean_ctor_set(x_91, 27, x_86); -lean_ctor_set(x_91, 28, x_87); -lean_ctor_set(x_91, 29, x_88); -lean_ctor_set(x_91, 30, x_89); -lean_ctor_set_uint8(x_91, sizeof(void*)*31, x_90); -x_92 = lean_array_fset(x_50, x_3, x_91); -lean_ctor_set(x_34, 0, x_92); -x_93 = lean_st_ref_set(x_4, x_32, x_35); -x_94 = lean_ctor_get(x_93, 1); -lean_inc(x_94); -if (lean_is_exclusive(x_93)) { - lean_ctor_release(x_93, 0); - lean_ctor_release(x_93, 1); - x_95 = x_93; +x_91 = 1; +x_92 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_92, 0, x_59); +lean_ctor_set(x_92, 1, x_60); +lean_ctor_set(x_92, 2, x_61); +lean_ctor_set(x_92, 3, x_62); +lean_ctor_set(x_92, 4, x_63); +lean_ctor_set(x_92, 5, x_64); +lean_ctor_set(x_92, 6, x_65); +lean_ctor_set(x_92, 7, x_66); +lean_ctor_set(x_92, 8, x_67); +lean_ctor_set(x_92, 9, x_68); +lean_ctor_set(x_92, 10, x_69); +lean_ctor_set(x_92, 11, x_70); +lean_ctor_set(x_92, 12, x_71); +lean_ctor_set(x_92, 13, x_72); +lean_ctor_set(x_92, 14, x_73); +lean_ctor_set(x_92, 15, x_74); +lean_ctor_set(x_92, 16, x_75); +lean_ctor_set(x_92, 17, x_76); +lean_ctor_set(x_92, 18, x_77); +lean_ctor_set(x_92, 19, x_78); +lean_ctor_set(x_92, 20, x_79); +lean_ctor_set(x_92, 21, x_80); +lean_ctor_set(x_92, 22, x_81); +lean_ctor_set(x_92, 23, x_82); +lean_ctor_set(x_92, 24, x_83); +lean_ctor_set(x_92, 25, x_84); +lean_ctor_set(x_92, 26, x_85); +lean_ctor_set(x_92, 27, x_86); +lean_ctor_set(x_92, 28, x_87); +lean_ctor_set(x_92, 29, x_88); +lean_ctor_set(x_92, 30, x_89); +lean_ctor_set(x_92, 31, x_90); +lean_ctor_set_uint8(x_92, sizeof(void*)*32, x_91); +x_93 = lean_array_fset(x_50, x_3, x_92); +lean_ctor_set(x_34, 0, x_93); +x_94 = lean_st_ref_set(x_4, x_32, x_35); +x_95 = lean_ctor_get(x_94, 1); +lean_inc(x_95); +if (lean_is_exclusive(x_94)) { + lean_ctor_release(x_94, 0); + lean_ctor_release(x_94, 1); + x_96 = x_94; } else { - lean_dec_ref(x_93); - x_95 = lean_box(0); + lean_dec_ref(x_94); + x_96 = lean_box(0); } -if (lean_is_scalar(x_95)) { - x_96 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_96)) { + x_97 = lean_alloc_ctor(0, 2, 0); } else { - x_96 = x_95; + x_97 = x_96; } -lean_ctor_set(x_96, 0, x_14); -lean_ctor_set(x_96, 1, x_94); -return x_96; +lean_ctor_set(x_97, 0, x_14); +lean_ctor_set(x_97, 1, x_95); +return x_97; } } } else { -lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; uint8_t x_101; -x_97 = lean_ctor_get(x_34, 0); -x_98 = lean_ctor_get(x_34, 1); -x_99 = lean_ctor_get(x_34, 2); +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_34, 0); +x_99 = lean_ctor_get(x_34, 1); +x_100 = lean_ctor_get(x_34, 2); +lean_inc(x_100); lean_inc(x_99); lean_inc(x_98); -lean_inc(x_97); lean_dec(x_34); -x_100 = lean_array_get_size(x_97); -x_101 = lean_nat_dec_lt(x_3, x_100); -lean_dec(x_100); -if (x_101 == 0) +x_101 = lean_array_get_size(x_98); +x_102 = lean_nat_dec_lt(x_3, x_101); +lean_dec(x_101); +if (x_102 == 0) { -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; -x_102 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_102, 0, x_97); -lean_ctor_set(x_102, 1, x_98); -lean_ctor_set(x_102, 2, x_99); -lean_ctor_set(x_33, 3, x_102); -x_103 = lean_st_ref_set(x_4, x_32, x_35); -x_104 = lean_ctor_get(x_103, 1); -lean_inc(x_104); -if (lean_is_exclusive(x_103)) { - lean_ctor_release(x_103, 0); - lean_ctor_release(x_103, 1); - x_105 = x_103; +lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_103 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_103, 0, x_98); +lean_ctor_set(x_103, 1, x_99); +lean_ctor_set(x_103, 2, x_100); +lean_ctor_set(x_33, 3, x_103); +x_104 = lean_st_ref_set(x_4, x_32, x_35); +x_105 = lean_ctor_get(x_104, 1); +lean_inc(x_105); +if (lean_is_exclusive(x_104)) { + lean_ctor_release(x_104, 0); + lean_ctor_release(x_104, 1); + x_106 = x_104; } else { - lean_dec_ref(x_103); - x_105 = lean_box(0); + lean_dec_ref(x_104); + x_106 = lean_box(0); } -if (lean_is_scalar(x_105)) { - x_106 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_106)) { + x_107 = lean_alloc_ctor(0, 2, 0); } else { - x_106 = x_105; + x_107 = x_106; } -lean_ctor_set(x_106, 0, x_14); -lean_ctor_set(x_106, 1, x_104); -return x_106; +lean_ctor_set(x_107, 0, x_14); +lean_ctor_set(x_107, 1, x_105); +return x_107; } else { -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; uint8_t 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; -x_107 = lean_array_fget(x_97, x_3); -x_108 = lean_array_fset(x_97, x_3, x_27); -x_109 = lean_ctor_get(x_107, 0); -lean_inc(x_109); -x_110 = lean_ctor_get(x_107, 1); +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; uint8_t 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; +x_108 = lean_array_fget(x_98, x_3); +x_109 = lean_array_fset(x_98, x_3, x_27); +x_110 = lean_ctor_get(x_108, 0); lean_inc(x_110); -x_111 = lean_ctor_get(x_107, 2); +x_111 = lean_ctor_get(x_108, 1); lean_inc(x_111); -x_112 = lean_ctor_get(x_107, 3); +x_112 = lean_ctor_get(x_108, 2); lean_inc(x_112); -x_113 = lean_ctor_get(x_107, 4); +x_113 = lean_ctor_get(x_108, 3); lean_inc(x_113); -x_114 = lean_ctor_get(x_107, 5); +x_114 = lean_ctor_get(x_108, 4); lean_inc(x_114); -x_115 = lean_ctor_get(x_107, 6); +x_115 = lean_ctor_get(x_108, 5); lean_inc(x_115); -x_116 = lean_ctor_get(x_107, 7); +x_116 = lean_ctor_get(x_108, 6); lean_inc(x_116); -x_117 = lean_ctor_get(x_107, 8); +x_117 = lean_ctor_get(x_108, 7); lean_inc(x_117); -x_118 = lean_ctor_get(x_107, 9); +x_118 = lean_ctor_get(x_108, 8); lean_inc(x_118); -x_119 = lean_ctor_get(x_107, 10); +x_119 = lean_ctor_get(x_108, 9); lean_inc(x_119); -x_120 = lean_ctor_get(x_107, 11); +x_120 = lean_ctor_get(x_108, 10); lean_inc(x_120); -x_121 = lean_ctor_get(x_107, 12); +x_121 = lean_ctor_get(x_108, 11); lean_inc(x_121); -x_122 = lean_ctor_get(x_107, 13); +x_122 = lean_ctor_get(x_108, 12); lean_inc(x_122); -x_123 = lean_ctor_get(x_107, 14); +x_123 = lean_ctor_get(x_108, 13); lean_inc(x_123); -x_124 = lean_ctor_get(x_107, 15); +x_124 = lean_ctor_get(x_108, 14); lean_inc(x_124); -x_125 = lean_ctor_get(x_107, 16); +x_125 = lean_ctor_get(x_108, 15); lean_inc(x_125); -x_126 = lean_ctor_get(x_107, 17); +x_126 = lean_ctor_get(x_108, 16); lean_inc(x_126); -x_127 = lean_ctor_get(x_107, 18); +x_127 = lean_ctor_get(x_108, 17); lean_inc(x_127); -x_128 = lean_ctor_get(x_107, 19); +x_128 = lean_ctor_get(x_108, 18); lean_inc(x_128); -x_129 = lean_ctor_get(x_107, 20); +x_129 = lean_ctor_get(x_108, 19); lean_inc(x_129); -x_130 = lean_ctor_get(x_107, 21); +x_130 = lean_ctor_get(x_108, 20); lean_inc(x_130); -x_131 = lean_ctor_get(x_107, 22); +x_131 = lean_ctor_get(x_108, 21); lean_inc(x_131); -x_132 = lean_ctor_get(x_107, 23); +x_132 = lean_ctor_get(x_108, 22); lean_inc(x_132); -x_133 = lean_ctor_get(x_107, 24); +x_133 = lean_ctor_get(x_108, 23); lean_inc(x_133); -x_134 = lean_ctor_get(x_107, 25); +x_134 = lean_ctor_get(x_108, 24); lean_inc(x_134); -x_135 = lean_ctor_get(x_107, 26); +x_135 = lean_ctor_get(x_108, 25); lean_inc(x_135); -x_136 = lean_ctor_get(x_107, 27); +x_136 = lean_ctor_get(x_108, 26); lean_inc(x_136); -x_137 = lean_ctor_get(x_107, 28); +x_137 = lean_ctor_get(x_108, 27); lean_inc(x_137); -x_138 = lean_ctor_get(x_107, 29); +x_138 = lean_ctor_get(x_108, 28); lean_inc(x_138); -x_139 = lean_ctor_get(x_107, 30); +x_139 = lean_ctor_get(x_108, 29); lean_inc(x_139); -if (lean_is_exclusive(x_107)) { - lean_ctor_release(x_107, 0); - lean_ctor_release(x_107, 1); - lean_ctor_release(x_107, 2); - lean_ctor_release(x_107, 3); - lean_ctor_release(x_107, 4); - lean_ctor_release(x_107, 5); - lean_ctor_release(x_107, 6); - lean_ctor_release(x_107, 7); - lean_ctor_release(x_107, 8); - lean_ctor_release(x_107, 9); - lean_ctor_release(x_107, 10); - lean_ctor_release(x_107, 11); - lean_ctor_release(x_107, 12); - lean_ctor_release(x_107, 13); - lean_ctor_release(x_107, 14); - lean_ctor_release(x_107, 15); - lean_ctor_release(x_107, 16); - lean_ctor_release(x_107, 17); - lean_ctor_release(x_107, 18); - lean_ctor_release(x_107, 19); - lean_ctor_release(x_107, 20); - lean_ctor_release(x_107, 21); - lean_ctor_release(x_107, 22); - lean_ctor_release(x_107, 23); - lean_ctor_release(x_107, 24); - lean_ctor_release(x_107, 25); - lean_ctor_release(x_107, 26); - lean_ctor_release(x_107, 27); - lean_ctor_release(x_107, 28); - lean_ctor_release(x_107, 29); - lean_ctor_release(x_107, 30); - x_140 = x_107; +x_140 = lean_ctor_get(x_108, 30); +lean_inc(x_140); +x_141 = lean_ctor_get(x_108, 31); +lean_inc(x_141); +if (lean_is_exclusive(x_108)) { + lean_ctor_release(x_108, 0); + lean_ctor_release(x_108, 1); + lean_ctor_release(x_108, 2); + lean_ctor_release(x_108, 3); + lean_ctor_release(x_108, 4); + lean_ctor_release(x_108, 5); + lean_ctor_release(x_108, 6); + lean_ctor_release(x_108, 7); + lean_ctor_release(x_108, 8); + lean_ctor_release(x_108, 9); + lean_ctor_release(x_108, 10); + lean_ctor_release(x_108, 11); + lean_ctor_release(x_108, 12); + lean_ctor_release(x_108, 13); + lean_ctor_release(x_108, 14); + lean_ctor_release(x_108, 15); + lean_ctor_release(x_108, 16); + lean_ctor_release(x_108, 17); + lean_ctor_release(x_108, 18); + lean_ctor_release(x_108, 19); + lean_ctor_release(x_108, 20); + lean_ctor_release(x_108, 21); + lean_ctor_release(x_108, 22); + lean_ctor_release(x_108, 23); + lean_ctor_release(x_108, 24); + lean_ctor_release(x_108, 25); + lean_ctor_release(x_108, 26); + lean_ctor_release(x_108, 27); + lean_ctor_release(x_108, 28); + lean_ctor_release(x_108, 29); + lean_ctor_release(x_108, 30); + lean_ctor_release(x_108, 31); + x_142 = x_108; } else { - lean_dec_ref(x_107); - x_140 = lean_box(0); + lean_dec_ref(x_108); + x_142 = lean_box(0); } -x_141 = 1; -if (lean_is_scalar(x_140)) { - x_142 = lean_alloc_ctor(0, 31, 1); +x_143 = 1; +if (lean_is_scalar(x_142)) { + x_144 = lean_alloc_ctor(0, 32, 1); } else { - x_142 = x_140; + x_144 = x_142; } -lean_ctor_set(x_142, 0, x_109); -lean_ctor_set(x_142, 1, x_110); -lean_ctor_set(x_142, 2, x_111); -lean_ctor_set(x_142, 3, x_112); -lean_ctor_set(x_142, 4, x_113); -lean_ctor_set(x_142, 5, x_114); -lean_ctor_set(x_142, 6, x_115); -lean_ctor_set(x_142, 7, x_116); -lean_ctor_set(x_142, 8, x_117); -lean_ctor_set(x_142, 9, x_118); -lean_ctor_set(x_142, 10, x_119); -lean_ctor_set(x_142, 11, x_120); -lean_ctor_set(x_142, 12, x_121); -lean_ctor_set(x_142, 13, x_122); -lean_ctor_set(x_142, 14, x_123); -lean_ctor_set(x_142, 15, x_124); -lean_ctor_set(x_142, 16, x_125); -lean_ctor_set(x_142, 17, x_126); -lean_ctor_set(x_142, 18, x_127); -lean_ctor_set(x_142, 19, x_128); -lean_ctor_set(x_142, 20, x_129); -lean_ctor_set(x_142, 21, x_130); -lean_ctor_set(x_142, 22, x_131); -lean_ctor_set(x_142, 23, x_132); -lean_ctor_set(x_142, 24, x_133); -lean_ctor_set(x_142, 25, x_134); -lean_ctor_set(x_142, 26, x_135); -lean_ctor_set(x_142, 27, x_136); -lean_ctor_set(x_142, 28, x_137); -lean_ctor_set(x_142, 29, x_138); -lean_ctor_set(x_142, 30, x_139); -lean_ctor_set_uint8(x_142, sizeof(void*)*31, x_141); -x_143 = lean_array_fset(x_108, x_3, x_142); -x_144 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_144, 0, x_143); -lean_ctor_set(x_144, 1, x_98); -lean_ctor_set(x_144, 2, x_99); -lean_ctor_set(x_33, 3, x_144); -x_145 = lean_st_ref_set(x_4, x_32, x_35); -x_146 = lean_ctor_get(x_145, 1); -lean_inc(x_146); -if (lean_is_exclusive(x_145)) { - lean_ctor_release(x_145, 0); - lean_ctor_release(x_145, 1); - x_147 = x_145; +lean_ctor_set(x_144, 0, x_110); +lean_ctor_set(x_144, 1, x_111); +lean_ctor_set(x_144, 2, x_112); +lean_ctor_set(x_144, 3, x_113); +lean_ctor_set(x_144, 4, x_114); +lean_ctor_set(x_144, 5, x_115); +lean_ctor_set(x_144, 6, x_116); +lean_ctor_set(x_144, 7, x_117); +lean_ctor_set(x_144, 8, x_118); +lean_ctor_set(x_144, 9, x_119); +lean_ctor_set(x_144, 10, x_120); +lean_ctor_set(x_144, 11, x_121); +lean_ctor_set(x_144, 12, x_122); +lean_ctor_set(x_144, 13, x_123); +lean_ctor_set(x_144, 14, x_124); +lean_ctor_set(x_144, 15, x_125); +lean_ctor_set(x_144, 16, x_126); +lean_ctor_set(x_144, 17, x_127); +lean_ctor_set(x_144, 18, x_128); +lean_ctor_set(x_144, 19, x_129); +lean_ctor_set(x_144, 20, x_130); +lean_ctor_set(x_144, 21, x_131); +lean_ctor_set(x_144, 22, x_132); +lean_ctor_set(x_144, 23, x_133); +lean_ctor_set(x_144, 24, x_134); +lean_ctor_set(x_144, 25, x_135); +lean_ctor_set(x_144, 26, x_136); +lean_ctor_set(x_144, 27, x_137); +lean_ctor_set(x_144, 28, x_138); +lean_ctor_set(x_144, 29, x_139); +lean_ctor_set(x_144, 30, x_140); +lean_ctor_set(x_144, 31, x_141); +lean_ctor_set_uint8(x_144, sizeof(void*)*32, x_143); +x_145 = lean_array_fset(x_109, x_3, x_144); +x_146 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_146, 0, x_145); +lean_ctor_set(x_146, 1, x_99); +lean_ctor_set(x_146, 2, x_100); +lean_ctor_set(x_33, 3, x_146); +x_147 = lean_st_ref_set(x_4, x_32, x_35); +x_148 = lean_ctor_get(x_147, 1); +lean_inc(x_148); +if (lean_is_exclusive(x_147)) { + lean_ctor_release(x_147, 0); + lean_ctor_release(x_147, 1); + x_149 = x_147; } else { - lean_dec_ref(x_145); - x_147 = lean_box(0); + lean_dec_ref(x_147); + x_149 = lean_box(0); } -if (lean_is_scalar(x_147)) { - x_148 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_149)) { + x_150 = lean_alloc_ctor(0, 2, 0); } else { - x_148 = x_147; + x_150 = x_149; } -lean_ctor_set(x_148, 0, x_14); -lean_ctor_set(x_148, 1, x_146); -return x_148; +lean_ctor_set(x_150, 0, x_14); +lean_ctor_set(x_150, 1, x_148); +return x_150; } } } else { -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; uint8_t x_157; -x_149 = lean_ctor_get(x_33, 0); -x_150 = lean_ctor_get(x_33, 1); -x_151 = lean_ctor_get(x_33, 2); -lean_inc(x_151); -lean_inc(x_150); -lean_inc(x_149); -lean_dec(x_33); -x_152 = lean_ctor_get(x_34, 0); -lean_inc(x_152); -x_153 = lean_ctor_get(x_34, 1); +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; uint8_t x_159; +x_151 = lean_ctor_get(x_33, 0); +x_152 = lean_ctor_get(x_33, 1); +x_153 = lean_ctor_get(x_33, 2); lean_inc(x_153); -x_154 = lean_ctor_get(x_34, 2); +lean_inc(x_152); +lean_inc(x_151); +lean_dec(x_33); +x_154 = lean_ctor_get(x_34, 0); lean_inc(x_154); +x_155 = lean_ctor_get(x_34, 1); +lean_inc(x_155); +x_156 = lean_ctor_get(x_34, 2); +lean_inc(x_156); if (lean_is_exclusive(x_34)) { lean_ctor_release(x_34, 0); lean_ctor_release(x_34, 1); lean_ctor_release(x_34, 2); - x_155 = x_34; + x_157 = x_34; } else { lean_dec_ref(x_34); - x_155 = lean_box(0); + x_157 = lean_box(0); } -x_156 = lean_array_get_size(x_152); -x_157 = lean_nat_dec_lt(x_3, x_156); -lean_dec(x_156); -if (x_157 == 0) +x_158 = lean_array_get_size(x_154); +x_159 = lean_nat_dec_lt(x_3, x_158); +lean_dec(x_158); +if (x_159 == 0) { -lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; -if (lean_is_scalar(x_155)) { - x_158 = lean_alloc_ctor(0, 3, 0); +lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; +if (lean_is_scalar(x_157)) { + x_160 = lean_alloc_ctor(0, 3, 0); } else { - x_158 = x_155; + x_160 = x_157; } -lean_ctor_set(x_158, 0, x_152); -lean_ctor_set(x_158, 1, x_153); -lean_ctor_set(x_158, 2, x_154); -x_159 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_159, 0, x_149); -lean_ctor_set(x_159, 1, x_150); -lean_ctor_set(x_159, 2, x_151); -lean_ctor_set(x_159, 3, x_158); -lean_ctor_set(x_32, 14, x_159); -x_160 = lean_st_ref_set(x_4, x_32, x_35); -x_161 = lean_ctor_get(x_160, 1); -lean_inc(x_161); -if (lean_is_exclusive(x_160)) { - lean_ctor_release(x_160, 0); - lean_ctor_release(x_160, 1); - x_162 = x_160; +lean_ctor_set(x_160, 0, x_154); +lean_ctor_set(x_160, 1, x_155); +lean_ctor_set(x_160, 2, x_156); +x_161 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_161, 0, x_151); +lean_ctor_set(x_161, 1, x_152); +lean_ctor_set(x_161, 2, x_153); +lean_ctor_set(x_161, 3, x_160); +lean_ctor_set(x_32, 14, x_161); +x_162 = lean_st_ref_set(x_4, x_32, x_35); +x_163 = lean_ctor_get(x_162, 1); +lean_inc(x_163); +if (lean_is_exclusive(x_162)) { + lean_ctor_release(x_162, 0); + lean_ctor_release(x_162, 1); + x_164 = x_162; } else { - lean_dec_ref(x_160); - x_162 = lean_box(0); + lean_dec_ref(x_162); + x_164 = lean_box(0); } -if (lean_is_scalar(x_162)) { - x_163 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_164)) { + x_165 = lean_alloc_ctor(0, 2, 0); } else { - x_163 = x_162; + x_165 = x_164; } -lean_ctor_set(x_163, 0, x_14); -lean_ctor_set(x_163, 1, x_161); -return x_163; +lean_ctor_set(x_165, 0, x_14); +lean_ctor_set(x_165, 1, x_163); +return x_165; } else { -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; uint8_t 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; -x_164 = lean_array_fget(x_152, x_3); -x_165 = lean_array_fset(x_152, x_3, x_27); -x_166 = lean_ctor_get(x_164, 0); -lean_inc(x_166); -x_167 = lean_ctor_get(x_164, 1); -lean_inc(x_167); -x_168 = lean_ctor_get(x_164, 2); +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; 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; +x_166 = lean_array_fget(x_154, x_3); +x_167 = lean_array_fset(x_154, x_3, x_27); +x_168 = lean_ctor_get(x_166, 0); lean_inc(x_168); -x_169 = lean_ctor_get(x_164, 3); +x_169 = lean_ctor_get(x_166, 1); lean_inc(x_169); -x_170 = lean_ctor_get(x_164, 4); +x_170 = lean_ctor_get(x_166, 2); lean_inc(x_170); -x_171 = lean_ctor_get(x_164, 5); +x_171 = lean_ctor_get(x_166, 3); lean_inc(x_171); -x_172 = lean_ctor_get(x_164, 6); +x_172 = lean_ctor_get(x_166, 4); lean_inc(x_172); -x_173 = lean_ctor_get(x_164, 7); +x_173 = lean_ctor_get(x_166, 5); lean_inc(x_173); -x_174 = lean_ctor_get(x_164, 8); +x_174 = lean_ctor_get(x_166, 6); lean_inc(x_174); -x_175 = lean_ctor_get(x_164, 9); +x_175 = lean_ctor_get(x_166, 7); lean_inc(x_175); -x_176 = lean_ctor_get(x_164, 10); +x_176 = lean_ctor_get(x_166, 8); lean_inc(x_176); -x_177 = lean_ctor_get(x_164, 11); +x_177 = lean_ctor_get(x_166, 9); lean_inc(x_177); -x_178 = lean_ctor_get(x_164, 12); +x_178 = lean_ctor_get(x_166, 10); lean_inc(x_178); -x_179 = lean_ctor_get(x_164, 13); +x_179 = lean_ctor_get(x_166, 11); lean_inc(x_179); -x_180 = lean_ctor_get(x_164, 14); +x_180 = lean_ctor_get(x_166, 12); lean_inc(x_180); -x_181 = lean_ctor_get(x_164, 15); +x_181 = lean_ctor_get(x_166, 13); lean_inc(x_181); -x_182 = lean_ctor_get(x_164, 16); +x_182 = lean_ctor_get(x_166, 14); lean_inc(x_182); -x_183 = lean_ctor_get(x_164, 17); +x_183 = lean_ctor_get(x_166, 15); lean_inc(x_183); -x_184 = lean_ctor_get(x_164, 18); +x_184 = lean_ctor_get(x_166, 16); lean_inc(x_184); -x_185 = lean_ctor_get(x_164, 19); +x_185 = lean_ctor_get(x_166, 17); lean_inc(x_185); -x_186 = lean_ctor_get(x_164, 20); +x_186 = lean_ctor_get(x_166, 18); lean_inc(x_186); -x_187 = lean_ctor_get(x_164, 21); +x_187 = lean_ctor_get(x_166, 19); lean_inc(x_187); -x_188 = lean_ctor_get(x_164, 22); +x_188 = lean_ctor_get(x_166, 20); lean_inc(x_188); -x_189 = lean_ctor_get(x_164, 23); +x_189 = lean_ctor_get(x_166, 21); lean_inc(x_189); -x_190 = lean_ctor_get(x_164, 24); +x_190 = lean_ctor_get(x_166, 22); lean_inc(x_190); -x_191 = lean_ctor_get(x_164, 25); +x_191 = lean_ctor_get(x_166, 23); lean_inc(x_191); -x_192 = lean_ctor_get(x_164, 26); +x_192 = lean_ctor_get(x_166, 24); lean_inc(x_192); -x_193 = lean_ctor_get(x_164, 27); +x_193 = lean_ctor_get(x_166, 25); lean_inc(x_193); -x_194 = lean_ctor_get(x_164, 28); +x_194 = lean_ctor_get(x_166, 26); lean_inc(x_194); -x_195 = lean_ctor_get(x_164, 29); +x_195 = lean_ctor_get(x_166, 27); lean_inc(x_195); -x_196 = lean_ctor_get(x_164, 30); +x_196 = lean_ctor_get(x_166, 28); lean_inc(x_196); -if (lean_is_exclusive(x_164)) { - lean_ctor_release(x_164, 0); - lean_ctor_release(x_164, 1); - lean_ctor_release(x_164, 2); - lean_ctor_release(x_164, 3); - lean_ctor_release(x_164, 4); - lean_ctor_release(x_164, 5); - lean_ctor_release(x_164, 6); - lean_ctor_release(x_164, 7); - lean_ctor_release(x_164, 8); - lean_ctor_release(x_164, 9); - lean_ctor_release(x_164, 10); - lean_ctor_release(x_164, 11); - lean_ctor_release(x_164, 12); - lean_ctor_release(x_164, 13); - lean_ctor_release(x_164, 14); - lean_ctor_release(x_164, 15); - lean_ctor_release(x_164, 16); - lean_ctor_release(x_164, 17); - lean_ctor_release(x_164, 18); - lean_ctor_release(x_164, 19); - lean_ctor_release(x_164, 20); - lean_ctor_release(x_164, 21); - lean_ctor_release(x_164, 22); - lean_ctor_release(x_164, 23); - lean_ctor_release(x_164, 24); - lean_ctor_release(x_164, 25); - lean_ctor_release(x_164, 26); - lean_ctor_release(x_164, 27); - lean_ctor_release(x_164, 28); - lean_ctor_release(x_164, 29); - lean_ctor_release(x_164, 30); - x_197 = x_164; +x_197 = lean_ctor_get(x_166, 29); +lean_inc(x_197); +x_198 = lean_ctor_get(x_166, 30); +lean_inc(x_198); +x_199 = lean_ctor_get(x_166, 31); +lean_inc(x_199); +if (lean_is_exclusive(x_166)) { + lean_ctor_release(x_166, 0); + lean_ctor_release(x_166, 1); + lean_ctor_release(x_166, 2); + lean_ctor_release(x_166, 3); + lean_ctor_release(x_166, 4); + lean_ctor_release(x_166, 5); + lean_ctor_release(x_166, 6); + lean_ctor_release(x_166, 7); + lean_ctor_release(x_166, 8); + lean_ctor_release(x_166, 9); + lean_ctor_release(x_166, 10); + lean_ctor_release(x_166, 11); + lean_ctor_release(x_166, 12); + lean_ctor_release(x_166, 13); + lean_ctor_release(x_166, 14); + lean_ctor_release(x_166, 15); + lean_ctor_release(x_166, 16); + lean_ctor_release(x_166, 17); + lean_ctor_release(x_166, 18); + lean_ctor_release(x_166, 19); + lean_ctor_release(x_166, 20); + lean_ctor_release(x_166, 21); + lean_ctor_release(x_166, 22); + lean_ctor_release(x_166, 23); + lean_ctor_release(x_166, 24); + lean_ctor_release(x_166, 25); + lean_ctor_release(x_166, 26); + lean_ctor_release(x_166, 27); + lean_ctor_release(x_166, 28); + lean_ctor_release(x_166, 29); + lean_ctor_release(x_166, 30); + lean_ctor_release(x_166, 31); + x_200 = x_166; } else { - lean_dec_ref(x_164); - x_197 = lean_box(0); + lean_dec_ref(x_166); + x_200 = lean_box(0); } -x_198 = 1; -if (lean_is_scalar(x_197)) { - x_199 = lean_alloc_ctor(0, 31, 1); +x_201 = 1; +if (lean_is_scalar(x_200)) { + x_202 = lean_alloc_ctor(0, 32, 1); } else { - x_199 = x_197; + x_202 = x_200; } -lean_ctor_set(x_199, 0, x_166); -lean_ctor_set(x_199, 1, x_167); -lean_ctor_set(x_199, 2, x_168); -lean_ctor_set(x_199, 3, x_169); -lean_ctor_set(x_199, 4, x_170); -lean_ctor_set(x_199, 5, x_171); -lean_ctor_set(x_199, 6, x_172); -lean_ctor_set(x_199, 7, x_173); -lean_ctor_set(x_199, 8, x_174); -lean_ctor_set(x_199, 9, x_175); -lean_ctor_set(x_199, 10, x_176); -lean_ctor_set(x_199, 11, x_177); -lean_ctor_set(x_199, 12, x_178); -lean_ctor_set(x_199, 13, x_179); -lean_ctor_set(x_199, 14, x_180); -lean_ctor_set(x_199, 15, x_181); -lean_ctor_set(x_199, 16, x_182); -lean_ctor_set(x_199, 17, x_183); -lean_ctor_set(x_199, 18, x_184); -lean_ctor_set(x_199, 19, x_185); -lean_ctor_set(x_199, 20, x_186); -lean_ctor_set(x_199, 21, x_187); -lean_ctor_set(x_199, 22, x_188); -lean_ctor_set(x_199, 23, x_189); -lean_ctor_set(x_199, 24, x_190); -lean_ctor_set(x_199, 25, x_191); -lean_ctor_set(x_199, 26, x_192); -lean_ctor_set(x_199, 27, x_193); -lean_ctor_set(x_199, 28, x_194); -lean_ctor_set(x_199, 29, x_195); -lean_ctor_set(x_199, 30, x_196); -lean_ctor_set_uint8(x_199, sizeof(void*)*31, x_198); -x_200 = lean_array_fset(x_165, x_3, x_199); -if (lean_is_scalar(x_155)) { - x_201 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_202, 0, x_168); +lean_ctor_set(x_202, 1, x_169); +lean_ctor_set(x_202, 2, x_170); +lean_ctor_set(x_202, 3, x_171); +lean_ctor_set(x_202, 4, x_172); +lean_ctor_set(x_202, 5, x_173); +lean_ctor_set(x_202, 6, x_174); +lean_ctor_set(x_202, 7, x_175); +lean_ctor_set(x_202, 8, x_176); +lean_ctor_set(x_202, 9, x_177); +lean_ctor_set(x_202, 10, x_178); +lean_ctor_set(x_202, 11, x_179); +lean_ctor_set(x_202, 12, x_180); +lean_ctor_set(x_202, 13, x_181); +lean_ctor_set(x_202, 14, x_182); +lean_ctor_set(x_202, 15, x_183); +lean_ctor_set(x_202, 16, x_184); +lean_ctor_set(x_202, 17, x_185); +lean_ctor_set(x_202, 18, x_186); +lean_ctor_set(x_202, 19, x_187); +lean_ctor_set(x_202, 20, x_188); +lean_ctor_set(x_202, 21, x_189); +lean_ctor_set(x_202, 22, x_190); +lean_ctor_set(x_202, 23, x_191); +lean_ctor_set(x_202, 24, x_192); +lean_ctor_set(x_202, 25, x_193); +lean_ctor_set(x_202, 26, x_194); +lean_ctor_set(x_202, 27, x_195); +lean_ctor_set(x_202, 28, x_196); +lean_ctor_set(x_202, 29, x_197); +lean_ctor_set(x_202, 30, x_198); +lean_ctor_set(x_202, 31, x_199); +lean_ctor_set_uint8(x_202, sizeof(void*)*32, x_201); +x_203 = lean_array_fset(x_167, x_3, x_202); +if (lean_is_scalar(x_157)) { + x_204 = lean_alloc_ctor(0, 3, 0); } else { - x_201 = x_155; + x_204 = x_157; } -lean_ctor_set(x_201, 0, x_200); -lean_ctor_set(x_201, 1, x_153); -lean_ctor_set(x_201, 2, x_154); -x_202 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_202, 0, x_149); -lean_ctor_set(x_202, 1, x_150); -lean_ctor_set(x_202, 2, x_151); -lean_ctor_set(x_202, 3, x_201); -lean_ctor_set(x_32, 14, x_202); -x_203 = lean_st_ref_set(x_4, x_32, x_35); -x_204 = lean_ctor_get(x_203, 1); -lean_inc(x_204); -if (lean_is_exclusive(x_203)) { - lean_ctor_release(x_203, 0); - lean_ctor_release(x_203, 1); - x_205 = x_203; +lean_ctor_set(x_204, 0, x_203); +lean_ctor_set(x_204, 1, x_155); +lean_ctor_set(x_204, 2, x_156); +x_205 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_205, 0, x_151); +lean_ctor_set(x_205, 1, x_152); +lean_ctor_set(x_205, 2, x_153); +lean_ctor_set(x_205, 3, x_204); +lean_ctor_set(x_32, 14, x_205); +x_206 = lean_st_ref_set(x_4, x_32, x_35); +x_207 = lean_ctor_get(x_206, 1); +lean_inc(x_207); +if (lean_is_exclusive(x_206)) { + lean_ctor_release(x_206, 0); + lean_ctor_release(x_206, 1); + x_208 = x_206; } else { - lean_dec_ref(x_203); - x_205 = lean_box(0); + lean_dec_ref(x_206); + x_208 = lean_box(0); } -if (lean_is_scalar(x_205)) { - x_206 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_208)) { + x_209 = lean_alloc_ctor(0, 2, 0); } else { - x_206 = x_205; + x_209 = x_208; } -lean_ctor_set(x_206, 0, x_14); -lean_ctor_set(x_206, 1, x_204); -return x_206; +lean_ctor_set(x_209, 0, x_14); +lean_ctor_set(x_209, 1, x_207); +return x_209; } } } else { -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; uint8_t x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; uint8_t x_232; -x_207 = lean_ctor_get(x_32, 0); -x_208 = lean_ctor_get(x_32, 1); -x_209 = lean_ctor_get(x_32, 2); -x_210 = lean_ctor_get(x_32, 3); -x_211 = lean_ctor_get(x_32, 4); -x_212 = lean_ctor_get(x_32, 5); -x_213 = lean_ctor_get(x_32, 6); -x_214 = lean_ctor_get(x_32, 7); -x_215 = lean_ctor_get_uint8(x_32, sizeof(void*)*16); -x_216 = lean_ctor_get(x_32, 8); -x_217 = lean_ctor_get(x_32, 9); -x_218 = lean_ctor_get(x_32, 10); -x_219 = lean_ctor_get(x_32, 11); -x_220 = lean_ctor_get(x_32, 12); -x_221 = lean_ctor_get(x_32, 13); -x_222 = lean_ctor_get(x_32, 15); +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; uint8_t x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; uint8_t x_235; +x_210 = lean_ctor_get(x_32, 0); +x_211 = lean_ctor_get(x_32, 1); +x_212 = lean_ctor_get(x_32, 2); +x_213 = lean_ctor_get(x_32, 3); +x_214 = lean_ctor_get(x_32, 4); +x_215 = lean_ctor_get(x_32, 5); +x_216 = lean_ctor_get(x_32, 6); +x_217 = lean_ctor_get(x_32, 7); +x_218 = lean_ctor_get_uint8(x_32, sizeof(void*)*16); +x_219 = lean_ctor_get(x_32, 8); +x_220 = lean_ctor_get(x_32, 9); +x_221 = lean_ctor_get(x_32, 10); +x_222 = lean_ctor_get(x_32, 11); +x_223 = lean_ctor_get(x_32, 12); +x_224 = lean_ctor_get(x_32, 13); +x_225 = lean_ctor_get(x_32, 15); +lean_inc(x_225); +lean_inc(x_224); +lean_inc(x_223); lean_inc(x_222); lean_inc(x_221); lean_inc(x_220); lean_inc(x_219); -lean_inc(x_218); lean_inc(x_217); lean_inc(x_216); +lean_inc(x_215); lean_inc(x_214); lean_inc(x_213); lean_inc(x_212); lean_inc(x_211); lean_inc(x_210); -lean_inc(x_209); -lean_inc(x_208); -lean_inc(x_207); lean_dec(x_32); -x_223 = lean_ctor_get(x_33, 0); -lean_inc(x_223); -x_224 = lean_ctor_get(x_33, 1); -lean_inc(x_224); -x_225 = lean_ctor_get(x_33, 2); -lean_inc(x_225); +x_226 = lean_ctor_get(x_33, 0); +lean_inc(x_226); +x_227 = lean_ctor_get(x_33, 1); +lean_inc(x_227); +x_228 = lean_ctor_get(x_33, 2); +lean_inc(x_228); if (lean_is_exclusive(x_33)) { lean_ctor_release(x_33, 0); lean_ctor_release(x_33, 1); lean_ctor_release(x_33, 2); lean_ctor_release(x_33, 3); - x_226 = x_33; + x_229 = x_33; } else { lean_dec_ref(x_33); - x_226 = lean_box(0); + x_229 = lean_box(0); } -x_227 = lean_ctor_get(x_34, 0); -lean_inc(x_227); -x_228 = lean_ctor_get(x_34, 1); -lean_inc(x_228); -x_229 = lean_ctor_get(x_34, 2); -lean_inc(x_229); +x_230 = lean_ctor_get(x_34, 0); +lean_inc(x_230); +x_231 = lean_ctor_get(x_34, 1); +lean_inc(x_231); +x_232 = lean_ctor_get(x_34, 2); +lean_inc(x_232); if (lean_is_exclusive(x_34)) { lean_ctor_release(x_34, 0); lean_ctor_release(x_34, 1); lean_ctor_release(x_34, 2); - x_230 = x_34; + x_233 = x_34; } else { lean_dec_ref(x_34); - x_230 = lean_box(0); + x_233 = lean_box(0); } -x_231 = lean_array_get_size(x_227); -x_232 = lean_nat_dec_lt(x_3, x_231); -lean_dec(x_231); -if (x_232 == 0) +x_234 = lean_array_get_size(x_230); +x_235 = lean_nat_dec_lt(x_3, x_234); +lean_dec(x_234); +if (x_235 == 0) { -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; -if (lean_is_scalar(x_230)) { - x_233 = lean_alloc_ctor(0, 3, 0); +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; +if (lean_is_scalar(x_233)) { + x_236 = lean_alloc_ctor(0, 3, 0); } else { - x_233 = x_230; + x_236 = x_233; } -lean_ctor_set(x_233, 0, x_227); -lean_ctor_set(x_233, 1, x_228); -lean_ctor_set(x_233, 2, x_229); -if (lean_is_scalar(x_226)) { - x_234 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_236, 0, x_230); +lean_ctor_set(x_236, 1, x_231); +lean_ctor_set(x_236, 2, x_232); +if (lean_is_scalar(x_229)) { + x_237 = lean_alloc_ctor(0, 4, 0); } else { - x_234 = x_226; + x_237 = x_229; } -lean_ctor_set(x_234, 0, x_223); -lean_ctor_set(x_234, 1, x_224); -lean_ctor_set(x_234, 2, x_225); -lean_ctor_set(x_234, 3, x_233); -x_235 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_235, 0, x_207); -lean_ctor_set(x_235, 1, x_208); -lean_ctor_set(x_235, 2, x_209); -lean_ctor_set(x_235, 3, x_210); -lean_ctor_set(x_235, 4, x_211); -lean_ctor_set(x_235, 5, x_212); -lean_ctor_set(x_235, 6, x_213); -lean_ctor_set(x_235, 7, x_214); -lean_ctor_set(x_235, 8, x_216); -lean_ctor_set(x_235, 9, x_217); -lean_ctor_set(x_235, 10, x_218); -lean_ctor_set(x_235, 11, x_219); -lean_ctor_set(x_235, 12, x_220); -lean_ctor_set(x_235, 13, x_221); -lean_ctor_set(x_235, 14, x_234); -lean_ctor_set(x_235, 15, x_222); -lean_ctor_set_uint8(x_235, sizeof(void*)*16, x_215); -x_236 = lean_st_ref_set(x_4, x_235, x_35); -x_237 = lean_ctor_get(x_236, 1); -lean_inc(x_237); -if (lean_is_exclusive(x_236)) { - lean_ctor_release(x_236, 0); - lean_ctor_release(x_236, 1); - x_238 = x_236; +lean_ctor_set(x_237, 0, x_226); +lean_ctor_set(x_237, 1, x_227); +lean_ctor_set(x_237, 2, x_228); +lean_ctor_set(x_237, 3, x_236); +x_238 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_238, 0, x_210); +lean_ctor_set(x_238, 1, x_211); +lean_ctor_set(x_238, 2, x_212); +lean_ctor_set(x_238, 3, x_213); +lean_ctor_set(x_238, 4, x_214); +lean_ctor_set(x_238, 5, x_215); +lean_ctor_set(x_238, 6, x_216); +lean_ctor_set(x_238, 7, x_217); +lean_ctor_set(x_238, 8, x_219); +lean_ctor_set(x_238, 9, x_220); +lean_ctor_set(x_238, 10, x_221); +lean_ctor_set(x_238, 11, x_222); +lean_ctor_set(x_238, 12, x_223); +lean_ctor_set(x_238, 13, x_224); +lean_ctor_set(x_238, 14, x_237); +lean_ctor_set(x_238, 15, x_225); +lean_ctor_set_uint8(x_238, sizeof(void*)*16, x_218); +x_239 = lean_st_ref_set(x_4, x_238, x_35); +x_240 = lean_ctor_get(x_239, 1); +lean_inc(x_240); +if (lean_is_exclusive(x_239)) { + lean_ctor_release(x_239, 0); + lean_ctor_release(x_239, 1); + x_241 = x_239; } else { - lean_dec_ref(x_236); - x_238 = lean_box(0); + lean_dec_ref(x_239); + x_241 = lean_box(0); } -if (lean_is_scalar(x_238)) { - x_239 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_241)) { + x_242 = lean_alloc_ctor(0, 2, 0); } else { - x_239 = x_238; + x_242 = x_241; } -lean_ctor_set(x_239, 0, x_14); -lean_ctor_set(x_239, 1, x_237); -return x_239; +lean_ctor_set(x_242, 0, x_14); +lean_ctor_set(x_242, 1, x_240); +return x_242; } else { -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; uint8_t 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; -x_240 = lean_array_fget(x_227, x_3); -x_241 = lean_array_fset(x_227, x_3, x_27); -x_242 = lean_ctor_get(x_240, 0); -lean_inc(x_242); -x_243 = lean_ctor_get(x_240, 1); -lean_inc(x_243); -x_244 = lean_ctor_get(x_240, 2); -lean_inc(x_244); -x_245 = lean_ctor_get(x_240, 3); +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; uint8_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; +x_243 = lean_array_fget(x_230, x_3); +x_244 = lean_array_fset(x_230, x_3, x_27); +x_245 = lean_ctor_get(x_243, 0); lean_inc(x_245); -x_246 = lean_ctor_get(x_240, 4); +x_246 = lean_ctor_get(x_243, 1); lean_inc(x_246); -x_247 = lean_ctor_get(x_240, 5); +x_247 = lean_ctor_get(x_243, 2); lean_inc(x_247); -x_248 = lean_ctor_get(x_240, 6); +x_248 = lean_ctor_get(x_243, 3); lean_inc(x_248); -x_249 = lean_ctor_get(x_240, 7); +x_249 = lean_ctor_get(x_243, 4); lean_inc(x_249); -x_250 = lean_ctor_get(x_240, 8); +x_250 = lean_ctor_get(x_243, 5); lean_inc(x_250); -x_251 = lean_ctor_get(x_240, 9); +x_251 = lean_ctor_get(x_243, 6); lean_inc(x_251); -x_252 = lean_ctor_get(x_240, 10); +x_252 = lean_ctor_get(x_243, 7); lean_inc(x_252); -x_253 = lean_ctor_get(x_240, 11); +x_253 = lean_ctor_get(x_243, 8); lean_inc(x_253); -x_254 = lean_ctor_get(x_240, 12); +x_254 = lean_ctor_get(x_243, 9); lean_inc(x_254); -x_255 = lean_ctor_get(x_240, 13); +x_255 = lean_ctor_get(x_243, 10); lean_inc(x_255); -x_256 = lean_ctor_get(x_240, 14); +x_256 = lean_ctor_get(x_243, 11); lean_inc(x_256); -x_257 = lean_ctor_get(x_240, 15); +x_257 = lean_ctor_get(x_243, 12); lean_inc(x_257); -x_258 = lean_ctor_get(x_240, 16); +x_258 = lean_ctor_get(x_243, 13); lean_inc(x_258); -x_259 = lean_ctor_get(x_240, 17); +x_259 = lean_ctor_get(x_243, 14); lean_inc(x_259); -x_260 = lean_ctor_get(x_240, 18); +x_260 = lean_ctor_get(x_243, 15); lean_inc(x_260); -x_261 = lean_ctor_get(x_240, 19); +x_261 = lean_ctor_get(x_243, 16); lean_inc(x_261); -x_262 = lean_ctor_get(x_240, 20); +x_262 = lean_ctor_get(x_243, 17); lean_inc(x_262); -x_263 = lean_ctor_get(x_240, 21); +x_263 = lean_ctor_get(x_243, 18); lean_inc(x_263); -x_264 = lean_ctor_get(x_240, 22); +x_264 = lean_ctor_get(x_243, 19); lean_inc(x_264); -x_265 = lean_ctor_get(x_240, 23); +x_265 = lean_ctor_get(x_243, 20); lean_inc(x_265); -x_266 = lean_ctor_get(x_240, 24); +x_266 = lean_ctor_get(x_243, 21); lean_inc(x_266); -x_267 = lean_ctor_get(x_240, 25); +x_267 = lean_ctor_get(x_243, 22); lean_inc(x_267); -x_268 = lean_ctor_get(x_240, 26); +x_268 = lean_ctor_get(x_243, 23); lean_inc(x_268); -x_269 = lean_ctor_get(x_240, 27); +x_269 = lean_ctor_get(x_243, 24); lean_inc(x_269); -x_270 = lean_ctor_get(x_240, 28); +x_270 = lean_ctor_get(x_243, 25); lean_inc(x_270); -x_271 = lean_ctor_get(x_240, 29); +x_271 = lean_ctor_get(x_243, 26); lean_inc(x_271); -x_272 = lean_ctor_get(x_240, 30); +x_272 = lean_ctor_get(x_243, 27); lean_inc(x_272); -if (lean_is_exclusive(x_240)) { - lean_ctor_release(x_240, 0); - lean_ctor_release(x_240, 1); - lean_ctor_release(x_240, 2); - lean_ctor_release(x_240, 3); - lean_ctor_release(x_240, 4); - lean_ctor_release(x_240, 5); - lean_ctor_release(x_240, 6); - lean_ctor_release(x_240, 7); - lean_ctor_release(x_240, 8); - lean_ctor_release(x_240, 9); - lean_ctor_release(x_240, 10); - lean_ctor_release(x_240, 11); - lean_ctor_release(x_240, 12); - lean_ctor_release(x_240, 13); - lean_ctor_release(x_240, 14); - lean_ctor_release(x_240, 15); - lean_ctor_release(x_240, 16); - lean_ctor_release(x_240, 17); - lean_ctor_release(x_240, 18); - lean_ctor_release(x_240, 19); - lean_ctor_release(x_240, 20); - lean_ctor_release(x_240, 21); - lean_ctor_release(x_240, 22); - lean_ctor_release(x_240, 23); - lean_ctor_release(x_240, 24); - lean_ctor_release(x_240, 25); - lean_ctor_release(x_240, 26); - lean_ctor_release(x_240, 27); - lean_ctor_release(x_240, 28); - lean_ctor_release(x_240, 29); - lean_ctor_release(x_240, 30); - x_273 = x_240; +x_273 = lean_ctor_get(x_243, 28); +lean_inc(x_273); +x_274 = lean_ctor_get(x_243, 29); +lean_inc(x_274); +x_275 = lean_ctor_get(x_243, 30); +lean_inc(x_275); +x_276 = lean_ctor_get(x_243, 31); +lean_inc(x_276); +if (lean_is_exclusive(x_243)) { + lean_ctor_release(x_243, 0); + lean_ctor_release(x_243, 1); + lean_ctor_release(x_243, 2); + lean_ctor_release(x_243, 3); + lean_ctor_release(x_243, 4); + lean_ctor_release(x_243, 5); + lean_ctor_release(x_243, 6); + lean_ctor_release(x_243, 7); + lean_ctor_release(x_243, 8); + lean_ctor_release(x_243, 9); + lean_ctor_release(x_243, 10); + lean_ctor_release(x_243, 11); + lean_ctor_release(x_243, 12); + lean_ctor_release(x_243, 13); + lean_ctor_release(x_243, 14); + lean_ctor_release(x_243, 15); + lean_ctor_release(x_243, 16); + lean_ctor_release(x_243, 17); + lean_ctor_release(x_243, 18); + lean_ctor_release(x_243, 19); + lean_ctor_release(x_243, 20); + lean_ctor_release(x_243, 21); + lean_ctor_release(x_243, 22); + lean_ctor_release(x_243, 23); + lean_ctor_release(x_243, 24); + lean_ctor_release(x_243, 25); + lean_ctor_release(x_243, 26); + lean_ctor_release(x_243, 27); + lean_ctor_release(x_243, 28); + lean_ctor_release(x_243, 29); + lean_ctor_release(x_243, 30); + lean_ctor_release(x_243, 31); + x_277 = x_243; } else { - lean_dec_ref(x_240); - x_273 = lean_box(0); + lean_dec_ref(x_243); + x_277 = lean_box(0); } -x_274 = 1; -if (lean_is_scalar(x_273)) { - x_275 = lean_alloc_ctor(0, 31, 1); +x_278 = 1; +if (lean_is_scalar(x_277)) { + x_279 = lean_alloc_ctor(0, 32, 1); } else { - x_275 = x_273; + x_279 = x_277; } -lean_ctor_set(x_275, 0, x_242); -lean_ctor_set(x_275, 1, x_243); -lean_ctor_set(x_275, 2, x_244); -lean_ctor_set(x_275, 3, x_245); -lean_ctor_set(x_275, 4, x_246); -lean_ctor_set(x_275, 5, x_247); -lean_ctor_set(x_275, 6, x_248); -lean_ctor_set(x_275, 7, x_249); -lean_ctor_set(x_275, 8, x_250); -lean_ctor_set(x_275, 9, x_251); -lean_ctor_set(x_275, 10, x_252); -lean_ctor_set(x_275, 11, x_253); -lean_ctor_set(x_275, 12, x_254); -lean_ctor_set(x_275, 13, x_255); -lean_ctor_set(x_275, 14, x_256); -lean_ctor_set(x_275, 15, x_257); -lean_ctor_set(x_275, 16, x_258); -lean_ctor_set(x_275, 17, x_259); -lean_ctor_set(x_275, 18, x_260); -lean_ctor_set(x_275, 19, x_261); -lean_ctor_set(x_275, 20, x_262); -lean_ctor_set(x_275, 21, x_263); -lean_ctor_set(x_275, 22, x_264); -lean_ctor_set(x_275, 23, x_265); -lean_ctor_set(x_275, 24, x_266); -lean_ctor_set(x_275, 25, x_267); -lean_ctor_set(x_275, 26, x_268); -lean_ctor_set(x_275, 27, x_269); -lean_ctor_set(x_275, 28, x_270); -lean_ctor_set(x_275, 29, x_271); -lean_ctor_set(x_275, 30, x_272); -lean_ctor_set_uint8(x_275, sizeof(void*)*31, x_274); -x_276 = lean_array_fset(x_241, x_3, x_275); -if (lean_is_scalar(x_230)) { - x_277 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_279, 0, x_245); +lean_ctor_set(x_279, 1, x_246); +lean_ctor_set(x_279, 2, x_247); +lean_ctor_set(x_279, 3, x_248); +lean_ctor_set(x_279, 4, x_249); +lean_ctor_set(x_279, 5, x_250); +lean_ctor_set(x_279, 6, x_251); +lean_ctor_set(x_279, 7, x_252); +lean_ctor_set(x_279, 8, x_253); +lean_ctor_set(x_279, 9, x_254); +lean_ctor_set(x_279, 10, x_255); +lean_ctor_set(x_279, 11, x_256); +lean_ctor_set(x_279, 12, x_257); +lean_ctor_set(x_279, 13, x_258); +lean_ctor_set(x_279, 14, x_259); +lean_ctor_set(x_279, 15, x_260); +lean_ctor_set(x_279, 16, x_261); +lean_ctor_set(x_279, 17, x_262); +lean_ctor_set(x_279, 18, x_263); +lean_ctor_set(x_279, 19, x_264); +lean_ctor_set(x_279, 20, x_265); +lean_ctor_set(x_279, 21, x_266); +lean_ctor_set(x_279, 22, x_267); +lean_ctor_set(x_279, 23, x_268); +lean_ctor_set(x_279, 24, x_269); +lean_ctor_set(x_279, 25, x_270); +lean_ctor_set(x_279, 26, x_271); +lean_ctor_set(x_279, 27, x_272); +lean_ctor_set(x_279, 28, x_273); +lean_ctor_set(x_279, 29, x_274); +lean_ctor_set(x_279, 30, x_275); +lean_ctor_set(x_279, 31, x_276); +lean_ctor_set_uint8(x_279, sizeof(void*)*32, x_278); +x_280 = lean_array_fset(x_244, x_3, x_279); +if (lean_is_scalar(x_233)) { + x_281 = lean_alloc_ctor(0, 3, 0); } else { - x_277 = x_230; + x_281 = x_233; } -lean_ctor_set(x_277, 0, x_276); -lean_ctor_set(x_277, 1, x_228); -lean_ctor_set(x_277, 2, x_229); -if (lean_is_scalar(x_226)) { - x_278 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_281, 0, x_280); +lean_ctor_set(x_281, 1, x_231); +lean_ctor_set(x_281, 2, x_232); +if (lean_is_scalar(x_229)) { + x_282 = lean_alloc_ctor(0, 4, 0); } else { - x_278 = x_226; + x_282 = x_229; } -lean_ctor_set(x_278, 0, x_223); -lean_ctor_set(x_278, 1, x_224); -lean_ctor_set(x_278, 2, x_225); -lean_ctor_set(x_278, 3, x_277); -x_279 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_279, 0, x_207); -lean_ctor_set(x_279, 1, x_208); -lean_ctor_set(x_279, 2, x_209); -lean_ctor_set(x_279, 3, x_210); -lean_ctor_set(x_279, 4, x_211); -lean_ctor_set(x_279, 5, x_212); -lean_ctor_set(x_279, 6, x_213); -lean_ctor_set(x_279, 7, x_214); -lean_ctor_set(x_279, 8, x_216); -lean_ctor_set(x_279, 9, x_217); -lean_ctor_set(x_279, 10, x_218); -lean_ctor_set(x_279, 11, x_219); -lean_ctor_set(x_279, 12, x_220); -lean_ctor_set(x_279, 13, x_221); -lean_ctor_set(x_279, 14, x_278); -lean_ctor_set(x_279, 15, x_222); -lean_ctor_set_uint8(x_279, sizeof(void*)*16, x_215); -x_280 = lean_st_ref_set(x_4, x_279, x_35); -x_281 = lean_ctor_get(x_280, 1); -lean_inc(x_281); -if (lean_is_exclusive(x_280)) { - lean_ctor_release(x_280, 0); - lean_ctor_release(x_280, 1); - x_282 = x_280; +lean_ctor_set(x_282, 0, x_226); +lean_ctor_set(x_282, 1, x_227); +lean_ctor_set(x_282, 2, x_228); +lean_ctor_set(x_282, 3, x_281); +x_283 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_283, 0, x_210); +lean_ctor_set(x_283, 1, x_211); +lean_ctor_set(x_283, 2, x_212); +lean_ctor_set(x_283, 3, x_213); +lean_ctor_set(x_283, 4, x_214); +lean_ctor_set(x_283, 5, x_215); +lean_ctor_set(x_283, 6, x_216); +lean_ctor_set(x_283, 7, x_217); +lean_ctor_set(x_283, 8, x_219); +lean_ctor_set(x_283, 9, x_220); +lean_ctor_set(x_283, 10, x_221); +lean_ctor_set(x_283, 11, x_222); +lean_ctor_set(x_283, 12, x_223); +lean_ctor_set(x_283, 13, x_224); +lean_ctor_set(x_283, 14, x_282); +lean_ctor_set(x_283, 15, x_225); +lean_ctor_set_uint8(x_283, sizeof(void*)*16, x_218); +x_284 = lean_st_ref_set(x_4, x_283, x_35); +x_285 = lean_ctor_get(x_284, 1); +lean_inc(x_285); +if (lean_is_exclusive(x_284)) { + lean_ctor_release(x_284, 0); + lean_ctor_release(x_284, 1); + x_286 = x_284; } else { - lean_dec_ref(x_280); - x_282 = lean_box(0); + lean_dec_ref(x_284); + x_286 = lean_box(0); } -if (lean_is_scalar(x_282)) { - x_283 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_286)) { + x_287 = lean_alloc_ctor(0, 2, 0); } else { - x_283 = x_282; + x_287 = x_286; } -lean_ctor_set(x_283, 0, x_14); -lean_ctor_set(x_283, 1, x_281); -return x_283; +lean_ctor_set(x_287, 0, x_14); +lean_ctor_set(x_287, 1, x_285); +return x_287; } } } else { -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; lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; uint8_t 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; uint8_t x_326; -x_284 = lean_ctor_get(x_19, 0); -x_285 = lean_ctor_get(x_19, 1); -lean_inc(x_285); -lean_inc(x_284); -lean_dec(x_19); -x_286 = lean_ctor_get(x_284, 0); -lean_inc(x_286); -lean_inc(x_14); -x_287 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_287, 0, x_1); -lean_ctor_set(x_287, 1, x_14); -lean_ctor_set(x_287, 2, x_17); -x_288 = l_Lean_PersistentArray_push___rarg(x_286, x_287); -x_289 = lean_ctor_get(x_284, 1); +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; 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; uint8_t 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; uint8_t x_330; +x_288 = lean_ctor_get(x_19, 0); +x_289 = lean_ctor_get(x_19, 1); lean_inc(x_289); -lean_dec(x_284); -x_290 = lean_box(0); +lean_inc(x_288); +lean_dec(x_19); +x_290 = lean_ctor_get(x_288, 0); +lean_inc(x_290); lean_inc(x_14); -x_291 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_289, x_14, x_290); -x_292 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_292, 0, x_288); -lean_ctor_set(x_292, 1, x_291); -x_293 = lean_st_ref_set(x_2, x_292, x_285); -x_294 = lean_ctor_get(x_293, 1); -lean_inc(x_294); -lean_dec(x_293); -x_295 = lean_st_ref_take(x_4, x_294); -x_296 = lean_ctor_get(x_295, 0); -lean_inc(x_296); -x_297 = lean_ctor_get(x_296, 14); -lean_inc(x_297); -x_298 = lean_ctor_get(x_297, 3); +x_291 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_291, 0, x_1); +lean_ctor_set(x_291, 1, x_14); +lean_ctor_set(x_291, 2, x_17); +x_292 = l_Lean_PersistentArray_push___rarg(x_290, x_291); +x_293 = lean_ctor_get(x_288, 1); +lean_inc(x_293); +lean_dec(x_288); +x_294 = lean_box(0); +lean_inc(x_14); +x_295 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_293, x_14, x_294); +x_296 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_296, 0, x_292); +lean_ctor_set(x_296, 1, x_295); +x_297 = lean_st_ref_set(x_2, x_296, x_289); +x_298 = lean_ctor_get(x_297, 1); lean_inc(x_298); -x_299 = lean_ctor_get(x_295, 1); -lean_inc(x_299); -lean_dec(x_295); -x_300 = lean_ctor_get(x_296, 0); +lean_dec(x_297); +x_299 = lean_st_ref_take(x_4, x_298); +x_300 = lean_ctor_get(x_299, 0); lean_inc(x_300); -x_301 = lean_ctor_get(x_296, 1); +x_301 = lean_ctor_get(x_300, 14); lean_inc(x_301); -x_302 = lean_ctor_get(x_296, 2); +x_302 = lean_ctor_get(x_301, 3); lean_inc(x_302); -x_303 = lean_ctor_get(x_296, 3); +x_303 = lean_ctor_get(x_299, 1); lean_inc(x_303); -x_304 = lean_ctor_get(x_296, 4); +lean_dec(x_299); +x_304 = lean_ctor_get(x_300, 0); lean_inc(x_304); -x_305 = lean_ctor_get(x_296, 5); +x_305 = lean_ctor_get(x_300, 1); lean_inc(x_305); -x_306 = lean_ctor_get(x_296, 6); +x_306 = lean_ctor_get(x_300, 2); lean_inc(x_306); -x_307 = lean_ctor_get(x_296, 7); +x_307 = lean_ctor_get(x_300, 3); lean_inc(x_307); -x_308 = lean_ctor_get_uint8(x_296, sizeof(void*)*16); -x_309 = lean_ctor_get(x_296, 8); +x_308 = lean_ctor_get(x_300, 4); +lean_inc(x_308); +x_309 = lean_ctor_get(x_300, 5); lean_inc(x_309); -x_310 = lean_ctor_get(x_296, 9); +x_310 = lean_ctor_get(x_300, 6); lean_inc(x_310); -x_311 = lean_ctor_get(x_296, 10); +x_311 = lean_ctor_get(x_300, 7); lean_inc(x_311); -x_312 = lean_ctor_get(x_296, 11); -lean_inc(x_312); -x_313 = lean_ctor_get(x_296, 12); +x_312 = lean_ctor_get_uint8(x_300, sizeof(void*)*16); +x_313 = lean_ctor_get(x_300, 8); lean_inc(x_313); -x_314 = lean_ctor_get(x_296, 13); +x_314 = lean_ctor_get(x_300, 9); lean_inc(x_314); -x_315 = lean_ctor_get(x_296, 15); +x_315 = lean_ctor_get(x_300, 10); lean_inc(x_315); -if (lean_is_exclusive(x_296)) { - lean_ctor_release(x_296, 0); - lean_ctor_release(x_296, 1); - lean_ctor_release(x_296, 2); - lean_ctor_release(x_296, 3); - lean_ctor_release(x_296, 4); - lean_ctor_release(x_296, 5); - lean_ctor_release(x_296, 6); - lean_ctor_release(x_296, 7); - lean_ctor_release(x_296, 8); - lean_ctor_release(x_296, 9); - lean_ctor_release(x_296, 10); - lean_ctor_release(x_296, 11); - lean_ctor_release(x_296, 12); - lean_ctor_release(x_296, 13); - lean_ctor_release(x_296, 14); - lean_ctor_release(x_296, 15); - x_316 = x_296; -} else { - lean_dec_ref(x_296); - x_316 = lean_box(0); -} -x_317 = lean_ctor_get(x_297, 0); +x_316 = lean_ctor_get(x_300, 11); +lean_inc(x_316); +x_317 = lean_ctor_get(x_300, 12); lean_inc(x_317); -x_318 = lean_ctor_get(x_297, 1); +x_318 = lean_ctor_get(x_300, 13); lean_inc(x_318); -x_319 = lean_ctor_get(x_297, 2); +x_319 = lean_ctor_get(x_300, 15); lean_inc(x_319); -if (lean_is_exclusive(x_297)) { - lean_ctor_release(x_297, 0); - lean_ctor_release(x_297, 1); - lean_ctor_release(x_297, 2); - lean_ctor_release(x_297, 3); - x_320 = x_297; +if (lean_is_exclusive(x_300)) { + lean_ctor_release(x_300, 0); + lean_ctor_release(x_300, 1); + lean_ctor_release(x_300, 2); + lean_ctor_release(x_300, 3); + lean_ctor_release(x_300, 4); + lean_ctor_release(x_300, 5); + lean_ctor_release(x_300, 6); + lean_ctor_release(x_300, 7); + lean_ctor_release(x_300, 8); + lean_ctor_release(x_300, 9); + lean_ctor_release(x_300, 10); + lean_ctor_release(x_300, 11); + lean_ctor_release(x_300, 12); + lean_ctor_release(x_300, 13); + lean_ctor_release(x_300, 14); + lean_ctor_release(x_300, 15); + x_320 = x_300; } else { - lean_dec_ref(x_297); + lean_dec_ref(x_300); x_320 = lean_box(0); } -x_321 = lean_ctor_get(x_298, 0); +x_321 = lean_ctor_get(x_301, 0); lean_inc(x_321); -x_322 = lean_ctor_get(x_298, 1); +x_322 = lean_ctor_get(x_301, 1); lean_inc(x_322); -x_323 = lean_ctor_get(x_298, 2); +x_323 = lean_ctor_get(x_301, 2); lean_inc(x_323); -if (lean_is_exclusive(x_298)) { - lean_ctor_release(x_298, 0); - lean_ctor_release(x_298, 1); - lean_ctor_release(x_298, 2); - x_324 = x_298; +if (lean_is_exclusive(x_301)) { + lean_ctor_release(x_301, 0); + lean_ctor_release(x_301, 1); + lean_ctor_release(x_301, 2); + lean_ctor_release(x_301, 3); + x_324 = x_301; } else { - lean_dec_ref(x_298); + lean_dec_ref(x_301); x_324 = lean_box(0); } -x_325 = lean_array_get_size(x_321); -x_326 = lean_nat_dec_lt(x_3, x_325); -lean_dec(x_325); -if (x_326 == 0) +x_325 = lean_ctor_get(x_302, 0); +lean_inc(x_325); +x_326 = lean_ctor_get(x_302, 1); +lean_inc(x_326); +x_327 = lean_ctor_get(x_302, 2); +lean_inc(x_327); +if (lean_is_exclusive(x_302)) { + lean_ctor_release(x_302, 0); + lean_ctor_release(x_302, 1); + lean_ctor_release(x_302, 2); + x_328 = x_302; +} else { + lean_dec_ref(x_302); + x_328 = lean_box(0); +} +x_329 = lean_array_get_size(x_325); +x_330 = lean_nat_dec_lt(x_3, x_329); +lean_dec(x_329); +if (x_330 == 0) { -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_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; +if (lean_is_scalar(x_328)) { + x_331 = lean_alloc_ctor(0, 3, 0); +} else { + x_331 = x_328; +} +lean_ctor_set(x_331, 0, x_325); +lean_ctor_set(x_331, 1, x_326); +lean_ctor_set(x_331, 2, x_327); if (lean_is_scalar(x_324)) { - x_327 = lean_alloc_ctor(0, 3, 0); + x_332 = lean_alloc_ctor(0, 4, 0); } else { - x_327 = x_324; + x_332 = x_324; } -lean_ctor_set(x_327, 0, x_321); -lean_ctor_set(x_327, 1, x_322); -lean_ctor_set(x_327, 2, x_323); +lean_ctor_set(x_332, 0, x_321); +lean_ctor_set(x_332, 1, x_322); +lean_ctor_set(x_332, 2, x_323); +lean_ctor_set(x_332, 3, x_331); if (lean_is_scalar(x_320)) { - x_328 = lean_alloc_ctor(0, 4, 0); + x_333 = lean_alloc_ctor(0, 16, 1); } else { - x_328 = x_320; + x_333 = x_320; } -lean_ctor_set(x_328, 0, x_317); -lean_ctor_set(x_328, 1, x_318); -lean_ctor_set(x_328, 2, x_319); -lean_ctor_set(x_328, 3, x_327); -if (lean_is_scalar(x_316)) { - x_329 = lean_alloc_ctor(0, 16, 1); -} else { - x_329 = x_316; -} -lean_ctor_set(x_329, 0, x_300); -lean_ctor_set(x_329, 1, x_301); -lean_ctor_set(x_329, 2, x_302); -lean_ctor_set(x_329, 3, x_303); -lean_ctor_set(x_329, 4, x_304); -lean_ctor_set(x_329, 5, x_305); -lean_ctor_set(x_329, 6, x_306); -lean_ctor_set(x_329, 7, x_307); -lean_ctor_set(x_329, 8, x_309); -lean_ctor_set(x_329, 9, x_310); -lean_ctor_set(x_329, 10, x_311); -lean_ctor_set(x_329, 11, x_312); -lean_ctor_set(x_329, 12, x_313); -lean_ctor_set(x_329, 13, x_314); -lean_ctor_set(x_329, 14, x_328); -lean_ctor_set(x_329, 15, x_315); -lean_ctor_set_uint8(x_329, sizeof(void*)*16, x_308); -x_330 = lean_st_ref_set(x_4, x_329, x_299); -x_331 = lean_ctor_get(x_330, 1); -lean_inc(x_331); -if (lean_is_exclusive(x_330)) { - lean_ctor_release(x_330, 0); - lean_ctor_release(x_330, 1); - x_332 = x_330; -} else { - lean_dec_ref(x_330); - x_332 = lean_box(0); -} -if (lean_is_scalar(x_332)) { - x_333 = lean_alloc_ctor(0, 2, 0); -} else { - x_333 = x_332; -} -lean_ctor_set(x_333, 0, x_14); -lean_ctor_set(x_333, 1, x_331); -return x_333; -} -else -{ -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; uint8_t 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; -x_334 = lean_array_fget(x_321, x_3); -x_335 = lean_array_fset(x_321, x_3, x_290); -x_336 = lean_ctor_get(x_334, 0); -lean_inc(x_336); -x_337 = lean_ctor_get(x_334, 1); -lean_inc(x_337); -x_338 = lean_ctor_get(x_334, 2); -lean_inc(x_338); -x_339 = lean_ctor_get(x_334, 3); -lean_inc(x_339); -x_340 = lean_ctor_get(x_334, 4); -lean_inc(x_340); -x_341 = lean_ctor_get(x_334, 5); -lean_inc(x_341); -x_342 = lean_ctor_get(x_334, 6); -lean_inc(x_342); -x_343 = lean_ctor_get(x_334, 7); -lean_inc(x_343); -x_344 = lean_ctor_get(x_334, 8); -lean_inc(x_344); -x_345 = lean_ctor_get(x_334, 9); -lean_inc(x_345); -x_346 = lean_ctor_get(x_334, 10); -lean_inc(x_346); -x_347 = lean_ctor_get(x_334, 11); -lean_inc(x_347); -x_348 = lean_ctor_get(x_334, 12); -lean_inc(x_348); -x_349 = lean_ctor_get(x_334, 13); -lean_inc(x_349); -x_350 = lean_ctor_get(x_334, 14); -lean_inc(x_350); -x_351 = lean_ctor_get(x_334, 15); -lean_inc(x_351); -x_352 = lean_ctor_get(x_334, 16); -lean_inc(x_352); -x_353 = lean_ctor_get(x_334, 17); -lean_inc(x_353); -x_354 = lean_ctor_get(x_334, 18); -lean_inc(x_354); -x_355 = lean_ctor_get(x_334, 19); -lean_inc(x_355); -x_356 = lean_ctor_get(x_334, 20); -lean_inc(x_356); -x_357 = lean_ctor_get(x_334, 21); -lean_inc(x_357); -x_358 = lean_ctor_get(x_334, 22); -lean_inc(x_358); -x_359 = lean_ctor_get(x_334, 23); -lean_inc(x_359); -x_360 = lean_ctor_get(x_334, 24); -lean_inc(x_360); -x_361 = lean_ctor_get(x_334, 25); -lean_inc(x_361); -x_362 = lean_ctor_get(x_334, 26); -lean_inc(x_362); -x_363 = lean_ctor_get(x_334, 27); -lean_inc(x_363); -x_364 = lean_ctor_get(x_334, 28); -lean_inc(x_364); -x_365 = lean_ctor_get(x_334, 29); -lean_inc(x_365); -x_366 = lean_ctor_get(x_334, 30); -lean_inc(x_366); +lean_ctor_set(x_333, 0, x_304); +lean_ctor_set(x_333, 1, x_305); +lean_ctor_set(x_333, 2, x_306); +lean_ctor_set(x_333, 3, x_307); +lean_ctor_set(x_333, 4, x_308); +lean_ctor_set(x_333, 5, x_309); +lean_ctor_set(x_333, 6, x_310); +lean_ctor_set(x_333, 7, x_311); +lean_ctor_set(x_333, 8, x_313); +lean_ctor_set(x_333, 9, x_314); +lean_ctor_set(x_333, 10, x_315); +lean_ctor_set(x_333, 11, x_316); +lean_ctor_set(x_333, 12, x_317); +lean_ctor_set(x_333, 13, x_318); +lean_ctor_set(x_333, 14, x_332); +lean_ctor_set(x_333, 15, x_319); +lean_ctor_set_uint8(x_333, sizeof(void*)*16, x_312); +x_334 = lean_st_ref_set(x_4, x_333, x_303); +x_335 = lean_ctor_get(x_334, 1); +lean_inc(x_335); if (lean_is_exclusive(x_334)) { lean_ctor_release(x_334, 0); lean_ctor_release(x_334, 1); - lean_ctor_release(x_334, 2); - lean_ctor_release(x_334, 3); - lean_ctor_release(x_334, 4); - lean_ctor_release(x_334, 5); - lean_ctor_release(x_334, 6); - lean_ctor_release(x_334, 7); - lean_ctor_release(x_334, 8); - lean_ctor_release(x_334, 9); - lean_ctor_release(x_334, 10); - lean_ctor_release(x_334, 11); - lean_ctor_release(x_334, 12); - lean_ctor_release(x_334, 13); - lean_ctor_release(x_334, 14); - lean_ctor_release(x_334, 15); - lean_ctor_release(x_334, 16); - lean_ctor_release(x_334, 17); - lean_ctor_release(x_334, 18); - lean_ctor_release(x_334, 19); - lean_ctor_release(x_334, 20); - lean_ctor_release(x_334, 21); - lean_ctor_release(x_334, 22); - lean_ctor_release(x_334, 23); - lean_ctor_release(x_334, 24); - lean_ctor_release(x_334, 25); - lean_ctor_release(x_334, 26); - lean_ctor_release(x_334, 27); - lean_ctor_release(x_334, 28); - lean_ctor_release(x_334, 29); - lean_ctor_release(x_334, 30); - x_367 = x_334; + x_336 = x_334; } else { lean_dec_ref(x_334); - x_367 = lean_box(0); + x_336 = lean_box(0); } -x_368 = 1; -if (lean_is_scalar(x_367)) { - x_369 = lean_alloc_ctor(0, 31, 1); +if (lean_is_scalar(x_336)) { + x_337 = lean_alloc_ctor(0, 2, 0); } else { - x_369 = x_367; + x_337 = x_336; } -lean_ctor_set(x_369, 0, x_336); -lean_ctor_set(x_369, 1, x_337); -lean_ctor_set(x_369, 2, x_338); -lean_ctor_set(x_369, 3, x_339); -lean_ctor_set(x_369, 4, x_340); -lean_ctor_set(x_369, 5, x_341); -lean_ctor_set(x_369, 6, x_342); -lean_ctor_set(x_369, 7, x_343); -lean_ctor_set(x_369, 8, x_344); -lean_ctor_set(x_369, 9, x_345); -lean_ctor_set(x_369, 10, x_346); -lean_ctor_set(x_369, 11, x_347); -lean_ctor_set(x_369, 12, x_348); -lean_ctor_set(x_369, 13, x_349); -lean_ctor_set(x_369, 14, x_350); -lean_ctor_set(x_369, 15, x_351); -lean_ctor_set(x_369, 16, x_352); -lean_ctor_set(x_369, 17, x_353); -lean_ctor_set(x_369, 18, x_354); -lean_ctor_set(x_369, 19, x_355); -lean_ctor_set(x_369, 20, x_356); -lean_ctor_set(x_369, 21, x_357); -lean_ctor_set(x_369, 22, x_358); -lean_ctor_set(x_369, 23, x_359); -lean_ctor_set(x_369, 24, x_360); -lean_ctor_set(x_369, 25, x_361); -lean_ctor_set(x_369, 26, x_362); -lean_ctor_set(x_369, 27, x_363); -lean_ctor_set(x_369, 28, x_364); -lean_ctor_set(x_369, 29, x_365); -lean_ctor_set(x_369, 30, x_366); -lean_ctor_set_uint8(x_369, sizeof(void*)*31, x_368); -x_370 = lean_array_fset(x_335, x_3, x_369); +lean_ctor_set(x_337, 0, x_14); +lean_ctor_set(x_337, 1, x_335); +return x_337; +} +else +{ +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; uint8_t 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; +x_338 = lean_array_fget(x_325, x_3); +x_339 = lean_array_fset(x_325, x_3, x_294); +x_340 = lean_ctor_get(x_338, 0); +lean_inc(x_340); +x_341 = lean_ctor_get(x_338, 1); +lean_inc(x_341); +x_342 = lean_ctor_get(x_338, 2); +lean_inc(x_342); +x_343 = lean_ctor_get(x_338, 3); +lean_inc(x_343); +x_344 = lean_ctor_get(x_338, 4); +lean_inc(x_344); +x_345 = lean_ctor_get(x_338, 5); +lean_inc(x_345); +x_346 = lean_ctor_get(x_338, 6); +lean_inc(x_346); +x_347 = lean_ctor_get(x_338, 7); +lean_inc(x_347); +x_348 = lean_ctor_get(x_338, 8); +lean_inc(x_348); +x_349 = lean_ctor_get(x_338, 9); +lean_inc(x_349); +x_350 = lean_ctor_get(x_338, 10); +lean_inc(x_350); +x_351 = lean_ctor_get(x_338, 11); +lean_inc(x_351); +x_352 = lean_ctor_get(x_338, 12); +lean_inc(x_352); +x_353 = lean_ctor_get(x_338, 13); +lean_inc(x_353); +x_354 = lean_ctor_get(x_338, 14); +lean_inc(x_354); +x_355 = lean_ctor_get(x_338, 15); +lean_inc(x_355); +x_356 = lean_ctor_get(x_338, 16); +lean_inc(x_356); +x_357 = lean_ctor_get(x_338, 17); +lean_inc(x_357); +x_358 = lean_ctor_get(x_338, 18); +lean_inc(x_358); +x_359 = lean_ctor_get(x_338, 19); +lean_inc(x_359); +x_360 = lean_ctor_get(x_338, 20); +lean_inc(x_360); +x_361 = lean_ctor_get(x_338, 21); +lean_inc(x_361); +x_362 = lean_ctor_get(x_338, 22); +lean_inc(x_362); +x_363 = lean_ctor_get(x_338, 23); +lean_inc(x_363); +x_364 = lean_ctor_get(x_338, 24); +lean_inc(x_364); +x_365 = lean_ctor_get(x_338, 25); +lean_inc(x_365); +x_366 = lean_ctor_get(x_338, 26); +lean_inc(x_366); +x_367 = lean_ctor_get(x_338, 27); +lean_inc(x_367); +x_368 = lean_ctor_get(x_338, 28); +lean_inc(x_368); +x_369 = lean_ctor_get(x_338, 29); +lean_inc(x_369); +x_370 = lean_ctor_get(x_338, 30); +lean_inc(x_370); +x_371 = lean_ctor_get(x_338, 31); +lean_inc(x_371); +if (lean_is_exclusive(x_338)) { + lean_ctor_release(x_338, 0); + lean_ctor_release(x_338, 1); + lean_ctor_release(x_338, 2); + lean_ctor_release(x_338, 3); + lean_ctor_release(x_338, 4); + lean_ctor_release(x_338, 5); + lean_ctor_release(x_338, 6); + lean_ctor_release(x_338, 7); + lean_ctor_release(x_338, 8); + lean_ctor_release(x_338, 9); + lean_ctor_release(x_338, 10); + lean_ctor_release(x_338, 11); + lean_ctor_release(x_338, 12); + lean_ctor_release(x_338, 13); + lean_ctor_release(x_338, 14); + lean_ctor_release(x_338, 15); + lean_ctor_release(x_338, 16); + lean_ctor_release(x_338, 17); + lean_ctor_release(x_338, 18); + lean_ctor_release(x_338, 19); + lean_ctor_release(x_338, 20); + lean_ctor_release(x_338, 21); + lean_ctor_release(x_338, 22); + lean_ctor_release(x_338, 23); + lean_ctor_release(x_338, 24); + lean_ctor_release(x_338, 25); + lean_ctor_release(x_338, 26); + lean_ctor_release(x_338, 27); + lean_ctor_release(x_338, 28); + lean_ctor_release(x_338, 29); + lean_ctor_release(x_338, 30); + lean_ctor_release(x_338, 31); + x_372 = x_338; +} else { + lean_dec_ref(x_338); + x_372 = lean_box(0); +} +x_373 = 1; +if (lean_is_scalar(x_372)) { + x_374 = lean_alloc_ctor(0, 32, 1); +} else { + x_374 = x_372; +} +lean_ctor_set(x_374, 0, x_340); +lean_ctor_set(x_374, 1, x_341); +lean_ctor_set(x_374, 2, x_342); +lean_ctor_set(x_374, 3, x_343); +lean_ctor_set(x_374, 4, x_344); +lean_ctor_set(x_374, 5, x_345); +lean_ctor_set(x_374, 6, x_346); +lean_ctor_set(x_374, 7, x_347); +lean_ctor_set(x_374, 8, x_348); +lean_ctor_set(x_374, 9, x_349); +lean_ctor_set(x_374, 10, x_350); +lean_ctor_set(x_374, 11, x_351); +lean_ctor_set(x_374, 12, x_352); +lean_ctor_set(x_374, 13, x_353); +lean_ctor_set(x_374, 14, x_354); +lean_ctor_set(x_374, 15, x_355); +lean_ctor_set(x_374, 16, x_356); +lean_ctor_set(x_374, 17, x_357); +lean_ctor_set(x_374, 18, x_358); +lean_ctor_set(x_374, 19, x_359); +lean_ctor_set(x_374, 20, x_360); +lean_ctor_set(x_374, 21, x_361); +lean_ctor_set(x_374, 22, x_362); +lean_ctor_set(x_374, 23, x_363); +lean_ctor_set(x_374, 24, x_364); +lean_ctor_set(x_374, 25, x_365); +lean_ctor_set(x_374, 26, x_366); +lean_ctor_set(x_374, 27, x_367); +lean_ctor_set(x_374, 28, x_368); +lean_ctor_set(x_374, 29, x_369); +lean_ctor_set(x_374, 30, x_370); +lean_ctor_set(x_374, 31, x_371); +lean_ctor_set_uint8(x_374, sizeof(void*)*32, x_373); +x_375 = lean_array_fset(x_339, x_3, x_374); +if (lean_is_scalar(x_328)) { + x_376 = lean_alloc_ctor(0, 3, 0); +} else { + x_376 = x_328; +} +lean_ctor_set(x_376, 0, x_375); +lean_ctor_set(x_376, 1, x_326); +lean_ctor_set(x_376, 2, x_327); if (lean_is_scalar(x_324)) { - x_371 = lean_alloc_ctor(0, 3, 0); + x_377 = lean_alloc_ctor(0, 4, 0); } else { - x_371 = x_324; + x_377 = x_324; } -lean_ctor_set(x_371, 0, x_370); -lean_ctor_set(x_371, 1, x_322); -lean_ctor_set(x_371, 2, x_323); +lean_ctor_set(x_377, 0, x_321); +lean_ctor_set(x_377, 1, x_322); +lean_ctor_set(x_377, 2, x_323); +lean_ctor_set(x_377, 3, x_376); if (lean_is_scalar(x_320)) { - x_372 = lean_alloc_ctor(0, 4, 0); + x_378 = lean_alloc_ctor(0, 16, 1); } else { - x_372 = x_320; + x_378 = x_320; } -lean_ctor_set(x_372, 0, x_317); -lean_ctor_set(x_372, 1, x_318); -lean_ctor_set(x_372, 2, x_319); -lean_ctor_set(x_372, 3, x_371); -if (lean_is_scalar(x_316)) { - x_373 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_378, 0, x_304); +lean_ctor_set(x_378, 1, x_305); +lean_ctor_set(x_378, 2, x_306); +lean_ctor_set(x_378, 3, x_307); +lean_ctor_set(x_378, 4, x_308); +lean_ctor_set(x_378, 5, x_309); +lean_ctor_set(x_378, 6, x_310); +lean_ctor_set(x_378, 7, x_311); +lean_ctor_set(x_378, 8, x_313); +lean_ctor_set(x_378, 9, x_314); +lean_ctor_set(x_378, 10, x_315); +lean_ctor_set(x_378, 11, x_316); +lean_ctor_set(x_378, 12, x_317); +lean_ctor_set(x_378, 13, x_318); +lean_ctor_set(x_378, 14, x_377); +lean_ctor_set(x_378, 15, x_319); +lean_ctor_set_uint8(x_378, sizeof(void*)*16, x_312); +x_379 = lean_st_ref_set(x_4, x_378, x_303); +x_380 = lean_ctor_get(x_379, 1); +lean_inc(x_380); +if (lean_is_exclusive(x_379)) { + lean_ctor_release(x_379, 0); + lean_ctor_release(x_379, 1); + x_381 = x_379; } else { - x_373 = x_316; + lean_dec_ref(x_379); + x_381 = lean_box(0); } -lean_ctor_set(x_373, 0, x_300); -lean_ctor_set(x_373, 1, x_301); -lean_ctor_set(x_373, 2, x_302); -lean_ctor_set(x_373, 3, x_303); -lean_ctor_set(x_373, 4, x_304); -lean_ctor_set(x_373, 5, x_305); -lean_ctor_set(x_373, 6, x_306); -lean_ctor_set(x_373, 7, x_307); -lean_ctor_set(x_373, 8, x_309); -lean_ctor_set(x_373, 9, x_310); -lean_ctor_set(x_373, 10, x_311); -lean_ctor_set(x_373, 11, x_312); -lean_ctor_set(x_373, 12, x_313); -lean_ctor_set(x_373, 13, x_314); -lean_ctor_set(x_373, 14, x_372); -lean_ctor_set(x_373, 15, x_315); -lean_ctor_set_uint8(x_373, sizeof(void*)*16, x_308); -x_374 = lean_st_ref_set(x_4, x_373, x_299); -x_375 = lean_ctor_get(x_374, 1); -lean_inc(x_375); -if (lean_is_exclusive(x_374)) { - lean_ctor_release(x_374, 0); - lean_ctor_release(x_374, 1); - x_376 = x_374; +if (lean_is_scalar(x_381)) { + x_382 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_374); - x_376 = lean_box(0); + x_382 = x_381; } -if (lean_is_scalar(x_376)) { - x_377 = lean_alloc_ctor(0, 2, 0); -} else { - x_377 = x_376; -} -lean_ctor_set(x_377, 0, x_14); -lean_ctor_set(x_377, 1, x_375); -return x_377; +lean_ctor_set(x_382, 0, x_14); +lean_ctor_set(x_382, 1, x_380); +return x_382; } } } else { -uint8_t x_378; +uint8_t x_383; lean_dec(x_14); lean_dec(x_1); -x_378 = !lean_is_exclusive(x_16); -if (x_378 == 0) +x_383 = !lean_is_exclusive(x_16); +if (x_383 == 0) { return x_16; } else { -lean_object* x_379; lean_object* x_380; lean_object* x_381; -x_379 = lean_ctor_get(x_16, 0); -x_380 = lean_ctor_get(x_16, 1); -lean_inc(x_380); -lean_inc(x_379); +lean_object* x_384; lean_object* x_385; lean_object* x_386; +x_384 = lean_ctor_get(x_16, 0); +x_385 = lean_ctor_get(x_16, 1); +lean_inc(x_385); +lean_inc(x_384); lean_dec(x_16); -x_381 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_381, 0, x_379); -lean_ctor_set(x_381, 1, x_380); -return x_381; +x_386 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_386, 0, x_384); +lean_ctor_set(x_386, 1, x_385); +return x_386; } } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/StructId.c b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/StructId.c index feef0da79a..a71312273b 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/StructId.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/StructId.c @@ -2226,7 +2226,7 @@ return x_27; } else { -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_3160; +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_3169; lean_free_object(x_27); x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); @@ -2241,82 +2241,82 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_35); -x_3160 = l_Lean_Meta_trySynthInstance(x_35, x_23, x_6, x_7, x_8, x_9, x_30); -if (lean_obj_tag(x_3160) == 0) +x_3169 = l_Lean_Meta_trySynthInstance(x_35, x_23, x_6, x_7, x_8, x_9, x_30); +if (lean_obj_tag(x_3169) == 0) { -lean_object* x_3161; -x_3161 = lean_ctor_get(x_3160, 0); -lean_inc(x_3161); -if (lean_obj_tag(x_3161) == 1) +lean_object* x_3170; +x_3170 = lean_ctor_get(x_3169, 0); +lean_inc(x_3170); +if (lean_obj_tag(x_3170) == 1) { -lean_object* x_3162; lean_object* x_3163; +lean_object* x_3171; lean_object* x_3172; lean_dec(x_35); -x_3162 = lean_ctor_get(x_3160, 1); -lean_inc(x_3162); -lean_dec(x_3160); -x_3163 = lean_ctor_get(x_3161, 0); -lean_inc(x_3163); -lean_dec(x_3161); -x_36 = x_3163; -x_37 = x_3162; -goto block_3159; -} -else -{ -lean_object* x_3164; lean_object* x_3165; lean_object* x_3166; lean_object* x_3167; lean_object* x_3168; lean_object* x_3169; lean_object* x_3170; uint8_t x_3171; -lean_dec(x_3161); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_1); -x_3164 = lean_ctor_get(x_3160, 1); -lean_inc(x_3164); -lean_dec(x_3160); -x_3165 = l_Lean_indentExpr(x_35); -x_3166 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_3167 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3167, 0, x_3166); -lean_ctor_set(x_3167, 1, x_3165); -x_3168 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_3169 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3169, 0, x_3167); -lean_ctor_set(x_3169, 1, x_3168); -x_3170 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3169, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3164); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_3171 = !lean_is_exclusive(x_3170); -if (x_3171 == 0) -{ -return x_3170; -} -else -{ -lean_object* x_3172; lean_object* x_3173; lean_object* x_3174; +x_3171 = lean_ctor_get(x_3169, 1); +lean_inc(x_3171); +lean_dec(x_3169); x_3172 = lean_ctor_get(x_3170, 0); -x_3173 = lean_ctor_get(x_3170, 1); -lean_inc(x_3173); lean_inc(x_3172); lean_dec(x_3170); -x_3174 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_3174, 0, x_3172); -lean_ctor_set(x_3174, 1, x_3173); -return x_3174; +x_36 = x_3172; +x_37 = x_3171; +goto block_3168; +} +else +{ +lean_object* x_3173; lean_object* x_3174; lean_object* x_3175; lean_object* x_3176; lean_object* x_3177; lean_object* x_3178; lean_object* x_3179; uint8_t x_3180; +lean_dec(x_3170); +lean_dec(x_32); +lean_dec(x_22); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_1); +x_3173 = lean_ctor_get(x_3169, 1); +lean_inc(x_3173); +lean_dec(x_3169); +x_3174 = l_Lean_indentExpr(x_35); +x_3175 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_3176 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3176, 0, x_3175); +lean_ctor_set(x_3176, 1, x_3174); +x_3177 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_3178 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3178, 0, x_3176); +lean_ctor_set(x_3178, 1, x_3177); +x_3179 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3178, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3173); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_3180 = !lean_is_exclusive(x_3179); +if (x_3180 == 0) +{ +return x_3179; +} +else +{ +lean_object* x_3181; lean_object* x_3182; lean_object* x_3183; +x_3181 = lean_ctor_get(x_3179, 0); +x_3182 = lean_ctor_get(x_3179, 1); +lean_inc(x_3182); +lean_inc(x_3181); +lean_dec(x_3179); +x_3183 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_3183, 0, x_3181); +lean_ctor_set(x_3183, 1, x_3182); +return x_3183; } } } else { -uint8_t x_3175; +uint8_t x_3184; lean_dec(x_35); lean_dec(x_32); lean_dec(x_22); @@ -2334,26 +2334,26 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3175 = !lean_is_exclusive(x_3160); -if (x_3175 == 0) +x_3184 = !lean_is_exclusive(x_3169); +if (x_3184 == 0) { -return x_3160; +return x_3169; } else { -lean_object* x_3176; lean_object* x_3177; lean_object* x_3178; -x_3176 = lean_ctor_get(x_3160, 0); -x_3177 = lean_ctor_get(x_3160, 1); -lean_inc(x_3177); -lean_inc(x_3176); -lean_dec(x_3160); -x_3178 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_3178, 0, x_3176); -lean_ctor_set(x_3178, 1, x_3177); -return x_3178; +lean_object* x_3185; lean_object* x_3186; lean_object* x_3187; +x_3185 = lean_ctor_get(x_3169, 0); +x_3186 = lean_ctor_get(x_3169, 1); +lean_inc(x_3186); +lean_inc(x_3185); +lean_dec(x_3169); +x_3187 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_3187, 0, x_3185); +lean_ctor_set(x_3187, 1, x_3186); +return x_3187; } } -block_3159: +block_3168: { lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; x_38 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__11; @@ -2467,7 +2467,7 @@ lean_inc(x_42); x_61 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_42, x_59, x_6, x_7, x_8, x_9, x_60); if (lean_obj_tag(x_61) == 0) { -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_2231; +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_2239; x_62 = lean_ctor_get(x_61, 1); lean_inc(x_62); lean_dec(x_61); @@ -2485,30 +2485,30 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_66); -x_2231 = l_Lean_Meta_trySynthInstance(x_66, x_23, x_6, x_7, x_8, x_9, x_62); -if (lean_obj_tag(x_2231) == 0) +x_2239 = l_Lean_Meta_trySynthInstance(x_66, x_23, x_6, x_7, x_8, x_9, x_62); +if (lean_obj_tag(x_2239) == 0) { -lean_object* x_2232; -x_2232 = lean_ctor_get(x_2231, 0); -lean_inc(x_2232); -if (lean_obj_tag(x_2232) == 1) +lean_object* x_2240; +x_2240 = lean_ctor_get(x_2239, 0); +lean_inc(x_2240); +if (lean_obj_tag(x_2240) == 1) { -lean_object* x_2233; lean_object* x_2234; +lean_object* x_2241; lean_object* x_2242; lean_dec(x_66); -x_2233 = lean_ctor_get(x_2231, 1); -lean_inc(x_2233); -lean_dec(x_2231); -x_2234 = lean_ctor_get(x_2232, 0); -lean_inc(x_2234); -lean_dec(x_2232); -x_67 = x_2234; -x_68 = x_2233; -goto block_2230; +x_2241 = lean_ctor_get(x_2239, 1); +lean_inc(x_2241); +lean_dec(x_2239); +x_2242 = lean_ctor_get(x_2240, 0); +lean_inc(x_2242); +lean_dec(x_2240); +x_67 = x_2242; +x_68 = x_2241; +goto block_2238; } else { -lean_object* x_2235; lean_object* x_2236; lean_object* x_2237; lean_object* x_2238; lean_object* x_2239; lean_object* x_2240; lean_object* x_2241; uint8_t x_2242; -lean_dec(x_2232); +lean_object* x_2243; lean_object* x_2244; lean_object* x_2245; lean_object* x_2246; lean_object* x_2247; lean_object* x_2248; lean_object* x_2249; uint8_t x_2250; +lean_dec(x_2240); lean_dec(x_63); lean_dec(x_59); lean_dec(x_54); @@ -2521,62 +2521,19 @@ lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); lean_dec(x_1); -x_2235 = lean_ctor_get(x_2231, 1); -lean_inc(x_2235); -lean_dec(x_2231); -x_2236 = l_Lean_indentExpr(x_66); -x_2237 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_2238 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2238, 0, x_2237); -lean_ctor_set(x_2238, 1, x_2236); -x_2239 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_2240 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2240, 0, x_2238); -lean_ctor_set(x_2240, 1, x_2239); -x_2241 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_2240, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2235); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_2242 = !lean_is_exclusive(x_2241); -if (x_2242 == 0) -{ -return x_2241; -} -else -{ -lean_object* x_2243; lean_object* x_2244; lean_object* x_2245; -x_2243 = lean_ctor_get(x_2241, 0); -x_2244 = lean_ctor_get(x_2241, 1); -lean_inc(x_2244); +x_2243 = lean_ctor_get(x_2239, 1); lean_inc(x_2243); -lean_dec(x_2241); -x_2245 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2245, 0, x_2243); -lean_ctor_set(x_2245, 1, x_2244); -return x_2245; -} -} -} -else -{ -uint8_t x_2246; -lean_dec(x_66); -lean_dec(x_63); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); +lean_dec(x_2239); +x_2244 = l_Lean_indentExpr(x_66); +x_2245 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_2246 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_2246, 0, x_2245); +lean_ctor_set(x_2246, 1, x_2244); +x_2247 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_2248 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_2248, 0, x_2246); +lean_ctor_set(x_2248, 1, x_2247); +x_2249 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_2248, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2243); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -2585,27 +2542,70 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_1); -x_2246 = !lean_is_exclusive(x_2231); -if (x_2246 == 0) +x_2250 = !lean_is_exclusive(x_2249); +if (x_2250 == 0) { -return x_2231; -} -else -{ -lean_object* x_2247; lean_object* x_2248; lean_object* x_2249; -x_2247 = lean_ctor_get(x_2231, 0); -x_2248 = lean_ctor_get(x_2231, 1); -lean_inc(x_2248); -lean_inc(x_2247); -lean_dec(x_2231); -x_2249 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2249, 0, x_2247); -lean_ctor_set(x_2249, 1, x_2248); return x_2249; } +else +{ +lean_object* x_2251; lean_object* x_2252; lean_object* x_2253; +x_2251 = lean_ctor_get(x_2249, 0); +x_2252 = lean_ctor_get(x_2249, 1); +lean_inc(x_2252); +lean_inc(x_2251); +lean_dec(x_2249); +x_2253 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2253, 0, x_2251); +lean_ctor_set(x_2253, 1, x_2252); +return x_2253; } -block_2230: +} +} +else +{ +uint8_t x_2254; +lean_dec(x_66); +lean_dec(x_63); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_22); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2254 = !lean_is_exclusive(x_2239); +if (x_2254 == 0) +{ +return x_2239; +} +else +{ +lean_object* x_2255; lean_object* x_2256; lean_object* x_2257; +x_2255 = lean_ctor_get(x_2239, 0); +x_2256 = lean_ctor_get(x_2239, 1); +lean_inc(x_2256); +lean_inc(x_2255); +lean_dec(x_2239); +x_2257 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2257, 0, x_2255); +lean_ctor_set(x_2257, 1, x_2256); +return x_2257; +} +} +block_2238: { lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; x_69 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__20; @@ -2625,7 +2625,7 @@ lean_inc(x_2); x_72 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_71, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_68); if (lean_obj_tag(x_72) == 0) { -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_2207; +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_2215; x_73 = lean_ctor_get(x_72, 0); lean_inc(x_73); x_74 = lean_ctor_get(x_72, 1); @@ -2641,30 +2641,30 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_77); -x_2207 = l_Lean_Meta_trySynthInstance(x_77, x_23, x_6, x_7, x_8, x_9, x_74); -if (lean_obj_tag(x_2207) == 0) +x_2215 = l_Lean_Meta_trySynthInstance(x_77, x_23, x_6, x_7, x_8, x_9, x_74); +if (lean_obj_tag(x_2215) == 0) { -lean_object* x_2208; -x_2208 = lean_ctor_get(x_2207, 0); -lean_inc(x_2208); -if (lean_obj_tag(x_2208) == 1) +lean_object* x_2216; +x_2216 = lean_ctor_get(x_2215, 0); +lean_inc(x_2216); +if (lean_obj_tag(x_2216) == 1) { -lean_object* x_2209; lean_object* x_2210; +lean_object* x_2217; lean_object* x_2218; lean_dec(x_77); -x_2209 = lean_ctor_get(x_2207, 1); -lean_inc(x_2209); -lean_dec(x_2207); -x_2210 = lean_ctor_get(x_2208, 0); -lean_inc(x_2210); -lean_dec(x_2208); -x_78 = x_2210; -x_79 = x_2209; -goto block_2206; +x_2217 = lean_ctor_get(x_2215, 1); +lean_inc(x_2217); +lean_dec(x_2215); +x_2218 = lean_ctor_get(x_2216, 0); +lean_inc(x_2218); +lean_dec(x_2216); +x_78 = x_2218; +x_79 = x_2217; +goto block_2214; } else { -lean_object* x_2211; lean_object* x_2212; lean_object* x_2213; lean_object* x_2214; lean_object* x_2215; lean_object* x_2216; lean_object* x_2217; uint8_t x_2218; -lean_dec(x_2208); +lean_object* x_2219; lean_object* x_2220; lean_object* x_2221; lean_object* x_2222; lean_object* x_2223; lean_object* x_2224; lean_object* x_2225; uint8_t x_2226; +lean_dec(x_2216); lean_dec(x_73); lean_dec(x_67); lean_dec(x_63); @@ -2679,64 +2679,19 @@ lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); lean_dec(x_1); -x_2211 = lean_ctor_get(x_2207, 1); -lean_inc(x_2211); -lean_dec(x_2207); -x_2212 = l_Lean_indentExpr(x_77); -x_2213 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_2214 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2214, 0, x_2213); -lean_ctor_set(x_2214, 1, x_2212); -x_2215 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_2216 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2216, 0, x_2214); -lean_ctor_set(x_2216, 1, x_2215); -x_2217 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_2216, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2211); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_2218 = !lean_is_exclusive(x_2217); -if (x_2218 == 0) -{ -return x_2217; -} -else -{ -lean_object* x_2219; lean_object* x_2220; lean_object* x_2221; -x_2219 = lean_ctor_get(x_2217, 0); -x_2220 = lean_ctor_get(x_2217, 1); -lean_inc(x_2220); +x_2219 = lean_ctor_get(x_2215, 1); lean_inc(x_2219); -lean_dec(x_2217); -x_2221 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2221, 0, x_2219); -lean_ctor_set(x_2221, 1, x_2220); -return x_2221; -} -} -} -else -{ -uint8_t x_2222; -lean_dec(x_77); -lean_dec(x_73); -lean_dec(x_67); -lean_dec(x_63); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); +lean_dec(x_2215); +x_2220 = l_Lean_indentExpr(x_77); +x_2221 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_2222 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_2222, 0, x_2221); +lean_ctor_set(x_2222, 1, x_2220); +x_2223 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_2224 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_2224, 0, x_2222); +lean_ctor_set(x_2224, 1, x_2223); +x_2225 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_2224, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2219); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -2745,27 +2700,72 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_1); -x_2222 = !lean_is_exclusive(x_2207); -if (x_2222 == 0) +x_2226 = !lean_is_exclusive(x_2225); +if (x_2226 == 0) { -return x_2207; -} -else -{ -lean_object* x_2223; lean_object* x_2224; lean_object* x_2225; -x_2223 = lean_ctor_get(x_2207, 0); -x_2224 = lean_ctor_get(x_2207, 1); -lean_inc(x_2224); -lean_inc(x_2223); -lean_dec(x_2207); -x_2225 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2225, 0, x_2223); -lean_ctor_set(x_2225, 1, x_2224); return x_2225; } +else +{ +lean_object* x_2227; lean_object* x_2228; lean_object* x_2229; +x_2227 = lean_ctor_get(x_2225, 0); +x_2228 = lean_ctor_get(x_2225, 1); +lean_inc(x_2228); +lean_inc(x_2227); +lean_dec(x_2225); +x_2229 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2229, 0, x_2227); +lean_ctor_set(x_2229, 1, x_2228); +return x_2229; } -block_2206: +} +} +else +{ +uint8_t x_2230; +lean_dec(x_77); +lean_dec(x_73); +lean_dec(x_67); +lean_dec(x_63); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_22); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2230 = !lean_is_exclusive(x_2215); +if (x_2230 == 0) +{ +return x_2215; +} +else +{ +lean_object* x_2231; lean_object* x_2232; lean_object* x_2233; +x_2231 = lean_ctor_get(x_2215, 0); +x_2232 = lean_ctor_get(x_2215, 1); +lean_inc(x_2232); +lean_inc(x_2231); +lean_dec(x_2215); +x_2233 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2233, 0, x_2231); +lean_ctor_set(x_2233, 1, x_2232); +return x_2233; +} +} +block_2214: { lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; x_80 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__24; @@ -2784,7 +2784,7 @@ lean_inc(x_2); x_83 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_82, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_79); if (lean_obj_tag(x_83) == 0) { -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_2183; +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_2191; x_84 = lean_ctor_get(x_83, 0); lean_inc(x_84); x_85 = lean_ctor_get(x_83, 1); @@ -2800,30 +2800,30 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_88); -x_2183 = l_Lean_Meta_trySynthInstance(x_88, x_23, x_6, x_7, x_8, x_9, x_85); -if (lean_obj_tag(x_2183) == 0) +x_2191 = l_Lean_Meta_trySynthInstance(x_88, x_23, x_6, x_7, x_8, x_9, x_85); +if (lean_obj_tag(x_2191) == 0) { -lean_object* x_2184; -x_2184 = lean_ctor_get(x_2183, 0); -lean_inc(x_2184); -if (lean_obj_tag(x_2184) == 1) +lean_object* x_2192; +x_2192 = lean_ctor_get(x_2191, 0); +lean_inc(x_2192); +if (lean_obj_tag(x_2192) == 1) { -lean_object* x_2185; lean_object* x_2186; +lean_object* x_2193; lean_object* x_2194; lean_dec(x_88); -x_2185 = lean_ctor_get(x_2183, 1); -lean_inc(x_2185); -lean_dec(x_2183); -x_2186 = lean_ctor_get(x_2184, 0); -lean_inc(x_2186); -lean_dec(x_2184); -x_89 = x_2186; -x_90 = x_2185; -goto block_2182; +x_2193 = lean_ctor_get(x_2191, 1); +lean_inc(x_2193); +lean_dec(x_2191); +x_2194 = lean_ctor_get(x_2192, 0); +lean_inc(x_2194); +lean_dec(x_2192); +x_89 = x_2194; +x_90 = x_2193; +goto block_2190; } else { -lean_object* x_2187; lean_object* x_2188; lean_object* x_2189; lean_object* x_2190; lean_object* x_2191; lean_object* x_2192; lean_object* x_2193; uint8_t x_2194; -lean_dec(x_2184); +lean_object* x_2195; lean_object* x_2196; lean_object* x_2197; lean_object* x_2198; lean_object* x_2199; lean_object* x_2200; lean_object* x_2201; uint8_t x_2202; +lean_dec(x_2192); lean_dec(x_84); lean_dec(x_78); lean_dec(x_73); @@ -2839,65 +2839,19 @@ lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); lean_dec(x_1); -x_2187 = lean_ctor_get(x_2183, 1); -lean_inc(x_2187); -lean_dec(x_2183); -x_2188 = l_Lean_indentExpr(x_88); -x_2189 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_2190 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2190, 0, x_2189); -lean_ctor_set(x_2190, 1, x_2188); -x_2191 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_2192 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2192, 0, x_2190); -lean_ctor_set(x_2192, 1, x_2191); -x_2193 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_2192, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2187); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_2194 = !lean_is_exclusive(x_2193); -if (x_2194 == 0) -{ -return x_2193; -} -else -{ -lean_object* x_2195; lean_object* x_2196; lean_object* x_2197; -x_2195 = lean_ctor_get(x_2193, 0); -x_2196 = lean_ctor_get(x_2193, 1); -lean_inc(x_2196); +x_2195 = lean_ctor_get(x_2191, 1); lean_inc(x_2195); -lean_dec(x_2193); -x_2197 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2197, 0, x_2195); -lean_ctor_set(x_2197, 1, x_2196); -return x_2197; -} -} -} -else -{ -uint8_t x_2198; -lean_dec(x_88); -lean_dec(x_84); -lean_dec(x_78); -lean_dec(x_73); -lean_dec(x_67); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); +lean_dec(x_2191); +x_2196 = l_Lean_indentExpr(x_88); +x_2197 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_2198 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_2198, 0, x_2197); +lean_ctor_set(x_2198, 1, x_2196); +x_2199 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_2200 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_2200, 0, x_2198); +lean_ctor_set(x_2200, 1, x_2199); +x_2201 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_2200, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2195); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -2906,27 +2860,73 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_1); -x_2198 = !lean_is_exclusive(x_2183); -if (x_2198 == 0) +x_2202 = !lean_is_exclusive(x_2201); +if (x_2202 == 0) { -return x_2183; -} -else -{ -lean_object* x_2199; lean_object* x_2200; lean_object* x_2201; -x_2199 = lean_ctor_get(x_2183, 0); -x_2200 = lean_ctor_get(x_2183, 1); -lean_inc(x_2200); -lean_inc(x_2199); -lean_dec(x_2183); -x_2201 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2201, 0, x_2199); -lean_ctor_set(x_2201, 1, x_2200); return x_2201; } +else +{ +lean_object* x_2203; lean_object* x_2204; lean_object* x_2205; +x_2203 = lean_ctor_get(x_2201, 0); +x_2204 = lean_ctor_get(x_2201, 1); +lean_inc(x_2204); +lean_inc(x_2203); +lean_dec(x_2201); +x_2205 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2205, 0, x_2203); +lean_ctor_set(x_2205, 1, x_2204); +return x_2205; } -block_2182: +} +} +else +{ +uint8_t x_2206; +lean_dec(x_88); +lean_dec(x_84); +lean_dec(x_78); +lean_dec(x_73); +lean_dec(x_67); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_22); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2206 = !lean_is_exclusive(x_2191); +if (x_2206 == 0) +{ +return x_2191; +} +else +{ +lean_object* x_2207; lean_object* x_2208; lean_object* x_2209; +x_2207 = lean_ctor_get(x_2191, 0); +x_2208 = lean_ctor_get(x_2191, 1); +lean_inc(x_2208); +lean_inc(x_2207); +lean_dec(x_2191); +x_2209 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2209, 0, x_2207); +lean_ctor_set(x_2209, 1, x_2208); +return x_2209; +} +} +block_2190: { lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; x_91 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__28; @@ -2946,7 +2946,7 @@ lean_inc(x_2); x_94 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_93, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_90); 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_2159; +lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_2167; x_95 = lean_ctor_get(x_94, 0); lean_inc(x_95); x_96 = lean_ctor_get(x_94, 1); @@ -2957,30 +2957,30 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_22); -x_2159 = l_Lean_Meta_trySynthInstance(x_22, x_23, x_6, x_7, x_8, x_9, x_96); -if (lean_obj_tag(x_2159) == 0) +x_2167 = l_Lean_Meta_trySynthInstance(x_22, x_23, x_6, x_7, x_8, x_9, x_96); +if (lean_obj_tag(x_2167) == 0) { -lean_object* x_2160; -x_2160 = lean_ctor_get(x_2159, 0); -lean_inc(x_2160); -if (lean_obj_tag(x_2160) == 1) +lean_object* x_2168; +x_2168 = lean_ctor_get(x_2167, 0); +lean_inc(x_2168); +if (lean_obj_tag(x_2168) == 1) { -lean_object* x_2161; lean_object* x_2162; +lean_object* x_2169; lean_object* x_2170; lean_dec(x_22); -x_2161 = lean_ctor_get(x_2159, 1); -lean_inc(x_2161); -lean_dec(x_2159); -x_2162 = lean_ctor_get(x_2160, 0); -lean_inc(x_2162); -lean_dec(x_2160); -x_97 = x_2162; -x_98 = x_2161; -goto block_2158; +x_2169 = lean_ctor_get(x_2167, 1); +lean_inc(x_2169); +lean_dec(x_2167); +x_2170 = lean_ctor_get(x_2168, 0); +lean_inc(x_2170); +lean_dec(x_2168); +x_97 = x_2170; +x_98 = x_2169; +goto block_2166; } else { -lean_object* x_2163; lean_object* x_2164; lean_object* x_2165; lean_object* x_2166; lean_object* x_2167; lean_object* x_2168; lean_object* x_2169; uint8_t x_2170; -lean_dec(x_2160); +lean_object* x_2171; lean_object* x_2172; lean_object* x_2173; lean_object* x_2174; lean_object* x_2175; lean_object* x_2176; lean_object* x_2177; uint8_t x_2178; +lean_dec(x_2168); lean_dec(x_95); lean_dec(x_89); lean_dec(x_84); @@ -2997,66 +2997,19 @@ lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); lean_dec(x_1); -x_2163 = lean_ctor_get(x_2159, 1); -lean_inc(x_2163); -lean_dec(x_2159); -x_2164 = l_Lean_indentExpr(x_22); -x_2165 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_2166 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2166, 0, x_2165); -lean_ctor_set(x_2166, 1, x_2164); -x_2167 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_2168 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2168, 0, x_2166); -lean_ctor_set(x_2168, 1, x_2167); -x_2169 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_2168, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2163); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_2170 = !lean_is_exclusive(x_2169); -if (x_2170 == 0) -{ -return x_2169; -} -else -{ -lean_object* x_2171; lean_object* x_2172; lean_object* x_2173; -x_2171 = lean_ctor_get(x_2169, 0); -x_2172 = lean_ctor_get(x_2169, 1); -lean_inc(x_2172); +x_2171 = lean_ctor_get(x_2167, 1); lean_inc(x_2171); -lean_dec(x_2169); -x_2173 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2173, 0, x_2171); -lean_ctor_set(x_2173, 1, x_2172); -return x_2173; -} -} -} -else -{ -uint8_t x_2174; -lean_dec(x_95); -lean_dec(x_89); -lean_dec(x_84); -lean_dec(x_78); -lean_dec(x_73); -lean_dec(x_67); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); +lean_dec(x_2167); +x_2172 = l_Lean_indentExpr(x_22); +x_2173 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_2174 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_2174, 0, x_2173); +lean_ctor_set(x_2174, 1, x_2172); +x_2175 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_2176 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_2176, 0, x_2174); +lean_ctor_set(x_2176, 1, x_2175); +x_2177 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_2176, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2171); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -3065,27 +3018,74 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_1); -x_2174 = !lean_is_exclusive(x_2159); -if (x_2174 == 0) +x_2178 = !lean_is_exclusive(x_2177); +if (x_2178 == 0) { -return x_2159; -} -else -{ -lean_object* x_2175; lean_object* x_2176; lean_object* x_2177; -x_2175 = lean_ctor_get(x_2159, 0); -x_2176 = lean_ctor_get(x_2159, 1); -lean_inc(x_2176); -lean_inc(x_2175); -lean_dec(x_2159); -x_2177 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2177, 0, x_2175); -lean_ctor_set(x_2177, 1, x_2176); return x_2177; } +else +{ +lean_object* x_2179; lean_object* x_2180; lean_object* x_2181; +x_2179 = lean_ctor_get(x_2177, 0); +x_2180 = lean_ctor_get(x_2177, 1); +lean_inc(x_2180); +lean_inc(x_2179); +lean_dec(x_2177); +x_2181 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2181, 0, x_2179); +lean_ctor_set(x_2181, 1, x_2180); +return x_2181; } -block_2158: +} +} +else +{ +uint8_t x_2182; +lean_dec(x_95); +lean_dec(x_89); +lean_dec(x_84); +lean_dec(x_78); +lean_dec(x_73); +lean_dec(x_67); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_22); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2182 = !lean_is_exclusive(x_2167); +if (x_2182 == 0) +{ +return x_2167; +} +else +{ +lean_object* x_2183; lean_object* x_2184; lean_object* x_2185; +x_2183 = lean_ctor_get(x_2167, 0); +x_2184 = lean_ctor_get(x_2167, 1); +lean_inc(x_2184); +lean_inc(x_2183); +lean_dec(x_2167); +x_2185 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2185, 0, x_2183); +lean_ctor_set(x_2185, 1, x_2184); +return x_2185; +} +} +block_2166: { lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; x_99 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__30; @@ -3256,7 +3256,7 @@ return x_139; } else { -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_1438; +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_1445; lean_free_object(x_139); x_144 = lean_ctor_get(x_143, 0); lean_inc(x_144); @@ -3277,30 +3277,30 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_148); -x_1438 = l_Lean_Meta_trySynthInstance(x_148, x_23, x_6, x_7, x_8, x_9, x_142); -if (lean_obj_tag(x_1438) == 0) +x_1445 = l_Lean_Meta_trySynthInstance(x_148, x_23, x_6, x_7, x_8, x_9, x_142); +if (lean_obj_tag(x_1445) == 0) { -lean_object* x_1439; -x_1439 = lean_ctor_get(x_1438, 0); -lean_inc(x_1439); -if (lean_obj_tag(x_1439) == 1) +lean_object* x_1446; +x_1446 = lean_ctor_get(x_1445, 0); +lean_inc(x_1446); +if (lean_obj_tag(x_1446) == 1) { -lean_object* x_1440; lean_object* x_1441; +lean_object* x_1447; lean_object* x_1448; lean_dec(x_148); -x_1440 = lean_ctor_get(x_1438, 1); -lean_inc(x_1440); -lean_dec(x_1438); -x_1441 = lean_ctor_get(x_1439, 0); -lean_inc(x_1441); -lean_dec(x_1439); -x_149 = x_1441; -x_150 = x_1440; -goto block_1437; +x_1447 = lean_ctor_get(x_1445, 1); +lean_inc(x_1447); +lean_dec(x_1445); +x_1448 = lean_ctor_get(x_1446, 0); +lean_inc(x_1448); +lean_dec(x_1446); +x_149 = x_1448; +x_150 = x_1447; +goto block_1444; } else { -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; uint8_t x_1449; -lean_dec(x_1439); +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; uint8_t x_1456; +lean_dec(x_1446); lean_dec(x_145); lean_dec(x_144); lean_dec(x_103); @@ -3317,19 +3317,19 @@ lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); lean_dec(x_1); -x_1442 = lean_ctor_get(x_1438, 1); -lean_inc(x_1442); -lean_dec(x_1438); -x_1443 = l_Lean_indentExpr(x_148); -x_1444 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_1445 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1445, 0, x_1444); -lean_ctor_set(x_1445, 1, x_1443); -x_1446 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_1447 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1447, 0, x_1445); -lean_ctor_set(x_1447, 1, x_1446); -x_1448 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_1447, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1442); +x_1449 = lean_ctor_get(x_1445, 1); +lean_inc(x_1449); +lean_dec(x_1445); +x_1450 = l_Lean_indentExpr(x_148); +x_1451 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_1452 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1452, 0, x_1451); +lean_ctor_set(x_1452, 1, x_1450); +x_1453 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_1454 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1454, 0, x_1452); +lean_ctor_set(x_1454, 1, x_1453); +x_1455 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_1454, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1449); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -3338,29 +3338,29 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1449 = !lean_is_exclusive(x_1448); -if (x_1449 == 0) +x_1456 = !lean_is_exclusive(x_1455); +if (x_1456 == 0) { -return x_1448; +return x_1455; } else { -lean_object* x_1450; lean_object* x_1451; lean_object* x_1452; -x_1450 = lean_ctor_get(x_1448, 0); -x_1451 = lean_ctor_get(x_1448, 1); -lean_inc(x_1451); -lean_inc(x_1450); -lean_dec(x_1448); -x_1452 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1452, 0, x_1450); -lean_ctor_set(x_1452, 1, x_1451); -return x_1452; +lean_object* x_1457; lean_object* x_1458; lean_object* x_1459; +x_1457 = lean_ctor_get(x_1455, 0); +x_1458 = lean_ctor_get(x_1455, 1); +lean_inc(x_1458); +lean_inc(x_1457); +lean_dec(x_1455); +x_1459 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1459, 0, x_1457); +lean_ctor_set(x_1459, 1, x_1458); +return x_1459; } } } else { -uint8_t x_1453; +uint8_t x_1460; lean_dec(x_148); lean_dec(x_145); lean_dec(x_144); @@ -3386,28 +3386,28 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1453 = !lean_is_exclusive(x_1438); -if (x_1453 == 0) +x_1460 = !lean_is_exclusive(x_1445); +if (x_1460 == 0) { -return x_1438; +return x_1445; } else { -lean_object* x_1454; lean_object* x_1455; lean_object* x_1456; -x_1454 = lean_ctor_get(x_1438, 0); -x_1455 = lean_ctor_get(x_1438, 1); -lean_inc(x_1455); -lean_inc(x_1454); -lean_dec(x_1438); -x_1456 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1456, 0, x_1454); -lean_ctor_set(x_1456, 1, x_1455); -return x_1456; +lean_object* x_1461; lean_object* x_1462; lean_object* x_1463; +x_1461 = lean_ctor_get(x_1445, 0); +x_1462 = lean_ctor_get(x_1445, 1); +lean_inc(x_1462); +lean_inc(x_1461); +lean_dec(x_1445); +x_1463 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1463, 0, x_1461); +lean_ctor_set(x_1463, 1, x_1462); +return x_1463; } } -block_1437: +block_1444: { -lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_1418; +lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_1425; x_151 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__50; lean_inc(x_15); x_152 = l_Lean_Expr_const___override(x_151, x_15); @@ -3418,30 +3418,30 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_153); -x_1418 = l_Lean_Meta_trySynthInstance(x_153, x_23, x_6, x_7, x_8, x_9, x_150); -if (lean_obj_tag(x_1418) == 0) +x_1425 = l_Lean_Meta_trySynthInstance(x_153, x_23, x_6, x_7, x_8, x_9, x_150); +if (lean_obj_tag(x_1425) == 0) { -lean_object* x_1419; -x_1419 = lean_ctor_get(x_1418, 0); -lean_inc(x_1419); -if (lean_obj_tag(x_1419) == 1) +lean_object* x_1426; +x_1426 = lean_ctor_get(x_1425, 0); +lean_inc(x_1426); +if (lean_obj_tag(x_1426) == 1) { -lean_object* x_1420; lean_object* x_1421; +lean_object* x_1427; lean_object* x_1428; lean_dec(x_153); -x_1420 = lean_ctor_get(x_1418, 1); -lean_inc(x_1420); -lean_dec(x_1418); -x_1421 = lean_ctor_get(x_1419, 0); -lean_inc(x_1421); -lean_dec(x_1419); -x_154 = x_1421; -x_155 = x_1420; -goto block_1417; +x_1427 = lean_ctor_get(x_1425, 1); +lean_inc(x_1427); +lean_dec(x_1425); +x_1428 = lean_ctor_get(x_1426, 0); +lean_inc(x_1428); +lean_dec(x_1426); +x_154 = x_1428; +x_155 = x_1427; +goto block_1424; } else { -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; uint8_t x_1429; -lean_dec(x_1419); +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; uint8_t x_1436; +lean_dec(x_1426); lean_dec(x_149); lean_dec(x_145); lean_dec(x_144); @@ -3459,19 +3459,19 @@ lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); lean_dec(x_1); -x_1422 = lean_ctor_get(x_1418, 1); -lean_inc(x_1422); -lean_dec(x_1418); -x_1423 = l_Lean_indentExpr(x_153); -x_1424 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_1425 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1425, 0, x_1424); -lean_ctor_set(x_1425, 1, x_1423); -x_1426 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_1427 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1427, 0, x_1425); -lean_ctor_set(x_1427, 1, x_1426); -x_1428 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_1427, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1422); +x_1429 = lean_ctor_get(x_1425, 1); +lean_inc(x_1429); +lean_dec(x_1425); +x_1430 = l_Lean_indentExpr(x_153); +x_1431 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_1432 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1432, 0, x_1431); +lean_ctor_set(x_1432, 1, x_1430); +x_1433 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_1434 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1434, 0, x_1432); +lean_ctor_set(x_1434, 1, x_1433); +x_1435 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_1434, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1429); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -3480,29 +3480,29 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1429 = !lean_is_exclusive(x_1428); -if (x_1429 == 0) +x_1436 = !lean_is_exclusive(x_1435); +if (x_1436 == 0) { -return x_1428; +return x_1435; } else { -lean_object* x_1430; lean_object* x_1431; lean_object* x_1432; -x_1430 = lean_ctor_get(x_1428, 0); -x_1431 = lean_ctor_get(x_1428, 1); -lean_inc(x_1431); -lean_inc(x_1430); -lean_dec(x_1428); -x_1432 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1432, 0, x_1430); -lean_ctor_set(x_1432, 1, x_1431); -return x_1432; +lean_object* x_1437; lean_object* x_1438; lean_object* x_1439; +x_1437 = lean_ctor_get(x_1435, 0); +x_1438 = lean_ctor_get(x_1435, 1); +lean_inc(x_1438); +lean_inc(x_1437); +lean_dec(x_1435); +x_1439 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1439, 0, x_1437); +lean_ctor_set(x_1439, 1, x_1438); +return x_1439; } } } else { -uint8_t x_1433; +uint8_t x_1440; lean_dec(x_153); lean_dec(x_149); lean_dec(x_145); @@ -3529,26 +3529,26 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1433 = !lean_is_exclusive(x_1418); -if (x_1433 == 0) +x_1440 = !lean_is_exclusive(x_1425); +if (x_1440 == 0) { -return x_1418; +return x_1425; } else { -lean_object* x_1434; lean_object* x_1435; lean_object* x_1436; -x_1434 = lean_ctor_get(x_1418, 0); -x_1435 = lean_ctor_get(x_1418, 1); -lean_inc(x_1435); -lean_inc(x_1434); -lean_dec(x_1418); -x_1436 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1436, 0, x_1434); -lean_ctor_set(x_1436, 1, x_1435); -return x_1436; +lean_object* x_1441; lean_object* x_1442; lean_object* x_1443; +x_1441 = lean_ctor_get(x_1425, 0); +x_1442 = lean_ctor_get(x_1425, 1); +lean_inc(x_1442); +lean_inc(x_1441); +lean_dec(x_1425); +x_1443 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1443, 0, x_1441); +lean_ctor_set(x_1443, 1, x_1442); +return x_1443; } } -block_1417: +block_1424: { lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; x_156 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__52; @@ -3654,143 +3654,143 @@ if (lean_obj_tag(x_184) == 0) { x_185 = x_23; x_186 = x_183; -goto block_1300; +goto block_1307; } else { -lean_object* x_1301; lean_object* x_1302; lean_object* x_1303; lean_object* x_1304; lean_object* x_1305; uint64_t x_1306; uint8_t 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; uint8_t x_1314; -x_1301 = lean_ctor_get(x_184, 0); -lean_inc(x_1301); -lean_dec(x_184); -x_1302 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__62; -lean_inc(x_15); -x_1303 = l_Lean_Expr_const___override(x_1302, x_15); -lean_inc(x_1301); -lean_inc(x_1); -x_1304 = l_Lean_mkAppB(x_1303, x_1, x_1301); -x_1305 = lean_ctor_get(x_6, 0); -lean_inc(x_1305); -x_1306 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_1307 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_1308 = lean_ctor_get(x_6, 1); +lean_object* x_1308; lean_object* x_1309; lean_object* x_1310; lean_object* x_1311; lean_object* x_1312; uint64_t x_1313; uint8_t 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; uint8_t x_1321; +x_1308 = lean_ctor_get(x_184, 0); lean_inc(x_1308); -x_1309 = lean_ctor_get(x_6, 2); -lean_inc(x_1309); -x_1310 = lean_ctor_get(x_6, 3); -lean_inc(x_1310); -x_1311 = lean_ctor_get(x_6, 4); -lean_inc(x_1311); -x_1312 = lean_ctor_get(x_6, 5); +lean_dec(x_184); +x_1309 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__62; +lean_inc(x_15); +x_1310 = l_Lean_Expr_const___override(x_1309, x_15); +lean_inc(x_1308); +lean_inc(x_1); +x_1311 = l_Lean_mkAppB(x_1310, x_1, x_1308); +x_1312 = lean_ctor_get(x_6, 0); lean_inc(x_1312); -x_1313 = lean_ctor_get(x_6, 6); -lean_inc(x_1313); -x_1314 = !lean_is_exclusive(x_1305); -if (x_1314 == 0) +x_1313 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_1314 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_1315 = lean_ctor_get(x_6, 1); +lean_inc(x_1315); +x_1316 = lean_ctor_get(x_6, 2); +lean_inc(x_1316); +x_1317 = lean_ctor_get(x_6, 3); +lean_inc(x_1317); +x_1318 = lean_ctor_get(x_6, 4); +lean_inc(x_1318); +x_1319 = lean_ctor_get(x_6, 5); +lean_inc(x_1319); +x_1320 = lean_ctor_get(x_6, 6); +lean_inc(x_1320); +x_1321 = !lean_is_exclusive(x_1312); +if (x_1321 == 0) { -uint8_t x_1315; uint8_t x_1316; uint8_t x_1317; uint64_t x_1318; uint64_t x_1319; uint64_t x_1320; uint64_t x_1321; uint64_t x_1322; lean_object* x_1323; lean_object* x_1324; -x_1315 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_1316 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_1317 = 1; -lean_ctor_set_uint8(x_1305, 9, x_1317); -x_1318 = 2; -x_1319 = lean_uint64_shift_right(x_1306, x_1318); -x_1320 = lean_uint64_shift_left(x_1319, x_1318); -x_1321 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_1322 = lean_uint64_lor(x_1320, x_1321); -x_1323 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_1323, 0, x_1305); -lean_ctor_set(x_1323, 1, x_1308); -lean_ctor_set(x_1323, 2, x_1309); -lean_ctor_set(x_1323, 3, x_1310); -lean_ctor_set(x_1323, 4, x_1311); -lean_ctor_set(x_1323, 5, x_1312); -lean_ctor_set(x_1323, 6, x_1313); -lean_ctor_set_uint64(x_1323, sizeof(void*)*7, x_1322); -lean_ctor_set_uint8(x_1323, sizeof(void*)*7 + 8, x_1307); -lean_ctor_set_uint8(x_1323, sizeof(void*)*7 + 9, x_1315); -lean_ctor_set_uint8(x_1323, sizeof(void*)*7 + 10, x_1316); +uint8_t x_1322; uint8_t x_1323; uint8_t x_1324; uint64_t x_1325; uint64_t x_1326; uint64_t x_1327; uint64_t x_1328; uint64_t x_1329; lean_object* x_1330; lean_object* x_1331; +x_1322 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_1323 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_1324 = 1; +lean_ctor_set_uint8(x_1312, 9, x_1324); +x_1325 = 2; +x_1326 = lean_uint64_shift_right(x_1313, x_1325); +x_1327 = lean_uint64_shift_left(x_1326, x_1325); +x_1328 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_1329 = lean_uint64_lor(x_1327, x_1328); +x_1330 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_1330, 0, x_1312); +lean_ctor_set(x_1330, 1, x_1315); +lean_ctor_set(x_1330, 2, x_1316); +lean_ctor_set(x_1330, 3, x_1317); +lean_ctor_set(x_1330, 4, x_1318); +lean_ctor_set(x_1330, 5, x_1319); +lean_ctor_set(x_1330, 6, x_1320); +lean_ctor_set_uint64(x_1330, sizeof(void*)*7, x_1329); +lean_ctor_set_uint8(x_1330, sizeof(void*)*7 + 8, x_1314); +lean_ctor_set_uint8(x_1330, sizeof(void*)*7 + 9, x_1322); +lean_ctor_set_uint8(x_1330, sizeof(void*)*7 + 10, x_1323); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_1304); +lean_inc(x_1311); lean_inc(x_144); -x_1324 = l_Lean_Meta_isExprDefEq(x_144, x_1304, x_1323, x_7, x_8, x_9, x_183); -if (lean_obj_tag(x_1324) == 0) +x_1331 = l_Lean_Meta_isExprDefEq(x_144, x_1311, x_1330, x_7, x_8, x_9, x_183); +if (lean_obj_tag(x_1331) == 0) { -lean_object* x_1325; uint8_t x_1326; -x_1325 = lean_ctor_get(x_1324, 0); -lean_inc(x_1325); -x_1326 = lean_unbox(x_1325); -lean_dec(x_1325); -if (x_1326 == 0) -{ -lean_object* x_1327; lean_object* x_1328; lean_object* x_1329; uint8_t x_1330; -lean_dec(x_1301); -x_1327 = lean_ctor_get(x_1324, 1); -lean_inc(x_1327); -lean_dec(x_1324); -x_1328 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1327); -x_1329 = lean_ctor_get(x_1328, 0); -lean_inc(x_1329); -x_1330 = lean_ctor_get_uint8(x_1329, sizeof(void*)*6 + 11); -lean_dec(x_1329); -if (x_1330 == 0) -{ -lean_object* x_1331; -lean_dec(x_1304); -x_1331 = lean_ctor_get(x_1328, 1); -lean_inc(x_1331); -lean_dec(x_1328); -x_185 = x_23; -x_186 = x_1331; -goto block_1300; -} -else -{ -lean_object* x_1332; lean_object* x_1333; lean_object* x_1334; lean_object* x_1335; lean_object* x_1336; lean_object* x_1337; -x_1332 = lean_ctor_get(x_1328, 1); +lean_object* x_1332; uint8_t x_1333; +x_1332 = lean_ctor_get(x_1331, 0); lean_inc(x_1332); -lean_dec(x_1328); -lean_inc(x_144); -x_1333 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_144, x_1304, x_6, x_7, x_8, x_9, x_1332); -x_1334 = lean_ctor_get(x_1333, 0); +x_1333 = lean_unbox(x_1332); +lean_dec(x_1332); +if (x_1333 == 0) +{ +lean_object* x_1334; lean_object* x_1335; lean_object* x_1336; uint8_t x_1337; +lean_dec(x_1308); +x_1334 = lean_ctor_get(x_1331, 1); lean_inc(x_1334); -x_1335 = lean_ctor_get(x_1333, 1); -lean_inc(x_1335); -lean_dec(x_1333); -x_1336 = l_Lean_Meta_Grind_reportIssue(x_1334, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1335); -x_1337 = lean_ctor_get(x_1336, 1); -lean_inc(x_1337); +lean_dec(x_1331); +x_1335 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1334); +x_1336 = lean_ctor_get(x_1335, 0); +lean_inc(x_1336); +x_1337 = lean_ctor_get_uint8(x_1336, sizeof(void*)*6 + 11); lean_dec(x_1336); +if (x_1337 == 0) +{ +lean_object* x_1338; +lean_dec(x_1311); +x_1338 = lean_ctor_get(x_1335, 1); +lean_inc(x_1338); +lean_dec(x_1335); x_185 = x_23; -x_186 = x_1337; -goto block_1300; -} +x_186 = x_1338; +goto block_1307; } else { -lean_object* x_1338; lean_object* x_1339; lean_object* x_1340; lean_object* x_1341; lean_object* x_1342; -lean_dec(x_1304); -x_1338 = lean_ctor_get(x_1324, 1); -lean_inc(x_1338); -lean_dec(x_1324); -x_1339 = lean_box(0); -x_1340 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1301, x_1339, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, 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; +x_1339 = lean_ctor_get(x_1335, 1); +lean_inc(x_1339); +lean_dec(x_1335); +lean_inc(x_144); +x_1340 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_144, x_1311, x_6, x_7, x_8, x_9, x_1339); x_1341 = lean_ctor_get(x_1340, 0); lean_inc(x_1341); x_1342 = lean_ctor_get(x_1340, 1); lean_inc(x_1342); lean_dec(x_1340); -x_185 = x_1341; -x_186 = x_1342; -goto block_1300; +x_1343 = l_Lean_Meta_Grind_reportIssue(x_1341, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1342); +x_1344 = lean_ctor_get(x_1343, 1); +lean_inc(x_1344); +lean_dec(x_1343); +x_185 = x_23; +x_186 = x_1344; +goto block_1307; } } else { -uint8_t x_1343; -lean_dec(x_1304); -lean_dec(x_1301); +lean_object* x_1345; lean_object* x_1346; lean_object* x_1347; lean_object* x_1348; lean_object* x_1349; +lean_dec(x_1311); +x_1345 = lean_ctor_get(x_1331, 1); +lean_inc(x_1345); +lean_dec(x_1331); +x_1346 = lean_box(0); +x_1347 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1308, x_1346, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1345); +x_1348 = lean_ctor_get(x_1347, 0); +lean_inc(x_1348); +x_1349 = lean_ctor_get(x_1347, 1); +lean_inc(x_1349); +lean_dec(x_1347); +x_185 = x_1348; +x_186 = x_1349; +goto block_1307; +} +} +else +{ +uint8_t x_1350; +lean_dec(x_1311); +lean_dec(x_1308); lean_dec(x_166); lean_dec(x_160); lean_dec(x_145); @@ -3817,168 +3817,168 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1343 = !lean_is_exclusive(x_1324); -if (x_1343 == 0) +x_1350 = !lean_is_exclusive(x_1331); +if (x_1350 == 0) { -return x_1324; +return x_1331; } else { -lean_object* x_1344; lean_object* x_1345; lean_object* x_1346; -x_1344 = lean_ctor_get(x_1324, 0); -x_1345 = lean_ctor_get(x_1324, 1); -lean_inc(x_1345); -lean_inc(x_1344); -lean_dec(x_1324); -x_1346 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1346, 0, x_1344); -lean_ctor_set(x_1346, 1, x_1345); -return x_1346; +lean_object* x_1351; lean_object* x_1352; lean_object* x_1353; +x_1351 = lean_ctor_get(x_1331, 0); +x_1352 = lean_ctor_get(x_1331, 1); +lean_inc(x_1352); +lean_inc(x_1351); +lean_dec(x_1331); +x_1353 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1353, 0, x_1351); +lean_ctor_set(x_1353, 1, x_1352); +return x_1353; } } } else { -uint8_t x_1347; uint8_t x_1348; uint8_t x_1349; uint8_t x_1350; uint8_t x_1351; uint8_t x_1352; uint8_t x_1353; uint8_t x_1354; uint8_t x_1355; uint8_t x_1356; uint8_t x_1357; uint8_t x_1358; uint8_t x_1359; uint8_t x_1360; uint8_t x_1361; uint8_t x_1362; uint8_t x_1363; uint8_t x_1364; uint8_t x_1365; uint8_t x_1366; lean_object* x_1367; uint64_t x_1368; uint64_t x_1369; uint64_t x_1370; uint64_t x_1371; uint64_t x_1372; lean_object* x_1373; lean_object* x_1374; -x_1347 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_1348 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_1349 = lean_ctor_get_uint8(x_1305, 0); -x_1350 = lean_ctor_get_uint8(x_1305, 1); -x_1351 = lean_ctor_get_uint8(x_1305, 2); -x_1352 = lean_ctor_get_uint8(x_1305, 3); -x_1353 = lean_ctor_get_uint8(x_1305, 4); -x_1354 = lean_ctor_get_uint8(x_1305, 5); -x_1355 = lean_ctor_get_uint8(x_1305, 6); -x_1356 = lean_ctor_get_uint8(x_1305, 7); -x_1357 = lean_ctor_get_uint8(x_1305, 8); -x_1358 = lean_ctor_get_uint8(x_1305, 10); -x_1359 = lean_ctor_get_uint8(x_1305, 11); -x_1360 = lean_ctor_get_uint8(x_1305, 12); -x_1361 = lean_ctor_get_uint8(x_1305, 13); -x_1362 = lean_ctor_get_uint8(x_1305, 14); -x_1363 = lean_ctor_get_uint8(x_1305, 15); -x_1364 = lean_ctor_get_uint8(x_1305, 16); -x_1365 = lean_ctor_get_uint8(x_1305, 17); -lean_dec(x_1305); -x_1366 = 1; -x_1367 = lean_alloc_ctor(0, 0, 18); -lean_ctor_set_uint8(x_1367, 0, x_1349); -lean_ctor_set_uint8(x_1367, 1, x_1350); -lean_ctor_set_uint8(x_1367, 2, x_1351); -lean_ctor_set_uint8(x_1367, 3, x_1352); -lean_ctor_set_uint8(x_1367, 4, x_1353); -lean_ctor_set_uint8(x_1367, 5, x_1354); -lean_ctor_set_uint8(x_1367, 6, x_1355); -lean_ctor_set_uint8(x_1367, 7, x_1356); -lean_ctor_set_uint8(x_1367, 8, x_1357); -lean_ctor_set_uint8(x_1367, 9, x_1366); -lean_ctor_set_uint8(x_1367, 10, x_1358); -lean_ctor_set_uint8(x_1367, 11, x_1359); -lean_ctor_set_uint8(x_1367, 12, x_1360); -lean_ctor_set_uint8(x_1367, 13, x_1361); -lean_ctor_set_uint8(x_1367, 14, x_1362); -lean_ctor_set_uint8(x_1367, 15, x_1363); -lean_ctor_set_uint8(x_1367, 16, x_1364); -lean_ctor_set_uint8(x_1367, 17, x_1365); -x_1368 = 2; -x_1369 = lean_uint64_shift_right(x_1306, x_1368); -x_1370 = lean_uint64_shift_left(x_1369, x_1368); -x_1371 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_1372 = lean_uint64_lor(x_1370, x_1371); -x_1373 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_1373, 0, x_1367); -lean_ctor_set(x_1373, 1, x_1308); -lean_ctor_set(x_1373, 2, x_1309); -lean_ctor_set(x_1373, 3, x_1310); -lean_ctor_set(x_1373, 4, x_1311); -lean_ctor_set(x_1373, 5, x_1312); -lean_ctor_set(x_1373, 6, x_1313); -lean_ctor_set_uint64(x_1373, sizeof(void*)*7, x_1372); -lean_ctor_set_uint8(x_1373, sizeof(void*)*7 + 8, x_1307); -lean_ctor_set_uint8(x_1373, sizeof(void*)*7 + 9, x_1347); -lean_ctor_set_uint8(x_1373, sizeof(void*)*7 + 10, x_1348); +uint8_t x_1354; uint8_t x_1355; uint8_t x_1356; uint8_t x_1357; uint8_t x_1358; uint8_t x_1359; uint8_t x_1360; uint8_t x_1361; uint8_t x_1362; uint8_t x_1363; uint8_t x_1364; uint8_t x_1365; uint8_t x_1366; uint8_t x_1367; uint8_t x_1368; uint8_t x_1369; uint8_t x_1370; uint8_t x_1371; uint8_t x_1372; uint8_t x_1373; lean_object* x_1374; uint64_t x_1375; uint64_t x_1376; uint64_t x_1377; uint64_t x_1378; uint64_t x_1379; lean_object* x_1380; lean_object* x_1381; +x_1354 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_1355 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_1356 = lean_ctor_get_uint8(x_1312, 0); +x_1357 = lean_ctor_get_uint8(x_1312, 1); +x_1358 = lean_ctor_get_uint8(x_1312, 2); +x_1359 = lean_ctor_get_uint8(x_1312, 3); +x_1360 = lean_ctor_get_uint8(x_1312, 4); +x_1361 = lean_ctor_get_uint8(x_1312, 5); +x_1362 = lean_ctor_get_uint8(x_1312, 6); +x_1363 = lean_ctor_get_uint8(x_1312, 7); +x_1364 = lean_ctor_get_uint8(x_1312, 8); +x_1365 = lean_ctor_get_uint8(x_1312, 10); +x_1366 = lean_ctor_get_uint8(x_1312, 11); +x_1367 = lean_ctor_get_uint8(x_1312, 12); +x_1368 = lean_ctor_get_uint8(x_1312, 13); +x_1369 = lean_ctor_get_uint8(x_1312, 14); +x_1370 = lean_ctor_get_uint8(x_1312, 15); +x_1371 = lean_ctor_get_uint8(x_1312, 16); +x_1372 = lean_ctor_get_uint8(x_1312, 17); +lean_dec(x_1312); +x_1373 = 1; +x_1374 = lean_alloc_ctor(0, 0, 18); +lean_ctor_set_uint8(x_1374, 0, x_1356); +lean_ctor_set_uint8(x_1374, 1, x_1357); +lean_ctor_set_uint8(x_1374, 2, x_1358); +lean_ctor_set_uint8(x_1374, 3, x_1359); +lean_ctor_set_uint8(x_1374, 4, x_1360); +lean_ctor_set_uint8(x_1374, 5, x_1361); +lean_ctor_set_uint8(x_1374, 6, x_1362); +lean_ctor_set_uint8(x_1374, 7, x_1363); +lean_ctor_set_uint8(x_1374, 8, x_1364); +lean_ctor_set_uint8(x_1374, 9, x_1373); +lean_ctor_set_uint8(x_1374, 10, x_1365); +lean_ctor_set_uint8(x_1374, 11, x_1366); +lean_ctor_set_uint8(x_1374, 12, x_1367); +lean_ctor_set_uint8(x_1374, 13, x_1368); +lean_ctor_set_uint8(x_1374, 14, x_1369); +lean_ctor_set_uint8(x_1374, 15, x_1370); +lean_ctor_set_uint8(x_1374, 16, x_1371); +lean_ctor_set_uint8(x_1374, 17, x_1372); +x_1375 = 2; +x_1376 = lean_uint64_shift_right(x_1313, x_1375); +x_1377 = lean_uint64_shift_left(x_1376, x_1375); +x_1378 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_1379 = lean_uint64_lor(x_1377, x_1378); +x_1380 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_1380, 0, x_1374); +lean_ctor_set(x_1380, 1, x_1315); +lean_ctor_set(x_1380, 2, x_1316); +lean_ctor_set(x_1380, 3, x_1317); +lean_ctor_set(x_1380, 4, x_1318); +lean_ctor_set(x_1380, 5, x_1319); +lean_ctor_set(x_1380, 6, x_1320); +lean_ctor_set_uint64(x_1380, sizeof(void*)*7, x_1379); +lean_ctor_set_uint8(x_1380, sizeof(void*)*7 + 8, x_1314); +lean_ctor_set_uint8(x_1380, sizeof(void*)*7 + 9, x_1354); +lean_ctor_set_uint8(x_1380, sizeof(void*)*7 + 10, x_1355); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_1304); +lean_inc(x_1311); lean_inc(x_144); -x_1374 = l_Lean_Meta_isExprDefEq(x_144, x_1304, x_1373, x_7, x_8, x_9, x_183); -if (lean_obj_tag(x_1374) == 0) +x_1381 = l_Lean_Meta_isExprDefEq(x_144, x_1311, x_1380, x_7, x_8, x_9, x_183); +if (lean_obj_tag(x_1381) == 0) { -lean_object* x_1375; uint8_t x_1376; -x_1375 = lean_ctor_get(x_1374, 0); -lean_inc(x_1375); -x_1376 = lean_unbox(x_1375); -lean_dec(x_1375); -if (x_1376 == 0) -{ -lean_object* x_1377; lean_object* x_1378; lean_object* x_1379; uint8_t x_1380; -lean_dec(x_1301); -x_1377 = lean_ctor_get(x_1374, 1); -lean_inc(x_1377); -lean_dec(x_1374); -x_1378 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1377); -x_1379 = lean_ctor_get(x_1378, 0); -lean_inc(x_1379); -x_1380 = lean_ctor_get_uint8(x_1379, sizeof(void*)*6 + 11); -lean_dec(x_1379); -if (x_1380 == 0) -{ -lean_object* x_1381; -lean_dec(x_1304); -x_1381 = lean_ctor_get(x_1378, 1); -lean_inc(x_1381); -lean_dec(x_1378); -x_185 = x_23; -x_186 = x_1381; -goto block_1300; -} -else -{ -lean_object* x_1382; lean_object* x_1383; lean_object* x_1384; lean_object* x_1385; lean_object* x_1386; lean_object* x_1387; -x_1382 = lean_ctor_get(x_1378, 1); +lean_object* x_1382; uint8_t x_1383; +x_1382 = lean_ctor_get(x_1381, 0); lean_inc(x_1382); -lean_dec(x_1378); -lean_inc(x_144); -x_1383 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_144, x_1304, x_6, x_7, x_8, x_9, x_1382); -x_1384 = lean_ctor_get(x_1383, 0); +x_1383 = lean_unbox(x_1382); +lean_dec(x_1382); +if (x_1383 == 0) +{ +lean_object* x_1384; lean_object* x_1385; lean_object* x_1386; uint8_t x_1387; +lean_dec(x_1308); +x_1384 = lean_ctor_get(x_1381, 1); lean_inc(x_1384); -x_1385 = lean_ctor_get(x_1383, 1); -lean_inc(x_1385); -lean_dec(x_1383); -x_1386 = l_Lean_Meta_Grind_reportIssue(x_1384, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1385); -x_1387 = lean_ctor_get(x_1386, 1); -lean_inc(x_1387); +lean_dec(x_1381); +x_1385 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1384); +x_1386 = lean_ctor_get(x_1385, 0); +lean_inc(x_1386); +x_1387 = lean_ctor_get_uint8(x_1386, sizeof(void*)*6 + 11); lean_dec(x_1386); +if (x_1387 == 0) +{ +lean_object* x_1388; +lean_dec(x_1311); +x_1388 = lean_ctor_get(x_1385, 1); +lean_inc(x_1388); +lean_dec(x_1385); x_185 = x_23; -x_186 = x_1387; -goto block_1300; -} +x_186 = x_1388; +goto block_1307; } else { -lean_object* x_1388; lean_object* x_1389; lean_object* x_1390; lean_object* x_1391; lean_object* x_1392; -lean_dec(x_1304); -x_1388 = lean_ctor_get(x_1374, 1); -lean_inc(x_1388); -lean_dec(x_1374); -x_1389 = lean_box(0); -x_1390 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1301, x_1389, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, 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; +x_1389 = lean_ctor_get(x_1385, 1); +lean_inc(x_1389); +lean_dec(x_1385); +lean_inc(x_144); +x_1390 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_144, x_1311, x_6, x_7, x_8, x_9, x_1389); x_1391 = lean_ctor_get(x_1390, 0); lean_inc(x_1391); x_1392 = lean_ctor_get(x_1390, 1); lean_inc(x_1392); lean_dec(x_1390); -x_185 = x_1391; -x_186 = x_1392; -goto block_1300; +x_1393 = l_Lean_Meta_Grind_reportIssue(x_1391, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1392); +x_1394 = lean_ctor_get(x_1393, 1); +lean_inc(x_1394); +lean_dec(x_1393); +x_185 = x_23; +x_186 = x_1394; +goto block_1307; } } else { -lean_object* x_1393; lean_object* x_1394; lean_object* x_1395; lean_object* x_1396; -lean_dec(x_1304); -lean_dec(x_1301); +lean_object* x_1395; lean_object* x_1396; lean_object* x_1397; lean_object* x_1398; lean_object* x_1399; +lean_dec(x_1311); +x_1395 = lean_ctor_get(x_1381, 1); +lean_inc(x_1395); +lean_dec(x_1381); +x_1396 = lean_box(0); +x_1397 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1308, x_1396, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1395); +x_1398 = lean_ctor_get(x_1397, 0); +lean_inc(x_1398); +x_1399 = lean_ctor_get(x_1397, 1); +lean_inc(x_1399); +lean_dec(x_1397); +x_185 = x_1398; +x_186 = x_1399; +goto block_1307; +} +} +else +{ +lean_object* x_1400; lean_object* x_1401; lean_object* x_1402; lean_object* x_1403; +lean_dec(x_1311); +lean_dec(x_1308); lean_dec(x_166); lean_dec(x_160); lean_dec(x_145); @@ -4005,30 +4005,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1393 = lean_ctor_get(x_1374, 0); -lean_inc(x_1393); -x_1394 = lean_ctor_get(x_1374, 1); -lean_inc(x_1394); -if (lean_is_exclusive(x_1374)) { - lean_ctor_release(x_1374, 0); - lean_ctor_release(x_1374, 1); - x_1395 = x_1374; +x_1400 = lean_ctor_get(x_1381, 0); +lean_inc(x_1400); +x_1401 = lean_ctor_get(x_1381, 1); +lean_inc(x_1401); +if (lean_is_exclusive(x_1381)) { + lean_ctor_release(x_1381, 0); + lean_ctor_release(x_1381, 1); + x_1402 = x_1381; } else { - lean_dec_ref(x_1374); - x_1395 = lean_box(0); + lean_dec_ref(x_1381); + x_1402 = lean_box(0); } -if (lean_is_scalar(x_1395)) { - x_1396 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1402)) { + x_1403 = lean_alloc_ctor(1, 2, 0); } else { - x_1396 = x_1395; + x_1403 = x_1402; } -lean_ctor_set(x_1396, 0, x_1393); -lean_ctor_set(x_1396, 1, x_1394); -return x_1396; +lean_ctor_set(x_1403, 0, x_1400); +lean_ctor_set(x_1403, 1, x_1401); +return x_1403; } } } -block_1300: +block_1307: { lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; x_187 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__64; @@ -4055,7 +4055,7 @@ if (lean_obj_tag(x_185) == 0) lean_dec(x_193); x_194 = x_23; x_195 = x_192; -goto block_1198; +goto block_1205; } else { @@ -4063,147 +4063,147 @@ if (lean_obj_tag(x_193) == 0) { x_194 = x_23; x_195 = x_192; -goto block_1198; +goto block_1205; } else { -lean_object* x_1199; lean_object* x_1200; lean_object* x_1201; lean_object* x_1202; lean_object* x_1203; lean_object* x_1204; uint64_t x_1205; uint8_t 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; uint8_t x_1213; -x_1199 = lean_ctor_get(x_185, 0); -lean_inc(x_1199); -x_1200 = lean_ctor_get(x_193, 0); -lean_inc(x_1200); -lean_dec(x_193); -x_1201 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__66; -lean_inc(x_15); -x_1202 = l_Lean_Expr_const___override(x_1201, x_15); -lean_inc(x_1200); -lean_inc(x_1); -x_1203 = l_Lean_mkAppB(x_1202, x_1, x_1200); -x_1204 = lean_ctor_get(x_6, 0); -lean_inc(x_1204); -x_1205 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_1206 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_1207 = lean_ctor_get(x_6, 1); +lean_object* x_1206; lean_object* x_1207; lean_object* x_1208; lean_object* x_1209; lean_object* x_1210; lean_object* x_1211; uint64_t x_1212; uint8_t 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; uint8_t x_1220; +x_1206 = lean_ctor_get(x_185, 0); +lean_inc(x_1206); +x_1207 = lean_ctor_get(x_193, 0); lean_inc(x_1207); -x_1208 = lean_ctor_get(x_6, 2); -lean_inc(x_1208); -x_1209 = lean_ctor_get(x_6, 3); -lean_inc(x_1209); -x_1210 = lean_ctor_get(x_6, 4); -lean_inc(x_1210); -x_1211 = lean_ctor_get(x_6, 5); +lean_dec(x_193); +x_1208 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__66; +lean_inc(x_15); +x_1209 = l_Lean_Expr_const___override(x_1208, x_15); +lean_inc(x_1207); +lean_inc(x_1); +x_1210 = l_Lean_mkAppB(x_1209, x_1, x_1207); +x_1211 = lean_ctor_get(x_6, 0); lean_inc(x_1211); -x_1212 = lean_ctor_get(x_6, 6); -lean_inc(x_1212); -x_1213 = !lean_is_exclusive(x_1204); -if (x_1213 == 0) +x_1212 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_1213 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_1214 = lean_ctor_get(x_6, 1); +lean_inc(x_1214); +x_1215 = lean_ctor_get(x_6, 2); +lean_inc(x_1215); +x_1216 = lean_ctor_get(x_6, 3); +lean_inc(x_1216); +x_1217 = lean_ctor_get(x_6, 4); +lean_inc(x_1217); +x_1218 = lean_ctor_get(x_6, 5); +lean_inc(x_1218); +x_1219 = lean_ctor_get(x_6, 6); +lean_inc(x_1219); +x_1220 = !lean_is_exclusive(x_1211); +if (x_1220 == 0) { -uint8_t x_1214; uint8_t x_1215; uint8_t x_1216; uint64_t x_1217; uint64_t x_1218; uint64_t x_1219; uint64_t x_1220; uint64_t x_1221; lean_object* x_1222; lean_object* x_1223; -x_1214 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_1215 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_1216 = 1; -lean_ctor_set_uint8(x_1204, 9, x_1216); -x_1217 = 2; -x_1218 = lean_uint64_shift_right(x_1205, x_1217); -x_1219 = lean_uint64_shift_left(x_1218, x_1217); -x_1220 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_1221 = lean_uint64_lor(x_1219, x_1220); -x_1222 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_1222, 0, x_1204); -lean_ctor_set(x_1222, 1, x_1207); -lean_ctor_set(x_1222, 2, x_1208); -lean_ctor_set(x_1222, 3, x_1209); -lean_ctor_set(x_1222, 4, x_1210); -lean_ctor_set(x_1222, 5, x_1211); -lean_ctor_set(x_1222, 6, x_1212); -lean_ctor_set_uint64(x_1222, sizeof(void*)*7, x_1221); -lean_ctor_set_uint8(x_1222, sizeof(void*)*7 + 8, x_1206); -lean_ctor_set_uint8(x_1222, sizeof(void*)*7 + 9, x_1214); -lean_ctor_set_uint8(x_1222, sizeof(void*)*7 + 10, x_1215); +uint8_t x_1221; uint8_t x_1222; uint8_t x_1223; uint64_t x_1224; uint64_t x_1225; uint64_t x_1226; uint64_t x_1227; uint64_t x_1228; lean_object* x_1229; lean_object* x_1230; +x_1221 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_1222 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_1223 = 1; +lean_ctor_set_uint8(x_1211, 9, x_1223); +x_1224 = 2; +x_1225 = lean_uint64_shift_right(x_1212, x_1224); +x_1226 = lean_uint64_shift_left(x_1225, x_1224); +x_1227 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_1228 = lean_uint64_lor(x_1226, x_1227); +x_1229 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_1229, 0, x_1211); +lean_ctor_set(x_1229, 1, x_1214); +lean_ctor_set(x_1229, 2, x_1215); +lean_ctor_set(x_1229, 3, x_1216); +lean_ctor_set(x_1229, 4, x_1217); +lean_ctor_set(x_1229, 5, x_1218); +lean_ctor_set(x_1229, 6, x_1219); +lean_ctor_set_uint64(x_1229, sizeof(void*)*7, x_1228); +lean_ctor_set_uint8(x_1229, sizeof(void*)*7 + 8, x_1213); +lean_ctor_set_uint8(x_1229, sizeof(void*)*7 + 9, x_1221); +lean_ctor_set_uint8(x_1229, sizeof(void*)*7 + 10, x_1222); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_1203); -lean_inc(x_1199); -x_1223 = l_Lean_Meta_isExprDefEq(x_1199, x_1203, x_1222, x_7, x_8, x_9, x_192); -if (lean_obj_tag(x_1223) == 0) +lean_inc(x_1210); +lean_inc(x_1206); +x_1230 = l_Lean_Meta_isExprDefEq(x_1206, x_1210, x_1229, x_7, x_8, x_9, x_192); +if (lean_obj_tag(x_1230) == 0) { -lean_object* x_1224; uint8_t x_1225; -x_1224 = lean_ctor_get(x_1223, 0); -lean_inc(x_1224); -x_1225 = lean_unbox(x_1224); -lean_dec(x_1224); -if (x_1225 == 0) -{ -lean_object* x_1226; lean_object* x_1227; lean_object* x_1228; uint8_t x_1229; -lean_dec(x_1200); -x_1226 = lean_ctor_get(x_1223, 1); -lean_inc(x_1226); -lean_dec(x_1223); -x_1227 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1226); -x_1228 = lean_ctor_get(x_1227, 0); -lean_inc(x_1228); -x_1229 = lean_ctor_get_uint8(x_1228, sizeof(void*)*6 + 11); -lean_dec(x_1228); -if (x_1229 == 0) -{ -lean_object* x_1230; -lean_dec(x_1203); -lean_dec(x_1199); -x_1230 = lean_ctor_get(x_1227, 1); -lean_inc(x_1230); -lean_dec(x_1227); -x_194 = x_23; -x_195 = x_1230; -goto block_1198; -} -else -{ -lean_object* x_1231; lean_object* x_1232; lean_object* x_1233; lean_object* x_1234; lean_object* x_1235; lean_object* x_1236; -x_1231 = lean_ctor_get(x_1227, 1); +lean_object* x_1231; uint8_t x_1232; +x_1231 = lean_ctor_get(x_1230, 0); lean_inc(x_1231); -lean_dec(x_1227); -x_1232 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_1199, x_1203, x_6, x_7, x_8, x_9, x_1231); -x_1233 = lean_ctor_get(x_1232, 0); +x_1232 = lean_unbox(x_1231); +lean_dec(x_1231); +if (x_1232 == 0) +{ +lean_object* x_1233; lean_object* x_1234; lean_object* x_1235; uint8_t x_1236; +lean_dec(x_1207); +x_1233 = lean_ctor_get(x_1230, 1); lean_inc(x_1233); -x_1234 = lean_ctor_get(x_1232, 1); -lean_inc(x_1234); -lean_dec(x_1232); -x_1235 = l_Lean_Meta_Grind_reportIssue(x_1233, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1234); -x_1236 = lean_ctor_get(x_1235, 1); -lean_inc(x_1236); +lean_dec(x_1230); +x_1234 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1233); +x_1235 = lean_ctor_get(x_1234, 0); +lean_inc(x_1235); +x_1236 = lean_ctor_get_uint8(x_1235, sizeof(void*)*6 + 11); lean_dec(x_1235); +if (x_1236 == 0) +{ +lean_object* x_1237; +lean_dec(x_1210); +lean_dec(x_1206); +x_1237 = lean_ctor_get(x_1234, 1); +lean_inc(x_1237); +lean_dec(x_1234); x_194 = x_23; -x_195 = x_1236; -goto block_1198; -} +x_195 = x_1237; +goto block_1205; } else { -lean_object* x_1237; lean_object* x_1238; lean_object* x_1239; lean_object* x_1240; lean_object* x_1241; -lean_dec(x_1203); -lean_dec(x_1199); -x_1237 = lean_ctor_get(x_1223, 1); -lean_inc(x_1237); -lean_dec(x_1223); -x_1238 = lean_box(0); -x_1239 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1200, x_1238, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, 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; +x_1238 = lean_ctor_get(x_1234, 1); +lean_inc(x_1238); +lean_dec(x_1234); +x_1239 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_1206, x_1210, x_6, x_7, x_8, x_9, x_1238); x_1240 = lean_ctor_get(x_1239, 0); lean_inc(x_1240); x_1241 = lean_ctor_get(x_1239, 1); lean_inc(x_1241); lean_dec(x_1239); -x_194 = x_1240; -x_195 = x_1241; -goto block_1198; +x_1242 = l_Lean_Meta_Grind_reportIssue(x_1240, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1241); +x_1243 = lean_ctor_get(x_1242, 1); +lean_inc(x_1243); +lean_dec(x_1242); +x_194 = x_23; +x_195 = x_1243; +goto block_1205; } } else { -uint8_t x_1242; -lean_dec(x_1203); -lean_dec(x_1200); -lean_dec(x_1199); +lean_object* x_1244; lean_object* x_1245; lean_object* x_1246; lean_object* x_1247; lean_object* x_1248; +lean_dec(x_1210); +lean_dec(x_1206); +x_1244 = lean_ctor_get(x_1230, 1); +lean_inc(x_1244); +lean_dec(x_1230); +x_1245 = lean_box(0); +x_1246 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1207, x_1245, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1244); +x_1247 = lean_ctor_get(x_1246, 0); +lean_inc(x_1247); +x_1248 = lean_ctor_get(x_1246, 1); +lean_inc(x_1248); +lean_dec(x_1246); +x_194 = x_1247; +x_195 = x_1248; +goto block_1205; +} +} +else +{ +uint8_t x_1249; +lean_dec(x_1210); +lean_dec(x_1207); +lean_dec(x_1206); lean_dec(x_185); lean_dec(x_166); lean_dec(x_160); @@ -4231,170 +4231,170 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1242 = !lean_is_exclusive(x_1223); -if (x_1242 == 0) +x_1249 = !lean_is_exclusive(x_1230); +if (x_1249 == 0) { -return x_1223; +return x_1230; } else { -lean_object* x_1243; lean_object* x_1244; lean_object* x_1245; -x_1243 = lean_ctor_get(x_1223, 0); -x_1244 = lean_ctor_get(x_1223, 1); -lean_inc(x_1244); -lean_inc(x_1243); -lean_dec(x_1223); -x_1245 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1245, 0, x_1243); -lean_ctor_set(x_1245, 1, x_1244); -return x_1245; +lean_object* x_1250; lean_object* x_1251; lean_object* x_1252; +x_1250 = lean_ctor_get(x_1230, 0); +x_1251 = lean_ctor_get(x_1230, 1); +lean_inc(x_1251); +lean_inc(x_1250); +lean_dec(x_1230); +x_1252 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1252, 0, x_1250); +lean_ctor_set(x_1252, 1, x_1251); +return x_1252; } } } else { -uint8_t x_1246; uint8_t x_1247; uint8_t x_1248; uint8_t x_1249; uint8_t x_1250; uint8_t x_1251; uint8_t x_1252; uint8_t x_1253; uint8_t x_1254; uint8_t x_1255; uint8_t x_1256; uint8_t x_1257; uint8_t x_1258; uint8_t x_1259; uint8_t x_1260; uint8_t x_1261; uint8_t x_1262; uint8_t x_1263; uint8_t x_1264; uint8_t x_1265; lean_object* x_1266; uint64_t x_1267; uint64_t x_1268; uint64_t x_1269; uint64_t x_1270; uint64_t x_1271; lean_object* x_1272; lean_object* x_1273; -x_1246 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_1247 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_1248 = lean_ctor_get_uint8(x_1204, 0); -x_1249 = lean_ctor_get_uint8(x_1204, 1); -x_1250 = lean_ctor_get_uint8(x_1204, 2); -x_1251 = lean_ctor_get_uint8(x_1204, 3); -x_1252 = lean_ctor_get_uint8(x_1204, 4); -x_1253 = lean_ctor_get_uint8(x_1204, 5); -x_1254 = lean_ctor_get_uint8(x_1204, 6); -x_1255 = lean_ctor_get_uint8(x_1204, 7); -x_1256 = lean_ctor_get_uint8(x_1204, 8); -x_1257 = lean_ctor_get_uint8(x_1204, 10); -x_1258 = lean_ctor_get_uint8(x_1204, 11); -x_1259 = lean_ctor_get_uint8(x_1204, 12); -x_1260 = lean_ctor_get_uint8(x_1204, 13); -x_1261 = lean_ctor_get_uint8(x_1204, 14); -x_1262 = lean_ctor_get_uint8(x_1204, 15); -x_1263 = lean_ctor_get_uint8(x_1204, 16); -x_1264 = lean_ctor_get_uint8(x_1204, 17); -lean_dec(x_1204); -x_1265 = 1; -x_1266 = lean_alloc_ctor(0, 0, 18); -lean_ctor_set_uint8(x_1266, 0, x_1248); -lean_ctor_set_uint8(x_1266, 1, x_1249); -lean_ctor_set_uint8(x_1266, 2, x_1250); -lean_ctor_set_uint8(x_1266, 3, x_1251); -lean_ctor_set_uint8(x_1266, 4, x_1252); -lean_ctor_set_uint8(x_1266, 5, x_1253); -lean_ctor_set_uint8(x_1266, 6, x_1254); -lean_ctor_set_uint8(x_1266, 7, x_1255); -lean_ctor_set_uint8(x_1266, 8, x_1256); -lean_ctor_set_uint8(x_1266, 9, x_1265); -lean_ctor_set_uint8(x_1266, 10, x_1257); -lean_ctor_set_uint8(x_1266, 11, x_1258); -lean_ctor_set_uint8(x_1266, 12, x_1259); -lean_ctor_set_uint8(x_1266, 13, x_1260); -lean_ctor_set_uint8(x_1266, 14, x_1261); -lean_ctor_set_uint8(x_1266, 15, x_1262); -lean_ctor_set_uint8(x_1266, 16, x_1263); -lean_ctor_set_uint8(x_1266, 17, x_1264); -x_1267 = 2; -x_1268 = lean_uint64_shift_right(x_1205, x_1267); -x_1269 = lean_uint64_shift_left(x_1268, x_1267); -x_1270 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_1271 = lean_uint64_lor(x_1269, x_1270); -x_1272 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_1272, 0, x_1266); -lean_ctor_set(x_1272, 1, x_1207); -lean_ctor_set(x_1272, 2, x_1208); -lean_ctor_set(x_1272, 3, x_1209); -lean_ctor_set(x_1272, 4, x_1210); -lean_ctor_set(x_1272, 5, x_1211); -lean_ctor_set(x_1272, 6, x_1212); -lean_ctor_set_uint64(x_1272, sizeof(void*)*7, x_1271); -lean_ctor_set_uint8(x_1272, sizeof(void*)*7 + 8, x_1206); -lean_ctor_set_uint8(x_1272, sizeof(void*)*7 + 9, x_1246); -lean_ctor_set_uint8(x_1272, sizeof(void*)*7 + 10, x_1247); +uint8_t x_1253; uint8_t x_1254; uint8_t x_1255; uint8_t x_1256; uint8_t x_1257; uint8_t x_1258; uint8_t x_1259; uint8_t x_1260; uint8_t x_1261; uint8_t x_1262; uint8_t x_1263; uint8_t x_1264; uint8_t x_1265; uint8_t x_1266; uint8_t x_1267; uint8_t x_1268; uint8_t x_1269; uint8_t x_1270; uint8_t x_1271; uint8_t x_1272; lean_object* x_1273; uint64_t x_1274; uint64_t x_1275; uint64_t x_1276; uint64_t x_1277; uint64_t x_1278; lean_object* x_1279; lean_object* x_1280; +x_1253 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_1254 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_1255 = lean_ctor_get_uint8(x_1211, 0); +x_1256 = lean_ctor_get_uint8(x_1211, 1); +x_1257 = lean_ctor_get_uint8(x_1211, 2); +x_1258 = lean_ctor_get_uint8(x_1211, 3); +x_1259 = lean_ctor_get_uint8(x_1211, 4); +x_1260 = lean_ctor_get_uint8(x_1211, 5); +x_1261 = lean_ctor_get_uint8(x_1211, 6); +x_1262 = lean_ctor_get_uint8(x_1211, 7); +x_1263 = lean_ctor_get_uint8(x_1211, 8); +x_1264 = lean_ctor_get_uint8(x_1211, 10); +x_1265 = lean_ctor_get_uint8(x_1211, 11); +x_1266 = lean_ctor_get_uint8(x_1211, 12); +x_1267 = lean_ctor_get_uint8(x_1211, 13); +x_1268 = lean_ctor_get_uint8(x_1211, 14); +x_1269 = lean_ctor_get_uint8(x_1211, 15); +x_1270 = lean_ctor_get_uint8(x_1211, 16); +x_1271 = lean_ctor_get_uint8(x_1211, 17); +lean_dec(x_1211); +x_1272 = 1; +x_1273 = lean_alloc_ctor(0, 0, 18); +lean_ctor_set_uint8(x_1273, 0, x_1255); +lean_ctor_set_uint8(x_1273, 1, x_1256); +lean_ctor_set_uint8(x_1273, 2, x_1257); +lean_ctor_set_uint8(x_1273, 3, x_1258); +lean_ctor_set_uint8(x_1273, 4, x_1259); +lean_ctor_set_uint8(x_1273, 5, x_1260); +lean_ctor_set_uint8(x_1273, 6, x_1261); +lean_ctor_set_uint8(x_1273, 7, x_1262); +lean_ctor_set_uint8(x_1273, 8, x_1263); +lean_ctor_set_uint8(x_1273, 9, x_1272); +lean_ctor_set_uint8(x_1273, 10, x_1264); +lean_ctor_set_uint8(x_1273, 11, x_1265); +lean_ctor_set_uint8(x_1273, 12, x_1266); +lean_ctor_set_uint8(x_1273, 13, x_1267); +lean_ctor_set_uint8(x_1273, 14, x_1268); +lean_ctor_set_uint8(x_1273, 15, x_1269); +lean_ctor_set_uint8(x_1273, 16, x_1270); +lean_ctor_set_uint8(x_1273, 17, x_1271); +x_1274 = 2; +x_1275 = lean_uint64_shift_right(x_1212, x_1274); +x_1276 = lean_uint64_shift_left(x_1275, x_1274); +x_1277 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_1278 = lean_uint64_lor(x_1276, x_1277); +x_1279 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_1279, 0, x_1273); +lean_ctor_set(x_1279, 1, x_1214); +lean_ctor_set(x_1279, 2, x_1215); +lean_ctor_set(x_1279, 3, x_1216); +lean_ctor_set(x_1279, 4, x_1217); +lean_ctor_set(x_1279, 5, x_1218); +lean_ctor_set(x_1279, 6, x_1219); +lean_ctor_set_uint64(x_1279, sizeof(void*)*7, x_1278); +lean_ctor_set_uint8(x_1279, sizeof(void*)*7 + 8, x_1213); +lean_ctor_set_uint8(x_1279, sizeof(void*)*7 + 9, x_1253); +lean_ctor_set_uint8(x_1279, sizeof(void*)*7 + 10, x_1254); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_1203); -lean_inc(x_1199); -x_1273 = l_Lean_Meta_isExprDefEq(x_1199, x_1203, x_1272, x_7, x_8, x_9, x_192); -if (lean_obj_tag(x_1273) == 0) +lean_inc(x_1210); +lean_inc(x_1206); +x_1280 = l_Lean_Meta_isExprDefEq(x_1206, x_1210, x_1279, x_7, x_8, x_9, x_192); +if (lean_obj_tag(x_1280) == 0) { -lean_object* x_1274; uint8_t x_1275; -x_1274 = lean_ctor_get(x_1273, 0); -lean_inc(x_1274); -x_1275 = lean_unbox(x_1274); -lean_dec(x_1274); -if (x_1275 == 0) -{ -lean_object* x_1276; lean_object* x_1277; lean_object* x_1278; uint8_t x_1279; -lean_dec(x_1200); -x_1276 = lean_ctor_get(x_1273, 1); -lean_inc(x_1276); -lean_dec(x_1273); -x_1277 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1276); -x_1278 = lean_ctor_get(x_1277, 0); -lean_inc(x_1278); -x_1279 = lean_ctor_get_uint8(x_1278, sizeof(void*)*6 + 11); -lean_dec(x_1278); -if (x_1279 == 0) -{ -lean_object* x_1280; -lean_dec(x_1203); -lean_dec(x_1199); -x_1280 = lean_ctor_get(x_1277, 1); -lean_inc(x_1280); -lean_dec(x_1277); -x_194 = x_23; -x_195 = x_1280; -goto block_1198; -} -else -{ -lean_object* x_1281; lean_object* x_1282; lean_object* x_1283; lean_object* x_1284; lean_object* x_1285; lean_object* x_1286; -x_1281 = lean_ctor_get(x_1277, 1); +lean_object* x_1281; uint8_t x_1282; +x_1281 = lean_ctor_get(x_1280, 0); lean_inc(x_1281); -lean_dec(x_1277); -x_1282 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_1199, x_1203, x_6, x_7, x_8, x_9, x_1281); -x_1283 = lean_ctor_get(x_1282, 0); +x_1282 = lean_unbox(x_1281); +lean_dec(x_1281); +if (x_1282 == 0) +{ +lean_object* x_1283; lean_object* x_1284; lean_object* x_1285; uint8_t x_1286; +lean_dec(x_1207); +x_1283 = lean_ctor_get(x_1280, 1); lean_inc(x_1283); -x_1284 = lean_ctor_get(x_1282, 1); -lean_inc(x_1284); -lean_dec(x_1282); -x_1285 = l_Lean_Meta_Grind_reportIssue(x_1283, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1284); -x_1286 = lean_ctor_get(x_1285, 1); -lean_inc(x_1286); +lean_dec(x_1280); +x_1284 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1283); +x_1285 = lean_ctor_get(x_1284, 0); +lean_inc(x_1285); +x_1286 = lean_ctor_get_uint8(x_1285, sizeof(void*)*6 + 11); lean_dec(x_1285); +if (x_1286 == 0) +{ +lean_object* x_1287; +lean_dec(x_1210); +lean_dec(x_1206); +x_1287 = lean_ctor_get(x_1284, 1); +lean_inc(x_1287); +lean_dec(x_1284); x_194 = x_23; -x_195 = x_1286; -goto block_1198; -} +x_195 = x_1287; +goto block_1205; } else { -lean_object* x_1287; lean_object* x_1288; lean_object* x_1289; lean_object* x_1290; lean_object* x_1291; -lean_dec(x_1203); -lean_dec(x_1199); -x_1287 = lean_ctor_get(x_1273, 1); -lean_inc(x_1287); -lean_dec(x_1273); -x_1288 = lean_box(0); -x_1289 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1200, x_1288, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, 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; +x_1288 = lean_ctor_get(x_1284, 1); +lean_inc(x_1288); +lean_dec(x_1284); +x_1289 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_1206, x_1210, x_6, x_7, x_8, x_9, x_1288); x_1290 = lean_ctor_get(x_1289, 0); lean_inc(x_1290); x_1291 = lean_ctor_get(x_1289, 1); lean_inc(x_1291); lean_dec(x_1289); -x_194 = x_1290; -x_195 = x_1291; -goto block_1198; +x_1292 = l_Lean_Meta_Grind_reportIssue(x_1290, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1291); +x_1293 = lean_ctor_get(x_1292, 1); +lean_inc(x_1293); +lean_dec(x_1292); +x_194 = x_23; +x_195 = x_1293; +goto block_1205; } } else { -lean_object* x_1292; lean_object* x_1293; lean_object* x_1294; lean_object* x_1295; -lean_dec(x_1203); -lean_dec(x_1200); -lean_dec(x_1199); +lean_object* x_1294; lean_object* x_1295; lean_object* x_1296; lean_object* x_1297; lean_object* x_1298; +lean_dec(x_1210); +lean_dec(x_1206); +x_1294 = lean_ctor_get(x_1280, 1); +lean_inc(x_1294); +lean_dec(x_1280); +x_1295 = lean_box(0); +x_1296 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1207, x_1295, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1294); +x_1297 = lean_ctor_get(x_1296, 0); +lean_inc(x_1297); +x_1298 = lean_ctor_get(x_1296, 1); +lean_inc(x_1298); +lean_dec(x_1296); +x_194 = x_1297; +x_195 = x_1298; +goto block_1205; +} +} +else +{ +lean_object* x_1299; lean_object* x_1300; lean_object* x_1301; lean_object* x_1302; +lean_dec(x_1210); +lean_dec(x_1207); +lean_dec(x_1206); lean_dec(x_185); lean_dec(x_166); lean_dec(x_160); @@ -4422,31 +4422,31 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1292 = lean_ctor_get(x_1273, 0); -lean_inc(x_1292); -x_1293 = lean_ctor_get(x_1273, 1); -lean_inc(x_1293); -if (lean_is_exclusive(x_1273)) { - lean_ctor_release(x_1273, 0); - lean_ctor_release(x_1273, 1); - x_1294 = x_1273; +x_1299 = lean_ctor_get(x_1280, 0); +lean_inc(x_1299); +x_1300 = lean_ctor_get(x_1280, 1); +lean_inc(x_1300); +if (lean_is_exclusive(x_1280)) { + lean_ctor_release(x_1280, 0); + lean_ctor_release(x_1280, 1); + x_1301 = x_1280; } else { - lean_dec_ref(x_1273); - x_1294 = lean_box(0); + lean_dec_ref(x_1280); + x_1301 = lean_box(0); } -if (lean_is_scalar(x_1294)) { - x_1295 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1301)) { + x_1302 = lean_alloc_ctor(1, 2, 0); } else { - x_1295 = x_1294; + x_1302 = x_1301; } -lean_ctor_set(x_1295, 0, x_1292); -lean_ctor_set(x_1295, 1, x_1293); -return x_1295; +lean_ctor_set(x_1302, 0, x_1299); +lean_ctor_set(x_1302, 1, x_1300); +return x_1302; } } } } -block_1198: +block_1205: { lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; x_196 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__68; @@ -4468,7 +4468,7 @@ x_200 = lean_ctor_get(x_199, 0); lean_inc(x_200); if (lean_obj_tag(x_200) == 1) { -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_1097; +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_1104; x_201 = lean_ctor_get(x_199, 1); lean_inc(x_201); lean_dec(x_199); @@ -4484,26 +4484,26 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1097 = l_Lean_Meta_trySynthInstance(x_205, x_23, x_6, x_7, x_8, x_9, x_201); -if (lean_obj_tag(x_1097) == 0) +x_1104 = l_Lean_Meta_trySynthInstance(x_205, x_23, x_6, x_7, x_8, x_9, x_201); +if (lean_obj_tag(x_1104) == 0) { -lean_object* x_1098; -x_1098 = lean_ctor_get(x_1097, 0); -lean_inc(x_1098); -if (lean_obj_tag(x_1098) == 1) +lean_object* x_1105; +x_1105 = lean_ctor_get(x_1104, 0); +lean_inc(x_1105); +if (lean_obj_tag(x_1105) == 1) { -lean_object* x_1099; lean_object* x_1100; lean_object* x_1101; lean_object* x_1102; lean_object* x_1103; lean_object* x_1104; -x_1099 = lean_ctor_get(x_1097, 1); -lean_inc(x_1099); -lean_dec(x_1097); -x_1100 = lean_ctor_get(x_1098, 0); -lean_inc(x_1100); -lean_dec(x_1098); -x_1101 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__93; -x_1102 = l_Lean_Expr_const___override(x_1101, x_18); -lean_inc(x_1100); +lean_object* x_1106; lean_object* x_1107; lean_object* x_1108; lean_object* x_1109; lean_object* x_1110; lean_object* x_1111; +x_1106 = lean_ctor_get(x_1104, 1); +lean_inc(x_1106); +lean_dec(x_1104); +x_1107 = lean_ctor_get(x_1105, 0); +lean_inc(x_1107); +lean_dec(x_1105); +x_1108 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__93; +x_1109 = l_Lean_Expr_const___override(x_1108, x_18); +lean_inc(x_1107); lean_inc(x_1); -x_1103 = l_Lean_mkApp4(x_1102, x_21, x_1, x_1100, x_1100); +x_1110 = l_Lean_mkApp4(x_1109, x_21, x_1, x_1107, x_1107); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -4512,109 +4512,109 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_1104 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_1103, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1099); -if (lean_obj_tag(x_1104) == 0) +x_1111 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_1110, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1106); +if (lean_obj_tag(x_1111) == 0) { -lean_object* x_1105; lean_object* x_1106; lean_object* x_1107; uint64_t x_1108; uint8_t 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; uint8_t x_1116; -x_1105 = lean_ctor_get(x_6, 0); -lean_inc(x_1105); -x_1106 = lean_ctor_get(x_1104, 0); -lean_inc(x_1106); -x_1107 = lean_ctor_get(x_1104, 1); -lean_inc(x_1107); -lean_dec(x_1104); -x_1108 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_1109 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_1110 = lean_ctor_get(x_6, 1); -lean_inc(x_1110); -x_1111 = lean_ctor_get(x_6, 2); -lean_inc(x_1111); -x_1112 = lean_ctor_get(x_6, 3); +lean_object* x_1112; lean_object* x_1113; lean_object* x_1114; uint64_t x_1115; uint8_t 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; uint8_t x_1123; +x_1112 = lean_ctor_get(x_6, 0); lean_inc(x_1112); -x_1113 = lean_ctor_get(x_6, 4); +x_1113 = lean_ctor_get(x_1111, 0); lean_inc(x_1113); -x_1114 = lean_ctor_get(x_6, 5); +x_1114 = lean_ctor_get(x_1111, 1); lean_inc(x_1114); -x_1115 = lean_ctor_get(x_6, 6); -lean_inc(x_1115); -x_1116 = !lean_is_exclusive(x_1105); -if (x_1116 == 0) +lean_dec(x_1111); +x_1115 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_1116 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_1117 = lean_ctor_get(x_6, 1); +lean_inc(x_1117); +x_1118 = lean_ctor_get(x_6, 2); +lean_inc(x_1118); +x_1119 = lean_ctor_get(x_6, 3); +lean_inc(x_1119); +x_1120 = lean_ctor_get(x_6, 4); +lean_inc(x_1120); +x_1121 = lean_ctor_get(x_6, 5); +lean_inc(x_1121); +x_1122 = lean_ctor_get(x_6, 6); +lean_inc(x_1122); +x_1123 = !lean_is_exclusive(x_1112); +if (x_1123 == 0) { -uint8_t x_1117; uint8_t x_1118; uint8_t x_1119; uint64_t x_1120; uint64_t x_1121; uint64_t x_1122; uint64_t x_1123; uint64_t x_1124; lean_object* x_1125; lean_object* x_1126; -x_1117 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_1118 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_1119 = 1; -lean_ctor_set_uint8(x_1105, 9, x_1119); -x_1120 = 2; -x_1121 = lean_uint64_shift_right(x_1108, x_1120); -x_1122 = lean_uint64_shift_left(x_1121, x_1120); -x_1123 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_1124 = lean_uint64_lor(x_1122, x_1123); -x_1125 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_1125, 0, x_1105); -lean_ctor_set(x_1125, 1, x_1110); -lean_ctor_set(x_1125, 2, x_1111); -lean_ctor_set(x_1125, 3, x_1112); -lean_ctor_set(x_1125, 4, x_1113); -lean_ctor_set(x_1125, 5, x_1114); -lean_ctor_set(x_1125, 6, x_1115); -lean_ctor_set_uint64(x_1125, sizeof(void*)*7, x_1124); -lean_ctor_set_uint8(x_1125, sizeof(void*)*7 + 8, x_1109); -lean_ctor_set_uint8(x_1125, sizeof(void*)*7 + 9, x_1117); -lean_ctor_set_uint8(x_1125, sizeof(void*)*7 + 10, x_1118); +uint8_t x_1124; uint8_t x_1125; uint8_t x_1126; uint64_t x_1127; uint64_t x_1128; uint64_t x_1129; uint64_t x_1130; uint64_t x_1131; lean_object* x_1132; lean_object* x_1133; +x_1124 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_1125 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_1126 = 1; +lean_ctor_set_uint8(x_1112, 9, x_1126); +x_1127 = 2; +x_1128 = lean_uint64_shift_right(x_1115, x_1127); +x_1129 = lean_uint64_shift_left(x_1128, x_1127); +x_1130 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_1131 = lean_uint64_lor(x_1129, x_1130); +x_1132 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_1132, 0, x_1112); +lean_ctor_set(x_1132, 1, x_1117); +lean_ctor_set(x_1132, 2, x_1118); +lean_ctor_set(x_1132, 3, x_1119); +lean_ctor_set(x_1132, 4, x_1120); +lean_ctor_set(x_1132, 5, x_1121); +lean_ctor_set(x_1132, 6, x_1122); +lean_ctor_set_uint64(x_1132, sizeof(void*)*7, x_1131); +lean_ctor_set_uint8(x_1132, sizeof(void*)*7 + 8, x_1116); +lean_ctor_set_uint8(x_1132, sizeof(void*)*7 + 9, x_1124); +lean_ctor_set_uint8(x_1132, sizeof(void*)*7 + 10, x_1125); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_1106); +lean_inc(x_1113); lean_inc(x_103); -x_1126 = l_Lean_Meta_isExprDefEq(x_103, x_1106, x_1125, x_7, x_8, x_9, x_1107); -if (lean_obj_tag(x_1126) == 0) +x_1133 = l_Lean_Meta_isExprDefEq(x_103, x_1113, x_1132, x_7, x_8, x_9, x_1114); +if (lean_obj_tag(x_1133) == 0) { -lean_object* x_1127; uint8_t x_1128; -x_1127 = lean_ctor_get(x_1126, 0); -lean_inc(x_1127); -x_1128 = lean_unbox(x_1127); -lean_dec(x_1127); -if (x_1128 == 0) -{ -lean_object* x_1129; lean_object* x_1130; lean_object* x_1131; lean_object* x_1132; lean_object* x_1133; -lean_dec(x_54); -x_1129 = lean_ctor_get(x_1126, 1); -lean_inc(x_1129); -lean_dec(x_1126); -x_1130 = lean_box(0); -lean_inc(x_103); -x_1131 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__3(x_23, x_103, x_1106, x_1130, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1129); -x_1132 = lean_ctor_get(x_1131, 0); -lean_inc(x_1132); -x_1133 = lean_ctor_get(x_1131, 1); -lean_inc(x_1133); -lean_dec(x_1131); -x_206 = x_1132; -x_207 = x_1133; -goto block_1096; -} -else -{ -lean_object* x_1134; lean_object* x_1135; -x_1134 = lean_ctor_get(x_1126, 1); +lean_object* x_1134; uint8_t x_1135; +x_1134 = lean_ctor_get(x_1133, 0); lean_inc(x_1134); -lean_dec(x_1126); -if (lean_is_scalar(x_54)) { - x_1135 = lean_alloc_ctor(1, 1, 0); -} else { - x_1135 = x_54; +x_1135 = lean_unbox(x_1134); +lean_dec(x_1134); +if (x_1135 == 0) +{ +lean_object* x_1136; lean_object* x_1137; lean_object* x_1138; lean_object* x_1139; lean_object* x_1140; +lean_dec(x_54); +x_1136 = lean_ctor_get(x_1133, 1); +lean_inc(x_1136); +lean_dec(x_1133); +x_1137 = lean_box(0); +lean_inc(x_103); +x_1138 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__3(x_23, x_103, x_1113, x_1137, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1136); +x_1139 = lean_ctor_get(x_1138, 0); +lean_inc(x_1139); +x_1140 = lean_ctor_get(x_1138, 1); +lean_inc(x_1140); +lean_dec(x_1138); +x_206 = x_1139; +x_207 = x_1140; +goto block_1103; } -lean_ctor_set(x_1135, 0, x_1106); -x_206 = x_1135; -x_207 = x_1134; -goto block_1096; +else +{ +lean_object* x_1141; lean_object* x_1142; +x_1141 = lean_ctor_get(x_1133, 1); +lean_inc(x_1141); +lean_dec(x_1133); +if (lean_is_scalar(x_54)) { + x_1142 = lean_alloc_ctor(1, 1, 0); +} else { + x_1142 = x_54; +} +lean_ctor_set(x_1142, 0, x_1113); +x_206 = x_1142; +x_207 = x_1141; +goto block_1103; } } else { -uint8_t x_1136; -lean_dec(x_1106); +uint8_t x_1143; +lean_dec(x_1113); lean_dec(x_202); lean_dec(x_194); lean_dec(x_185); @@ -4643,193 +4643,139 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1136 = !lean_is_exclusive(x_1126); -if (x_1136 == 0) +x_1143 = !lean_is_exclusive(x_1133); +if (x_1143 == 0) { -return x_1126; +return x_1133; } else { -lean_object* x_1137; lean_object* x_1138; lean_object* x_1139; -x_1137 = lean_ctor_get(x_1126, 0); -x_1138 = lean_ctor_get(x_1126, 1); -lean_inc(x_1138); -lean_inc(x_1137); -lean_dec(x_1126); -x_1139 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1139, 0, x_1137); -lean_ctor_set(x_1139, 1, x_1138); -return x_1139; +lean_object* x_1144; lean_object* x_1145; lean_object* x_1146; +x_1144 = lean_ctor_get(x_1133, 0); +x_1145 = lean_ctor_get(x_1133, 1); +lean_inc(x_1145); +lean_inc(x_1144); +lean_dec(x_1133); +x_1146 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1146, 0, x_1144); +lean_ctor_set(x_1146, 1, x_1145); +return x_1146; } } } else { -uint8_t x_1140; uint8_t x_1141; uint8_t x_1142; uint8_t x_1143; uint8_t x_1144; uint8_t x_1145; uint8_t x_1146; uint8_t x_1147; uint8_t x_1148; uint8_t x_1149; uint8_t x_1150; uint8_t x_1151; uint8_t x_1152; uint8_t x_1153; uint8_t x_1154; uint8_t x_1155; uint8_t x_1156; uint8_t x_1157; uint8_t x_1158; uint8_t x_1159; lean_object* x_1160; uint64_t x_1161; uint64_t x_1162; uint64_t x_1163; uint64_t x_1164; uint64_t x_1165; lean_object* x_1166; lean_object* x_1167; -x_1140 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_1141 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_1142 = lean_ctor_get_uint8(x_1105, 0); -x_1143 = lean_ctor_get_uint8(x_1105, 1); -x_1144 = lean_ctor_get_uint8(x_1105, 2); -x_1145 = lean_ctor_get_uint8(x_1105, 3); -x_1146 = lean_ctor_get_uint8(x_1105, 4); -x_1147 = lean_ctor_get_uint8(x_1105, 5); -x_1148 = lean_ctor_get_uint8(x_1105, 6); -x_1149 = lean_ctor_get_uint8(x_1105, 7); -x_1150 = lean_ctor_get_uint8(x_1105, 8); -x_1151 = lean_ctor_get_uint8(x_1105, 10); -x_1152 = lean_ctor_get_uint8(x_1105, 11); -x_1153 = lean_ctor_get_uint8(x_1105, 12); -x_1154 = lean_ctor_get_uint8(x_1105, 13); -x_1155 = lean_ctor_get_uint8(x_1105, 14); -x_1156 = lean_ctor_get_uint8(x_1105, 15); -x_1157 = lean_ctor_get_uint8(x_1105, 16); -x_1158 = lean_ctor_get_uint8(x_1105, 17); -lean_dec(x_1105); -x_1159 = 1; -x_1160 = lean_alloc_ctor(0, 0, 18); -lean_ctor_set_uint8(x_1160, 0, x_1142); -lean_ctor_set_uint8(x_1160, 1, x_1143); -lean_ctor_set_uint8(x_1160, 2, x_1144); -lean_ctor_set_uint8(x_1160, 3, x_1145); -lean_ctor_set_uint8(x_1160, 4, x_1146); -lean_ctor_set_uint8(x_1160, 5, x_1147); -lean_ctor_set_uint8(x_1160, 6, x_1148); -lean_ctor_set_uint8(x_1160, 7, x_1149); -lean_ctor_set_uint8(x_1160, 8, x_1150); -lean_ctor_set_uint8(x_1160, 9, x_1159); -lean_ctor_set_uint8(x_1160, 10, x_1151); -lean_ctor_set_uint8(x_1160, 11, x_1152); -lean_ctor_set_uint8(x_1160, 12, x_1153); -lean_ctor_set_uint8(x_1160, 13, x_1154); -lean_ctor_set_uint8(x_1160, 14, x_1155); -lean_ctor_set_uint8(x_1160, 15, x_1156); -lean_ctor_set_uint8(x_1160, 16, x_1157); -lean_ctor_set_uint8(x_1160, 17, x_1158); -x_1161 = 2; -x_1162 = lean_uint64_shift_right(x_1108, x_1161); -x_1163 = lean_uint64_shift_left(x_1162, x_1161); -x_1164 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_1165 = lean_uint64_lor(x_1163, x_1164); -x_1166 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_1166, 0, x_1160); -lean_ctor_set(x_1166, 1, x_1110); -lean_ctor_set(x_1166, 2, x_1111); -lean_ctor_set(x_1166, 3, x_1112); -lean_ctor_set(x_1166, 4, x_1113); -lean_ctor_set(x_1166, 5, x_1114); -lean_ctor_set(x_1166, 6, x_1115); -lean_ctor_set_uint64(x_1166, sizeof(void*)*7, x_1165); -lean_ctor_set_uint8(x_1166, sizeof(void*)*7 + 8, x_1109); -lean_ctor_set_uint8(x_1166, sizeof(void*)*7 + 9, x_1140); -lean_ctor_set_uint8(x_1166, sizeof(void*)*7 + 10, x_1141); +uint8_t x_1147; uint8_t x_1148; uint8_t x_1149; uint8_t x_1150; uint8_t x_1151; uint8_t x_1152; uint8_t x_1153; uint8_t x_1154; uint8_t x_1155; uint8_t x_1156; uint8_t x_1157; uint8_t x_1158; uint8_t x_1159; uint8_t x_1160; uint8_t x_1161; uint8_t x_1162; uint8_t x_1163; uint8_t x_1164; uint8_t x_1165; uint8_t x_1166; lean_object* x_1167; uint64_t x_1168; uint64_t x_1169; uint64_t x_1170; uint64_t x_1171; uint64_t x_1172; lean_object* x_1173; lean_object* x_1174; +x_1147 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_1148 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_1149 = lean_ctor_get_uint8(x_1112, 0); +x_1150 = lean_ctor_get_uint8(x_1112, 1); +x_1151 = lean_ctor_get_uint8(x_1112, 2); +x_1152 = lean_ctor_get_uint8(x_1112, 3); +x_1153 = lean_ctor_get_uint8(x_1112, 4); +x_1154 = lean_ctor_get_uint8(x_1112, 5); +x_1155 = lean_ctor_get_uint8(x_1112, 6); +x_1156 = lean_ctor_get_uint8(x_1112, 7); +x_1157 = lean_ctor_get_uint8(x_1112, 8); +x_1158 = lean_ctor_get_uint8(x_1112, 10); +x_1159 = lean_ctor_get_uint8(x_1112, 11); +x_1160 = lean_ctor_get_uint8(x_1112, 12); +x_1161 = lean_ctor_get_uint8(x_1112, 13); +x_1162 = lean_ctor_get_uint8(x_1112, 14); +x_1163 = lean_ctor_get_uint8(x_1112, 15); +x_1164 = lean_ctor_get_uint8(x_1112, 16); +x_1165 = lean_ctor_get_uint8(x_1112, 17); +lean_dec(x_1112); +x_1166 = 1; +x_1167 = lean_alloc_ctor(0, 0, 18); +lean_ctor_set_uint8(x_1167, 0, x_1149); +lean_ctor_set_uint8(x_1167, 1, x_1150); +lean_ctor_set_uint8(x_1167, 2, x_1151); +lean_ctor_set_uint8(x_1167, 3, x_1152); +lean_ctor_set_uint8(x_1167, 4, x_1153); +lean_ctor_set_uint8(x_1167, 5, x_1154); +lean_ctor_set_uint8(x_1167, 6, x_1155); +lean_ctor_set_uint8(x_1167, 7, x_1156); +lean_ctor_set_uint8(x_1167, 8, x_1157); +lean_ctor_set_uint8(x_1167, 9, x_1166); +lean_ctor_set_uint8(x_1167, 10, x_1158); +lean_ctor_set_uint8(x_1167, 11, x_1159); +lean_ctor_set_uint8(x_1167, 12, x_1160); +lean_ctor_set_uint8(x_1167, 13, x_1161); +lean_ctor_set_uint8(x_1167, 14, x_1162); +lean_ctor_set_uint8(x_1167, 15, x_1163); +lean_ctor_set_uint8(x_1167, 16, x_1164); +lean_ctor_set_uint8(x_1167, 17, x_1165); +x_1168 = 2; +x_1169 = lean_uint64_shift_right(x_1115, x_1168); +x_1170 = lean_uint64_shift_left(x_1169, x_1168); +x_1171 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_1172 = lean_uint64_lor(x_1170, x_1171); +x_1173 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_1173, 0, x_1167); +lean_ctor_set(x_1173, 1, x_1117); +lean_ctor_set(x_1173, 2, x_1118); +lean_ctor_set(x_1173, 3, x_1119); +lean_ctor_set(x_1173, 4, x_1120); +lean_ctor_set(x_1173, 5, x_1121); +lean_ctor_set(x_1173, 6, x_1122); +lean_ctor_set_uint64(x_1173, sizeof(void*)*7, x_1172); +lean_ctor_set_uint8(x_1173, sizeof(void*)*7 + 8, x_1116); +lean_ctor_set_uint8(x_1173, sizeof(void*)*7 + 9, x_1147); +lean_ctor_set_uint8(x_1173, sizeof(void*)*7 + 10, x_1148); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_1106); +lean_inc(x_1113); lean_inc(x_103); -x_1167 = l_Lean_Meta_isExprDefEq(x_103, x_1106, x_1166, x_7, x_8, x_9, x_1107); -if (lean_obj_tag(x_1167) == 0) +x_1174 = l_Lean_Meta_isExprDefEq(x_103, x_1113, x_1173, x_7, x_8, x_9, x_1114); +if (lean_obj_tag(x_1174) == 0) { -lean_object* x_1168; uint8_t x_1169; -x_1168 = lean_ctor_get(x_1167, 0); -lean_inc(x_1168); -x_1169 = lean_unbox(x_1168); -lean_dec(x_1168); -if (x_1169 == 0) -{ -lean_object* x_1170; lean_object* x_1171; lean_object* x_1172; lean_object* x_1173; lean_object* x_1174; -lean_dec(x_54); -x_1170 = lean_ctor_get(x_1167, 1); -lean_inc(x_1170); -lean_dec(x_1167); -x_1171 = lean_box(0); -lean_inc(x_103); -x_1172 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__3(x_23, x_103, x_1106, x_1171, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1170); -x_1173 = lean_ctor_get(x_1172, 0); -lean_inc(x_1173); -x_1174 = lean_ctor_get(x_1172, 1); -lean_inc(x_1174); -lean_dec(x_1172); -x_206 = x_1173; -x_207 = x_1174; -goto block_1096; -} -else -{ -lean_object* x_1175; lean_object* x_1176; -x_1175 = lean_ctor_get(x_1167, 1); +lean_object* x_1175; uint8_t x_1176; +x_1175 = lean_ctor_get(x_1174, 0); lean_inc(x_1175); -lean_dec(x_1167); -if (lean_is_scalar(x_54)) { - x_1176 = lean_alloc_ctor(1, 1, 0); -} else { - x_1176 = x_54; -} -lean_ctor_set(x_1176, 0, x_1106); -x_206 = x_1176; -x_207 = x_1175; -goto block_1096; -} -} -else +x_1176 = lean_unbox(x_1175); +lean_dec(x_1175); +if (x_1176 == 0) { -lean_object* x_1177; lean_object* x_1178; lean_object* x_1179; lean_object* x_1180; -lean_dec(x_1106); -lean_dec(x_202); -lean_dec(x_194); -lean_dec(x_185); -lean_dec(x_166); -lean_dec(x_160); -lean_dec(x_145); -lean_dec(x_144); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); +lean_object* x_1177; lean_object* x_1178; lean_object* x_1179; lean_object* x_1180; lean_object* x_1181; lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1177 = lean_ctor_get(x_1167, 0); +x_1177 = lean_ctor_get(x_1174, 1); lean_inc(x_1177); -x_1178 = lean_ctor_get(x_1167, 1); -lean_inc(x_1178); -if (lean_is_exclusive(x_1167)) { - lean_ctor_release(x_1167, 0); - lean_ctor_release(x_1167, 1); - x_1179 = x_1167; +lean_dec(x_1174); +x_1178 = lean_box(0); +lean_inc(x_103); +x_1179 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__3(x_23, x_103, x_1113, x_1178, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1177); +x_1180 = lean_ctor_get(x_1179, 0); +lean_inc(x_1180); +x_1181 = lean_ctor_get(x_1179, 1); +lean_inc(x_1181); +lean_dec(x_1179); +x_206 = x_1180; +x_207 = x_1181; +goto block_1103; +} +else +{ +lean_object* x_1182; lean_object* x_1183; +x_1182 = lean_ctor_get(x_1174, 1); +lean_inc(x_1182); +lean_dec(x_1174); +if (lean_is_scalar(x_54)) { + x_1183 = lean_alloc_ctor(1, 1, 0); } else { - lean_dec_ref(x_1167); - x_1179 = lean_box(0); -} -if (lean_is_scalar(x_1179)) { - x_1180 = lean_alloc_ctor(1, 2, 0); -} else { - x_1180 = x_1179; -} -lean_ctor_set(x_1180, 0, x_1177); -lean_ctor_set(x_1180, 1, x_1178); -return x_1180; + x_1183 = x_54; } +lean_ctor_set(x_1183, 0, x_1113); +x_206 = x_1183; +x_207 = x_1182; +goto block_1103; } } else { -uint8_t x_1181; +lean_object* x_1184; lean_object* x_1185; lean_object* x_1186; lean_object* x_1187; +lean_dec(x_1113); lean_dec(x_202); lean_dec(x_194); lean_dec(x_185); @@ -4858,92 +4804,146 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1181 = !lean_is_exclusive(x_1104); -if (x_1181 == 0) +x_1184 = lean_ctor_get(x_1174, 0); +lean_inc(x_1184); +x_1185 = lean_ctor_get(x_1174, 1); +lean_inc(x_1185); +if (lean_is_exclusive(x_1174)) { + lean_ctor_release(x_1174, 0); + lean_ctor_release(x_1174, 1); + x_1186 = x_1174; +} else { + lean_dec_ref(x_1174); + x_1186 = lean_box(0); +} +if (lean_is_scalar(x_1186)) { + x_1187 = lean_alloc_ctor(1, 2, 0); +} else { + x_1187 = x_1186; +} +lean_ctor_set(x_1187, 0, x_1184); +lean_ctor_set(x_1187, 1, x_1185); +return x_1187; +} +} +} +else +{ +uint8_t x_1188; +lean_dec(x_202); +lean_dec(x_194); +lean_dec(x_185); +lean_dec(x_166); +lean_dec(x_160); +lean_dec(x_145); +lean_dec(x_144); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1188 = !lean_is_exclusive(x_1111); +if (x_1188 == 0) +{ +return x_1111; +} +else +{ +lean_object* x_1189; lean_object* x_1190; lean_object* x_1191; +x_1189 = lean_ctor_get(x_1111, 0); +x_1190 = lean_ctor_get(x_1111, 1); +lean_inc(x_1190); +lean_inc(x_1189); +lean_dec(x_1111); +x_1191 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1191, 0, x_1189); +lean_ctor_set(x_1191, 1, x_1190); +return x_1191; +} +} +} +else +{ +lean_object* x_1192; +lean_dec(x_1105); +lean_dec(x_54); +lean_dec(x_18); +x_1192 = lean_ctor_get(x_1104, 1); +lean_inc(x_1192); +lean_dec(x_1104); +x_206 = x_23; +x_207 = x_1192; +goto block_1103; +} +} +else +{ +uint8_t x_1193; +lean_dec(x_202); +lean_dec(x_194); +lean_dec(x_185); +lean_dec(x_166); +lean_dec(x_160); +lean_dec(x_145); +lean_dec(x_144); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1193 = !lean_is_exclusive(x_1104); +if (x_1193 == 0) { return x_1104; } else { -lean_object* x_1182; lean_object* x_1183; lean_object* x_1184; -x_1182 = lean_ctor_get(x_1104, 0); -x_1183 = lean_ctor_get(x_1104, 1); -lean_inc(x_1183); -lean_inc(x_1182); +lean_object* x_1194; lean_object* x_1195; lean_object* x_1196; +x_1194 = lean_ctor_get(x_1104, 0); +x_1195 = lean_ctor_get(x_1104, 1); +lean_inc(x_1195); +lean_inc(x_1194); lean_dec(x_1104); -x_1184 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1184, 0, x_1182); -lean_ctor_set(x_1184, 1, x_1183); -return x_1184; +x_1196 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1196, 0, x_1194); +lean_ctor_set(x_1196, 1, x_1195); +return x_1196; } } -} -else -{ -lean_object* x_1185; -lean_dec(x_1098); -lean_dec(x_54); -lean_dec(x_18); -x_1185 = lean_ctor_get(x_1097, 1); -lean_inc(x_1185); -lean_dec(x_1097); -x_206 = x_23; -x_207 = x_1185; -goto block_1096; -} -} -else -{ -uint8_t x_1186; -lean_dec(x_202); -lean_dec(x_194); -lean_dec(x_185); -lean_dec(x_166); -lean_dec(x_160); -lean_dec(x_145); -lean_dec(x_144); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1186 = !lean_is_exclusive(x_1097); -if (x_1186 == 0) -{ -return x_1097; -} -else -{ -lean_object* x_1187; lean_object* x_1188; lean_object* x_1189; -x_1187 = lean_ctor_get(x_1097, 0); -x_1188 = lean_ctor_get(x_1097, 1); -lean_inc(x_1188); -lean_inc(x_1187); -lean_dec(x_1097); -x_1189 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1189, 0, x_1187); -lean_ctor_set(x_1189, 1, x_1188); -return x_1189; -} -} -block_1096: +block_1103: { lean_object* x_208; lean_inc(x_9); @@ -4976,7 +4976,7 @@ lean_inc(x_6); x_214 = l_Lean_Meta_trySynthInstance(x_213, x_23, x_6, x_7, x_8, x_9, x_210); if (lean_obj_tag(x_214) == 0) { -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_953; +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_960; x_215 = lean_ctor_get(x_214, 0); lean_inc(x_215); x_216 = lean_ctor_get(x_214, 1); @@ -4992,33 +4992,33 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_953 = l_Lean_Meta_trySynthInstance(x_220, x_23, x_6, x_7, x_8, x_9, x_216); -if (lean_obj_tag(x_953) == 0) +x_960 = l_Lean_Meta_trySynthInstance(x_220, x_23, x_6, x_7, x_8, x_9, x_216); +if (lean_obj_tag(x_960) == 0) { -lean_object* x_954; lean_object* x_955; lean_object* x_956; -x_954 = lean_ctor_get(x_953, 0); -lean_inc(x_954); -x_955 = lean_ctor_get(x_953, 1); -lean_inc(x_955); -lean_dec(x_953); -x_956 = l_Lean_LOption_toOption___rarg(x_954); -if (lean_obj_tag(x_956) == 0) +lean_object* x_961; lean_object* x_962; lean_object* x_963; +x_961 = lean_ctor_get(x_960, 0); +lean_inc(x_961); +x_962 = lean_ctor_get(x_960, 1); +lean_inc(x_962); +lean_dec(x_960); +x_963 = l_Lean_LOption_toOption___rarg(x_961); +if (lean_obj_tag(x_963) == 0) { x_221 = x_23; -x_222 = x_955; -goto block_952; +x_222 = x_962; +goto block_959; } else { -lean_object* x_957; lean_object* x_958; lean_object* x_959; lean_object* x_960; lean_object* x_961; -x_957 = lean_ctor_get(x_956, 0); -lean_inc(x_957); -lean_dec(x_956); -x_958 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__91; +lean_object* x_964; lean_object* x_965; lean_object* x_966; lean_object* x_967; lean_object* x_968; +x_964 = lean_ctor_get(x_963, 0); +lean_inc(x_964); +lean_dec(x_963); +x_965 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__91; lean_inc(x_15); -x_959 = l_Lean_Expr_const___override(x_958, x_15); +x_966 = l_Lean_Expr_const___override(x_965, x_15); lean_inc(x_1); -x_960 = l_Lean_mkAppB(x_959, x_1, x_957); +x_967 = l_Lean_mkAppB(x_966, x_1, x_964); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -5027,168 +5027,168 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_961 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_internalizeConst(x_960, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_955); -if (lean_obj_tag(x_961) == 0) +x_968 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_internalizeConst(x_967, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_962); +if (lean_obj_tag(x_968) == 0) { -lean_object* x_962; lean_object* x_963; lean_object* x_964; lean_object* x_965; -x_962 = lean_ctor_get(x_961, 0); -lean_inc(x_962); -x_963 = lean_ctor_get(x_961, 1); -lean_inc(x_963); -lean_dec(x_961); -x_964 = lean_unsigned_to_nat(1u); +lean_object* x_969; lean_object* x_970; lean_object* x_971; lean_object* x_972; +x_969 = lean_ctor_get(x_968, 0); +lean_inc(x_969); +x_970 = lean_ctor_get(x_968, 1); +lean_inc(x_970); +lean_dec(x_968); +x_971 = lean_unsigned_to_nat(1u); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_1); -x_965 = l_Lean_Meta_mkNumeral(x_1, x_964, x_6, x_7, x_8, x_9, x_963); -if (lean_obj_tag(x_965) == 0) +x_972 = l_Lean_Meta_mkNumeral(x_1, x_971, x_6, x_7, x_8, x_9, x_970); +if (lean_obj_tag(x_972) == 0) { -lean_object* x_966; lean_object* x_967; lean_object* x_968; uint64_t x_969; uint8_t 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; uint8_t x_977; -x_966 = lean_ctor_get(x_6, 0); -lean_inc(x_966); -x_967 = lean_ctor_get(x_965, 0); -lean_inc(x_967); -x_968 = lean_ctor_get(x_965, 1); -lean_inc(x_968); -lean_dec(x_965); -x_969 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_970 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_971 = lean_ctor_get(x_6, 1); -lean_inc(x_971); -x_972 = lean_ctor_get(x_6, 2); -lean_inc(x_972); -x_973 = lean_ctor_get(x_6, 3); +lean_object* x_973; lean_object* x_974; lean_object* x_975; uint64_t x_976; uint8_t 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; uint8_t x_984; +x_973 = lean_ctor_get(x_6, 0); lean_inc(x_973); -x_974 = lean_ctor_get(x_6, 4); +x_974 = lean_ctor_get(x_972, 0); lean_inc(x_974); -x_975 = lean_ctor_get(x_6, 5); +x_975 = lean_ctor_get(x_972, 1); lean_inc(x_975); -x_976 = lean_ctor_get(x_6, 6); -lean_inc(x_976); -x_977 = !lean_is_exclusive(x_966); -if (x_977 == 0) +lean_dec(x_972); +x_976 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_977 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_978 = lean_ctor_get(x_6, 1); +lean_inc(x_978); +x_979 = lean_ctor_get(x_6, 2); +lean_inc(x_979); +x_980 = lean_ctor_get(x_6, 3); +lean_inc(x_980); +x_981 = lean_ctor_get(x_6, 4); +lean_inc(x_981); +x_982 = lean_ctor_get(x_6, 5); +lean_inc(x_982); +x_983 = lean_ctor_get(x_6, 6); +lean_inc(x_983); +x_984 = !lean_is_exclusive(x_973); +if (x_984 == 0) { -uint8_t x_978; uint8_t x_979; uint8_t x_980; uint64_t x_981; uint64_t x_982; uint64_t x_983; uint64_t x_984; uint64_t x_985; lean_object* x_986; lean_object* x_987; -x_978 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_979 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_980 = 1; -lean_ctor_set_uint8(x_966, 9, x_980); -x_981 = 2; -x_982 = lean_uint64_shift_right(x_969, x_981); -x_983 = lean_uint64_shift_left(x_982, x_981); -x_984 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_985 = lean_uint64_lor(x_983, x_984); -x_986 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_986, 0, x_966); -lean_ctor_set(x_986, 1, x_971); -lean_ctor_set(x_986, 2, x_972); -lean_ctor_set(x_986, 3, x_973); -lean_ctor_set(x_986, 4, x_974); -lean_ctor_set(x_986, 5, x_975); -lean_ctor_set(x_986, 6, x_976); -lean_ctor_set_uint64(x_986, sizeof(void*)*7, x_985); -lean_ctor_set_uint8(x_986, sizeof(void*)*7 + 8, x_970); -lean_ctor_set_uint8(x_986, sizeof(void*)*7 + 9, x_978); -lean_ctor_set_uint8(x_986, sizeof(void*)*7 + 10, x_979); +uint8_t x_985; uint8_t x_986; uint8_t x_987; uint64_t x_988; uint64_t x_989; uint64_t x_990; uint64_t x_991; uint64_t x_992; lean_object* x_993; lean_object* x_994; +x_985 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_986 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_987 = 1; +lean_ctor_set_uint8(x_973, 9, x_987); +x_988 = 2; +x_989 = lean_uint64_shift_right(x_976, x_988); +x_990 = lean_uint64_shift_left(x_989, x_988); +x_991 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_992 = lean_uint64_lor(x_990, x_991); +x_993 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_993, 0, x_973); +lean_ctor_set(x_993, 1, x_978); +lean_ctor_set(x_993, 2, x_979); +lean_ctor_set(x_993, 3, x_980); +lean_ctor_set(x_993, 4, x_981); +lean_ctor_set(x_993, 5, x_982); +lean_ctor_set(x_993, 6, x_983); +lean_ctor_set_uint64(x_993, sizeof(void*)*7, x_992); +lean_ctor_set_uint8(x_993, sizeof(void*)*7 + 8, x_977); +lean_ctor_set_uint8(x_993, sizeof(void*)*7 + 9, x_985); +lean_ctor_set_uint8(x_993, sizeof(void*)*7 + 10, x_986); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_967); -lean_inc(x_962); -x_987 = l_Lean_Meta_isExprDefEq(x_962, x_967, x_986, x_7, x_8, x_9, x_968); -if (lean_obj_tag(x_987) == 0) +lean_inc(x_974); +lean_inc(x_969); +x_994 = l_Lean_Meta_isExprDefEq(x_969, x_974, x_993, x_7, x_8, x_9, x_975); +if (lean_obj_tag(x_994) == 0) { -lean_object* x_988; uint8_t x_989; -x_988 = lean_ctor_get(x_987, 0); -lean_inc(x_988); -x_989 = lean_unbox(x_988); -lean_dec(x_988); -if (x_989 == 0) +lean_object* x_995; uint8_t x_996; +x_995 = lean_ctor_get(x_994, 0); +lean_inc(x_995); +x_996 = lean_unbox(x_995); +lean_dec(x_995); +if (x_996 == 0) { -lean_object* x_990; lean_object* x_991; lean_object* x_992; uint8_t x_993; -x_990 = lean_ctor_get(x_987, 1); -lean_inc(x_990); -lean_dec(x_987); -x_991 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_990); -x_992 = lean_ctor_get(x_991, 0); -lean_inc(x_992); -x_993 = lean_ctor_get_uint8(x_992, sizeof(void*)*6 + 11); -lean_dec(x_992); -if (x_993 == 0) -{ -lean_object* x_994; lean_object* x_995; lean_object* x_996; lean_object* x_997; lean_object* x_998; -lean_dec(x_967); -x_994 = lean_ctor_get(x_991, 1); -lean_inc(x_994); -lean_dec(x_991); -x_995 = lean_box(0); -x_996 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_962, x_995, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_994); -x_997 = lean_ctor_get(x_996, 0); +lean_object* x_997; lean_object* x_998; lean_object* x_999; uint8_t x_1000; +x_997 = lean_ctor_get(x_994, 1); lean_inc(x_997); -x_998 = lean_ctor_get(x_996, 1); -lean_inc(x_998); -lean_dec(x_996); -x_221 = x_997; -x_222 = x_998; -goto block_952; -} -else -{ -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; -x_999 = lean_ctor_get(x_991, 1); +lean_dec(x_994); +x_998 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_997); +x_999 = lean_ctor_get(x_998, 0); lean_inc(x_999); -lean_dec(x_991); -lean_inc(x_962); -x_1000 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_962, x_967, x_6, x_7, x_8, x_9, x_999); -x_1001 = lean_ctor_get(x_1000, 0); +x_1000 = lean_ctor_get_uint8(x_999, sizeof(void*)*6 + 11); +lean_dec(x_999); +if (x_1000 == 0) +{ +lean_object* x_1001; lean_object* x_1002; lean_object* x_1003; lean_object* x_1004; lean_object* x_1005; +lean_dec(x_974); +x_1001 = lean_ctor_get(x_998, 1); lean_inc(x_1001); -x_1002 = lean_ctor_get(x_1000, 1); -lean_inc(x_1002); -lean_dec(x_1000); -x_1003 = l_Lean_Meta_Grind_reportIssue(x_1001, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1002); +lean_dec(x_998); +x_1002 = lean_box(0); +x_1003 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_969, x_1002, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1001); x_1004 = lean_ctor_get(x_1003, 0); lean_inc(x_1004); x_1005 = lean_ctor_get(x_1003, 1); lean_inc(x_1005); lean_dec(x_1003); -x_1006 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_962, x_1004, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1005); -lean_dec(x_1004); -x_1007 = lean_ctor_get(x_1006, 0); -lean_inc(x_1007); -x_1008 = lean_ctor_get(x_1006, 1); +x_221 = x_1004; +x_222 = x_1005; +goto block_959; +} +else +{ +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; +x_1006 = lean_ctor_get(x_998, 1); +lean_inc(x_1006); +lean_dec(x_998); +lean_inc(x_969); +x_1007 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_969, x_974, x_6, x_7, x_8, x_9, x_1006); +x_1008 = lean_ctor_get(x_1007, 0); lean_inc(x_1008); -lean_dec(x_1006); -x_221 = x_1007; -x_222 = x_1008; -goto block_952; -} -} -else -{ -lean_object* x_1009; lean_object* x_1010; lean_object* x_1011; lean_object* x_1012; lean_object* x_1013; -lean_dec(x_967); -x_1009 = lean_ctor_get(x_987, 1); +x_1009 = lean_ctor_get(x_1007, 1); lean_inc(x_1009); -lean_dec(x_987); -x_1010 = lean_box(0); -x_1011 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_962, x_1010, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1009); -x_1012 = lean_ctor_get(x_1011, 0); +lean_dec(x_1007); +x_1010 = l_Lean_Meta_Grind_reportIssue(x_1008, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1009); +x_1011 = lean_ctor_get(x_1010, 0); +lean_inc(x_1011); +x_1012 = lean_ctor_get(x_1010, 1); lean_inc(x_1012); -x_1013 = lean_ctor_get(x_1011, 1); -lean_inc(x_1013); +lean_dec(x_1010); +x_1013 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_969, x_1011, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1012); lean_dec(x_1011); -x_221 = x_1012; -x_222 = x_1013; -goto block_952; +x_1014 = lean_ctor_get(x_1013, 0); +lean_inc(x_1014); +x_1015 = lean_ctor_get(x_1013, 1); +lean_inc(x_1015); +lean_dec(x_1013); +x_221 = x_1014; +x_222 = x_1015; +goto block_959; } } else { -uint8_t x_1014; -lean_dec(x_967); -lean_dec(x_962); +lean_object* x_1016; lean_object* x_1017; lean_object* x_1018; lean_object* x_1019; lean_object* x_1020; +lean_dec(x_974); +x_1016 = lean_ctor_get(x_994, 1); +lean_inc(x_1016); +lean_dec(x_994); +x_1017 = lean_box(0); +x_1018 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_969, x_1017, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1016); +x_1019 = lean_ctor_get(x_1018, 0); +lean_inc(x_1019); +x_1020 = lean_ctor_get(x_1018, 1); +lean_inc(x_1020); +lean_dec(x_1018); +x_221 = x_1019; +x_222 = x_1020; +goto block_959; +} +} +else +{ +uint8_t x_1021; +lean_dec(x_974); +lean_dec(x_969); lean_dec(x_217); lean_dec(x_209); lean_dec(x_206); @@ -5219,293 +5219,183 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1014 = !lean_is_exclusive(x_987); -if (x_1014 == 0) +x_1021 = !lean_is_exclusive(x_994); +if (x_1021 == 0) { -return x_987; +return x_994; } else { -lean_object* x_1015; lean_object* x_1016; lean_object* x_1017; -x_1015 = lean_ctor_get(x_987, 0); -x_1016 = lean_ctor_get(x_987, 1); -lean_inc(x_1016); -lean_inc(x_1015); -lean_dec(x_987); -x_1017 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1017, 0, x_1015); -lean_ctor_set(x_1017, 1, x_1016); -return x_1017; +lean_object* x_1022; lean_object* x_1023; lean_object* x_1024; +x_1022 = lean_ctor_get(x_994, 0); +x_1023 = lean_ctor_get(x_994, 1); +lean_inc(x_1023); +lean_inc(x_1022); +lean_dec(x_994); +x_1024 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1024, 0, x_1022); +lean_ctor_set(x_1024, 1, x_1023); +return x_1024; } } } else { -uint8_t x_1018; uint8_t x_1019; uint8_t x_1020; uint8_t x_1021; uint8_t x_1022; uint8_t x_1023; uint8_t x_1024; uint8_t x_1025; uint8_t x_1026; uint8_t x_1027; uint8_t x_1028; uint8_t x_1029; uint8_t x_1030; uint8_t x_1031; uint8_t x_1032; uint8_t x_1033; uint8_t x_1034; uint8_t x_1035; uint8_t x_1036; uint8_t x_1037; lean_object* x_1038; uint64_t x_1039; uint64_t x_1040; uint64_t x_1041; uint64_t x_1042; uint64_t x_1043; lean_object* x_1044; lean_object* x_1045; -x_1018 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_1019 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_1020 = lean_ctor_get_uint8(x_966, 0); -x_1021 = lean_ctor_get_uint8(x_966, 1); -x_1022 = lean_ctor_get_uint8(x_966, 2); -x_1023 = lean_ctor_get_uint8(x_966, 3); -x_1024 = lean_ctor_get_uint8(x_966, 4); -x_1025 = lean_ctor_get_uint8(x_966, 5); -x_1026 = lean_ctor_get_uint8(x_966, 6); -x_1027 = lean_ctor_get_uint8(x_966, 7); -x_1028 = lean_ctor_get_uint8(x_966, 8); -x_1029 = lean_ctor_get_uint8(x_966, 10); -x_1030 = lean_ctor_get_uint8(x_966, 11); -x_1031 = lean_ctor_get_uint8(x_966, 12); -x_1032 = lean_ctor_get_uint8(x_966, 13); -x_1033 = lean_ctor_get_uint8(x_966, 14); -x_1034 = lean_ctor_get_uint8(x_966, 15); -x_1035 = lean_ctor_get_uint8(x_966, 16); -x_1036 = lean_ctor_get_uint8(x_966, 17); -lean_dec(x_966); -x_1037 = 1; -x_1038 = lean_alloc_ctor(0, 0, 18); -lean_ctor_set_uint8(x_1038, 0, x_1020); -lean_ctor_set_uint8(x_1038, 1, x_1021); -lean_ctor_set_uint8(x_1038, 2, x_1022); -lean_ctor_set_uint8(x_1038, 3, x_1023); -lean_ctor_set_uint8(x_1038, 4, x_1024); -lean_ctor_set_uint8(x_1038, 5, x_1025); -lean_ctor_set_uint8(x_1038, 6, x_1026); -lean_ctor_set_uint8(x_1038, 7, x_1027); -lean_ctor_set_uint8(x_1038, 8, x_1028); -lean_ctor_set_uint8(x_1038, 9, x_1037); -lean_ctor_set_uint8(x_1038, 10, x_1029); -lean_ctor_set_uint8(x_1038, 11, x_1030); -lean_ctor_set_uint8(x_1038, 12, x_1031); -lean_ctor_set_uint8(x_1038, 13, x_1032); -lean_ctor_set_uint8(x_1038, 14, x_1033); -lean_ctor_set_uint8(x_1038, 15, x_1034); -lean_ctor_set_uint8(x_1038, 16, x_1035); -lean_ctor_set_uint8(x_1038, 17, x_1036); -x_1039 = 2; -x_1040 = lean_uint64_shift_right(x_969, x_1039); -x_1041 = lean_uint64_shift_left(x_1040, x_1039); -x_1042 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_1043 = lean_uint64_lor(x_1041, x_1042); -x_1044 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_1044, 0, x_1038); -lean_ctor_set(x_1044, 1, x_971); -lean_ctor_set(x_1044, 2, x_972); -lean_ctor_set(x_1044, 3, x_973); -lean_ctor_set(x_1044, 4, x_974); -lean_ctor_set(x_1044, 5, x_975); -lean_ctor_set(x_1044, 6, x_976); -lean_ctor_set_uint64(x_1044, sizeof(void*)*7, x_1043); -lean_ctor_set_uint8(x_1044, sizeof(void*)*7 + 8, x_970); -lean_ctor_set_uint8(x_1044, sizeof(void*)*7 + 9, x_1018); -lean_ctor_set_uint8(x_1044, sizeof(void*)*7 + 10, x_1019); +uint8_t x_1025; uint8_t x_1026; uint8_t x_1027; uint8_t x_1028; uint8_t x_1029; uint8_t x_1030; uint8_t x_1031; uint8_t x_1032; uint8_t x_1033; uint8_t x_1034; uint8_t x_1035; uint8_t x_1036; uint8_t x_1037; uint8_t x_1038; uint8_t x_1039; uint8_t x_1040; uint8_t x_1041; uint8_t x_1042; uint8_t x_1043; uint8_t x_1044; lean_object* x_1045; uint64_t x_1046; uint64_t x_1047; uint64_t x_1048; uint64_t x_1049; uint64_t x_1050; lean_object* x_1051; lean_object* x_1052; +x_1025 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_1026 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_1027 = lean_ctor_get_uint8(x_973, 0); +x_1028 = lean_ctor_get_uint8(x_973, 1); +x_1029 = lean_ctor_get_uint8(x_973, 2); +x_1030 = lean_ctor_get_uint8(x_973, 3); +x_1031 = lean_ctor_get_uint8(x_973, 4); +x_1032 = lean_ctor_get_uint8(x_973, 5); +x_1033 = lean_ctor_get_uint8(x_973, 6); +x_1034 = lean_ctor_get_uint8(x_973, 7); +x_1035 = lean_ctor_get_uint8(x_973, 8); +x_1036 = lean_ctor_get_uint8(x_973, 10); +x_1037 = lean_ctor_get_uint8(x_973, 11); +x_1038 = lean_ctor_get_uint8(x_973, 12); +x_1039 = lean_ctor_get_uint8(x_973, 13); +x_1040 = lean_ctor_get_uint8(x_973, 14); +x_1041 = lean_ctor_get_uint8(x_973, 15); +x_1042 = lean_ctor_get_uint8(x_973, 16); +x_1043 = lean_ctor_get_uint8(x_973, 17); +lean_dec(x_973); +x_1044 = 1; +x_1045 = lean_alloc_ctor(0, 0, 18); +lean_ctor_set_uint8(x_1045, 0, x_1027); +lean_ctor_set_uint8(x_1045, 1, x_1028); +lean_ctor_set_uint8(x_1045, 2, x_1029); +lean_ctor_set_uint8(x_1045, 3, x_1030); +lean_ctor_set_uint8(x_1045, 4, x_1031); +lean_ctor_set_uint8(x_1045, 5, x_1032); +lean_ctor_set_uint8(x_1045, 6, x_1033); +lean_ctor_set_uint8(x_1045, 7, x_1034); +lean_ctor_set_uint8(x_1045, 8, x_1035); +lean_ctor_set_uint8(x_1045, 9, x_1044); +lean_ctor_set_uint8(x_1045, 10, x_1036); +lean_ctor_set_uint8(x_1045, 11, x_1037); +lean_ctor_set_uint8(x_1045, 12, x_1038); +lean_ctor_set_uint8(x_1045, 13, x_1039); +lean_ctor_set_uint8(x_1045, 14, x_1040); +lean_ctor_set_uint8(x_1045, 15, x_1041); +lean_ctor_set_uint8(x_1045, 16, x_1042); +lean_ctor_set_uint8(x_1045, 17, x_1043); +x_1046 = 2; +x_1047 = lean_uint64_shift_right(x_976, x_1046); +x_1048 = lean_uint64_shift_left(x_1047, x_1046); +x_1049 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_1050 = lean_uint64_lor(x_1048, x_1049); +x_1051 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_1051, 0, x_1045); +lean_ctor_set(x_1051, 1, x_978); +lean_ctor_set(x_1051, 2, x_979); +lean_ctor_set(x_1051, 3, x_980); +lean_ctor_set(x_1051, 4, x_981); +lean_ctor_set(x_1051, 5, x_982); +lean_ctor_set(x_1051, 6, x_983); +lean_ctor_set_uint64(x_1051, sizeof(void*)*7, x_1050); +lean_ctor_set_uint8(x_1051, sizeof(void*)*7 + 8, x_977); +lean_ctor_set_uint8(x_1051, sizeof(void*)*7 + 9, x_1025); +lean_ctor_set_uint8(x_1051, sizeof(void*)*7 + 10, x_1026); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_967); -lean_inc(x_962); -x_1045 = l_Lean_Meta_isExprDefEq(x_962, x_967, x_1044, x_7, x_8, x_9, x_968); -if (lean_obj_tag(x_1045) == 0) +lean_inc(x_974); +lean_inc(x_969); +x_1052 = l_Lean_Meta_isExprDefEq(x_969, x_974, x_1051, x_7, x_8, x_9, x_975); +if (lean_obj_tag(x_1052) == 0) { -lean_object* x_1046; uint8_t x_1047; -x_1046 = lean_ctor_get(x_1045, 0); -lean_inc(x_1046); -x_1047 = lean_unbox(x_1046); -lean_dec(x_1046); -if (x_1047 == 0) +lean_object* x_1053; uint8_t x_1054; +x_1053 = lean_ctor_get(x_1052, 0); +lean_inc(x_1053); +x_1054 = lean_unbox(x_1053); +lean_dec(x_1053); +if (x_1054 == 0) { -lean_object* x_1048; lean_object* x_1049; lean_object* x_1050; uint8_t x_1051; -x_1048 = lean_ctor_get(x_1045, 1); -lean_inc(x_1048); -lean_dec(x_1045); -x_1049 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1048); -x_1050 = lean_ctor_get(x_1049, 0); -lean_inc(x_1050); -x_1051 = lean_ctor_get_uint8(x_1050, sizeof(void*)*6 + 11); -lean_dec(x_1050); -if (x_1051 == 0) -{ -lean_object* x_1052; lean_object* x_1053; lean_object* x_1054; lean_object* x_1055; lean_object* x_1056; -lean_dec(x_967); -x_1052 = lean_ctor_get(x_1049, 1); -lean_inc(x_1052); -lean_dec(x_1049); -x_1053 = lean_box(0); -x_1054 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_962, x_1053, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1052); -x_1055 = lean_ctor_get(x_1054, 0); +lean_object* x_1055; lean_object* x_1056; lean_object* x_1057; uint8_t x_1058; +x_1055 = lean_ctor_get(x_1052, 1); lean_inc(x_1055); -x_1056 = lean_ctor_get(x_1054, 1); -lean_inc(x_1056); -lean_dec(x_1054); -x_221 = x_1055; -x_222 = x_1056; -goto block_952; -} -else -{ -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; -x_1057 = lean_ctor_get(x_1049, 1); +lean_dec(x_1052); +x_1056 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1055); +x_1057 = lean_ctor_get(x_1056, 0); lean_inc(x_1057); -lean_dec(x_1049); -lean_inc(x_962); -x_1058 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_962, x_967, x_6, x_7, x_8, x_9, x_1057); -x_1059 = lean_ctor_get(x_1058, 0); +x_1058 = lean_ctor_get_uint8(x_1057, sizeof(void*)*6 + 11); +lean_dec(x_1057); +if (x_1058 == 0) +{ +lean_object* x_1059; lean_object* x_1060; lean_object* x_1061; lean_object* x_1062; lean_object* x_1063; +lean_dec(x_974); +x_1059 = lean_ctor_get(x_1056, 1); lean_inc(x_1059); -x_1060 = lean_ctor_get(x_1058, 1); -lean_inc(x_1060); -lean_dec(x_1058); -x_1061 = l_Lean_Meta_Grind_reportIssue(x_1059, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1060); +lean_dec(x_1056); +x_1060 = lean_box(0); +x_1061 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_969, x_1060, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1059); x_1062 = lean_ctor_get(x_1061, 0); lean_inc(x_1062); x_1063 = lean_ctor_get(x_1061, 1); lean_inc(x_1063); lean_dec(x_1061); -x_1064 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_962, x_1062, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1063); -lean_dec(x_1062); -x_1065 = lean_ctor_get(x_1064, 0); -lean_inc(x_1065); -x_1066 = lean_ctor_get(x_1064, 1); +x_221 = x_1062; +x_222 = x_1063; +goto block_959; +} +else +{ +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; +x_1064 = lean_ctor_get(x_1056, 1); +lean_inc(x_1064); +lean_dec(x_1056); +lean_inc(x_969); +x_1065 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_969, x_974, x_6, x_7, x_8, x_9, x_1064); +x_1066 = lean_ctor_get(x_1065, 0); lean_inc(x_1066); -lean_dec(x_1064); -x_221 = x_1065; -x_222 = x_1066; -goto block_952; -} -} -else -{ -lean_object* x_1067; lean_object* x_1068; lean_object* x_1069; lean_object* x_1070; lean_object* x_1071; -lean_dec(x_967); -x_1067 = lean_ctor_get(x_1045, 1); +x_1067 = lean_ctor_get(x_1065, 1); lean_inc(x_1067); -lean_dec(x_1045); -x_1068 = lean_box(0); -x_1069 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_962, x_1068, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1067); -x_1070 = lean_ctor_get(x_1069, 0); +lean_dec(x_1065); +x_1068 = l_Lean_Meta_Grind_reportIssue(x_1066, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1067); +x_1069 = lean_ctor_get(x_1068, 0); +lean_inc(x_1069); +x_1070 = lean_ctor_get(x_1068, 1); lean_inc(x_1070); -x_1071 = lean_ctor_get(x_1069, 1); -lean_inc(x_1071); +lean_dec(x_1068); +x_1071 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_969, x_1069, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1070); lean_dec(x_1069); -x_221 = x_1070; -x_222 = x_1071; -goto block_952; -} -} -else -{ -lean_object* x_1072; lean_object* x_1073; lean_object* x_1074; lean_object* x_1075; -lean_dec(x_967); -lean_dec(x_962); -lean_dec(x_217); -lean_dec(x_209); -lean_dec(x_206); -lean_dec(x_202); -lean_dec(x_194); -lean_dec(x_185); -lean_dec(x_166); -lean_dec(x_160); -lean_dec(x_145); -lean_dec(x_144); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1072 = lean_ctor_get(x_1045, 0); +x_1072 = lean_ctor_get(x_1071, 0); lean_inc(x_1072); -x_1073 = lean_ctor_get(x_1045, 1); +x_1073 = lean_ctor_get(x_1071, 1); lean_inc(x_1073); -if (lean_is_exclusive(x_1045)) { - lean_ctor_release(x_1045, 0); - lean_ctor_release(x_1045, 1); - x_1074 = x_1045; -} else { - lean_dec_ref(x_1045); - x_1074 = lean_box(0); -} -if (lean_is_scalar(x_1074)) { - x_1075 = lean_alloc_ctor(1, 2, 0); -} else { - x_1075 = x_1074; -} -lean_ctor_set(x_1075, 0, x_1072); -lean_ctor_set(x_1075, 1, x_1073); -return x_1075; -} +lean_dec(x_1071); +x_221 = x_1072; +x_222 = x_1073; +goto block_959; } } else { -uint8_t x_1076; -lean_dec(x_962); -lean_dec(x_217); -lean_dec(x_209); -lean_dec(x_206); -lean_dec(x_202); -lean_dec(x_194); -lean_dec(x_185); -lean_dec(x_166); -lean_dec(x_160); -lean_dec(x_145); -lean_dec(x_144); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1076 = !lean_is_exclusive(x_965); -if (x_1076 == 0) -{ -return x_965; -} -else -{ -lean_object* x_1077; lean_object* x_1078; lean_object* x_1079; -x_1077 = lean_ctor_get(x_965, 0); -x_1078 = lean_ctor_get(x_965, 1); -lean_inc(x_1078); +lean_object* x_1074; lean_object* x_1075; lean_object* x_1076; lean_object* x_1077; lean_object* x_1078; +lean_dec(x_974); +x_1074 = lean_ctor_get(x_1052, 1); +lean_inc(x_1074); +lean_dec(x_1052); +x_1075 = lean_box(0); +x_1076 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_969, x_1075, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1074); +x_1077 = lean_ctor_get(x_1076, 0); lean_inc(x_1077); -lean_dec(x_965); -x_1079 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1079, 0, x_1077); -lean_ctor_set(x_1079, 1, x_1078); -return x_1079; -} +x_1078 = lean_ctor_get(x_1076, 1); +lean_inc(x_1078); +lean_dec(x_1076); +x_221 = x_1077; +x_222 = x_1078; +goto block_959; } } else { -uint8_t x_1080; +lean_object* x_1079; lean_object* x_1080; lean_object* x_1081; lean_object* x_1082; +lean_dec(x_974); +lean_dec(x_969); lean_dec(x_217); lean_dec(x_209); lean_dec(x_206); @@ -5536,30 +5426,33 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1080 = !lean_is_exclusive(x_961); -if (x_1080 == 0) -{ -return x_961; +x_1079 = lean_ctor_get(x_1052, 0); +lean_inc(x_1079); +x_1080 = lean_ctor_get(x_1052, 1); +lean_inc(x_1080); +if (lean_is_exclusive(x_1052)) { + lean_ctor_release(x_1052, 0); + lean_ctor_release(x_1052, 1); + x_1081 = x_1052; +} else { + lean_dec_ref(x_1052); + x_1081 = lean_box(0); } -else -{ -lean_object* x_1081; lean_object* x_1082; lean_object* x_1083; -x_1081 = lean_ctor_get(x_961, 0); -x_1082 = lean_ctor_get(x_961, 1); -lean_inc(x_1082); -lean_inc(x_1081); -lean_dec(x_961); -x_1083 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1083, 0, x_1081); -lean_ctor_set(x_1083, 1, x_1082); -return x_1083; +if (lean_is_scalar(x_1081)) { + x_1082 = lean_alloc_ctor(1, 2, 0); +} else { + x_1082 = x_1081; } +lean_ctor_set(x_1082, 0, x_1079); +lean_ctor_set(x_1082, 1, x_1080); +return x_1082; } } } else { -uint8_t x_1084; +uint8_t x_1083; +lean_dec(x_969); lean_dec(x_217); lean_dec(x_209); lean_dec(x_206); @@ -5590,26 +5483,133 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1084 = !lean_is_exclusive(x_953); -if (x_1084 == 0) +x_1083 = !lean_is_exclusive(x_972); +if (x_1083 == 0) { -return x_953; +return x_972; } else { -lean_object* x_1085; lean_object* x_1086; lean_object* x_1087; -x_1085 = lean_ctor_get(x_953, 0); -x_1086 = lean_ctor_get(x_953, 1); -lean_inc(x_1086); +lean_object* x_1084; lean_object* x_1085; lean_object* x_1086; +x_1084 = lean_ctor_get(x_972, 0); +x_1085 = lean_ctor_get(x_972, 1); lean_inc(x_1085); -lean_dec(x_953); -x_1087 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1087, 0, x_1085); -lean_ctor_set(x_1087, 1, x_1086); -return x_1087; +lean_inc(x_1084); +lean_dec(x_972); +x_1086 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1086, 0, x_1084); +lean_ctor_set(x_1086, 1, x_1085); +return x_1086; } } -block_952: +} +else +{ +uint8_t x_1087; +lean_dec(x_217); +lean_dec(x_209); +lean_dec(x_206); +lean_dec(x_202); +lean_dec(x_194); +lean_dec(x_185); +lean_dec(x_166); +lean_dec(x_160); +lean_dec(x_145); +lean_dec(x_144); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1087 = !lean_is_exclusive(x_968); +if (x_1087 == 0) +{ +return x_968; +} +else +{ +lean_object* x_1088; lean_object* x_1089; lean_object* x_1090; +x_1088 = lean_ctor_get(x_968, 0); +x_1089 = lean_ctor_get(x_968, 1); +lean_inc(x_1089); +lean_inc(x_1088); +lean_dec(x_968); +x_1090 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1090, 0, x_1088); +lean_ctor_set(x_1090, 1, x_1089); +return x_1090; +} +} +} +} +else +{ +uint8_t x_1091; +lean_dec(x_217); +lean_dec(x_209); +lean_dec(x_206); +lean_dec(x_202); +lean_dec(x_194); +lean_dec(x_185); +lean_dec(x_166); +lean_dec(x_160); +lean_dec(x_145); +lean_dec(x_144); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1091 = !lean_is_exclusive(x_960); +if (x_1091 == 0) +{ +return x_960; +} +else +{ +lean_object* x_1092; lean_object* x_1093; lean_object* x_1094; +x_1092 = lean_ctor_get(x_960, 0); +x_1093 = lean_ctor_get(x_960, 1); +lean_inc(x_1093); +lean_inc(x_1092); +lean_dec(x_960); +x_1094 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1094, 0, x_1092); +lean_ctor_set(x_1094, 1, x_1093); +return x_1094; +} +} +block_959: { lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; x_223 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__76; @@ -5636,131 +5636,131 @@ if (lean_obj_tag(x_217) == 0) lean_dec(x_145); x_230 = x_23; x_231 = x_228; -goto block_912; +goto block_919; } else { -lean_object* x_913; lean_object* x_914; lean_object* x_915; lean_object* x_916; lean_object* x_917; -x_913 = lean_ctor_get(x_217, 0); -lean_inc(x_913); -x_914 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__87; +lean_object* x_920; lean_object* x_921; lean_object* x_922; lean_object* x_923; lean_object* x_924; +x_920 = lean_ctor_get(x_217, 0); +lean_inc(x_920); +x_921 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__87; lean_inc(x_15); -x_915 = l_Lean_Expr_const___override(x_914, x_15); +x_922 = l_Lean_Expr_const___override(x_921, x_15); lean_inc(x_144); lean_inc(x_1); -x_916 = l_Lean_mkApp3(x_915, x_1, x_913, x_144); +x_923 = l_Lean_mkApp3(x_922, x_1, x_920, x_144); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -lean_inc(x_916); -x_917 = l_Lean_Meta_trySynthInstance(x_916, x_23, x_6, x_7, x_8, x_9, x_228); -if (lean_obj_tag(x_917) == 0) +lean_inc(x_923); +x_924 = l_Lean_Meta_trySynthInstance(x_923, x_23, x_6, x_7, x_8, x_9, x_228); +if (lean_obj_tag(x_924) == 0) { -lean_object* x_918; -x_918 = lean_ctor_get(x_917, 0); -lean_inc(x_918); -if (lean_obj_tag(x_918) == 1) +lean_object* x_925; +x_925 = lean_ctor_get(x_924, 0); +lean_inc(x_925); +if (lean_obj_tag(x_925) == 1) { -lean_object* x_919; lean_object* x_920; lean_object* x_921; -lean_dec(x_916); -x_919 = lean_ctor_get(x_917, 1); -lean_inc(x_919); -lean_dec(x_917); -x_920 = lean_ctor_get(x_918, 0); -lean_inc(x_920); -lean_dec(x_918); -if (lean_is_scalar(x_145)) { - x_921 = lean_alloc_ctor(1, 1, 0); -} else { - x_921 = x_145; -} -lean_ctor_set(x_921, 0, x_920); -x_230 = x_921; -x_231 = x_919; -goto block_912; -} -else -{ -lean_object* x_922; lean_object* x_923; lean_object* x_924; uint8_t x_925; -lean_dec(x_918); -lean_dec(x_145); -x_922 = lean_ctor_get(x_917, 1); -lean_inc(x_922); -lean_dec(x_917); -x_923 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_922); -x_924 = lean_ctor_get(x_923, 0); -lean_inc(x_924); -x_925 = lean_ctor_get_uint8(x_924, sizeof(void*)*6 + 11); -lean_dec(x_924); -if (x_925 == 0) -{ -lean_object* x_926; -lean_dec(x_916); -x_926 = lean_ctor_get(x_923, 1); +lean_object* x_926; lean_object* x_927; lean_object* x_928; +lean_dec(x_923); +x_926 = lean_ctor_get(x_924, 1); lean_inc(x_926); -lean_dec(x_923); -x_230 = x_23; +lean_dec(x_924); +x_927 = lean_ctor_get(x_925, 0); +lean_inc(x_927); +lean_dec(x_925); +if (lean_is_scalar(x_145)) { + x_928 = lean_alloc_ctor(1, 1, 0); +} else { + x_928 = x_145; +} +lean_ctor_set(x_928, 0, x_927); +x_230 = x_928; x_231 = x_926; -goto block_912; +goto block_919; } else { -uint8_t x_927; -x_927 = !lean_is_exclusive(x_923); -if (x_927 == 0) +lean_object* x_929; lean_object* x_930; lean_object* x_931; uint8_t x_932; +lean_dec(x_925); +lean_dec(x_145); +x_929 = lean_ctor_get(x_924, 1); +lean_inc(x_929); +lean_dec(x_924); +x_930 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_929); +x_931 = lean_ctor_get(x_930, 0); +lean_inc(x_931); +x_932 = lean_ctor_get_uint8(x_931, sizeof(void*)*6 + 11); +lean_dec(x_931); +if (x_932 == 0) { -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; -x_928 = lean_ctor_get(x_923, 1); -x_929 = lean_ctor_get(x_923, 0); -lean_dec(x_929); -x_930 = l_Lean_indentExpr(x_916); -x_931 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__89; -lean_ctor_set_tag(x_923, 7); -lean_ctor_set(x_923, 1, x_930); -lean_ctor_set(x_923, 0, x_931); -x_932 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_933 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_933, 0, x_923); -lean_ctor_set(x_933, 1, x_932); -x_934 = l_Lean_Meta_Grind_reportIssue(x_933, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_928); -x_935 = lean_ctor_get(x_934, 1); -lean_inc(x_935); -lean_dec(x_934); -x_230 = x_23; -x_231 = x_935; -goto block_912; -} -else -{ -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; -x_936 = lean_ctor_get(x_923, 1); -lean_inc(x_936); +lean_object* x_933; lean_dec(x_923); -x_937 = l_Lean_indentExpr(x_916); -x_938 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__89; -x_939 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_939, 0, x_938); -lean_ctor_set(x_939, 1, x_937); -x_940 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_941 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_941, 0, x_939); -lean_ctor_set(x_941, 1, x_940); -x_942 = l_Lean_Meta_Grind_reportIssue(x_941, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_936); -x_943 = lean_ctor_get(x_942, 1); -lean_inc(x_943); -lean_dec(x_942); +x_933 = lean_ctor_get(x_930, 1); +lean_inc(x_933); +lean_dec(x_930); x_230 = x_23; -x_231 = x_943; -goto block_912; +x_231 = x_933; +goto block_919; +} +else +{ +uint8_t x_934; +x_934 = !lean_is_exclusive(x_930); +if (x_934 == 0) +{ +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; +x_935 = lean_ctor_get(x_930, 1); +x_936 = lean_ctor_get(x_930, 0); +lean_dec(x_936); +x_937 = l_Lean_indentExpr(x_923); +x_938 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__89; +lean_ctor_set_tag(x_930, 7); +lean_ctor_set(x_930, 1, x_937); +lean_ctor_set(x_930, 0, x_938); +x_939 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_940 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_940, 0, x_930); +lean_ctor_set(x_940, 1, x_939); +x_941 = l_Lean_Meta_Grind_reportIssue(x_940, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_935); +x_942 = lean_ctor_get(x_941, 1); +lean_inc(x_942); +lean_dec(x_941); +x_230 = x_23; +x_231 = x_942; +goto block_919; +} +else +{ +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; +x_943 = lean_ctor_get(x_930, 1); +lean_inc(x_943); +lean_dec(x_930); +x_944 = l_Lean_indentExpr(x_923); +x_945 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__89; +x_946 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_946, 0, x_945); +lean_ctor_set(x_946, 1, x_944); +x_947 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_948 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_948, 0, x_946); +lean_ctor_set(x_948, 1, x_947); +x_949 = l_Lean_Meta_Grind_reportIssue(x_948, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_943); +x_950 = lean_ctor_get(x_949, 1); +lean_inc(x_950); +lean_dec(x_949); +x_230 = x_23; +x_231 = x_950; +goto block_919; } } } } else { -uint8_t x_944; -lean_dec(x_916); +uint8_t x_951; +lean_dec(x_923); lean_dec(x_229); lean_dec(x_221); lean_dec(x_217); @@ -5793,29 +5793,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_944 = !lean_is_exclusive(x_917); -if (x_944 == 0) +x_951 = !lean_is_exclusive(x_924); +if (x_951 == 0) { -return x_917; +return x_924; } else { -lean_object* x_945; lean_object* x_946; lean_object* x_947; -x_945 = lean_ctor_get(x_917, 0); -x_946 = lean_ctor_get(x_917, 1); -lean_inc(x_946); -lean_inc(x_945); -lean_dec(x_917); -x_947 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_947, 0, x_945); -lean_ctor_set(x_947, 1, x_946); -return x_947; +lean_object* x_952; lean_object* x_953; lean_object* x_954; +x_952 = lean_ctor_get(x_924, 0); +x_953 = lean_ctor_get(x_924, 1); +lean_inc(x_953); +lean_inc(x_952); +lean_dec(x_924); +x_954 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_954, 0, x_952); +lean_ctor_set(x_954, 1, x_953); +return x_954; } } } -block_912: +block_919: { -lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_892; +lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_899; x_232 = l_Lean_Nat_mkType; lean_inc_n(x_1, 2); x_233 = l_Lean_mkApp3(x_20, x_232, x_1, x_1); @@ -5823,46 +5823,46 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_892 = l_Lean_Meta_trySynthInstance(x_233, x_23, x_6, x_7, x_8, x_9, x_231); -if (lean_obj_tag(x_892) == 0) +x_899 = l_Lean_Meta_trySynthInstance(x_233, x_23, x_6, x_7, x_8, x_9, x_231); +if (lean_obj_tag(x_899) == 0) { -lean_object* x_893; -x_893 = lean_ctor_get(x_892, 0); -lean_inc(x_893); -if (lean_obj_tag(x_893) == 1) +lean_object* x_900; +x_900 = lean_ctor_get(x_899, 0); +lean_inc(x_900); +if (lean_obj_tag(x_900) == 1) { -lean_object* x_894; lean_object* x_895; lean_object* x_896; lean_object* x_897; lean_object* x_898; lean_object* x_899; -x_894 = lean_ctor_get(x_892, 1); -lean_inc(x_894); -lean_dec(x_892); -x_895 = lean_ctor_get(x_893, 0); -lean_inc(x_895); -lean_dec(x_893); -x_896 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__86; -x_897 = l_Lean_Expr_const___override(x_896, x_15); +lean_object* x_901; lean_object* x_902; lean_object* x_903; lean_object* x_904; lean_object* x_905; lean_object* x_906; +x_901 = lean_ctor_get(x_899, 1); +lean_inc(x_901); +lean_dec(x_899); +x_902 = lean_ctor_get(x_900, 0); +lean_inc(x_902); +lean_dec(x_900); +x_903 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__86; +x_904 = l_Lean_Expr_const___override(x_903, x_15); lean_inc(x_1); -x_898 = l_Lean_mkApp3(x_897, x_1, x_36, x_895); +x_905 = l_Lean_mkApp3(x_904, x_1, x_36, x_902); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_899 = l_Lean_Meta_trySynthInstance(x_898, x_23, x_6, x_7, x_8, x_9, x_894); -if (lean_obj_tag(x_899) == 0) +x_906 = l_Lean_Meta_trySynthInstance(x_905, x_23, x_6, x_7, x_8, x_9, x_901); +if (lean_obj_tag(x_906) == 0) { -lean_object* x_900; lean_object* x_901; lean_object* x_902; -x_900 = lean_ctor_get(x_899, 0); -lean_inc(x_900); -x_901 = lean_ctor_get(x_899, 1); -lean_inc(x_901); -lean_dec(x_899); -x_902 = l_Lean_LOption_toOption___rarg(x_900); -x_234 = x_902; -x_235 = x_901; -goto block_891; +lean_object* x_907; lean_object* x_908; lean_object* x_909; +x_907 = lean_ctor_get(x_906, 0); +lean_inc(x_907); +x_908 = lean_ctor_get(x_906, 1); +lean_inc(x_908); +lean_dec(x_906); +x_909 = l_Lean_LOption_toOption___rarg(x_907); +x_234 = x_909; +x_235 = x_908; +goto block_898; } else { -uint8_t x_903; +uint8_t x_910; lean_dec(x_230); lean_dec(x_229); lean_dec(x_221); @@ -5892,94 +5892,94 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_903 = !lean_is_exclusive(x_899); -if (x_903 == 0) +x_910 = !lean_is_exclusive(x_906); +if (x_910 == 0) +{ +return x_906; +} +else +{ +lean_object* x_911; lean_object* x_912; lean_object* x_913; +x_911 = lean_ctor_get(x_906, 0); +x_912 = lean_ctor_get(x_906, 1); +lean_inc(x_912); +lean_inc(x_911); +lean_dec(x_906); +x_913 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_913, 0, x_911); +lean_ctor_set(x_913, 1, x_912); +return x_913; +} +} +} +else +{ +lean_object* x_914; +lean_dec(x_900); +lean_dec(x_36); +lean_dec(x_15); +x_914 = lean_ctor_get(x_899, 1); +lean_inc(x_914); +lean_dec(x_899); +x_234 = x_23; +x_235 = x_914; +goto block_898; +} +} +else +{ +uint8_t x_915; +lean_dec(x_230); +lean_dec(x_229); +lean_dec(x_221); +lean_dec(x_217); +lean_dec(x_209); +lean_dec(x_206); +lean_dec(x_202); +lean_dec(x_194); +lean_dec(x_185); +lean_dec(x_166); +lean_dec(x_160); +lean_dec(x_144); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_915 = !lean_is_exclusive(x_899); +if (x_915 == 0) { return x_899; } else { -lean_object* x_904; lean_object* x_905; lean_object* x_906; -x_904 = lean_ctor_get(x_899, 0); -x_905 = lean_ctor_get(x_899, 1); -lean_inc(x_905); -lean_inc(x_904); +lean_object* x_916; lean_object* x_917; lean_object* x_918; +x_916 = lean_ctor_get(x_899, 0); +x_917 = lean_ctor_get(x_899, 1); +lean_inc(x_917); +lean_inc(x_916); lean_dec(x_899); -x_906 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_906, 0, x_904); -lean_ctor_set(x_906, 1, x_905); -return x_906; +x_918 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_918, 0, x_916); +lean_ctor_set(x_918, 1, x_917); +return x_918; } } -} -else -{ -lean_object* x_907; -lean_dec(x_893); -lean_dec(x_36); -lean_dec(x_15); -x_907 = lean_ctor_get(x_892, 1); -lean_inc(x_907); -lean_dec(x_892); -x_234 = x_23; -x_235 = x_907; -goto block_891; -} -} -else -{ -uint8_t x_908; -lean_dec(x_230); -lean_dec(x_229); -lean_dec(x_221); -lean_dec(x_217); -lean_dec(x_209); -lean_dec(x_206); -lean_dec(x_202); -lean_dec(x_194); -lean_dec(x_185); -lean_dec(x_166); -lean_dec(x_160); -lean_dec(x_144); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_908 = !lean_is_exclusive(x_892); -if (x_908 == 0) -{ -return x_892; -} -else -{ -lean_object* x_909; lean_object* x_910; lean_object* x_911; -x_909 = lean_ctor_get(x_892, 0); -x_910 = lean_ctor_get(x_892, 1); -lean_inc(x_910); -lean_inc(x_909); -lean_dec(x_892); -x_911 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_911, 0, x_909); -lean_ctor_set(x_911, 1, x_910); -return x_911; -} -} -block_891: +block_898: { 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; uint8_t 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; uint8_t x_250; x_236 = l_Lean_Meta_Grind_Arith_Linear_get_x27(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_235); @@ -5999,7 +5999,7 @@ x_243 = 0; lean_inc(x_221); lean_inc(x_217); lean_inc(x_240); -x_244 = lean_alloc_ctor(0, 31, 1); +x_244 = lean_alloc_ctor(0, 32, 1); lean_ctor_set(x_244, 0, x_240); lean_ctor_set(x_244, 1, x_209); lean_ctor_set(x_244, 2, x_1); @@ -6031,7 +6031,8 @@ lean_ctor_set(x_244, 27, x_241); lean_ctor_set(x_244, 28, x_241); lean_ctor_set(x_244, 29, x_23); lean_ctor_set(x_244, 30, x_242); -lean_ctor_set_uint8(x_244, sizeof(void*)*31, x_243); +lean_ctor_set(x_244, 31, x_241); +lean_ctor_set_uint8(x_244, sizeof(void*)*32, x_243); x_245 = lean_st_ref_take(x_2, x_238); x_246 = lean_ctor_get(x_245, 0); lean_inc(x_246); @@ -6222,7 +6223,7 @@ return x_299; } else { -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; uint8_t 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_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; uint8_t 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; x_300 = lean_ctor_get(x_289, 0); x_301 = lean_ctor_get(x_289, 1); x_302 = lean_ctor_get(x_289, 2); @@ -6252,9 +6253,11 @@ x_325 = lean_ctor_get(x_289, 25); x_326 = lean_ctor_get(x_289, 26); x_327 = lean_ctor_get(x_289, 27); x_328 = lean_ctor_get(x_289, 28); -x_329 = lean_ctor_get_uint8(x_289, sizeof(void*)*31); +x_329 = lean_ctor_get_uint8(x_289, sizeof(void*)*32); x_330 = lean_ctor_get(x_289, 29); x_331 = lean_ctor_get(x_289, 30); +x_332 = lean_ctor_get(x_289, 31); +lean_inc(x_332); lean_inc(x_331); lean_inc(x_330); lean_inc(x_328); @@ -6287,49 +6290,50 @@ lean_inc(x_302); lean_inc(x_301); lean_inc(x_300); lean_dec(x_289); -x_332 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; -x_333 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_271, x_332, x_325, x_267); +x_333 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; +x_334 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_271, x_333, x_325, x_267); lean_dec(x_267); -x_334 = lean_alloc_ctor(0, 31, 1); -lean_ctor_set(x_334, 0, x_300); -lean_ctor_set(x_334, 1, x_301); -lean_ctor_set(x_334, 2, x_302); -lean_ctor_set(x_334, 3, x_303); -lean_ctor_set(x_334, 4, x_304); -lean_ctor_set(x_334, 5, x_305); -lean_ctor_set(x_334, 6, x_306); -lean_ctor_set(x_334, 7, x_307); -lean_ctor_set(x_334, 8, x_308); -lean_ctor_set(x_334, 9, x_309); -lean_ctor_set(x_334, 10, x_310); -lean_ctor_set(x_334, 11, x_311); -lean_ctor_set(x_334, 12, x_312); -lean_ctor_set(x_334, 13, x_313); -lean_ctor_set(x_334, 14, x_314); -lean_ctor_set(x_334, 15, x_315); -lean_ctor_set(x_334, 16, x_316); -lean_ctor_set(x_334, 17, x_317); -lean_ctor_set(x_334, 18, x_318); -lean_ctor_set(x_334, 19, x_319); -lean_ctor_set(x_334, 20, x_320); -lean_ctor_set(x_334, 21, x_321); -lean_ctor_set(x_334, 22, x_322); -lean_ctor_set(x_334, 23, x_323); -lean_ctor_set(x_334, 24, x_324); -lean_ctor_set(x_334, 25, x_333); -lean_ctor_set(x_334, 26, x_326); -lean_ctor_set(x_334, 27, x_327); -lean_ctor_set(x_334, 28, x_328); -lean_ctor_set(x_334, 29, x_330); -lean_ctor_set(x_334, 30, x_331); -lean_ctor_set_uint8(x_334, sizeof(void*)*31, x_329); -x_335 = lean_array_fset(x_291, x_240, x_334); -lean_ctor_set(x_275, 0, x_335); -x_336 = lean_st_ref_set(x_2, x_273, x_276); -x_337 = lean_ctor_get(x_336, 1); -lean_inc(x_337); -lean_dec(x_336); -x_338 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_290, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_337); +x_335 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_335, 0, x_300); +lean_ctor_set(x_335, 1, x_301); +lean_ctor_set(x_335, 2, x_302); +lean_ctor_set(x_335, 3, x_303); +lean_ctor_set(x_335, 4, x_304); +lean_ctor_set(x_335, 5, x_305); +lean_ctor_set(x_335, 6, x_306); +lean_ctor_set(x_335, 7, x_307); +lean_ctor_set(x_335, 8, x_308); +lean_ctor_set(x_335, 9, x_309); +lean_ctor_set(x_335, 10, x_310); +lean_ctor_set(x_335, 11, x_311); +lean_ctor_set(x_335, 12, x_312); +lean_ctor_set(x_335, 13, x_313); +lean_ctor_set(x_335, 14, x_314); +lean_ctor_set(x_335, 15, x_315); +lean_ctor_set(x_335, 16, x_316); +lean_ctor_set(x_335, 17, x_317); +lean_ctor_set(x_335, 18, x_318); +lean_ctor_set(x_335, 19, x_319); +lean_ctor_set(x_335, 20, x_320); +lean_ctor_set(x_335, 21, x_321); +lean_ctor_set(x_335, 22, x_322); +lean_ctor_set(x_335, 23, x_323); +lean_ctor_set(x_335, 24, x_324); +lean_ctor_set(x_335, 25, x_334); +lean_ctor_set(x_335, 26, x_326); +lean_ctor_set(x_335, 27, x_327); +lean_ctor_set(x_335, 28, x_328); +lean_ctor_set(x_335, 29, x_330); +lean_ctor_set(x_335, 30, x_331); +lean_ctor_set(x_335, 31, x_332); +lean_ctor_set_uint8(x_335, sizeof(void*)*32, x_329); +x_336 = lean_array_fset(x_291, x_240, x_335); +lean_ctor_set(x_275, 0, x_336); +x_337 = lean_st_ref_set(x_2, x_273, x_276); +x_338 = lean_ctor_get(x_337, 1); +lean_inc(x_338); +lean_dec(x_337); +x_339 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_290, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_338); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -6338,39 +6342,39 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_338; +return x_339; } } } else { -lean_object* x_339; lean_object* x_340; lean_object* x_341; lean_object* x_342; uint8_t x_343; -x_339 = lean_ctor_get(x_275, 0); -x_340 = lean_ctor_get(x_275, 1); -x_341 = lean_ctor_get(x_275, 2); +lean_object* x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; uint8_t x_344; +x_340 = lean_ctor_get(x_275, 0); +x_341 = lean_ctor_get(x_275, 1); +x_342 = lean_ctor_get(x_275, 2); +lean_inc(x_342); lean_inc(x_341); lean_inc(x_340); -lean_inc(x_339); lean_dec(x_275); -x_342 = lean_array_get_size(x_339); -x_343 = lean_nat_dec_lt(x_240, x_342); -lean_dec(x_342); -if (x_343 == 0) +x_343 = lean_array_get_size(x_340); +x_344 = lean_nat_dec_lt(x_240, x_343); +lean_dec(x_343); +if (x_344 == 0) { -lean_object* x_344; lean_object* x_345; lean_object* x_346; lean_object* x_347; lean_object* x_348; +lean_object* x_345; lean_object* x_346; lean_object* x_347; lean_object* x_348; lean_object* x_349; lean_dec(x_271); lean_dec(x_267); -x_344 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_344, 0, x_339); -lean_ctor_set(x_344, 1, x_340); -lean_ctor_set(x_344, 2, x_341); -lean_ctor_set(x_274, 3, x_344); -x_345 = lean_st_ref_set(x_2, x_273, x_276); -x_346 = lean_ctor_get(x_345, 1); -lean_inc(x_346); -lean_dec(x_345); -x_347 = lean_box(0); -x_348 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_347, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_346); +x_345 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_345, 0, x_340); +lean_ctor_set(x_345, 1, x_341); +lean_ctor_set(x_345, 2, x_342); +lean_ctor_set(x_274, 3, x_345); +x_346 = lean_st_ref_set(x_2, x_273, x_276); +x_347 = lean_ctor_get(x_346, 1); +lean_inc(x_347); +lean_dec(x_346); +x_348 = lean_box(0); +x_349 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_348, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_347); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -6379,165 +6383,169 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_348; +return x_349; } else { -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; uint8_t 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; -x_349 = lean_array_fget(x_339, x_240); -x_350 = lean_box(0); -x_351 = lean_array_fset(x_339, x_240, x_350); -x_352 = lean_ctor_get(x_349, 0); -lean_inc(x_352); -x_353 = lean_ctor_get(x_349, 1); +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; uint8_t 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; +x_350 = lean_array_fget(x_340, x_240); +x_351 = lean_box(0); +x_352 = lean_array_fset(x_340, x_240, x_351); +x_353 = lean_ctor_get(x_350, 0); lean_inc(x_353); -x_354 = lean_ctor_get(x_349, 2); +x_354 = lean_ctor_get(x_350, 1); lean_inc(x_354); -x_355 = lean_ctor_get(x_349, 3); +x_355 = lean_ctor_get(x_350, 2); lean_inc(x_355); -x_356 = lean_ctor_get(x_349, 4); +x_356 = lean_ctor_get(x_350, 3); lean_inc(x_356); -x_357 = lean_ctor_get(x_349, 5); +x_357 = lean_ctor_get(x_350, 4); lean_inc(x_357); -x_358 = lean_ctor_get(x_349, 6); +x_358 = lean_ctor_get(x_350, 5); lean_inc(x_358); -x_359 = lean_ctor_get(x_349, 7); +x_359 = lean_ctor_get(x_350, 6); lean_inc(x_359); -x_360 = lean_ctor_get(x_349, 8); +x_360 = lean_ctor_get(x_350, 7); lean_inc(x_360); -x_361 = lean_ctor_get(x_349, 9); +x_361 = lean_ctor_get(x_350, 8); lean_inc(x_361); -x_362 = lean_ctor_get(x_349, 10); +x_362 = lean_ctor_get(x_350, 9); lean_inc(x_362); -x_363 = lean_ctor_get(x_349, 11); +x_363 = lean_ctor_get(x_350, 10); lean_inc(x_363); -x_364 = lean_ctor_get(x_349, 12); +x_364 = lean_ctor_get(x_350, 11); lean_inc(x_364); -x_365 = lean_ctor_get(x_349, 13); +x_365 = lean_ctor_get(x_350, 12); lean_inc(x_365); -x_366 = lean_ctor_get(x_349, 14); +x_366 = lean_ctor_get(x_350, 13); lean_inc(x_366); -x_367 = lean_ctor_get(x_349, 15); +x_367 = lean_ctor_get(x_350, 14); lean_inc(x_367); -x_368 = lean_ctor_get(x_349, 16); +x_368 = lean_ctor_get(x_350, 15); lean_inc(x_368); -x_369 = lean_ctor_get(x_349, 17); +x_369 = lean_ctor_get(x_350, 16); lean_inc(x_369); -x_370 = lean_ctor_get(x_349, 18); +x_370 = lean_ctor_get(x_350, 17); lean_inc(x_370); -x_371 = lean_ctor_get(x_349, 19); +x_371 = lean_ctor_get(x_350, 18); lean_inc(x_371); -x_372 = lean_ctor_get(x_349, 20); +x_372 = lean_ctor_get(x_350, 19); lean_inc(x_372); -x_373 = lean_ctor_get(x_349, 21); +x_373 = lean_ctor_get(x_350, 20); lean_inc(x_373); -x_374 = lean_ctor_get(x_349, 22); +x_374 = lean_ctor_get(x_350, 21); lean_inc(x_374); -x_375 = lean_ctor_get(x_349, 23); +x_375 = lean_ctor_get(x_350, 22); lean_inc(x_375); -x_376 = lean_ctor_get(x_349, 24); +x_376 = lean_ctor_get(x_350, 23); lean_inc(x_376); -x_377 = lean_ctor_get(x_349, 25); +x_377 = lean_ctor_get(x_350, 24); lean_inc(x_377); -x_378 = lean_ctor_get(x_349, 26); +x_378 = lean_ctor_get(x_350, 25); lean_inc(x_378); -x_379 = lean_ctor_get(x_349, 27); +x_379 = lean_ctor_get(x_350, 26); lean_inc(x_379); -x_380 = lean_ctor_get(x_349, 28); +x_380 = lean_ctor_get(x_350, 27); lean_inc(x_380); -x_381 = lean_ctor_get_uint8(x_349, sizeof(void*)*31); -x_382 = lean_ctor_get(x_349, 29); -lean_inc(x_382); -x_383 = lean_ctor_get(x_349, 30); +x_381 = lean_ctor_get(x_350, 28); +lean_inc(x_381); +x_382 = lean_ctor_get_uint8(x_350, sizeof(void*)*32); +x_383 = lean_ctor_get(x_350, 29); lean_inc(x_383); -if (lean_is_exclusive(x_349)) { - lean_ctor_release(x_349, 0); - lean_ctor_release(x_349, 1); - lean_ctor_release(x_349, 2); - lean_ctor_release(x_349, 3); - lean_ctor_release(x_349, 4); - lean_ctor_release(x_349, 5); - lean_ctor_release(x_349, 6); - lean_ctor_release(x_349, 7); - lean_ctor_release(x_349, 8); - lean_ctor_release(x_349, 9); - lean_ctor_release(x_349, 10); - lean_ctor_release(x_349, 11); - lean_ctor_release(x_349, 12); - lean_ctor_release(x_349, 13); - lean_ctor_release(x_349, 14); - lean_ctor_release(x_349, 15); - lean_ctor_release(x_349, 16); - lean_ctor_release(x_349, 17); - lean_ctor_release(x_349, 18); - lean_ctor_release(x_349, 19); - lean_ctor_release(x_349, 20); - lean_ctor_release(x_349, 21); - lean_ctor_release(x_349, 22); - lean_ctor_release(x_349, 23); - lean_ctor_release(x_349, 24); - lean_ctor_release(x_349, 25); - lean_ctor_release(x_349, 26); - lean_ctor_release(x_349, 27); - lean_ctor_release(x_349, 28); - lean_ctor_release(x_349, 29); - lean_ctor_release(x_349, 30); - x_384 = x_349; +x_384 = lean_ctor_get(x_350, 30); +lean_inc(x_384); +x_385 = lean_ctor_get(x_350, 31); +lean_inc(x_385); +if (lean_is_exclusive(x_350)) { + lean_ctor_release(x_350, 0); + lean_ctor_release(x_350, 1); + lean_ctor_release(x_350, 2); + lean_ctor_release(x_350, 3); + lean_ctor_release(x_350, 4); + lean_ctor_release(x_350, 5); + lean_ctor_release(x_350, 6); + lean_ctor_release(x_350, 7); + lean_ctor_release(x_350, 8); + lean_ctor_release(x_350, 9); + lean_ctor_release(x_350, 10); + lean_ctor_release(x_350, 11); + lean_ctor_release(x_350, 12); + lean_ctor_release(x_350, 13); + lean_ctor_release(x_350, 14); + lean_ctor_release(x_350, 15); + lean_ctor_release(x_350, 16); + lean_ctor_release(x_350, 17); + lean_ctor_release(x_350, 18); + lean_ctor_release(x_350, 19); + lean_ctor_release(x_350, 20); + lean_ctor_release(x_350, 21); + lean_ctor_release(x_350, 22); + lean_ctor_release(x_350, 23); + lean_ctor_release(x_350, 24); + lean_ctor_release(x_350, 25); + lean_ctor_release(x_350, 26); + lean_ctor_release(x_350, 27); + lean_ctor_release(x_350, 28); + lean_ctor_release(x_350, 29); + lean_ctor_release(x_350, 30); + lean_ctor_release(x_350, 31); + x_386 = x_350; } else { - lean_dec_ref(x_349); - x_384 = lean_box(0); + lean_dec_ref(x_350); + x_386 = lean_box(0); } -x_385 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; -x_386 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_271, x_385, x_377, x_267); +x_387 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; +x_388 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_271, x_387, x_378, x_267); lean_dec(x_267); -if (lean_is_scalar(x_384)) { - x_387 = lean_alloc_ctor(0, 31, 1); +if (lean_is_scalar(x_386)) { + x_389 = lean_alloc_ctor(0, 32, 1); } else { - x_387 = x_384; + x_389 = x_386; } -lean_ctor_set(x_387, 0, x_352); -lean_ctor_set(x_387, 1, x_353); -lean_ctor_set(x_387, 2, x_354); -lean_ctor_set(x_387, 3, x_355); -lean_ctor_set(x_387, 4, x_356); -lean_ctor_set(x_387, 5, x_357); -lean_ctor_set(x_387, 6, x_358); -lean_ctor_set(x_387, 7, x_359); -lean_ctor_set(x_387, 8, x_360); -lean_ctor_set(x_387, 9, x_361); -lean_ctor_set(x_387, 10, x_362); -lean_ctor_set(x_387, 11, x_363); -lean_ctor_set(x_387, 12, x_364); -lean_ctor_set(x_387, 13, x_365); -lean_ctor_set(x_387, 14, x_366); -lean_ctor_set(x_387, 15, x_367); -lean_ctor_set(x_387, 16, x_368); -lean_ctor_set(x_387, 17, x_369); -lean_ctor_set(x_387, 18, x_370); -lean_ctor_set(x_387, 19, x_371); -lean_ctor_set(x_387, 20, x_372); -lean_ctor_set(x_387, 21, x_373); -lean_ctor_set(x_387, 22, x_374); -lean_ctor_set(x_387, 23, x_375); -lean_ctor_set(x_387, 24, x_376); -lean_ctor_set(x_387, 25, x_386); -lean_ctor_set(x_387, 26, x_378); -lean_ctor_set(x_387, 27, x_379); -lean_ctor_set(x_387, 28, x_380); -lean_ctor_set(x_387, 29, x_382); -lean_ctor_set(x_387, 30, x_383); -lean_ctor_set_uint8(x_387, sizeof(void*)*31, x_381); -x_388 = lean_array_fset(x_351, x_240, x_387); -x_389 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_389, 0, x_388); -lean_ctor_set(x_389, 1, x_340); -lean_ctor_set(x_389, 2, x_341); -lean_ctor_set(x_274, 3, x_389); -x_390 = lean_st_ref_set(x_2, x_273, x_276); -x_391 = lean_ctor_get(x_390, 1); -lean_inc(x_391); -lean_dec(x_390); -x_392 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_350, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_391); +lean_ctor_set(x_389, 0, x_353); +lean_ctor_set(x_389, 1, x_354); +lean_ctor_set(x_389, 2, x_355); +lean_ctor_set(x_389, 3, x_356); +lean_ctor_set(x_389, 4, x_357); +lean_ctor_set(x_389, 5, x_358); +lean_ctor_set(x_389, 6, x_359); +lean_ctor_set(x_389, 7, x_360); +lean_ctor_set(x_389, 8, x_361); +lean_ctor_set(x_389, 9, x_362); +lean_ctor_set(x_389, 10, x_363); +lean_ctor_set(x_389, 11, x_364); +lean_ctor_set(x_389, 12, x_365); +lean_ctor_set(x_389, 13, x_366); +lean_ctor_set(x_389, 14, x_367); +lean_ctor_set(x_389, 15, x_368); +lean_ctor_set(x_389, 16, x_369); +lean_ctor_set(x_389, 17, x_370); +lean_ctor_set(x_389, 18, x_371); +lean_ctor_set(x_389, 19, x_372); +lean_ctor_set(x_389, 20, x_373); +lean_ctor_set(x_389, 21, x_374); +lean_ctor_set(x_389, 22, x_375); +lean_ctor_set(x_389, 23, x_376); +lean_ctor_set(x_389, 24, x_377); +lean_ctor_set(x_389, 25, x_388); +lean_ctor_set(x_389, 26, x_379); +lean_ctor_set(x_389, 27, x_380); +lean_ctor_set(x_389, 28, x_381); +lean_ctor_set(x_389, 29, x_383); +lean_ctor_set(x_389, 30, x_384); +lean_ctor_set(x_389, 31, x_385); +lean_ctor_set_uint8(x_389, sizeof(void*)*32, x_382); +x_390 = lean_array_fset(x_352, x_240, x_389); +x_391 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_391, 0, x_390); +lean_ctor_set(x_391, 1, x_341); +lean_ctor_set(x_391, 2, x_342); +lean_ctor_set(x_274, 3, x_391); +x_392 = lean_st_ref_set(x_2, x_273, x_276); +x_393 = lean_ctor_get(x_392, 1); +lean_inc(x_393); +lean_dec(x_392); +x_394 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_351, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_393); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -6546,63 +6554,63 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_392; +return x_394; } } } else { -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; uint8_t x_401; -x_393 = lean_ctor_get(x_274, 0); -x_394 = lean_ctor_get(x_274, 1); -x_395 = lean_ctor_get(x_274, 2); -lean_inc(x_395); -lean_inc(x_394); -lean_inc(x_393); -lean_dec(x_274); -x_396 = lean_ctor_get(x_275, 0); -lean_inc(x_396); -x_397 = lean_ctor_get(x_275, 1); +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; uint8_t x_403; +x_395 = lean_ctor_get(x_274, 0); +x_396 = lean_ctor_get(x_274, 1); +x_397 = lean_ctor_get(x_274, 2); lean_inc(x_397); -x_398 = lean_ctor_get(x_275, 2); +lean_inc(x_396); +lean_inc(x_395); +lean_dec(x_274); +x_398 = lean_ctor_get(x_275, 0); lean_inc(x_398); +x_399 = lean_ctor_get(x_275, 1); +lean_inc(x_399); +x_400 = lean_ctor_get(x_275, 2); +lean_inc(x_400); if (lean_is_exclusive(x_275)) { lean_ctor_release(x_275, 0); lean_ctor_release(x_275, 1); lean_ctor_release(x_275, 2); - x_399 = x_275; + x_401 = x_275; } else { lean_dec_ref(x_275); - x_399 = lean_box(0); + x_401 = lean_box(0); } -x_400 = lean_array_get_size(x_396); -x_401 = lean_nat_dec_lt(x_240, x_400); -lean_dec(x_400); -if (x_401 == 0) +x_402 = lean_array_get_size(x_398); +x_403 = lean_nat_dec_lt(x_240, x_402); +lean_dec(x_402); +if (x_403 == 0) { -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_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_dec(x_271); lean_dec(x_267); -if (lean_is_scalar(x_399)) { - x_402 = lean_alloc_ctor(0, 3, 0); +if (lean_is_scalar(x_401)) { + x_404 = lean_alloc_ctor(0, 3, 0); } else { - x_402 = x_399; + x_404 = x_401; } -lean_ctor_set(x_402, 0, x_396); -lean_ctor_set(x_402, 1, x_397); -lean_ctor_set(x_402, 2, x_398); -x_403 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_403, 0, x_393); -lean_ctor_set(x_403, 1, x_394); -lean_ctor_set(x_403, 2, x_395); -lean_ctor_set(x_403, 3, x_402); -lean_ctor_set(x_273, 14, x_403); -x_404 = lean_st_ref_set(x_2, x_273, x_276); -x_405 = lean_ctor_get(x_404, 1); -lean_inc(x_405); -lean_dec(x_404); -x_406 = lean_box(0); -x_407 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_406, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_405); +lean_ctor_set(x_404, 0, x_398); +lean_ctor_set(x_404, 1, x_399); +lean_ctor_set(x_404, 2, x_400); +x_405 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_405, 0, x_395); +lean_ctor_set(x_405, 1, x_396); +lean_ctor_set(x_405, 2, x_397); +lean_ctor_set(x_405, 3, x_404); +lean_ctor_set(x_273, 14, x_405); +x_406 = lean_st_ref_set(x_2, x_273, x_276); +x_407 = lean_ctor_get(x_406, 1); +lean_inc(x_407); +lean_dec(x_406); +x_408 = lean_box(0); +x_409 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_408, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_407); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -6611,174 +6619,178 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_407; +return x_409; } else { -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; uint8_t 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; -x_408 = lean_array_fget(x_396, x_240); -x_409 = lean_box(0); -x_410 = lean_array_fset(x_396, x_240, x_409); -x_411 = lean_ctor_get(x_408, 0); -lean_inc(x_411); -x_412 = lean_ctor_get(x_408, 1); -lean_inc(x_412); -x_413 = lean_ctor_get(x_408, 2); +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; uint8_t 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; +x_410 = lean_array_fget(x_398, x_240); +x_411 = lean_box(0); +x_412 = lean_array_fset(x_398, x_240, x_411); +x_413 = lean_ctor_get(x_410, 0); lean_inc(x_413); -x_414 = lean_ctor_get(x_408, 3); +x_414 = lean_ctor_get(x_410, 1); lean_inc(x_414); -x_415 = lean_ctor_get(x_408, 4); +x_415 = lean_ctor_get(x_410, 2); lean_inc(x_415); -x_416 = lean_ctor_get(x_408, 5); +x_416 = lean_ctor_get(x_410, 3); lean_inc(x_416); -x_417 = lean_ctor_get(x_408, 6); +x_417 = lean_ctor_get(x_410, 4); lean_inc(x_417); -x_418 = lean_ctor_get(x_408, 7); +x_418 = lean_ctor_get(x_410, 5); lean_inc(x_418); -x_419 = lean_ctor_get(x_408, 8); +x_419 = lean_ctor_get(x_410, 6); lean_inc(x_419); -x_420 = lean_ctor_get(x_408, 9); +x_420 = lean_ctor_get(x_410, 7); lean_inc(x_420); -x_421 = lean_ctor_get(x_408, 10); +x_421 = lean_ctor_get(x_410, 8); lean_inc(x_421); -x_422 = lean_ctor_get(x_408, 11); +x_422 = lean_ctor_get(x_410, 9); lean_inc(x_422); -x_423 = lean_ctor_get(x_408, 12); +x_423 = lean_ctor_get(x_410, 10); lean_inc(x_423); -x_424 = lean_ctor_get(x_408, 13); +x_424 = lean_ctor_get(x_410, 11); lean_inc(x_424); -x_425 = lean_ctor_get(x_408, 14); +x_425 = lean_ctor_get(x_410, 12); lean_inc(x_425); -x_426 = lean_ctor_get(x_408, 15); +x_426 = lean_ctor_get(x_410, 13); lean_inc(x_426); -x_427 = lean_ctor_get(x_408, 16); +x_427 = lean_ctor_get(x_410, 14); lean_inc(x_427); -x_428 = lean_ctor_get(x_408, 17); +x_428 = lean_ctor_get(x_410, 15); lean_inc(x_428); -x_429 = lean_ctor_get(x_408, 18); +x_429 = lean_ctor_get(x_410, 16); lean_inc(x_429); -x_430 = lean_ctor_get(x_408, 19); +x_430 = lean_ctor_get(x_410, 17); lean_inc(x_430); -x_431 = lean_ctor_get(x_408, 20); +x_431 = lean_ctor_get(x_410, 18); lean_inc(x_431); -x_432 = lean_ctor_get(x_408, 21); +x_432 = lean_ctor_get(x_410, 19); lean_inc(x_432); -x_433 = lean_ctor_get(x_408, 22); +x_433 = lean_ctor_get(x_410, 20); lean_inc(x_433); -x_434 = lean_ctor_get(x_408, 23); +x_434 = lean_ctor_get(x_410, 21); lean_inc(x_434); -x_435 = lean_ctor_get(x_408, 24); +x_435 = lean_ctor_get(x_410, 22); lean_inc(x_435); -x_436 = lean_ctor_get(x_408, 25); +x_436 = lean_ctor_get(x_410, 23); lean_inc(x_436); -x_437 = lean_ctor_get(x_408, 26); +x_437 = lean_ctor_get(x_410, 24); lean_inc(x_437); -x_438 = lean_ctor_get(x_408, 27); +x_438 = lean_ctor_get(x_410, 25); lean_inc(x_438); -x_439 = lean_ctor_get(x_408, 28); +x_439 = lean_ctor_get(x_410, 26); lean_inc(x_439); -x_440 = lean_ctor_get_uint8(x_408, sizeof(void*)*31); -x_441 = lean_ctor_get(x_408, 29); +x_440 = lean_ctor_get(x_410, 27); +lean_inc(x_440); +x_441 = lean_ctor_get(x_410, 28); lean_inc(x_441); -x_442 = lean_ctor_get(x_408, 30); -lean_inc(x_442); -if (lean_is_exclusive(x_408)) { - lean_ctor_release(x_408, 0); - lean_ctor_release(x_408, 1); - lean_ctor_release(x_408, 2); - lean_ctor_release(x_408, 3); - lean_ctor_release(x_408, 4); - lean_ctor_release(x_408, 5); - lean_ctor_release(x_408, 6); - lean_ctor_release(x_408, 7); - lean_ctor_release(x_408, 8); - lean_ctor_release(x_408, 9); - lean_ctor_release(x_408, 10); - lean_ctor_release(x_408, 11); - lean_ctor_release(x_408, 12); - lean_ctor_release(x_408, 13); - lean_ctor_release(x_408, 14); - lean_ctor_release(x_408, 15); - lean_ctor_release(x_408, 16); - lean_ctor_release(x_408, 17); - lean_ctor_release(x_408, 18); - lean_ctor_release(x_408, 19); - lean_ctor_release(x_408, 20); - lean_ctor_release(x_408, 21); - lean_ctor_release(x_408, 22); - lean_ctor_release(x_408, 23); - lean_ctor_release(x_408, 24); - lean_ctor_release(x_408, 25); - lean_ctor_release(x_408, 26); - lean_ctor_release(x_408, 27); - lean_ctor_release(x_408, 28); - lean_ctor_release(x_408, 29); - lean_ctor_release(x_408, 30); - x_443 = x_408; +x_442 = lean_ctor_get_uint8(x_410, sizeof(void*)*32); +x_443 = lean_ctor_get(x_410, 29); +lean_inc(x_443); +x_444 = lean_ctor_get(x_410, 30); +lean_inc(x_444); +x_445 = lean_ctor_get(x_410, 31); +lean_inc(x_445); +if (lean_is_exclusive(x_410)) { + lean_ctor_release(x_410, 0); + lean_ctor_release(x_410, 1); + lean_ctor_release(x_410, 2); + lean_ctor_release(x_410, 3); + lean_ctor_release(x_410, 4); + lean_ctor_release(x_410, 5); + lean_ctor_release(x_410, 6); + lean_ctor_release(x_410, 7); + lean_ctor_release(x_410, 8); + lean_ctor_release(x_410, 9); + lean_ctor_release(x_410, 10); + lean_ctor_release(x_410, 11); + lean_ctor_release(x_410, 12); + lean_ctor_release(x_410, 13); + lean_ctor_release(x_410, 14); + lean_ctor_release(x_410, 15); + lean_ctor_release(x_410, 16); + lean_ctor_release(x_410, 17); + lean_ctor_release(x_410, 18); + lean_ctor_release(x_410, 19); + lean_ctor_release(x_410, 20); + lean_ctor_release(x_410, 21); + lean_ctor_release(x_410, 22); + lean_ctor_release(x_410, 23); + lean_ctor_release(x_410, 24); + lean_ctor_release(x_410, 25); + lean_ctor_release(x_410, 26); + lean_ctor_release(x_410, 27); + lean_ctor_release(x_410, 28); + lean_ctor_release(x_410, 29); + lean_ctor_release(x_410, 30); + lean_ctor_release(x_410, 31); + x_446 = x_410; } else { - lean_dec_ref(x_408); - x_443 = lean_box(0); + lean_dec_ref(x_410); + x_446 = lean_box(0); } -x_444 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; -x_445 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_271, x_444, x_436, x_267); +x_447 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; +x_448 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_271, x_447, x_438, x_267); lean_dec(x_267); -if (lean_is_scalar(x_443)) { - x_446 = lean_alloc_ctor(0, 31, 1); +if (lean_is_scalar(x_446)) { + x_449 = lean_alloc_ctor(0, 32, 1); } else { - x_446 = x_443; + x_449 = x_446; } -lean_ctor_set(x_446, 0, x_411); -lean_ctor_set(x_446, 1, x_412); -lean_ctor_set(x_446, 2, x_413); -lean_ctor_set(x_446, 3, x_414); -lean_ctor_set(x_446, 4, x_415); -lean_ctor_set(x_446, 5, x_416); -lean_ctor_set(x_446, 6, x_417); -lean_ctor_set(x_446, 7, x_418); -lean_ctor_set(x_446, 8, x_419); -lean_ctor_set(x_446, 9, x_420); -lean_ctor_set(x_446, 10, x_421); -lean_ctor_set(x_446, 11, x_422); -lean_ctor_set(x_446, 12, x_423); -lean_ctor_set(x_446, 13, x_424); -lean_ctor_set(x_446, 14, x_425); -lean_ctor_set(x_446, 15, x_426); -lean_ctor_set(x_446, 16, x_427); -lean_ctor_set(x_446, 17, x_428); -lean_ctor_set(x_446, 18, x_429); -lean_ctor_set(x_446, 19, x_430); -lean_ctor_set(x_446, 20, x_431); -lean_ctor_set(x_446, 21, x_432); -lean_ctor_set(x_446, 22, x_433); -lean_ctor_set(x_446, 23, x_434); -lean_ctor_set(x_446, 24, x_435); -lean_ctor_set(x_446, 25, x_445); -lean_ctor_set(x_446, 26, x_437); -lean_ctor_set(x_446, 27, x_438); -lean_ctor_set(x_446, 28, x_439); -lean_ctor_set(x_446, 29, x_441); -lean_ctor_set(x_446, 30, x_442); -lean_ctor_set_uint8(x_446, sizeof(void*)*31, x_440); -x_447 = lean_array_fset(x_410, x_240, x_446); -if (lean_is_scalar(x_399)) { - x_448 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_449, 0, x_413); +lean_ctor_set(x_449, 1, x_414); +lean_ctor_set(x_449, 2, x_415); +lean_ctor_set(x_449, 3, x_416); +lean_ctor_set(x_449, 4, x_417); +lean_ctor_set(x_449, 5, x_418); +lean_ctor_set(x_449, 6, x_419); +lean_ctor_set(x_449, 7, x_420); +lean_ctor_set(x_449, 8, x_421); +lean_ctor_set(x_449, 9, x_422); +lean_ctor_set(x_449, 10, x_423); +lean_ctor_set(x_449, 11, x_424); +lean_ctor_set(x_449, 12, x_425); +lean_ctor_set(x_449, 13, x_426); +lean_ctor_set(x_449, 14, x_427); +lean_ctor_set(x_449, 15, x_428); +lean_ctor_set(x_449, 16, x_429); +lean_ctor_set(x_449, 17, x_430); +lean_ctor_set(x_449, 18, x_431); +lean_ctor_set(x_449, 19, x_432); +lean_ctor_set(x_449, 20, x_433); +lean_ctor_set(x_449, 21, x_434); +lean_ctor_set(x_449, 22, x_435); +lean_ctor_set(x_449, 23, x_436); +lean_ctor_set(x_449, 24, x_437); +lean_ctor_set(x_449, 25, x_448); +lean_ctor_set(x_449, 26, x_439); +lean_ctor_set(x_449, 27, x_440); +lean_ctor_set(x_449, 28, x_441); +lean_ctor_set(x_449, 29, x_443); +lean_ctor_set(x_449, 30, x_444); +lean_ctor_set(x_449, 31, x_445); +lean_ctor_set_uint8(x_449, sizeof(void*)*32, x_442); +x_450 = lean_array_fset(x_412, x_240, x_449); +if (lean_is_scalar(x_401)) { + x_451 = lean_alloc_ctor(0, 3, 0); } else { - x_448 = x_399; + x_451 = x_401; } -lean_ctor_set(x_448, 0, x_447); -lean_ctor_set(x_448, 1, x_397); -lean_ctor_set(x_448, 2, x_398); -x_449 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_449, 0, x_393); -lean_ctor_set(x_449, 1, x_394); -lean_ctor_set(x_449, 2, x_395); -lean_ctor_set(x_449, 3, x_448); -lean_ctor_set(x_273, 14, x_449); -x_450 = lean_st_ref_set(x_2, x_273, x_276); -x_451 = lean_ctor_get(x_450, 1); -lean_inc(x_451); -lean_dec(x_450); -x_452 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_409, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_451); +lean_ctor_set(x_451, 0, x_450); +lean_ctor_set(x_451, 1, x_399); +lean_ctor_set(x_451, 2, x_400); +x_452 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_452, 0, x_395); +lean_ctor_set(x_452, 1, x_396); +lean_ctor_set(x_452, 2, x_397); +lean_ctor_set(x_452, 3, x_451); +lean_ctor_set(x_273, 14, x_452); +x_453 = lean_st_ref_set(x_2, x_273, x_276); +x_454 = lean_ctor_get(x_453, 1); +lean_inc(x_454); +lean_dec(x_453); +x_455 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_411, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_454); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -6787,322 +6799,125 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_452; +return x_455; } } } else { -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; uint8_t 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; uint8_t x_478; -x_453 = lean_ctor_get(x_273, 0); -x_454 = lean_ctor_get(x_273, 1); -x_455 = lean_ctor_get(x_273, 2); -x_456 = lean_ctor_get(x_273, 3); -x_457 = lean_ctor_get(x_273, 4); -x_458 = lean_ctor_get(x_273, 5); -x_459 = lean_ctor_get(x_273, 6); -x_460 = lean_ctor_get(x_273, 7); -x_461 = lean_ctor_get_uint8(x_273, sizeof(void*)*16); -x_462 = lean_ctor_get(x_273, 8); -x_463 = lean_ctor_get(x_273, 9); -x_464 = lean_ctor_get(x_273, 10); -x_465 = lean_ctor_get(x_273, 11); -x_466 = lean_ctor_get(x_273, 12); -x_467 = lean_ctor_get(x_273, 13); -x_468 = lean_ctor_get(x_273, 15); +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; uint8_t x_464; lean_object* x_465; lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; uint8_t x_481; +x_456 = lean_ctor_get(x_273, 0); +x_457 = lean_ctor_get(x_273, 1); +x_458 = lean_ctor_get(x_273, 2); +x_459 = lean_ctor_get(x_273, 3); +x_460 = lean_ctor_get(x_273, 4); +x_461 = lean_ctor_get(x_273, 5); +x_462 = lean_ctor_get(x_273, 6); +x_463 = lean_ctor_get(x_273, 7); +x_464 = lean_ctor_get_uint8(x_273, sizeof(void*)*16); +x_465 = lean_ctor_get(x_273, 8); +x_466 = lean_ctor_get(x_273, 9); +x_467 = lean_ctor_get(x_273, 10); +x_468 = lean_ctor_get(x_273, 11); +x_469 = lean_ctor_get(x_273, 12); +x_470 = lean_ctor_get(x_273, 13); +x_471 = lean_ctor_get(x_273, 15); +lean_inc(x_471); +lean_inc(x_470); +lean_inc(x_469); lean_inc(x_468); lean_inc(x_467); lean_inc(x_466); lean_inc(x_465); -lean_inc(x_464); lean_inc(x_463); lean_inc(x_462); +lean_inc(x_461); lean_inc(x_460); lean_inc(x_459); lean_inc(x_458); lean_inc(x_457); lean_inc(x_456); -lean_inc(x_455); -lean_inc(x_454); -lean_inc(x_453); lean_dec(x_273); -x_469 = lean_ctor_get(x_274, 0); -lean_inc(x_469); -x_470 = lean_ctor_get(x_274, 1); -lean_inc(x_470); -x_471 = lean_ctor_get(x_274, 2); -lean_inc(x_471); +x_472 = lean_ctor_get(x_274, 0); +lean_inc(x_472); +x_473 = lean_ctor_get(x_274, 1); +lean_inc(x_473); +x_474 = lean_ctor_get(x_274, 2); +lean_inc(x_474); if (lean_is_exclusive(x_274)) { lean_ctor_release(x_274, 0); lean_ctor_release(x_274, 1); lean_ctor_release(x_274, 2); lean_ctor_release(x_274, 3); - x_472 = x_274; + x_475 = x_274; } else { lean_dec_ref(x_274); - x_472 = lean_box(0); + x_475 = lean_box(0); } -x_473 = lean_ctor_get(x_275, 0); -lean_inc(x_473); -x_474 = lean_ctor_get(x_275, 1); -lean_inc(x_474); -x_475 = lean_ctor_get(x_275, 2); -lean_inc(x_475); +x_476 = lean_ctor_get(x_275, 0); +lean_inc(x_476); +x_477 = lean_ctor_get(x_275, 1); +lean_inc(x_477); +x_478 = lean_ctor_get(x_275, 2); +lean_inc(x_478); if (lean_is_exclusive(x_275)) { lean_ctor_release(x_275, 0); lean_ctor_release(x_275, 1); lean_ctor_release(x_275, 2); - x_476 = x_275; + x_479 = x_275; } else { lean_dec_ref(x_275); - x_476 = lean_box(0); + x_479 = lean_box(0); } -x_477 = lean_array_get_size(x_473); -x_478 = lean_nat_dec_lt(x_240, x_477); -lean_dec(x_477); -if (x_478 == 0) +x_480 = lean_array_get_size(x_476); +x_481 = lean_nat_dec_lt(x_240, x_480); +lean_dec(x_480); +if (x_481 == 0) { -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_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_dec(x_271); lean_dec(x_267); -if (lean_is_scalar(x_476)) { - x_479 = lean_alloc_ctor(0, 3, 0); +if (lean_is_scalar(x_479)) { + x_482 = lean_alloc_ctor(0, 3, 0); } else { - x_479 = x_476; + x_482 = x_479; } -lean_ctor_set(x_479, 0, x_473); -lean_ctor_set(x_479, 1, x_474); -lean_ctor_set(x_479, 2, x_475); -if (lean_is_scalar(x_472)) { - x_480 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_482, 0, x_476); +lean_ctor_set(x_482, 1, x_477); +lean_ctor_set(x_482, 2, x_478); +if (lean_is_scalar(x_475)) { + x_483 = lean_alloc_ctor(0, 4, 0); } else { - x_480 = x_472; + x_483 = x_475; } -lean_ctor_set(x_480, 0, x_469); -lean_ctor_set(x_480, 1, x_470); -lean_ctor_set(x_480, 2, x_471); -lean_ctor_set(x_480, 3, x_479); -x_481 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_481, 0, x_453); -lean_ctor_set(x_481, 1, x_454); -lean_ctor_set(x_481, 2, x_455); -lean_ctor_set(x_481, 3, x_456); -lean_ctor_set(x_481, 4, x_457); -lean_ctor_set(x_481, 5, x_458); -lean_ctor_set(x_481, 6, x_459); -lean_ctor_set(x_481, 7, x_460); -lean_ctor_set(x_481, 8, x_462); -lean_ctor_set(x_481, 9, x_463); -lean_ctor_set(x_481, 10, x_464); -lean_ctor_set(x_481, 11, x_465); -lean_ctor_set(x_481, 12, x_466); -lean_ctor_set(x_481, 13, x_467); -lean_ctor_set(x_481, 14, x_480); -lean_ctor_set(x_481, 15, x_468); -lean_ctor_set_uint8(x_481, sizeof(void*)*16, x_461); -x_482 = lean_st_ref_set(x_2, x_481, x_276); -x_483 = lean_ctor_get(x_482, 1); -lean_inc(x_483); -lean_dec(x_482); -x_484 = lean_box(0); -x_485 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_484, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_483); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_485; -} -else -{ -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; uint8_t 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; -x_486 = lean_array_fget(x_473, x_240); +lean_ctor_set(x_483, 0, x_472); +lean_ctor_set(x_483, 1, x_473); +lean_ctor_set(x_483, 2, x_474); +lean_ctor_set(x_483, 3, x_482); +x_484 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_484, 0, x_456); +lean_ctor_set(x_484, 1, x_457); +lean_ctor_set(x_484, 2, x_458); +lean_ctor_set(x_484, 3, x_459); +lean_ctor_set(x_484, 4, x_460); +lean_ctor_set(x_484, 5, x_461); +lean_ctor_set(x_484, 6, x_462); +lean_ctor_set(x_484, 7, x_463); +lean_ctor_set(x_484, 8, x_465); +lean_ctor_set(x_484, 9, x_466); +lean_ctor_set(x_484, 10, x_467); +lean_ctor_set(x_484, 11, x_468); +lean_ctor_set(x_484, 12, x_469); +lean_ctor_set(x_484, 13, x_470); +lean_ctor_set(x_484, 14, x_483); +lean_ctor_set(x_484, 15, x_471); +lean_ctor_set_uint8(x_484, sizeof(void*)*16, x_464); +x_485 = lean_st_ref_set(x_2, x_484, x_276); +x_486 = lean_ctor_get(x_485, 1); +lean_inc(x_486); +lean_dec(x_485); x_487 = lean_box(0); -x_488 = lean_array_fset(x_473, x_240, x_487); -x_489 = lean_ctor_get(x_486, 0); -lean_inc(x_489); -x_490 = lean_ctor_get(x_486, 1); -lean_inc(x_490); -x_491 = lean_ctor_get(x_486, 2); -lean_inc(x_491); -x_492 = lean_ctor_get(x_486, 3); -lean_inc(x_492); -x_493 = lean_ctor_get(x_486, 4); -lean_inc(x_493); -x_494 = lean_ctor_get(x_486, 5); -lean_inc(x_494); -x_495 = lean_ctor_get(x_486, 6); -lean_inc(x_495); -x_496 = lean_ctor_get(x_486, 7); -lean_inc(x_496); -x_497 = lean_ctor_get(x_486, 8); -lean_inc(x_497); -x_498 = lean_ctor_get(x_486, 9); -lean_inc(x_498); -x_499 = lean_ctor_get(x_486, 10); -lean_inc(x_499); -x_500 = lean_ctor_get(x_486, 11); -lean_inc(x_500); -x_501 = lean_ctor_get(x_486, 12); -lean_inc(x_501); -x_502 = lean_ctor_get(x_486, 13); -lean_inc(x_502); -x_503 = lean_ctor_get(x_486, 14); -lean_inc(x_503); -x_504 = lean_ctor_get(x_486, 15); -lean_inc(x_504); -x_505 = lean_ctor_get(x_486, 16); -lean_inc(x_505); -x_506 = lean_ctor_get(x_486, 17); -lean_inc(x_506); -x_507 = lean_ctor_get(x_486, 18); -lean_inc(x_507); -x_508 = lean_ctor_get(x_486, 19); -lean_inc(x_508); -x_509 = lean_ctor_get(x_486, 20); -lean_inc(x_509); -x_510 = lean_ctor_get(x_486, 21); -lean_inc(x_510); -x_511 = lean_ctor_get(x_486, 22); -lean_inc(x_511); -x_512 = lean_ctor_get(x_486, 23); -lean_inc(x_512); -x_513 = lean_ctor_get(x_486, 24); -lean_inc(x_513); -x_514 = lean_ctor_get(x_486, 25); -lean_inc(x_514); -x_515 = lean_ctor_get(x_486, 26); -lean_inc(x_515); -x_516 = lean_ctor_get(x_486, 27); -lean_inc(x_516); -x_517 = lean_ctor_get(x_486, 28); -lean_inc(x_517); -x_518 = lean_ctor_get_uint8(x_486, sizeof(void*)*31); -x_519 = lean_ctor_get(x_486, 29); -lean_inc(x_519); -x_520 = lean_ctor_get(x_486, 30); -lean_inc(x_520); -if (lean_is_exclusive(x_486)) { - lean_ctor_release(x_486, 0); - lean_ctor_release(x_486, 1); - lean_ctor_release(x_486, 2); - lean_ctor_release(x_486, 3); - lean_ctor_release(x_486, 4); - lean_ctor_release(x_486, 5); - lean_ctor_release(x_486, 6); - lean_ctor_release(x_486, 7); - lean_ctor_release(x_486, 8); - lean_ctor_release(x_486, 9); - lean_ctor_release(x_486, 10); - lean_ctor_release(x_486, 11); - lean_ctor_release(x_486, 12); - lean_ctor_release(x_486, 13); - lean_ctor_release(x_486, 14); - lean_ctor_release(x_486, 15); - lean_ctor_release(x_486, 16); - lean_ctor_release(x_486, 17); - lean_ctor_release(x_486, 18); - lean_ctor_release(x_486, 19); - lean_ctor_release(x_486, 20); - lean_ctor_release(x_486, 21); - lean_ctor_release(x_486, 22); - lean_ctor_release(x_486, 23); - lean_ctor_release(x_486, 24); - lean_ctor_release(x_486, 25); - lean_ctor_release(x_486, 26); - lean_ctor_release(x_486, 27); - lean_ctor_release(x_486, 28); - lean_ctor_release(x_486, 29); - lean_ctor_release(x_486, 30); - x_521 = x_486; -} else { - lean_dec_ref(x_486); - x_521 = lean_box(0); -} -x_522 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; -x_523 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_271, x_522, x_514, x_267); -lean_dec(x_267); -if (lean_is_scalar(x_521)) { - x_524 = lean_alloc_ctor(0, 31, 1); -} else { - x_524 = x_521; -} -lean_ctor_set(x_524, 0, x_489); -lean_ctor_set(x_524, 1, x_490); -lean_ctor_set(x_524, 2, x_491); -lean_ctor_set(x_524, 3, x_492); -lean_ctor_set(x_524, 4, x_493); -lean_ctor_set(x_524, 5, x_494); -lean_ctor_set(x_524, 6, x_495); -lean_ctor_set(x_524, 7, x_496); -lean_ctor_set(x_524, 8, x_497); -lean_ctor_set(x_524, 9, x_498); -lean_ctor_set(x_524, 10, x_499); -lean_ctor_set(x_524, 11, x_500); -lean_ctor_set(x_524, 12, x_501); -lean_ctor_set(x_524, 13, x_502); -lean_ctor_set(x_524, 14, x_503); -lean_ctor_set(x_524, 15, x_504); -lean_ctor_set(x_524, 16, x_505); -lean_ctor_set(x_524, 17, x_506); -lean_ctor_set(x_524, 18, x_507); -lean_ctor_set(x_524, 19, x_508); -lean_ctor_set(x_524, 20, x_509); -lean_ctor_set(x_524, 21, x_510); -lean_ctor_set(x_524, 22, x_511); -lean_ctor_set(x_524, 23, x_512); -lean_ctor_set(x_524, 24, x_513); -lean_ctor_set(x_524, 25, x_523); -lean_ctor_set(x_524, 26, x_515); -lean_ctor_set(x_524, 27, x_516); -lean_ctor_set(x_524, 28, x_517); -lean_ctor_set(x_524, 29, x_519); -lean_ctor_set(x_524, 30, x_520); -lean_ctor_set_uint8(x_524, sizeof(void*)*31, x_518); -x_525 = lean_array_fset(x_488, x_240, x_524); -if (lean_is_scalar(x_476)) { - x_526 = lean_alloc_ctor(0, 3, 0); -} else { - x_526 = x_476; -} -lean_ctor_set(x_526, 0, x_525); -lean_ctor_set(x_526, 1, x_474); -lean_ctor_set(x_526, 2, x_475); -if (lean_is_scalar(x_472)) { - x_527 = lean_alloc_ctor(0, 4, 0); -} else { - x_527 = x_472; -} -lean_ctor_set(x_527, 0, x_469); -lean_ctor_set(x_527, 1, x_470); -lean_ctor_set(x_527, 2, x_471); -lean_ctor_set(x_527, 3, x_526); -x_528 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_528, 0, x_453); -lean_ctor_set(x_528, 1, x_454); -lean_ctor_set(x_528, 2, x_455); -lean_ctor_set(x_528, 3, x_456); -lean_ctor_set(x_528, 4, x_457); -lean_ctor_set(x_528, 5, x_458); -lean_ctor_set(x_528, 6, x_459); -lean_ctor_set(x_528, 7, x_460); -lean_ctor_set(x_528, 8, x_462); -lean_ctor_set(x_528, 9, x_463); -lean_ctor_set(x_528, 10, x_464); -lean_ctor_set(x_528, 11, x_465); -lean_ctor_set(x_528, 12, x_466); -lean_ctor_set(x_528, 13, x_467); -lean_ctor_set(x_528, 14, x_527); -lean_ctor_set(x_528, 15, x_468); -lean_ctor_set_uint8(x_528, sizeof(void*)*16, x_461); -x_529 = lean_st_ref_set(x_2, x_528, x_276); -x_530 = lean_ctor_get(x_529, 1); -lean_inc(x_530); -lean_dec(x_529); -x_531 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_487, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_530); +x_488 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_487, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_486); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -7111,13 +6926,214 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_531; +return x_488; +} +else +{ +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; uint8_t 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; +x_489 = lean_array_fget(x_476, x_240); +x_490 = lean_box(0); +x_491 = lean_array_fset(x_476, x_240, x_490); +x_492 = lean_ctor_get(x_489, 0); +lean_inc(x_492); +x_493 = lean_ctor_get(x_489, 1); +lean_inc(x_493); +x_494 = lean_ctor_get(x_489, 2); +lean_inc(x_494); +x_495 = lean_ctor_get(x_489, 3); +lean_inc(x_495); +x_496 = lean_ctor_get(x_489, 4); +lean_inc(x_496); +x_497 = lean_ctor_get(x_489, 5); +lean_inc(x_497); +x_498 = lean_ctor_get(x_489, 6); +lean_inc(x_498); +x_499 = lean_ctor_get(x_489, 7); +lean_inc(x_499); +x_500 = lean_ctor_get(x_489, 8); +lean_inc(x_500); +x_501 = lean_ctor_get(x_489, 9); +lean_inc(x_501); +x_502 = lean_ctor_get(x_489, 10); +lean_inc(x_502); +x_503 = lean_ctor_get(x_489, 11); +lean_inc(x_503); +x_504 = lean_ctor_get(x_489, 12); +lean_inc(x_504); +x_505 = lean_ctor_get(x_489, 13); +lean_inc(x_505); +x_506 = lean_ctor_get(x_489, 14); +lean_inc(x_506); +x_507 = lean_ctor_get(x_489, 15); +lean_inc(x_507); +x_508 = lean_ctor_get(x_489, 16); +lean_inc(x_508); +x_509 = lean_ctor_get(x_489, 17); +lean_inc(x_509); +x_510 = lean_ctor_get(x_489, 18); +lean_inc(x_510); +x_511 = lean_ctor_get(x_489, 19); +lean_inc(x_511); +x_512 = lean_ctor_get(x_489, 20); +lean_inc(x_512); +x_513 = lean_ctor_get(x_489, 21); +lean_inc(x_513); +x_514 = lean_ctor_get(x_489, 22); +lean_inc(x_514); +x_515 = lean_ctor_get(x_489, 23); +lean_inc(x_515); +x_516 = lean_ctor_get(x_489, 24); +lean_inc(x_516); +x_517 = lean_ctor_get(x_489, 25); +lean_inc(x_517); +x_518 = lean_ctor_get(x_489, 26); +lean_inc(x_518); +x_519 = lean_ctor_get(x_489, 27); +lean_inc(x_519); +x_520 = lean_ctor_get(x_489, 28); +lean_inc(x_520); +x_521 = lean_ctor_get_uint8(x_489, sizeof(void*)*32); +x_522 = lean_ctor_get(x_489, 29); +lean_inc(x_522); +x_523 = lean_ctor_get(x_489, 30); +lean_inc(x_523); +x_524 = lean_ctor_get(x_489, 31); +lean_inc(x_524); +if (lean_is_exclusive(x_489)) { + lean_ctor_release(x_489, 0); + lean_ctor_release(x_489, 1); + lean_ctor_release(x_489, 2); + lean_ctor_release(x_489, 3); + lean_ctor_release(x_489, 4); + lean_ctor_release(x_489, 5); + lean_ctor_release(x_489, 6); + lean_ctor_release(x_489, 7); + lean_ctor_release(x_489, 8); + lean_ctor_release(x_489, 9); + lean_ctor_release(x_489, 10); + lean_ctor_release(x_489, 11); + lean_ctor_release(x_489, 12); + lean_ctor_release(x_489, 13); + lean_ctor_release(x_489, 14); + lean_ctor_release(x_489, 15); + lean_ctor_release(x_489, 16); + lean_ctor_release(x_489, 17); + lean_ctor_release(x_489, 18); + lean_ctor_release(x_489, 19); + lean_ctor_release(x_489, 20); + lean_ctor_release(x_489, 21); + lean_ctor_release(x_489, 22); + lean_ctor_release(x_489, 23); + lean_ctor_release(x_489, 24); + lean_ctor_release(x_489, 25); + lean_ctor_release(x_489, 26); + lean_ctor_release(x_489, 27); + lean_ctor_release(x_489, 28); + lean_ctor_release(x_489, 29); + lean_ctor_release(x_489, 30); + lean_ctor_release(x_489, 31); + x_525 = x_489; +} else { + lean_dec_ref(x_489); + x_525 = lean_box(0); +} +x_526 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; +x_527 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_271, x_526, x_517, x_267); +lean_dec(x_267); +if (lean_is_scalar(x_525)) { + x_528 = lean_alloc_ctor(0, 32, 1); +} else { + x_528 = x_525; +} +lean_ctor_set(x_528, 0, x_492); +lean_ctor_set(x_528, 1, x_493); +lean_ctor_set(x_528, 2, x_494); +lean_ctor_set(x_528, 3, x_495); +lean_ctor_set(x_528, 4, x_496); +lean_ctor_set(x_528, 5, x_497); +lean_ctor_set(x_528, 6, x_498); +lean_ctor_set(x_528, 7, x_499); +lean_ctor_set(x_528, 8, x_500); +lean_ctor_set(x_528, 9, x_501); +lean_ctor_set(x_528, 10, x_502); +lean_ctor_set(x_528, 11, x_503); +lean_ctor_set(x_528, 12, x_504); +lean_ctor_set(x_528, 13, x_505); +lean_ctor_set(x_528, 14, x_506); +lean_ctor_set(x_528, 15, x_507); +lean_ctor_set(x_528, 16, x_508); +lean_ctor_set(x_528, 17, x_509); +lean_ctor_set(x_528, 18, x_510); +lean_ctor_set(x_528, 19, x_511); +lean_ctor_set(x_528, 20, x_512); +lean_ctor_set(x_528, 21, x_513); +lean_ctor_set(x_528, 22, x_514); +lean_ctor_set(x_528, 23, x_515); +lean_ctor_set(x_528, 24, x_516); +lean_ctor_set(x_528, 25, x_527); +lean_ctor_set(x_528, 26, x_518); +lean_ctor_set(x_528, 27, x_519); +lean_ctor_set(x_528, 28, x_520); +lean_ctor_set(x_528, 29, x_522); +lean_ctor_set(x_528, 30, x_523); +lean_ctor_set(x_528, 31, x_524); +lean_ctor_set_uint8(x_528, sizeof(void*)*32, x_521); +x_529 = lean_array_fset(x_491, x_240, x_528); +if (lean_is_scalar(x_479)) { + x_530 = lean_alloc_ctor(0, 3, 0); +} else { + x_530 = x_479; +} +lean_ctor_set(x_530, 0, x_529); +lean_ctor_set(x_530, 1, x_477); +lean_ctor_set(x_530, 2, x_478); +if (lean_is_scalar(x_475)) { + x_531 = lean_alloc_ctor(0, 4, 0); +} else { + x_531 = x_475; +} +lean_ctor_set(x_531, 0, x_472); +lean_ctor_set(x_531, 1, x_473); +lean_ctor_set(x_531, 2, x_474); +lean_ctor_set(x_531, 3, x_530); +x_532 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_532, 0, x_456); +lean_ctor_set(x_532, 1, x_457); +lean_ctor_set(x_532, 2, x_458); +lean_ctor_set(x_532, 3, x_459); +lean_ctor_set(x_532, 4, x_460); +lean_ctor_set(x_532, 5, x_461); +lean_ctor_set(x_532, 6, x_462); +lean_ctor_set(x_532, 7, x_463); +lean_ctor_set(x_532, 8, x_465); +lean_ctor_set(x_532, 9, x_466); +lean_ctor_set(x_532, 10, x_467); +lean_ctor_set(x_532, 11, x_468); +lean_ctor_set(x_532, 12, x_469); +lean_ctor_set(x_532, 13, x_470); +lean_ctor_set(x_532, 14, x_531); +lean_ctor_set(x_532, 15, x_471); +lean_ctor_set_uint8(x_532, sizeof(void*)*16, x_464); +x_533 = lean_st_ref_set(x_2, x_532, x_276); +x_534 = lean_ctor_get(x_533, 1); +lean_inc(x_534); +lean_dec(x_533); +x_535 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_490, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_534); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_535; } } } else { -uint8_t x_532; +uint8_t x_536; lean_dec(x_240); lean_dec(x_9); lean_dec(x_8); @@ -7127,23 +7143,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_532 = !lean_is_exclusive(x_266); -if (x_532 == 0) +x_536 = !lean_is_exclusive(x_266); +if (x_536 == 0) { return x_266; } else { -lean_object* x_533; lean_object* x_534; lean_object* x_535; -x_533 = lean_ctor_get(x_266, 0); -x_534 = lean_ctor_get(x_266, 1); -lean_inc(x_534); -lean_inc(x_533); +lean_object* x_537; lean_object* x_538; lean_object* x_539; +x_537 = lean_ctor_get(x_266, 0); +x_538 = lean_ctor_get(x_266, 1); +lean_inc(x_538); +lean_inc(x_537); lean_dec(x_266); -x_535 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_535, 0, x_533); -lean_ctor_set(x_535, 1, x_534); -return x_535; +x_539 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_539, 0, x_537); +lean_ctor_set(x_539, 1, x_538); +return x_539; } } } @@ -7151,30 +7167,30 @@ return x_535; } else { -lean_object* x_536; lean_object* x_537; lean_object* x_538; lean_object* x_539; lean_object* x_540; lean_object* x_541; -x_536 = lean_ctor_get(x_248, 0); -x_537 = lean_ctor_get(x_248, 1); -x_538 = lean_ctor_get(x_248, 2); -lean_inc(x_538); -lean_inc(x_537); -lean_inc(x_536); +lean_object* x_540; lean_object* x_541; lean_object* x_542; lean_object* x_543; lean_object* x_544; lean_object* x_545; +x_540 = lean_ctor_get(x_248, 0); +x_541 = lean_ctor_get(x_248, 1); +x_542 = lean_ctor_get(x_248, 2); +lean_inc(x_542); +lean_inc(x_541); +lean_inc(x_540); lean_dec(x_248); -x_539 = lean_array_push(x_536, x_244); -x_540 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_540, 0, x_539); -lean_ctor_set(x_540, 1, x_537); -lean_ctor_set(x_540, 2, x_538); -lean_ctor_set(x_247, 3, x_540); -x_541 = lean_st_ref_set(x_2, x_246, x_249); +x_543 = lean_array_push(x_540, x_244); +x_544 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_544, 0, x_543); +lean_ctor_set(x_544, 1, x_541); +lean_ctor_set(x_544, 2, x_542); +lean_ctor_set(x_247, 3, x_544); +x_545 = lean_st_ref_set(x_2, x_246, x_249); if (lean_obj_tag(x_221) == 0) { -lean_object* x_542; lean_object* x_543; lean_object* x_544; +lean_object* x_546; lean_object* x_547; lean_object* x_548; lean_dec(x_217); -x_542 = lean_ctor_get(x_541, 1); -lean_inc(x_542); -lean_dec(x_541); -x_543 = lean_box(0); -x_544 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_543, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_542); +x_546 = lean_ctor_get(x_545, 1); +lean_inc(x_546); +lean_dec(x_545); +x_547 = lean_box(0); +x_548 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_547, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_546); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -7183,19 +7199,19 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_544; +return x_548; } else { if (lean_obj_tag(x_217) == 0) { -lean_object* x_545; lean_object* x_546; lean_object* x_547; +lean_object* x_549; lean_object* x_550; lean_object* x_551; lean_dec(x_221); -x_545 = lean_ctor_get(x_541, 1); -lean_inc(x_545); -lean_dec(x_541); -x_546 = lean_box(0); -x_547 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_546, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_545); +x_549 = lean_ctor_get(x_545, 1); +lean_inc(x_549); +lean_dec(x_545); +x_550 = lean_box(0); +x_551 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_550, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_549); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -7204,17 +7220,17 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_547; +return x_551; } else { -lean_object* x_548; lean_object* x_549; lean_object* x_550; +lean_object* x_552; lean_object* x_553; lean_object* x_554; lean_dec(x_217); -x_548 = lean_ctor_get(x_541, 1); -lean_inc(x_548); -lean_dec(x_541); -x_549 = lean_ctor_get(x_221, 0); -lean_inc(x_549); +x_552 = lean_ctor_get(x_545, 1); +lean_inc(x_552); +lean_dec(x_545); +x_553 = lean_ctor_get(x_221, 0); +lean_inc(x_553); lean_dec(x_221); lean_inc(x_9); lean_inc(x_8); @@ -7225,169 +7241,169 @@ lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_240); -x_550 = l_Lean_Meta_Grind_Arith_Linear_mkVar(x_549, x_243, x_240, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_548); -if (lean_obj_tag(x_550) == 0) +x_554 = l_Lean_Meta_Grind_Arith_Linear_mkVar(x_553, x_243, x_240, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_552); +if (lean_obj_tag(x_554) == 0) { -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; 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; lean_object* x_582; lean_object* x_583; lean_object* x_584; lean_object* x_585; lean_object* x_586; uint8_t x_587; -x_551 = lean_ctor_get(x_550, 0); -lean_inc(x_551); -x_552 = lean_ctor_get(x_550, 1); -lean_inc(x_552); -lean_dec(x_550); -x_553 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__83; -x_554 = lean_box(0); -lean_inc(x_551); -x_555 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_555, 0, x_553); -lean_ctor_set(x_555, 1, x_551); -lean_ctor_set(x_555, 2, x_554); -x_556 = lean_st_ref_take(x_2, x_552); -x_557 = lean_ctor_get(x_556, 0); -lean_inc(x_557); -x_558 = lean_ctor_get(x_557, 14); -lean_inc(x_558); -x_559 = lean_ctor_get(x_558, 3); -lean_inc(x_559); -x_560 = lean_ctor_get(x_556, 1); -lean_inc(x_560); -lean_dec(x_556); -x_561 = lean_ctor_get(x_557, 0); +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; uint8_t x_573; lean_object* x_574; lean_object* x_575; lean_object* x_576; lean_object* x_577; lean_object* x_578; lean_object* x_579; lean_object* x_580; lean_object* x_581; lean_object* x_582; lean_object* x_583; lean_object* x_584; lean_object* x_585; lean_object* x_586; lean_object* x_587; lean_object* x_588; lean_object* x_589; lean_object* x_590; uint8_t x_591; +x_555 = lean_ctor_get(x_554, 0); +lean_inc(x_555); +x_556 = lean_ctor_get(x_554, 1); +lean_inc(x_556); +lean_dec(x_554); +x_557 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__83; +x_558 = lean_box(0); +lean_inc(x_555); +x_559 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_559, 0, x_557); +lean_ctor_set(x_559, 1, x_555); +lean_ctor_set(x_559, 2, x_558); +x_560 = lean_st_ref_take(x_2, x_556); +x_561 = lean_ctor_get(x_560, 0); lean_inc(x_561); -x_562 = lean_ctor_get(x_557, 1); +x_562 = lean_ctor_get(x_561, 14); lean_inc(x_562); -x_563 = lean_ctor_get(x_557, 2); +x_563 = lean_ctor_get(x_562, 3); lean_inc(x_563); -x_564 = lean_ctor_get(x_557, 3); +x_564 = lean_ctor_get(x_560, 1); lean_inc(x_564); -x_565 = lean_ctor_get(x_557, 4); +lean_dec(x_560); +x_565 = lean_ctor_get(x_561, 0); lean_inc(x_565); -x_566 = lean_ctor_get(x_557, 5); +x_566 = lean_ctor_get(x_561, 1); lean_inc(x_566); -x_567 = lean_ctor_get(x_557, 6); +x_567 = lean_ctor_get(x_561, 2); lean_inc(x_567); -x_568 = lean_ctor_get(x_557, 7); +x_568 = lean_ctor_get(x_561, 3); lean_inc(x_568); -x_569 = lean_ctor_get_uint8(x_557, sizeof(void*)*16); -x_570 = lean_ctor_get(x_557, 8); +x_569 = lean_ctor_get(x_561, 4); +lean_inc(x_569); +x_570 = lean_ctor_get(x_561, 5); lean_inc(x_570); -x_571 = lean_ctor_get(x_557, 9); +x_571 = lean_ctor_get(x_561, 6); lean_inc(x_571); -x_572 = lean_ctor_get(x_557, 10); +x_572 = lean_ctor_get(x_561, 7); lean_inc(x_572); -x_573 = lean_ctor_get(x_557, 11); -lean_inc(x_573); -x_574 = lean_ctor_get(x_557, 12); +x_573 = lean_ctor_get_uint8(x_561, sizeof(void*)*16); +x_574 = lean_ctor_get(x_561, 8); lean_inc(x_574); -x_575 = lean_ctor_get(x_557, 13); +x_575 = lean_ctor_get(x_561, 9); lean_inc(x_575); -x_576 = lean_ctor_get(x_557, 15); +x_576 = lean_ctor_get(x_561, 10); lean_inc(x_576); -if (lean_is_exclusive(x_557)) { - lean_ctor_release(x_557, 0); - lean_ctor_release(x_557, 1); - lean_ctor_release(x_557, 2); - lean_ctor_release(x_557, 3); - lean_ctor_release(x_557, 4); - lean_ctor_release(x_557, 5); - lean_ctor_release(x_557, 6); - lean_ctor_release(x_557, 7); - lean_ctor_release(x_557, 8); - lean_ctor_release(x_557, 9); - lean_ctor_release(x_557, 10); - lean_ctor_release(x_557, 11); - lean_ctor_release(x_557, 12); - lean_ctor_release(x_557, 13); - lean_ctor_release(x_557, 14); - lean_ctor_release(x_557, 15); - x_577 = x_557; -} else { - lean_dec_ref(x_557); - x_577 = lean_box(0); -} -x_578 = lean_ctor_get(x_558, 0); +x_577 = lean_ctor_get(x_561, 11); +lean_inc(x_577); +x_578 = lean_ctor_get(x_561, 12); lean_inc(x_578); -x_579 = lean_ctor_get(x_558, 1); +x_579 = lean_ctor_get(x_561, 13); lean_inc(x_579); -x_580 = lean_ctor_get(x_558, 2); +x_580 = lean_ctor_get(x_561, 15); lean_inc(x_580); -if (lean_is_exclusive(x_558)) { - lean_ctor_release(x_558, 0); - lean_ctor_release(x_558, 1); - lean_ctor_release(x_558, 2); - lean_ctor_release(x_558, 3); - x_581 = x_558; +if (lean_is_exclusive(x_561)) { + lean_ctor_release(x_561, 0); + lean_ctor_release(x_561, 1); + lean_ctor_release(x_561, 2); + lean_ctor_release(x_561, 3); + lean_ctor_release(x_561, 4); + lean_ctor_release(x_561, 5); + lean_ctor_release(x_561, 6); + lean_ctor_release(x_561, 7); + lean_ctor_release(x_561, 8); + lean_ctor_release(x_561, 9); + lean_ctor_release(x_561, 10); + lean_ctor_release(x_561, 11); + lean_ctor_release(x_561, 12); + lean_ctor_release(x_561, 13); + lean_ctor_release(x_561, 14); + lean_ctor_release(x_561, 15); + x_581 = x_561; } else { - lean_dec_ref(x_558); + lean_dec_ref(x_561); x_581 = lean_box(0); } -x_582 = lean_ctor_get(x_559, 0); +x_582 = lean_ctor_get(x_562, 0); lean_inc(x_582); -x_583 = lean_ctor_get(x_559, 1); +x_583 = lean_ctor_get(x_562, 1); lean_inc(x_583); -x_584 = lean_ctor_get(x_559, 2); +x_584 = lean_ctor_get(x_562, 2); lean_inc(x_584); -if (lean_is_exclusive(x_559)) { - lean_ctor_release(x_559, 0); - lean_ctor_release(x_559, 1); - lean_ctor_release(x_559, 2); - x_585 = x_559; +if (lean_is_exclusive(x_562)) { + lean_ctor_release(x_562, 0); + lean_ctor_release(x_562, 1); + lean_ctor_release(x_562, 2); + lean_ctor_release(x_562, 3); + x_585 = x_562; } else { - lean_dec_ref(x_559); + lean_dec_ref(x_562); x_585 = lean_box(0); } -x_586 = lean_array_get_size(x_582); -x_587 = lean_nat_dec_lt(x_240, x_586); -lean_dec(x_586); -if (x_587 == 0) +x_586 = lean_ctor_get(x_563, 0); +lean_inc(x_586); +x_587 = lean_ctor_get(x_563, 1); +lean_inc(x_587); +x_588 = lean_ctor_get(x_563, 2); +lean_inc(x_588); +if (lean_is_exclusive(x_563)) { + lean_ctor_release(x_563, 0); + lean_ctor_release(x_563, 1); + lean_ctor_release(x_563, 2); + x_589 = x_563; +} else { + lean_dec_ref(x_563); + x_589 = lean_box(0); +} +x_590 = lean_array_get_size(x_586); +x_591 = lean_nat_dec_lt(x_240, x_590); +lean_dec(x_590); +if (x_591 == 0) { -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_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_dec(x_559); lean_dec(x_555); -lean_dec(x_551); +if (lean_is_scalar(x_589)) { + x_592 = lean_alloc_ctor(0, 3, 0); +} else { + x_592 = x_589; +} +lean_ctor_set(x_592, 0, x_586); +lean_ctor_set(x_592, 1, x_587); +lean_ctor_set(x_592, 2, x_588); if (lean_is_scalar(x_585)) { - x_588 = lean_alloc_ctor(0, 3, 0); + x_593 = lean_alloc_ctor(0, 4, 0); } else { - x_588 = x_585; + x_593 = x_585; } -lean_ctor_set(x_588, 0, x_582); -lean_ctor_set(x_588, 1, x_583); -lean_ctor_set(x_588, 2, x_584); +lean_ctor_set(x_593, 0, x_582); +lean_ctor_set(x_593, 1, x_583); +lean_ctor_set(x_593, 2, x_584); +lean_ctor_set(x_593, 3, x_592); if (lean_is_scalar(x_581)) { - x_589 = lean_alloc_ctor(0, 4, 0); + x_594 = lean_alloc_ctor(0, 16, 1); } else { - x_589 = x_581; + x_594 = x_581; } -lean_ctor_set(x_589, 0, x_578); -lean_ctor_set(x_589, 1, x_579); -lean_ctor_set(x_589, 2, x_580); -lean_ctor_set(x_589, 3, x_588); -if (lean_is_scalar(x_577)) { - x_590 = lean_alloc_ctor(0, 16, 1); -} else { - x_590 = x_577; -} -lean_ctor_set(x_590, 0, x_561); -lean_ctor_set(x_590, 1, x_562); -lean_ctor_set(x_590, 2, x_563); -lean_ctor_set(x_590, 3, x_564); -lean_ctor_set(x_590, 4, x_565); -lean_ctor_set(x_590, 5, x_566); -lean_ctor_set(x_590, 6, x_567); -lean_ctor_set(x_590, 7, x_568); -lean_ctor_set(x_590, 8, x_570); -lean_ctor_set(x_590, 9, x_571); -lean_ctor_set(x_590, 10, x_572); -lean_ctor_set(x_590, 11, x_573); -lean_ctor_set(x_590, 12, x_574); -lean_ctor_set(x_590, 13, x_575); -lean_ctor_set(x_590, 14, x_589); -lean_ctor_set(x_590, 15, x_576); -lean_ctor_set_uint8(x_590, sizeof(void*)*16, x_569); -x_591 = lean_st_ref_set(x_2, x_590, x_560); -x_592 = lean_ctor_get(x_591, 1); -lean_inc(x_592); -lean_dec(x_591); -x_593 = lean_box(0); -x_594 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_593, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_592); +lean_ctor_set(x_594, 0, x_565); +lean_ctor_set(x_594, 1, x_566); +lean_ctor_set(x_594, 2, x_567); +lean_ctor_set(x_594, 3, x_568); +lean_ctor_set(x_594, 4, x_569); +lean_ctor_set(x_594, 5, x_570); +lean_ctor_set(x_594, 6, x_571); +lean_ctor_set(x_594, 7, x_572); +lean_ctor_set(x_594, 8, x_574); +lean_ctor_set(x_594, 9, x_575); +lean_ctor_set(x_594, 10, x_576); +lean_ctor_set(x_594, 11, x_577); +lean_ctor_set(x_594, 12, x_578); +lean_ctor_set(x_594, 13, x_579); +lean_ctor_set(x_594, 14, x_593); +lean_ctor_set(x_594, 15, x_580); +lean_ctor_set_uint8(x_594, sizeof(void*)*16, x_573); +x_595 = lean_st_ref_set(x_2, x_594, x_564); +x_596 = lean_ctor_get(x_595, 1); +lean_inc(x_596); +lean_dec(x_595); +x_597 = lean_box(0); +x_598 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_597, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_596); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -7396,199 +7412,203 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_594; +return x_598; } else { -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; uint8_t 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; -x_595 = lean_array_fget(x_582, x_240); -x_596 = lean_box(0); -x_597 = lean_array_fset(x_582, x_240, x_596); -x_598 = lean_ctor_get(x_595, 0); -lean_inc(x_598); -x_599 = lean_ctor_get(x_595, 1); -lean_inc(x_599); -x_600 = lean_ctor_get(x_595, 2); -lean_inc(x_600); -x_601 = lean_ctor_get(x_595, 3); -lean_inc(x_601); -x_602 = lean_ctor_get(x_595, 4); +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; uint8_t 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; +x_599 = lean_array_fget(x_586, x_240); +x_600 = lean_box(0); +x_601 = lean_array_fset(x_586, x_240, x_600); +x_602 = lean_ctor_get(x_599, 0); lean_inc(x_602); -x_603 = lean_ctor_get(x_595, 5); +x_603 = lean_ctor_get(x_599, 1); lean_inc(x_603); -x_604 = lean_ctor_get(x_595, 6); +x_604 = lean_ctor_get(x_599, 2); lean_inc(x_604); -x_605 = lean_ctor_get(x_595, 7); +x_605 = lean_ctor_get(x_599, 3); lean_inc(x_605); -x_606 = lean_ctor_get(x_595, 8); +x_606 = lean_ctor_get(x_599, 4); lean_inc(x_606); -x_607 = lean_ctor_get(x_595, 9); +x_607 = lean_ctor_get(x_599, 5); lean_inc(x_607); -x_608 = lean_ctor_get(x_595, 10); +x_608 = lean_ctor_get(x_599, 6); lean_inc(x_608); -x_609 = lean_ctor_get(x_595, 11); +x_609 = lean_ctor_get(x_599, 7); lean_inc(x_609); -x_610 = lean_ctor_get(x_595, 12); +x_610 = lean_ctor_get(x_599, 8); lean_inc(x_610); -x_611 = lean_ctor_get(x_595, 13); +x_611 = lean_ctor_get(x_599, 9); lean_inc(x_611); -x_612 = lean_ctor_get(x_595, 14); +x_612 = lean_ctor_get(x_599, 10); lean_inc(x_612); -x_613 = lean_ctor_get(x_595, 15); +x_613 = lean_ctor_get(x_599, 11); lean_inc(x_613); -x_614 = lean_ctor_get(x_595, 16); +x_614 = lean_ctor_get(x_599, 12); lean_inc(x_614); -x_615 = lean_ctor_get(x_595, 17); +x_615 = lean_ctor_get(x_599, 13); lean_inc(x_615); -x_616 = lean_ctor_get(x_595, 18); +x_616 = lean_ctor_get(x_599, 14); lean_inc(x_616); -x_617 = lean_ctor_get(x_595, 19); +x_617 = lean_ctor_get(x_599, 15); lean_inc(x_617); -x_618 = lean_ctor_get(x_595, 20); +x_618 = lean_ctor_get(x_599, 16); lean_inc(x_618); -x_619 = lean_ctor_get(x_595, 21); +x_619 = lean_ctor_get(x_599, 17); lean_inc(x_619); -x_620 = lean_ctor_get(x_595, 22); +x_620 = lean_ctor_get(x_599, 18); lean_inc(x_620); -x_621 = lean_ctor_get(x_595, 23); +x_621 = lean_ctor_get(x_599, 19); lean_inc(x_621); -x_622 = lean_ctor_get(x_595, 24); +x_622 = lean_ctor_get(x_599, 20); lean_inc(x_622); -x_623 = lean_ctor_get(x_595, 25); +x_623 = lean_ctor_get(x_599, 21); lean_inc(x_623); -x_624 = lean_ctor_get(x_595, 26); +x_624 = lean_ctor_get(x_599, 22); lean_inc(x_624); -x_625 = lean_ctor_get(x_595, 27); +x_625 = lean_ctor_get(x_599, 23); lean_inc(x_625); -x_626 = lean_ctor_get(x_595, 28); +x_626 = lean_ctor_get(x_599, 24); lean_inc(x_626); -x_627 = lean_ctor_get_uint8(x_595, sizeof(void*)*31); -x_628 = lean_ctor_get(x_595, 29); +x_627 = lean_ctor_get(x_599, 25); +lean_inc(x_627); +x_628 = lean_ctor_get(x_599, 26); lean_inc(x_628); -x_629 = lean_ctor_get(x_595, 30); +x_629 = lean_ctor_get(x_599, 27); lean_inc(x_629); -if (lean_is_exclusive(x_595)) { - lean_ctor_release(x_595, 0); - lean_ctor_release(x_595, 1); - lean_ctor_release(x_595, 2); - lean_ctor_release(x_595, 3); - lean_ctor_release(x_595, 4); - lean_ctor_release(x_595, 5); - lean_ctor_release(x_595, 6); - lean_ctor_release(x_595, 7); - lean_ctor_release(x_595, 8); - lean_ctor_release(x_595, 9); - lean_ctor_release(x_595, 10); - lean_ctor_release(x_595, 11); - lean_ctor_release(x_595, 12); - lean_ctor_release(x_595, 13); - lean_ctor_release(x_595, 14); - lean_ctor_release(x_595, 15); - lean_ctor_release(x_595, 16); - lean_ctor_release(x_595, 17); - lean_ctor_release(x_595, 18); - lean_ctor_release(x_595, 19); - lean_ctor_release(x_595, 20); - lean_ctor_release(x_595, 21); - lean_ctor_release(x_595, 22); - lean_ctor_release(x_595, 23); - lean_ctor_release(x_595, 24); - lean_ctor_release(x_595, 25); - lean_ctor_release(x_595, 26); - lean_ctor_release(x_595, 27); - lean_ctor_release(x_595, 28); - lean_ctor_release(x_595, 29); - lean_ctor_release(x_595, 30); - x_630 = x_595; +x_630 = lean_ctor_get(x_599, 28); +lean_inc(x_630); +x_631 = lean_ctor_get_uint8(x_599, sizeof(void*)*32); +x_632 = lean_ctor_get(x_599, 29); +lean_inc(x_632); +x_633 = lean_ctor_get(x_599, 30); +lean_inc(x_633); +x_634 = lean_ctor_get(x_599, 31); +lean_inc(x_634); +if (lean_is_exclusive(x_599)) { + lean_ctor_release(x_599, 0); + lean_ctor_release(x_599, 1); + lean_ctor_release(x_599, 2); + lean_ctor_release(x_599, 3); + lean_ctor_release(x_599, 4); + lean_ctor_release(x_599, 5); + lean_ctor_release(x_599, 6); + lean_ctor_release(x_599, 7); + lean_ctor_release(x_599, 8); + lean_ctor_release(x_599, 9); + lean_ctor_release(x_599, 10); + lean_ctor_release(x_599, 11); + lean_ctor_release(x_599, 12); + lean_ctor_release(x_599, 13); + lean_ctor_release(x_599, 14); + lean_ctor_release(x_599, 15); + lean_ctor_release(x_599, 16); + lean_ctor_release(x_599, 17); + lean_ctor_release(x_599, 18); + lean_ctor_release(x_599, 19); + lean_ctor_release(x_599, 20); + lean_ctor_release(x_599, 21); + lean_ctor_release(x_599, 22); + lean_ctor_release(x_599, 23); + lean_ctor_release(x_599, 24); + lean_ctor_release(x_599, 25); + lean_ctor_release(x_599, 26); + lean_ctor_release(x_599, 27); + lean_ctor_release(x_599, 28); + lean_ctor_release(x_599, 29); + lean_ctor_release(x_599, 30); + lean_ctor_release(x_599, 31); + x_635 = x_599; } else { - lean_dec_ref(x_595); - x_630 = lean_box(0); + lean_dec_ref(x_599); + x_635 = lean_box(0); } -x_631 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; -x_632 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_555, x_631, x_623, x_551); -lean_dec(x_551); -if (lean_is_scalar(x_630)) { - x_633 = lean_alloc_ctor(0, 31, 1); +x_636 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; +x_637 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_559, x_636, x_627, x_555); +lean_dec(x_555); +if (lean_is_scalar(x_635)) { + x_638 = lean_alloc_ctor(0, 32, 1); } else { - x_633 = x_630; + x_638 = x_635; } -lean_ctor_set(x_633, 0, x_598); -lean_ctor_set(x_633, 1, x_599); -lean_ctor_set(x_633, 2, x_600); -lean_ctor_set(x_633, 3, x_601); -lean_ctor_set(x_633, 4, x_602); -lean_ctor_set(x_633, 5, x_603); -lean_ctor_set(x_633, 6, x_604); -lean_ctor_set(x_633, 7, x_605); -lean_ctor_set(x_633, 8, x_606); -lean_ctor_set(x_633, 9, x_607); -lean_ctor_set(x_633, 10, x_608); -lean_ctor_set(x_633, 11, x_609); -lean_ctor_set(x_633, 12, x_610); -lean_ctor_set(x_633, 13, x_611); -lean_ctor_set(x_633, 14, x_612); -lean_ctor_set(x_633, 15, x_613); -lean_ctor_set(x_633, 16, x_614); -lean_ctor_set(x_633, 17, x_615); -lean_ctor_set(x_633, 18, x_616); -lean_ctor_set(x_633, 19, x_617); -lean_ctor_set(x_633, 20, x_618); -lean_ctor_set(x_633, 21, x_619); -lean_ctor_set(x_633, 22, x_620); -lean_ctor_set(x_633, 23, x_621); -lean_ctor_set(x_633, 24, x_622); -lean_ctor_set(x_633, 25, x_632); -lean_ctor_set(x_633, 26, x_624); -lean_ctor_set(x_633, 27, x_625); -lean_ctor_set(x_633, 28, x_626); -lean_ctor_set(x_633, 29, x_628); -lean_ctor_set(x_633, 30, x_629); -lean_ctor_set_uint8(x_633, sizeof(void*)*31, x_627); -x_634 = lean_array_fset(x_597, x_240, x_633); +lean_ctor_set(x_638, 0, x_602); +lean_ctor_set(x_638, 1, x_603); +lean_ctor_set(x_638, 2, x_604); +lean_ctor_set(x_638, 3, x_605); +lean_ctor_set(x_638, 4, x_606); +lean_ctor_set(x_638, 5, x_607); +lean_ctor_set(x_638, 6, x_608); +lean_ctor_set(x_638, 7, x_609); +lean_ctor_set(x_638, 8, x_610); +lean_ctor_set(x_638, 9, x_611); +lean_ctor_set(x_638, 10, x_612); +lean_ctor_set(x_638, 11, x_613); +lean_ctor_set(x_638, 12, x_614); +lean_ctor_set(x_638, 13, x_615); +lean_ctor_set(x_638, 14, x_616); +lean_ctor_set(x_638, 15, x_617); +lean_ctor_set(x_638, 16, x_618); +lean_ctor_set(x_638, 17, x_619); +lean_ctor_set(x_638, 18, x_620); +lean_ctor_set(x_638, 19, x_621); +lean_ctor_set(x_638, 20, x_622); +lean_ctor_set(x_638, 21, x_623); +lean_ctor_set(x_638, 22, x_624); +lean_ctor_set(x_638, 23, x_625); +lean_ctor_set(x_638, 24, x_626); +lean_ctor_set(x_638, 25, x_637); +lean_ctor_set(x_638, 26, x_628); +lean_ctor_set(x_638, 27, x_629); +lean_ctor_set(x_638, 28, x_630); +lean_ctor_set(x_638, 29, x_632); +lean_ctor_set(x_638, 30, x_633); +lean_ctor_set(x_638, 31, x_634); +lean_ctor_set_uint8(x_638, sizeof(void*)*32, x_631); +x_639 = lean_array_fset(x_601, x_240, x_638); +if (lean_is_scalar(x_589)) { + x_640 = lean_alloc_ctor(0, 3, 0); +} else { + x_640 = x_589; +} +lean_ctor_set(x_640, 0, x_639); +lean_ctor_set(x_640, 1, x_587); +lean_ctor_set(x_640, 2, x_588); if (lean_is_scalar(x_585)) { - x_635 = lean_alloc_ctor(0, 3, 0); + x_641 = lean_alloc_ctor(0, 4, 0); } else { - x_635 = x_585; + x_641 = x_585; } -lean_ctor_set(x_635, 0, x_634); -lean_ctor_set(x_635, 1, x_583); -lean_ctor_set(x_635, 2, x_584); +lean_ctor_set(x_641, 0, x_582); +lean_ctor_set(x_641, 1, x_583); +lean_ctor_set(x_641, 2, x_584); +lean_ctor_set(x_641, 3, x_640); if (lean_is_scalar(x_581)) { - x_636 = lean_alloc_ctor(0, 4, 0); + x_642 = lean_alloc_ctor(0, 16, 1); } else { - x_636 = x_581; + x_642 = x_581; } -lean_ctor_set(x_636, 0, x_578); -lean_ctor_set(x_636, 1, x_579); -lean_ctor_set(x_636, 2, x_580); -lean_ctor_set(x_636, 3, x_635); -if (lean_is_scalar(x_577)) { - x_637 = lean_alloc_ctor(0, 16, 1); -} else { - x_637 = x_577; -} -lean_ctor_set(x_637, 0, x_561); -lean_ctor_set(x_637, 1, x_562); -lean_ctor_set(x_637, 2, x_563); -lean_ctor_set(x_637, 3, x_564); -lean_ctor_set(x_637, 4, x_565); -lean_ctor_set(x_637, 5, x_566); -lean_ctor_set(x_637, 6, x_567); -lean_ctor_set(x_637, 7, x_568); -lean_ctor_set(x_637, 8, x_570); -lean_ctor_set(x_637, 9, x_571); -lean_ctor_set(x_637, 10, x_572); -lean_ctor_set(x_637, 11, x_573); -lean_ctor_set(x_637, 12, x_574); -lean_ctor_set(x_637, 13, x_575); -lean_ctor_set(x_637, 14, x_636); -lean_ctor_set(x_637, 15, x_576); -lean_ctor_set_uint8(x_637, sizeof(void*)*16, x_569); -x_638 = lean_st_ref_set(x_2, x_637, x_560); -x_639 = lean_ctor_get(x_638, 1); -lean_inc(x_639); -lean_dec(x_638); -x_640 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_596, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_639); +lean_ctor_set(x_642, 0, x_565); +lean_ctor_set(x_642, 1, x_566); +lean_ctor_set(x_642, 2, x_567); +lean_ctor_set(x_642, 3, x_568); +lean_ctor_set(x_642, 4, x_569); +lean_ctor_set(x_642, 5, x_570); +lean_ctor_set(x_642, 6, x_571); +lean_ctor_set(x_642, 7, x_572); +lean_ctor_set(x_642, 8, x_574); +lean_ctor_set(x_642, 9, x_575); +lean_ctor_set(x_642, 10, x_576); +lean_ctor_set(x_642, 11, x_577); +lean_ctor_set(x_642, 12, x_578); +lean_ctor_set(x_642, 13, x_579); +lean_ctor_set(x_642, 14, x_641); +lean_ctor_set(x_642, 15, x_580); +lean_ctor_set_uint8(x_642, sizeof(void*)*16, x_573); +x_643 = lean_st_ref_set(x_2, x_642, x_564); +x_644 = lean_ctor_get(x_643, 1); +lean_inc(x_644); +lean_dec(x_643); +x_645 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_600, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_644); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -7597,12 +7617,12 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_640; +return x_645; } } else { -lean_object* x_641; lean_object* x_642; lean_object* x_643; lean_object* x_644; +lean_object* x_646; lean_object* x_647; lean_object* x_648; lean_object* x_649; lean_dec(x_240); lean_dec(x_9); lean_dec(x_8); @@ -7612,26 +7632,26 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_641 = lean_ctor_get(x_550, 0); -lean_inc(x_641); -x_642 = lean_ctor_get(x_550, 1); -lean_inc(x_642); -if (lean_is_exclusive(x_550)) { - lean_ctor_release(x_550, 0); - lean_ctor_release(x_550, 1); - x_643 = x_550; +x_646 = lean_ctor_get(x_554, 0); +lean_inc(x_646); +x_647 = lean_ctor_get(x_554, 1); +lean_inc(x_647); +if (lean_is_exclusive(x_554)) { + lean_ctor_release(x_554, 0); + lean_ctor_release(x_554, 1); + x_648 = x_554; } else { - lean_dec_ref(x_550); - x_643 = lean_box(0); + lean_dec_ref(x_554); + x_648 = lean_box(0); } -if (lean_is_scalar(x_643)) { - x_644 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_648)) { + x_649 = lean_alloc_ctor(1, 2, 0); } else { - x_644 = x_643; + x_649 = x_648; } -lean_ctor_set(x_644, 0, x_641); -lean_ctor_set(x_644, 1, x_642); -return x_644; +lean_ctor_set(x_649, 0, x_646); +lean_ctor_set(x_649, 1, x_647); +return x_649; } } } @@ -7639,54 +7659,54 @@ return x_644; } else { -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; -x_645 = lean_ctor_get(x_247, 0); -x_646 = lean_ctor_get(x_247, 1); -x_647 = lean_ctor_get(x_247, 2); -lean_inc(x_647); -lean_inc(x_646); -lean_inc(x_645); -lean_dec(x_247); -x_648 = lean_ctor_get(x_248, 0); -lean_inc(x_648); -x_649 = lean_ctor_get(x_248, 1); -lean_inc(x_649); -x_650 = lean_ctor_get(x_248, 2); +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; +x_650 = lean_ctor_get(x_247, 0); +x_651 = lean_ctor_get(x_247, 1); +x_652 = lean_ctor_get(x_247, 2); +lean_inc(x_652); +lean_inc(x_651); lean_inc(x_650); +lean_dec(x_247); +x_653 = lean_ctor_get(x_248, 0); +lean_inc(x_653); +x_654 = lean_ctor_get(x_248, 1); +lean_inc(x_654); +x_655 = lean_ctor_get(x_248, 2); +lean_inc(x_655); if (lean_is_exclusive(x_248)) { lean_ctor_release(x_248, 0); lean_ctor_release(x_248, 1); lean_ctor_release(x_248, 2); - x_651 = x_248; + x_656 = x_248; } else { lean_dec_ref(x_248); - x_651 = lean_box(0); + x_656 = lean_box(0); } -x_652 = lean_array_push(x_648, x_244); -if (lean_is_scalar(x_651)) { - x_653 = lean_alloc_ctor(0, 3, 0); +x_657 = lean_array_push(x_653, x_244); +if (lean_is_scalar(x_656)) { + x_658 = lean_alloc_ctor(0, 3, 0); } else { - x_653 = x_651; + x_658 = x_656; } -lean_ctor_set(x_653, 0, x_652); -lean_ctor_set(x_653, 1, x_649); -lean_ctor_set(x_653, 2, x_650); -x_654 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_654, 0, x_645); -lean_ctor_set(x_654, 1, x_646); -lean_ctor_set(x_654, 2, x_647); -lean_ctor_set(x_654, 3, x_653); -lean_ctor_set(x_246, 14, x_654); -x_655 = lean_st_ref_set(x_2, x_246, x_249); +lean_ctor_set(x_658, 0, x_657); +lean_ctor_set(x_658, 1, x_654); +lean_ctor_set(x_658, 2, x_655); +x_659 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_659, 0, x_650); +lean_ctor_set(x_659, 1, x_651); +lean_ctor_set(x_659, 2, x_652); +lean_ctor_set(x_659, 3, x_658); +lean_ctor_set(x_246, 14, x_659); +x_660 = lean_st_ref_set(x_2, x_246, x_249); if (lean_obj_tag(x_221) == 0) { -lean_object* x_656; lean_object* x_657; lean_object* x_658; +lean_object* x_661; lean_object* x_662; lean_object* x_663; lean_dec(x_217); -x_656 = lean_ctor_get(x_655, 1); -lean_inc(x_656); -lean_dec(x_655); -x_657 = lean_box(0); -x_658 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_657, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_656); +x_661 = lean_ctor_get(x_660, 1); +lean_inc(x_661); +lean_dec(x_660); +x_662 = lean_box(0); +x_663 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_662, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_661); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -7695,19 +7715,19 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_658; +return x_663; } else { if (lean_obj_tag(x_217) == 0) { -lean_object* x_659; lean_object* x_660; lean_object* x_661; +lean_object* x_664; lean_object* x_665; lean_object* x_666; lean_dec(x_221); -x_659 = lean_ctor_get(x_655, 1); -lean_inc(x_659); -lean_dec(x_655); -x_660 = lean_box(0); -x_661 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_660, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_659); +x_664 = lean_ctor_get(x_660, 1); +lean_inc(x_664); +lean_dec(x_660); +x_665 = lean_box(0); +x_666 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_665, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_664); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -7716,17 +7736,17 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_661; +return x_666; } else { -lean_object* x_662; lean_object* x_663; lean_object* x_664; +lean_object* x_667; lean_object* x_668; lean_object* x_669; lean_dec(x_217); -x_662 = lean_ctor_get(x_655, 1); -lean_inc(x_662); -lean_dec(x_655); -x_663 = lean_ctor_get(x_221, 0); -lean_inc(x_663); +x_667 = lean_ctor_get(x_660, 1); +lean_inc(x_667); +lean_dec(x_660); +x_668 = lean_ctor_get(x_221, 0); +lean_inc(x_668); lean_dec(x_221); lean_inc(x_9); lean_inc(x_8); @@ -7737,169 +7757,169 @@ lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_240); -x_664 = l_Lean_Meta_Grind_Arith_Linear_mkVar(x_663, x_243, x_240, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_662); -if (lean_obj_tag(x_664) == 0) +x_669 = l_Lean_Meta_Grind_Arith_Linear_mkVar(x_668, x_243, x_240, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_667); +if (lean_obj_tag(x_669) == 0) { -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; uint8_t 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; uint8_t x_701; -x_665 = lean_ctor_get(x_664, 0); -lean_inc(x_665); -x_666 = lean_ctor_get(x_664, 1); -lean_inc(x_666); -lean_dec(x_664); -x_667 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__83; -x_668 = lean_box(0); -lean_inc(x_665); -x_669 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_669, 0, x_667); -lean_ctor_set(x_669, 1, x_665); -lean_ctor_set(x_669, 2, x_668); -x_670 = lean_st_ref_take(x_2, x_666); -x_671 = lean_ctor_get(x_670, 0); +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; uint8_t 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; uint8_t x_706; +x_670 = lean_ctor_get(x_669, 0); +lean_inc(x_670); +x_671 = lean_ctor_get(x_669, 1); lean_inc(x_671); -x_672 = lean_ctor_get(x_671, 14); -lean_inc(x_672); -x_673 = lean_ctor_get(x_672, 3); -lean_inc(x_673); -x_674 = lean_ctor_get(x_670, 1); -lean_inc(x_674); -lean_dec(x_670); -x_675 = lean_ctor_get(x_671, 0); -lean_inc(x_675); -x_676 = lean_ctor_get(x_671, 1); -lean_inc(x_676); -x_677 = lean_ctor_get(x_671, 2); -lean_inc(x_677); -x_678 = lean_ctor_get(x_671, 3); -lean_inc(x_678); -x_679 = lean_ctor_get(x_671, 4); -lean_inc(x_679); -x_680 = lean_ctor_get(x_671, 5); -lean_inc(x_680); -x_681 = lean_ctor_get(x_671, 6); -lean_inc(x_681); -x_682 = lean_ctor_get(x_671, 7); -lean_inc(x_682); -x_683 = lean_ctor_get_uint8(x_671, sizeof(void*)*16); -x_684 = lean_ctor_get(x_671, 8); -lean_inc(x_684); -x_685 = lean_ctor_get(x_671, 9); -lean_inc(x_685); -x_686 = lean_ctor_get(x_671, 10); -lean_inc(x_686); -x_687 = lean_ctor_get(x_671, 11); -lean_inc(x_687); -x_688 = lean_ctor_get(x_671, 12); -lean_inc(x_688); -x_689 = lean_ctor_get(x_671, 13); -lean_inc(x_689); -x_690 = lean_ctor_get(x_671, 15); -lean_inc(x_690); -if (lean_is_exclusive(x_671)) { - lean_ctor_release(x_671, 0); - lean_ctor_release(x_671, 1); - lean_ctor_release(x_671, 2); - lean_ctor_release(x_671, 3); - lean_ctor_release(x_671, 4); - lean_ctor_release(x_671, 5); - lean_ctor_release(x_671, 6); - lean_ctor_release(x_671, 7); - lean_ctor_release(x_671, 8); - lean_ctor_release(x_671, 9); - lean_ctor_release(x_671, 10); - lean_ctor_release(x_671, 11); - lean_ctor_release(x_671, 12); - lean_ctor_release(x_671, 13); - lean_ctor_release(x_671, 14); - lean_ctor_release(x_671, 15); - x_691 = x_671; -} else { - lean_dec_ref(x_671); - x_691 = lean_box(0); -} -x_692 = lean_ctor_get(x_672, 0); -lean_inc(x_692); -x_693 = lean_ctor_get(x_672, 1); -lean_inc(x_693); -x_694 = lean_ctor_get(x_672, 2); -lean_inc(x_694); -if (lean_is_exclusive(x_672)) { - lean_ctor_release(x_672, 0); - lean_ctor_release(x_672, 1); - lean_ctor_release(x_672, 2); - lean_ctor_release(x_672, 3); - x_695 = x_672; -} else { - lean_dec_ref(x_672); - x_695 = lean_box(0); -} -x_696 = lean_ctor_get(x_673, 0); -lean_inc(x_696); -x_697 = lean_ctor_get(x_673, 1); -lean_inc(x_697); -x_698 = lean_ctor_get(x_673, 2); -lean_inc(x_698); -if (lean_is_exclusive(x_673)) { - lean_ctor_release(x_673, 0); - lean_ctor_release(x_673, 1); - lean_ctor_release(x_673, 2); - x_699 = x_673; -} else { - lean_dec_ref(x_673); - x_699 = lean_box(0); -} -x_700 = lean_array_get_size(x_696); -x_701 = lean_nat_dec_lt(x_240, x_700); -lean_dec(x_700); -if (x_701 == 0) -{ -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_dec(x_669); -lean_dec(x_665); -if (lean_is_scalar(x_699)) { - x_702 = lean_alloc_ctor(0, 3, 0); +x_672 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__83; +x_673 = lean_box(0); +lean_inc(x_670); +x_674 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_674, 0, x_672); +lean_ctor_set(x_674, 1, x_670); +lean_ctor_set(x_674, 2, x_673); +x_675 = lean_st_ref_take(x_2, x_671); +x_676 = lean_ctor_get(x_675, 0); +lean_inc(x_676); +x_677 = lean_ctor_get(x_676, 14); +lean_inc(x_677); +x_678 = lean_ctor_get(x_677, 3); +lean_inc(x_678); +x_679 = lean_ctor_get(x_675, 1); +lean_inc(x_679); +lean_dec(x_675); +x_680 = lean_ctor_get(x_676, 0); +lean_inc(x_680); +x_681 = lean_ctor_get(x_676, 1); +lean_inc(x_681); +x_682 = lean_ctor_get(x_676, 2); +lean_inc(x_682); +x_683 = lean_ctor_get(x_676, 3); +lean_inc(x_683); +x_684 = lean_ctor_get(x_676, 4); +lean_inc(x_684); +x_685 = lean_ctor_get(x_676, 5); +lean_inc(x_685); +x_686 = lean_ctor_get(x_676, 6); +lean_inc(x_686); +x_687 = lean_ctor_get(x_676, 7); +lean_inc(x_687); +x_688 = lean_ctor_get_uint8(x_676, sizeof(void*)*16); +x_689 = lean_ctor_get(x_676, 8); +lean_inc(x_689); +x_690 = lean_ctor_get(x_676, 9); +lean_inc(x_690); +x_691 = lean_ctor_get(x_676, 10); +lean_inc(x_691); +x_692 = lean_ctor_get(x_676, 11); +lean_inc(x_692); +x_693 = lean_ctor_get(x_676, 12); +lean_inc(x_693); +x_694 = lean_ctor_get(x_676, 13); +lean_inc(x_694); +x_695 = lean_ctor_get(x_676, 15); +lean_inc(x_695); +if (lean_is_exclusive(x_676)) { + lean_ctor_release(x_676, 0); + lean_ctor_release(x_676, 1); + lean_ctor_release(x_676, 2); + lean_ctor_release(x_676, 3); + lean_ctor_release(x_676, 4); + lean_ctor_release(x_676, 5); + lean_ctor_release(x_676, 6); + lean_ctor_release(x_676, 7); + lean_ctor_release(x_676, 8); + lean_ctor_release(x_676, 9); + lean_ctor_release(x_676, 10); + lean_ctor_release(x_676, 11); + lean_ctor_release(x_676, 12); + lean_ctor_release(x_676, 13); + lean_ctor_release(x_676, 14); + lean_ctor_release(x_676, 15); + x_696 = x_676; } else { - x_702 = x_699; + lean_dec_ref(x_676); + x_696 = lean_box(0); } -lean_ctor_set(x_702, 0, x_696); -lean_ctor_set(x_702, 1, x_697); -lean_ctor_set(x_702, 2, x_698); -if (lean_is_scalar(x_695)) { - x_703 = lean_alloc_ctor(0, 4, 0); +x_697 = lean_ctor_get(x_677, 0); +lean_inc(x_697); +x_698 = lean_ctor_get(x_677, 1); +lean_inc(x_698); +x_699 = lean_ctor_get(x_677, 2); +lean_inc(x_699); +if (lean_is_exclusive(x_677)) { + lean_ctor_release(x_677, 0); + lean_ctor_release(x_677, 1); + lean_ctor_release(x_677, 2); + lean_ctor_release(x_677, 3); + x_700 = x_677; } else { - x_703 = x_695; + lean_dec_ref(x_677); + x_700 = lean_box(0); } -lean_ctor_set(x_703, 0, x_692); -lean_ctor_set(x_703, 1, x_693); -lean_ctor_set(x_703, 2, x_694); -lean_ctor_set(x_703, 3, x_702); -if (lean_is_scalar(x_691)) { - x_704 = lean_alloc_ctor(0, 16, 1); +x_701 = lean_ctor_get(x_678, 0); +lean_inc(x_701); +x_702 = lean_ctor_get(x_678, 1); +lean_inc(x_702); +x_703 = lean_ctor_get(x_678, 2); +lean_inc(x_703); +if (lean_is_exclusive(x_678)) { + lean_ctor_release(x_678, 0); + lean_ctor_release(x_678, 1); + lean_ctor_release(x_678, 2); + x_704 = x_678; } else { - x_704 = x_691; + lean_dec_ref(x_678); + x_704 = lean_box(0); } -lean_ctor_set(x_704, 0, x_675); -lean_ctor_set(x_704, 1, x_676); -lean_ctor_set(x_704, 2, x_677); -lean_ctor_set(x_704, 3, x_678); -lean_ctor_set(x_704, 4, x_679); -lean_ctor_set(x_704, 5, x_680); -lean_ctor_set(x_704, 6, x_681); -lean_ctor_set(x_704, 7, x_682); -lean_ctor_set(x_704, 8, x_684); -lean_ctor_set(x_704, 9, x_685); -lean_ctor_set(x_704, 10, x_686); -lean_ctor_set(x_704, 11, x_687); -lean_ctor_set(x_704, 12, x_688); -lean_ctor_set(x_704, 13, x_689); -lean_ctor_set(x_704, 14, x_703); -lean_ctor_set(x_704, 15, x_690); -lean_ctor_set_uint8(x_704, sizeof(void*)*16, x_683); -x_705 = lean_st_ref_set(x_2, x_704, x_674); -x_706 = lean_ctor_get(x_705, 1); -lean_inc(x_706); +x_705 = lean_array_get_size(x_701); +x_706 = lean_nat_dec_lt(x_240, x_705); lean_dec(x_705); -x_707 = lean_box(0); -x_708 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_707, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_706); +if (x_706 == 0) +{ +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_dec(x_674); +lean_dec(x_670); +if (lean_is_scalar(x_704)) { + x_707 = lean_alloc_ctor(0, 3, 0); +} else { + x_707 = x_704; +} +lean_ctor_set(x_707, 0, x_701); +lean_ctor_set(x_707, 1, x_702); +lean_ctor_set(x_707, 2, x_703); +if (lean_is_scalar(x_700)) { + x_708 = lean_alloc_ctor(0, 4, 0); +} else { + x_708 = x_700; +} +lean_ctor_set(x_708, 0, x_697); +lean_ctor_set(x_708, 1, x_698); +lean_ctor_set(x_708, 2, x_699); +lean_ctor_set(x_708, 3, x_707); +if (lean_is_scalar(x_696)) { + x_709 = lean_alloc_ctor(0, 16, 1); +} else { + x_709 = x_696; +} +lean_ctor_set(x_709, 0, x_680); +lean_ctor_set(x_709, 1, x_681); +lean_ctor_set(x_709, 2, x_682); +lean_ctor_set(x_709, 3, x_683); +lean_ctor_set(x_709, 4, x_684); +lean_ctor_set(x_709, 5, x_685); +lean_ctor_set(x_709, 6, x_686); +lean_ctor_set(x_709, 7, x_687); +lean_ctor_set(x_709, 8, x_689); +lean_ctor_set(x_709, 9, x_690); +lean_ctor_set(x_709, 10, x_691); +lean_ctor_set(x_709, 11, x_692); +lean_ctor_set(x_709, 12, x_693); +lean_ctor_set(x_709, 13, x_694); +lean_ctor_set(x_709, 14, x_708); +lean_ctor_set(x_709, 15, x_695); +lean_ctor_set_uint8(x_709, sizeof(void*)*16, x_688); +x_710 = lean_st_ref_set(x_2, x_709, x_679); +x_711 = lean_ctor_get(x_710, 1); +lean_inc(x_711); +lean_dec(x_710); +x_712 = lean_box(0); +x_713 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_712, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_711); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -7908,199 +7928,203 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_708; +return x_713; } else { -lean_object* x_709; lean_object* x_710; lean_object* x_711; lean_object* x_712; lean_object* x_713; lean_object* x_714; 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; uint8_t 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; -x_709 = lean_array_fget(x_696, x_240); -x_710 = lean_box(0); -x_711 = lean_array_fset(x_696, x_240, x_710); -x_712 = lean_ctor_get(x_709, 0); -lean_inc(x_712); -x_713 = lean_ctor_get(x_709, 1); -lean_inc(x_713); -x_714 = lean_ctor_get(x_709, 2); -lean_inc(x_714); -x_715 = lean_ctor_get(x_709, 3); -lean_inc(x_715); -x_716 = lean_ctor_get(x_709, 4); -lean_inc(x_716); -x_717 = lean_ctor_get(x_709, 5); +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; lean_object* x_742; lean_object* x_743; lean_object* x_744; lean_object* x_745; uint8_t 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; +x_714 = lean_array_fget(x_701, x_240); +x_715 = lean_box(0); +x_716 = lean_array_fset(x_701, x_240, x_715); +x_717 = lean_ctor_get(x_714, 0); lean_inc(x_717); -x_718 = lean_ctor_get(x_709, 6); +x_718 = lean_ctor_get(x_714, 1); lean_inc(x_718); -x_719 = lean_ctor_get(x_709, 7); +x_719 = lean_ctor_get(x_714, 2); lean_inc(x_719); -x_720 = lean_ctor_get(x_709, 8); +x_720 = lean_ctor_get(x_714, 3); lean_inc(x_720); -x_721 = lean_ctor_get(x_709, 9); +x_721 = lean_ctor_get(x_714, 4); lean_inc(x_721); -x_722 = lean_ctor_get(x_709, 10); +x_722 = lean_ctor_get(x_714, 5); lean_inc(x_722); -x_723 = lean_ctor_get(x_709, 11); +x_723 = lean_ctor_get(x_714, 6); lean_inc(x_723); -x_724 = lean_ctor_get(x_709, 12); +x_724 = lean_ctor_get(x_714, 7); lean_inc(x_724); -x_725 = lean_ctor_get(x_709, 13); +x_725 = lean_ctor_get(x_714, 8); lean_inc(x_725); -x_726 = lean_ctor_get(x_709, 14); +x_726 = lean_ctor_get(x_714, 9); lean_inc(x_726); -x_727 = lean_ctor_get(x_709, 15); +x_727 = lean_ctor_get(x_714, 10); lean_inc(x_727); -x_728 = lean_ctor_get(x_709, 16); +x_728 = lean_ctor_get(x_714, 11); lean_inc(x_728); -x_729 = lean_ctor_get(x_709, 17); +x_729 = lean_ctor_get(x_714, 12); lean_inc(x_729); -x_730 = lean_ctor_get(x_709, 18); +x_730 = lean_ctor_get(x_714, 13); lean_inc(x_730); -x_731 = lean_ctor_get(x_709, 19); +x_731 = lean_ctor_get(x_714, 14); lean_inc(x_731); -x_732 = lean_ctor_get(x_709, 20); +x_732 = lean_ctor_get(x_714, 15); lean_inc(x_732); -x_733 = lean_ctor_get(x_709, 21); +x_733 = lean_ctor_get(x_714, 16); lean_inc(x_733); -x_734 = lean_ctor_get(x_709, 22); +x_734 = lean_ctor_get(x_714, 17); lean_inc(x_734); -x_735 = lean_ctor_get(x_709, 23); +x_735 = lean_ctor_get(x_714, 18); lean_inc(x_735); -x_736 = lean_ctor_get(x_709, 24); +x_736 = lean_ctor_get(x_714, 19); lean_inc(x_736); -x_737 = lean_ctor_get(x_709, 25); +x_737 = lean_ctor_get(x_714, 20); lean_inc(x_737); -x_738 = lean_ctor_get(x_709, 26); +x_738 = lean_ctor_get(x_714, 21); lean_inc(x_738); -x_739 = lean_ctor_get(x_709, 27); +x_739 = lean_ctor_get(x_714, 22); lean_inc(x_739); -x_740 = lean_ctor_get(x_709, 28); +x_740 = lean_ctor_get(x_714, 23); lean_inc(x_740); -x_741 = lean_ctor_get_uint8(x_709, sizeof(void*)*31); -x_742 = lean_ctor_get(x_709, 29); +x_741 = lean_ctor_get(x_714, 24); +lean_inc(x_741); +x_742 = lean_ctor_get(x_714, 25); lean_inc(x_742); -x_743 = lean_ctor_get(x_709, 30); +x_743 = lean_ctor_get(x_714, 26); lean_inc(x_743); -if (lean_is_exclusive(x_709)) { - lean_ctor_release(x_709, 0); - lean_ctor_release(x_709, 1); - lean_ctor_release(x_709, 2); - lean_ctor_release(x_709, 3); - lean_ctor_release(x_709, 4); - lean_ctor_release(x_709, 5); - lean_ctor_release(x_709, 6); - lean_ctor_release(x_709, 7); - lean_ctor_release(x_709, 8); - lean_ctor_release(x_709, 9); - lean_ctor_release(x_709, 10); - lean_ctor_release(x_709, 11); - lean_ctor_release(x_709, 12); - lean_ctor_release(x_709, 13); - lean_ctor_release(x_709, 14); - lean_ctor_release(x_709, 15); - lean_ctor_release(x_709, 16); - lean_ctor_release(x_709, 17); - lean_ctor_release(x_709, 18); - lean_ctor_release(x_709, 19); - lean_ctor_release(x_709, 20); - lean_ctor_release(x_709, 21); - lean_ctor_release(x_709, 22); - lean_ctor_release(x_709, 23); - lean_ctor_release(x_709, 24); - lean_ctor_release(x_709, 25); - lean_ctor_release(x_709, 26); - lean_ctor_release(x_709, 27); - lean_ctor_release(x_709, 28); - lean_ctor_release(x_709, 29); - lean_ctor_release(x_709, 30); - x_744 = x_709; +x_744 = lean_ctor_get(x_714, 27); +lean_inc(x_744); +x_745 = lean_ctor_get(x_714, 28); +lean_inc(x_745); +x_746 = lean_ctor_get_uint8(x_714, sizeof(void*)*32); +x_747 = lean_ctor_get(x_714, 29); +lean_inc(x_747); +x_748 = lean_ctor_get(x_714, 30); +lean_inc(x_748); +x_749 = lean_ctor_get(x_714, 31); +lean_inc(x_749); +if (lean_is_exclusive(x_714)) { + lean_ctor_release(x_714, 0); + lean_ctor_release(x_714, 1); + lean_ctor_release(x_714, 2); + lean_ctor_release(x_714, 3); + lean_ctor_release(x_714, 4); + lean_ctor_release(x_714, 5); + lean_ctor_release(x_714, 6); + lean_ctor_release(x_714, 7); + lean_ctor_release(x_714, 8); + lean_ctor_release(x_714, 9); + lean_ctor_release(x_714, 10); + lean_ctor_release(x_714, 11); + lean_ctor_release(x_714, 12); + lean_ctor_release(x_714, 13); + lean_ctor_release(x_714, 14); + lean_ctor_release(x_714, 15); + lean_ctor_release(x_714, 16); + lean_ctor_release(x_714, 17); + lean_ctor_release(x_714, 18); + lean_ctor_release(x_714, 19); + lean_ctor_release(x_714, 20); + lean_ctor_release(x_714, 21); + lean_ctor_release(x_714, 22); + lean_ctor_release(x_714, 23); + lean_ctor_release(x_714, 24); + lean_ctor_release(x_714, 25); + lean_ctor_release(x_714, 26); + lean_ctor_release(x_714, 27); + lean_ctor_release(x_714, 28); + lean_ctor_release(x_714, 29); + lean_ctor_release(x_714, 30); + lean_ctor_release(x_714, 31); + x_750 = x_714; } else { - lean_dec_ref(x_709); - x_744 = lean_box(0); + lean_dec_ref(x_714); + x_750 = lean_box(0); } -x_745 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; -x_746 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_669, x_745, x_737, x_665); -lean_dec(x_665); -if (lean_is_scalar(x_744)) { - x_747 = lean_alloc_ctor(0, 31, 1); +x_751 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; +x_752 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_674, x_751, x_742, x_670); +lean_dec(x_670); +if (lean_is_scalar(x_750)) { + x_753 = lean_alloc_ctor(0, 32, 1); } else { - x_747 = x_744; + x_753 = x_750; } -lean_ctor_set(x_747, 0, x_712); -lean_ctor_set(x_747, 1, x_713); -lean_ctor_set(x_747, 2, x_714); -lean_ctor_set(x_747, 3, x_715); -lean_ctor_set(x_747, 4, x_716); -lean_ctor_set(x_747, 5, x_717); -lean_ctor_set(x_747, 6, x_718); -lean_ctor_set(x_747, 7, x_719); -lean_ctor_set(x_747, 8, x_720); -lean_ctor_set(x_747, 9, x_721); -lean_ctor_set(x_747, 10, x_722); -lean_ctor_set(x_747, 11, x_723); -lean_ctor_set(x_747, 12, x_724); -lean_ctor_set(x_747, 13, x_725); -lean_ctor_set(x_747, 14, x_726); -lean_ctor_set(x_747, 15, x_727); -lean_ctor_set(x_747, 16, x_728); -lean_ctor_set(x_747, 17, x_729); -lean_ctor_set(x_747, 18, x_730); -lean_ctor_set(x_747, 19, x_731); -lean_ctor_set(x_747, 20, x_732); -lean_ctor_set(x_747, 21, x_733); -lean_ctor_set(x_747, 22, x_734); -lean_ctor_set(x_747, 23, x_735); -lean_ctor_set(x_747, 24, x_736); -lean_ctor_set(x_747, 25, x_746); -lean_ctor_set(x_747, 26, x_738); -lean_ctor_set(x_747, 27, x_739); -lean_ctor_set(x_747, 28, x_740); -lean_ctor_set(x_747, 29, x_742); -lean_ctor_set(x_747, 30, x_743); -lean_ctor_set_uint8(x_747, sizeof(void*)*31, x_741); -x_748 = lean_array_fset(x_711, x_240, x_747); -if (lean_is_scalar(x_699)) { - x_749 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_753, 0, x_717); +lean_ctor_set(x_753, 1, x_718); +lean_ctor_set(x_753, 2, x_719); +lean_ctor_set(x_753, 3, x_720); +lean_ctor_set(x_753, 4, x_721); +lean_ctor_set(x_753, 5, x_722); +lean_ctor_set(x_753, 6, x_723); +lean_ctor_set(x_753, 7, x_724); +lean_ctor_set(x_753, 8, x_725); +lean_ctor_set(x_753, 9, x_726); +lean_ctor_set(x_753, 10, x_727); +lean_ctor_set(x_753, 11, x_728); +lean_ctor_set(x_753, 12, x_729); +lean_ctor_set(x_753, 13, x_730); +lean_ctor_set(x_753, 14, x_731); +lean_ctor_set(x_753, 15, x_732); +lean_ctor_set(x_753, 16, x_733); +lean_ctor_set(x_753, 17, x_734); +lean_ctor_set(x_753, 18, x_735); +lean_ctor_set(x_753, 19, x_736); +lean_ctor_set(x_753, 20, x_737); +lean_ctor_set(x_753, 21, x_738); +lean_ctor_set(x_753, 22, x_739); +lean_ctor_set(x_753, 23, x_740); +lean_ctor_set(x_753, 24, x_741); +lean_ctor_set(x_753, 25, x_752); +lean_ctor_set(x_753, 26, x_743); +lean_ctor_set(x_753, 27, x_744); +lean_ctor_set(x_753, 28, x_745); +lean_ctor_set(x_753, 29, x_747); +lean_ctor_set(x_753, 30, x_748); +lean_ctor_set(x_753, 31, x_749); +lean_ctor_set_uint8(x_753, sizeof(void*)*32, x_746); +x_754 = lean_array_fset(x_716, x_240, x_753); +if (lean_is_scalar(x_704)) { + x_755 = lean_alloc_ctor(0, 3, 0); } else { - x_749 = x_699; + x_755 = x_704; } -lean_ctor_set(x_749, 0, x_748); -lean_ctor_set(x_749, 1, x_697); -lean_ctor_set(x_749, 2, x_698); -if (lean_is_scalar(x_695)) { - x_750 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_755, 0, x_754); +lean_ctor_set(x_755, 1, x_702); +lean_ctor_set(x_755, 2, x_703); +if (lean_is_scalar(x_700)) { + x_756 = lean_alloc_ctor(0, 4, 0); } else { - x_750 = x_695; + x_756 = x_700; } -lean_ctor_set(x_750, 0, x_692); -lean_ctor_set(x_750, 1, x_693); -lean_ctor_set(x_750, 2, x_694); -lean_ctor_set(x_750, 3, x_749); -if (lean_is_scalar(x_691)) { - x_751 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_756, 0, x_697); +lean_ctor_set(x_756, 1, x_698); +lean_ctor_set(x_756, 2, x_699); +lean_ctor_set(x_756, 3, x_755); +if (lean_is_scalar(x_696)) { + x_757 = lean_alloc_ctor(0, 16, 1); } else { - x_751 = x_691; + x_757 = x_696; } -lean_ctor_set(x_751, 0, x_675); -lean_ctor_set(x_751, 1, x_676); -lean_ctor_set(x_751, 2, x_677); -lean_ctor_set(x_751, 3, x_678); -lean_ctor_set(x_751, 4, x_679); -lean_ctor_set(x_751, 5, x_680); -lean_ctor_set(x_751, 6, x_681); -lean_ctor_set(x_751, 7, x_682); -lean_ctor_set(x_751, 8, x_684); -lean_ctor_set(x_751, 9, x_685); -lean_ctor_set(x_751, 10, x_686); -lean_ctor_set(x_751, 11, x_687); -lean_ctor_set(x_751, 12, x_688); -lean_ctor_set(x_751, 13, x_689); -lean_ctor_set(x_751, 14, x_750); -lean_ctor_set(x_751, 15, x_690); -lean_ctor_set_uint8(x_751, sizeof(void*)*16, x_683); -x_752 = lean_st_ref_set(x_2, x_751, x_674); -x_753 = lean_ctor_get(x_752, 1); -lean_inc(x_753); -lean_dec(x_752); -x_754 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_710, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_753); +lean_ctor_set(x_757, 0, x_680); +lean_ctor_set(x_757, 1, x_681); +lean_ctor_set(x_757, 2, x_682); +lean_ctor_set(x_757, 3, x_683); +lean_ctor_set(x_757, 4, x_684); +lean_ctor_set(x_757, 5, x_685); +lean_ctor_set(x_757, 6, x_686); +lean_ctor_set(x_757, 7, x_687); +lean_ctor_set(x_757, 8, x_689); +lean_ctor_set(x_757, 9, x_690); +lean_ctor_set(x_757, 10, x_691); +lean_ctor_set(x_757, 11, x_692); +lean_ctor_set(x_757, 12, x_693); +lean_ctor_set(x_757, 13, x_694); +lean_ctor_set(x_757, 14, x_756); +lean_ctor_set(x_757, 15, x_695); +lean_ctor_set_uint8(x_757, sizeof(void*)*16, x_688); +x_758 = lean_st_ref_set(x_2, x_757, x_679); +x_759 = lean_ctor_get(x_758, 1); +lean_inc(x_759); +lean_dec(x_758); +x_760 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_715, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_759); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -8109,12 +8133,12 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_754; +return x_760; } } else { -lean_object* x_755; lean_object* x_756; lean_object* x_757; lean_object* x_758; +lean_object* x_761; lean_object* x_762; lean_object* x_763; lean_object* x_764; lean_dec(x_240); lean_dec(x_9); lean_dec(x_8); @@ -8124,26 +8148,26 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_755 = lean_ctor_get(x_664, 0); -lean_inc(x_755); -x_756 = lean_ctor_get(x_664, 1); -lean_inc(x_756); -if (lean_is_exclusive(x_664)) { - lean_ctor_release(x_664, 0); - lean_ctor_release(x_664, 1); - x_757 = x_664; +x_761 = lean_ctor_get(x_669, 0); +lean_inc(x_761); +x_762 = lean_ctor_get(x_669, 1); +lean_inc(x_762); +if (lean_is_exclusive(x_669)) { + lean_ctor_release(x_669, 0); + lean_ctor_release(x_669, 1); + x_763 = x_669; } else { - lean_dec_ref(x_664); - x_757 = lean_box(0); + lean_dec_ref(x_669); + x_763 = lean_box(0); } -if (lean_is_scalar(x_757)) { - x_758 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_763)) { + x_764 = lean_alloc_ctor(1, 2, 0); } else { - x_758 = x_757; + x_764 = x_763; } -lean_ctor_set(x_758, 0, x_755); -lean_ctor_set(x_758, 1, x_756); -return x_758; +lean_ctor_set(x_764, 0, x_761); +lean_ctor_set(x_764, 1, x_762); +return x_764; } } } @@ -8151,116 +8175,116 @@ return x_758; } else { -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; uint8_t 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; -x_759 = lean_ctor_get(x_246, 0); -x_760 = lean_ctor_get(x_246, 1); -x_761 = lean_ctor_get(x_246, 2); -x_762 = lean_ctor_get(x_246, 3); -x_763 = lean_ctor_get(x_246, 4); -x_764 = lean_ctor_get(x_246, 5); -x_765 = lean_ctor_get(x_246, 6); -x_766 = lean_ctor_get(x_246, 7); -x_767 = lean_ctor_get_uint8(x_246, sizeof(void*)*16); -x_768 = lean_ctor_get(x_246, 8); -x_769 = lean_ctor_get(x_246, 9); -x_770 = lean_ctor_get(x_246, 10); -x_771 = lean_ctor_get(x_246, 11); -x_772 = lean_ctor_get(x_246, 12); -x_773 = lean_ctor_get(x_246, 13); -x_774 = lean_ctor_get(x_246, 15); +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; uint8_t 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; +x_765 = lean_ctor_get(x_246, 0); +x_766 = lean_ctor_get(x_246, 1); +x_767 = lean_ctor_get(x_246, 2); +x_768 = lean_ctor_get(x_246, 3); +x_769 = lean_ctor_get(x_246, 4); +x_770 = lean_ctor_get(x_246, 5); +x_771 = lean_ctor_get(x_246, 6); +x_772 = lean_ctor_get(x_246, 7); +x_773 = lean_ctor_get_uint8(x_246, sizeof(void*)*16); +x_774 = lean_ctor_get(x_246, 8); +x_775 = lean_ctor_get(x_246, 9); +x_776 = lean_ctor_get(x_246, 10); +x_777 = lean_ctor_get(x_246, 11); +x_778 = lean_ctor_get(x_246, 12); +x_779 = lean_ctor_get(x_246, 13); +x_780 = lean_ctor_get(x_246, 15); +lean_inc(x_780); +lean_inc(x_779); +lean_inc(x_778); +lean_inc(x_777); +lean_inc(x_776); +lean_inc(x_775); lean_inc(x_774); -lean_inc(x_773); lean_inc(x_772); lean_inc(x_771); lean_inc(x_770); lean_inc(x_769); lean_inc(x_768); +lean_inc(x_767); lean_inc(x_766); lean_inc(x_765); -lean_inc(x_764); -lean_inc(x_763); -lean_inc(x_762); -lean_inc(x_761); -lean_inc(x_760); -lean_inc(x_759); lean_dec(x_246); -x_775 = lean_ctor_get(x_247, 0); -lean_inc(x_775); -x_776 = lean_ctor_get(x_247, 1); -lean_inc(x_776); -x_777 = lean_ctor_get(x_247, 2); -lean_inc(x_777); +x_781 = lean_ctor_get(x_247, 0); +lean_inc(x_781); +x_782 = lean_ctor_get(x_247, 1); +lean_inc(x_782); +x_783 = lean_ctor_get(x_247, 2); +lean_inc(x_783); if (lean_is_exclusive(x_247)) { lean_ctor_release(x_247, 0); lean_ctor_release(x_247, 1); lean_ctor_release(x_247, 2); lean_ctor_release(x_247, 3); - x_778 = x_247; + x_784 = x_247; } else { lean_dec_ref(x_247); - x_778 = lean_box(0); + x_784 = lean_box(0); } -x_779 = lean_ctor_get(x_248, 0); -lean_inc(x_779); -x_780 = lean_ctor_get(x_248, 1); -lean_inc(x_780); -x_781 = lean_ctor_get(x_248, 2); -lean_inc(x_781); +x_785 = lean_ctor_get(x_248, 0); +lean_inc(x_785); +x_786 = lean_ctor_get(x_248, 1); +lean_inc(x_786); +x_787 = lean_ctor_get(x_248, 2); +lean_inc(x_787); if (lean_is_exclusive(x_248)) { lean_ctor_release(x_248, 0); lean_ctor_release(x_248, 1); lean_ctor_release(x_248, 2); - x_782 = x_248; + x_788 = x_248; } else { lean_dec_ref(x_248); - x_782 = lean_box(0); + x_788 = lean_box(0); } -x_783 = lean_array_push(x_779, x_244); -if (lean_is_scalar(x_782)) { - x_784 = lean_alloc_ctor(0, 3, 0); +x_789 = lean_array_push(x_785, x_244); +if (lean_is_scalar(x_788)) { + x_790 = lean_alloc_ctor(0, 3, 0); } else { - x_784 = x_782; + x_790 = x_788; } -lean_ctor_set(x_784, 0, x_783); -lean_ctor_set(x_784, 1, x_780); -lean_ctor_set(x_784, 2, x_781); -if (lean_is_scalar(x_778)) { - x_785 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_790, 0, x_789); +lean_ctor_set(x_790, 1, x_786); +lean_ctor_set(x_790, 2, x_787); +if (lean_is_scalar(x_784)) { + x_791 = lean_alloc_ctor(0, 4, 0); } else { - x_785 = x_778; + x_791 = x_784; } -lean_ctor_set(x_785, 0, x_775); -lean_ctor_set(x_785, 1, x_776); -lean_ctor_set(x_785, 2, x_777); -lean_ctor_set(x_785, 3, x_784); -x_786 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_786, 0, x_759); -lean_ctor_set(x_786, 1, x_760); -lean_ctor_set(x_786, 2, x_761); -lean_ctor_set(x_786, 3, x_762); -lean_ctor_set(x_786, 4, x_763); -lean_ctor_set(x_786, 5, x_764); -lean_ctor_set(x_786, 6, x_765); -lean_ctor_set(x_786, 7, x_766); -lean_ctor_set(x_786, 8, x_768); -lean_ctor_set(x_786, 9, x_769); -lean_ctor_set(x_786, 10, x_770); -lean_ctor_set(x_786, 11, x_771); -lean_ctor_set(x_786, 12, x_772); -lean_ctor_set(x_786, 13, x_773); -lean_ctor_set(x_786, 14, x_785); -lean_ctor_set(x_786, 15, x_774); -lean_ctor_set_uint8(x_786, sizeof(void*)*16, x_767); -x_787 = lean_st_ref_set(x_2, x_786, x_249); +lean_ctor_set(x_791, 0, x_781); +lean_ctor_set(x_791, 1, x_782); +lean_ctor_set(x_791, 2, x_783); +lean_ctor_set(x_791, 3, x_790); +x_792 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_792, 0, x_765); +lean_ctor_set(x_792, 1, x_766); +lean_ctor_set(x_792, 2, x_767); +lean_ctor_set(x_792, 3, x_768); +lean_ctor_set(x_792, 4, x_769); +lean_ctor_set(x_792, 5, x_770); +lean_ctor_set(x_792, 6, x_771); +lean_ctor_set(x_792, 7, x_772); +lean_ctor_set(x_792, 8, x_774); +lean_ctor_set(x_792, 9, x_775); +lean_ctor_set(x_792, 10, x_776); +lean_ctor_set(x_792, 11, x_777); +lean_ctor_set(x_792, 12, x_778); +lean_ctor_set(x_792, 13, x_779); +lean_ctor_set(x_792, 14, x_791); +lean_ctor_set(x_792, 15, x_780); +lean_ctor_set_uint8(x_792, sizeof(void*)*16, x_773); +x_793 = lean_st_ref_set(x_2, x_792, x_249); if (lean_obj_tag(x_221) == 0) { -lean_object* x_788; lean_object* x_789; lean_object* x_790; +lean_object* x_794; lean_object* x_795; lean_object* x_796; lean_dec(x_217); -x_788 = lean_ctor_get(x_787, 1); -lean_inc(x_788); -lean_dec(x_787); -x_789 = lean_box(0); -x_790 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_789, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_788); +x_794 = lean_ctor_get(x_793, 1); +lean_inc(x_794); +lean_dec(x_793); +x_795 = lean_box(0); +x_796 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_795, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_794); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -8269,19 +8293,19 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_790; +return x_796; } else { if (lean_obj_tag(x_217) == 0) { -lean_object* x_791; lean_object* x_792; lean_object* x_793; +lean_object* x_797; lean_object* x_798; lean_object* x_799; lean_dec(x_221); -x_791 = lean_ctor_get(x_787, 1); -lean_inc(x_791); -lean_dec(x_787); -x_792 = lean_box(0); -x_793 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_792, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_791); +x_797 = lean_ctor_get(x_793, 1); +lean_inc(x_797); +lean_dec(x_793); +x_798 = lean_box(0); +x_799 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_798, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_797); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -8290,17 +8314,17 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_793; +return x_799; } else { -lean_object* x_794; lean_object* x_795; lean_object* x_796; +lean_object* x_800; lean_object* x_801; lean_object* x_802; lean_dec(x_217); -x_794 = lean_ctor_get(x_787, 1); -lean_inc(x_794); -lean_dec(x_787); -x_795 = lean_ctor_get(x_221, 0); -lean_inc(x_795); +x_800 = lean_ctor_get(x_793, 1); +lean_inc(x_800); +lean_dec(x_793); +x_801 = lean_ctor_get(x_221, 0); +lean_inc(x_801); lean_dec(x_221); lean_inc(x_9); lean_inc(x_8); @@ -8311,370 +8335,169 @@ lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_240); -x_796 = l_Lean_Meta_Grind_Arith_Linear_mkVar(x_795, x_243, x_240, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_794); -if (lean_obj_tag(x_796) == 0) +x_802 = l_Lean_Meta_Grind_Arith_Linear_mkVar(x_801, x_243, x_240, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_800); +if (lean_obj_tag(x_802) == 0) { -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; uint8_t 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; uint8_t x_833; -x_797 = lean_ctor_get(x_796, 0); -lean_inc(x_797); -x_798 = lean_ctor_get(x_796, 1); -lean_inc(x_798); -lean_dec(x_796); -x_799 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__83; -x_800 = lean_box(0); -lean_inc(x_797); -x_801 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_801, 0, x_799); -lean_ctor_set(x_801, 1, x_797); -lean_ctor_set(x_801, 2, x_800); -x_802 = lean_st_ref_take(x_2, x_798); +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; uint8_t 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; uint8_t x_839; x_803 = lean_ctor_get(x_802, 0); lean_inc(x_803); -x_804 = lean_ctor_get(x_803, 14); +x_804 = lean_ctor_get(x_802, 1); lean_inc(x_804); -x_805 = lean_ctor_get(x_804, 3); -lean_inc(x_805); -x_806 = lean_ctor_get(x_802, 1); -lean_inc(x_806); lean_dec(x_802); -x_807 = lean_ctor_get(x_803, 0); -lean_inc(x_807); -x_808 = lean_ctor_get(x_803, 1); -lean_inc(x_808); -x_809 = lean_ctor_get(x_803, 2); +x_805 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__83; +x_806 = lean_box(0); +lean_inc(x_803); +x_807 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_807, 0, x_805); +lean_ctor_set(x_807, 1, x_803); +lean_ctor_set(x_807, 2, x_806); +x_808 = lean_st_ref_take(x_2, x_804); +x_809 = lean_ctor_get(x_808, 0); lean_inc(x_809); -x_810 = lean_ctor_get(x_803, 3); +x_810 = lean_ctor_get(x_809, 14); lean_inc(x_810); -x_811 = lean_ctor_get(x_803, 4); +x_811 = lean_ctor_get(x_810, 3); lean_inc(x_811); -x_812 = lean_ctor_get(x_803, 5); +x_812 = lean_ctor_get(x_808, 1); lean_inc(x_812); -x_813 = lean_ctor_get(x_803, 6); +lean_dec(x_808); +x_813 = lean_ctor_get(x_809, 0); lean_inc(x_813); -x_814 = lean_ctor_get(x_803, 7); +x_814 = lean_ctor_get(x_809, 1); lean_inc(x_814); -x_815 = lean_ctor_get_uint8(x_803, sizeof(void*)*16); -x_816 = lean_ctor_get(x_803, 8); +x_815 = lean_ctor_get(x_809, 2); +lean_inc(x_815); +x_816 = lean_ctor_get(x_809, 3); lean_inc(x_816); -x_817 = lean_ctor_get(x_803, 9); +x_817 = lean_ctor_get(x_809, 4); lean_inc(x_817); -x_818 = lean_ctor_get(x_803, 10); +x_818 = lean_ctor_get(x_809, 5); lean_inc(x_818); -x_819 = lean_ctor_get(x_803, 11); +x_819 = lean_ctor_get(x_809, 6); lean_inc(x_819); -x_820 = lean_ctor_get(x_803, 12); +x_820 = lean_ctor_get(x_809, 7); lean_inc(x_820); -x_821 = lean_ctor_get(x_803, 13); -lean_inc(x_821); -x_822 = lean_ctor_get(x_803, 15); +x_821 = lean_ctor_get_uint8(x_809, sizeof(void*)*16); +x_822 = lean_ctor_get(x_809, 8); lean_inc(x_822); -if (lean_is_exclusive(x_803)) { - lean_ctor_release(x_803, 0); - lean_ctor_release(x_803, 1); - lean_ctor_release(x_803, 2); - lean_ctor_release(x_803, 3); - lean_ctor_release(x_803, 4); - lean_ctor_release(x_803, 5); - lean_ctor_release(x_803, 6); - lean_ctor_release(x_803, 7); - lean_ctor_release(x_803, 8); - lean_ctor_release(x_803, 9); - lean_ctor_release(x_803, 10); - lean_ctor_release(x_803, 11); - lean_ctor_release(x_803, 12); - lean_ctor_release(x_803, 13); - lean_ctor_release(x_803, 14); - lean_ctor_release(x_803, 15); - x_823 = x_803; -} else { - lean_dec_ref(x_803); - x_823 = lean_box(0); -} -x_824 = lean_ctor_get(x_804, 0); +x_823 = lean_ctor_get(x_809, 9); +lean_inc(x_823); +x_824 = lean_ctor_get(x_809, 10); lean_inc(x_824); -x_825 = lean_ctor_get(x_804, 1); +x_825 = lean_ctor_get(x_809, 11); lean_inc(x_825); -x_826 = lean_ctor_get(x_804, 2); +x_826 = lean_ctor_get(x_809, 12); lean_inc(x_826); -if (lean_is_exclusive(x_804)) { - lean_ctor_release(x_804, 0); - lean_ctor_release(x_804, 1); - lean_ctor_release(x_804, 2); - lean_ctor_release(x_804, 3); - x_827 = x_804; -} else { - lean_dec_ref(x_804); - x_827 = lean_box(0); -} -x_828 = lean_ctor_get(x_805, 0); +x_827 = lean_ctor_get(x_809, 13); +lean_inc(x_827); +x_828 = lean_ctor_get(x_809, 15); lean_inc(x_828); -x_829 = lean_ctor_get(x_805, 1); -lean_inc(x_829); -x_830 = lean_ctor_get(x_805, 2); +if (lean_is_exclusive(x_809)) { + lean_ctor_release(x_809, 0); + lean_ctor_release(x_809, 1); + lean_ctor_release(x_809, 2); + lean_ctor_release(x_809, 3); + lean_ctor_release(x_809, 4); + lean_ctor_release(x_809, 5); + lean_ctor_release(x_809, 6); + lean_ctor_release(x_809, 7); + lean_ctor_release(x_809, 8); + lean_ctor_release(x_809, 9); + lean_ctor_release(x_809, 10); + lean_ctor_release(x_809, 11); + lean_ctor_release(x_809, 12); + lean_ctor_release(x_809, 13); + lean_ctor_release(x_809, 14); + lean_ctor_release(x_809, 15); + x_829 = x_809; +} else { + lean_dec_ref(x_809); + x_829 = lean_box(0); +} +x_830 = lean_ctor_get(x_810, 0); lean_inc(x_830); -if (lean_is_exclusive(x_805)) { - lean_ctor_release(x_805, 0); - lean_ctor_release(x_805, 1); - lean_ctor_release(x_805, 2); - x_831 = x_805; +x_831 = lean_ctor_get(x_810, 1); +lean_inc(x_831); +x_832 = lean_ctor_get(x_810, 2); +lean_inc(x_832); +if (lean_is_exclusive(x_810)) { + lean_ctor_release(x_810, 0); + lean_ctor_release(x_810, 1); + lean_ctor_release(x_810, 2); + lean_ctor_release(x_810, 3); + x_833 = x_810; } else { - lean_dec_ref(x_805); - x_831 = lean_box(0); + lean_dec_ref(x_810); + x_833 = lean_box(0); } -x_832 = lean_array_get_size(x_828); -x_833 = lean_nat_dec_lt(x_240, x_832); -lean_dec(x_832); -if (x_833 == 0) +x_834 = lean_ctor_get(x_811, 0); +lean_inc(x_834); +x_835 = lean_ctor_get(x_811, 1); +lean_inc(x_835); +x_836 = lean_ctor_get(x_811, 2); +lean_inc(x_836); +if (lean_is_exclusive(x_811)) { + lean_ctor_release(x_811, 0); + lean_ctor_release(x_811, 1); + lean_ctor_release(x_811, 2); + x_837 = x_811; +} else { + lean_dec_ref(x_811); + x_837 = lean_box(0); +} +x_838 = lean_array_get_size(x_834); +x_839 = lean_nat_dec_lt(x_240, x_838); +lean_dec(x_838); +if (x_839 == 0) { -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_dec(x_801); -lean_dec(x_797); -if (lean_is_scalar(x_831)) { - x_834 = lean_alloc_ctor(0, 3, 0); +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_dec(x_807); +lean_dec(x_803); +if (lean_is_scalar(x_837)) { + x_840 = lean_alloc_ctor(0, 3, 0); } else { - x_834 = x_831; + x_840 = x_837; } -lean_ctor_set(x_834, 0, x_828); -lean_ctor_set(x_834, 1, x_829); -lean_ctor_set(x_834, 2, x_830); -if (lean_is_scalar(x_827)) { - x_835 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_840, 0, x_834); +lean_ctor_set(x_840, 1, x_835); +lean_ctor_set(x_840, 2, x_836); +if (lean_is_scalar(x_833)) { + x_841 = lean_alloc_ctor(0, 4, 0); } else { - x_835 = x_827; + x_841 = x_833; } -lean_ctor_set(x_835, 0, x_824); -lean_ctor_set(x_835, 1, x_825); -lean_ctor_set(x_835, 2, x_826); -lean_ctor_set(x_835, 3, x_834); -if (lean_is_scalar(x_823)) { - x_836 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_841, 0, x_830); +lean_ctor_set(x_841, 1, x_831); +lean_ctor_set(x_841, 2, x_832); +lean_ctor_set(x_841, 3, x_840); +if (lean_is_scalar(x_829)) { + x_842 = lean_alloc_ctor(0, 16, 1); } else { - x_836 = x_823; + x_842 = x_829; } -lean_ctor_set(x_836, 0, x_807); -lean_ctor_set(x_836, 1, x_808); -lean_ctor_set(x_836, 2, x_809); -lean_ctor_set(x_836, 3, x_810); -lean_ctor_set(x_836, 4, x_811); -lean_ctor_set(x_836, 5, x_812); -lean_ctor_set(x_836, 6, x_813); -lean_ctor_set(x_836, 7, x_814); -lean_ctor_set(x_836, 8, x_816); -lean_ctor_set(x_836, 9, x_817); -lean_ctor_set(x_836, 10, x_818); -lean_ctor_set(x_836, 11, x_819); -lean_ctor_set(x_836, 12, x_820); -lean_ctor_set(x_836, 13, x_821); -lean_ctor_set(x_836, 14, x_835); -lean_ctor_set(x_836, 15, x_822); -lean_ctor_set_uint8(x_836, sizeof(void*)*16, x_815); -x_837 = lean_st_ref_set(x_2, x_836, x_806); -x_838 = lean_ctor_get(x_837, 1); -lean_inc(x_838); -lean_dec(x_837); -x_839 = lean_box(0); -x_840 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_839, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_838); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_840; -} -else -{ -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; uint8_t 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; -x_841 = lean_array_fget(x_828, x_240); -x_842 = lean_box(0); -x_843 = lean_array_fset(x_828, x_240, x_842); -x_844 = lean_ctor_get(x_841, 0); +lean_ctor_set(x_842, 0, x_813); +lean_ctor_set(x_842, 1, x_814); +lean_ctor_set(x_842, 2, x_815); +lean_ctor_set(x_842, 3, x_816); +lean_ctor_set(x_842, 4, x_817); +lean_ctor_set(x_842, 5, x_818); +lean_ctor_set(x_842, 6, x_819); +lean_ctor_set(x_842, 7, x_820); +lean_ctor_set(x_842, 8, x_822); +lean_ctor_set(x_842, 9, x_823); +lean_ctor_set(x_842, 10, x_824); +lean_ctor_set(x_842, 11, x_825); +lean_ctor_set(x_842, 12, x_826); +lean_ctor_set(x_842, 13, x_827); +lean_ctor_set(x_842, 14, x_841); +lean_ctor_set(x_842, 15, x_828); +lean_ctor_set_uint8(x_842, sizeof(void*)*16, x_821); +x_843 = lean_st_ref_set(x_2, x_842, x_812); +x_844 = lean_ctor_get(x_843, 1); lean_inc(x_844); -x_845 = lean_ctor_get(x_841, 1); -lean_inc(x_845); -x_846 = lean_ctor_get(x_841, 2); -lean_inc(x_846); -x_847 = lean_ctor_get(x_841, 3); -lean_inc(x_847); -x_848 = lean_ctor_get(x_841, 4); -lean_inc(x_848); -x_849 = lean_ctor_get(x_841, 5); -lean_inc(x_849); -x_850 = lean_ctor_get(x_841, 6); -lean_inc(x_850); -x_851 = lean_ctor_get(x_841, 7); -lean_inc(x_851); -x_852 = lean_ctor_get(x_841, 8); -lean_inc(x_852); -x_853 = lean_ctor_get(x_841, 9); -lean_inc(x_853); -x_854 = lean_ctor_get(x_841, 10); -lean_inc(x_854); -x_855 = lean_ctor_get(x_841, 11); -lean_inc(x_855); -x_856 = lean_ctor_get(x_841, 12); -lean_inc(x_856); -x_857 = lean_ctor_get(x_841, 13); -lean_inc(x_857); -x_858 = lean_ctor_get(x_841, 14); -lean_inc(x_858); -x_859 = lean_ctor_get(x_841, 15); -lean_inc(x_859); -x_860 = lean_ctor_get(x_841, 16); -lean_inc(x_860); -x_861 = lean_ctor_get(x_841, 17); -lean_inc(x_861); -x_862 = lean_ctor_get(x_841, 18); -lean_inc(x_862); -x_863 = lean_ctor_get(x_841, 19); -lean_inc(x_863); -x_864 = lean_ctor_get(x_841, 20); -lean_inc(x_864); -x_865 = lean_ctor_get(x_841, 21); -lean_inc(x_865); -x_866 = lean_ctor_get(x_841, 22); -lean_inc(x_866); -x_867 = lean_ctor_get(x_841, 23); -lean_inc(x_867); -x_868 = lean_ctor_get(x_841, 24); -lean_inc(x_868); -x_869 = lean_ctor_get(x_841, 25); -lean_inc(x_869); -x_870 = lean_ctor_get(x_841, 26); -lean_inc(x_870); -x_871 = lean_ctor_get(x_841, 27); -lean_inc(x_871); -x_872 = lean_ctor_get(x_841, 28); -lean_inc(x_872); -x_873 = lean_ctor_get_uint8(x_841, sizeof(void*)*31); -x_874 = lean_ctor_get(x_841, 29); -lean_inc(x_874); -x_875 = lean_ctor_get(x_841, 30); -lean_inc(x_875); -if (lean_is_exclusive(x_841)) { - lean_ctor_release(x_841, 0); - lean_ctor_release(x_841, 1); - lean_ctor_release(x_841, 2); - lean_ctor_release(x_841, 3); - lean_ctor_release(x_841, 4); - lean_ctor_release(x_841, 5); - lean_ctor_release(x_841, 6); - lean_ctor_release(x_841, 7); - lean_ctor_release(x_841, 8); - lean_ctor_release(x_841, 9); - lean_ctor_release(x_841, 10); - lean_ctor_release(x_841, 11); - lean_ctor_release(x_841, 12); - lean_ctor_release(x_841, 13); - lean_ctor_release(x_841, 14); - lean_ctor_release(x_841, 15); - lean_ctor_release(x_841, 16); - lean_ctor_release(x_841, 17); - lean_ctor_release(x_841, 18); - lean_ctor_release(x_841, 19); - lean_ctor_release(x_841, 20); - lean_ctor_release(x_841, 21); - lean_ctor_release(x_841, 22); - lean_ctor_release(x_841, 23); - lean_ctor_release(x_841, 24); - lean_ctor_release(x_841, 25); - lean_ctor_release(x_841, 26); - lean_ctor_release(x_841, 27); - lean_ctor_release(x_841, 28); - lean_ctor_release(x_841, 29); - lean_ctor_release(x_841, 30); - x_876 = x_841; -} else { - lean_dec_ref(x_841); - x_876 = lean_box(0); -} -x_877 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; -x_878 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_801, x_877, x_869, x_797); -lean_dec(x_797); -if (lean_is_scalar(x_876)) { - x_879 = lean_alloc_ctor(0, 31, 1); -} else { - x_879 = x_876; -} -lean_ctor_set(x_879, 0, x_844); -lean_ctor_set(x_879, 1, x_845); -lean_ctor_set(x_879, 2, x_846); -lean_ctor_set(x_879, 3, x_847); -lean_ctor_set(x_879, 4, x_848); -lean_ctor_set(x_879, 5, x_849); -lean_ctor_set(x_879, 6, x_850); -lean_ctor_set(x_879, 7, x_851); -lean_ctor_set(x_879, 8, x_852); -lean_ctor_set(x_879, 9, x_853); -lean_ctor_set(x_879, 10, x_854); -lean_ctor_set(x_879, 11, x_855); -lean_ctor_set(x_879, 12, x_856); -lean_ctor_set(x_879, 13, x_857); -lean_ctor_set(x_879, 14, x_858); -lean_ctor_set(x_879, 15, x_859); -lean_ctor_set(x_879, 16, x_860); -lean_ctor_set(x_879, 17, x_861); -lean_ctor_set(x_879, 18, x_862); -lean_ctor_set(x_879, 19, x_863); -lean_ctor_set(x_879, 20, x_864); -lean_ctor_set(x_879, 21, x_865); -lean_ctor_set(x_879, 22, x_866); -lean_ctor_set(x_879, 23, x_867); -lean_ctor_set(x_879, 24, x_868); -lean_ctor_set(x_879, 25, x_878); -lean_ctor_set(x_879, 26, x_870); -lean_ctor_set(x_879, 27, x_871); -lean_ctor_set(x_879, 28, x_872); -lean_ctor_set(x_879, 29, x_874); -lean_ctor_set(x_879, 30, x_875); -lean_ctor_set_uint8(x_879, sizeof(void*)*31, x_873); -x_880 = lean_array_fset(x_843, x_240, x_879); -if (lean_is_scalar(x_831)) { - x_881 = lean_alloc_ctor(0, 3, 0); -} else { - x_881 = x_831; -} -lean_ctor_set(x_881, 0, x_880); -lean_ctor_set(x_881, 1, x_829); -lean_ctor_set(x_881, 2, x_830); -if (lean_is_scalar(x_827)) { - x_882 = lean_alloc_ctor(0, 4, 0); -} else { - x_882 = x_827; -} -lean_ctor_set(x_882, 0, x_824); -lean_ctor_set(x_882, 1, x_825); -lean_ctor_set(x_882, 2, x_826); -lean_ctor_set(x_882, 3, x_881); -if (lean_is_scalar(x_823)) { - x_883 = lean_alloc_ctor(0, 16, 1); -} else { - x_883 = x_823; -} -lean_ctor_set(x_883, 0, x_807); -lean_ctor_set(x_883, 1, x_808); -lean_ctor_set(x_883, 2, x_809); -lean_ctor_set(x_883, 3, x_810); -lean_ctor_set(x_883, 4, x_811); -lean_ctor_set(x_883, 5, x_812); -lean_ctor_set(x_883, 6, x_813); -lean_ctor_set(x_883, 7, x_814); -lean_ctor_set(x_883, 8, x_816); -lean_ctor_set(x_883, 9, x_817); -lean_ctor_set(x_883, 10, x_818); -lean_ctor_set(x_883, 11, x_819); -lean_ctor_set(x_883, 12, x_820); -lean_ctor_set(x_883, 13, x_821); -lean_ctor_set(x_883, 14, x_882); -lean_ctor_set(x_883, 15, x_822); -lean_ctor_set_uint8(x_883, sizeof(void*)*16, x_815); -x_884 = lean_st_ref_set(x_2, x_883, x_806); -x_885 = lean_ctor_get(x_884, 1); -lean_inc(x_885); -lean_dec(x_884); -x_886 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_842, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_885); +lean_dec(x_843); +x_845 = lean_box(0); +x_846 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_845, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_844); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -8683,12 +8506,217 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_886; +return x_846; +} +else +{ +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; uint8_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; +x_847 = lean_array_fget(x_834, x_240); +x_848 = lean_box(0); +x_849 = lean_array_fset(x_834, x_240, x_848); +x_850 = lean_ctor_get(x_847, 0); +lean_inc(x_850); +x_851 = lean_ctor_get(x_847, 1); +lean_inc(x_851); +x_852 = lean_ctor_get(x_847, 2); +lean_inc(x_852); +x_853 = lean_ctor_get(x_847, 3); +lean_inc(x_853); +x_854 = lean_ctor_get(x_847, 4); +lean_inc(x_854); +x_855 = lean_ctor_get(x_847, 5); +lean_inc(x_855); +x_856 = lean_ctor_get(x_847, 6); +lean_inc(x_856); +x_857 = lean_ctor_get(x_847, 7); +lean_inc(x_857); +x_858 = lean_ctor_get(x_847, 8); +lean_inc(x_858); +x_859 = lean_ctor_get(x_847, 9); +lean_inc(x_859); +x_860 = lean_ctor_get(x_847, 10); +lean_inc(x_860); +x_861 = lean_ctor_get(x_847, 11); +lean_inc(x_861); +x_862 = lean_ctor_get(x_847, 12); +lean_inc(x_862); +x_863 = lean_ctor_get(x_847, 13); +lean_inc(x_863); +x_864 = lean_ctor_get(x_847, 14); +lean_inc(x_864); +x_865 = lean_ctor_get(x_847, 15); +lean_inc(x_865); +x_866 = lean_ctor_get(x_847, 16); +lean_inc(x_866); +x_867 = lean_ctor_get(x_847, 17); +lean_inc(x_867); +x_868 = lean_ctor_get(x_847, 18); +lean_inc(x_868); +x_869 = lean_ctor_get(x_847, 19); +lean_inc(x_869); +x_870 = lean_ctor_get(x_847, 20); +lean_inc(x_870); +x_871 = lean_ctor_get(x_847, 21); +lean_inc(x_871); +x_872 = lean_ctor_get(x_847, 22); +lean_inc(x_872); +x_873 = lean_ctor_get(x_847, 23); +lean_inc(x_873); +x_874 = lean_ctor_get(x_847, 24); +lean_inc(x_874); +x_875 = lean_ctor_get(x_847, 25); +lean_inc(x_875); +x_876 = lean_ctor_get(x_847, 26); +lean_inc(x_876); +x_877 = lean_ctor_get(x_847, 27); +lean_inc(x_877); +x_878 = lean_ctor_get(x_847, 28); +lean_inc(x_878); +x_879 = lean_ctor_get_uint8(x_847, sizeof(void*)*32); +x_880 = lean_ctor_get(x_847, 29); +lean_inc(x_880); +x_881 = lean_ctor_get(x_847, 30); +lean_inc(x_881); +x_882 = lean_ctor_get(x_847, 31); +lean_inc(x_882); +if (lean_is_exclusive(x_847)) { + lean_ctor_release(x_847, 0); + lean_ctor_release(x_847, 1); + lean_ctor_release(x_847, 2); + lean_ctor_release(x_847, 3); + lean_ctor_release(x_847, 4); + lean_ctor_release(x_847, 5); + lean_ctor_release(x_847, 6); + lean_ctor_release(x_847, 7); + lean_ctor_release(x_847, 8); + lean_ctor_release(x_847, 9); + lean_ctor_release(x_847, 10); + lean_ctor_release(x_847, 11); + lean_ctor_release(x_847, 12); + lean_ctor_release(x_847, 13); + lean_ctor_release(x_847, 14); + lean_ctor_release(x_847, 15); + lean_ctor_release(x_847, 16); + lean_ctor_release(x_847, 17); + lean_ctor_release(x_847, 18); + lean_ctor_release(x_847, 19); + lean_ctor_release(x_847, 20); + lean_ctor_release(x_847, 21); + lean_ctor_release(x_847, 22); + lean_ctor_release(x_847, 23); + lean_ctor_release(x_847, 24); + lean_ctor_release(x_847, 25); + lean_ctor_release(x_847, 26); + lean_ctor_release(x_847, 27); + lean_ctor_release(x_847, 28); + lean_ctor_release(x_847, 29); + lean_ctor_release(x_847, 30); + lean_ctor_release(x_847, 31); + x_883 = x_847; +} else { + lean_dec_ref(x_847); + x_883 = lean_box(0); +} +x_884 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; +x_885 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_807, x_884, x_875, x_803); +lean_dec(x_803); +if (lean_is_scalar(x_883)) { + x_886 = lean_alloc_ctor(0, 32, 1); +} else { + x_886 = x_883; +} +lean_ctor_set(x_886, 0, x_850); +lean_ctor_set(x_886, 1, x_851); +lean_ctor_set(x_886, 2, x_852); +lean_ctor_set(x_886, 3, x_853); +lean_ctor_set(x_886, 4, x_854); +lean_ctor_set(x_886, 5, x_855); +lean_ctor_set(x_886, 6, x_856); +lean_ctor_set(x_886, 7, x_857); +lean_ctor_set(x_886, 8, x_858); +lean_ctor_set(x_886, 9, x_859); +lean_ctor_set(x_886, 10, x_860); +lean_ctor_set(x_886, 11, x_861); +lean_ctor_set(x_886, 12, x_862); +lean_ctor_set(x_886, 13, x_863); +lean_ctor_set(x_886, 14, x_864); +lean_ctor_set(x_886, 15, x_865); +lean_ctor_set(x_886, 16, x_866); +lean_ctor_set(x_886, 17, x_867); +lean_ctor_set(x_886, 18, x_868); +lean_ctor_set(x_886, 19, x_869); +lean_ctor_set(x_886, 20, x_870); +lean_ctor_set(x_886, 21, x_871); +lean_ctor_set(x_886, 22, x_872); +lean_ctor_set(x_886, 23, x_873); +lean_ctor_set(x_886, 24, x_874); +lean_ctor_set(x_886, 25, x_885); +lean_ctor_set(x_886, 26, x_876); +lean_ctor_set(x_886, 27, x_877); +lean_ctor_set(x_886, 28, x_878); +lean_ctor_set(x_886, 29, x_880); +lean_ctor_set(x_886, 30, x_881); +lean_ctor_set(x_886, 31, x_882); +lean_ctor_set_uint8(x_886, sizeof(void*)*32, x_879); +x_887 = lean_array_fset(x_849, x_240, x_886); +if (lean_is_scalar(x_837)) { + x_888 = lean_alloc_ctor(0, 3, 0); +} else { + x_888 = x_837; +} +lean_ctor_set(x_888, 0, x_887); +lean_ctor_set(x_888, 1, x_835); +lean_ctor_set(x_888, 2, x_836); +if (lean_is_scalar(x_833)) { + x_889 = lean_alloc_ctor(0, 4, 0); +} else { + x_889 = x_833; +} +lean_ctor_set(x_889, 0, x_830); +lean_ctor_set(x_889, 1, x_831); +lean_ctor_set(x_889, 2, x_832); +lean_ctor_set(x_889, 3, x_888); +if (lean_is_scalar(x_829)) { + x_890 = lean_alloc_ctor(0, 16, 1); +} else { + x_890 = x_829; +} +lean_ctor_set(x_890, 0, x_813); +lean_ctor_set(x_890, 1, x_814); +lean_ctor_set(x_890, 2, x_815); +lean_ctor_set(x_890, 3, x_816); +lean_ctor_set(x_890, 4, x_817); +lean_ctor_set(x_890, 5, x_818); +lean_ctor_set(x_890, 6, x_819); +lean_ctor_set(x_890, 7, x_820); +lean_ctor_set(x_890, 8, x_822); +lean_ctor_set(x_890, 9, x_823); +lean_ctor_set(x_890, 10, x_824); +lean_ctor_set(x_890, 11, x_825); +lean_ctor_set(x_890, 12, x_826); +lean_ctor_set(x_890, 13, x_827); +lean_ctor_set(x_890, 14, x_889); +lean_ctor_set(x_890, 15, x_828); +lean_ctor_set_uint8(x_890, sizeof(void*)*16, x_821); +x_891 = lean_st_ref_set(x_2, x_890, x_812); +x_892 = lean_ctor_get(x_891, 1); +lean_inc(x_892); +lean_dec(x_891); +x_893 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_240, x_848, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_892); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_893; } } else { -lean_object* x_887; lean_object* x_888; lean_object* x_889; lean_object* x_890; +lean_object* x_894; lean_object* x_895; lean_object* x_896; lean_object* x_897; lean_dec(x_240); lean_dec(x_9); lean_dec(x_8); @@ -8698,26 +8726,26 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_887 = lean_ctor_get(x_796, 0); -lean_inc(x_887); -x_888 = lean_ctor_get(x_796, 1); -lean_inc(x_888); -if (lean_is_exclusive(x_796)) { - lean_ctor_release(x_796, 0); - lean_ctor_release(x_796, 1); - x_889 = x_796; +x_894 = lean_ctor_get(x_802, 0); +lean_inc(x_894); +x_895 = lean_ctor_get(x_802, 1); +lean_inc(x_895); +if (lean_is_exclusive(x_802)) { + lean_ctor_release(x_802, 0); + lean_ctor_release(x_802, 1); + x_896 = x_802; } else { - lean_dec_ref(x_796); - x_889 = lean_box(0); + lean_dec_ref(x_802); + x_896 = lean_box(0); } -if (lean_is_scalar(x_889)) { - x_890 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_896)) { + x_897 = lean_alloc_ctor(1, 2, 0); } else { - x_890 = x_889; + x_897 = x_896; } -lean_ctor_set(x_890, 0, x_887); -lean_ctor_set(x_890, 1, x_888); -return x_890; +lean_ctor_set(x_897, 0, x_894); +lean_ctor_set(x_897, 1, x_895); +return x_897; } } } @@ -8727,7 +8755,7 @@ return x_890; } else { -uint8_t x_948; +uint8_t x_955; lean_dec(x_221); lean_dec(x_217); lean_dec(x_209); @@ -8759,30 +8787,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_948 = !lean_is_exclusive(x_226); -if (x_948 == 0) +x_955 = !lean_is_exclusive(x_226); +if (x_955 == 0) { return x_226; } else { -lean_object* x_949; lean_object* x_950; lean_object* x_951; -x_949 = lean_ctor_get(x_226, 0); -x_950 = lean_ctor_get(x_226, 1); -lean_inc(x_950); -lean_inc(x_949); +lean_object* x_956; lean_object* x_957; lean_object* x_958; +x_956 = lean_ctor_get(x_226, 0); +x_957 = lean_ctor_get(x_226, 1); +lean_inc(x_957); +lean_inc(x_956); lean_dec(x_226); -x_951 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_951, 0, x_949); -lean_ctor_set(x_951, 1, x_950); -return x_951; +x_958 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_958, 0, x_956); +lean_ctor_set(x_958, 1, x_957); +return x_958; } } } } else { -uint8_t x_1088; +uint8_t x_1095; lean_dec(x_209); lean_dec(x_206); lean_dec(x_202); @@ -8812,29 +8840,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1088 = !lean_is_exclusive(x_214); -if (x_1088 == 0) +x_1095 = !lean_is_exclusive(x_214); +if (x_1095 == 0) { return x_214; } else { -lean_object* x_1089; lean_object* x_1090; lean_object* x_1091; -x_1089 = lean_ctor_get(x_214, 0); -x_1090 = lean_ctor_get(x_214, 1); -lean_inc(x_1090); -lean_inc(x_1089); +lean_object* x_1096; lean_object* x_1097; lean_object* x_1098; +x_1096 = lean_ctor_get(x_214, 0); +x_1097 = lean_ctor_get(x_214, 1); +lean_inc(x_1097); +lean_inc(x_1096); lean_dec(x_214); -x_1091 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1091, 0, x_1089); -lean_ctor_set(x_1091, 1, x_1090); -return x_1091; +x_1098 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1098, 0, x_1096); +lean_ctor_set(x_1098, 1, x_1097); +return x_1098; } } } else { -uint8_t x_1092; +uint8_t x_1099; lean_dec(x_206); lean_dec(x_202); lean_dec(x_194); @@ -8863,30 +8891,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1092 = !lean_is_exclusive(x_208); -if (x_1092 == 0) +x_1099 = !lean_is_exclusive(x_208); +if (x_1099 == 0) { return x_208; } else { -lean_object* x_1093; lean_object* x_1094; lean_object* x_1095; -x_1093 = lean_ctor_get(x_208, 0); -x_1094 = lean_ctor_get(x_208, 1); -lean_inc(x_1094); -lean_inc(x_1093); +lean_object* x_1100; lean_object* x_1101; lean_object* x_1102; +x_1100 = lean_ctor_get(x_208, 0); +x_1101 = lean_ctor_get(x_208, 1); +lean_inc(x_1101); +lean_inc(x_1100); lean_dec(x_208); -x_1095 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1095, 0, x_1093); -lean_ctor_set(x_1095, 1, x_1094); -return x_1095; +x_1102 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1102, 0, x_1100); +lean_ctor_set(x_1102, 1, x_1101); +return x_1102; } } } } else { -uint8_t x_1190; +uint8_t x_1197; lean_dec(x_200); lean_dec(x_194); lean_dec(x_185); @@ -8916,31 +8944,31 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1190 = !lean_is_exclusive(x_199); -if (x_1190 == 0) +x_1197 = !lean_is_exclusive(x_199); +if (x_1197 == 0) { -lean_object* x_1191; -x_1191 = lean_ctor_get(x_199, 0); -lean_dec(x_1191); +lean_object* x_1198; +x_1198 = lean_ctor_get(x_199, 0); +lean_dec(x_1198); lean_ctor_set(x_199, 0, x_23); return x_199; } else { -lean_object* x_1192; lean_object* x_1193; -x_1192 = lean_ctor_get(x_199, 1); -lean_inc(x_1192); +lean_object* x_1199; lean_object* x_1200; +x_1199 = lean_ctor_get(x_199, 1); +lean_inc(x_1199); lean_dec(x_199); -x_1193 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1193, 0, x_23); -lean_ctor_set(x_1193, 1, x_1192); -return x_1193; +x_1200 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1200, 0, x_23); +lean_ctor_set(x_1200, 1, x_1199); +return x_1200; } } } else { -uint8_t x_1194; +uint8_t x_1201; lean_dec(x_194); lean_dec(x_185); lean_dec(x_166); @@ -8969,30 +8997,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1194 = !lean_is_exclusive(x_199); -if (x_1194 == 0) +x_1201 = !lean_is_exclusive(x_199); +if (x_1201 == 0) { return x_199; } else { -lean_object* x_1195; lean_object* x_1196; lean_object* x_1197; -x_1195 = lean_ctor_get(x_199, 0); -x_1196 = lean_ctor_get(x_199, 1); -lean_inc(x_1196); -lean_inc(x_1195); +lean_object* x_1202; lean_object* x_1203; lean_object* x_1204; +x_1202 = lean_ctor_get(x_199, 0); +x_1203 = lean_ctor_get(x_199, 1); +lean_inc(x_1203); +lean_inc(x_1202); lean_dec(x_199); -x_1197 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1197, 0, x_1195); -lean_ctor_set(x_1197, 1, x_1196); -return x_1197; +x_1204 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1204, 0, x_1202); +lean_ctor_set(x_1204, 1, x_1203); +return x_1204; } } } } else { -uint8_t x_1296; +uint8_t x_1303; lean_dec(x_185); lean_dec(x_166); lean_dec(x_160); @@ -9020,30 +9048,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1296 = !lean_is_exclusive(x_190); -if (x_1296 == 0) +x_1303 = !lean_is_exclusive(x_190); +if (x_1303 == 0) { return x_190; } else { -lean_object* x_1297; lean_object* x_1298; lean_object* x_1299; -x_1297 = lean_ctor_get(x_190, 0); -x_1298 = lean_ctor_get(x_190, 1); -lean_inc(x_1298); -lean_inc(x_1297); +lean_object* x_1304; lean_object* x_1305; lean_object* x_1306; +x_1304 = lean_ctor_get(x_190, 0); +x_1305 = lean_ctor_get(x_190, 1); +lean_inc(x_1305); +lean_inc(x_1304); lean_dec(x_190); -x_1299 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1299, 0, x_1297); -lean_ctor_set(x_1299, 1, x_1298); -return x_1299; +x_1306 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1306, 0, x_1304); +lean_ctor_set(x_1306, 1, x_1305); +return x_1306; } } } } else { -uint8_t x_1397; +uint8_t x_1404; lean_dec(x_166); lean_dec(x_160); lean_dec(x_145); @@ -9070,29 +9098,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1397 = !lean_is_exclusive(x_181); -if (x_1397 == 0) +x_1404 = !lean_is_exclusive(x_181); +if (x_1404 == 0) { return x_181; } else { -lean_object* x_1398; lean_object* x_1399; lean_object* x_1400; -x_1398 = lean_ctor_get(x_181, 0); -x_1399 = lean_ctor_get(x_181, 1); -lean_inc(x_1399); -lean_inc(x_1398); +lean_object* x_1405; lean_object* x_1406; lean_object* x_1407; +x_1405 = lean_ctor_get(x_181, 0); +x_1406 = lean_ctor_get(x_181, 1); +lean_inc(x_1406); +lean_inc(x_1405); lean_dec(x_181); -x_1400 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1400, 0, x_1398); -lean_ctor_set(x_1400, 1, x_1399); -return x_1400; +x_1407 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1407, 0, x_1405); +lean_ctor_set(x_1407, 1, x_1406); +return x_1407; } } } else { -uint8_t x_1401; +uint8_t x_1408; lean_dec(x_166); lean_dec(x_160); lean_dec(x_145); @@ -9119,29 +9147,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1401 = !lean_is_exclusive(x_176); -if (x_1401 == 0) +x_1408 = !lean_is_exclusive(x_176); +if (x_1408 == 0) { return x_176; } else { -lean_object* x_1402; lean_object* x_1403; lean_object* x_1404; -x_1402 = lean_ctor_get(x_176, 0); -x_1403 = lean_ctor_get(x_176, 1); -lean_inc(x_1403); -lean_inc(x_1402); +lean_object* x_1409; lean_object* x_1410; lean_object* x_1411; +x_1409 = lean_ctor_get(x_176, 0); +x_1410 = lean_ctor_get(x_176, 1); +lean_inc(x_1410); +lean_inc(x_1409); lean_dec(x_176); -x_1404 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1404, 0, x_1402); -lean_ctor_set(x_1404, 1, x_1403); -return x_1404; +x_1411 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1411, 0, x_1409); +lean_ctor_set(x_1411, 1, x_1410); +return x_1411; } } } else { -uint8_t x_1405; +uint8_t x_1412; lean_dec(x_166); lean_dec(x_160); lean_dec(x_154); @@ -9169,29 +9197,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1405 = !lean_is_exclusive(x_171); -if (x_1405 == 0) +x_1412 = !lean_is_exclusive(x_171); +if (x_1412 == 0) { return x_171; } else { -lean_object* x_1406; lean_object* x_1407; lean_object* x_1408; -x_1406 = lean_ctor_get(x_171, 0); -x_1407 = lean_ctor_get(x_171, 1); -lean_inc(x_1407); -lean_inc(x_1406); +lean_object* x_1413; lean_object* x_1414; lean_object* x_1415; +x_1413 = lean_ctor_get(x_171, 0); +x_1414 = lean_ctor_get(x_171, 1); +lean_inc(x_1414); +lean_inc(x_1413); lean_dec(x_171); -x_1408 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1408, 0, x_1406); -lean_ctor_set(x_1408, 1, x_1407); -return x_1408; +x_1415 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1415, 0, x_1413); +lean_ctor_set(x_1415, 1, x_1414); +return x_1415; } } } else { -uint8_t x_1409; +uint8_t x_1416; lean_dec(x_160); lean_dec(x_154); lean_dec(x_149); @@ -9219,29 +9247,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1409 = !lean_is_exclusive(x_165); -if (x_1409 == 0) +x_1416 = !lean_is_exclusive(x_165); +if (x_1416 == 0) { return x_165; } else { -lean_object* x_1410; lean_object* x_1411; lean_object* x_1412; -x_1410 = lean_ctor_get(x_165, 0); -x_1411 = lean_ctor_get(x_165, 1); -lean_inc(x_1411); -lean_inc(x_1410); +lean_object* x_1417; lean_object* x_1418; lean_object* x_1419; +x_1417 = lean_ctor_get(x_165, 0); +x_1418 = lean_ctor_get(x_165, 1); +lean_inc(x_1418); +lean_inc(x_1417); lean_dec(x_165); -x_1412 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1412, 0, x_1410); -lean_ctor_set(x_1412, 1, x_1411); -return x_1412; +x_1419 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1419, 0, x_1417); +lean_ctor_set(x_1419, 1, x_1418); +return x_1419; } } } else { -uint8_t x_1413; +uint8_t x_1420; lean_dec(x_154); lean_dec(x_149); lean_dec(x_145); @@ -9268,23 +9296,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1413 = !lean_is_exclusive(x_159); -if (x_1413 == 0) +x_1420 = !lean_is_exclusive(x_159); +if (x_1420 == 0) { return x_159; } else { -lean_object* x_1414; lean_object* x_1415; lean_object* x_1416; -x_1414 = lean_ctor_get(x_159, 0); -x_1415 = lean_ctor_get(x_159, 1); -lean_inc(x_1415); -lean_inc(x_1414); +lean_object* x_1421; lean_object* x_1422; lean_object* x_1423; +x_1421 = lean_ctor_get(x_159, 0); +x_1422 = lean_ctor_get(x_159, 1); +lean_inc(x_1422); +lean_inc(x_1421); lean_dec(x_159); -x_1416 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1416, 0, x_1414); -lean_ctor_set(x_1416, 1, x_1415); -return x_1416; +x_1423 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1423, 0, x_1421); +lean_ctor_set(x_1423, 1, x_1422); +return x_1423; } } } @@ -9293,91 +9321,16 @@ return x_1416; } else { -lean_object* x_1457; lean_object* x_1458; lean_object* x_1459; -x_1457 = lean_ctor_get(x_139, 0); -x_1458 = lean_ctor_get(x_139, 1); -lean_inc(x_1458); -lean_inc(x_1457); -lean_dec(x_139); -x_1459 = l_Lean_LOption_toOption___rarg(x_1457); -if (lean_obj_tag(x_1459) == 0) -{ -lean_object* x_1460; -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1460 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1460, 0, x_23); -lean_ctor_set(x_1460, 1, x_1458); -return x_1460; -} -else -{ -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_2111; -x_1461 = lean_ctor_get(x_1459, 0); -lean_inc(x_1461); -if (lean_is_exclusive(x_1459)) { - lean_ctor_release(x_1459, 0); - x_1462 = x_1459; -} else { - lean_dec_ref(x_1459); - x_1462 = lean_box(0); -} -x_1463 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__48; -lean_inc(x_15); -x_1464 = l_Lean_Expr_const___override(x_1463, x_15); -lean_inc(x_1); -x_1465 = l_Lean_Expr_app___override(x_1464, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); +lean_object* x_1464; lean_object* x_1465; lean_object* x_1466; +x_1464 = lean_ctor_get(x_139, 0); +x_1465 = lean_ctor_get(x_139, 1); lean_inc(x_1465); -x_2111 = l_Lean_Meta_trySynthInstance(x_1465, x_23, x_6, x_7, x_8, x_9, x_1458); -if (lean_obj_tag(x_2111) == 0) +lean_inc(x_1464); +lean_dec(x_139); +x_1466 = l_Lean_LOption_toOption___rarg(x_1464); +if (lean_obj_tag(x_1466) == 0) { -lean_object* x_2112; -x_2112 = lean_ctor_get(x_2111, 0); -lean_inc(x_2112); -if (lean_obj_tag(x_2112) == 1) -{ -lean_object* x_2113; lean_object* x_2114; -lean_dec(x_1465); -x_2113 = lean_ctor_get(x_2111, 1); -lean_inc(x_2113); -lean_dec(x_2111); -x_2114 = lean_ctor_get(x_2112, 0); -lean_inc(x_2114); -lean_dec(x_2112); -x_1466 = x_2114; -x_1467 = x_2113; -goto block_2110; -} -else -{ -lean_object* x_2115; lean_object* x_2116; lean_object* x_2117; lean_object* x_2118; lean_object* x_2119; lean_object* x_2120; lean_object* x_2121; lean_object* x_2122; lean_object* x_2123; lean_object* x_2124; lean_object* x_2125; -lean_dec(x_2112); -lean_dec(x_1462); -lean_dec(x_1461); +lean_object* x_1467; lean_dec(x_103); lean_dec(x_95); lean_dec(x_84); @@ -9391,20 +9344,6 @@ lean_dec(x_20); lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); -lean_dec(x_1); -x_2115 = lean_ctor_get(x_2111, 1); -lean_inc(x_2115); -lean_dec(x_2111); -x_2116 = l_Lean_indentExpr(x_1465); -x_2117 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_2118 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2118, 0, x_2117); -lean_ctor_set(x_2118, 1, x_2116); -x_2119 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_2120 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2120, 0, x_2118); -lean_ctor_set(x_2120, 1, x_2119); -x_2121 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_2120, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2115); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -9413,34 +9352,123 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_2122 = lean_ctor_get(x_2121, 0); +lean_dec(x_1); +x_1467 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1467, 0, x_23); +lean_ctor_set(x_1467, 1, x_1465); +return x_1467; +} +else +{ +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_2119; +x_1468 = lean_ctor_get(x_1466, 0); +lean_inc(x_1468); +if (lean_is_exclusive(x_1466)) { + lean_ctor_release(x_1466, 0); + x_1469 = x_1466; +} else { + lean_dec_ref(x_1466); + x_1469 = lean_box(0); +} +x_1470 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__48; +lean_inc(x_15); +x_1471 = l_Lean_Expr_const___override(x_1470, x_15); +lean_inc(x_1); +x_1472 = l_Lean_Expr_app___override(x_1471, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_1472); +x_2119 = l_Lean_Meta_trySynthInstance(x_1472, x_23, x_6, x_7, x_8, x_9, x_1465); +if (lean_obj_tag(x_2119) == 0) +{ +lean_object* x_2120; +x_2120 = lean_ctor_get(x_2119, 0); +lean_inc(x_2120); +if (lean_obj_tag(x_2120) == 1) +{ +lean_object* x_2121; lean_object* x_2122; +lean_dec(x_1472); +x_2121 = lean_ctor_get(x_2119, 1); +lean_inc(x_2121); +lean_dec(x_2119); +x_2122 = lean_ctor_get(x_2120, 0); lean_inc(x_2122); -x_2123 = lean_ctor_get(x_2121, 1); +lean_dec(x_2120); +x_1473 = x_2122; +x_1474 = x_2121; +goto block_2118; +} +else +{ +lean_object* x_2123; lean_object* x_2124; lean_object* x_2125; lean_object* x_2126; lean_object* x_2127; lean_object* x_2128; lean_object* x_2129; lean_object* x_2130; lean_object* x_2131; lean_object* x_2132; lean_object* x_2133; +lean_dec(x_2120); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_1); +x_2123 = lean_ctor_get(x_2119, 1); lean_inc(x_2123); -if (lean_is_exclusive(x_2121)) { - lean_ctor_release(x_2121, 0); - lean_ctor_release(x_2121, 1); - x_2124 = x_2121; +lean_dec(x_2119); +x_2124 = l_Lean_indentExpr(x_1472); +x_2125 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_2126 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_2126, 0, x_2125); +lean_ctor_set(x_2126, 1, x_2124); +x_2127 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_2128 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_2128, 0, x_2126); +lean_ctor_set(x_2128, 1, x_2127); +x_2129 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_2128, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2123); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_2130 = lean_ctor_get(x_2129, 0); +lean_inc(x_2130); +x_2131 = lean_ctor_get(x_2129, 1); +lean_inc(x_2131); +if (lean_is_exclusive(x_2129)) { + lean_ctor_release(x_2129, 0); + lean_ctor_release(x_2129, 1); + x_2132 = x_2129; } else { - lean_dec_ref(x_2121); - x_2124 = lean_box(0); + lean_dec_ref(x_2129); + x_2132 = lean_box(0); } -if (lean_is_scalar(x_2124)) { - x_2125 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_2132)) { + x_2133 = lean_alloc_ctor(1, 2, 0); } else { - x_2125 = x_2124; + x_2133 = x_2132; } -lean_ctor_set(x_2125, 0, x_2122); -lean_ctor_set(x_2125, 1, x_2123); -return x_2125; +lean_ctor_set(x_2133, 0, x_2130); +lean_ctor_set(x_2133, 1, x_2131); +return x_2133; } } else { -lean_object* x_2126; lean_object* x_2127; lean_object* x_2128; lean_object* x_2129; -lean_dec(x_1465); -lean_dec(x_1462); -lean_dec(x_1461); +lean_object* x_2134; lean_object* x_2135; lean_object* x_2136; lean_object* x_2137; +lean_dec(x_1472); +lean_dec(x_1469); +lean_dec(x_1468); lean_dec(x_103); lean_dec(x_95); lean_dec(x_84); @@ -9463,206 +9491,183 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2126 = lean_ctor_get(x_2111, 0); -lean_inc(x_2126); -x_2127 = lean_ctor_get(x_2111, 1); -lean_inc(x_2127); -if (lean_is_exclusive(x_2111)) { - lean_ctor_release(x_2111, 0); - lean_ctor_release(x_2111, 1); - x_2128 = x_2111; +x_2134 = lean_ctor_get(x_2119, 0); +lean_inc(x_2134); +x_2135 = lean_ctor_get(x_2119, 1); +lean_inc(x_2135); +if (lean_is_exclusive(x_2119)) { + lean_ctor_release(x_2119, 0); + lean_ctor_release(x_2119, 1); + x_2136 = x_2119; } else { - lean_dec_ref(x_2111); - x_2128 = lean_box(0); + lean_dec_ref(x_2119); + x_2136 = lean_box(0); } -if (lean_is_scalar(x_2128)) { - x_2129 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_2136)) { + x_2137 = lean_alloc_ctor(1, 2, 0); } else { - x_2129 = x_2128; + x_2137 = x_2136; } -lean_ctor_set(x_2129, 0, x_2126); -lean_ctor_set(x_2129, 1, x_2127); -return x_2129; +lean_ctor_set(x_2137, 0, x_2134); +lean_ctor_set(x_2137, 1, x_2135); +return x_2137; } -block_2110: +block_2118: { -lean_object* x_1468; lean_object* x_1469; lean_object* x_1470; lean_object* x_1471; lean_object* x_1472; lean_object* x_2091; -x_1468 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__50; +lean_object* x_1475; lean_object* x_1476; lean_object* x_1477; lean_object* x_1478; lean_object* x_1479; lean_object* x_2099; +x_1475 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__50; lean_inc(x_15); -x_1469 = l_Lean_Expr_const___override(x_1468, x_15); +x_1476 = l_Lean_Expr_const___override(x_1475, x_15); lean_inc(x_1); -x_1470 = l_Lean_Expr_app___override(x_1469, x_1); +x_1477 = l_Lean_Expr_app___override(x_1476, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -lean_inc(x_1470); -x_2091 = l_Lean_Meta_trySynthInstance(x_1470, x_23, x_6, x_7, x_8, x_9, x_1467); -if (lean_obj_tag(x_2091) == 0) -{ -lean_object* x_2092; -x_2092 = lean_ctor_get(x_2091, 0); -lean_inc(x_2092); -if (lean_obj_tag(x_2092) == 1) -{ -lean_object* x_2093; lean_object* x_2094; -lean_dec(x_1470); -x_2093 = lean_ctor_get(x_2091, 1); -lean_inc(x_2093); -lean_dec(x_2091); -x_2094 = lean_ctor_get(x_2092, 0); -lean_inc(x_2094); -lean_dec(x_2092); -x_1471 = x_2094; -x_1472 = x_2093; -goto block_2090; -} -else -{ -lean_object* x_2095; lean_object* x_2096; lean_object* x_2097; lean_object* x_2098; lean_object* x_2099; lean_object* x_2100; lean_object* x_2101; lean_object* x_2102; lean_object* x_2103; lean_object* x_2104; lean_object* x_2105; -lean_dec(x_2092); -lean_dec(x_1466); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_1); -x_2095 = lean_ctor_get(x_2091, 1); -lean_inc(x_2095); -lean_dec(x_2091); -x_2096 = l_Lean_indentExpr(x_1470); -x_2097 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_2098 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2098, 0, x_2097); -lean_ctor_set(x_2098, 1, x_2096); -x_2099 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_2100 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2100, 0, x_2098); -lean_ctor_set(x_2100, 1, x_2099); -x_2101 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_2100, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2095); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_2102 = lean_ctor_get(x_2101, 0); -lean_inc(x_2102); -x_2103 = lean_ctor_get(x_2101, 1); -lean_inc(x_2103); -if (lean_is_exclusive(x_2101)) { - lean_ctor_release(x_2101, 0); - lean_ctor_release(x_2101, 1); - x_2104 = x_2101; -} else { - lean_dec_ref(x_2101); - x_2104 = lean_box(0); -} -if (lean_is_scalar(x_2104)) { - x_2105 = lean_alloc_ctor(1, 2, 0); -} else { - x_2105 = x_2104; -} -lean_ctor_set(x_2105, 0, x_2102); -lean_ctor_set(x_2105, 1, x_2103); -return x_2105; -} -} -else -{ -lean_object* x_2106; lean_object* x_2107; lean_object* x_2108; lean_object* x_2109; -lean_dec(x_1470); -lean_dec(x_1466); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2106 = lean_ctor_get(x_2091, 0); -lean_inc(x_2106); -x_2107 = lean_ctor_get(x_2091, 1); -lean_inc(x_2107); -if (lean_is_exclusive(x_2091)) { - lean_ctor_release(x_2091, 0); - lean_ctor_release(x_2091, 1); - x_2108 = x_2091; -} else { - lean_dec_ref(x_2091); - x_2108 = lean_box(0); -} -if (lean_is_scalar(x_2108)) { - x_2109 = lean_alloc_ctor(1, 2, 0); -} else { - x_2109 = x_2108; -} -lean_ctor_set(x_2109, 0, x_2106); -lean_ctor_set(x_2109, 1, x_2107); -return x_2109; -} -block_2090: -{ -lean_object* x_1473; lean_object* x_1474; lean_object* x_1475; lean_object* x_1476; -x_1473 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__52; -lean_inc(x_15); -x_1474 = l_Lean_Expr_const___override(x_1473, x_15); -lean_inc(x_1466); -lean_inc(x_1); -x_1475 = l_Lean_mkAppB(x_1474, x_1, x_1466); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -x_1476 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_1475, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1472); -if (lean_obj_tag(x_1476) == 0) -{ -lean_object* x_1477; lean_object* x_1478; lean_object* x_1479; lean_object* x_1480; lean_object* x_1481; lean_object* x_1482; -x_1477 = lean_ctor_get(x_1476, 0); lean_inc(x_1477); -x_1478 = lean_ctor_get(x_1476, 1); -lean_inc(x_1478); -lean_dec(x_1476); -x_1479 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__54; +x_2099 = l_Lean_Meta_trySynthInstance(x_1477, x_23, x_6, x_7, x_8, x_9, x_1474); +if (lean_obj_tag(x_2099) == 0) +{ +lean_object* x_2100; +x_2100 = lean_ctor_get(x_2099, 0); +lean_inc(x_2100); +if (lean_obj_tag(x_2100) == 1) +{ +lean_object* x_2101; lean_object* x_2102; +lean_dec(x_1477); +x_2101 = lean_ctor_get(x_2099, 1); +lean_inc(x_2101); +lean_dec(x_2099); +x_2102 = lean_ctor_get(x_2100, 0); +lean_inc(x_2102); +lean_dec(x_2100); +x_1478 = x_2102; +x_1479 = x_2101; +goto block_2098; +} +else +{ +lean_object* x_2103; lean_object* x_2104; lean_object* x_2105; lean_object* x_2106; lean_object* x_2107; lean_object* x_2108; lean_object* x_2109; lean_object* x_2110; lean_object* x_2111; lean_object* x_2112; lean_object* x_2113; +lean_dec(x_2100); +lean_dec(x_1473); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_1); +x_2103 = lean_ctor_get(x_2099, 1); +lean_inc(x_2103); +lean_dec(x_2099); +x_2104 = l_Lean_indentExpr(x_1477); +x_2105 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_2106 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_2106, 0, x_2105); +lean_ctor_set(x_2106, 1, x_2104); +x_2107 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_2108 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_2108, 0, x_2106); +lean_ctor_set(x_2108, 1, x_2107); +x_2109 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_2108, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2103); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_2110 = lean_ctor_get(x_2109, 0); +lean_inc(x_2110); +x_2111 = lean_ctor_get(x_2109, 1); +lean_inc(x_2111); +if (lean_is_exclusive(x_2109)) { + lean_ctor_release(x_2109, 0); + lean_ctor_release(x_2109, 1); + x_2112 = x_2109; +} else { + lean_dec_ref(x_2109); + x_2112 = lean_box(0); +} +if (lean_is_scalar(x_2112)) { + x_2113 = lean_alloc_ctor(1, 2, 0); +} else { + x_2113 = x_2112; +} +lean_ctor_set(x_2113, 0, x_2110); +lean_ctor_set(x_2113, 1, x_2111); +return x_2113; +} +} +else +{ +lean_object* x_2114; lean_object* x_2115; lean_object* x_2116; lean_object* x_2117; +lean_dec(x_1477); +lean_dec(x_1473); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2114 = lean_ctor_get(x_2099, 0); +lean_inc(x_2114); +x_2115 = lean_ctor_get(x_2099, 1); +lean_inc(x_2115); +if (lean_is_exclusive(x_2099)) { + lean_ctor_release(x_2099, 0); + lean_ctor_release(x_2099, 1); + x_2116 = x_2099; +} else { + lean_dec_ref(x_2099); + x_2116 = lean_box(0); +} +if (lean_is_scalar(x_2116)) { + x_2117 = lean_alloc_ctor(1, 2, 0); +} else { + x_2117 = x_2116; +} +lean_ctor_set(x_2117, 0, x_2114); +lean_ctor_set(x_2117, 1, x_2115); +return x_2117; +} +block_2098: +{ +lean_object* x_1480; lean_object* x_1481; lean_object* x_1482; lean_object* x_1483; +x_1480 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__52; lean_inc(x_15); -x_1480 = l_Lean_Expr_const___override(x_1479, x_15); -lean_inc(x_1471); +x_1481 = l_Lean_Expr_const___override(x_1480, x_15); +lean_inc(x_1473); lean_inc(x_1); -x_1481 = l_Lean_mkAppB(x_1480, x_1, x_1471); +x_1482 = l_Lean_mkAppB(x_1481, x_1, x_1473); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -9671,2852 +9676,277 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_1482 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_1481, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1478); -if (lean_obj_tag(x_1482) == 0) +x_1483 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_1482, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1479); +if (lean_obj_tag(x_1483) == 0) { -lean_object* x_1483; lean_object* x_1484; lean_object* x_1485; lean_object* x_1486; lean_object* x_1487; lean_object* x_1488; -x_1483 = lean_ctor_get(x_1482, 0); -lean_inc(x_1483); -x_1484 = lean_ctor_get(x_1482, 1); +lean_object* x_1484; lean_object* x_1485; lean_object* x_1486; lean_object* x_1487; lean_object* x_1488; lean_object* x_1489; +x_1484 = lean_ctor_get(x_1483, 0); lean_inc(x_1484); -lean_dec(x_1482); -x_1485 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__56; +x_1485 = lean_ctor_get(x_1483, 1); +lean_inc(x_1485); +lean_dec(x_1483); +x_1486 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__54; lean_inc(x_15); -x_1486 = l_Lean_Expr_const___override(x_1485, x_15); -lean_inc(x_1461); +x_1487 = l_Lean_Expr_const___override(x_1486, x_15); +lean_inc(x_1478); lean_inc(x_1); -x_1487 = l_Lean_mkAppB(x_1486, x_1, x_1461); +x_1488 = l_Lean_mkAppB(x_1487, x_1, x_1478); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1488 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_1466, x_1487, x_6, x_7, x_8, x_9, x_1484); -if (lean_obj_tag(x_1488) == 0) +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +x_1489 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_1488, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1485); +if (lean_obj_tag(x_1489) == 0) { -lean_object* x_1489; lean_object* x_1490; lean_object* x_1491; lean_object* x_1492; lean_object* x_1493; -x_1489 = lean_ctor_get(x_1488, 1); -lean_inc(x_1489); -lean_dec(x_1488); -x_1490 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__58; +lean_object* x_1490; lean_object* x_1491; lean_object* x_1492; lean_object* x_1493; lean_object* x_1494; lean_object* x_1495; +x_1490 = lean_ctor_get(x_1489, 0); +lean_inc(x_1490); +x_1491 = lean_ctor_get(x_1489, 1); +lean_inc(x_1491); +lean_dec(x_1489); +x_1492 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__56; lean_inc(x_15); -x_1491 = l_Lean_Expr_const___override(x_1490, x_15); -lean_inc(x_1461); +x_1493 = l_Lean_Expr_const___override(x_1492, x_15); +lean_inc(x_1468); lean_inc(x_1); -x_1492 = l_Lean_mkAppB(x_1491, x_1, x_1461); +x_1494 = l_Lean_mkAppB(x_1493, x_1, x_1468); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1493 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_1471, x_1492, x_6, x_7, x_8, x_9, x_1489); -if (lean_obj_tag(x_1493) == 0) +x_1495 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_1473, x_1494, x_6, x_7, x_8, x_9, x_1491); +if (lean_obj_tag(x_1495) == 0) { -lean_object* x_1494; lean_object* x_1495; lean_object* x_1496; lean_object* x_1497; lean_object* x_1498; -x_1494 = lean_ctor_get(x_1493, 1); -lean_inc(x_1494); -lean_dec(x_1493); -x_1495 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__60; +lean_object* x_1496; lean_object* x_1497; lean_object* x_1498; lean_object* x_1499; lean_object* x_1500; +x_1496 = lean_ctor_get(x_1495, 1); +lean_inc(x_1496); +lean_dec(x_1495); +x_1497 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__58; lean_inc(x_15); -x_1496 = l_Lean_Expr_const___override(x_1495, x_15); +x_1498 = l_Lean_Expr_const___override(x_1497, x_15); +lean_inc(x_1468); lean_inc(x_1); -x_1497 = l_Lean_Expr_app___override(x_1496, x_1); +x_1499 = l_Lean_mkAppB(x_1498, x_1, x_1468); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1498 = l_Lean_Meta_trySynthInstance(x_1497, x_23, x_6, x_7, x_8, x_9, x_1494); -if (lean_obj_tag(x_1498) == 0) +x_1500 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_1478, x_1499, x_6, x_7, x_8, x_9, x_1496); +if (lean_obj_tag(x_1500) == 0) { -lean_object* x_1499; lean_object* x_1500; lean_object* x_1501; lean_object* x_1502; lean_object* x_1503; -x_1499 = lean_ctor_get(x_1498, 0); -lean_inc(x_1499); -x_1500 = lean_ctor_get(x_1498, 1); -lean_inc(x_1500); -lean_dec(x_1498); -x_1501 = l_Lean_LOption_toOption___rarg(x_1499); -if (lean_obj_tag(x_1501) == 0) +lean_object* x_1501; lean_object* x_1502; lean_object* x_1503; lean_object* x_1504; lean_object* x_1505; +x_1501 = lean_ctor_get(x_1500, 1); +lean_inc(x_1501); +lean_dec(x_1500); +x_1502 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__60; +lean_inc(x_15); +x_1503 = l_Lean_Expr_const___override(x_1502, x_15); +lean_inc(x_1); +x_1504 = l_Lean_Expr_app___override(x_1503, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_1505 = l_Lean_Meta_trySynthInstance(x_1504, x_23, x_6, x_7, x_8, x_9, x_1501); +if (lean_obj_tag(x_1505) == 0) { -x_1502 = x_23; -x_1503 = x_1500; -goto block_2005; +lean_object* x_1506; lean_object* x_1507; lean_object* x_1508; lean_object* x_1509; lean_object* x_1510; +x_1506 = lean_ctor_get(x_1505, 0); +lean_inc(x_1506); +x_1507 = lean_ctor_get(x_1505, 1); +lean_inc(x_1507); +lean_dec(x_1505); +x_1508 = l_Lean_LOption_toOption___rarg(x_1506); +if (lean_obj_tag(x_1508) == 0) +{ +x_1509 = x_23; +x_1510 = x_1507; +goto block_2013; } else { -lean_object* x_2006; lean_object* x_2007; lean_object* x_2008; lean_object* x_2009; lean_object* x_2010; uint64_t x_2011; uint8_t x_2012; lean_object* x_2013; lean_object* x_2014; lean_object* x_2015; lean_object* x_2016; lean_object* x_2017; lean_object* x_2018; uint8_t x_2019; uint8_t x_2020; uint8_t x_2021; uint8_t x_2022; uint8_t x_2023; uint8_t x_2024; uint8_t x_2025; uint8_t x_2026; uint8_t x_2027; uint8_t x_2028; uint8_t x_2029; uint8_t x_2030; uint8_t x_2031; uint8_t x_2032; uint8_t x_2033; uint8_t x_2034; uint8_t x_2035; uint8_t x_2036; uint8_t x_2037; lean_object* x_2038; uint8_t x_2039; lean_object* x_2040; uint64_t x_2041; uint64_t x_2042; uint64_t x_2043; uint64_t x_2044; uint64_t x_2045; lean_object* x_2046; lean_object* x_2047; -x_2006 = lean_ctor_get(x_1501, 0); -lean_inc(x_2006); -lean_dec(x_1501); -x_2007 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__62; -lean_inc(x_15); -x_2008 = l_Lean_Expr_const___override(x_2007, x_15); -lean_inc(x_2006); -lean_inc(x_1); -x_2009 = l_Lean_mkAppB(x_2008, x_1, x_2006); -x_2010 = lean_ctor_get(x_6, 0); -lean_inc(x_2010); -x_2011 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_2012 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_2013 = lean_ctor_get(x_6, 1); -lean_inc(x_2013); -x_2014 = lean_ctor_get(x_6, 2); +lean_object* x_2014; lean_object* x_2015; lean_object* x_2016; lean_object* x_2017; lean_object* x_2018; uint64_t x_2019; uint8_t x_2020; lean_object* x_2021; lean_object* x_2022; lean_object* x_2023; lean_object* x_2024; lean_object* x_2025; lean_object* x_2026; uint8_t x_2027; uint8_t x_2028; uint8_t x_2029; uint8_t x_2030; uint8_t x_2031; uint8_t x_2032; uint8_t x_2033; uint8_t x_2034; uint8_t x_2035; uint8_t x_2036; uint8_t x_2037; uint8_t x_2038; uint8_t x_2039; uint8_t x_2040; uint8_t x_2041; uint8_t x_2042; uint8_t x_2043; uint8_t x_2044; uint8_t x_2045; lean_object* x_2046; uint8_t x_2047; lean_object* x_2048; uint64_t x_2049; uint64_t x_2050; uint64_t x_2051; uint64_t x_2052; uint64_t x_2053; lean_object* x_2054; lean_object* x_2055; +x_2014 = lean_ctor_get(x_1508, 0); lean_inc(x_2014); -x_2015 = lean_ctor_get(x_6, 3); -lean_inc(x_2015); -x_2016 = lean_ctor_get(x_6, 4); -lean_inc(x_2016); -x_2017 = lean_ctor_get(x_6, 5); -lean_inc(x_2017); -x_2018 = lean_ctor_get(x_6, 6); +lean_dec(x_1508); +x_2015 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__62; +lean_inc(x_15); +x_2016 = l_Lean_Expr_const___override(x_2015, x_15); +lean_inc(x_2014); +lean_inc(x_1); +x_2017 = l_Lean_mkAppB(x_2016, x_1, x_2014); +x_2018 = lean_ctor_get(x_6, 0); lean_inc(x_2018); -x_2019 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_2020 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_2021 = lean_ctor_get_uint8(x_2010, 0); -x_2022 = lean_ctor_get_uint8(x_2010, 1); -x_2023 = lean_ctor_get_uint8(x_2010, 2); -x_2024 = lean_ctor_get_uint8(x_2010, 3); -x_2025 = lean_ctor_get_uint8(x_2010, 4); -x_2026 = lean_ctor_get_uint8(x_2010, 5); -x_2027 = lean_ctor_get_uint8(x_2010, 6); -x_2028 = lean_ctor_get_uint8(x_2010, 7); -x_2029 = lean_ctor_get_uint8(x_2010, 8); -x_2030 = lean_ctor_get_uint8(x_2010, 10); -x_2031 = lean_ctor_get_uint8(x_2010, 11); -x_2032 = lean_ctor_get_uint8(x_2010, 12); -x_2033 = lean_ctor_get_uint8(x_2010, 13); -x_2034 = lean_ctor_get_uint8(x_2010, 14); -x_2035 = lean_ctor_get_uint8(x_2010, 15); -x_2036 = lean_ctor_get_uint8(x_2010, 16); -x_2037 = lean_ctor_get_uint8(x_2010, 17); -if (lean_is_exclusive(x_2010)) { - x_2038 = x_2010; +x_2019 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_2020 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_2021 = lean_ctor_get(x_6, 1); +lean_inc(x_2021); +x_2022 = lean_ctor_get(x_6, 2); +lean_inc(x_2022); +x_2023 = lean_ctor_get(x_6, 3); +lean_inc(x_2023); +x_2024 = lean_ctor_get(x_6, 4); +lean_inc(x_2024); +x_2025 = lean_ctor_get(x_6, 5); +lean_inc(x_2025); +x_2026 = lean_ctor_get(x_6, 6); +lean_inc(x_2026); +x_2027 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_2028 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_2029 = lean_ctor_get_uint8(x_2018, 0); +x_2030 = lean_ctor_get_uint8(x_2018, 1); +x_2031 = lean_ctor_get_uint8(x_2018, 2); +x_2032 = lean_ctor_get_uint8(x_2018, 3); +x_2033 = lean_ctor_get_uint8(x_2018, 4); +x_2034 = lean_ctor_get_uint8(x_2018, 5); +x_2035 = lean_ctor_get_uint8(x_2018, 6); +x_2036 = lean_ctor_get_uint8(x_2018, 7); +x_2037 = lean_ctor_get_uint8(x_2018, 8); +x_2038 = lean_ctor_get_uint8(x_2018, 10); +x_2039 = lean_ctor_get_uint8(x_2018, 11); +x_2040 = lean_ctor_get_uint8(x_2018, 12); +x_2041 = lean_ctor_get_uint8(x_2018, 13); +x_2042 = lean_ctor_get_uint8(x_2018, 14); +x_2043 = lean_ctor_get_uint8(x_2018, 15); +x_2044 = lean_ctor_get_uint8(x_2018, 16); +x_2045 = lean_ctor_get_uint8(x_2018, 17); +if (lean_is_exclusive(x_2018)) { + x_2046 = x_2018; } else { - lean_dec_ref(x_2010); - x_2038 = lean_box(0); + lean_dec_ref(x_2018); + x_2046 = lean_box(0); } -x_2039 = 1; -if (lean_is_scalar(x_2038)) { - x_2040 = lean_alloc_ctor(0, 0, 18); +x_2047 = 1; +if (lean_is_scalar(x_2046)) { + x_2048 = lean_alloc_ctor(0, 0, 18); } else { - x_2040 = x_2038; + x_2048 = x_2046; } -lean_ctor_set_uint8(x_2040, 0, x_2021); -lean_ctor_set_uint8(x_2040, 1, x_2022); -lean_ctor_set_uint8(x_2040, 2, x_2023); -lean_ctor_set_uint8(x_2040, 3, x_2024); -lean_ctor_set_uint8(x_2040, 4, x_2025); -lean_ctor_set_uint8(x_2040, 5, x_2026); -lean_ctor_set_uint8(x_2040, 6, x_2027); -lean_ctor_set_uint8(x_2040, 7, x_2028); -lean_ctor_set_uint8(x_2040, 8, x_2029); -lean_ctor_set_uint8(x_2040, 9, x_2039); -lean_ctor_set_uint8(x_2040, 10, x_2030); -lean_ctor_set_uint8(x_2040, 11, x_2031); -lean_ctor_set_uint8(x_2040, 12, x_2032); -lean_ctor_set_uint8(x_2040, 13, x_2033); -lean_ctor_set_uint8(x_2040, 14, x_2034); -lean_ctor_set_uint8(x_2040, 15, x_2035); -lean_ctor_set_uint8(x_2040, 16, x_2036); -lean_ctor_set_uint8(x_2040, 17, x_2037); -x_2041 = 2; -x_2042 = lean_uint64_shift_right(x_2011, x_2041); -x_2043 = lean_uint64_shift_left(x_2042, x_2041); -x_2044 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_2045 = lean_uint64_lor(x_2043, x_2044); -x_2046 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_2046, 0, x_2040); -lean_ctor_set(x_2046, 1, x_2013); -lean_ctor_set(x_2046, 2, x_2014); -lean_ctor_set(x_2046, 3, x_2015); -lean_ctor_set(x_2046, 4, x_2016); -lean_ctor_set(x_2046, 5, x_2017); -lean_ctor_set(x_2046, 6, x_2018); -lean_ctor_set_uint64(x_2046, sizeof(void*)*7, x_2045); -lean_ctor_set_uint8(x_2046, sizeof(void*)*7 + 8, x_2012); -lean_ctor_set_uint8(x_2046, sizeof(void*)*7 + 9, x_2019); -lean_ctor_set_uint8(x_2046, sizeof(void*)*7 + 10, x_2020); +lean_ctor_set_uint8(x_2048, 0, x_2029); +lean_ctor_set_uint8(x_2048, 1, x_2030); +lean_ctor_set_uint8(x_2048, 2, x_2031); +lean_ctor_set_uint8(x_2048, 3, x_2032); +lean_ctor_set_uint8(x_2048, 4, x_2033); +lean_ctor_set_uint8(x_2048, 5, x_2034); +lean_ctor_set_uint8(x_2048, 6, x_2035); +lean_ctor_set_uint8(x_2048, 7, x_2036); +lean_ctor_set_uint8(x_2048, 8, x_2037); +lean_ctor_set_uint8(x_2048, 9, x_2047); +lean_ctor_set_uint8(x_2048, 10, x_2038); +lean_ctor_set_uint8(x_2048, 11, x_2039); +lean_ctor_set_uint8(x_2048, 12, x_2040); +lean_ctor_set_uint8(x_2048, 13, x_2041); +lean_ctor_set_uint8(x_2048, 14, x_2042); +lean_ctor_set_uint8(x_2048, 15, x_2043); +lean_ctor_set_uint8(x_2048, 16, x_2044); +lean_ctor_set_uint8(x_2048, 17, x_2045); +x_2049 = 2; +x_2050 = lean_uint64_shift_right(x_2019, x_2049); +x_2051 = lean_uint64_shift_left(x_2050, x_2049); +x_2052 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_2053 = lean_uint64_lor(x_2051, x_2052); +x_2054 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_2054, 0, x_2048); +lean_ctor_set(x_2054, 1, x_2021); +lean_ctor_set(x_2054, 2, x_2022); +lean_ctor_set(x_2054, 3, x_2023); +lean_ctor_set(x_2054, 4, x_2024); +lean_ctor_set(x_2054, 5, x_2025); +lean_ctor_set(x_2054, 6, x_2026); +lean_ctor_set_uint64(x_2054, sizeof(void*)*7, x_2053); +lean_ctor_set_uint8(x_2054, sizeof(void*)*7 + 8, x_2020); +lean_ctor_set_uint8(x_2054, sizeof(void*)*7 + 9, x_2027); +lean_ctor_set_uint8(x_2054, sizeof(void*)*7 + 10, x_2028); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_2009); -lean_inc(x_1461); -x_2047 = l_Lean_Meta_isExprDefEq(x_1461, x_2009, x_2046, x_7, x_8, x_9, x_1500); -if (lean_obj_tag(x_2047) == 0) +lean_inc(x_2017); +lean_inc(x_1468); +x_2055 = l_Lean_Meta_isExprDefEq(x_1468, x_2017, x_2054, x_7, x_8, x_9, x_1507); +if (lean_obj_tag(x_2055) == 0) { -lean_object* x_2048; uint8_t x_2049; -x_2048 = lean_ctor_get(x_2047, 0); -lean_inc(x_2048); -x_2049 = lean_unbox(x_2048); -lean_dec(x_2048); -if (x_2049 == 0) -{ -lean_object* x_2050; lean_object* x_2051; lean_object* x_2052; uint8_t x_2053; -lean_dec(x_2006); -x_2050 = lean_ctor_get(x_2047, 1); -lean_inc(x_2050); -lean_dec(x_2047); -x_2051 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_2050); -x_2052 = lean_ctor_get(x_2051, 0); -lean_inc(x_2052); -x_2053 = lean_ctor_get_uint8(x_2052, sizeof(void*)*6 + 11); -lean_dec(x_2052); -if (x_2053 == 0) -{ -lean_object* x_2054; -lean_dec(x_2009); -x_2054 = lean_ctor_get(x_2051, 1); -lean_inc(x_2054); -lean_dec(x_2051); -x_1502 = x_23; -x_1503 = x_2054; -goto block_2005; -} -else -{ -lean_object* x_2055; lean_object* x_2056; lean_object* x_2057; lean_object* x_2058; lean_object* x_2059; lean_object* x_2060; -x_2055 = lean_ctor_get(x_2051, 1); -lean_inc(x_2055); -lean_dec(x_2051); -lean_inc(x_1461); -x_2056 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_1461, x_2009, x_6, x_7, x_8, x_9, x_2055); -x_2057 = lean_ctor_get(x_2056, 0); -lean_inc(x_2057); -x_2058 = lean_ctor_get(x_2056, 1); -lean_inc(x_2058); +lean_object* x_2056; uint8_t x_2057; +x_2056 = lean_ctor_get(x_2055, 0); +lean_inc(x_2056); +x_2057 = lean_unbox(x_2056); lean_dec(x_2056); -x_2059 = l_Lean_Meta_Grind_reportIssue(x_2057, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2058); -x_2060 = lean_ctor_get(x_2059, 1); +if (x_2057 == 0) +{ +lean_object* x_2058; lean_object* x_2059; lean_object* x_2060; uint8_t x_2061; +lean_dec(x_2014); +x_2058 = lean_ctor_get(x_2055, 1); +lean_inc(x_2058); +lean_dec(x_2055); +x_2059 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_2058); +x_2060 = lean_ctor_get(x_2059, 0); lean_inc(x_2060); +x_2061 = lean_ctor_get_uint8(x_2060, sizeof(void*)*6 + 11); +lean_dec(x_2060); +if (x_2061 == 0) +{ +lean_object* x_2062; +lean_dec(x_2017); +x_2062 = lean_ctor_get(x_2059, 1); +lean_inc(x_2062); lean_dec(x_2059); -x_1502 = x_23; -x_1503 = x_2060; -goto block_2005; -} +x_1509 = x_23; +x_1510 = x_2062; +goto block_2013; } else { -lean_object* x_2061; lean_object* x_2062; lean_object* x_2063; lean_object* x_2064; lean_object* x_2065; -lean_dec(x_2009); -x_2061 = lean_ctor_get(x_2047, 1); -lean_inc(x_2061); -lean_dec(x_2047); -x_2062 = lean_box(0); -x_2063 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2006, x_2062, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2061); -x_2064 = lean_ctor_get(x_2063, 0); -lean_inc(x_2064); -x_2065 = lean_ctor_get(x_2063, 1); +lean_object* x_2063; lean_object* x_2064; lean_object* x_2065; lean_object* x_2066; lean_object* x_2067; lean_object* x_2068; +x_2063 = lean_ctor_get(x_2059, 1); +lean_inc(x_2063); +lean_dec(x_2059); +lean_inc(x_1468); +x_2064 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_1468, x_2017, x_6, x_7, x_8, x_9, x_2063); +x_2065 = lean_ctor_get(x_2064, 0); lean_inc(x_2065); -lean_dec(x_2063); -x_1502 = x_2064; -x_1503 = x_2065; -goto block_2005; -} -} -else -{ -lean_object* x_2066; lean_object* x_2067; lean_object* x_2068; lean_object* x_2069; -lean_dec(x_2009); -lean_dec(x_2006); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2066 = lean_ctor_get(x_2047, 0); +x_2066 = lean_ctor_get(x_2064, 1); lean_inc(x_2066); -x_2067 = lean_ctor_get(x_2047, 1); -lean_inc(x_2067); -if (lean_is_exclusive(x_2047)) { - lean_ctor_release(x_2047, 0); - lean_ctor_release(x_2047, 1); - x_2068 = x_2047; -} else { - lean_dec_ref(x_2047); - x_2068 = lean_box(0); -} -if (lean_is_scalar(x_2068)) { - x_2069 = lean_alloc_ctor(1, 2, 0); -} else { - x_2069 = x_2068; -} -lean_ctor_set(x_2069, 0, x_2066); -lean_ctor_set(x_2069, 1, x_2067); -return x_2069; -} -} -block_2005: -{ -lean_object* x_1504; lean_object* x_1505; lean_object* x_1506; lean_object* x_1507; -x_1504 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__64; -lean_inc(x_15); -x_1505 = l_Lean_Expr_const___override(x_1504, x_15); -lean_inc(x_1); -x_1506 = l_Lean_Expr_app___override(x_1505, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_1507 = l_Lean_Meta_trySynthInstance(x_1506, x_23, x_6, x_7, x_8, x_9, x_1503); -if (lean_obj_tag(x_1507) == 0) -{ -lean_object* x_1508; lean_object* x_1509; lean_object* x_1510; lean_object* x_1511; lean_object* x_1512; -x_1508 = lean_ctor_get(x_1507, 0); -lean_inc(x_1508); -x_1509 = lean_ctor_get(x_1507, 1); -lean_inc(x_1509); -lean_dec(x_1507); -x_1510 = l_Lean_LOption_toOption___rarg(x_1508); -if (lean_obj_tag(x_1502) == 0) -{ -lean_dec(x_1510); -x_1511 = x_23; -x_1512 = x_1509; -goto block_1935; -} -else -{ -if (lean_obj_tag(x_1510) == 0) -{ -x_1511 = x_23; -x_1512 = x_1509; -goto block_1935; -} -else -{ -lean_object* x_1936; lean_object* x_1937; lean_object* x_1938; lean_object* x_1939; lean_object* x_1940; lean_object* x_1941; uint64_t x_1942; uint8_t x_1943; lean_object* x_1944; lean_object* x_1945; lean_object* x_1946; lean_object* x_1947; lean_object* x_1948; lean_object* x_1949; uint8_t x_1950; uint8_t x_1951; uint8_t x_1952; uint8_t x_1953; uint8_t x_1954; uint8_t x_1955; uint8_t x_1956; uint8_t x_1957; uint8_t x_1958; uint8_t x_1959; uint8_t x_1960; uint8_t x_1961; uint8_t x_1962; uint8_t x_1963; uint8_t x_1964; uint8_t x_1965; uint8_t x_1966; uint8_t x_1967; uint8_t x_1968; lean_object* x_1969; uint8_t x_1970; lean_object* x_1971; uint64_t x_1972; uint64_t x_1973; uint64_t x_1974; uint64_t x_1975; uint64_t x_1976; lean_object* x_1977; lean_object* x_1978; -x_1936 = lean_ctor_get(x_1502, 0); -lean_inc(x_1936); -x_1937 = lean_ctor_get(x_1510, 0); -lean_inc(x_1937); -lean_dec(x_1510); -x_1938 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__66; -lean_inc(x_15); -x_1939 = l_Lean_Expr_const___override(x_1938, x_15); -lean_inc(x_1937); -lean_inc(x_1); -x_1940 = l_Lean_mkAppB(x_1939, x_1, x_1937); -x_1941 = lean_ctor_get(x_6, 0); -lean_inc(x_1941); -x_1942 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_1943 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_1944 = lean_ctor_get(x_6, 1); -lean_inc(x_1944); -x_1945 = lean_ctor_get(x_6, 2); -lean_inc(x_1945); -x_1946 = lean_ctor_get(x_6, 3); -lean_inc(x_1946); -x_1947 = lean_ctor_get(x_6, 4); -lean_inc(x_1947); -x_1948 = lean_ctor_get(x_6, 5); -lean_inc(x_1948); -x_1949 = lean_ctor_get(x_6, 6); -lean_inc(x_1949); -x_1950 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_1951 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_1952 = lean_ctor_get_uint8(x_1941, 0); -x_1953 = lean_ctor_get_uint8(x_1941, 1); -x_1954 = lean_ctor_get_uint8(x_1941, 2); -x_1955 = lean_ctor_get_uint8(x_1941, 3); -x_1956 = lean_ctor_get_uint8(x_1941, 4); -x_1957 = lean_ctor_get_uint8(x_1941, 5); -x_1958 = lean_ctor_get_uint8(x_1941, 6); -x_1959 = lean_ctor_get_uint8(x_1941, 7); -x_1960 = lean_ctor_get_uint8(x_1941, 8); -x_1961 = lean_ctor_get_uint8(x_1941, 10); -x_1962 = lean_ctor_get_uint8(x_1941, 11); -x_1963 = lean_ctor_get_uint8(x_1941, 12); -x_1964 = lean_ctor_get_uint8(x_1941, 13); -x_1965 = lean_ctor_get_uint8(x_1941, 14); -x_1966 = lean_ctor_get_uint8(x_1941, 15); -x_1967 = lean_ctor_get_uint8(x_1941, 16); -x_1968 = lean_ctor_get_uint8(x_1941, 17); -if (lean_is_exclusive(x_1941)) { - x_1969 = x_1941; -} else { - lean_dec_ref(x_1941); - x_1969 = lean_box(0); -} -x_1970 = 1; -if (lean_is_scalar(x_1969)) { - x_1971 = lean_alloc_ctor(0, 0, 18); -} else { - x_1971 = x_1969; -} -lean_ctor_set_uint8(x_1971, 0, x_1952); -lean_ctor_set_uint8(x_1971, 1, x_1953); -lean_ctor_set_uint8(x_1971, 2, x_1954); -lean_ctor_set_uint8(x_1971, 3, x_1955); -lean_ctor_set_uint8(x_1971, 4, x_1956); -lean_ctor_set_uint8(x_1971, 5, x_1957); -lean_ctor_set_uint8(x_1971, 6, x_1958); -lean_ctor_set_uint8(x_1971, 7, x_1959); -lean_ctor_set_uint8(x_1971, 8, x_1960); -lean_ctor_set_uint8(x_1971, 9, x_1970); -lean_ctor_set_uint8(x_1971, 10, x_1961); -lean_ctor_set_uint8(x_1971, 11, x_1962); -lean_ctor_set_uint8(x_1971, 12, x_1963); -lean_ctor_set_uint8(x_1971, 13, x_1964); -lean_ctor_set_uint8(x_1971, 14, x_1965); -lean_ctor_set_uint8(x_1971, 15, x_1966); -lean_ctor_set_uint8(x_1971, 16, x_1967); -lean_ctor_set_uint8(x_1971, 17, x_1968); -x_1972 = 2; -x_1973 = lean_uint64_shift_right(x_1942, x_1972); -x_1974 = lean_uint64_shift_left(x_1973, x_1972); -x_1975 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_1976 = lean_uint64_lor(x_1974, x_1975); -x_1977 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_1977, 0, x_1971); -lean_ctor_set(x_1977, 1, x_1944); -lean_ctor_set(x_1977, 2, x_1945); -lean_ctor_set(x_1977, 3, x_1946); -lean_ctor_set(x_1977, 4, x_1947); -lean_ctor_set(x_1977, 5, x_1948); -lean_ctor_set(x_1977, 6, x_1949); -lean_ctor_set_uint64(x_1977, sizeof(void*)*7, x_1976); -lean_ctor_set_uint8(x_1977, sizeof(void*)*7 + 8, x_1943); -lean_ctor_set_uint8(x_1977, sizeof(void*)*7 + 9, x_1950); -lean_ctor_set_uint8(x_1977, sizeof(void*)*7 + 10, x_1951); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_1940); -lean_inc(x_1936); -x_1978 = l_Lean_Meta_isExprDefEq(x_1936, x_1940, x_1977, x_7, x_8, x_9, x_1509); -if (lean_obj_tag(x_1978) == 0) -{ -lean_object* x_1979; uint8_t x_1980; -x_1979 = lean_ctor_get(x_1978, 0); -lean_inc(x_1979); -x_1980 = lean_unbox(x_1979); -lean_dec(x_1979); -if (x_1980 == 0) -{ -lean_object* x_1981; lean_object* x_1982; lean_object* x_1983; uint8_t x_1984; -lean_dec(x_1937); -x_1981 = lean_ctor_get(x_1978, 1); -lean_inc(x_1981); -lean_dec(x_1978); -x_1982 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1981); -x_1983 = lean_ctor_get(x_1982, 0); -lean_inc(x_1983); -x_1984 = lean_ctor_get_uint8(x_1983, sizeof(void*)*6 + 11); -lean_dec(x_1983); -if (x_1984 == 0) -{ -lean_object* x_1985; -lean_dec(x_1940); -lean_dec(x_1936); -x_1985 = lean_ctor_get(x_1982, 1); -lean_inc(x_1985); -lean_dec(x_1982); -x_1511 = x_23; -x_1512 = x_1985; -goto block_1935; -} -else -{ -lean_object* x_1986; lean_object* x_1987; lean_object* x_1988; lean_object* x_1989; lean_object* x_1990; lean_object* x_1991; -x_1986 = lean_ctor_get(x_1982, 1); -lean_inc(x_1986); -lean_dec(x_1982); -x_1987 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_1936, x_1940, x_6, x_7, x_8, x_9, x_1986); -x_1988 = lean_ctor_get(x_1987, 0); -lean_inc(x_1988); -x_1989 = lean_ctor_get(x_1987, 1); -lean_inc(x_1989); -lean_dec(x_1987); -x_1990 = l_Lean_Meta_Grind_reportIssue(x_1988, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1989); -x_1991 = lean_ctor_get(x_1990, 1); -lean_inc(x_1991); -lean_dec(x_1990); -x_1511 = x_23; -x_1512 = x_1991; -goto block_1935; +lean_dec(x_2064); +x_2067 = l_Lean_Meta_Grind_reportIssue(x_2065, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2066); +x_2068 = lean_ctor_get(x_2067, 1); +lean_inc(x_2068); +lean_dec(x_2067); +x_1509 = x_23; +x_1510 = x_2068; +goto block_2013; } } else { -lean_object* x_1992; lean_object* x_1993; lean_object* x_1994; lean_object* x_1995; lean_object* x_1996; -lean_dec(x_1940); -lean_dec(x_1936); -x_1992 = lean_ctor_get(x_1978, 1); -lean_inc(x_1992); -lean_dec(x_1978); -x_1993 = lean_box(0); -x_1994 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1937, x_1993, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1992); -x_1995 = lean_ctor_get(x_1994, 0); -lean_inc(x_1995); -x_1996 = lean_ctor_get(x_1994, 1); -lean_inc(x_1996); -lean_dec(x_1994); -x_1511 = x_1995; -x_1512 = x_1996; -goto block_1935; -} -} -else -{ -lean_object* x_1997; lean_object* x_1998; lean_object* x_1999; lean_object* x_2000; -lean_dec(x_1940); -lean_dec(x_1937); -lean_dec(x_1936); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1997 = lean_ctor_get(x_1978, 0); -lean_inc(x_1997); -x_1998 = lean_ctor_get(x_1978, 1); -lean_inc(x_1998); -if (lean_is_exclusive(x_1978)) { - lean_ctor_release(x_1978, 0); - lean_ctor_release(x_1978, 1); - x_1999 = x_1978; -} else { - lean_dec_ref(x_1978); - x_1999 = lean_box(0); -} -if (lean_is_scalar(x_1999)) { - x_2000 = lean_alloc_ctor(1, 2, 0); -} else { - x_2000 = x_1999; -} -lean_ctor_set(x_2000, 0, x_1997); -lean_ctor_set(x_2000, 1, x_1998); -return x_2000; -} -} -} -block_1935: -{ -lean_object* x_1513; lean_object* x_1514; lean_object* x_1515; lean_object* x_1516; -x_1513 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__68; -lean_inc(x_15); -x_1514 = l_Lean_Expr_const___override(x_1513, x_15); -lean_inc(x_32); -lean_inc(x_1461); -lean_inc(x_1); -x_1515 = l_Lean_mkApp3(x_1514, x_1, x_1461, x_32); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_1516 = l_Lean_Meta_trySynthInstance(x_1515, x_23, x_6, x_7, x_8, x_9, x_1512); -if (lean_obj_tag(x_1516) == 0) -{ -lean_object* x_1517; -x_1517 = lean_ctor_get(x_1516, 0); -lean_inc(x_1517); -if (lean_obj_tag(x_1517) == 1) -{ -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_1858; -x_1518 = lean_ctor_get(x_1516, 1); -lean_inc(x_1518); -lean_dec(x_1516); -x_1519 = lean_ctor_get(x_1517, 0); -lean_inc(x_1519); -lean_dec(x_1517); -x_1520 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__70; -lean_inc(x_18); -x_1521 = l_Lean_Expr_const___override(x_1520, x_18); -lean_inc_n(x_1, 2); -x_1522 = l_Lean_mkApp3(x_1521, x_21, x_1, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_1858 = l_Lean_Meta_trySynthInstance(x_1522, x_23, x_6, x_7, x_8, x_9, x_1518); -if (lean_obj_tag(x_1858) == 0) -{ -lean_object* x_1859; -x_1859 = lean_ctor_get(x_1858, 0); -lean_inc(x_1859); -if (lean_obj_tag(x_1859) == 1) -{ -lean_object* x_1860; lean_object* x_1861; lean_object* x_1862; lean_object* x_1863; lean_object* x_1864; lean_object* x_1865; -x_1860 = lean_ctor_get(x_1858, 1); -lean_inc(x_1860); -lean_dec(x_1858); -x_1861 = lean_ctor_get(x_1859, 0); -lean_inc(x_1861); -lean_dec(x_1859); -x_1862 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__93; -x_1863 = l_Lean_Expr_const___override(x_1862, x_18); -lean_inc(x_1861); -lean_inc(x_1); -x_1864 = l_Lean_mkApp4(x_1863, x_21, x_1, x_1861, x_1861); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -x_1865 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_1864, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1860); -if (lean_obj_tag(x_1865) == 0) -{ -lean_object* x_1866; lean_object* x_1867; lean_object* x_1868; uint64_t x_1869; uint8_t x_1870; lean_object* x_1871; lean_object* x_1872; lean_object* x_1873; lean_object* x_1874; lean_object* x_1875; lean_object* x_1876; uint8_t x_1877; uint8_t x_1878; uint8_t x_1879; uint8_t x_1880; uint8_t x_1881; uint8_t x_1882; uint8_t x_1883; uint8_t x_1884; uint8_t x_1885; uint8_t x_1886; uint8_t x_1887; uint8_t x_1888; uint8_t x_1889; uint8_t x_1890; uint8_t x_1891; uint8_t x_1892; uint8_t x_1893; uint8_t x_1894; uint8_t x_1895; lean_object* x_1896; uint8_t x_1897; lean_object* x_1898; uint64_t x_1899; uint64_t x_1900; uint64_t x_1901; uint64_t x_1902; uint64_t x_1903; lean_object* x_1904; lean_object* x_1905; -x_1866 = lean_ctor_get(x_6, 0); -lean_inc(x_1866); -x_1867 = lean_ctor_get(x_1865, 0); -lean_inc(x_1867); -x_1868 = lean_ctor_get(x_1865, 1); -lean_inc(x_1868); -lean_dec(x_1865); -x_1869 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_1870 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_1871 = lean_ctor_get(x_6, 1); -lean_inc(x_1871); -x_1872 = lean_ctor_get(x_6, 2); -lean_inc(x_1872); -x_1873 = lean_ctor_get(x_6, 3); -lean_inc(x_1873); -x_1874 = lean_ctor_get(x_6, 4); -lean_inc(x_1874); -x_1875 = lean_ctor_get(x_6, 5); -lean_inc(x_1875); -x_1876 = lean_ctor_get(x_6, 6); -lean_inc(x_1876); -x_1877 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_1878 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_1879 = lean_ctor_get_uint8(x_1866, 0); -x_1880 = lean_ctor_get_uint8(x_1866, 1); -x_1881 = lean_ctor_get_uint8(x_1866, 2); -x_1882 = lean_ctor_get_uint8(x_1866, 3); -x_1883 = lean_ctor_get_uint8(x_1866, 4); -x_1884 = lean_ctor_get_uint8(x_1866, 5); -x_1885 = lean_ctor_get_uint8(x_1866, 6); -x_1886 = lean_ctor_get_uint8(x_1866, 7); -x_1887 = lean_ctor_get_uint8(x_1866, 8); -x_1888 = lean_ctor_get_uint8(x_1866, 10); -x_1889 = lean_ctor_get_uint8(x_1866, 11); -x_1890 = lean_ctor_get_uint8(x_1866, 12); -x_1891 = lean_ctor_get_uint8(x_1866, 13); -x_1892 = lean_ctor_get_uint8(x_1866, 14); -x_1893 = lean_ctor_get_uint8(x_1866, 15); -x_1894 = lean_ctor_get_uint8(x_1866, 16); -x_1895 = lean_ctor_get_uint8(x_1866, 17); -if (lean_is_exclusive(x_1866)) { - x_1896 = x_1866; -} else { - lean_dec_ref(x_1866); - x_1896 = lean_box(0); -} -x_1897 = 1; -if (lean_is_scalar(x_1896)) { - x_1898 = lean_alloc_ctor(0, 0, 18); -} else { - x_1898 = x_1896; -} -lean_ctor_set_uint8(x_1898, 0, x_1879); -lean_ctor_set_uint8(x_1898, 1, x_1880); -lean_ctor_set_uint8(x_1898, 2, x_1881); -lean_ctor_set_uint8(x_1898, 3, x_1882); -lean_ctor_set_uint8(x_1898, 4, x_1883); -lean_ctor_set_uint8(x_1898, 5, x_1884); -lean_ctor_set_uint8(x_1898, 6, x_1885); -lean_ctor_set_uint8(x_1898, 7, x_1886); -lean_ctor_set_uint8(x_1898, 8, x_1887); -lean_ctor_set_uint8(x_1898, 9, x_1897); -lean_ctor_set_uint8(x_1898, 10, x_1888); -lean_ctor_set_uint8(x_1898, 11, x_1889); -lean_ctor_set_uint8(x_1898, 12, x_1890); -lean_ctor_set_uint8(x_1898, 13, x_1891); -lean_ctor_set_uint8(x_1898, 14, x_1892); -lean_ctor_set_uint8(x_1898, 15, x_1893); -lean_ctor_set_uint8(x_1898, 16, x_1894); -lean_ctor_set_uint8(x_1898, 17, x_1895); -x_1899 = 2; -x_1900 = lean_uint64_shift_right(x_1869, x_1899); -x_1901 = lean_uint64_shift_left(x_1900, x_1899); -x_1902 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_1903 = lean_uint64_lor(x_1901, x_1902); -x_1904 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_1904, 0, x_1898); -lean_ctor_set(x_1904, 1, x_1871); -lean_ctor_set(x_1904, 2, x_1872); -lean_ctor_set(x_1904, 3, x_1873); -lean_ctor_set(x_1904, 4, x_1874); -lean_ctor_set(x_1904, 5, x_1875); -lean_ctor_set(x_1904, 6, x_1876); -lean_ctor_set_uint64(x_1904, sizeof(void*)*7, x_1903); -lean_ctor_set_uint8(x_1904, sizeof(void*)*7 + 8, x_1870); -lean_ctor_set_uint8(x_1904, sizeof(void*)*7 + 9, x_1877); -lean_ctor_set_uint8(x_1904, sizeof(void*)*7 + 10, x_1878); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_1867); -lean_inc(x_103); -x_1905 = l_Lean_Meta_isExprDefEq(x_103, x_1867, x_1904, x_7, x_8, x_9, x_1868); -if (lean_obj_tag(x_1905) == 0) -{ -lean_object* x_1906; uint8_t x_1907; -x_1906 = lean_ctor_get(x_1905, 0); -lean_inc(x_1906); -x_1907 = lean_unbox(x_1906); -lean_dec(x_1906); -if (x_1907 == 0) -{ -lean_object* x_1908; lean_object* x_1909; lean_object* x_1910; lean_object* x_1911; lean_object* x_1912; -lean_dec(x_54); -x_1908 = lean_ctor_get(x_1905, 1); -lean_inc(x_1908); -lean_dec(x_1905); -x_1909 = lean_box(0); -lean_inc(x_103); -x_1910 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__3(x_23, x_103, x_1867, x_1909, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1908); -x_1911 = lean_ctor_get(x_1910, 0); -lean_inc(x_1911); -x_1912 = lean_ctor_get(x_1910, 1); -lean_inc(x_1912); -lean_dec(x_1910); -x_1523 = x_1911; -x_1524 = x_1912; -goto block_1857; -} -else -{ -lean_object* x_1913; lean_object* x_1914; -x_1913 = lean_ctor_get(x_1905, 1); -lean_inc(x_1913); -lean_dec(x_1905); -if (lean_is_scalar(x_54)) { - x_1914 = lean_alloc_ctor(1, 1, 0); -} else { - x_1914 = x_54; -} -lean_ctor_set(x_1914, 0, x_1867); -x_1523 = x_1914; -x_1524 = x_1913; -goto block_1857; -} -} -else -{ -lean_object* x_1915; lean_object* x_1916; lean_object* x_1917; lean_object* x_1918; -lean_dec(x_1867); -lean_dec(x_1519); -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1915 = lean_ctor_get(x_1905, 0); -lean_inc(x_1915); -x_1916 = lean_ctor_get(x_1905, 1); -lean_inc(x_1916); -if (lean_is_exclusive(x_1905)) { - lean_ctor_release(x_1905, 0); - lean_ctor_release(x_1905, 1); - x_1917 = x_1905; -} else { - lean_dec_ref(x_1905); - x_1917 = lean_box(0); -} -if (lean_is_scalar(x_1917)) { - x_1918 = lean_alloc_ctor(1, 2, 0); -} else { - x_1918 = x_1917; -} -lean_ctor_set(x_1918, 0, x_1915); -lean_ctor_set(x_1918, 1, x_1916); -return x_1918; -} -} -else -{ -lean_object* x_1919; lean_object* x_1920; lean_object* x_1921; lean_object* x_1922; -lean_dec(x_1519); -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1919 = lean_ctor_get(x_1865, 0); -lean_inc(x_1919); -x_1920 = lean_ctor_get(x_1865, 1); -lean_inc(x_1920); -if (lean_is_exclusive(x_1865)) { - lean_ctor_release(x_1865, 0); - lean_ctor_release(x_1865, 1); - x_1921 = x_1865; -} else { - lean_dec_ref(x_1865); - x_1921 = lean_box(0); -} -if (lean_is_scalar(x_1921)) { - x_1922 = lean_alloc_ctor(1, 2, 0); -} else { - x_1922 = x_1921; -} -lean_ctor_set(x_1922, 0, x_1919); -lean_ctor_set(x_1922, 1, x_1920); -return x_1922; -} -} -else -{ -lean_object* x_1923; -lean_dec(x_1859); -lean_dec(x_54); -lean_dec(x_18); -x_1923 = lean_ctor_get(x_1858, 1); -lean_inc(x_1923); -lean_dec(x_1858); -x_1523 = x_23; -x_1524 = x_1923; -goto block_1857; -} -} -else -{ -lean_object* x_1924; lean_object* x_1925; lean_object* x_1926; lean_object* x_1927; -lean_dec(x_1519); -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1924 = lean_ctor_get(x_1858, 0); -lean_inc(x_1924); -x_1925 = lean_ctor_get(x_1858, 1); -lean_inc(x_1925); -if (lean_is_exclusive(x_1858)) { - lean_ctor_release(x_1858, 0); - lean_ctor_release(x_1858, 1); - x_1926 = x_1858; -} else { - lean_dec_ref(x_1858); - x_1926 = lean_box(0); -} -if (lean_is_scalar(x_1926)) { - x_1927 = lean_alloc_ctor(1, 2, 0); -} else { - x_1927 = x_1926; -} -lean_ctor_set(x_1927, 0, x_1924); -lean_ctor_set(x_1927, 1, x_1925); -return x_1927; -} -block_1857: -{ -lean_object* x_1525; -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_1525 = l_Lean_Meta_Grind_Arith_CommRing_getRingId_x3f(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1524); -if (lean_obj_tag(x_1525) == 0) -{ -lean_object* x_1526; lean_object* x_1527; lean_object* x_1528; lean_object* x_1529; lean_object* x_1530; lean_object* x_1531; -x_1526 = lean_ctor_get(x_1525, 0); -lean_inc(x_1526); -x_1527 = lean_ctor_get(x_1525, 1); -lean_inc(x_1527); -lean_dec(x_1525); -x_1528 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__72; -lean_inc(x_15); -x_1529 = l_Lean_Expr_const___override(x_1528, x_15); -lean_inc(x_1); -x_1530 = l_Lean_Expr_app___override(x_1529, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_1531 = l_Lean_Meta_trySynthInstance(x_1530, x_23, x_6, x_7, x_8, x_9, x_1527); -if (lean_obj_tag(x_1531) == 0) -{ -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_1754; -x_1532 = lean_ctor_get(x_1531, 0); -lean_inc(x_1532); -x_1533 = lean_ctor_get(x_1531, 1); -lean_inc(x_1533); -lean_dec(x_1531); -x_1534 = l_Lean_LOption_toOption___rarg(x_1532); -x_1535 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__74; -lean_inc(x_15); -x_1536 = l_Lean_Expr_const___override(x_1535, x_15); -lean_inc(x_1); -x_1537 = l_Lean_Expr_app___override(x_1536, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_1754 = l_Lean_Meta_trySynthInstance(x_1537, x_23, x_6, x_7, x_8, x_9, x_1533); -if (lean_obj_tag(x_1754) == 0) -{ -lean_object* x_1755; lean_object* x_1756; lean_object* x_1757; -x_1755 = lean_ctor_get(x_1754, 0); -lean_inc(x_1755); -x_1756 = lean_ctor_get(x_1754, 1); -lean_inc(x_1756); -lean_dec(x_1754); -x_1757 = l_Lean_LOption_toOption___rarg(x_1755); -if (lean_obj_tag(x_1757) == 0) -{ -x_1538 = x_23; -x_1539 = x_1756; -goto block_1753; -} -else -{ -lean_object* x_1758; lean_object* x_1759; lean_object* x_1760; lean_object* x_1761; lean_object* x_1762; -x_1758 = lean_ctor_get(x_1757, 0); -lean_inc(x_1758); -lean_dec(x_1757); -x_1759 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__91; -lean_inc(x_15); -x_1760 = l_Lean_Expr_const___override(x_1759, x_15); -lean_inc(x_1); -x_1761 = l_Lean_mkAppB(x_1760, x_1, x_1758); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -x_1762 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_internalizeConst(x_1761, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1756); -if (lean_obj_tag(x_1762) == 0) -{ -lean_object* x_1763; lean_object* x_1764; lean_object* x_1765; lean_object* x_1766; -x_1763 = lean_ctor_get(x_1762, 0); -lean_inc(x_1763); -x_1764 = lean_ctor_get(x_1762, 1); -lean_inc(x_1764); -lean_dec(x_1762); -x_1765 = lean_unsigned_to_nat(1u); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_1); -x_1766 = l_Lean_Meta_mkNumeral(x_1, x_1765, x_6, x_7, x_8, x_9, x_1764); -if (lean_obj_tag(x_1766) == 0) -{ -lean_object* x_1767; lean_object* x_1768; lean_object* x_1769; uint64_t x_1770; uint8_t x_1771; lean_object* x_1772; lean_object* x_1773; lean_object* x_1774; lean_object* x_1775; lean_object* x_1776; lean_object* x_1777; uint8_t x_1778; uint8_t x_1779; uint8_t x_1780; uint8_t x_1781; uint8_t x_1782; uint8_t x_1783; uint8_t x_1784; uint8_t x_1785; uint8_t x_1786; uint8_t x_1787; uint8_t x_1788; uint8_t x_1789; uint8_t x_1790; uint8_t x_1791; uint8_t x_1792; uint8_t x_1793; uint8_t x_1794; uint8_t x_1795; uint8_t x_1796; lean_object* x_1797; uint8_t x_1798; lean_object* x_1799; uint64_t x_1800; uint64_t x_1801; uint64_t x_1802; uint64_t x_1803; uint64_t x_1804; lean_object* x_1805; lean_object* x_1806; -x_1767 = lean_ctor_get(x_6, 0); -lean_inc(x_1767); -x_1768 = lean_ctor_get(x_1766, 0); -lean_inc(x_1768); -x_1769 = lean_ctor_get(x_1766, 1); -lean_inc(x_1769); -lean_dec(x_1766); -x_1770 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_1771 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_1772 = lean_ctor_get(x_6, 1); -lean_inc(x_1772); -x_1773 = lean_ctor_get(x_6, 2); -lean_inc(x_1773); -x_1774 = lean_ctor_get(x_6, 3); -lean_inc(x_1774); -x_1775 = lean_ctor_get(x_6, 4); -lean_inc(x_1775); -x_1776 = lean_ctor_get(x_6, 5); -lean_inc(x_1776); -x_1777 = lean_ctor_get(x_6, 6); -lean_inc(x_1777); -x_1778 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_1779 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_1780 = lean_ctor_get_uint8(x_1767, 0); -x_1781 = lean_ctor_get_uint8(x_1767, 1); -x_1782 = lean_ctor_get_uint8(x_1767, 2); -x_1783 = lean_ctor_get_uint8(x_1767, 3); -x_1784 = lean_ctor_get_uint8(x_1767, 4); -x_1785 = lean_ctor_get_uint8(x_1767, 5); -x_1786 = lean_ctor_get_uint8(x_1767, 6); -x_1787 = lean_ctor_get_uint8(x_1767, 7); -x_1788 = lean_ctor_get_uint8(x_1767, 8); -x_1789 = lean_ctor_get_uint8(x_1767, 10); -x_1790 = lean_ctor_get_uint8(x_1767, 11); -x_1791 = lean_ctor_get_uint8(x_1767, 12); -x_1792 = lean_ctor_get_uint8(x_1767, 13); -x_1793 = lean_ctor_get_uint8(x_1767, 14); -x_1794 = lean_ctor_get_uint8(x_1767, 15); -x_1795 = lean_ctor_get_uint8(x_1767, 16); -x_1796 = lean_ctor_get_uint8(x_1767, 17); -if (lean_is_exclusive(x_1767)) { - x_1797 = x_1767; -} else { - lean_dec_ref(x_1767); - x_1797 = lean_box(0); -} -x_1798 = 1; -if (lean_is_scalar(x_1797)) { - x_1799 = lean_alloc_ctor(0, 0, 18); -} else { - x_1799 = x_1797; -} -lean_ctor_set_uint8(x_1799, 0, x_1780); -lean_ctor_set_uint8(x_1799, 1, x_1781); -lean_ctor_set_uint8(x_1799, 2, x_1782); -lean_ctor_set_uint8(x_1799, 3, x_1783); -lean_ctor_set_uint8(x_1799, 4, x_1784); -lean_ctor_set_uint8(x_1799, 5, x_1785); -lean_ctor_set_uint8(x_1799, 6, x_1786); -lean_ctor_set_uint8(x_1799, 7, x_1787); -lean_ctor_set_uint8(x_1799, 8, x_1788); -lean_ctor_set_uint8(x_1799, 9, x_1798); -lean_ctor_set_uint8(x_1799, 10, x_1789); -lean_ctor_set_uint8(x_1799, 11, x_1790); -lean_ctor_set_uint8(x_1799, 12, x_1791); -lean_ctor_set_uint8(x_1799, 13, x_1792); -lean_ctor_set_uint8(x_1799, 14, x_1793); -lean_ctor_set_uint8(x_1799, 15, x_1794); -lean_ctor_set_uint8(x_1799, 16, x_1795); -lean_ctor_set_uint8(x_1799, 17, x_1796); -x_1800 = 2; -x_1801 = lean_uint64_shift_right(x_1770, x_1800); -x_1802 = lean_uint64_shift_left(x_1801, x_1800); -x_1803 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_1804 = lean_uint64_lor(x_1802, x_1803); -x_1805 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_1805, 0, x_1799); -lean_ctor_set(x_1805, 1, x_1772); -lean_ctor_set(x_1805, 2, x_1773); -lean_ctor_set(x_1805, 3, x_1774); -lean_ctor_set(x_1805, 4, x_1775); -lean_ctor_set(x_1805, 5, x_1776); -lean_ctor_set(x_1805, 6, x_1777); -lean_ctor_set_uint64(x_1805, sizeof(void*)*7, x_1804); -lean_ctor_set_uint8(x_1805, sizeof(void*)*7 + 8, x_1771); -lean_ctor_set_uint8(x_1805, sizeof(void*)*7 + 9, x_1778); -lean_ctor_set_uint8(x_1805, sizeof(void*)*7 + 10, x_1779); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_1768); -lean_inc(x_1763); -x_1806 = l_Lean_Meta_isExprDefEq(x_1763, x_1768, x_1805, x_7, x_8, x_9, x_1769); -if (lean_obj_tag(x_1806) == 0) -{ -lean_object* x_1807; uint8_t x_1808; -x_1807 = lean_ctor_get(x_1806, 0); -lean_inc(x_1807); -x_1808 = lean_unbox(x_1807); -lean_dec(x_1807); -if (x_1808 == 0) -{ -lean_object* x_1809; lean_object* x_1810; lean_object* x_1811; uint8_t x_1812; -x_1809 = lean_ctor_get(x_1806, 1); -lean_inc(x_1809); -lean_dec(x_1806); -x_1810 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1809); -x_1811 = lean_ctor_get(x_1810, 0); -lean_inc(x_1811); -x_1812 = lean_ctor_get_uint8(x_1811, sizeof(void*)*6 + 11); -lean_dec(x_1811); -if (x_1812 == 0) -{ -lean_object* x_1813; lean_object* x_1814; lean_object* x_1815; lean_object* x_1816; lean_object* x_1817; -lean_dec(x_1768); -x_1813 = lean_ctor_get(x_1810, 1); -lean_inc(x_1813); -lean_dec(x_1810); -x_1814 = lean_box(0); -x_1815 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1763, x_1814, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1813); -x_1816 = lean_ctor_get(x_1815, 0); -lean_inc(x_1816); -x_1817 = lean_ctor_get(x_1815, 1); -lean_inc(x_1817); -lean_dec(x_1815); -x_1538 = x_1816; -x_1539 = x_1817; -goto block_1753; -} -else -{ -lean_object* x_1818; lean_object* x_1819; lean_object* x_1820; lean_object* x_1821; lean_object* x_1822; lean_object* x_1823; lean_object* x_1824; lean_object* x_1825; lean_object* x_1826; lean_object* x_1827; -x_1818 = lean_ctor_get(x_1810, 1); -lean_inc(x_1818); -lean_dec(x_1810); -lean_inc(x_1763); -x_1819 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_1763, x_1768, x_6, x_7, x_8, x_9, x_1818); -x_1820 = lean_ctor_get(x_1819, 0); -lean_inc(x_1820); -x_1821 = lean_ctor_get(x_1819, 1); -lean_inc(x_1821); -lean_dec(x_1819); -x_1822 = l_Lean_Meta_Grind_reportIssue(x_1820, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1821); -x_1823 = lean_ctor_get(x_1822, 0); -lean_inc(x_1823); -x_1824 = lean_ctor_get(x_1822, 1); -lean_inc(x_1824); -lean_dec(x_1822); -x_1825 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1763, x_1823, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1824); -lean_dec(x_1823); -x_1826 = lean_ctor_get(x_1825, 0); -lean_inc(x_1826); -x_1827 = lean_ctor_get(x_1825, 1); -lean_inc(x_1827); -lean_dec(x_1825); -x_1538 = x_1826; -x_1539 = x_1827; -goto block_1753; -} -} -else -{ -lean_object* x_1828; lean_object* x_1829; lean_object* x_1830; lean_object* x_1831; lean_object* x_1832; -lean_dec(x_1768); -x_1828 = lean_ctor_get(x_1806, 1); -lean_inc(x_1828); -lean_dec(x_1806); -x_1829 = lean_box(0); -x_1830 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1763, x_1829, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1828); -x_1831 = lean_ctor_get(x_1830, 0); -lean_inc(x_1831); -x_1832 = lean_ctor_get(x_1830, 1); -lean_inc(x_1832); -lean_dec(x_1830); -x_1538 = x_1831; -x_1539 = x_1832; -goto block_1753; -} -} -else -{ -lean_object* x_1833; lean_object* x_1834; lean_object* x_1835; lean_object* x_1836; -lean_dec(x_1768); -lean_dec(x_1763); -lean_dec(x_1534); -lean_dec(x_1526); -lean_dec(x_1523); -lean_dec(x_1519); -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1833 = lean_ctor_get(x_1806, 0); -lean_inc(x_1833); -x_1834 = lean_ctor_get(x_1806, 1); -lean_inc(x_1834); -if (lean_is_exclusive(x_1806)) { - lean_ctor_release(x_1806, 0); - lean_ctor_release(x_1806, 1); - x_1835 = x_1806; -} else { - lean_dec_ref(x_1806); - x_1835 = lean_box(0); -} -if (lean_is_scalar(x_1835)) { - x_1836 = lean_alloc_ctor(1, 2, 0); -} else { - x_1836 = x_1835; -} -lean_ctor_set(x_1836, 0, x_1833); -lean_ctor_set(x_1836, 1, x_1834); -return x_1836; -} -} -else -{ -lean_object* x_1837; lean_object* x_1838; lean_object* x_1839; lean_object* x_1840; -lean_dec(x_1763); -lean_dec(x_1534); -lean_dec(x_1526); -lean_dec(x_1523); -lean_dec(x_1519); -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1837 = lean_ctor_get(x_1766, 0); -lean_inc(x_1837); -x_1838 = lean_ctor_get(x_1766, 1); -lean_inc(x_1838); -if (lean_is_exclusive(x_1766)) { - lean_ctor_release(x_1766, 0); - lean_ctor_release(x_1766, 1); - x_1839 = x_1766; -} else { - lean_dec_ref(x_1766); - x_1839 = lean_box(0); -} -if (lean_is_scalar(x_1839)) { - x_1840 = lean_alloc_ctor(1, 2, 0); -} else { - x_1840 = x_1839; -} -lean_ctor_set(x_1840, 0, x_1837); -lean_ctor_set(x_1840, 1, x_1838); -return x_1840; -} -} -else -{ -lean_object* x_1841; lean_object* x_1842; lean_object* x_1843; lean_object* x_1844; -lean_dec(x_1534); -lean_dec(x_1526); -lean_dec(x_1523); -lean_dec(x_1519); -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1841 = lean_ctor_get(x_1762, 0); -lean_inc(x_1841); -x_1842 = lean_ctor_get(x_1762, 1); -lean_inc(x_1842); -if (lean_is_exclusive(x_1762)) { - lean_ctor_release(x_1762, 0); - lean_ctor_release(x_1762, 1); - x_1843 = x_1762; -} else { - lean_dec_ref(x_1762); - x_1843 = lean_box(0); -} -if (lean_is_scalar(x_1843)) { - x_1844 = lean_alloc_ctor(1, 2, 0); -} else { - x_1844 = x_1843; -} -lean_ctor_set(x_1844, 0, x_1841); -lean_ctor_set(x_1844, 1, x_1842); -return x_1844; -} -} -} -else -{ -lean_object* x_1845; lean_object* x_1846; lean_object* x_1847; lean_object* x_1848; -lean_dec(x_1534); -lean_dec(x_1526); -lean_dec(x_1523); -lean_dec(x_1519); -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1845 = lean_ctor_get(x_1754, 0); -lean_inc(x_1845); -x_1846 = lean_ctor_get(x_1754, 1); -lean_inc(x_1846); -if (lean_is_exclusive(x_1754)) { - lean_ctor_release(x_1754, 0); - lean_ctor_release(x_1754, 1); - x_1847 = x_1754; -} else { - lean_dec_ref(x_1754); - x_1847 = lean_box(0); -} -if (lean_is_scalar(x_1847)) { - x_1848 = lean_alloc_ctor(1, 2, 0); -} else { - x_1848 = x_1847; -} -lean_ctor_set(x_1848, 0, x_1845); -lean_ctor_set(x_1848, 1, x_1846); -return x_1848; -} -block_1753: -{ -lean_object* x_1540; lean_object* x_1541; lean_object* x_1542; lean_object* x_1543; -x_1540 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__76; -lean_inc(x_15); -x_1541 = l_Lean_Expr_const___override(x_1540, x_15); -lean_inc(x_1); -x_1542 = l_Lean_Expr_app___override(x_1541, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_1543 = l_Lean_Meta_trySynthInstance(x_1542, x_23, x_6, x_7, x_8, x_9, x_1539); -if (lean_obj_tag(x_1543) == 0) -{ -lean_object* x_1544; lean_object* x_1545; lean_object* x_1546; lean_object* x_1547; lean_object* x_1548; -x_1544 = lean_ctor_get(x_1543, 0); -lean_inc(x_1544); -x_1545 = lean_ctor_get(x_1543, 1); -lean_inc(x_1545); -lean_dec(x_1543); -x_1546 = l_Lean_LOption_toOption___rarg(x_1544); -if (lean_obj_tag(x_1534) == 0) -{ -lean_dec(x_1462); -x_1547 = x_23; -x_1548 = x_1545; -goto block_1721; -} -else -{ -lean_object* x_1722; lean_object* x_1723; lean_object* x_1724; lean_object* x_1725; lean_object* x_1726; -x_1722 = lean_ctor_get(x_1534, 0); -lean_inc(x_1722); -x_1723 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__87; -lean_inc(x_15); -x_1724 = l_Lean_Expr_const___override(x_1723, x_15); -lean_inc(x_1461); -lean_inc(x_1); -x_1725 = l_Lean_mkApp3(x_1724, x_1, x_1722, x_1461); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_1725); -x_1726 = l_Lean_Meta_trySynthInstance(x_1725, x_23, x_6, x_7, x_8, x_9, x_1545); -if (lean_obj_tag(x_1726) == 0) -{ -lean_object* x_1727; -x_1727 = lean_ctor_get(x_1726, 0); -lean_inc(x_1727); -if (lean_obj_tag(x_1727) == 1) -{ -lean_object* x_1728; lean_object* x_1729; lean_object* x_1730; -lean_dec(x_1725); -x_1728 = lean_ctor_get(x_1726, 1); -lean_inc(x_1728); -lean_dec(x_1726); -x_1729 = lean_ctor_get(x_1727, 0); -lean_inc(x_1729); -lean_dec(x_1727); -if (lean_is_scalar(x_1462)) { - x_1730 = lean_alloc_ctor(1, 1, 0); -} else { - x_1730 = x_1462; -} -lean_ctor_set(x_1730, 0, x_1729); -x_1547 = x_1730; -x_1548 = x_1728; -goto block_1721; -} -else -{ -lean_object* x_1731; lean_object* x_1732; lean_object* x_1733; uint8_t x_1734; -lean_dec(x_1727); -lean_dec(x_1462); -x_1731 = lean_ctor_get(x_1726, 1); -lean_inc(x_1731); -lean_dec(x_1726); -x_1732 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1731); -x_1733 = lean_ctor_get(x_1732, 0); -lean_inc(x_1733); -x_1734 = lean_ctor_get_uint8(x_1733, sizeof(void*)*6 + 11); -lean_dec(x_1733); -if (x_1734 == 0) -{ -lean_object* x_1735; -lean_dec(x_1725); -x_1735 = lean_ctor_get(x_1732, 1); -lean_inc(x_1735); -lean_dec(x_1732); -x_1547 = x_23; -x_1548 = x_1735; -goto block_1721; -} -else -{ -lean_object* x_1736; lean_object* x_1737; lean_object* x_1738; lean_object* x_1739; lean_object* x_1740; lean_object* x_1741; lean_object* x_1742; lean_object* x_1743; lean_object* x_1744; -x_1736 = lean_ctor_get(x_1732, 1); -lean_inc(x_1736); -if (lean_is_exclusive(x_1732)) { - lean_ctor_release(x_1732, 0); - lean_ctor_release(x_1732, 1); - x_1737 = x_1732; -} else { - lean_dec_ref(x_1732); - x_1737 = lean_box(0); -} -x_1738 = l_Lean_indentExpr(x_1725); -x_1739 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__89; -if (lean_is_scalar(x_1737)) { - x_1740 = lean_alloc_ctor(7, 2, 0); -} else { - x_1740 = x_1737; - lean_ctor_set_tag(x_1740, 7); -} -lean_ctor_set(x_1740, 0, x_1739); -lean_ctor_set(x_1740, 1, x_1738); -x_1741 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_1742 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1742, 0, x_1740); -lean_ctor_set(x_1742, 1, x_1741); -x_1743 = l_Lean_Meta_Grind_reportIssue(x_1742, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1736); -x_1744 = lean_ctor_get(x_1743, 1); -lean_inc(x_1744); -lean_dec(x_1743); -x_1547 = x_23; -x_1548 = x_1744; -goto block_1721; -} -} -} -else -{ -lean_object* x_1745; lean_object* x_1746; lean_object* x_1747; lean_object* x_1748; -lean_dec(x_1725); -lean_dec(x_1546); -lean_dec(x_1538); -lean_dec(x_1534); -lean_dec(x_1526); -lean_dec(x_1523); -lean_dec(x_1519); -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1745 = lean_ctor_get(x_1726, 0); -lean_inc(x_1745); -x_1746 = lean_ctor_get(x_1726, 1); -lean_inc(x_1746); -if (lean_is_exclusive(x_1726)) { - lean_ctor_release(x_1726, 0); - lean_ctor_release(x_1726, 1); - x_1747 = x_1726; -} else { - lean_dec_ref(x_1726); - x_1747 = lean_box(0); -} -if (lean_is_scalar(x_1747)) { - x_1748 = lean_alloc_ctor(1, 2, 0); -} else { - x_1748 = x_1747; -} -lean_ctor_set(x_1748, 0, x_1745); -lean_ctor_set(x_1748, 1, x_1746); -return x_1748; -} -} -block_1721: -{ -lean_object* x_1549; lean_object* x_1550; lean_object* x_1551; lean_object* x_1552; lean_object* x_1701; -x_1549 = l_Lean_Nat_mkType; -lean_inc_n(x_1, 2); -x_1550 = l_Lean_mkApp3(x_20, x_1549, x_1, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_1701 = l_Lean_Meta_trySynthInstance(x_1550, x_23, x_6, x_7, x_8, x_9, x_1548); -if (lean_obj_tag(x_1701) == 0) -{ -lean_object* x_1702; -x_1702 = lean_ctor_get(x_1701, 0); -lean_inc(x_1702); -if (lean_obj_tag(x_1702) == 1) -{ -lean_object* x_1703; lean_object* x_1704; lean_object* x_1705; lean_object* x_1706; lean_object* x_1707; lean_object* x_1708; -x_1703 = lean_ctor_get(x_1701, 1); -lean_inc(x_1703); -lean_dec(x_1701); -x_1704 = lean_ctor_get(x_1702, 0); -lean_inc(x_1704); -lean_dec(x_1702); -x_1705 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__86; -x_1706 = l_Lean_Expr_const___override(x_1705, x_15); -lean_inc(x_1); -x_1707 = l_Lean_mkApp3(x_1706, x_1, x_36, x_1704); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_1708 = l_Lean_Meta_trySynthInstance(x_1707, x_23, x_6, x_7, x_8, x_9, x_1703); -if (lean_obj_tag(x_1708) == 0) -{ -lean_object* x_1709; lean_object* x_1710; lean_object* x_1711; -x_1709 = lean_ctor_get(x_1708, 0); -lean_inc(x_1709); -x_1710 = lean_ctor_get(x_1708, 1); -lean_inc(x_1710); -lean_dec(x_1708); -x_1711 = l_Lean_LOption_toOption___rarg(x_1709); -x_1551 = x_1711; -x_1552 = x_1710; -goto block_1700; -} -else -{ -lean_object* x_1712; lean_object* x_1713; lean_object* x_1714; lean_object* x_1715; -lean_dec(x_1547); -lean_dec(x_1546); -lean_dec(x_1538); -lean_dec(x_1534); -lean_dec(x_1526); -lean_dec(x_1523); -lean_dec(x_1519); -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_42); -lean_dec(x_32); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1712 = lean_ctor_get(x_1708, 0); -lean_inc(x_1712); -x_1713 = lean_ctor_get(x_1708, 1); -lean_inc(x_1713); -if (lean_is_exclusive(x_1708)) { - lean_ctor_release(x_1708, 0); - lean_ctor_release(x_1708, 1); - x_1714 = x_1708; -} else { - lean_dec_ref(x_1708); - x_1714 = lean_box(0); -} -if (lean_is_scalar(x_1714)) { - x_1715 = lean_alloc_ctor(1, 2, 0); -} else { - x_1715 = x_1714; -} -lean_ctor_set(x_1715, 0, x_1712); -lean_ctor_set(x_1715, 1, x_1713); -return x_1715; -} -} -else -{ -lean_object* x_1716; -lean_dec(x_1702); -lean_dec(x_36); -lean_dec(x_15); -x_1716 = lean_ctor_get(x_1701, 1); -lean_inc(x_1716); -lean_dec(x_1701); -x_1551 = x_23; -x_1552 = x_1716; -goto block_1700; -} -} -else -{ -lean_object* x_1717; lean_object* x_1718; lean_object* x_1719; lean_object* x_1720; -lean_dec(x_1547); -lean_dec(x_1546); -lean_dec(x_1538); -lean_dec(x_1534); -lean_dec(x_1526); -lean_dec(x_1523); -lean_dec(x_1519); -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1717 = lean_ctor_get(x_1701, 0); -lean_inc(x_1717); -x_1718 = lean_ctor_get(x_1701, 1); -lean_inc(x_1718); -if (lean_is_exclusive(x_1701)) { - lean_ctor_release(x_1701, 0); - lean_ctor_release(x_1701, 1); - x_1719 = x_1701; -} else { - lean_dec_ref(x_1701); - x_1719 = lean_box(0); -} -if (lean_is_scalar(x_1719)) { - x_1720 = lean_alloc_ctor(1, 2, 0); -} else { - x_1720 = x_1719; -} -lean_ctor_set(x_1720, 0, x_1717); -lean_ctor_set(x_1720, 1, x_1718); -return x_1720; -} -block_1700: -{ -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; uint8_t 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; uint8_t x_1575; lean_object* x_1576; lean_object* x_1577; lean_object* x_1578; lean_object* x_1579; lean_object* x_1580; lean_object* x_1581; lean_object* x_1582; lean_object* x_1583; lean_object* x_1584; lean_object* x_1585; lean_object* x_1586; lean_object* x_1587; lean_object* x_1588; lean_object* x_1589; lean_object* x_1590; lean_object* x_1591; lean_object* x_1592; lean_object* x_1593; lean_object* x_1594; lean_object* x_1595; lean_object* x_1596; -x_1553 = l_Lean_Meta_Grind_Arith_Linear_get_x27(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1552); -x_1554 = lean_ctor_get(x_1553, 0); -lean_inc(x_1554); -x_1555 = lean_ctor_get(x_1553, 1); -lean_inc(x_1555); -lean_dec(x_1553); -x_1556 = lean_ctor_get(x_1554, 0); -lean_inc(x_1556); -lean_dec(x_1554); -x_1557 = lean_array_get_size(x_1556); -lean_dec(x_1556); -x_1558 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__79; -x_1559 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__81; -x_1560 = 0; -lean_inc(x_1538); -lean_inc(x_1534); -lean_inc(x_1557); -x_1561 = lean_alloc_ctor(0, 31, 1); -lean_ctor_set(x_1561, 0, x_1557); -lean_ctor_set(x_1561, 1, x_1526); -lean_ctor_set(x_1561, 2, x_1); -lean_ctor_set(x_1561, 3, x_12); -lean_ctor_set(x_1561, 4, x_32); -lean_ctor_set(x_1561, 5, x_1461); -lean_ctor_set(x_1561, 6, x_1519); -lean_ctor_set(x_1561, 7, x_1502); -lean_ctor_set(x_1561, 8, x_1511); -lean_ctor_set(x_1561, 9, x_1551); -lean_ctor_set(x_1561, 10, x_1534); -lean_ctor_set(x_1561, 11, x_1546); -lean_ctor_set(x_1561, 12, x_1547); -lean_ctor_set(x_1561, 13, x_42); -lean_ctor_set(x_1561, 14, x_59); -lean_ctor_set(x_1561, 15, x_1538); -lean_ctor_set(x_1561, 16, x_1477); -lean_ctor_set(x_1561, 17, x_1483); -lean_ctor_set(x_1561, 18, x_73); -lean_ctor_set(x_1561, 19, x_103); -lean_ctor_set(x_1561, 20, x_1523); -lean_ctor_set(x_1561, 21, x_84); -lean_ctor_set(x_1561, 22, x_95); -lean_ctor_set(x_1561, 23, x_1558); -lean_ctor_set(x_1561, 24, x_1559); -lean_ctor_set(x_1561, 25, x_1558); -lean_ctor_set(x_1561, 26, x_1558); -lean_ctor_set(x_1561, 27, x_1558); -lean_ctor_set(x_1561, 28, x_1558); -lean_ctor_set(x_1561, 29, x_23); -lean_ctor_set(x_1561, 30, x_1559); -lean_ctor_set_uint8(x_1561, sizeof(void*)*31, x_1560); -x_1562 = lean_st_ref_take(x_2, x_1555); -x_1563 = lean_ctor_get(x_1562, 0); -lean_inc(x_1563); -x_1564 = lean_ctor_get(x_1563, 14); -lean_inc(x_1564); -x_1565 = lean_ctor_get(x_1564, 3); -lean_inc(x_1565); -x_1566 = lean_ctor_get(x_1562, 1); -lean_inc(x_1566); -lean_dec(x_1562); -x_1567 = lean_ctor_get(x_1563, 0); -lean_inc(x_1567); -x_1568 = lean_ctor_get(x_1563, 1); -lean_inc(x_1568); -x_1569 = lean_ctor_get(x_1563, 2); -lean_inc(x_1569); -x_1570 = lean_ctor_get(x_1563, 3); -lean_inc(x_1570); -x_1571 = lean_ctor_get(x_1563, 4); -lean_inc(x_1571); -x_1572 = lean_ctor_get(x_1563, 5); -lean_inc(x_1572); -x_1573 = lean_ctor_get(x_1563, 6); -lean_inc(x_1573); -x_1574 = lean_ctor_get(x_1563, 7); -lean_inc(x_1574); -x_1575 = lean_ctor_get_uint8(x_1563, sizeof(void*)*16); -x_1576 = lean_ctor_get(x_1563, 8); -lean_inc(x_1576); -x_1577 = lean_ctor_get(x_1563, 9); -lean_inc(x_1577); -x_1578 = lean_ctor_get(x_1563, 10); -lean_inc(x_1578); -x_1579 = lean_ctor_get(x_1563, 11); -lean_inc(x_1579); -x_1580 = lean_ctor_get(x_1563, 12); -lean_inc(x_1580); -x_1581 = lean_ctor_get(x_1563, 13); -lean_inc(x_1581); -x_1582 = lean_ctor_get(x_1563, 15); -lean_inc(x_1582); -if (lean_is_exclusive(x_1563)) { - lean_ctor_release(x_1563, 0); - lean_ctor_release(x_1563, 1); - lean_ctor_release(x_1563, 2); - lean_ctor_release(x_1563, 3); - lean_ctor_release(x_1563, 4); - lean_ctor_release(x_1563, 5); - lean_ctor_release(x_1563, 6); - lean_ctor_release(x_1563, 7); - lean_ctor_release(x_1563, 8); - lean_ctor_release(x_1563, 9); - lean_ctor_release(x_1563, 10); - lean_ctor_release(x_1563, 11); - lean_ctor_release(x_1563, 12); - lean_ctor_release(x_1563, 13); - lean_ctor_release(x_1563, 14); - lean_ctor_release(x_1563, 15); - x_1583 = x_1563; -} else { - lean_dec_ref(x_1563); - x_1583 = lean_box(0); -} -x_1584 = lean_ctor_get(x_1564, 0); -lean_inc(x_1584); -x_1585 = lean_ctor_get(x_1564, 1); -lean_inc(x_1585); -x_1586 = lean_ctor_get(x_1564, 2); -lean_inc(x_1586); -if (lean_is_exclusive(x_1564)) { - lean_ctor_release(x_1564, 0); - lean_ctor_release(x_1564, 1); - lean_ctor_release(x_1564, 2); - lean_ctor_release(x_1564, 3); - x_1587 = x_1564; -} else { - lean_dec_ref(x_1564); - x_1587 = lean_box(0); -} -x_1588 = lean_ctor_get(x_1565, 0); -lean_inc(x_1588); -x_1589 = lean_ctor_get(x_1565, 1); -lean_inc(x_1589); -x_1590 = lean_ctor_get(x_1565, 2); -lean_inc(x_1590); -if (lean_is_exclusive(x_1565)) { - lean_ctor_release(x_1565, 0); - lean_ctor_release(x_1565, 1); - lean_ctor_release(x_1565, 2); - x_1591 = x_1565; -} else { - lean_dec_ref(x_1565); - x_1591 = lean_box(0); -} -x_1592 = lean_array_push(x_1588, x_1561); -if (lean_is_scalar(x_1591)) { - x_1593 = lean_alloc_ctor(0, 3, 0); -} else { - x_1593 = x_1591; -} -lean_ctor_set(x_1593, 0, x_1592); -lean_ctor_set(x_1593, 1, x_1589); -lean_ctor_set(x_1593, 2, x_1590); -if (lean_is_scalar(x_1587)) { - x_1594 = lean_alloc_ctor(0, 4, 0); -} else { - x_1594 = x_1587; -} -lean_ctor_set(x_1594, 0, x_1584); -lean_ctor_set(x_1594, 1, x_1585); -lean_ctor_set(x_1594, 2, x_1586); -lean_ctor_set(x_1594, 3, x_1593); -if (lean_is_scalar(x_1583)) { - x_1595 = lean_alloc_ctor(0, 16, 1); -} else { - x_1595 = x_1583; -} -lean_ctor_set(x_1595, 0, x_1567); -lean_ctor_set(x_1595, 1, x_1568); -lean_ctor_set(x_1595, 2, x_1569); -lean_ctor_set(x_1595, 3, x_1570); -lean_ctor_set(x_1595, 4, x_1571); -lean_ctor_set(x_1595, 5, x_1572); -lean_ctor_set(x_1595, 6, x_1573); -lean_ctor_set(x_1595, 7, x_1574); -lean_ctor_set(x_1595, 8, x_1576); -lean_ctor_set(x_1595, 9, x_1577); -lean_ctor_set(x_1595, 10, x_1578); -lean_ctor_set(x_1595, 11, x_1579); -lean_ctor_set(x_1595, 12, x_1580); -lean_ctor_set(x_1595, 13, x_1581); -lean_ctor_set(x_1595, 14, x_1594); -lean_ctor_set(x_1595, 15, x_1582); -lean_ctor_set_uint8(x_1595, sizeof(void*)*16, x_1575); -x_1596 = lean_st_ref_set(x_2, x_1595, x_1566); -if (lean_obj_tag(x_1538) == 0) -{ -lean_object* x_1597; lean_object* x_1598; lean_object* x_1599; -lean_dec(x_1534); -x_1597 = lean_ctor_get(x_1596, 1); -lean_inc(x_1597); -lean_dec(x_1596); -x_1598 = lean_box(0); -x_1599 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1557, x_1598, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1597); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_1599; -} -else -{ -if (lean_obj_tag(x_1534) == 0) -{ -lean_object* x_1600; lean_object* x_1601; lean_object* x_1602; -lean_dec(x_1538); -x_1600 = lean_ctor_get(x_1596, 1); -lean_inc(x_1600); -lean_dec(x_1596); -x_1601 = lean_box(0); -x_1602 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1557, x_1601, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1600); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_1602; -} -else -{ -lean_object* x_1603; lean_object* x_1604; lean_object* x_1605; -lean_dec(x_1534); -x_1603 = lean_ctor_get(x_1596, 1); -lean_inc(x_1603); -lean_dec(x_1596); -x_1604 = lean_ctor_get(x_1538, 0); -lean_inc(x_1604); -lean_dec(x_1538); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1557); -x_1605 = l_Lean_Meta_Grind_Arith_Linear_mkVar(x_1604, x_1560, x_1557, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1603); -if (lean_obj_tag(x_1605) == 0) -{ -lean_object* x_1606; lean_object* x_1607; lean_object* x_1608; lean_object* x_1609; lean_object* x_1610; lean_object* x_1611; lean_object* x_1612; lean_object* x_1613; lean_object* x_1614; lean_object* x_1615; lean_object* x_1616; lean_object* x_1617; lean_object* x_1618; lean_object* x_1619; lean_object* x_1620; lean_object* x_1621; lean_object* x_1622; lean_object* x_1623; uint8_t x_1624; lean_object* x_1625; lean_object* x_1626; lean_object* x_1627; lean_object* x_1628; lean_object* x_1629; lean_object* x_1630; lean_object* x_1631; lean_object* x_1632; lean_object* x_1633; lean_object* x_1634; lean_object* x_1635; lean_object* x_1636; lean_object* x_1637; lean_object* x_1638; lean_object* x_1639; lean_object* x_1640; lean_object* x_1641; uint8_t x_1642; -x_1606 = lean_ctor_get(x_1605, 0); -lean_inc(x_1606); -x_1607 = lean_ctor_get(x_1605, 1); -lean_inc(x_1607); -lean_dec(x_1605); -x_1608 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__83; -x_1609 = lean_box(0); -lean_inc(x_1606); -x_1610 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1610, 0, x_1608); -lean_ctor_set(x_1610, 1, x_1606); -lean_ctor_set(x_1610, 2, x_1609); -x_1611 = lean_st_ref_take(x_2, x_1607); -x_1612 = lean_ctor_get(x_1611, 0); -lean_inc(x_1612); -x_1613 = lean_ctor_get(x_1612, 14); -lean_inc(x_1613); -x_1614 = lean_ctor_get(x_1613, 3); -lean_inc(x_1614); -x_1615 = lean_ctor_get(x_1611, 1); -lean_inc(x_1615); -lean_dec(x_1611); -x_1616 = lean_ctor_get(x_1612, 0); -lean_inc(x_1616); -x_1617 = lean_ctor_get(x_1612, 1); -lean_inc(x_1617); -x_1618 = lean_ctor_get(x_1612, 2); -lean_inc(x_1618); -x_1619 = lean_ctor_get(x_1612, 3); -lean_inc(x_1619); -x_1620 = lean_ctor_get(x_1612, 4); -lean_inc(x_1620); -x_1621 = lean_ctor_get(x_1612, 5); -lean_inc(x_1621); -x_1622 = lean_ctor_get(x_1612, 6); -lean_inc(x_1622); -x_1623 = lean_ctor_get(x_1612, 7); -lean_inc(x_1623); -x_1624 = lean_ctor_get_uint8(x_1612, sizeof(void*)*16); -x_1625 = lean_ctor_get(x_1612, 8); -lean_inc(x_1625); -x_1626 = lean_ctor_get(x_1612, 9); -lean_inc(x_1626); -x_1627 = lean_ctor_get(x_1612, 10); -lean_inc(x_1627); -x_1628 = lean_ctor_get(x_1612, 11); -lean_inc(x_1628); -x_1629 = lean_ctor_get(x_1612, 12); -lean_inc(x_1629); -x_1630 = lean_ctor_get(x_1612, 13); -lean_inc(x_1630); -x_1631 = lean_ctor_get(x_1612, 15); -lean_inc(x_1631); -if (lean_is_exclusive(x_1612)) { - lean_ctor_release(x_1612, 0); - lean_ctor_release(x_1612, 1); - lean_ctor_release(x_1612, 2); - lean_ctor_release(x_1612, 3); - lean_ctor_release(x_1612, 4); - lean_ctor_release(x_1612, 5); - lean_ctor_release(x_1612, 6); - lean_ctor_release(x_1612, 7); - lean_ctor_release(x_1612, 8); - lean_ctor_release(x_1612, 9); - lean_ctor_release(x_1612, 10); - lean_ctor_release(x_1612, 11); - lean_ctor_release(x_1612, 12); - lean_ctor_release(x_1612, 13); - lean_ctor_release(x_1612, 14); - lean_ctor_release(x_1612, 15); - x_1632 = x_1612; -} else { - lean_dec_ref(x_1612); - x_1632 = lean_box(0); -} -x_1633 = lean_ctor_get(x_1613, 0); -lean_inc(x_1633); -x_1634 = lean_ctor_get(x_1613, 1); -lean_inc(x_1634); -x_1635 = lean_ctor_get(x_1613, 2); -lean_inc(x_1635); -if (lean_is_exclusive(x_1613)) { - lean_ctor_release(x_1613, 0); - lean_ctor_release(x_1613, 1); - lean_ctor_release(x_1613, 2); - lean_ctor_release(x_1613, 3); - x_1636 = x_1613; -} else { - lean_dec_ref(x_1613); - x_1636 = lean_box(0); -} -x_1637 = lean_ctor_get(x_1614, 0); -lean_inc(x_1637); -x_1638 = lean_ctor_get(x_1614, 1); -lean_inc(x_1638); -x_1639 = lean_ctor_get(x_1614, 2); -lean_inc(x_1639); -if (lean_is_exclusive(x_1614)) { - lean_ctor_release(x_1614, 0); - lean_ctor_release(x_1614, 1); - lean_ctor_release(x_1614, 2); - x_1640 = x_1614; -} else { - lean_dec_ref(x_1614); - x_1640 = lean_box(0); -} -x_1641 = lean_array_get_size(x_1637); -x_1642 = lean_nat_dec_lt(x_1557, x_1641); -lean_dec(x_1641); -if (x_1642 == 0) -{ -lean_object* x_1643; lean_object* x_1644; lean_object* x_1645; lean_object* x_1646; lean_object* x_1647; lean_object* x_1648; lean_object* x_1649; -lean_dec(x_1610); -lean_dec(x_1606); -if (lean_is_scalar(x_1640)) { - x_1643 = lean_alloc_ctor(0, 3, 0); -} else { - x_1643 = x_1640; -} -lean_ctor_set(x_1643, 0, x_1637); -lean_ctor_set(x_1643, 1, x_1638); -lean_ctor_set(x_1643, 2, x_1639); -if (lean_is_scalar(x_1636)) { - x_1644 = lean_alloc_ctor(0, 4, 0); -} else { - x_1644 = x_1636; -} -lean_ctor_set(x_1644, 0, x_1633); -lean_ctor_set(x_1644, 1, x_1634); -lean_ctor_set(x_1644, 2, x_1635); -lean_ctor_set(x_1644, 3, x_1643); -if (lean_is_scalar(x_1632)) { - x_1645 = lean_alloc_ctor(0, 16, 1); -} else { - x_1645 = x_1632; -} -lean_ctor_set(x_1645, 0, x_1616); -lean_ctor_set(x_1645, 1, x_1617); -lean_ctor_set(x_1645, 2, x_1618); -lean_ctor_set(x_1645, 3, x_1619); -lean_ctor_set(x_1645, 4, x_1620); -lean_ctor_set(x_1645, 5, x_1621); -lean_ctor_set(x_1645, 6, x_1622); -lean_ctor_set(x_1645, 7, x_1623); -lean_ctor_set(x_1645, 8, x_1625); -lean_ctor_set(x_1645, 9, x_1626); -lean_ctor_set(x_1645, 10, x_1627); -lean_ctor_set(x_1645, 11, x_1628); -lean_ctor_set(x_1645, 12, x_1629); -lean_ctor_set(x_1645, 13, x_1630); -lean_ctor_set(x_1645, 14, x_1644); -lean_ctor_set(x_1645, 15, x_1631); -lean_ctor_set_uint8(x_1645, sizeof(void*)*16, x_1624); -x_1646 = lean_st_ref_set(x_2, x_1645, x_1615); -x_1647 = lean_ctor_get(x_1646, 1); -lean_inc(x_1647); -lean_dec(x_1646); -x_1648 = lean_box(0); -x_1649 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1557, x_1648, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1647); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_1649; -} -else -{ -lean_object* x_1650; lean_object* x_1651; lean_object* x_1652; lean_object* x_1653; lean_object* x_1654; lean_object* x_1655; lean_object* x_1656; lean_object* x_1657; lean_object* x_1658; lean_object* x_1659; lean_object* x_1660; lean_object* x_1661; lean_object* x_1662; lean_object* x_1663; lean_object* x_1664; lean_object* x_1665; lean_object* x_1666; lean_object* x_1667; lean_object* x_1668; lean_object* x_1669; lean_object* x_1670; lean_object* x_1671; lean_object* x_1672; lean_object* x_1673; lean_object* x_1674; lean_object* x_1675; lean_object* x_1676; lean_object* x_1677; lean_object* x_1678; lean_object* x_1679; lean_object* x_1680; lean_object* x_1681; uint8_t x_1682; lean_object* x_1683; lean_object* x_1684; lean_object* x_1685; lean_object* x_1686; lean_object* x_1687; lean_object* x_1688; lean_object* x_1689; lean_object* x_1690; lean_object* x_1691; lean_object* x_1692; lean_object* x_1693; lean_object* x_1694; lean_object* x_1695; -x_1650 = lean_array_fget(x_1637, x_1557); -x_1651 = lean_box(0); -x_1652 = lean_array_fset(x_1637, x_1557, x_1651); -x_1653 = lean_ctor_get(x_1650, 0); -lean_inc(x_1653); -x_1654 = lean_ctor_get(x_1650, 1); -lean_inc(x_1654); -x_1655 = lean_ctor_get(x_1650, 2); -lean_inc(x_1655); -x_1656 = lean_ctor_get(x_1650, 3); -lean_inc(x_1656); -x_1657 = lean_ctor_get(x_1650, 4); -lean_inc(x_1657); -x_1658 = lean_ctor_get(x_1650, 5); -lean_inc(x_1658); -x_1659 = lean_ctor_get(x_1650, 6); -lean_inc(x_1659); -x_1660 = lean_ctor_get(x_1650, 7); -lean_inc(x_1660); -x_1661 = lean_ctor_get(x_1650, 8); -lean_inc(x_1661); -x_1662 = lean_ctor_get(x_1650, 9); -lean_inc(x_1662); -x_1663 = lean_ctor_get(x_1650, 10); -lean_inc(x_1663); -x_1664 = lean_ctor_get(x_1650, 11); -lean_inc(x_1664); -x_1665 = lean_ctor_get(x_1650, 12); -lean_inc(x_1665); -x_1666 = lean_ctor_get(x_1650, 13); -lean_inc(x_1666); -x_1667 = lean_ctor_get(x_1650, 14); -lean_inc(x_1667); -x_1668 = lean_ctor_get(x_1650, 15); -lean_inc(x_1668); -x_1669 = lean_ctor_get(x_1650, 16); -lean_inc(x_1669); -x_1670 = lean_ctor_get(x_1650, 17); -lean_inc(x_1670); -x_1671 = lean_ctor_get(x_1650, 18); -lean_inc(x_1671); -x_1672 = lean_ctor_get(x_1650, 19); -lean_inc(x_1672); -x_1673 = lean_ctor_get(x_1650, 20); -lean_inc(x_1673); -x_1674 = lean_ctor_get(x_1650, 21); -lean_inc(x_1674); -x_1675 = lean_ctor_get(x_1650, 22); -lean_inc(x_1675); -x_1676 = lean_ctor_get(x_1650, 23); -lean_inc(x_1676); -x_1677 = lean_ctor_get(x_1650, 24); -lean_inc(x_1677); -x_1678 = lean_ctor_get(x_1650, 25); -lean_inc(x_1678); -x_1679 = lean_ctor_get(x_1650, 26); -lean_inc(x_1679); -x_1680 = lean_ctor_get(x_1650, 27); -lean_inc(x_1680); -x_1681 = lean_ctor_get(x_1650, 28); -lean_inc(x_1681); -x_1682 = lean_ctor_get_uint8(x_1650, sizeof(void*)*31); -x_1683 = lean_ctor_get(x_1650, 29); -lean_inc(x_1683); -x_1684 = lean_ctor_get(x_1650, 30); -lean_inc(x_1684); -if (lean_is_exclusive(x_1650)) { - lean_ctor_release(x_1650, 0); - lean_ctor_release(x_1650, 1); - lean_ctor_release(x_1650, 2); - lean_ctor_release(x_1650, 3); - lean_ctor_release(x_1650, 4); - lean_ctor_release(x_1650, 5); - lean_ctor_release(x_1650, 6); - lean_ctor_release(x_1650, 7); - lean_ctor_release(x_1650, 8); - lean_ctor_release(x_1650, 9); - lean_ctor_release(x_1650, 10); - lean_ctor_release(x_1650, 11); - lean_ctor_release(x_1650, 12); - lean_ctor_release(x_1650, 13); - lean_ctor_release(x_1650, 14); - lean_ctor_release(x_1650, 15); - lean_ctor_release(x_1650, 16); - lean_ctor_release(x_1650, 17); - lean_ctor_release(x_1650, 18); - lean_ctor_release(x_1650, 19); - lean_ctor_release(x_1650, 20); - lean_ctor_release(x_1650, 21); - lean_ctor_release(x_1650, 22); - lean_ctor_release(x_1650, 23); - lean_ctor_release(x_1650, 24); - lean_ctor_release(x_1650, 25); - lean_ctor_release(x_1650, 26); - lean_ctor_release(x_1650, 27); - lean_ctor_release(x_1650, 28); - lean_ctor_release(x_1650, 29); - lean_ctor_release(x_1650, 30); - x_1685 = x_1650; -} else { - lean_dec_ref(x_1650); - x_1685 = lean_box(0); -} -x_1686 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; -x_1687 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_1610, x_1686, x_1678, x_1606); -lean_dec(x_1606); -if (lean_is_scalar(x_1685)) { - x_1688 = lean_alloc_ctor(0, 31, 1); -} else { - x_1688 = x_1685; -} -lean_ctor_set(x_1688, 0, x_1653); -lean_ctor_set(x_1688, 1, x_1654); -lean_ctor_set(x_1688, 2, x_1655); -lean_ctor_set(x_1688, 3, x_1656); -lean_ctor_set(x_1688, 4, x_1657); -lean_ctor_set(x_1688, 5, x_1658); -lean_ctor_set(x_1688, 6, x_1659); -lean_ctor_set(x_1688, 7, x_1660); -lean_ctor_set(x_1688, 8, x_1661); -lean_ctor_set(x_1688, 9, x_1662); -lean_ctor_set(x_1688, 10, x_1663); -lean_ctor_set(x_1688, 11, x_1664); -lean_ctor_set(x_1688, 12, x_1665); -lean_ctor_set(x_1688, 13, x_1666); -lean_ctor_set(x_1688, 14, x_1667); -lean_ctor_set(x_1688, 15, x_1668); -lean_ctor_set(x_1688, 16, x_1669); -lean_ctor_set(x_1688, 17, x_1670); -lean_ctor_set(x_1688, 18, x_1671); -lean_ctor_set(x_1688, 19, x_1672); -lean_ctor_set(x_1688, 20, x_1673); -lean_ctor_set(x_1688, 21, x_1674); -lean_ctor_set(x_1688, 22, x_1675); -lean_ctor_set(x_1688, 23, x_1676); -lean_ctor_set(x_1688, 24, x_1677); -lean_ctor_set(x_1688, 25, x_1687); -lean_ctor_set(x_1688, 26, x_1679); -lean_ctor_set(x_1688, 27, x_1680); -lean_ctor_set(x_1688, 28, x_1681); -lean_ctor_set(x_1688, 29, x_1683); -lean_ctor_set(x_1688, 30, x_1684); -lean_ctor_set_uint8(x_1688, sizeof(void*)*31, x_1682); -x_1689 = lean_array_fset(x_1652, x_1557, x_1688); -if (lean_is_scalar(x_1640)) { - x_1690 = lean_alloc_ctor(0, 3, 0); -} else { - x_1690 = x_1640; -} -lean_ctor_set(x_1690, 0, x_1689); -lean_ctor_set(x_1690, 1, x_1638); -lean_ctor_set(x_1690, 2, x_1639); -if (lean_is_scalar(x_1636)) { - x_1691 = lean_alloc_ctor(0, 4, 0); -} else { - x_1691 = x_1636; -} -lean_ctor_set(x_1691, 0, x_1633); -lean_ctor_set(x_1691, 1, x_1634); -lean_ctor_set(x_1691, 2, x_1635); -lean_ctor_set(x_1691, 3, x_1690); -if (lean_is_scalar(x_1632)) { - x_1692 = lean_alloc_ctor(0, 16, 1); -} else { - x_1692 = x_1632; -} -lean_ctor_set(x_1692, 0, x_1616); -lean_ctor_set(x_1692, 1, x_1617); -lean_ctor_set(x_1692, 2, x_1618); -lean_ctor_set(x_1692, 3, x_1619); -lean_ctor_set(x_1692, 4, x_1620); -lean_ctor_set(x_1692, 5, x_1621); -lean_ctor_set(x_1692, 6, x_1622); -lean_ctor_set(x_1692, 7, x_1623); -lean_ctor_set(x_1692, 8, x_1625); -lean_ctor_set(x_1692, 9, x_1626); -lean_ctor_set(x_1692, 10, x_1627); -lean_ctor_set(x_1692, 11, x_1628); -lean_ctor_set(x_1692, 12, x_1629); -lean_ctor_set(x_1692, 13, x_1630); -lean_ctor_set(x_1692, 14, x_1691); -lean_ctor_set(x_1692, 15, x_1631); -lean_ctor_set_uint8(x_1692, sizeof(void*)*16, x_1624); -x_1693 = lean_st_ref_set(x_2, x_1692, x_1615); -x_1694 = lean_ctor_get(x_1693, 1); -lean_inc(x_1694); -lean_dec(x_1693); -x_1695 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1557, x_1651, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1694); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_1695; -} -} -else -{ -lean_object* x_1696; lean_object* x_1697; lean_object* x_1698; lean_object* x_1699; -lean_dec(x_1557); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_1696 = lean_ctor_get(x_1605, 0); -lean_inc(x_1696); -x_1697 = lean_ctor_get(x_1605, 1); -lean_inc(x_1697); -if (lean_is_exclusive(x_1605)) { - lean_ctor_release(x_1605, 0); - lean_ctor_release(x_1605, 1); - x_1698 = x_1605; -} else { - lean_dec_ref(x_1605); - x_1698 = lean_box(0); -} -if (lean_is_scalar(x_1698)) { - x_1699 = lean_alloc_ctor(1, 2, 0); -} else { - x_1699 = x_1698; -} -lean_ctor_set(x_1699, 0, x_1696); -lean_ctor_set(x_1699, 1, x_1697); -return x_1699; -} -} -} -} -} -} -else -{ -lean_object* x_1749; lean_object* x_1750; lean_object* x_1751; lean_object* x_1752; -lean_dec(x_1538); -lean_dec(x_1534); -lean_dec(x_1526); -lean_dec(x_1523); -lean_dec(x_1519); -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1749 = lean_ctor_get(x_1543, 0); -lean_inc(x_1749); -x_1750 = lean_ctor_get(x_1543, 1); -lean_inc(x_1750); -if (lean_is_exclusive(x_1543)) { - lean_ctor_release(x_1543, 0); - lean_ctor_release(x_1543, 1); - x_1751 = x_1543; -} else { - lean_dec_ref(x_1543); - x_1751 = lean_box(0); -} -if (lean_is_scalar(x_1751)) { - x_1752 = lean_alloc_ctor(1, 2, 0); -} else { - x_1752 = x_1751; -} -lean_ctor_set(x_1752, 0, x_1749); -lean_ctor_set(x_1752, 1, x_1750); -return x_1752; -} -} -} -else -{ -lean_object* x_1849; lean_object* x_1850; lean_object* x_1851; lean_object* x_1852; -lean_dec(x_1526); -lean_dec(x_1523); -lean_dec(x_1519); -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1849 = lean_ctor_get(x_1531, 0); -lean_inc(x_1849); -x_1850 = lean_ctor_get(x_1531, 1); -lean_inc(x_1850); -if (lean_is_exclusive(x_1531)) { - lean_ctor_release(x_1531, 0); - lean_ctor_release(x_1531, 1); - x_1851 = x_1531; -} else { - lean_dec_ref(x_1531); - x_1851 = lean_box(0); -} -if (lean_is_scalar(x_1851)) { - x_1852 = lean_alloc_ctor(1, 2, 0); -} else { - x_1852 = x_1851; -} -lean_ctor_set(x_1852, 0, x_1849); -lean_ctor_set(x_1852, 1, x_1850); -return x_1852; -} -} -else -{ -lean_object* x_1853; lean_object* x_1854; lean_object* x_1855; lean_object* x_1856; -lean_dec(x_1523); -lean_dec(x_1519); -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1853 = lean_ctor_get(x_1525, 0); -lean_inc(x_1853); -x_1854 = lean_ctor_get(x_1525, 1); -lean_inc(x_1854); -if (lean_is_exclusive(x_1525)) { - lean_ctor_release(x_1525, 0); - lean_ctor_release(x_1525, 1); - x_1855 = x_1525; -} else { - lean_dec_ref(x_1525); - x_1855 = lean_box(0); -} -if (lean_is_scalar(x_1855)) { - x_1856 = lean_alloc_ctor(1, 2, 0); -} else { - x_1856 = x_1855; -} -lean_ctor_set(x_1856, 0, x_1853); -lean_ctor_set(x_1856, 1, x_1854); -return x_1856; -} -} -} -else -{ -lean_object* x_1928; lean_object* x_1929; lean_object* x_1930; -lean_dec(x_1517); -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1928 = lean_ctor_get(x_1516, 1); -lean_inc(x_1928); -if (lean_is_exclusive(x_1516)) { - lean_ctor_release(x_1516, 0); - lean_ctor_release(x_1516, 1); - x_1929 = x_1516; -} else { - lean_dec_ref(x_1516); - x_1929 = lean_box(0); -} -if (lean_is_scalar(x_1929)) { - x_1930 = lean_alloc_ctor(0, 2, 0); -} else { - x_1930 = x_1929; -} -lean_ctor_set(x_1930, 0, x_23); -lean_ctor_set(x_1930, 1, x_1928); -return x_1930; -} -} -else -{ -lean_object* x_1931; lean_object* x_1932; lean_object* x_1933; lean_object* x_1934; -lean_dec(x_1511); -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_1931 = lean_ctor_get(x_1516, 0); -lean_inc(x_1931); -x_1932 = lean_ctor_get(x_1516, 1); -lean_inc(x_1932); -if (lean_is_exclusive(x_1516)) { - lean_ctor_release(x_1516, 0); - lean_ctor_release(x_1516, 1); - x_1933 = x_1516; -} else { - lean_dec_ref(x_1516); - x_1933 = lean_box(0); -} -if (lean_is_scalar(x_1933)) { - x_1934 = lean_alloc_ctor(1, 2, 0); -} else { - x_1934 = x_1933; -} -lean_ctor_set(x_1934, 0, x_1931); -lean_ctor_set(x_1934, 1, x_1932); -return x_1934; -} -} -} -else -{ -lean_object* x_2001; lean_object* x_2002; lean_object* x_2003; lean_object* x_2004; -lean_dec(x_1502); -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2001 = lean_ctor_get(x_1507, 0); -lean_inc(x_2001); -x_2002 = lean_ctor_get(x_1507, 1); -lean_inc(x_2002); -if (lean_is_exclusive(x_1507)) { - lean_ctor_release(x_1507, 0); - lean_ctor_release(x_1507, 1); - x_2003 = x_1507; -} else { - lean_dec_ref(x_1507); - x_2003 = lean_box(0); -} -if (lean_is_scalar(x_2003)) { - x_2004 = lean_alloc_ctor(1, 2, 0); -} else { - x_2004 = x_2003; -} -lean_ctor_set(x_2004, 0, x_2001); -lean_ctor_set(x_2004, 1, x_2002); -return x_2004; -} -} -} -else -{ -lean_object* x_2070; lean_object* x_2071; lean_object* x_2072; lean_object* x_2073; -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); -lean_dec(x_103); -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_73); -lean_dec(x_59); -lean_dec(x_54); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2070 = lean_ctor_get(x_1498, 0); -lean_inc(x_2070); -x_2071 = lean_ctor_get(x_1498, 1); -lean_inc(x_2071); -if (lean_is_exclusive(x_1498)) { - lean_ctor_release(x_1498, 0); - lean_ctor_release(x_1498, 1); - x_2072 = x_1498; -} else { - lean_dec_ref(x_1498); - x_2072 = lean_box(0); -} -if (lean_is_scalar(x_2072)) { - x_2073 = lean_alloc_ctor(1, 2, 0); -} else { - x_2073 = x_2072; -} -lean_ctor_set(x_2073, 0, x_2070); -lean_ctor_set(x_2073, 1, x_2071); -return x_2073; +lean_object* x_2069; lean_object* x_2070; lean_object* x_2071; lean_object* x_2072; lean_object* x_2073; +lean_dec(x_2017); +x_2069 = lean_ctor_get(x_2055, 1); +lean_inc(x_2069); +lean_dec(x_2055); +x_2070 = lean_box(0); +x_2071 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2014, x_2070, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2069); +x_2072 = lean_ctor_get(x_2071, 0); +lean_inc(x_2072); +x_2073 = lean_ctor_get(x_2071, 1); +lean_inc(x_2073); +lean_dec(x_2071); +x_1509 = x_2072; +x_1510 = x_2073; +goto block_2013; } } else { lean_object* x_2074; lean_object* x_2075; lean_object* x_2076; lean_object* x_2077; -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1462); -lean_dec(x_1461); +lean_dec(x_2017); +lean_dec(x_2014); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); lean_dec(x_103); lean_dec(x_95); lean_dec(x_84); @@ -12539,16 +9969,16 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2074 = lean_ctor_get(x_1493, 0); +x_2074 = lean_ctor_get(x_2055, 0); lean_inc(x_2074); -x_2075 = lean_ctor_get(x_1493, 1); +x_2075 = lean_ctor_get(x_2055, 1); lean_inc(x_2075); -if (lean_is_exclusive(x_1493)) { - lean_ctor_release(x_1493, 0); - lean_ctor_release(x_1493, 1); - x_2076 = x_1493; +if (lean_is_exclusive(x_2055)) { + lean_ctor_release(x_2055, 0); + lean_ctor_release(x_2055, 1); + x_2076 = x_2055; } else { - lean_dec_ref(x_1493); + lean_dec_ref(x_2055); x_2076 = lean_box(0); } if (lean_is_scalar(x_2076)) { @@ -12561,14 +9991,228 @@ lean_ctor_set(x_2077, 1, x_2075); return x_2077; } } +block_2013: +{ +lean_object* x_1511; lean_object* x_1512; lean_object* x_1513; lean_object* x_1514; +x_1511 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__64; +lean_inc(x_15); +x_1512 = l_Lean_Expr_const___override(x_1511, x_15); +lean_inc(x_1); +x_1513 = l_Lean_Expr_app___override(x_1512, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_1514 = l_Lean_Meta_trySynthInstance(x_1513, x_23, x_6, x_7, x_8, x_9, x_1510); +if (lean_obj_tag(x_1514) == 0) +{ +lean_object* x_1515; lean_object* x_1516; lean_object* x_1517; lean_object* x_1518; lean_object* x_1519; +x_1515 = lean_ctor_get(x_1514, 0); +lean_inc(x_1515); +x_1516 = lean_ctor_get(x_1514, 1); +lean_inc(x_1516); +lean_dec(x_1514); +x_1517 = l_Lean_LOption_toOption___rarg(x_1515); +if (lean_obj_tag(x_1509) == 0) +{ +lean_dec(x_1517); +x_1518 = x_23; +x_1519 = x_1516; +goto block_1943; +} else { -lean_object* x_2078; lean_object* x_2079; lean_object* x_2080; lean_object* x_2081; -lean_dec(x_1483); -lean_dec(x_1477); -lean_dec(x_1471); -lean_dec(x_1462); -lean_dec(x_1461); +if (lean_obj_tag(x_1517) == 0) +{ +x_1518 = x_23; +x_1519 = x_1516; +goto block_1943; +} +else +{ +lean_object* x_1944; lean_object* x_1945; lean_object* x_1946; lean_object* x_1947; lean_object* x_1948; lean_object* x_1949; uint64_t x_1950; uint8_t x_1951; lean_object* x_1952; lean_object* x_1953; lean_object* x_1954; lean_object* x_1955; lean_object* x_1956; lean_object* x_1957; uint8_t x_1958; uint8_t x_1959; uint8_t x_1960; uint8_t x_1961; uint8_t x_1962; uint8_t x_1963; uint8_t x_1964; uint8_t x_1965; uint8_t x_1966; uint8_t x_1967; uint8_t x_1968; uint8_t x_1969; uint8_t x_1970; uint8_t x_1971; uint8_t x_1972; uint8_t x_1973; uint8_t x_1974; uint8_t x_1975; uint8_t x_1976; lean_object* x_1977; uint8_t x_1978; lean_object* x_1979; uint64_t x_1980; uint64_t x_1981; uint64_t x_1982; uint64_t x_1983; uint64_t x_1984; lean_object* x_1985; lean_object* x_1986; +x_1944 = lean_ctor_get(x_1509, 0); +lean_inc(x_1944); +x_1945 = lean_ctor_get(x_1517, 0); +lean_inc(x_1945); +lean_dec(x_1517); +x_1946 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__66; +lean_inc(x_15); +x_1947 = l_Lean_Expr_const___override(x_1946, x_15); +lean_inc(x_1945); +lean_inc(x_1); +x_1948 = l_Lean_mkAppB(x_1947, x_1, x_1945); +x_1949 = lean_ctor_get(x_6, 0); +lean_inc(x_1949); +x_1950 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_1951 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_1952 = lean_ctor_get(x_6, 1); +lean_inc(x_1952); +x_1953 = lean_ctor_get(x_6, 2); +lean_inc(x_1953); +x_1954 = lean_ctor_get(x_6, 3); +lean_inc(x_1954); +x_1955 = lean_ctor_get(x_6, 4); +lean_inc(x_1955); +x_1956 = lean_ctor_get(x_6, 5); +lean_inc(x_1956); +x_1957 = lean_ctor_get(x_6, 6); +lean_inc(x_1957); +x_1958 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_1959 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_1960 = lean_ctor_get_uint8(x_1949, 0); +x_1961 = lean_ctor_get_uint8(x_1949, 1); +x_1962 = lean_ctor_get_uint8(x_1949, 2); +x_1963 = lean_ctor_get_uint8(x_1949, 3); +x_1964 = lean_ctor_get_uint8(x_1949, 4); +x_1965 = lean_ctor_get_uint8(x_1949, 5); +x_1966 = lean_ctor_get_uint8(x_1949, 6); +x_1967 = lean_ctor_get_uint8(x_1949, 7); +x_1968 = lean_ctor_get_uint8(x_1949, 8); +x_1969 = lean_ctor_get_uint8(x_1949, 10); +x_1970 = lean_ctor_get_uint8(x_1949, 11); +x_1971 = lean_ctor_get_uint8(x_1949, 12); +x_1972 = lean_ctor_get_uint8(x_1949, 13); +x_1973 = lean_ctor_get_uint8(x_1949, 14); +x_1974 = lean_ctor_get_uint8(x_1949, 15); +x_1975 = lean_ctor_get_uint8(x_1949, 16); +x_1976 = lean_ctor_get_uint8(x_1949, 17); +if (lean_is_exclusive(x_1949)) { + x_1977 = x_1949; +} else { + lean_dec_ref(x_1949); + x_1977 = lean_box(0); +} +x_1978 = 1; +if (lean_is_scalar(x_1977)) { + x_1979 = lean_alloc_ctor(0, 0, 18); +} else { + x_1979 = x_1977; +} +lean_ctor_set_uint8(x_1979, 0, x_1960); +lean_ctor_set_uint8(x_1979, 1, x_1961); +lean_ctor_set_uint8(x_1979, 2, x_1962); +lean_ctor_set_uint8(x_1979, 3, x_1963); +lean_ctor_set_uint8(x_1979, 4, x_1964); +lean_ctor_set_uint8(x_1979, 5, x_1965); +lean_ctor_set_uint8(x_1979, 6, x_1966); +lean_ctor_set_uint8(x_1979, 7, x_1967); +lean_ctor_set_uint8(x_1979, 8, x_1968); +lean_ctor_set_uint8(x_1979, 9, x_1978); +lean_ctor_set_uint8(x_1979, 10, x_1969); +lean_ctor_set_uint8(x_1979, 11, x_1970); +lean_ctor_set_uint8(x_1979, 12, x_1971); +lean_ctor_set_uint8(x_1979, 13, x_1972); +lean_ctor_set_uint8(x_1979, 14, x_1973); +lean_ctor_set_uint8(x_1979, 15, x_1974); +lean_ctor_set_uint8(x_1979, 16, x_1975); +lean_ctor_set_uint8(x_1979, 17, x_1976); +x_1980 = 2; +x_1981 = lean_uint64_shift_right(x_1950, x_1980); +x_1982 = lean_uint64_shift_left(x_1981, x_1980); +x_1983 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_1984 = lean_uint64_lor(x_1982, x_1983); +x_1985 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_1985, 0, x_1979); +lean_ctor_set(x_1985, 1, x_1952); +lean_ctor_set(x_1985, 2, x_1953); +lean_ctor_set(x_1985, 3, x_1954); +lean_ctor_set(x_1985, 4, x_1955); +lean_ctor_set(x_1985, 5, x_1956); +lean_ctor_set(x_1985, 6, x_1957); +lean_ctor_set_uint64(x_1985, sizeof(void*)*7, x_1984); +lean_ctor_set_uint8(x_1985, sizeof(void*)*7 + 8, x_1951); +lean_ctor_set_uint8(x_1985, sizeof(void*)*7 + 9, x_1958); +lean_ctor_set_uint8(x_1985, sizeof(void*)*7 + 10, x_1959); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_1948); +lean_inc(x_1944); +x_1986 = l_Lean_Meta_isExprDefEq(x_1944, x_1948, x_1985, x_7, x_8, x_9, x_1516); +if (lean_obj_tag(x_1986) == 0) +{ +lean_object* x_1987; uint8_t x_1988; +x_1987 = lean_ctor_get(x_1986, 0); +lean_inc(x_1987); +x_1988 = lean_unbox(x_1987); +lean_dec(x_1987); +if (x_1988 == 0) +{ +lean_object* x_1989; lean_object* x_1990; lean_object* x_1991; uint8_t x_1992; +lean_dec(x_1945); +x_1989 = lean_ctor_get(x_1986, 1); +lean_inc(x_1989); +lean_dec(x_1986); +x_1990 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1989); +x_1991 = lean_ctor_get(x_1990, 0); +lean_inc(x_1991); +x_1992 = lean_ctor_get_uint8(x_1991, sizeof(void*)*6 + 11); +lean_dec(x_1991); +if (x_1992 == 0) +{ +lean_object* x_1993; +lean_dec(x_1948); +lean_dec(x_1944); +x_1993 = lean_ctor_get(x_1990, 1); +lean_inc(x_1993); +lean_dec(x_1990); +x_1518 = x_23; +x_1519 = x_1993; +goto block_1943; +} +else +{ +lean_object* x_1994; lean_object* x_1995; lean_object* x_1996; lean_object* x_1997; lean_object* x_1998; lean_object* x_1999; +x_1994 = lean_ctor_get(x_1990, 1); +lean_inc(x_1994); +lean_dec(x_1990); +x_1995 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_1944, x_1948, x_6, x_7, x_8, x_9, x_1994); +x_1996 = lean_ctor_get(x_1995, 0); +lean_inc(x_1996); +x_1997 = lean_ctor_get(x_1995, 1); +lean_inc(x_1997); +lean_dec(x_1995); +x_1998 = l_Lean_Meta_Grind_reportIssue(x_1996, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1997); +x_1999 = lean_ctor_get(x_1998, 1); +lean_inc(x_1999); +lean_dec(x_1998); +x_1518 = x_23; +x_1519 = x_1999; +goto block_1943; +} +} +else +{ +lean_object* x_2000; lean_object* x_2001; lean_object* x_2002; lean_object* x_2003; lean_object* x_2004; +lean_dec(x_1948); +lean_dec(x_1944); +x_2000 = lean_ctor_get(x_1986, 1); +lean_inc(x_2000); +lean_dec(x_1986); +x_2001 = lean_box(0); +x_2002 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1945, x_2001, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2000); +x_2003 = lean_ctor_get(x_2002, 0); +lean_inc(x_2003); +x_2004 = lean_ctor_get(x_2002, 1); +lean_inc(x_2004); +lean_dec(x_2002); +x_1518 = x_2003; +x_1519 = x_2004; +goto block_1943; +} +} +else +{ +lean_object* x_2005; lean_object* x_2006; lean_object* x_2007; lean_object* x_2008; +lean_dec(x_1948); +lean_dec(x_1945); +lean_dec(x_1944); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); lean_dec(x_103); lean_dec(x_95); lean_dec(x_84); @@ -12591,16 +10235,2302 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2078 = lean_ctor_get(x_1488, 0); -lean_inc(x_2078); -x_2079 = lean_ctor_get(x_1488, 1); -lean_inc(x_2079); -if (lean_is_exclusive(x_1488)) { - lean_ctor_release(x_1488, 0); - lean_ctor_release(x_1488, 1); - x_2080 = x_1488; +x_2005 = lean_ctor_get(x_1986, 0); +lean_inc(x_2005); +x_2006 = lean_ctor_get(x_1986, 1); +lean_inc(x_2006); +if (lean_is_exclusive(x_1986)) { + lean_ctor_release(x_1986, 0); + lean_ctor_release(x_1986, 1); + x_2007 = x_1986; } else { - lean_dec_ref(x_1488); + lean_dec_ref(x_1986); + x_2007 = lean_box(0); +} +if (lean_is_scalar(x_2007)) { + x_2008 = lean_alloc_ctor(1, 2, 0); +} else { + x_2008 = x_2007; +} +lean_ctor_set(x_2008, 0, x_2005); +lean_ctor_set(x_2008, 1, x_2006); +return x_2008; +} +} +} +block_1943: +{ +lean_object* x_1520; lean_object* x_1521; lean_object* x_1522; lean_object* x_1523; +x_1520 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__68; +lean_inc(x_15); +x_1521 = l_Lean_Expr_const___override(x_1520, x_15); +lean_inc(x_32); +lean_inc(x_1468); +lean_inc(x_1); +x_1522 = l_Lean_mkApp3(x_1521, x_1, x_1468, x_32); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_1523 = l_Lean_Meta_trySynthInstance(x_1522, x_23, x_6, x_7, x_8, x_9, x_1519); +if (lean_obj_tag(x_1523) == 0) +{ +lean_object* x_1524; +x_1524 = lean_ctor_get(x_1523, 0); +lean_inc(x_1524); +if (lean_obj_tag(x_1524) == 1) +{ +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_1866; +x_1525 = lean_ctor_get(x_1523, 1); +lean_inc(x_1525); +lean_dec(x_1523); +x_1526 = lean_ctor_get(x_1524, 0); +lean_inc(x_1526); +lean_dec(x_1524); +x_1527 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__70; +lean_inc(x_18); +x_1528 = l_Lean_Expr_const___override(x_1527, x_18); +lean_inc_n(x_1, 2); +x_1529 = l_Lean_mkApp3(x_1528, x_21, x_1, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_1866 = l_Lean_Meta_trySynthInstance(x_1529, x_23, x_6, x_7, x_8, x_9, x_1525); +if (lean_obj_tag(x_1866) == 0) +{ +lean_object* x_1867; +x_1867 = lean_ctor_get(x_1866, 0); +lean_inc(x_1867); +if (lean_obj_tag(x_1867) == 1) +{ +lean_object* x_1868; lean_object* x_1869; lean_object* x_1870; lean_object* x_1871; lean_object* x_1872; lean_object* x_1873; +x_1868 = lean_ctor_get(x_1866, 1); +lean_inc(x_1868); +lean_dec(x_1866); +x_1869 = lean_ctor_get(x_1867, 0); +lean_inc(x_1869); +lean_dec(x_1867); +x_1870 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__93; +x_1871 = l_Lean_Expr_const___override(x_1870, x_18); +lean_inc(x_1869); +lean_inc(x_1); +x_1872 = l_Lean_mkApp4(x_1871, x_21, x_1, x_1869, x_1869); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +x_1873 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_1872, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1868); +if (lean_obj_tag(x_1873) == 0) +{ +lean_object* x_1874; lean_object* x_1875; lean_object* x_1876; uint64_t x_1877; uint8_t x_1878; lean_object* x_1879; lean_object* x_1880; lean_object* x_1881; lean_object* x_1882; lean_object* x_1883; lean_object* x_1884; uint8_t x_1885; uint8_t x_1886; uint8_t x_1887; uint8_t x_1888; uint8_t x_1889; uint8_t x_1890; uint8_t x_1891; uint8_t x_1892; uint8_t x_1893; uint8_t x_1894; uint8_t x_1895; uint8_t x_1896; uint8_t x_1897; uint8_t x_1898; uint8_t x_1899; uint8_t x_1900; uint8_t x_1901; uint8_t x_1902; uint8_t x_1903; lean_object* x_1904; uint8_t x_1905; lean_object* x_1906; uint64_t x_1907; uint64_t x_1908; uint64_t x_1909; uint64_t x_1910; uint64_t x_1911; lean_object* x_1912; lean_object* x_1913; +x_1874 = lean_ctor_get(x_6, 0); +lean_inc(x_1874); +x_1875 = lean_ctor_get(x_1873, 0); +lean_inc(x_1875); +x_1876 = lean_ctor_get(x_1873, 1); +lean_inc(x_1876); +lean_dec(x_1873); +x_1877 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_1878 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_1879 = lean_ctor_get(x_6, 1); +lean_inc(x_1879); +x_1880 = lean_ctor_get(x_6, 2); +lean_inc(x_1880); +x_1881 = lean_ctor_get(x_6, 3); +lean_inc(x_1881); +x_1882 = lean_ctor_get(x_6, 4); +lean_inc(x_1882); +x_1883 = lean_ctor_get(x_6, 5); +lean_inc(x_1883); +x_1884 = lean_ctor_get(x_6, 6); +lean_inc(x_1884); +x_1885 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_1886 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_1887 = lean_ctor_get_uint8(x_1874, 0); +x_1888 = lean_ctor_get_uint8(x_1874, 1); +x_1889 = lean_ctor_get_uint8(x_1874, 2); +x_1890 = lean_ctor_get_uint8(x_1874, 3); +x_1891 = lean_ctor_get_uint8(x_1874, 4); +x_1892 = lean_ctor_get_uint8(x_1874, 5); +x_1893 = lean_ctor_get_uint8(x_1874, 6); +x_1894 = lean_ctor_get_uint8(x_1874, 7); +x_1895 = lean_ctor_get_uint8(x_1874, 8); +x_1896 = lean_ctor_get_uint8(x_1874, 10); +x_1897 = lean_ctor_get_uint8(x_1874, 11); +x_1898 = lean_ctor_get_uint8(x_1874, 12); +x_1899 = lean_ctor_get_uint8(x_1874, 13); +x_1900 = lean_ctor_get_uint8(x_1874, 14); +x_1901 = lean_ctor_get_uint8(x_1874, 15); +x_1902 = lean_ctor_get_uint8(x_1874, 16); +x_1903 = lean_ctor_get_uint8(x_1874, 17); +if (lean_is_exclusive(x_1874)) { + x_1904 = x_1874; +} else { + lean_dec_ref(x_1874); + x_1904 = lean_box(0); +} +x_1905 = 1; +if (lean_is_scalar(x_1904)) { + x_1906 = lean_alloc_ctor(0, 0, 18); +} else { + x_1906 = x_1904; +} +lean_ctor_set_uint8(x_1906, 0, x_1887); +lean_ctor_set_uint8(x_1906, 1, x_1888); +lean_ctor_set_uint8(x_1906, 2, x_1889); +lean_ctor_set_uint8(x_1906, 3, x_1890); +lean_ctor_set_uint8(x_1906, 4, x_1891); +lean_ctor_set_uint8(x_1906, 5, x_1892); +lean_ctor_set_uint8(x_1906, 6, x_1893); +lean_ctor_set_uint8(x_1906, 7, x_1894); +lean_ctor_set_uint8(x_1906, 8, x_1895); +lean_ctor_set_uint8(x_1906, 9, x_1905); +lean_ctor_set_uint8(x_1906, 10, x_1896); +lean_ctor_set_uint8(x_1906, 11, x_1897); +lean_ctor_set_uint8(x_1906, 12, x_1898); +lean_ctor_set_uint8(x_1906, 13, x_1899); +lean_ctor_set_uint8(x_1906, 14, x_1900); +lean_ctor_set_uint8(x_1906, 15, x_1901); +lean_ctor_set_uint8(x_1906, 16, x_1902); +lean_ctor_set_uint8(x_1906, 17, x_1903); +x_1907 = 2; +x_1908 = lean_uint64_shift_right(x_1877, x_1907); +x_1909 = lean_uint64_shift_left(x_1908, x_1907); +x_1910 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_1911 = lean_uint64_lor(x_1909, x_1910); +x_1912 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_1912, 0, x_1906); +lean_ctor_set(x_1912, 1, x_1879); +lean_ctor_set(x_1912, 2, x_1880); +lean_ctor_set(x_1912, 3, x_1881); +lean_ctor_set(x_1912, 4, x_1882); +lean_ctor_set(x_1912, 5, x_1883); +lean_ctor_set(x_1912, 6, x_1884); +lean_ctor_set_uint64(x_1912, sizeof(void*)*7, x_1911); +lean_ctor_set_uint8(x_1912, sizeof(void*)*7 + 8, x_1878); +lean_ctor_set_uint8(x_1912, sizeof(void*)*7 + 9, x_1885); +lean_ctor_set_uint8(x_1912, sizeof(void*)*7 + 10, x_1886); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_1875); +lean_inc(x_103); +x_1913 = l_Lean_Meta_isExprDefEq(x_103, x_1875, x_1912, x_7, x_8, x_9, x_1876); +if (lean_obj_tag(x_1913) == 0) +{ +lean_object* x_1914; uint8_t x_1915; +x_1914 = lean_ctor_get(x_1913, 0); +lean_inc(x_1914); +x_1915 = lean_unbox(x_1914); +lean_dec(x_1914); +if (x_1915 == 0) +{ +lean_object* x_1916; lean_object* x_1917; lean_object* x_1918; lean_object* x_1919; lean_object* x_1920; +lean_dec(x_54); +x_1916 = lean_ctor_get(x_1913, 1); +lean_inc(x_1916); +lean_dec(x_1913); +x_1917 = lean_box(0); +lean_inc(x_103); +x_1918 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__3(x_23, x_103, x_1875, x_1917, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1916); +x_1919 = lean_ctor_get(x_1918, 0); +lean_inc(x_1919); +x_1920 = lean_ctor_get(x_1918, 1); +lean_inc(x_1920); +lean_dec(x_1918); +x_1530 = x_1919; +x_1531 = x_1920; +goto block_1865; +} +else +{ +lean_object* x_1921; lean_object* x_1922; +x_1921 = lean_ctor_get(x_1913, 1); +lean_inc(x_1921); +lean_dec(x_1913); +if (lean_is_scalar(x_54)) { + x_1922 = lean_alloc_ctor(1, 1, 0); +} else { + x_1922 = x_54; +} +lean_ctor_set(x_1922, 0, x_1875); +x_1530 = x_1922; +x_1531 = x_1921; +goto block_1865; +} +} +else +{ +lean_object* x_1923; lean_object* x_1924; lean_object* x_1925; lean_object* x_1926; +lean_dec(x_1875); +lean_dec(x_1526); +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1923 = lean_ctor_get(x_1913, 0); +lean_inc(x_1923); +x_1924 = lean_ctor_get(x_1913, 1); +lean_inc(x_1924); +if (lean_is_exclusive(x_1913)) { + lean_ctor_release(x_1913, 0); + lean_ctor_release(x_1913, 1); + x_1925 = x_1913; +} else { + lean_dec_ref(x_1913); + x_1925 = lean_box(0); +} +if (lean_is_scalar(x_1925)) { + x_1926 = lean_alloc_ctor(1, 2, 0); +} else { + x_1926 = x_1925; +} +lean_ctor_set(x_1926, 0, x_1923); +lean_ctor_set(x_1926, 1, x_1924); +return x_1926; +} +} +else +{ +lean_object* x_1927; lean_object* x_1928; lean_object* x_1929; lean_object* x_1930; +lean_dec(x_1526); +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1927 = lean_ctor_get(x_1873, 0); +lean_inc(x_1927); +x_1928 = lean_ctor_get(x_1873, 1); +lean_inc(x_1928); +if (lean_is_exclusive(x_1873)) { + lean_ctor_release(x_1873, 0); + lean_ctor_release(x_1873, 1); + x_1929 = x_1873; +} else { + lean_dec_ref(x_1873); + x_1929 = lean_box(0); +} +if (lean_is_scalar(x_1929)) { + x_1930 = lean_alloc_ctor(1, 2, 0); +} else { + x_1930 = x_1929; +} +lean_ctor_set(x_1930, 0, x_1927); +lean_ctor_set(x_1930, 1, x_1928); +return x_1930; +} +} +else +{ +lean_object* x_1931; +lean_dec(x_1867); +lean_dec(x_54); +lean_dec(x_18); +x_1931 = lean_ctor_get(x_1866, 1); +lean_inc(x_1931); +lean_dec(x_1866); +x_1530 = x_23; +x_1531 = x_1931; +goto block_1865; +} +} +else +{ +lean_object* x_1932; lean_object* x_1933; lean_object* x_1934; lean_object* x_1935; +lean_dec(x_1526); +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1932 = lean_ctor_get(x_1866, 0); +lean_inc(x_1932); +x_1933 = lean_ctor_get(x_1866, 1); +lean_inc(x_1933); +if (lean_is_exclusive(x_1866)) { + lean_ctor_release(x_1866, 0); + lean_ctor_release(x_1866, 1); + x_1934 = x_1866; +} else { + lean_dec_ref(x_1866); + x_1934 = lean_box(0); +} +if (lean_is_scalar(x_1934)) { + x_1935 = lean_alloc_ctor(1, 2, 0); +} else { + x_1935 = x_1934; +} +lean_ctor_set(x_1935, 0, x_1932); +lean_ctor_set(x_1935, 1, x_1933); +return x_1935; +} +block_1865: +{ +lean_object* x_1532; +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_1532 = l_Lean_Meta_Grind_Arith_CommRing_getRingId_x3f(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1531); +if (lean_obj_tag(x_1532) == 0) +{ +lean_object* x_1533; lean_object* x_1534; lean_object* x_1535; lean_object* x_1536; lean_object* x_1537; lean_object* x_1538; +x_1533 = lean_ctor_get(x_1532, 0); +lean_inc(x_1533); +x_1534 = lean_ctor_get(x_1532, 1); +lean_inc(x_1534); +lean_dec(x_1532); +x_1535 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__72; +lean_inc(x_15); +x_1536 = l_Lean_Expr_const___override(x_1535, x_15); +lean_inc(x_1); +x_1537 = l_Lean_Expr_app___override(x_1536, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_1538 = l_Lean_Meta_trySynthInstance(x_1537, x_23, x_6, x_7, x_8, x_9, x_1534); +if (lean_obj_tag(x_1538) == 0) +{ +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_1762; +x_1539 = lean_ctor_get(x_1538, 0); +lean_inc(x_1539); +x_1540 = lean_ctor_get(x_1538, 1); +lean_inc(x_1540); +lean_dec(x_1538); +x_1541 = l_Lean_LOption_toOption___rarg(x_1539); +x_1542 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__74; +lean_inc(x_15); +x_1543 = l_Lean_Expr_const___override(x_1542, x_15); +lean_inc(x_1); +x_1544 = l_Lean_Expr_app___override(x_1543, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_1762 = l_Lean_Meta_trySynthInstance(x_1544, x_23, x_6, x_7, x_8, x_9, x_1540); +if (lean_obj_tag(x_1762) == 0) +{ +lean_object* x_1763; lean_object* x_1764; lean_object* x_1765; +x_1763 = lean_ctor_get(x_1762, 0); +lean_inc(x_1763); +x_1764 = lean_ctor_get(x_1762, 1); +lean_inc(x_1764); +lean_dec(x_1762); +x_1765 = l_Lean_LOption_toOption___rarg(x_1763); +if (lean_obj_tag(x_1765) == 0) +{ +x_1545 = x_23; +x_1546 = x_1764; +goto block_1761; +} +else +{ +lean_object* x_1766; lean_object* x_1767; lean_object* x_1768; lean_object* x_1769; lean_object* x_1770; +x_1766 = lean_ctor_get(x_1765, 0); +lean_inc(x_1766); +lean_dec(x_1765); +x_1767 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__91; +lean_inc(x_15); +x_1768 = l_Lean_Expr_const___override(x_1767, x_15); +lean_inc(x_1); +x_1769 = l_Lean_mkAppB(x_1768, x_1, x_1766); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +x_1770 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_internalizeConst(x_1769, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1764); +if (lean_obj_tag(x_1770) == 0) +{ +lean_object* x_1771; lean_object* x_1772; lean_object* x_1773; lean_object* x_1774; +x_1771 = lean_ctor_get(x_1770, 0); +lean_inc(x_1771); +x_1772 = lean_ctor_get(x_1770, 1); +lean_inc(x_1772); +lean_dec(x_1770); +x_1773 = lean_unsigned_to_nat(1u); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_1); +x_1774 = l_Lean_Meta_mkNumeral(x_1, x_1773, x_6, x_7, x_8, x_9, x_1772); +if (lean_obj_tag(x_1774) == 0) +{ +lean_object* x_1775; lean_object* x_1776; lean_object* x_1777; uint64_t x_1778; uint8_t x_1779; lean_object* x_1780; lean_object* x_1781; lean_object* x_1782; lean_object* x_1783; lean_object* x_1784; lean_object* x_1785; uint8_t x_1786; uint8_t x_1787; uint8_t x_1788; uint8_t x_1789; uint8_t x_1790; uint8_t x_1791; uint8_t x_1792; uint8_t x_1793; uint8_t x_1794; uint8_t x_1795; uint8_t x_1796; uint8_t x_1797; uint8_t x_1798; uint8_t x_1799; uint8_t x_1800; uint8_t x_1801; uint8_t x_1802; uint8_t x_1803; uint8_t x_1804; lean_object* x_1805; uint8_t x_1806; lean_object* x_1807; uint64_t x_1808; uint64_t x_1809; uint64_t x_1810; uint64_t x_1811; uint64_t x_1812; lean_object* x_1813; lean_object* x_1814; +x_1775 = lean_ctor_get(x_6, 0); +lean_inc(x_1775); +x_1776 = lean_ctor_get(x_1774, 0); +lean_inc(x_1776); +x_1777 = lean_ctor_get(x_1774, 1); +lean_inc(x_1777); +lean_dec(x_1774); +x_1778 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_1779 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_1780 = lean_ctor_get(x_6, 1); +lean_inc(x_1780); +x_1781 = lean_ctor_get(x_6, 2); +lean_inc(x_1781); +x_1782 = lean_ctor_get(x_6, 3); +lean_inc(x_1782); +x_1783 = lean_ctor_get(x_6, 4); +lean_inc(x_1783); +x_1784 = lean_ctor_get(x_6, 5); +lean_inc(x_1784); +x_1785 = lean_ctor_get(x_6, 6); +lean_inc(x_1785); +x_1786 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_1787 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_1788 = lean_ctor_get_uint8(x_1775, 0); +x_1789 = lean_ctor_get_uint8(x_1775, 1); +x_1790 = lean_ctor_get_uint8(x_1775, 2); +x_1791 = lean_ctor_get_uint8(x_1775, 3); +x_1792 = lean_ctor_get_uint8(x_1775, 4); +x_1793 = lean_ctor_get_uint8(x_1775, 5); +x_1794 = lean_ctor_get_uint8(x_1775, 6); +x_1795 = lean_ctor_get_uint8(x_1775, 7); +x_1796 = lean_ctor_get_uint8(x_1775, 8); +x_1797 = lean_ctor_get_uint8(x_1775, 10); +x_1798 = lean_ctor_get_uint8(x_1775, 11); +x_1799 = lean_ctor_get_uint8(x_1775, 12); +x_1800 = lean_ctor_get_uint8(x_1775, 13); +x_1801 = lean_ctor_get_uint8(x_1775, 14); +x_1802 = lean_ctor_get_uint8(x_1775, 15); +x_1803 = lean_ctor_get_uint8(x_1775, 16); +x_1804 = lean_ctor_get_uint8(x_1775, 17); +if (lean_is_exclusive(x_1775)) { + x_1805 = x_1775; +} else { + lean_dec_ref(x_1775); + x_1805 = lean_box(0); +} +x_1806 = 1; +if (lean_is_scalar(x_1805)) { + x_1807 = lean_alloc_ctor(0, 0, 18); +} else { + x_1807 = x_1805; +} +lean_ctor_set_uint8(x_1807, 0, x_1788); +lean_ctor_set_uint8(x_1807, 1, x_1789); +lean_ctor_set_uint8(x_1807, 2, x_1790); +lean_ctor_set_uint8(x_1807, 3, x_1791); +lean_ctor_set_uint8(x_1807, 4, x_1792); +lean_ctor_set_uint8(x_1807, 5, x_1793); +lean_ctor_set_uint8(x_1807, 6, x_1794); +lean_ctor_set_uint8(x_1807, 7, x_1795); +lean_ctor_set_uint8(x_1807, 8, x_1796); +lean_ctor_set_uint8(x_1807, 9, x_1806); +lean_ctor_set_uint8(x_1807, 10, x_1797); +lean_ctor_set_uint8(x_1807, 11, x_1798); +lean_ctor_set_uint8(x_1807, 12, x_1799); +lean_ctor_set_uint8(x_1807, 13, x_1800); +lean_ctor_set_uint8(x_1807, 14, x_1801); +lean_ctor_set_uint8(x_1807, 15, x_1802); +lean_ctor_set_uint8(x_1807, 16, x_1803); +lean_ctor_set_uint8(x_1807, 17, x_1804); +x_1808 = 2; +x_1809 = lean_uint64_shift_right(x_1778, x_1808); +x_1810 = lean_uint64_shift_left(x_1809, x_1808); +x_1811 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_1812 = lean_uint64_lor(x_1810, x_1811); +x_1813 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_1813, 0, x_1807); +lean_ctor_set(x_1813, 1, x_1780); +lean_ctor_set(x_1813, 2, x_1781); +lean_ctor_set(x_1813, 3, x_1782); +lean_ctor_set(x_1813, 4, x_1783); +lean_ctor_set(x_1813, 5, x_1784); +lean_ctor_set(x_1813, 6, x_1785); +lean_ctor_set_uint64(x_1813, sizeof(void*)*7, x_1812); +lean_ctor_set_uint8(x_1813, sizeof(void*)*7 + 8, x_1779); +lean_ctor_set_uint8(x_1813, sizeof(void*)*7 + 9, x_1786); +lean_ctor_set_uint8(x_1813, sizeof(void*)*7 + 10, x_1787); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_1776); +lean_inc(x_1771); +x_1814 = l_Lean_Meta_isExprDefEq(x_1771, x_1776, x_1813, x_7, x_8, x_9, x_1777); +if (lean_obj_tag(x_1814) == 0) +{ +lean_object* x_1815; uint8_t x_1816; +x_1815 = lean_ctor_get(x_1814, 0); +lean_inc(x_1815); +x_1816 = lean_unbox(x_1815); +lean_dec(x_1815); +if (x_1816 == 0) +{ +lean_object* x_1817; lean_object* x_1818; lean_object* x_1819; uint8_t x_1820; +x_1817 = lean_ctor_get(x_1814, 1); +lean_inc(x_1817); +lean_dec(x_1814); +x_1818 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1817); +x_1819 = lean_ctor_get(x_1818, 0); +lean_inc(x_1819); +x_1820 = lean_ctor_get_uint8(x_1819, sizeof(void*)*6 + 11); +lean_dec(x_1819); +if (x_1820 == 0) +{ +lean_object* x_1821; lean_object* x_1822; lean_object* x_1823; lean_object* x_1824; lean_object* x_1825; +lean_dec(x_1776); +x_1821 = lean_ctor_get(x_1818, 1); +lean_inc(x_1821); +lean_dec(x_1818); +x_1822 = lean_box(0); +x_1823 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1771, x_1822, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1821); +x_1824 = lean_ctor_get(x_1823, 0); +lean_inc(x_1824); +x_1825 = lean_ctor_get(x_1823, 1); +lean_inc(x_1825); +lean_dec(x_1823); +x_1545 = x_1824; +x_1546 = x_1825; +goto block_1761; +} +else +{ +lean_object* x_1826; lean_object* x_1827; lean_object* x_1828; lean_object* x_1829; lean_object* x_1830; lean_object* x_1831; lean_object* x_1832; lean_object* x_1833; lean_object* x_1834; lean_object* x_1835; +x_1826 = lean_ctor_get(x_1818, 1); +lean_inc(x_1826); +lean_dec(x_1818); +lean_inc(x_1771); +x_1827 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_1771, x_1776, x_6, x_7, x_8, x_9, x_1826); +x_1828 = lean_ctor_get(x_1827, 0); +lean_inc(x_1828); +x_1829 = lean_ctor_get(x_1827, 1); +lean_inc(x_1829); +lean_dec(x_1827); +x_1830 = l_Lean_Meta_Grind_reportIssue(x_1828, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1829); +x_1831 = lean_ctor_get(x_1830, 0); +lean_inc(x_1831); +x_1832 = lean_ctor_get(x_1830, 1); +lean_inc(x_1832); +lean_dec(x_1830); +x_1833 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1771, x_1831, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1832); +lean_dec(x_1831); +x_1834 = lean_ctor_get(x_1833, 0); +lean_inc(x_1834); +x_1835 = lean_ctor_get(x_1833, 1); +lean_inc(x_1835); +lean_dec(x_1833); +x_1545 = x_1834; +x_1546 = x_1835; +goto block_1761; +} +} +else +{ +lean_object* x_1836; lean_object* x_1837; lean_object* x_1838; lean_object* x_1839; lean_object* x_1840; +lean_dec(x_1776); +x_1836 = lean_ctor_get(x_1814, 1); +lean_inc(x_1836); +lean_dec(x_1814); +x_1837 = lean_box(0); +x_1838 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1771, x_1837, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1836); +x_1839 = lean_ctor_get(x_1838, 0); +lean_inc(x_1839); +x_1840 = lean_ctor_get(x_1838, 1); +lean_inc(x_1840); +lean_dec(x_1838); +x_1545 = x_1839; +x_1546 = x_1840; +goto block_1761; +} +} +else +{ +lean_object* x_1841; lean_object* x_1842; lean_object* x_1843; lean_object* x_1844; +lean_dec(x_1776); +lean_dec(x_1771); +lean_dec(x_1541); +lean_dec(x_1533); +lean_dec(x_1530); +lean_dec(x_1526); +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1841 = lean_ctor_get(x_1814, 0); +lean_inc(x_1841); +x_1842 = lean_ctor_get(x_1814, 1); +lean_inc(x_1842); +if (lean_is_exclusive(x_1814)) { + lean_ctor_release(x_1814, 0); + lean_ctor_release(x_1814, 1); + x_1843 = x_1814; +} else { + lean_dec_ref(x_1814); + x_1843 = lean_box(0); +} +if (lean_is_scalar(x_1843)) { + x_1844 = lean_alloc_ctor(1, 2, 0); +} else { + x_1844 = x_1843; +} +lean_ctor_set(x_1844, 0, x_1841); +lean_ctor_set(x_1844, 1, x_1842); +return x_1844; +} +} +else +{ +lean_object* x_1845; lean_object* x_1846; lean_object* x_1847; lean_object* x_1848; +lean_dec(x_1771); +lean_dec(x_1541); +lean_dec(x_1533); +lean_dec(x_1530); +lean_dec(x_1526); +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1845 = lean_ctor_get(x_1774, 0); +lean_inc(x_1845); +x_1846 = lean_ctor_get(x_1774, 1); +lean_inc(x_1846); +if (lean_is_exclusive(x_1774)) { + lean_ctor_release(x_1774, 0); + lean_ctor_release(x_1774, 1); + x_1847 = x_1774; +} else { + lean_dec_ref(x_1774); + x_1847 = lean_box(0); +} +if (lean_is_scalar(x_1847)) { + x_1848 = lean_alloc_ctor(1, 2, 0); +} else { + x_1848 = x_1847; +} +lean_ctor_set(x_1848, 0, x_1845); +lean_ctor_set(x_1848, 1, x_1846); +return x_1848; +} +} +else +{ +lean_object* x_1849; lean_object* x_1850; lean_object* x_1851; lean_object* x_1852; +lean_dec(x_1541); +lean_dec(x_1533); +lean_dec(x_1530); +lean_dec(x_1526); +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1849 = lean_ctor_get(x_1770, 0); +lean_inc(x_1849); +x_1850 = lean_ctor_get(x_1770, 1); +lean_inc(x_1850); +if (lean_is_exclusive(x_1770)) { + lean_ctor_release(x_1770, 0); + lean_ctor_release(x_1770, 1); + x_1851 = x_1770; +} else { + lean_dec_ref(x_1770); + x_1851 = lean_box(0); +} +if (lean_is_scalar(x_1851)) { + x_1852 = lean_alloc_ctor(1, 2, 0); +} else { + x_1852 = x_1851; +} +lean_ctor_set(x_1852, 0, x_1849); +lean_ctor_set(x_1852, 1, x_1850); +return x_1852; +} +} +} +else +{ +lean_object* x_1853; lean_object* x_1854; lean_object* x_1855; lean_object* x_1856; +lean_dec(x_1541); +lean_dec(x_1533); +lean_dec(x_1530); +lean_dec(x_1526); +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1853 = lean_ctor_get(x_1762, 0); +lean_inc(x_1853); +x_1854 = lean_ctor_get(x_1762, 1); +lean_inc(x_1854); +if (lean_is_exclusive(x_1762)) { + lean_ctor_release(x_1762, 0); + lean_ctor_release(x_1762, 1); + x_1855 = x_1762; +} else { + lean_dec_ref(x_1762); + x_1855 = lean_box(0); +} +if (lean_is_scalar(x_1855)) { + x_1856 = lean_alloc_ctor(1, 2, 0); +} else { + x_1856 = x_1855; +} +lean_ctor_set(x_1856, 0, x_1853); +lean_ctor_set(x_1856, 1, x_1854); +return x_1856; +} +block_1761: +{ +lean_object* x_1547; lean_object* x_1548; lean_object* x_1549; lean_object* x_1550; +x_1547 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__76; +lean_inc(x_15); +x_1548 = l_Lean_Expr_const___override(x_1547, x_15); +lean_inc(x_1); +x_1549 = l_Lean_Expr_app___override(x_1548, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_1550 = l_Lean_Meta_trySynthInstance(x_1549, x_23, x_6, x_7, x_8, x_9, x_1546); +if (lean_obj_tag(x_1550) == 0) +{ +lean_object* x_1551; lean_object* x_1552; lean_object* x_1553; lean_object* x_1554; lean_object* x_1555; +x_1551 = lean_ctor_get(x_1550, 0); +lean_inc(x_1551); +x_1552 = lean_ctor_get(x_1550, 1); +lean_inc(x_1552); +lean_dec(x_1550); +x_1553 = l_Lean_LOption_toOption___rarg(x_1551); +if (lean_obj_tag(x_1541) == 0) +{ +lean_dec(x_1469); +x_1554 = x_23; +x_1555 = x_1552; +goto block_1729; +} +else +{ +lean_object* x_1730; lean_object* x_1731; lean_object* x_1732; lean_object* x_1733; lean_object* x_1734; +x_1730 = lean_ctor_get(x_1541, 0); +lean_inc(x_1730); +x_1731 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__87; +lean_inc(x_15); +x_1732 = l_Lean_Expr_const___override(x_1731, x_15); +lean_inc(x_1468); +lean_inc(x_1); +x_1733 = l_Lean_mkApp3(x_1732, x_1, x_1730, x_1468); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_1733); +x_1734 = l_Lean_Meta_trySynthInstance(x_1733, x_23, x_6, x_7, x_8, x_9, x_1552); +if (lean_obj_tag(x_1734) == 0) +{ +lean_object* x_1735; +x_1735 = lean_ctor_get(x_1734, 0); +lean_inc(x_1735); +if (lean_obj_tag(x_1735) == 1) +{ +lean_object* x_1736; lean_object* x_1737; lean_object* x_1738; +lean_dec(x_1733); +x_1736 = lean_ctor_get(x_1734, 1); +lean_inc(x_1736); +lean_dec(x_1734); +x_1737 = lean_ctor_get(x_1735, 0); +lean_inc(x_1737); +lean_dec(x_1735); +if (lean_is_scalar(x_1469)) { + x_1738 = lean_alloc_ctor(1, 1, 0); +} else { + x_1738 = x_1469; +} +lean_ctor_set(x_1738, 0, x_1737); +x_1554 = x_1738; +x_1555 = x_1736; +goto block_1729; +} +else +{ +lean_object* x_1739; lean_object* x_1740; lean_object* x_1741; uint8_t x_1742; +lean_dec(x_1735); +lean_dec(x_1469); +x_1739 = lean_ctor_get(x_1734, 1); +lean_inc(x_1739); +lean_dec(x_1734); +x_1740 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1739); +x_1741 = lean_ctor_get(x_1740, 0); +lean_inc(x_1741); +x_1742 = lean_ctor_get_uint8(x_1741, sizeof(void*)*6 + 11); +lean_dec(x_1741); +if (x_1742 == 0) +{ +lean_object* x_1743; +lean_dec(x_1733); +x_1743 = lean_ctor_get(x_1740, 1); +lean_inc(x_1743); +lean_dec(x_1740); +x_1554 = x_23; +x_1555 = x_1743; +goto block_1729; +} +else +{ +lean_object* x_1744; lean_object* x_1745; lean_object* x_1746; lean_object* x_1747; lean_object* x_1748; lean_object* x_1749; lean_object* x_1750; lean_object* x_1751; lean_object* x_1752; +x_1744 = lean_ctor_get(x_1740, 1); +lean_inc(x_1744); +if (lean_is_exclusive(x_1740)) { + lean_ctor_release(x_1740, 0); + lean_ctor_release(x_1740, 1); + x_1745 = x_1740; +} else { + lean_dec_ref(x_1740); + x_1745 = lean_box(0); +} +x_1746 = l_Lean_indentExpr(x_1733); +x_1747 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__89; +if (lean_is_scalar(x_1745)) { + x_1748 = lean_alloc_ctor(7, 2, 0); +} else { + x_1748 = x_1745; + lean_ctor_set_tag(x_1748, 7); +} +lean_ctor_set(x_1748, 0, x_1747); +lean_ctor_set(x_1748, 1, x_1746); +x_1749 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_1750 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1750, 0, x_1748); +lean_ctor_set(x_1750, 1, x_1749); +x_1751 = l_Lean_Meta_Grind_reportIssue(x_1750, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1744); +x_1752 = lean_ctor_get(x_1751, 1); +lean_inc(x_1752); +lean_dec(x_1751); +x_1554 = x_23; +x_1555 = x_1752; +goto block_1729; +} +} +} +else +{ +lean_object* x_1753; lean_object* x_1754; lean_object* x_1755; lean_object* x_1756; +lean_dec(x_1733); +lean_dec(x_1553); +lean_dec(x_1545); +lean_dec(x_1541); +lean_dec(x_1533); +lean_dec(x_1530); +lean_dec(x_1526); +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1753 = lean_ctor_get(x_1734, 0); +lean_inc(x_1753); +x_1754 = lean_ctor_get(x_1734, 1); +lean_inc(x_1754); +if (lean_is_exclusive(x_1734)) { + lean_ctor_release(x_1734, 0); + lean_ctor_release(x_1734, 1); + x_1755 = x_1734; +} else { + lean_dec_ref(x_1734); + x_1755 = lean_box(0); +} +if (lean_is_scalar(x_1755)) { + x_1756 = lean_alloc_ctor(1, 2, 0); +} else { + x_1756 = x_1755; +} +lean_ctor_set(x_1756, 0, x_1753); +lean_ctor_set(x_1756, 1, x_1754); +return x_1756; +} +} +block_1729: +{ +lean_object* x_1556; lean_object* x_1557; lean_object* x_1558; lean_object* x_1559; lean_object* x_1709; +x_1556 = l_Lean_Nat_mkType; +lean_inc_n(x_1, 2); +x_1557 = l_Lean_mkApp3(x_20, x_1556, x_1, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_1709 = l_Lean_Meta_trySynthInstance(x_1557, x_23, x_6, x_7, x_8, x_9, x_1555); +if (lean_obj_tag(x_1709) == 0) +{ +lean_object* x_1710; +x_1710 = lean_ctor_get(x_1709, 0); +lean_inc(x_1710); +if (lean_obj_tag(x_1710) == 1) +{ +lean_object* x_1711; lean_object* x_1712; lean_object* x_1713; lean_object* x_1714; lean_object* x_1715; lean_object* x_1716; +x_1711 = lean_ctor_get(x_1709, 1); +lean_inc(x_1711); +lean_dec(x_1709); +x_1712 = lean_ctor_get(x_1710, 0); +lean_inc(x_1712); +lean_dec(x_1710); +x_1713 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__86; +x_1714 = l_Lean_Expr_const___override(x_1713, x_15); +lean_inc(x_1); +x_1715 = l_Lean_mkApp3(x_1714, x_1, x_36, x_1712); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_1716 = l_Lean_Meta_trySynthInstance(x_1715, x_23, x_6, x_7, x_8, x_9, x_1711); +if (lean_obj_tag(x_1716) == 0) +{ +lean_object* x_1717; lean_object* x_1718; lean_object* x_1719; +x_1717 = lean_ctor_get(x_1716, 0); +lean_inc(x_1717); +x_1718 = lean_ctor_get(x_1716, 1); +lean_inc(x_1718); +lean_dec(x_1716); +x_1719 = l_Lean_LOption_toOption___rarg(x_1717); +x_1558 = x_1719; +x_1559 = x_1718; +goto block_1708; +} +else +{ +lean_object* x_1720; lean_object* x_1721; lean_object* x_1722; lean_object* x_1723; +lean_dec(x_1554); +lean_dec(x_1553); +lean_dec(x_1545); +lean_dec(x_1541); +lean_dec(x_1533); +lean_dec(x_1530); +lean_dec(x_1526); +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_42); +lean_dec(x_32); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1720 = lean_ctor_get(x_1716, 0); +lean_inc(x_1720); +x_1721 = lean_ctor_get(x_1716, 1); +lean_inc(x_1721); +if (lean_is_exclusive(x_1716)) { + lean_ctor_release(x_1716, 0); + lean_ctor_release(x_1716, 1); + x_1722 = x_1716; +} else { + lean_dec_ref(x_1716); + x_1722 = lean_box(0); +} +if (lean_is_scalar(x_1722)) { + x_1723 = lean_alloc_ctor(1, 2, 0); +} else { + x_1723 = x_1722; +} +lean_ctor_set(x_1723, 0, x_1720); +lean_ctor_set(x_1723, 1, x_1721); +return x_1723; +} +} +else +{ +lean_object* x_1724; +lean_dec(x_1710); +lean_dec(x_36); +lean_dec(x_15); +x_1724 = lean_ctor_get(x_1709, 1); +lean_inc(x_1724); +lean_dec(x_1709); +x_1558 = x_23; +x_1559 = x_1724; +goto block_1708; +} +} +else +{ +lean_object* x_1725; lean_object* x_1726; lean_object* x_1727; lean_object* x_1728; +lean_dec(x_1554); +lean_dec(x_1553); +lean_dec(x_1545); +lean_dec(x_1541); +lean_dec(x_1533); +lean_dec(x_1530); +lean_dec(x_1526); +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1725 = lean_ctor_get(x_1709, 0); +lean_inc(x_1725); +x_1726 = lean_ctor_get(x_1709, 1); +lean_inc(x_1726); +if (lean_is_exclusive(x_1709)) { + lean_ctor_release(x_1709, 0); + lean_ctor_release(x_1709, 1); + x_1727 = x_1709; +} else { + lean_dec_ref(x_1709); + x_1727 = lean_box(0); +} +if (lean_is_scalar(x_1727)) { + x_1728 = lean_alloc_ctor(1, 2, 0); +} else { + x_1728 = x_1727; +} +lean_ctor_set(x_1728, 0, x_1725); +lean_ctor_set(x_1728, 1, x_1726); +return x_1728; +} +block_1708: +{ +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; uint8_t 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; uint8_t x_1582; lean_object* x_1583; lean_object* x_1584; lean_object* x_1585; lean_object* x_1586; lean_object* x_1587; lean_object* x_1588; lean_object* x_1589; lean_object* x_1590; lean_object* x_1591; lean_object* x_1592; lean_object* x_1593; lean_object* x_1594; lean_object* x_1595; lean_object* x_1596; lean_object* x_1597; lean_object* x_1598; lean_object* x_1599; lean_object* x_1600; lean_object* x_1601; lean_object* x_1602; lean_object* x_1603; +x_1560 = l_Lean_Meta_Grind_Arith_Linear_get_x27(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1559); +x_1561 = lean_ctor_get(x_1560, 0); +lean_inc(x_1561); +x_1562 = lean_ctor_get(x_1560, 1); +lean_inc(x_1562); +lean_dec(x_1560); +x_1563 = lean_ctor_get(x_1561, 0); +lean_inc(x_1563); +lean_dec(x_1561); +x_1564 = lean_array_get_size(x_1563); +lean_dec(x_1563); +x_1565 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__79; +x_1566 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__81; +x_1567 = 0; +lean_inc(x_1545); +lean_inc(x_1541); +lean_inc(x_1564); +x_1568 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_1568, 0, x_1564); +lean_ctor_set(x_1568, 1, x_1533); +lean_ctor_set(x_1568, 2, x_1); +lean_ctor_set(x_1568, 3, x_12); +lean_ctor_set(x_1568, 4, x_32); +lean_ctor_set(x_1568, 5, x_1468); +lean_ctor_set(x_1568, 6, x_1526); +lean_ctor_set(x_1568, 7, x_1509); +lean_ctor_set(x_1568, 8, x_1518); +lean_ctor_set(x_1568, 9, x_1558); +lean_ctor_set(x_1568, 10, x_1541); +lean_ctor_set(x_1568, 11, x_1553); +lean_ctor_set(x_1568, 12, x_1554); +lean_ctor_set(x_1568, 13, x_42); +lean_ctor_set(x_1568, 14, x_59); +lean_ctor_set(x_1568, 15, x_1545); +lean_ctor_set(x_1568, 16, x_1484); +lean_ctor_set(x_1568, 17, x_1490); +lean_ctor_set(x_1568, 18, x_73); +lean_ctor_set(x_1568, 19, x_103); +lean_ctor_set(x_1568, 20, x_1530); +lean_ctor_set(x_1568, 21, x_84); +lean_ctor_set(x_1568, 22, x_95); +lean_ctor_set(x_1568, 23, x_1565); +lean_ctor_set(x_1568, 24, x_1566); +lean_ctor_set(x_1568, 25, x_1565); +lean_ctor_set(x_1568, 26, x_1565); +lean_ctor_set(x_1568, 27, x_1565); +lean_ctor_set(x_1568, 28, x_1565); +lean_ctor_set(x_1568, 29, x_23); +lean_ctor_set(x_1568, 30, x_1566); +lean_ctor_set(x_1568, 31, x_1565); +lean_ctor_set_uint8(x_1568, sizeof(void*)*32, x_1567); +x_1569 = lean_st_ref_take(x_2, x_1562); +x_1570 = lean_ctor_get(x_1569, 0); +lean_inc(x_1570); +x_1571 = lean_ctor_get(x_1570, 14); +lean_inc(x_1571); +x_1572 = lean_ctor_get(x_1571, 3); +lean_inc(x_1572); +x_1573 = lean_ctor_get(x_1569, 1); +lean_inc(x_1573); +lean_dec(x_1569); +x_1574 = lean_ctor_get(x_1570, 0); +lean_inc(x_1574); +x_1575 = lean_ctor_get(x_1570, 1); +lean_inc(x_1575); +x_1576 = lean_ctor_get(x_1570, 2); +lean_inc(x_1576); +x_1577 = lean_ctor_get(x_1570, 3); +lean_inc(x_1577); +x_1578 = lean_ctor_get(x_1570, 4); +lean_inc(x_1578); +x_1579 = lean_ctor_get(x_1570, 5); +lean_inc(x_1579); +x_1580 = lean_ctor_get(x_1570, 6); +lean_inc(x_1580); +x_1581 = lean_ctor_get(x_1570, 7); +lean_inc(x_1581); +x_1582 = lean_ctor_get_uint8(x_1570, sizeof(void*)*16); +x_1583 = lean_ctor_get(x_1570, 8); +lean_inc(x_1583); +x_1584 = lean_ctor_get(x_1570, 9); +lean_inc(x_1584); +x_1585 = lean_ctor_get(x_1570, 10); +lean_inc(x_1585); +x_1586 = lean_ctor_get(x_1570, 11); +lean_inc(x_1586); +x_1587 = lean_ctor_get(x_1570, 12); +lean_inc(x_1587); +x_1588 = lean_ctor_get(x_1570, 13); +lean_inc(x_1588); +x_1589 = lean_ctor_get(x_1570, 15); +lean_inc(x_1589); +if (lean_is_exclusive(x_1570)) { + lean_ctor_release(x_1570, 0); + lean_ctor_release(x_1570, 1); + lean_ctor_release(x_1570, 2); + lean_ctor_release(x_1570, 3); + lean_ctor_release(x_1570, 4); + lean_ctor_release(x_1570, 5); + lean_ctor_release(x_1570, 6); + lean_ctor_release(x_1570, 7); + lean_ctor_release(x_1570, 8); + lean_ctor_release(x_1570, 9); + lean_ctor_release(x_1570, 10); + lean_ctor_release(x_1570, 11); + lean_ctor_release(x_1570, 12); + lean_ctor_release(x_1570, 13); + lean_ctor_release(x_1570, 14); + lean_ctor_release(x_1570, 15); + x_1590 = x_1570; +} else { + lean_dec_ref(x_1570); + x_1590 = lean_box(0); +} +x_1591 = lean_ctor_get(x_1571, 0); +lean_inc(x_1591); +x_1592 = lean_ctor_get(x_1571, 1); +lean_inc(x_1592); +x_1593 = lean_ctor_get(x_1571, 2); +lean_inc(x_1593); +if (lean_is_exclusive(x_1571)) { + lean_ctor_release(x_1571, 0); + lean_ctor_release(x_1571, 1); + lean_ctor_release(x_1571, 2); + lean_ctor_release(x_1571, 3); + x_1594 = x_1571; +} else { + lean_dec_ref(x_1571); + x_1594 = lean_box(0); +} +x_1595 = lean_ctor_get(x_1572, 0); +lean_inc(x_1595); +x_1596 = lean_ctor_get(x_1572, 1); +lean_inc(x_1596); +x_1597 = lean_ctor_get(x_1572, 2); +lean_inc(x_1597); +if (lean_is_exclusive(x_1572)) { + lean_ctor_release(x_1572, 0); + lean_ctor_release(x_1572, 1); + lean_ctor_release(x_1572, 2); + x_1598 = x_1572; +} else { + lean_dec_ref(x_1572); + x_1598 = lean_box(0); +} +x_1599 = lean_array_push(x_1595, x_1568); +if (lean_is_scalar(x_1598)) { + x_1600 = lean_alloc_ctor(0, 3, 0); +} else { + x_1600 = x_1598; +} +lean_ctor_set(x_1600, 0, x_1599); +lean_ctor_set(x_1600, 1, x_1596); +lean_ctor_set(x_1600, 2, x_1597); +if (lean_is_scalar(x_1594)) { + x_1601 = lean_alloc_ctor(0, 4, 0); +} else { + x_1601 = x_1594; +} +lean_ctor_set(x_1601, 0, x_1591); +lean_ctor_set(x_1601, 1, x_1592); +lean_ctor_set(x_1601, 2, x_1593); +lean_ctor_set(x_1601, 3, x_1600); +if (lean_is_scalar(x_1590)) { + x_1602 = lean_alloc_ctor(0, 16, 1); +} else { + x_1602 = x_1590; +} +lean_ctor_set(x_1602, 0, x_1574); +lean_ctor_set(x_1602, 1, x_1575); +lean_ctor_set(x_1602, 2, x_1576); +lean_ctor_set(x_1602, 3, x_1577); +lean_ctor_set(x_1602, 4, x_1578); +lean_ctor_set(x_1602, 5, x_1579); +lean_ctor_set(x_1602, 6, x_1580); +lean_ctor_set(x_1602, 7, x_1581); +lean_ctor_set(x_1602, 8, x_1583); +lean_ctor_set(x_1602, 9, x_1584); +lean_ctor_set(x_1602, 10, x_1585); +lean_ctor_set(x_1602, 11, x_1586); +lean_ctor_set(x_1602, 12, x_1587); +lean_ctor_set(x_1602, 13, x_1588); +lean_ctor_set(x_1602, 14, x_1601); +lean_ctor_set(x_1602, 15, x_1589); +lean_ctor_set_uint8(x_1602, sizeof(void*)*16, x_1582); +x_1603 = lean_st_ref_set(x_2, x_1602, x_1573); +if (lean_obj_tag(x_1545) == 0) +{ +lean_object* x_1604; lean_object* x_1605; lean_object* x_1606; +lean_dec(x_1541); +x_1604 = lean_ctor_get(x_1603, 1); +lean_inc(x_1604); +lean_dec(x_1603); +x_1605 = lean_box(0); +x_1606 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1564, x_1605, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1604); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_1606; +} +else +{ +if (lean_obj_tag(x_1541) == 0) +{ +lean_object* x_1607; lean_object* x_1608; lean_object* x_1609; +lean_dec(x_1545); +x_1607 = lean_ctor_get(x_1603, 1); +lean_inc(x_1607); +lean_dec(x_1603); +x_1608 = lean_box(0); +x_1609 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1564, x_1608, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1607); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_1609; +} +else +{ +lean_object* x_1610; lean_object* x_1611; lean_object* x_1612; +lean_dec(x_1541); +x_1610 = lean_ctor_get(x_1603, 1); +lean_inc(x_1610); +lean_dec(x_1603); +x_1611 = lean_ctor_get(x_1545, 0); +lean_inc(x_1611); +lean_dec(x_1545); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1564); +x_1612 = l_Lean_Meta_Grind_Arith_Linear_mkVar(x_1611, x_1567, x_1564, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1610); +if (lean_obj_tag(x_1612) == 0) +{ +lean_object* x_1613; lean_object* x_1614; lean_object* x_1615; lean_object* x_1616; lean_object* x_1617; lean_object* x_1618; lean_object* x_1619; lean_object* x_1620; lean_object* x_1621; lean_object* x_1622; lean_object* x_1623; lean_object* x_1624; lean_object* x_1625; lean_object* x_1626; lean_object* x_1627; lean_object* x_1628; lean_object* x_1629; lean_object* x_1630; uint8_t x_1631; lean_object* x_1632; lean_object* x_1633; lean_object* x_1634; lean_object* x_1635; lean_object* x_1636; lean_object* x_1637; lean_object* x_1638; lean_object* x_1639; lean_object* x_1640; lean_object* x_1641; lean_object* x_1642; lean_object* x_1643; lean_object* x_1644; lean_object* x_1645; lean_object* x_1646; lean_object* x_1647; lean_object* x_1648; uint8_t x_1649; +x_1613 = lean_ctor_get(x_1612, 0); +lean_inc(x_1613); +x_1614 = lean_ctor_get(x_1612, 1); +lean_inc(x_1614); +lean_dec(x_1612); +x_1615 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__83; +x_1616 = lean_box(0); +lean_inc(x_1613); +x_1617 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1617, 0, x_1615); +lean_ctor_set(x_1617, 1, x_1613); +lean_ctor_set(x_1617, 2, x_1616); +x_1618 = lean_st_ref_take(x_2, x_1614); +x_1619 = lean_ctor_get(x_1618, 0); +lean_inc(x_1619); +x_1620 = lean_ctor_get(x_1619, 14); +lean_inc(x_1620); +x_1621 = lean_ctor_get(x_1620, 3); +lean_inc(x_1621); +x_1622 = lean_ctor_get(x_1618, 1); +lean_inc(x_1622); +lean_dec(x_1618); +x_1623 = lean_ctor_get(x_1619, 0); +lean_inc(x_1623); +x_1624 = lean_ctor_get(x_1619, 1); +lean_inc(x_1624); +x_1625 = lean_ctor_get(x_1619, 2); +lean_inc(x_1625); +x_1626 = lean_ctor_get(x_1619, 3); +lean_inc(x_1626); +x_1627 = lean_ctor_get(x_1619, 4); +lean_inc(x_1627); +x_1628 = lean_ctor_get(x_1619, 5); +lean_inc(x_1628); +x_1629 = lean_ctor_get(x_1619, 6); +lean_inc(x_1629); +x_1630 = lean_ctor_get(x_1619, 7); +lean_inc(x_1630); +x_1631 = lean_ctor_get_uint8(x_1619, sizeof(void*)*16); +x_1632 = lean_ctor_get(x_1619, 8); +lean_inc(x_1632); +x_1633 = lean_ctor_get(x_1619, 9); +lean_inc(x_1633); +x_1634 = lean_ctor_get(x_1619, 10); +lean_inc(x_1634); +x_1635 = lean_ctor_get(x_1619, 11); +lean_inc(x_1635); +x_1636 = lean_ctor_get(x_1619, 12); +lean_inc(x_1636); +x_1637 = lean_ctor_get(x_1619, 13); +lean_inc(x_1637); +x_1638 = lean_ctor_get(x_1619, 15); +lean_inc(x_1638); +if (lean_is_exclusive(x_1619)) { + lean_ctor_release(x_1619, 0); + lean_ctor_release(x_1619, 1); + lean_ctor_release(x_1619, 2); + lean_ctor_release(x_1619, 3); + lean_ctor_release(x_1619, 4); + lean_ctor_release(x_1619, 5); + lean_ctor_release(x_1619, 6); + lean_ctor_release(x_1619, 7); + lean_ctor_release(x_1619, 8); + lean_ctor_release(x_1619, 9); + lean_ctor_release(x_1619, 10); + lean_ctor_release(x_1619, 11); + lean_ctor_release(x_1619, 12); + lean_ctor_release(x_1619, 13); + lean_ctor_release(x_1619, 14); + lean_ctor_release(x_1619, 15); + x_1639 = x_1619; +} else { + lean_dec_ref(x_1619); + x_1639 = lean_box(0); +} +x_1640 = lean_ctor_get(x_1620, 0); +lean_inc(x_1640); +x_1641 = lean_ctor_get(x_1620, 1); +lean_inc(x_1641); +x_1642 = lean_ctor_get(x_1620, 2); +lean_inc(x_1642); +if (lean_is_exclusive(x_1620)) { + lean_ctor_release(x_1620, 0); + lean_ctor_release(x_1620, 1); + lean_ctor_release(x_1620, 2); + lean_ctor_release(x_1620, 3); + x_1643 = x_1620; +} else { + lean_dec_ref(x_1620); + x_1643 = lean_box(0); +} +x_1644 = lean_ctor_get(x_1621, 0); +lean_inc(x_1644); +x_1645 = lean_ctor_get(x_1621, 1); +lean_inc(x_1645); +x_1646 = lean_ctor_get(x_1621, 2); +lean_inc(x_1646); +if (lean_is_exclusive(x_1621)) { + lean_ctor_release(x_1621, 0); + lean_ctor_release(x_1621, 1); + lean_ctor_release(x_1621, 2); + x_1647 = x_1621; +} else { + lean_dec_ref(x_1621); + x_1647 = lean_box(0); +} +x_1648 = lean_array_get_size(x_1644); +x_1649 = lean_nat_dec_lt(x_1564, x_1648); +lean_dec(x_1648); +if (x_1649 == 0) +{ +lean_object* x_1650; lean_object* x_1651; lean_object* x_1652; lean_object* x_1653; lean_object* x_1654; lean_object* x_1655; lean_object* x_1656; +lean_dec(x_1617); +lean_dec(x_1613); +if (lean_is_scalar(x_1647)) { + x_1650 = lean_alloc_ctor(0, 3, 0); +} else { + x_1650 = x_1647; +} +lean_ctor_set(x_1650, 0, x_1644); +lean_ctor_set(x_1650, 1, x_1645); +lean_ctor_set(x_1650, 2, x_1646); +if (lean_is_scalar(x_1643)) { + x_1651 = lean_alloc_ctor(0, 4, 0); +} else { + x_1651 = x_1643; +} +lean_ctor_set(x_1651, 0, x_1640); +lean_ctor_set(x_1651, 1, x_1641); +lean_ctor_set(x_1651, 2, x_1642); +lean_ctor_set(x_1651, 3, x_1650); +if (lean_is_scalar(x_1639)) { + x_1652 = lean_alloc_ctor(0, 16, 1); +} else { + x_1652 = x_1639; +} +lean_ctor_set(x_1652, 0, x_1623); +lean_ctor_set(x_1652, 1, x_1624); +lean_ctor_set(x_1652, 2, x_1625); +lean_ctor_set(x_1652, 3, x_1626); +lean_ctor_set(x_1652, 4, x_1627); +lean_ctor_set(x_1652, 5, x_1628); +lean_ctor_set(x_1652, 6, x_1629); +lean_ctor_set(x_1652, 7, x_1630); +lean_ctor_set(x_1652, 8, x_1632); +lean_ctor_set(x_1652, 9, x_1633); +lean_ctor_set(x_1652, 10, x_1634); +lean_ctor_set(x_1652, 11, x_1635); +lean_ctor_set(x_1652, 12, x_1636); +lean_ctor_set(x_1652, 13, x_1637); +lean_ctor_set(x_1652, 14, x_1651); +lean_ctor_set(x_1652, 15, x_1638); +lean_ctor_set_uint8(x_1652, sizeof(void*)*16, x_1631); +x_1653 = lean_st_ref_set(x_2, x_1652, x_1622); +x_1654 = lean_ctor_get(x_1653, 1); +lean_inc(x_1654); +lean_dec(x_1653); +x_1655 = lean_box(0); +x_1656 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1564, x_1655, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1654); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_1656; +} +else +{ +lean_object* x_1657; lean_object* x_1658; lean_object* x_1659; lean_object* x_1660; lean_object* x_1661; lean_object* x_1662; lean_object* x_1663; lean_object* x_1664; lean_object* x_1665; lean_object* x_1666; lean_object* x_1667; lean_object* x_1668; lean_object* x_1669; lean_object* x_1670; lean_object* x_1671; lean_object* x_1672; lean_object* x_1673; lean_object* x_1674; lean_object* x_1675; lean_object* x_1676; lean_object* x_1677; lean_object* x_1678; lean_object* x_1679; lean_object* x_1680; lean_object* x_1681; lean_object* x_1682; lean_object* x_1683; lean_object* x_1684; lean_object* x_1685; lean_object* x_1686; lean_object* x_1687; lean_object* x_1688; uint8_t x_1689; lean_object* x_1690; lean_object* x_1691; lean_object* x_1692; lean_object* x_1693; lean_object* x_1694; lean_object* x_1695; lean_object* x_1696; lean_object* x_1697; lean_object* x_1698; lean_object* x_1699; lean_object* x_1700; lean_object* x_1701; lean_object* x_1702; lean_object* x_1703; +x_1657 = lean_array_fget(x_1644, x_1564); +x_1658 = lean_box(0); +x_1659 = lean_array_fset(x_1644, x_1564, x_1658); +x_1660 = lean_ctor_get(x_1657, 0); +lean_inc(x_1660); +x_1661 = lean_ctor_get(x_1657, 1); +lean_inc(x_1661); +x_1662 = lean_ctor_get(x_1657, 2); +lean_inc(x_1662); +x_1663 = lean_ctor_get(x_1657, 3); +lean_inc(x_1663); +x_1664 = lean_ctor_get(x_1657, 4); +lean_inc(x_1664); +x_1665 = lean_ctor_get(x_1657, 5); +lean_inc(x_1665); +x_1666 = lean_ctor_get(x_1657, 6); +lean_inc(x_1666); +x_1667 = lean_ctor_get(x_1657, 7); +lean_inc(x_1667); +x_1668 = lean_ctor_get(x_1657, 8); +lean_inc(x_1668); +x_1669 = lean_ctor_get(x_1657, 9); +lean_inc(x_1669); +x_1670 = lean_ctor_get(x_1657, 10); +lean_inc(x_1670); +x_1671 = lean_ctor_get(x_1657, 11); +lean_inc(x_1671); +x_1672 = lean_ctor_get(x_1657, 12); +lean_inc(x_1672); +x_1673 = lean_ctor_get(x_1657, 13); +lean_inc(x_1673); +x_1674 = lean_ctor_get(x_1657, 14); +lean_inc(x_1674); +x_1675 = lean_ctor_get(x_1657, 15); +lean_inc(x_1675); +x_1676 = lean_ctor_get(x_1657, 16); +lean_inc(x_1676); +x_1677 = lean_ctor_get(x_1657, 17); +lean_inc(x_1677); +x_1678 = lean_ctor_get(x_1657, 18); +lean_inc(x_1678); +x_1679 = lean_ctor_get(x_1657, 19); +lean_inc(x_1679); +x_1680 = lean_ctor_get(x_1657, 20); +lean_inc(x_1680); +x_1681 = lean_ctor_get(x_1657, 21); +lean_inc(x_1681); +x_1682 = lean_ctor_get(x_1657, 22); +lean_inc(x_1682); +x_1683 = lean_ctor_get(x_1657, 23); +lean_inc(x_1683); +x_1684 = lean_ctor_get(x_1657, 24); +lean_inc(x_1684); +x_1685 = lean_ctor_get(x_1657, 25); +lean_inc(x_1685); +x_1686 = lean_ctor_get(x_1657, 26); +lean_inc(x_1686); +x_1687 = lean_ctor_get(x_1657, 27); +lean_inc(x_1687); +x_1688 = lean_ctor_get(x_1657, 28); +lean_inc(x_1688); +x_1689 = lean_ctor_get_uint8(x_1657, sizeof(void*)*32); +x_1690 = lean_ctor_get(x_1657, 29); +lean_inc(x_1690); +x_1691 = lean_ctor_get(x_1657, 30); +lean_inc(x_1691); +x_1692 = lean_ctor_get(x_1657, 31); +lean_inc(x_1692); +if (lean_is_exclusive(x_1657)) { + lean_ctor_release(x_1657, 0); + lean_ctor_release(x_1657, 1); + lean_ctor_release(x_1657, 2); + lean_ctor_release(x_1657, 3); + lean_ctor_release(x_1657, 4); + lean_ctor_release(x_1657, 5); + lean_ctor_release(x_1657, 6); + lean_ctor_release(x_1657, 7); + lean_ctor_release(x_1657, 8); + lean_ctor_release(x_1657, 9); + lean_ctor_release(x_1657, 10); + lean_ctor_release(x_1657, 11); + lean_ctor_release(x_1657, 12); + lean_ctor_release(x_1657, 13); + lean_ctor_release(x_1657, 14); + lean_ctor_release(x_1657, 15); + lean_ctor_release(x_1657, 16); + lean_ctor_release(x_1657, 17); + lean_ctor_release(x_1657, 18); + lean_ctor_release(x_1657, 19); + lean_ctor_release(x_1657, 20); + lean_ctor_release(x_1657, 21); + lean_ctor_release(x_1657, 22); + lean_ctor_release(x_1657, 23); + lean_ctor_release(x_1657, 24); + lean_ctor_release(x_1657, 25); + lean_ctor_release(x_1657, 26); + lean_ctor_release(x_1657, 27); + lean_ctor_release(x_1657, 28); + lean_ctor_release(x_1657, 29); + lean_ctor_release(x_1657, 30); + lean_ctor_release(x_1657, 31); + x_1693 = x_1657; +} else { + lean_dec_ref(x_1657); + x_1693 = lean_box(0); +} +x_1694 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; +x_1695 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_1617, x_1694, x_1685, x_1613); +lean_dec(x_1613); +if (lean_is_scalar(x_1693)) { + x_1696 = lean_alloc_ctor(0, 32, 1); +} else { + x_1696 = x_1693; +} +lean_ctor_set(x_1696, 0, x_1660); +lean_ctor_set(x_1696, 1, x_1661); +lean_ctor_set(x_1696, 2, x_1662); +lean_ctor_set(x_1696, 3, x_1663); +lean_ctor_set(x_1696, 4, x_1664); +lean_ctor_set(x_1696, 5, x_1665); +lean_ctor_set(x_1696, 6, x_1666); +lean_ctor_set(x_1696, 7, x_1667); +lean_ctor_set(x_1696, 8, x_1668); +lean_ctor_set(x_1696, 9, x_1669); +lean_ctor_set(x_1696, 10, x_1670); +lean_ctor_set(x_1696, 11, x_1671); +lean_ctor_set(x_1696, 12, x_1672); +lean_ctor_set(x_1696, 13, x_1673); +lean_ctor_set(x_1696, 14, x_1674); +lean_ctor_set(x_1696, 15, x_1675); +lean_ctor_set(x_1696, 16, x_1676); +lean_ctor_set(x_1696, 17, x_1677); +lean_ctor_set(x_1696, 18, x_1678); +lean_ctor_set(x_1696, 19, x_1679); +lean_ctor_set(x_1696, 20, x_1680); +lean_ctor_set(x_1696, 21, x_1681); +lean_ctor_set(x_1696, 22, x_1682); +lean_ctor_set(x_1696, 23, x_1683); +lean_ctor_set(x_1696, 24, x_1684); +lean_ctor_set(x_1696, 25, x_1695); +lean_ctor_set(x_1696, 26, x_1686); +lean_ctor_set(x_1696, 27, x_1687); +lean_ctor_set(x_1696, 28, x_1688); +lean_ctor_set(x_1696, 29, x_1690); +lean_ctor_set(x_1696, 30, x_1691); +lean_ctor_set(x_1696, 31, x_1692); +lean_ctor_set_uint8(x_1696, sizeof(void*)*32, x_1689); +x_1697 = lean_array_fset(x_1659, x_1564, x_1696); +if (lean_is_scalar(x_1647)) { + x_1698 = lean_alloc_ctor(0, 3, 0); +} else { + x_1698 = x_1647; +} +lean_ctor_set(x_1698, 0, x_1697); +lean_ctor_set(x_1698, 1, x_1645); +lean_ctor_set(x_1698, 2, x_1646); +if (lean_is_scalar(x_1643)) { + x_1699 = lean_alloc_ctor(0, 4, 0); +} else { + x_1699 = x_1643; +} +lean_ctor_set(x_1699, 0, x_1640); +lean_ctor_set(x_1699, 1, x_1641); +lean_ctor_set(x_1699, 2, x_1642); +lean_ctor_set(x_1699, 3, x_1698); +if (lean_is_scalar(x_1639)) { + x_1700 = lean_alloc_ctor(0, 16, 1); +} else { + x_1700 = x_1639; +} +lean_ctor_set(x_1700, 0, x_1623); +lean_ctor_set(x_1700, 1, x_1624); +lean_ctor_set(x_1700, 2, x_1625); +lean_ctor_set(x_1700, 3, x_1626); +lean_ctor_set(x_1700, 4, x_1627); +lean_ctor_set(x_1700, 5, x_1628); +lean_ctor_set(x_1700, 6, x_1629); +lean_ctor_set(x_1700, 7, x_1630); +lean_ctor_set(x_1700, 8, x_1632); +lean_ctor_set(x_1700, 9, x_1633); +lean_ctor_set(x_1700, 10, x_1634); +lean_ctor_set(x_1700, 11, x_1635); +lean_ctor_set(x_1700, 12, x_1636); +lean_ctor_set(x_1700, 13, x_1637); +lean_ctor_set(x_1700, 14, x_1699); +lean_ctor_set(x_1700, 15, x_1638); +lean_ctor_set_uint8(x_1700, sizeof(void*)*16, x_1631); +x_1701 = lean_st_ref_set(x_2, x_1700, x_1622); +x_1702 = lean_ctor_get(x_1701, 1); +lean_inc(x_1702); +lean_dec(x_1701); +x_1703 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_1564, x_1658, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1702); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_1703; +} +} +else +{ +lean_object* x_1704; lean_object* x_1705; lean_object* x_1706; lean_object* x_1707; +lean_dec(x_1564); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_1704 = lean_ctor_get(x_1612, 0); +lean_inc(x_1704); +x_1705 = lean_ctor_get(x_1612, 1); +lean_inc(x_1705); +if (lean_is_exclusive(x_1612)) { + lean_ctor_release(x_1612, 0); + lean_ctor_release(x_1612, 1); + x_1706 = x_1612; +} else { + lean_dec_ref(x_1612); + x_1706 = lean_box(0); +} +if (lean_is_scalar(x_1706)) { + x_1707 = lean_alloc_ctor(1, 2, 0); +} else { + x_1707 = x_1706; +} +lean_ctor_set(x_1707, 0, x_1704); +lean_ctor_set(x_1707, 1, x_1705); +return x_1707; +} +} +} +} +} +} +else +{ +lean_object* x_1757; lean_object* x_1758; lean_object* x_1759; lean_object* x_1760; +lean_dec(x_1545); +lean_dec(x_1541); +lean_dec(x_1533); +lean_dec(x_1530); +lean_dec(x_1526); +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1757 = lean_ctor_get(x_1550, 0); +lean_inc(x_1757); +x_1758 = lean_ctor_get(x_1550, 1); +lean_inc(x_1758); +if (lean_is_exclusive(x_1550)) { + lean_ctor_release(x_1550, 0); + lean_ctor_release(x_1550, 1); + x_1759 = x_1550; +} else { + lean_dec_ref(x_1550); + x_1759 = lean_box(0); +} +if (lean_is_scalar(x_1759)) { + x_1760 = lean_alloc_ctor(1, 2, 0); +} else { + x_1760 = x_1759; +} +lean_ctor_set(x_1760, 0, x_1757); +lean_ctor_set(x_1760, 1, x_1758); +return x_1760; +} +} +} +else +{ +lean_object* x_1857; lean_object* x_1858; lean_object* x_1859; lean_object* x_1860; +lean_dec(x_1533); +lean_dec(x_1530); +lean_dec(x_1526); +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1857 = lean_ctor_get(x_1538, 0); +lean_inc(x_1857); +x_1858 = lean_ctor_get(x_1538, 1); +lean_inc(x_1858); +if (lean_is_exclusive(x_1538)) { + lean_ctor_release(x_1538, 0); + lean_ctor_release(x_1538, 1); + x_1859 = x_1538; +} else { + lean_dec_ref(x_1538); + x_1859 = lean_box(0); +} +if (lean_is_scalar(x_1859)) { + x_1860 = lean_alloc_ctor(1, 2, 0); +} else { + x_1860 = x_1859; +} +lean_ctor_set(x_1860, 0, x_1857); +lean_ctor_set(x_1860, 1, x_1858); +return x_1860; +} +} +else +{ +lean_object* x_1861; lean_object* x_1862; lean_object* x_1863; lean_object* x_1864; +lean_dec(x_1530); +lean_dec(x_1526); +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1861 = lean_ctor_get(x_1532, 0); +lean_inc(x_1861); +x_1862 = lean_ctor_get(x_1532, 1); +lean_inc(x_1862); +if (lean_is_exclusive(x_1532)) { + lean_ctor_release(x_1532, 0); + lean_ctor_release(x_1532, 1); + x_1863 = x_1532; +} else { + lean_dec_ref(x_1532); + x_1863 = lean_box(0); +} +if (lean_is_scalar(x_1863)) { + x_1864 = lean_alloc_ctor(1, 2, 0); +} else { + x_1864 = x_1863; +} +lean_ctor_set(x_1864, 0, x_1861); +lean_ctor_set(x_1864, 1, x_1862); +return x_1864; +} +} +} +else +{ +lean_object* x_1936; lean_object* x_1937; lean_object* x_1938; +lean_dec(x_1524); +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1936 = lean_ctor_get(x_1523, 1); +lean_inc(x_1936); +if (lean_is_exclusive(x_1523)) { + lean_ctor_release(x_1523, 0); + lean_ctor_release(x_1523, 1); + x_1937 = x_1523; +} else { + lean_dec_ref(x_1523); + x_1937 = lean_box(0); +} +if (lean_is_scalar(x_1937)) { + x_1938 = lean_alloc_ctor(0, 2, 0); +} else { + x_1938 = x_1937; +} +lean_ctor_set(x_1938, 0, x_23); +lean_ctor_set(x_1938, 1, x_1936); +return x_1938; +} +} +else +{ +lean_object* x_1939; lean_object* x_1940; lean_object* x_1941; lean_object* x_1942; +lean_dec(x_1518); +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_1939 = lean_ctor_get(x_1523, 0); +lean_inc(x_1939); +x_1940 = lean_ctor_get(x_1523, 1); +lean_inc(x_1940); +if (lean_is_exclusive(x_1523)) { + lean_ctor_release(x_1523, 0); + lean_ctor_release(x_1523, 1); + x_1941 = x_1523; +} else { + lean_dec_ref(x_1523); + x_1941 = lean_box(0); +} +if (lean_is_scalar(x_1941)) { + x_1942 = lean_alloc_ctor(1, 2, 0); +} else { + x_1942 = x_1941; +} +lean_ctor_set(x_1942, 0, x_1939); +lean_ctor_set(x_1942, 1, x_1940); +return x_1942; +} +} +} +else +{ +lean_object* x_2009; lean_object* x_2010; lean_object* x_2011; lean_object* x_2012; +lean_dec(x_1509); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2009 = lean_ctor_get(x_1514, 0); +lean_inc(x_2009); +x_2010 = lean_ctor_get(x_1514, 1); +lean_inc(x_2010); +if (lean_is_exclusive(x_1514)) { + lean_ctor_release(x_1514, 0); + lean_ctor_release(x_1514, 1); + x_2011 = x_1514; +} else { + lean_dec_ref(x_1514); + x_2011 = lean_box(0); +} +if (lean_is_scalar(x_2011)) { + x_2012 = lean_alloc_ctor(1, 2, 0); +} else { + x_2012 = x_2011; +} +lean_ctor_set(x_2012, 0, x_2009); +lean_ctor_set(x_2012, 1, x_2010); +return x_2012; +} +} +} +else +{ +lean_object* x_2078; lean_object* x_2079; lean_object* x_2080; lean_object* x_2081; +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); +lean_dec(x_103); +lean_dec(x_95); +lean_dec(x_84); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2078 = lean_ctor_get(x_1505, 0); +lean_inc(x_2078); +x_2079 = lean_ctor_get(x_1505, 1); +lean_inc(x_2079); +if (lean_is_exclusive(x_1505)) { + lean_ctor_release(x_1505, 0); + lean_ctor_release(x_1505, 1); + x_2080 = x_1505; +} else { + lean_dec_ref(x_1505); x_2080 = lean_box(0); } if (lean_is_scalar(x_2080)) { @@ -12616,11 +12546,10 @@ return x_2081; else { lean_object* x_2082; lean_object* x_2083; lean_object* x_2084; lean_object* x_2085; -lean_dec(x_1477); -lean_dec(x_1471); -lean_dec(x_1466); -lean_dec(x_1462); -lean_dec(x_1461); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1469); +lean_dec(x_1468); lean_dec(x_103); lean_dec(x_95); lean_dec(x_84); @@ -12643,16 +12572,16 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2082 = lean_ctor_get(x_1482, 0); +x_2082 = lean_ctor_get(x_1500, 0); lean_inc(x_2082); -x_2083 = lean_ctor_get(x_1482, 1); +x_2083 = lean_ctor_get(x_1500, 1); lean_inc(x_2083); -if (lean_is_exclusive(x_1482)) { - lean_ctor_release(x_1482, 0); - lean_ctor_release(x_1482, 1); - x_2084 = x_1482; +if (lean_is_exclusive(x_1500)) { + lean_ctor_release(x_1500, 0); + lean_ctor_release(x_1500, 1); + x_2084 = x_1500; } else { - lean_dec_ref(x_1482); + lean_dec_ref(x_1500); x_2084 = lean_box(0); } if (lean_is_scalar(x_2084)) { @@ -12668,10 +12597,11 @@ return x_2085; else { lean_object* x_2086; lean_object* x_2087; lean_object* x_2088; lean_object* x_2089; -lean_dec(x_1471); -lean_dec(x_1466); -lean_dec(x_1462); -lean_dec(x_1461); +lean_dec(x_1490); +lean_dec(x_1484); +lean_dec(x_1478); +lean_dec(x_1469); +lean_dec(x_1468); lean_dec(x_103); lean_dec(x_95); lean_dec(x_84); @@ -12694,16 +12624,16 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2086 = lean_ctor_get(x_1476, 0); +x_2086 = lean_ctor_get(x_1495, 0); lean_inc(x_2086); -x_2087 = lean_ctor_get(x_1476, 1); +x_2087 = lean_ctor_get(x_1495, 1); lean_inc(x_2087); -if (lean_is_exclusive(x_1476)) { - lean_ctor_release(x_1476, 0); - lean_ctor_release(x_1476, 1); - x_2088 = x_1476; +if (lean_is_exclusive(x_1495)) { + lean_ctor_release(x_1495, 0); + lean_ctor_release(x_1495, 1); + x_2088 = x_1495; } else { - lean_dec_ref(x_1476); + lean_dec_ref(x_1495); x_2088 = lean_box(0); } if (lean_is_scalar(x_2088)) { @@ -12716,13 +12646,14 @@ lean_ctor_set(x_2089, 1, x_2087); return x_2089; } } -} -} -} -} else { -uint8_t x_2130; +lean_object* x_2090; lean_object* x_2091; lean_object* x_2092; lean_object* x_2093; +lean_dec(x_1484); +lean_dec(x_1478); +lean_dec(x_1473); +lean_dec(x_1469); +lean_dec(x_1468); lean_dec(x_103); lean_dec(x_95); lean_dec(x_84); @@ -12745,29 +12676,35 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2130 = !lean_is_exclusive(x_139); -if (x_2130 == 0) -{ -return x_139; +x_2090 = lean_ctor_get(x_1489, 0); +lean_inc(x_2090); +x_2091 = lean_ctor_get(x_1489, 1); +lean_inc(x_2091); +if (lean_is_exclusive(x_1489)) { + lean_ctor_release(x_1489, 0); + lean_ctor_release(x_1489, 1); + x_2092 = x_1489; +} else { + lean_dec_ref(x_1489); + x_2092 = lean_box(0); } -else -{ -lean_object* x_2131; lean_object* x_2132; lean_object* x_2133; -x_2131 = lean_ctor_get(x_139, 0); -x_2132 = lean_ctor_get(x_139, 1); -lean_inc(x_2132); -lean_inc(x_2131); -lean_dec(x_139); -x_2133 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2133, 0, x_2131); -lean_ctor_set(x_2133, 1, x_2132); -return x_2133; +if (lean_is_scalar(x_2092)) { + x_2093 = lean_alloc_ctor(1, 2, 0); +} else { + x_2093 = x_2092; } +lean_ctor_set(x_2093, 0, x_2090); +lean_ctor_set(x_2093, 1, x_2091); +return x_2093; } } else { -uint8_t x_2134; +lean_object* x_2094; lean_object* x_2095; lean_object* x_2096; lean_object* x_2097; +lean_dec(x_1478); +lean_dec(x_1473); +lean_dec(x_1469); +lean_dec(x_1468); lean_dec(x_103); lean_dec(x_95); lean_dec(x_84); @@ -12790,23 +12727,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2134 = !lean_is_exclusive(x_134); -if (x_2134 == 0) -{ -return x_134; +x_2094 = lean_ctor_get(x_1483, 0); +lean_inc(x_2094); +x_2095 = lean_ctor_get(x_1483, 1); +lean_inc(x_2095); +if (lean_is_exclusive(x_1483)) { + lean_ctor_release(x_1483, 0); + lean_ctor_release(x_1483, 1); + x_2096 = x_1483; +} else { + lean_dec_ref(x_1483); + x_2096 = lean_box(0); +} +if (lean_is_scalar(x_2096)) { + x_2097 = lean_alloc_ctor(1, 2, 0); +} else { + x_2097 = x_2096; +} +lean_ctor_set(x_2097, 0, x_2094); +lean_ctor_set(x_2097, 1, x_2095); +return x_2097; +} +} } -else -{ -lean_object* x_2135; lean_object* x_2136; lean_object* x_2137; -x_2135 = lean_ctor_get(x_134, 0); -x_2136 = lean_ctor_get(x_134, 1); -lean_inc(x_2136); -lean_inc(x_2135); -lean_dec(x_134); -x_2137 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2137, 0, x_2135); -lean_ctor_set(x_2137, 1, x_2136); -return x_2137; } } } @@ -12814,7 +12757,6 @@ else { uint8_t x_2138; lean_dec(x_103); -lean_dec(x_97); lean_dec(x_95); lean_dec(x_84); lean_dec(x_73); @@ -12836,19 +12778,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2138 = !lean_is_exclusive(x_129); +x_2138 = !lean_is_exclusive(x_139); if (x_2138 == 0) { -return x_129; +return x_139; } else { lean_object* x_2139; lean_object* x_2140; lean_object* x_2141; -x_2139 = lean_ctor_get(x_129, 0); -x_2140 = lean_ctor_get(x_129, 1); +x_2139 = lean_ctor_get(x_139, 0); +x_2140 = lean_ctor_get(x_139, 1); lean_inc(x_2140); lean_inc(x_2139); -lean_dec(x_129); +lean_dec(x_139); x_2141 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_2141, 0, x_2139); lean_ctor_set(x_2141, 1, x_2140); @@ -12860,9 +12802,7 @@ else { uint8_t x_2142; lean_dec(x_103); -lean_dec(x_97); lean_dec(x_95); -lean_dec(x_89); lean_dec(x_84); lean_dec(x_73); lean_dec(x_59); @@ -12883,19 +12823,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2142 = !lean_is_exclusive(x_124); +x_2142 = !lean_is_exclusive(x_134); if (x_2142 == 0) { -return x_124; +return x_134; } else { lean_object* x_2143; lean_object* x_2144; lean_object* x_2145; -x_2143 = lean_ctor_get(x_124, 0); -x_2144 = lean_ctor_get(x_124, 1); +x_2143 = lean_ctor_get(x_134, 0); +x_2144 = lean_ctor_get(x_134, 1); lean_inc(x_2144); lean_inc(x_2143); -lean_dec(x_124); +lean_dec(x_134); x_2145 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_2145, 0, x_2143); lean_ctor_set(x_2145, 1, x_2144); @@ -12909,9 +12849,7 @@ uint8_t x_2146; lean_dec(x_103); lean_dec(x_97); lean_dec(x_95); -lean_dec(x_89); lean_dec(x_84); -lean_dec(x_78); lean_dec(x_73); lean_dec(x_59); lean_dec(x_54); @@ -12931,19 +12869,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2146 = !lean_is_exclusive(x_116); +x_2146 = !lean_is_exclusive(x_129); if (x_2146 == 0) { -return x_116; +return x_129; } else { lean_object* x_2147; lean_object* x_2148; lean_object* x_2149; -x_2147 = lean_ctor_get(x_116, 0); -x_2148 = lean_ctor_get(x_116, 1); +x_2147 = lean_ctor_get(x_129, 0); +x_2148 = lean_ctor_get(x_129, 1); lean_inc(x_2148); lean_inc(x_2147); -lean_dec(x_116); +lean_dec(x_129); x_2149 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_2149, 0, x_2147); lean_ctor_set(x_2149, 1, x_2148); @@ -12959,9 +12897,7 @@ lean_dec(x_97); lean_dec(x_95); lean_dec(x_89); lean_dec(x_84); -lean_dec(x_78); lean_dec(x_73); -lean_dec(x_67); lean_dec(x_59); lean_dec(x_54); lean_dec(x_42); @@ -12980,19 +12916,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2150 = !lean_is_exclusive(x_108); +x_2150 = !lean_is_exclusive(x_124); if (x_2150 == 0) { -return x_108; +return x_124; } else { lean_object* x_2151; lean_object* x_2152; lean_object* x_2153; -x_2151 = lean_ctor_get(x_108, 0); -x_2152 = lean_ctor_get(x_108, 1); +x_2151 = lean_ctor_get(x_124, 0); +x_2152 = lean_ctor_get(x_124, 1); lean_inc(x_2152); lean_inc(x_2151); -lean_dec(x_108); +lean_dec(x_124); x_2153 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_2153, 0, x_2151); lean_ctor_set(x_2153, 1, x_2152); @@ -13003,6 +12939,55 @@ return x_2153; else { uint8_t x_2154; +lean_dec(x_103); +lean_dec(x_97); +lean_dec(x_95); +lean_dec(x_89); +lean_dec(x_84); +lean_dec(x_78); +lean_dec(x_73); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2154 = !lean_is_exclusive(x_116); +if (x_2154 == 0) +{ +return x_116; +} +else +{ +lean_object* x_2155; lean_object* x_2156; lean_object* x_2157; +x_2155 = lean_ctor_get(x_116, 0); +x_2156 = lean_ctor_get(x_116, 1); +lean_inc(x_2156); +lean_inc(x_2155); +lean_dec(x_116); +x_2157 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2157, 0, x_2155); +lean_ctor_set(x_2157, 1, x_2156); +return x_2157; +} +} +} +else +{ +uint8_t x_2158; +lean_dec(x_103); lean_dec(x_97); lean_dec(x_95); lean_dec(x_89); @@ -13028,30 +13013,78 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2154 = !lean_is_exclusive(x_102); -if (x_2154 == 0) +x_2158 = !lean_is_exclusive(x_108); +if (x_2158 == 0) +{ +return x_108; +} +else +{ +lean_object* x_2159; lean_object* x_2160; lean_object* x_2161; +x_2159 = lean_ctor_get(x_108, 0); +x_2160 = lean_ctor_get(x_108, 1); +lean_inc(x_2160); +lean_inc(x_2159); +lean_dec(x_108); +x_2161 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2161, 0, x_2159); +lean_ctor_set(x_2161, 1, x_2160); +return x_2161; +} +} +} +else +{ +uint8_t x_2162; +lean_dec(x_97); +lean_dec(x_95); +lean_dec(x_89); +lean_dec(x_84); +lean_dec(x_78); +lean_dec(x_73); +lean_dec(x_67); +lean_dec(x_59); +lean_dec(x_54); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2162 = !lean_is_exclusive(x_102); +if (x_2162 == 0) { return x_102; } else { -lean_object* x_2155; lean_object* x_2156; lean_object* x_2157; -x_2155 = lean_ctor_get(x_102, 0); -x_2156 = lean_ctor_get(x_102, 1); -lean_inc(x_2156); -lean_inc(x_2155); +lean_object* x_2163; lean_object* x_2164; lean_object* x_2165; +x_2163 = lean_ctor_get(x_102, 0); +x_2164 = lean_ctor_get(x_102, 1); +lean_inc(x_2164); +lean_inc(x_2163); lean_dec(x_102); -x_2157 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2157, 0, x_2155); -lean_ctor_set(x_2157, 1, x_2156); -return x_2157; +x_2165 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2165, 0, x_2163); +lean_ctor_set(x_2165, 1, x_2164); +return x_2165; } } } } else { -uint8_t x_2178; +uint8_t x_2186; lean_dec(x_89); lean_dec(x_84); lean_dec(x_78); @@ -13076,30 +13109,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2178 = !lean_is_exclusive(x_94); -if (x_2178 == 0) +x_2186 = !lean_is_exclusive(x_94); +if (x_2186 == 0) { return x_94; } else { -lean_object* x_2179; lean_object* x_2180; lean_object* x_2181; -x_2179 = lean_ctor_get(x_94, 0); -x_2180 = lean_ctor_get(x_94, 1); -lean_inc(x_2180); -lean_inc(x_2179); +lean_object* x_2187; lean_object* x_2188; lean_object* x_2189; +x_2187 = lean_ctor_get(x_94, 0); +x_2188 = lean_ctor_get(x_94, 1); +lean_inc(x_2188); +lean_inc(x_2187); lean_dec(x_94); -x_2181 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2181, 0, x_2179); -lean_ctor_set(x_2181, 1, x_2180); -return x_2181; +x_2189 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2189, 0, x_2187); +lean_ctor_set(x_2189, 1, x_2188); +return x_2189; } } } } else { -uint8_t x_2202; +uint8_t x_2210; lean_dec(x_78); lean_dec(x_73); lean_dec(x_67); @@ -13122,30 +13155,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2202 = !lean_is_exclusive(x_83); -if (x_2202 == 0) +x_2210 = !lean_is_exclusive(x_83); +if (x_2210 == 0) { return x_83; } else { -lean_object* x_2203; lean_object* x_2204; lean_object* x_2205; -x_2203 = lean_ctor_get(x_83, 0); -x_2204 = lean_ctor_get(x_83, 1); -lean_inc(x_2204); -lean_inc(x_2203); +lean_object* x_2211; lean_object* x_2212; lean_object* x_2213; +x_2211 = lean_ctor_get(x_83, 0); +x_2212 = lean_ctor_get(x_83, 1); +lean_inc(x_2212); +lean_inc(x_2211); lean_dec(x_83); -x_2205 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2205, 0, x_2203); -lean_ctor_set(x_2205, 1, x_2204); -return x_2205; +x_2213 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2213, 0, x_2211); +lean_ctor_set(x_2213, 1, x_2212); +return x_2213; } } } } else { -uint8_t x_2226; +uint8_t x_2234; lean_dec(x_67); lean_dec(x_63); lean_dec(x_59); @@ -13167,30 +13200,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2226 = !lean_is_exclusive(x_72); -if (x_2226 == 0) +x_2234 = !lean_is_exclusive(x_72); +if (x_2234 == 0) { return x_72; } else { -lean_object* x_2227; lean_object* x_2228; lean_object* x_2229; -x_2227 = lean_ctor_get(x_72, 0); -x_2228 = lean_ctor_get(x_72, 1); -lean_inc(x_2228); -lean_inc(x_2227); +lean_object* x_2235; lean_object* x_2236; lean_object* x_2237; +x_2235 = lean_ctor_get(x_72, 0); +x_2236 = lean_ctor_get(x_72, 1); +lean_inc(x_2236); +lean_inc(x_2235); lean_dec(x_72); -x_2229 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2229, 0, x_2227); -lean_ctor_set(x_2229, 1, x_2228); -return x_2229; +x_2237 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2237, 0, x_2235); +lean_ctor_set(x_2237, 1, x_2236); +return x_2237; } } } } else { -uint8_t x_2250; +uint8_t x_2258; lean_dec(x_59); lean_dec(x_54); lean_dec(x_42); @@ -13211,29 +13244,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2250 = !lean_is_exclusive(x_61); -if (x_2250 == 0) +x_2258 = !lean_is_exclusive(x_61); +if (x_2258 == 0) { return x_61; } else { -lean_object* x_2251; lean_object* x_2252; lean_object* x_2253; -x_2251 = lean_ctor_get(x_61, 0); -x_2252 = lean_ctor_get(x_61, 1); -lean_inc(x_2252); -lean_inc(x_2251); +lean_object* x_2259; lean_object* x_2260; lean_object* x_2261; +x_2259 = lean_ctor_get(x_61, 0); +x_2260 = lean_ctor_get(x_61, 1); +lean_inc(x_2260); +lean_inc(x_2259); lean_dec(x_61); -x_2253 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2253, 0, x_2251); -lean_ctor_set(x_2253, 1, x_2252); -return x_2253; +x_2261 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2261, 0, x_2259); +lean_ctor_set(x_2261, 1, x_2260); +return x_2261; } } } else { -uint8_t x_2254; +uint8_t x_2262; lean_dec(x_54); lean_dec(x_42); lean_dec(x_36); @@ -13253,39 +13286,39 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2254 = !lean_is_exclusive(x_58); -if (x_2254 == 0) +x_2262 = !lean_is_exclusive(x_58); +if (x_2262 == 0) { return x_58; } else { -lean_object* x_2255; lean_object* x_2256; lean_object* x_2257; -x_2255 = lean_ctor_get(x_58, 0); -x_2256 = lean_ctor_get(x_58, 1); -lean_inc(x_2256); -lean_inc(x_2255); +lean_object* x_2263; lean_object* x_2264; lean_object* x_2265; +x_2263 = lean_ctor_get(x_58, 0); +x_2264 = lean_ctor_get(x_58, 1); +lean_inc(x_2264); +lean_inc(x_2263); lean_dec(x_58); -x_2257 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2257, 0, x_2255); -lean_ctor_set(x_2257, 1, x_2256); -return x_2257; +x_2265 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2265, 0, x_2263); +lean_ctor_set(x_2265, 1, x_2264); +return x_2265; } } } } else { -lean_object* x_2258; lean_object* x_2259; lean_object* x_2260; -x_2258 = lean_ctor_get(x_48, 0); -x_2259 = lean_ctor_get(x_48, 1); -lean_inc(x_2259); -lean_inc(x_2258); +lean_object* x_2266; lean_object* x_2267; lean_object* x_2268; +x_2266 = lean_ctor_get(x_48, 0); +x_2267 = lean_ctor_get(x_48, 1); +lean_inc(x_2267); +lean_inc(x_2266); lean_dec(x_48); -x_2260 = l_Lean_LOption_toOption___rarg(x_2258); -if (lean_obj_tag(x_2260) == 0) +x_2268 = l_Lean_LOption_toOption___rarg(x_2266); +if (lean_obj_tag(x_2268) == 0) { -lean_object* x_2261; +lean_object* x_2269; lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -13304,28 +13337,28 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2261 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_2261, 0, x_23); -lean_ctor_set(x_2261, 1, x_2259); -return x_2261; +x_2269 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_2269, 0, x_23); +lean_ctor_set(x_2269, 1, x_2267); +return x_2269; } else { -lean_object* x_2262; lean_object* x_2263; lean_object* x_2264; lean_object* x_2265; lean_object* x_2266; lean_object* x_2267; -x_2262 = lean_ctor_get(x_2260, 0); -lean_inc(x_2262); -if (lean_is_exclusive(x_2260)) { - lean_ctor_release(x_2260, 0); - x_2263 = x_2260; +lean_object* x_2270; lean_object* x_2271; lean_object* x_2272; lean_object* x_2273; lean_object* x_2274; lean_object* x_2275; +x_2270 = lean_ctor_get(x_2268, 0); +lean_inc(x_2270); +if (lean_is_exclusive(x_2268)) { + lean_ctor_release(x_2268, 0); + x_2271 = x_2268; } else { - lean_dec_ref(x_2260); - x_2263 = lean_box(0); + lean_dec_ref(x_2268); + x_2271 = lean_box(0); } -x_2264 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__16; +x_2272 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__16; lean_inc(x_15); -x_2265 = l_Lean_Expr_const___override(x_2264, x_15); +x_2273 = l_Lean_Expr_const___override(x_2272, x_15); lean_inc(x_1); -x_2266 = l_Lean_mkApp3(x_2265, x_1, x_46, x_2262); +x_2274 = l_Lean_mkApp3(x_2273, x_1, x_46, x_2270); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -13334,231 +13367,69 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_2267 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2266, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2259); -if (lean_obj_tag(x_2267) == 0) +x_2275 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2274, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2267); +if (lean_obj_tag(x_2275) == 0) { -lean_object* x_2268; lean_object* x_2269; lean_object* x_2270; -x_2268 = lean_ctor_get(x_2267, 0); -lean_inc(x_2268); -x_2269 = lean_ctor_get(x_2267, 1); -lean_inc(x_2269); -lean_dec(x_2267); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_2268); -lean_inc(x_42); -x_2270 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_42, x_2268, x_6, x_7, x_8, x_9, x_2269); -if (lean_obj_tag(x_2270) == 0) -{ -lean_object* x_2271; lean_object* x_2272; lean_object* x_2273; lean_object* x_2274; lean_object* x_2275; lean_object* x_2276; lean_object* x_2277; lean_object* x_3124; -x_2271 = lean_ctor_get(x_2270, 1); -lean_inc(x_2271); -lean_dec(x_2270); -lean_inc(x_12); -x_2272 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2272, 0, x_12); -lean_ctor_set(x_2272, 1, x_16); -x_2273 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__18; -lean_inc(x_2272); -x_2274 = l_Lean_Expr_const___override(x_2273, x_2272); -lean_inc_n(x_1, 3); -x_2275 = l_Lean_mkApp3(x_2274, x_1, x_1, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_2275); -x_3124 = l_Lean_Meta_trySynthInstance(x_2275, x_23, x_6, x_7, x_8, x_9, x_2271); -if (lean_obj_tag(x_3124) == 0) -{ -lean_object* x_3125; -x_3125 = lean_ctor_get(x_3124, 0); -lean_inc(x_3125); -if (lean_obj_tag(x_3125) == 1) -{ -lean_object* x_3126; lean_object* x_3127; -lean_dec(x_2275); -x_3126 = lean_ctor_get(x_3124, 1); -lean_inc(x_3126); -lean_dec(x_3124); -x_3127 = lean_ctor_get(x_3125, 0); -lean_inc(x_3127); -lean_dec(x_3125); -x_2276 = x_3127; -x_2277 = x_3126; -goto block_3123; -} -else -{ -lean_object* x_3128; lean_object* x_3129; lean_object* x_3130; lean_object* x_3131; lean_object* x_3132; lean_object* x_3133; lean_object* x_3134; lean_object* x_3135; lean_object* x_3136; lean_object* x_3137; lean_object* x_3138; -lean_dec(x_3125); -lean_dec(x_2272); -lean_dec(x_2268); -lean_dec(x_2263); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_1); -x_3128 = lean_ctor_get(x_3124, 1); -lean_inc(x_3128); -lean_dec(x_3124); -x_3129 = l_Lean_indentExpr(x_2275); -x_3130 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_3131 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3131, 0, x_3130); -lean_ctor_set(x_3131, 1, x_3129); -x_3132 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_3133 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3133, 0, x_3131); -lean_ctor_set(x_3133, 1, x_3132); -x_3134 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3133, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3128); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_3135 = lean_ctor_get(x_3134, 0); -lean_inc(x_3135); -x_3136 = lean_ctor_get(x_3134, 1); -lean_inc(x_3136); -if (lean_is_exclusive(x_3134)) { - lean_ctor_release(x_3134, 0); - lean_ctor_release(x_3134, 1); - x_3137 = x_3134; -} else { - lean_dec_ref(x_3134); - x_3137 = lean_box(0); -} -if (lean_is_scalar(x_3137)) { - x_3138 = lean_alloc_ctor(1, 2, 0); -} else { - x_3138 = x_3137; -} -lean_ctor_set(x_3138, 0, x_3135); -lean_ctor_set(x_3138, 1, x_3136); -return x_3138; -} -} -else -{ -lean_object* x_3139; lean_object* x_3140; lean_object* x_3141; lean_object* x_3142; -lean_dec(x_2275); -lean_dec(x_2272); -lean_dec(x_2268); -lean_dec(x_2263); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3139 = lean_ctor_get(x_3124, 0); -lean_inc(x_3139); -x_3140 = lean_ctor_get(x_3124, 1); -lean_inc(x_3140); -if (lean_is_exclusive(x_3124)) { - lean_ctor_release(x_3124, 0); - lean_ctor_release(x_3124, 1); - x_3141 = x_3124; -} else { - lean_dec_ref(x_3124); - x_3141 = lean_box(0); -} -if (lean_is_scalar(x_3141)) { - x_3142 = lean_alloc_ctor(1, 2, 0); -} else { - x_3142 = x_3141; -} -lean_ctor_set(x_3142, 0, x_3139); -lean_ctor_set(x_3142, 1, x_3140); -return x_3142; -} -block_3123: -{ -lean_object* x_2278; lean_object* x_2279; lean_object* x_2280; lean_object* x_2281; -x_2278 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__20; -lean_inc(x_2272); -x_2279 = l_Lean_Expr_const___override(x_2278, x_2272); +lean_object* x_2276; lean_object* x_2277; lean_object* x_2278; +x_2276 = lean_ctor_get(x_2275, 0); lean_inc(x_2276); -lean_inc_n(x_1, 3); -x_2280 = l_Lean_mkApp4(x_2279, x_1, x_1, x_1, x_2276); +x_2277 = lean_ctor_get(x_2275, 1); +lean_inc(x_2277); +lean_dec(x_2275); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -x_2281 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2280, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2277); -if (lean_obj_tag(x_2281) == 0) +lean_inc(x_2276); +lean_inc(x_42); +x_2278 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_42, x_2276, x_6, x_7, x_8, x_9, x_2277); +if (lean_obj_tag(x_2278) == 0) { -lean_object* x_2282; lean_object* x_2283; lean_object* x_2284; lean_object* x_2285; lean_object* x_2286; lean_object* x_2287; lean_object* x_2288; lean_object* x_3100; -x_2282 = lean_ctor_get(x_2281, 0); -lean_inc(x_2282); -x_2283 = lean_ctor_get(x_2281, 1); +lean_object* x_2279; lean_object* x_2280; lean_object* x_2281; lean_object* x_2282; lean_object* x_2283; lean_object* x_2284; lean_object* x_2285; lean_object* x_3133; +x_2279 = lean_ctor_get(x_2278, 1); +lean_inc(x_2279); +lean_dec(x_2278); +lean_inc(x_12); +x_2280 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2280, 0, x_12); +lean_ctor_set(x_2280, 1, x_16); +x_2281 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__18; +lean_inc(x_2280); +x_2282 = l_Lean_Expr_const___override(x_2281, x_2280); +lean_inc_n(x_1, 3); +x_2283 = l_Lean_mkApp3(x_2282, x_1, x_1, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); lean_inc(x_2283); -lean_dec(x_2281); -x_2284 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__22; -lean_inc(x_2272); -x_2285 = l_Lean_Expr_const___override(x_2284, x_2272); -lean_inc_n(x_1, 3); -x_2286 = l_Lean_mkApp3(x_2285, x_1, x_1, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_2286); -x_3100 = l_Lean_Meta_trySynthInstance(x_2286, x_23, x_6, x_7, x_8, x_9, x_2283); -if (lean_obj_tag(x_3100) == 0) +x_3133 = l_Lean_Meta_trySynthInstance(x_2283, x_23, x_6, x_7, x_8, x_9, x_2279); +if (lean_obj_tag(x_3133) == 0) { -lean_object* x_3101; -x_3101 = lean_ctor_get(x_3100, 0); -lean_inc(x_3101); -if (lean_obj_tag(x_3101) == 1) +lean_object* x_3134; +x_3134 = lean_ctor_get(x_3133, 0); +lean_inc(x_3134); +if (lean_obj_tag(x_3134) == 1) { -lean_object* x_3102; lean_object* x_3103; -lean_dec(x_2286); -x_3102 = lean_ctor_get(x_3100, 1); -lean_inc(x_3102); -lean_dec(x_3100); -x_3103 = lean_ctor_get(x_3101, 0); -lean_inc(x_3103); -lean_dec(x_3101); -x_2287 = x_3103; -x_2288 = x_3102; -goto block_3099; +lean_object* x_3135; lean_object* x_3136; +lean_dec(x_2283); +x_3135 = lean_ctor_get(x_3133, 1); +lean_inc(x_3135); +lean_dec(x_3133); +x_3136 = lean_ctor_get(x_3134, 0); +lean_inc(x_3136); +lean_dec(x_3134); +x_2284 = x_3136; +x_2285 = x_3135; +goto block_3132; } else { -lean_object* x_3104; lean_object* x_3105; lean_object* x_3106; lean_object* x_3107; lean_object* x_3108; lean_object* x_3109; lean_object* x_3110; lean_object* x_3111; lean_object* x_3112; lean_object* x_3113; lean_object* x_3114; -lean_dec(x_3101); -lean_dec(x_2282); +lean_object* x_3137; lean_object* x_3138; lean_object* x_3139; lean_object* x_3140; lean_object* x_3141; lean_object* x_3142; lean_object* x_3143; lean_object* x_3144; lean_object* x_3145; lean_object* x_3146; lean_object* x_3147; +lean_dec(x_3134); +lean_dec(x_2280); lean_dec(x_2276); -lean_dec(x_2272); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -13568,19 +13439,19 @@ lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); lean_dec(x_1); -x_3104 = lean_ctor_get(x_3100, 1); -lean_inc(x_3104); -lean_dec(x_3100); -x_3105 = l_Lean_indentExpr(x_2286); -x_3106 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_3107 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3107, 0, x_3106); -lean_ctor_set(x_3107, 1, x_3105); -x_3108 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_3109 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3109, 0, x_3107); -lean_ctor_set(x_3109, 1, x_3108); -x_3110 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3109, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3104); +x_3137 = lean_ctor_get(x_3133, 1); +lean_inc(x_3137); +lean_dec(x_3133); +x_3138 = l_Lean_indentExpr(x_2283); +x_3139 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_3140 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3140, 0, x_3139); +lean_ctor_set(x_3140, 1, x_3138); +x_3141 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_3142 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3142, 0, x_3140); +lean_ctor_set(x_3142, 1, x_3141); +x_3143 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3142, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3137); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -13589,37 +13460,35 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_3111 = lean_ctor_get(x_3110, 0); -lean_inc(x_3111); -x_3112 = lean_ctor_get(x_3110, 1); -lean_inc(x_3112); -if (lean_is_exclusive(x_3110)) { - lean_ctor_release(x_3110, 0); - lean_ctor_release(x_3110, 1); - x_3113 = x_3110; +x_3144 = lean_ctor_get(x_3143, 0); +lean_inc(x_3144); +x_3145 = lean_ctor_get(x_3143, 1); +lean_inc(x_3145); +if (lean_is_exclusive(x_3143)) { + lean_ctor_release(x_3143, 0); + lean_ctor_release(x_3143, 1); + x_3146 = x_3143; } else { - lean_dec_ref(x_3110); - x_3113 = lean_box(0); + lean_dec_ref(x_3143); + x_3146 = lean_box(0); } -if (lean_is_scalar(x_3113)) { - x_3114 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3146)) { + x_3147 = lean_alloc_ctor(1, 2, 0); } else { - x_3114 = x_3113; + x_3147 = x_3146; } -lean_ctor_set(x_3114, 0, x_3111); -lean_ctor_set(x_3114, 1, x_3112); -return x_3114; +lean_ctor_set(x_3147, 0, x_3144); +lean_ctor_set(x_3147, 1, x_3145); +return x_3147; } } else { -lean_object* x_3115; lean_object* x_3116; lean_object* x_3117; lean_object* x_3118; -lean_dec(x_2286); -lean_dec(x_2282); +lean_object* x_3148; lean_object* x_3149; lean_object* x_3150; lean_object* x_3151; +lean_dec(x_2283); +lean_dec(x_2280); lean_dec(x_2276); -lean_dec(x_2272); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -13637,35 +13506,36 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3115 = lean_ctor_get(x_3100, 0); -lean_inc(x_3115); -x_3116 = lean_ctor_get(x_3100, 1); -lean_inc(x_3116); -if (lean_is_exclusive(x_3100)) { - lean_ctor_release(x_3100, 0); - lean_ctor_release(x_3100, 1); - x_3117 = x_3100; +x_3148 = lean_ctor_get(x_3133, 0); +lean_inc(x_3148); +x_3149 = lean_ctor_get(x_3133, 1); +lean_inc(x_3149); +if (lean_is_exclusive(x_3133)) { + lean_ctor_release(x_3133, 0); + lean_ctor_release(x_3133, 1); + x_3150 = x_3133; } else { - lean_dec_ref(x_3100); - x_3117 = lean_box(0); + lean_dec_ref(x_3133); + x_3150 = lean_box(0); } -if (lean_is_scalar(x_3117)) { - x_3118 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3150)) { + x_3151 = lean_alloc_ctor(1, 2, 0); } else { - x_3118 = x_3117; + x_3151 = x_3150; } -lean_ctor_set(x_3118, 0, x_3115); -lean_ctor_set(x_3118, 1, x_3116); -return x_3118; +lean_ctor_set(x_3151, 0, x_3148); +lean_ctor_set(x_3151, 1, x_3149); +return x_3151; } -block_3099: +block_3132: { -lean_object* x_2289; lean_object* x_2290; lean_object* x_2291; lean_object* x_2292; -x_2289 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__24; -x_2290 = l_Lean_Expr_const___override(x_2289, x_2272); -lean_inc(x_2287); +lean_object* x_2286; lean_object* x_2287; lean_object* x_2288; lean_object* x_2289; +x_2286 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__20; +lean_inc(x_2280); +x_2287 = l_Lean_Expr_const___override(x_2286, x_2280); +lean_inc(x_2284); lean_inc_n(x_1, 3); -x_2291 = l_Lean_mkApp4(x_2290, x_1, x_1, x_1, x_2287); +x_2288 = l_Lean_mkApp4(x_2287, x_1, x_1, x_1, x_2284); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -13674,55 +13544,54 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_2292 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2291, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2288); -if (lean_obj_tag(x_2292) == 0) +x_2289 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2288, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2285); +if (lean_obj_tag(x_2289) == 0) { -lean_object* x_2293; lean_object* x_2294; lean_object* x_2295; lean_object* x_2296; lean_object* x_2297; lean_object* x_2298; lean_object* x_2299; lean_object* x_3076; -x_2293 = lean_ctor_get(x_2292, 0); -lean_inc(x_2293); -x_2294 = lean_ctor_get(x_2292, 1); +lean_object* x_2290; lean_object* x_2291; lean_object* x_2292; lean_object* x_2293; lean_object* x_2294; lean_object* x_2295; lean_object* x_2296; lean_object* x_3109; +x_2290 = lean_ctor_get(x_2289, 0); +lean_inc(x_2290); +x_2291 = lean_ctor_get(x_2289, 1); +lean_inc(x_2291); +lean_dec(x_2289); +x_2292 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__22; +lean_inc(x_2280); +x_2293 = l_Lean_Expr_const___override(x_2292, x_2280); +lean_inc_n(x_1, 3); +x_2294 = l_Lean_mkApp3(x_2293, x_1, x_1, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); lean_inc(x_2294); -lean_dec(x_2292); -x_2295 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__26; -lean_inc(x_15); -x_2296 = l_Lean_Expr_const___override(x_2295, x_15); -lean_inc(x_1); -x_2297 = l_Lean_Expr_app___override(x_2296, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_2297); -x_3076 = l_Lean_Meta_trySynthInstance(x_2297, x_23, x_6, x_7, x_8, x_9, x_2294); -if (lean_obj_tag(x_3076) == 0) +x_3109 = l_Lean_Meta_trySynthInstance(x_2294, x_23, x_6, x_7, x_8, x_9, x_2291); +if (lean_obj_tag(x_3109) == 0) { -lean_object* x_3077; -x_3077 = lean_ctor_get(x_3076, 0); -lean_inc(x_3077); -if (lean_obj_tag(x_3077) == 1) +lean_object* x_3110; +x_3110 = lean_ctor_get(x_3109, 0); +lean_inc(x_3110); +if (lean_obj_tag(x_3110) == 1) { -lean_object* x_3078; lean_object* x_3079; -lean_dec(x_2297); -x_3078 = lean_ctor_get(x_3076, 1); -lean_inc(x_3078); -lean_dec(x_3076); -x_3079 = lean_ctor_get(x_3077, 0); -lean_inc(x_3079); -lean_dec(x_3077); -x_2298 = x_3079; -x_2299 = x_3078; -goto block_3075; +lean_object* x_3111; lean_object* x_3112; +lean_dec(x_2294); +x_3111 = lean_ctor_get(x_3109, 1); +lean_inc(x_3111); +lean_dec(x_3109); +x_3112 = lean_ctor_get(x_3110, 0); +lean_inc(x_3112); +lean_dec(x_3110); +x_2295 = x_3112; +x_2296 = x_3111; +goto block_3108; } else { -lean_object* x_3080; lean_object* x_3081; lean_object* x_3082; lean_object* x_3083; lean_object* x_3084; lean_object* x_3085; lean_object* x_3086; lean_object* x_3087; lean_object* x_3088; lean_object* x_3089; lean_object* x_3090; -lean_dec(x_3077); -lean_dec(x_2293); -lean_dec(x_2287); -lean_dec(x_2282); +lean_object* x_3113; lean_object* x_3114; lean_object* x_3115; lean_object* x_3116; lean_object* x_3117; lean_object* x_3118; lean_object* x_3119; lean_object* x_3120; lean_object* x_3121; lean_object* x_3122; lean_object* x_3123; +lean_dec(x_3110); +lean_dec(x_2290); +lean_dec(x_2284); +lean_dec(x_2280); lean_dec(x_2276); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -13732,19 +13601,19 @@ lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); lean_dec(x_1); -x_3080 = lean_ctor_get(x_3076, 1); -lean_inc(x_3080); -lean_dec(x_3076); -x_3081 = l_Lean_indentExpr(x_2297); -x_3082 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_3083 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3083, 0, x_3082); -lean_ctor_set(x_3083, 1, x_3081); -x_3084 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_3085 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3085, 0, x_3083); -lean_ctor_set(x_3085, 1, x_3084); -x_3086 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3085, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3080); +x_3113 = lean_ctor_get(x_3109, 1); +lean_inc(x_3113); +lean_dec(x_3109); +x_3114 = l_Lean_indentExpr(x_2294); +x_3115 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_3116 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3116, 0, x_3115); +lean_ctor_set(x_3116, 1, x_3114); +x_3117 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_3118 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3118, 0, x_3116); +lean_ctor_set(x_3118, 1, x_3117); +x_3119 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3118, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3113); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -13753,38 +13622,37 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_3087 = lean_ctor_get(x_3086, 0); -lean_inc(x_3087); -x_3088 = lean_ctor_get(x_3086, 1); -lean_inc(x_3088); -if (lean_is_exclusive(x_3086)) { - lean_ctor_release(x_3086, 0); - lean_ctor_release(x_3086, 1); - x_3089 = x_3086; +x_3120 = lean_ctor_get(x_3119, 0); +lean_inc(x_3120); +x_3121 = lean_ctor_get(x_3119, 1); +lean_inc(x_3121); +if (lean_is_exclusive(x_3119)) { + lean_ctor_release(x_3119, 0); + lean_ctor_release(x_3119, 1); + x_3122 = x_3119; } else { - lean_dec_ref(x_3086); - x_3089 = lean_box(0); + lean_dec_ref(x_3119); + x_3122 = lean_box(0); } -if (lean_is_scalar(x_3089)) { - x_3090 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3122)) { + x_3123 = lean_alloc_ctor(1, 2, 0); } else { - x_3090 = x_3089; + x_3123 = x_3122; } -lean_ctor_set(x_3090, 0, x_3087); -lean_ctor_set(x_3090, 1, x_3088); -return x_3090; +lean_ctor_set(x_3123, 0, x_3120); +lean_ctor_set(x_3123, 1, x_3121); +return x_3123; } } else { -lean_object* x_3091; lean_object* x_3092; lean_object* x_3093; lean_object* x_3094; -lean_dec(x_2297); -lean_dec(x_2293); -lean_dec(x_2287); -lean_dec(x_2282); +lean_object* x_3124; lean_object* x_3125; lean_object* x_3126; lean_object* x_3127; +lean_dec(x_2294); +lean_dec(x_2290); +lean_dec(x_2284); +lean_dec(x_2280); lean_dec(x_2276); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -13802,36 +13670,35 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3091 = lean_ctor_get(x_3076, 0); -lean_inc(x_3091); -x_3092 = lean_ctor_get(x_3076, 1); -lean_inc(x_3092); -if (lean_is_exclusive(x_3076)) { - lean_ctor_release(x_3076, 0); - lean_ctor_release(x_3076, 1); - x_3093 = x_3076; +x_3124 = lean_ctor_get(x_3109, 0); +lean_inc(x_3124); +x_3125 = lean_ctor_get(x_3109, 1); +lean_inc(x_3125); +if (lean_is_exclusive(x_3109)) { + lean_ctor_release(x_3109, 0); + lean_ctor_release(x_3109, 1); + x_3126 = x_3109; } else { - lean_dec_ref(x_3076); - x_3093 = lean_box(0); + lean_dec_ref(x_3109); + x_3126 = lean_box(0); } -if (lean_is_scalar(x_3093)) { - x_3094 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3126)) { + x_3127 = lean_alloc_ctor(1, 2, 0); } else { - x_3094 = x_3093; + x_3127 = x_3126; } -lean_ctor_set(x_3094, 0, x_3091); -lean_ctor_set(x_3094, 1, x_3092); -return x_3094; +lean_ctor_set(x_3127, 0, x_3124); +lean_ctor_set(x_3127, 1, x_3125); +return x_3127; } -block_3075: +block_3108: { -lean_object* x_2300; lean_object* x_2301; lean_object* x_2302; lean_object* x_2303; -x_2300 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__28; -lean_inc(x_15); -x_2301 = l_Lean_Expr_const___override(x_2300, x_15); -lean_inc(x_2298); -lean_inc(x_1); -x_2302 = l_Lean_mkAppB(x_2301, x_1, x_2298); +lean_object* x_2297; lean_object* x_2298; lean_object* x_2299; lean_object* x_2300; +x_2297 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__24; +x_2298 = l_Lean_Expr_const___override(x_2297, x_2280); +lean_inc(x_2295); +lean_inc_n(x_1, 3); +x_2299 = l_Lean_mkApp4(x_2298, x_1, x_1, x_1, x_2295); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -13840,73 +13707,77 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_2303 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2302, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2299); -if (lean_obj_tag(x_2303) == 0) +x_2300 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2299, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2296); +if (lean_obj_tag(x_2300) == 0) { -lean_object* x_2304; lean_object* x_2305; lean_object* x_2306; lean_object* x_2307; lean_object* x_3052; -x_2304 = lean_ctor_get(x_2303, 0); -lean_inc(x_2304); -x_2305 = lean_ctor_get(x_2303, 1); -lean_inc(x_2305); -lean_dec(x_2303); +lean_object* x_2301; lean_object* x_2302; lean_object* x_2303; lean_object* x_2304; lean_object* x_2305; lean_object* x_2306; lean_object* x_2307; lean_object* x_3085; +x_2301 = lean_ctor_get(x_2300, 0); +lean_inc(x_2301); +x_2302 = lean_ctor_get(x_2300, 1); +lean_inc(x_2302); +lean_dec(x_2300); +x_2303 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__26; +lean_inc(x_15); +x_2304 = l_Lean_Expr_const___override(x_2303, x_15); +lean_inc(x_1); +x_2305 = l_Lean_Expr_app___override(x_2304, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -lean_inc(x_22); -x_3052 = l_Lean_Meta_trySynthInstance(x_22, x_23, x_6, x_7, x_8, x_9, x_2305); -if (lean_obj_tag(x_3052) == 0) +lean_inc(x_2305); +x_3085 = l_Lean_Meta_trySynthInstance(x_2305, x_23, x_6, x_7, x_8, x_9, x_2302); +if (lean_obj_tag(x_3085) == 0) { -lean_object* x_3053; -x_3053 = lean_ctor_get(x_3052, 0); -lean_inc(x_3053); -if (lean_obj_tag(x_3053) == 1) +lean_object* x_3086; +x_3086 = lean_ctor_get(x_3085, 0); +lean_inc(x_3086); +if (lean_obj_tag(x_3086) == 1) { -lean_object* x_3054; lean_object* x_3055; -lean_dec(x_22); -x_3054 = lean_ctor_get(x_3052, 1); -lean_inc(x_3054); -lean_dec(x_3052); -x_3055 = lean_ctor_get(x_3053, 0); -lean_inc(x_3055); -lean_dec(x_3053); -x_2306 = x_3055; -x_2307 = x_3054; -goto block_3051; +lean_object* x_3087; lean_object* x_3088; +lean_dec(x_2305); +x_3087 = lean_ctor_get(x_3085, 1); +lean_inc(x_3087); +lean_dec(x_3085); +x_3088 = lean_ctor_get(x_3086, 0); +lean_inc(x_3088); +lean_dec(x_3086); +x_2306 = x_3088; +x_2307 = x_3087; +goto block_3084; } else { -lean_object* x_3056; lean_object* x_3057; lean_object* x_3058; lean_object* x_3059; lean_object* x_3060; lean_object* x_3061; lean_object* x_3062; lean_object* x_3063; lean_object* x_3064; lean_object* x_3065; lean_object* x_3066; -lean_dec(x_3053); -lean_dec(x_2304); -lean_dec(x_2298); -lean_dec(x_2293); -lean_dec(x_2287); -lean_dec(x_2282); +lean_object* x_3089; lean_object* x_3090; lean_object* x_3091; lean_object* x_3092; lean_object* x_3093; lean_object* x_3094; lean_object* x_3095; lean_object* x_3096; lean_object* x_3097; lean_object* x_3098; lean_object* x_3099; +lean_dec(x_3086); +lean_dec(x_2301); +lean_dec(x_2295); +lean_dec(x_2290); +lean_dec(x_2284); lean_dec(x_2276); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); +lean_dec(x_22); lean_dec(x_20); lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); lean_dec(x_1); -x_3056 = lean_ctor_get(x_3052, 1); -lean_inc(x_3056); -lean_dec(x_3052); -x_3057 = l_Lean_indentExpr(x_22); -x_3058 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_3059 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3059, 0, x_3058); -lean_ctor_set(x_3059, 1, x_3057); -x_3060 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_3061 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3061, 0, x_3059); -lean_ctor_set(x_3061, 1, x_3060); -x_3062 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3061, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3056); +x_3089 = lean_ctor_get(x_3085, 1); +lean_inc(x_3089); +lean_dec(x_3085); +x_3090 = l_Lean_indentExpr(x_2305); +x_3091 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_3092 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3092, 0, x_3091); +lean_ctor_set(x_3092, 1, x_3090); +x_3093 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_3094 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3094, 0, x_3092); +lean_ctor_set(x_3094, 1, x_3093); +x_3095 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3094, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3089); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -13915,39 +13786,38 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_3063 = lean_ctor_get(x_3062, 0); -lean_inc(x_3063); -x_3064 = lean_ctor_get(x_3062, 1); -lean_inc(x_3064); -if (lean_is_exclusive(x_3062)) { - lean_ctor_release(x_3062, 0); - lean_ctor_release(x_3062, 1); - x_3065 = x_3062; +x_3096 = lean_ctor_get(x_3095, 0); +lean_inc(x_3096); +x_3097 = lean_ctor_get(x_3095, 1); +lean_inc(x_3097); +if (lean_is_exclusive(x_3095)) { + lean_ctor_release(x_3095, 0); + lean_ctor_release(x_3095, 1); + x_3098 = x_3095; } else { - lean_dec_ref(x_3062); - x_3065 = lean_box(0); + lean_dec_ref(x_3095); + x_3098 = lean_box(0); } -if (lean_is_scalar(x_3065)) { - x_3066 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3098)) { + x_3099 = lean_alloc_ctor(1, 2, 0); } else { - x_3066 = x_3065; + x_3099 = x_3098; } -lean_ctor_set(x_3066, 0, x_3063); -lean_ctor_set(x_3066, 1, x_3064); -return x_3066; +lean_ctor_set(x_3099, 0, x_3096); +lean_ctor_set(x_3099, 1, x_3097); +return x_3099; } } else { -lean_object* x_3067; lean_object* x_3068; lean_object* x_3069; lean_object* x_3070; -lean_dec(x_2304); -lean_dec(x_2298); -lean_dec(x_2293); -lean_dec(x_2287); -lean_dec(x_2282); +lean_object* x_3100; lean_object* x_3101; lean_object* x_3102; lean_object* x_3103; +lean_dec(x_2305); +lean_dec(x_2301); +lean_dec(x_2295); +lean_dec(x_2290); +lean_dec(x_2284); lean_dec(x_2276); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -13965,36 +13835,36 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3067 = lean_ctor_get(x_3052, 0); -lean_inc(x_3067); -x_3068 = lean_ctor_get(x_3052, 1); -lean_inc(x_3068); -if (lean_is_exclusive(x_3052)) { - lean_ctor_release(x_3052, 0); - lean_ctor_release(x_3052, 1); - x_3069 = x_3052; +x_3100 = lean_ctor_get(x_3085, 0); +lean_inc(x_3100); +x_3101 = lean_ctor_get(x_3085, 1); +lean_inc(x_3101); +if (lean_is_exclusive(x_3085)) { + lean_ctor_release(x_3085, 0); + lean_ctor_release(x_3085, 1); + x_3102 = x_3085; } else { - lean_dec_ref(x_3052); - x_3069 = lean_box(0); + lean_dec_ref(x_3085); + x_3102 = lean_box(0); } -if (lean_is_scalar(x_3069)) { - x_3070 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3102)) { + x_3103 = lean_alloc_ctor(1, 2, 0); } else { - x_3070 = x_3069; + x_3103 = x_3102; } -lean_ctor_set(x_3070, 0, x_3067); -lean_ctor_set(x_3070, 1, x_3068); -return x_3070; +lean_ctor_set(x_3103, 0, x_3100); +lean_ctor_set(x_3103, 1, x_3101); +return x_3103; } -block_3051: +block_3084: { lean_object* x_2308; lean_object* x_2309; lean_object* x_2310; lean_object* x_2311; -x_2308 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__30; -lean_inc(x_18); -x_2309 = l_Lean_Expr_const___override(x_2308, x_18); +x_2308 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__28; +lean_inc(x_15); +x_2309 = l_Lean_Expr_const___override(x_2308, x_15); lean_inc(x_2306); -lean_inc_n(x_1, 2); -x_2310 = l_Lean_mkApp4(x_2309, x_21, x_1, x_1, x_2306); +lean_inc(x_1); +x_2310 = l_Lean_mkAppB(x_2309, x_1, x_2306); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -14006,59 +13876,200 @@ lean_inc(x_2); x_2311 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2310, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2307); if (lean_obj_tag(x_2311) == 0) { -lean_object* x_2312; lean_object* x_2313; lean_object* x_2314; lean_object* x_2315; lean_object* x_2316; lean_object* x_2317; +lean_object* x_2312; lean_object* x_2313; lean_object* x_2314; lean_object* x_2315; lean_object* x_3061; x_2312 = lean_ctor_get(x_2311, 0); lean_inc(x_2312); x_2313 = lean_ctor_get(x_2311, 1); lean_inc(x_2313); lean_dec(x_2311); -x_2314 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__32; +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_22); +x_3061 = l_Lean_Meta_trySynthInstance(x_22, x_23, x_6, x_7, x_8, x_9, x_2313); +if (lean_obj_tag(x_3061) == 0) +{ +lean_object* x_3062; +x_3062 = lean_ctor_get(x_3061, 0); +lean_inc(x_3062); +if (lean_obj_tag(x_3062) == 1) +{ +lean_object* x_3063; lean_object* x_3064; +lean_dec(x_22); +x_3063 = lean_ctor_get(x_3061, 1); +lean_inc(x_3063); +lean_dec(x_3061); +x_3064 = lean_ctor_get(x_3062, 0); +lean_inc(x_3064); +lean_dec(x_3062); +x_2314 = x_3064; +x_2315 = x_3063; +goto block_3060; +} +else +{ +lean_object* x_3065; lean_object* x_3066; lean_object* x_3067; lean_object* x_3068; lean_object* x_3069; lean_object* x_3070; lean_object* x_3071; lean_object* x_3072; lean_object* x_3073; lean_object* x_3074; lean_object* x_3075; +lean_dec(x_3062); +lean_dec(x_2312); +lean_dec(x_2306); +lean_dec(x_2301); +lean_dec(x_2295); +lean_dec(x_2290); +lean_dec(x_2284); +lean_dec(x_2276); +lean_dec(x_2271); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_1); +x_3065 = lean_ctor_get(x_3061, 1); +lean_inc(x_3065); +lean_dec(x_3061); +x_3066 = l_Lean_indentExpr(x_22); +x_3067 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_3068 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3068, 0, x_3067); +lean_ctor_set(x_3068, 1, x_3066); +x_3069 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_3070 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3070, 0, x_3068); +lean_ctor_set(x_3070, 1, x_3069); +x_3071 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3070, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3065); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_3072 = lean_ctor_get(x_3071, 0); +lean_inc(x_3072); +x_3073 = lean_ctor_get(x_3071, 1); +lean_inc(x_3073); +if (lean_is_exclusive(x_3071)) { + lean_ctor_release(x_3071, 0); + lean_ctor_release(x_3071, 1); + x_3074 = x_3071; +} else { + lean_dec_ref(x_3071); + x_3074 = lean_box(0); +} +if (lean_is_scalar(x_3074)) { + x_3075 = lean_alloc_ctor(1, 2, 0); +} else { + x_3075 = x_3074; +} +lean_ctor_set(x_3075, 0, x_3072); +lean_ctor_set(x_3075, 1, x_3073); +return x_3075; +} +} +else +{ +lean_object* x_3076; lean_object* x_3077; lean_object* x_3078; lean_object* x_3079; +lean_dec(x_2312); +lean_dec(x_2306); +lean_dec(x_2301); +lean_dec(x_2295); +lean_dec(x_2290); +lean_dec(x_2284); +lean_dec(x_2276); +lean_dec(x_2271); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_22); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3076 = lean_ctor_get(x_3061, 0); +lean_inc(x_3076); +x_3077 = lean_ctor_get(x_3061, 1); +lean_inc(x_3077); +if (lean_is_exclusive(x_3061)) { + lean_ctor_release(x_3061, 0); + lean_ctor_release(x_3061, 1); + x_3078 = x_3061; +} else { + lean_dec_ref(x_3061); + x_3078 = lean_box(0); +} +if (lean_is_scalar(x_3078)) { + x_3079 = lean_alloc_ctor(1, 2, 0); +} else { + x_3079 = x_3078; +} +lean_ctor_set(x_3079, 0, x_3076); +lean_ctor_set(x_3079, 1, x_3077); +return x_3079; +} +block_3060: +{ +lean_object* x_2316; lean_object* x_2317; lean_object* x_2318; lean_object* x_2319; +x_2316 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__30; +lean_inc(x_18); +x_2317 = l_Lean_Expr_const___override(x_2316, x_18); +lean_inc(x_2314); +lean_inc_n(x_1, 2); +x_2318 = l_Lean_mkApp4(x_2317, x_21, x_1, x_1, x_2314); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +x_2319 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2318, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2315); +if (lean_obj_tag(x_2319) == 0) +{ +lean_object* x_2320; lean_object* x_2321; lean_object* x_2322; lean_object* x_2323; lean_object* x_2324; lean_object* x_2325; +x_2320 = lean_ctor_get(x_2319, 0); +lean_inc(x_2320); +x_2321 = lean_ctor_get(x_2319, 1); +lean_inc(x_2321); +lean_dec(x_2319); +x_2322 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__32; lean_inc(x_15); -x_2315 = l_Lean_Expr_const___override(x_2314, x_15); +x_2323 = l_Lean_Expr_const___override(x_2322, x_15); lean_inc(x_32); lean_inc(x_1); -x_2316 = l_Lean_mkAppB(x_2315, x_1, x_32); +x_2324 = l_Lean_mkAppB(x_2323, x_1, x_32); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_36); -x_2317 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_36, x_2316, x_6, x_7, x_8, x_9, x_2313); -if (lean_obj_tag(x_2317) == 0) -{ -lean_object* x_2318; lean_object* x_2319; lean_object* x_2320; lean_object* x_2321; lean_object* x_2322; lean_object* x_2323; lean_object* x_2324; lean_object* x_2325; -x_2318 = lean_ctor_get(x_2317, 1); -lean_inc(x_2318); -lean_dec(x_2317); -x_2319 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__34; -lean_inc(x_15); -x_2320 = l_Lean_Expr_const___override(x_2319, x_15); -lean_inc(x_32); -lean_inc(x_1); -x_2321 = l_Lean_mkAppB(x_2320, x_1, x_32); -x_2322 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__36; -lean_inc(x_15); -x_2323 = l_Lean_Expr_const___override(x_2322, x_15); -lean_inc(x_1); -x_2324 = l_Lean_mkAppB(x_2323, x_1, x_2321); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_2325 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_2276, x_2324, x_6, x_7, x_8, x_9, x_2318); +x_2325 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_36, x_2324, x_6, x_7, x_8, x_9, x_2321); if (lean_obj_tag(x_2325) == 0) { lean_object* x_2326; lean_object* x_2327; lean_object* x_2328; lean_object* x_2329; lean_object* x_2330; lean_object* x_2331; lean_object* x_2332; lean_object* x_2333; x_2326 = lean_ctor_get(x_2325, 1); lean_inc(x_2326); lean_dec(x_2325); -x_2327 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__38; +x_2327 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__34; lean_inc(x_15); x_2328 = l_Lean_Expr_const___override(x_2327, x_15); lean_inc(x_32); lean_inc(x_1); x_2329 = l_Lean_mkAppB(x_2328, x_1, x_32); -x_2330 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__40; +x_2330 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__36; lean_inc(x_15); x_2331 = l_Lean_Expr_const___override(x_2330, x_15); lean_inc(x_1); @@ -14067,162 +14078,104 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_2333 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_2287, x_2332, x_6, x_7, x_8, x_9, x_2326); +x_2333 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_2284, x_2332, x_6, x_7, x_8, x_9, x_2326); if (lean_obj_tag(x_2333) == 0) { -lean_object* x_2334; lean_object* x_2335; lean_object* x_2336; lean_object* x_2337; lean_object* x_2338; +lean_object* x_2334; lean_object* x_2335; lean_object* x_2336; lean_object* x_2337; lean_object* x_2338; lean_object* x_2339; lean_object* x_2340; lean_object* x_2341; x_2334 = lean_ctor_get(x_2333, 1); lean_inc(x_2334); lean_dec(x_2333); -x_2335 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__42; +x_2335 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__38; lean_inc(x_15); x_2336 = l_Lean_Expr_const___override(x_2335, x_15); lean_inc(x_32); lean_inc(x_1); x_2337 = l_Lean_mkAppB(x_2336, x_1, x_32); +x_2338 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__40; +lean_inc(x_15); +x_2339 = l_Lean_Expr_const___override(x_2338, x_15); +lean_inc(x_1); +x_2340 = l_Lean_mkAppB(x_2339, x_1, x_2337); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_2338 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_2298, x_2337, x_6, x_7, x_8, x_9, x_2334); -if (lean_obj_tag(x_2338) == 0) +x_2341 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_2295, x_2340, x_6, x_7, x_8, x_9, x_2334); +if (lean_obj_tag(x_2341) == 0) { -lean_object* x_2339; lean_object* x_2340; lean_object* x_2341; lean_object* x_2342; lean_object* x_2343; -x_2339 = lean_ctor_get(x_2338, 1); -lean_inc(x_2339); -lean_dec(x_2338); -x_2340 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__44; +lean_object* x_2342; lean_object* x_2343; lean_object* x_2344; lean_object* x_2345; lean_object* x_2346; +x_2342 = lean_ctor_get(x_2341, 1); +lean_inc(x_2342); +lean_dec(x_2341); +x_2343 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__42; lean_inc(x_15); -x_2341 = l_Lean_Expr_const___override(x_2340, x_15); +x_2344 = l_Lean_Expr_const___override(x_2343, x_15); lean_inc(x_32); lean_inc(x_1); -x_2342 = l_Lean_mkAppB(x_2341, x_1, x_32); +x_2345 = l_Lean_mkAppB(x_2344, x_1, x_32); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_2343 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_2306, x_2342, x_6, x_7, x_8, x_9, x_2339); -if (lean_obj_tag(x_2343) == 0) +x_2346 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_2306, x_2345, x_6, x_7, x_8, x_9, x_2342); +if (lean_obj_tag(x_2346) == 0) { -lean_object* x_2344; lean_object* x_2345; lean_object* x_2346; lean_object* x_2347; lean_object* x_2348; -x_2344 = lean_ctor_get(x_2343, 1); -lean_inc(x_2344); -lean_dec(x_2343); -x_2345 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__46; +lean_object* x_2347; lean_object* x_2348; lean_object* x_2349; lean_object* x_2350; lean_object* x_2351; +x_2347 = lean_ctor_get(x_2346, 1); +lean_inc(x_2347); +lean_dec(x_2346); +x_2348 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__44; lean_inc(x_15); -x_2346 = l_Lean_Expr_const___override(x_2345, x_15); +x_2349 = l_Lean_Expr_const___override(x_2348, x_15); +lean_inc(x_32); lean_inc(x_1); -x_2347 = l_Lean_Expr_app___override(x_2346, x_1); +x_2350 = l_Lean_mkAppB(x_2349, x_1, x_32); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_2348 = l_Lean_Meta_trySynthInstance(x_2347, x_23, x_6, x_7, x_8, x_9, x_2344); -if (lean_obj_tag(x_2348) == 0) +x_2351 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_2314, x_2350, x_6, x_7, x_8, x_9, x_2347); +if (lean_obj_tag(x_2351) == 0) { -lean_object* x_2349; lean_object* x_2350; lean_object* x_2351; lean_object* x_2352; -x_2349 = lean_ctor_get(x_2348, 0); -lean_inc(x_2349); -x_2350 = lean_ctor_get(x_2348, 1); -lean_inc(x_2350); -if (lean_is_exclusive(x_2348)) { - lean_ctor_release(x_2348, 0); - lean_ctor_release(x_2348, 1); - x_2351 = x_2348; -} else { - lean_dec_ref(x_2348); - x_2351 = lean_box(0); -} -x_2352 = l_Lean_LOption_toOption___rarg(x_2349); -if (lean_obj_tag(x_2352) == 0) -{ -lean_object* x_2353; -lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -if (lean_is_scalar(x_2351)) { - x_2353 = lean_alloc_ctor(0, 2, 0); -} else { - x_2353 = x_2351; -} -lean_ctor_set(x_2353, 0, x_23); -lean_ctor_set(x_2353, 1, x_2350); -return x_2353; -} -else -{ -lean_object* x_2354; lean_object* x_2355; lean_object* x_2356; lean_object* x_2357; lean_object* x_2358; lean_object* x_2359; lean_object* x_2360; lean_object* x_3004; +lean_object* x_2352; lean_object* x_2353; lean_object* x_2354; lean_object* x_2355; lean_object* x_2356; +x_2352 = lean_ctor_get(x_2351, 1); +lean_inc(x_2352); lean_dec(x_2351); -x_2354 = lean_ctor_get(x_2352, 0); -lean_inc(x_2354); -if (lean_is_exclusive(x_2352)) { - lean_ctor_release(x_2352, 0); - x_2355 = x_2352; -} else { - lean_dec_ref(x_2352); - x_2355 = lean_box(0); -} -x_2356 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__48; +x_2353 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__46; lean_inc(x_15); -x_2357 = l_Lean_Expr_const___override(x_2356, x_15); +x_2354 = l_Lean_Expr_const___override(x_2353, x_15); lean_inc(x_1); -x_2358 = l_Lean_Expr_app___override(x_2357, x_1); +x_2355 = l_Lean_Expr_app___override(x_2354, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); +x_2356 = l_Lean_Meta_trySynthInstance(x_2355, x_23, x_6, x_7, x_8, x_9, x_2352); +if (lean_obj_tag(x_2356) == 0) +{ +lean_object* x_2357; lean_object* x_2358; lean_object* x_2359; lean_object* x_2360; +x_2357 = lean_ctor_get(x_2356, 0); +lean_inc(x_2357); +x_2358 = lean_ctor_get(x_2356, 1); lean_inc(x_2358); -x_3004 = l_Lean_Meta_trySynthInstance(x_2358, x_23, x_6, x_7, x_8, x_9, x_2350); -if (lean_obj_tag(x_3004) == 0) -{ -lean_object* x_3005; -x_3005 = lean_ctor_get(x_3004, 0); -lean_inc(x_3005); -if (lean_obj_tag(x_3005) == 1) -{ -lean_object* x_3006; lean_object* x_3007; -lean_dec(x_2358); -x_3006 = lean_ctor_get(x_3004, 1); -lean_inc(x_3006); -lean_dec(x_3004); -x_3007 = lean_ctor_get(x_3005, 0); -lean_inc(x_3007); -lean_dec(x_3005); -x_2359 = x_3007; -x_2360 = x_3006; -goto block_3003; +if (lean_is_exclusive(x_2356)) { + lean_ctor_release(x_2356, 0); + lean_ctor_release(x_2356, 1); + x_2359 = x_2356; +} else { + lean_dec_ref(x_2356); + x_2359 = lean_box(0); } -else +x_2360 = l_Lean_LOption_toOption___rarg(x_2357); +if (lean_obj_tag(x_2360) == 0) { -lean_object* x_3008; lean_object* x_3009; lean_object* x_3010; lean_object* x_3011; lean_object* x_3012; lean_object* x_3013; lean_object* x_3014; lean_object* x_3015; lean_object* x_3016; lean_object* x_3017; lean_object* x_3018; -lean_dec(x_3005); -lean_dec(x_2355); -lean_dec(x_2354); +lean_object* x_2361; +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -14230,20 +14183,6 @@ lean_dec(x_20); lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); -lean_dec(x_1); -x_3008 = lean_ctor_get(x_3004, 1); -lean_inc(x_3008); -lean_dec(x_3004); -x_3009 = l_Lean_indentExpr(x_2358); -x_3010 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_3011 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3011, 0, x_3010); -lean_ctor_set(x_3011, 1, x_3009); -x_3012 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_3013 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3013, 0, x_3011); -lean_ctor_set(x_3013, 1, x_3012); -x_3014 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3013, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3008); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -14252,40 +14191,134 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_3015 = lean_ctor_get(x_3014, 0); +lean_dec(x_1); +if (lean_is_scalar(x_2359)) { + x_2361 = lean_alloc_ctor(0, 2, 0); +} else { + x_2361 = x_2359; +} +lean_ctor_set(x_2361, 0, x_23); +lean_ctor_set(x_2361, 1, x_2358); +return x_2361; +} +else +{ +lean_object* x_2362; lean_object* x_2363; lean_object* x_2364; lean_object* x_2365; lean_object* x_2366; lean_object* x_2367; lean_object* x_2368; lean_object* x_3013; +lean_dec(x_2359); +x_2362 = lean_ctor_get(x_2360, 0); +lean_inc(x_2362); +if (lean_is_exclusive(x_2360)) { + lean_ctor_release(x_2360, 0); + x_2363 = x_2360; +} else { + lean_dec_ref(x_2360); + x_2363 = lean_box(0); +} +x_2364 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__48; +lean_inc(x_15); +x_2365 = l_Lean_Expr_const___override(x_2364, x_15); +lean_inc(x_1); +x_2366 = l_Lean_Expr_app___override(x_2365, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_2366); +x_3013 = l_Lean_Meta_trySynthInstance(x_2366, x_23, x_6, x_7, x_8, x_9, x_2358); +if (lean_obj_tag(x_3013) == 0) +{ +lean_object* x_3014; +x_3014 = lean_ctor_get(x_3013, 0); +lean_inc(x_3014); +if (lean_obj_tag(x_3014) == 1) +{ +lean_object* x_3015; lean_object* x_3016; +lean_dec(x_2366); +x_3015 = lean_ctor_get(x_3013, 1); lean_inc(x_3015); -x_3016 = lean_ctor_get(x_3014, 1); +lean_dec(x_3013); +x_3016 = lean_ctor_get(x_3014, 0); lean_inc(x_3016); -if (lean_is_exclusive(x_3014)) { - lean_ctor_release(x_3014, 0); - lean_ctor_release(x_3014, 1); - x_3017 = x_3014; -} else { - lean_dec_ref(x_3014); - x_3017 = lean_box(0); +lean_dec(x_3014); +x_2367 = x_3016; +x_2368 = x_3015; +goto block_3012; } -if (lean_is_scalar(x_3017)) { - x_3018 = lean_alloc_ctor(1, 2, 0); +else +{ +lean_object* x_3017; lean_object* x_3018; lean_object* x_3019; lean_object* x_3020; lean_object* x_3021; lean_object* x_3022; lean_object* x_3023; lean_object* x_3024; lean_object* x_3025; lean_object* x_3026; lean_object* x_3027; +lean_dec(x_3014); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); +lean_dec(x_2312); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_1); +x_3017 = lean_ctor_get(x_3013, 1); +lean_inc(x_3017); +lean_dec(x_3013); +x_3018 = l_Lean_indentExpr(x_2366); +x_3019 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_3020 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3020, 0, x_3019); +lean_ctor_set(x_3020, 1, x_3018); +x_3021 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_3022 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3022, 0, x_3020); +lean_ctor_set(x_3022, 1, x_3021); +x_3023 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3022, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3017); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_3024 = lean_ctor_get(x_3023, 0); +lean_inc(x_3024); +x_3025 = lean_ctor_get(x_3023, 1); +lean_inc(x_3025); +if (lean_is_exclusive(x_3023)) { + lean_ctor_release(x_3023, 0); + lean_ctor_release(x_3023, 1); + x_3026 = x_3023; } else { - x_3018 = x_3017; + lean_dec_ref(x_3023); + x_3026 = lean_box(0); } -lean_ctor_set(x_3018, 0, x_3015); -lean_ctor_set(x_3018, 1, x_3016); -return x_3018; +if (lean_is_scalar(x_3026)) { + x_3027 = lean_alloc_ctor(1, 2, 0); +} else { + x_3027 = x_3026; +} +lean_ctor_set(x_3027, 0, x_3024); +lean_ctor_set(x_3027, 1, x_3025); +return x_3027; } } else { -lean_object* x_3019; lean_object* x_3020; lean_object* x_3021; lean_object* x_3022; -lean_dec(x_2358); -lean_dec(x_2355); -lean_dec(x_2354); +lean_object* x_3028; lean_object* x_3029; lean_object* x_3030; lean_object* x_3031; +lean_dec(x_2366); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -14302,206 +14335,183 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3019 = lean_ctor_get(x_3004, 0); -lean_inc(x_3019); -x_3020 = lean_ctor_get(x_3004, 1); -lean_inc(x_3020); -if (lean_is_exclusive(x_3004)) { - lean_ctor_release(x_3004, 0); - lean_ctor_release(x_3004, 1); - x_3021 = x_3004; +x_3028 = lean_ctor_get(x_3013, 0); +lean_inc(x_3028); +x_3029 = lean_ctor_get(x_3013, 1); +lean_inc(x_3029); +if (lean_is_exclusive(x_3013)) { + lean_ctor_release(x_3013, 0); + lean_ctor_release(x_3013, 1); + x_3030 = x_3013; } else { - lean_dec_ref(x_3004); - x_3021 = lean_box(0); + lean_dec_ref(x_3013); + x_3030 = lean_box(0); } -if (lean_is_scalar(x_3021)) { - x_3022 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3030)) { + x_3031 = lean_alloc_ctor(1, 2, 0); } else { - x_3022 = x_3021; + x_3031 = x_3030; } -lean_ctor_set(x_3022, 0, x_3019); -lean_ctor_set(x_3022, 1, x_3020); -return x_3022; +lean_ctor_set(x_3031, 0, x_3028); +lean_ctor_set(x_3031, 1, x_3029); +return x_3031; } -block_3003: +block_3012: { -lean_object* x_2361; lean_object* x_2362; lean_object* x_2363; lean_object* x_2364; lean_object* x_2365; lean_object* x_2984; -x_2361 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__50; +lean_object* x_2369; lean_object* x_2370; lean_object* x_2371; lean_object* x_2372; lean_object* x_2373; lean_object* x_2993; +x_2369 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__50; lean_inc(x_15); -x_2362 = l_Lean_Expr_const___override(x_2361, x_15); +x_2370 = l_Lean_Expr_const___override(x_2369, x_15); lean_inc(x_1); -x_2363 = l_Lean_Expr_app___override(x_2362, x_1); +x_2371 = l_Lean_Expr_app___override(x_2370, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -lean_inc(x_2363); -x_2984 = l_Lean_Meta_trySynthInstance(x_2363, x_23, x_6, x_7, x_8, x_9, x_2360); -if (lean_obj_tag(x_2984) == 0) -{ -lean_object* x_2985; -x_2985 = lean_ctor_get(x_2984, 0); -lean_inc(x_2985); -if (lean_obj_tag(x_2985) == 1) -{ -lean_object* x_2986; lean_object* x_2987; -lean_dec(x_2363); -x_2986 = lean_ctor_get(x_2984, 1); -lean_inc(x_2986); -lean_dec(x_2984); -x_2987 = lean_ctor_get(x_2985, 0); -lean_inc(x_2987); -lean_dec(x_2985); -x_2364 = x_2987; -x_2365 = x_2986; -goto block_2983; -} -else -{ -lean_object* x_2988; lean_object* x_2989; lean_object* x_2990; lean_object* x_2991; lean_object* x_2992; lean_object* x_2993; lean_object* x_2994; lean_object* x_2995; lean_object* x_2996; lean_object* x_2997; lean_object* x_2998; -lean_dec(x_2985); -lean_dec(x_2359); -lean_dec(x_2355); -lean_dec(x_2354); -lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_1); -x_2988 = lean_ctor_get(x_2984, 1); -lean_inc(x_2988); -lean_dec(x_2984); -x_2989 = l_Lean_indentExpr(x_2363); -x_2990 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_2991 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2991, 0, x_2990); -lean_ctor_set(x_2991, 1, x_2989); -x_2992 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_2993 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2993, 0, x_2991); -lean_ctor_set(x_2993, 1, x_2992); -x_2994 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_2993, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2988); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_2995 = lean_ctor_get(x_2994, 0); -lean_inc(x_2995); -x_2996 = lean_ctor_get(x_2994, 1); -lean_inc(x_2996); -if (lean_is_exclusive(x_2994)) { - lean_ctor_release(x_2994, 0); - lean_ctor_release(x_2994, 1); - x_2997 = x_2994; -} else { - lean_dec_ref(x_2994); - x_2997 = lean_box(0); -} -if (lean_is_scalar(x_2997)) { - x_2998 = lean_alloc_ctor(1, 2, 0); -} else { - x_2998 = x_2997; -} -lean_ctor_set(x_2998, 0, x_2995); -lean_ctor_set(x_2998, 1, x_2996); -return x_2998; -} -} -else -{ -lean_object* x_2999; lean_object* x_3000; lean_object* x_3001; lean_object* x_3002; -lean_dec(x_2363); -lean_dec(x_2359); -lean_dec(x_2355); -lean_dec(x_2354); -lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2999 = lean_ctor_get(x_2984, 0); -lean_inc(x_2999); -x_3000 = lean_ctor_get(x_2984, 1); -lean_inc(x_3000); -if (lean_is_exclusive(x_2984)) { - lean_ctor_release(x_2984, 0); - lean_ctor_release(x_2984, 1); - x_3001 = x_2984; -} else { - lean_dec_ref(x_2984); - x_3001 = lean_box(0); -} -if (lean_is_scalar(x_3001)) { - x_3002 = lean_alloc_ctor(1, 2, 0); -} else { - x_3002 = x_3001; -} -lean_ctor_set(x_3002, 0, x_2999); -lean_ctor_set(x_3002, 1, x_3000); -return x_3002; -} -block_2983: -{ -lean_object* x_2366; lean_object* x_2367; lean_object* x_2368; lean_object* x_2369; -x_2366 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__52; -lean_inc(x_15); -x_2367 = l_Lean_Expr_const___override(x_2366, x_15); -lean_inc(x_2359); -lean_inc(x_1); -x_2368 = l_Lean_mkAppB(x_2367, x_1, x_2359); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -x_2369 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2368, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2365); -if (lean_obj_tag(x_2369) == 0) -{ -lean_object* x_2370; lean_object* x_2371; lean_object* x_2372; lean_object* x_2373; lean_object* x_2374; lean_object* x_2375; -x_2370 = lean_ctor_get(x_2369, 0); -lean_inc(x_2370); -x_2371 = lean_ctor_get(x_2369, 1); lean_inc(x_2371); -lean_dec(x_2369); -x_2372 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__54; +x_2993 = l_Lean_Meta_trySynthInstance(x_2371, x_23, x_6, x_7, x_8, x_9, x_2368); +if (lean_obj_tag(x_2993) == 0) +{ +lean_object* x_2994; +x_2994 = lean_ctor_get(x_2993, 0); +lean_inc(x_2994); +if (lean_obj_tag(x_2994) == 1) +{ +lean_object* x_2995; lean_object* x_2996; +lean_dec(x_2371); +x_2995 = lean_ctor_get(x_2993, 1); +lean_inc(x_2995); +lean_dec(x_2993); +x_2996 = lean_ctor_get(x_2994, 0); +lean_inc(x_2996); +lean_dec(x_2994); +x_2372 = x_2996; +x_2373 = x_2995; +goto block_2992; +} +else +{ +lean_object* x_2997; lean_object* x_2998; lean_object* x_2999; lean_object* x_3000; lean_object* x_3001; lean_object* x_3002; lean_object* x_3003; lean_object* x_3004; lean_object* x_3005; lean_object* x_3006; lean_object* x_3007; +lean_dec(x_2994); +lean_dec(x_2367); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); +lean_dec(x_2312); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_1); +x_2997 = lean_ctor_get(x_2993, 1); +lean_inc(x_2997); +lean_dec(x_2993); +x_2998 = l_Lean_indentExpr(x_2371); +x_2999 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_3000 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3000, 0, x_2999); +lean_ctor_set(x_3000, 1, x_2998); +x_3001 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_3002 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3002, 0, x_3000); +lean_ctor_set(x_3002, 1, x_3001); +x_3003 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3002, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2997); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_3004 = lean_ctor_get(x_3003, 0); +lean_inc(x_3004); +x_3005 = lean_ctor_get(x_3003, 1); +lean_inc(x_3005); +if (lean_is_exclusive(x_3003)) { + lean_ctor_release(x_3003, 0); + lean_ctor_release(x_3003, 1); + x_3006 = x_3003; +} else { + lean_dec_ref(x_3003); + x_3006 = lean_box(0); +} +if (lean_is_scalar(x_3006)) { + x_3007 = lean_alloc_ctor(1, 2, 0); +} else { + x_3007 = x_3006; +} +lean_ctor_set(x_3007, 0, x_3004); +lean_ctor_set(x_3007, 1, x_3005); +return x_3007; +} +} +else +{ +lean_object* x_3008; lean_object* x_3009; lean_object* x_3010; lean_object* x_3011; +lean_dec(x_2371); +lean_dec(x_2367); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); +lean_dec(x_2312); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3008 = lean_ctor_get(x_2993, 0); +lean_inc(x_3008); +x_3009 = lean_ctor_get(x_2993, 1); +lean_inc(x_3009); +if (lean_is_exclusive(x_2993)) { + lean_ctor_release(x_2993, 0); + lean_ctor_release(x_2993, 1); + x_3010 = x_2993; +} else { + lean_dec_ref(x_2993); + x_3010 = lean_box(0); +} +if (lean_is_scalar(x_3010)) { + x_3011 = lean_alloc_ctor(1, 2, 0); +} else { + x_3011 = x_3010; +} +lean_ctor_set(x_3011, 0, x_3008); +lean_ctor_set(x_3011, 1, x_3009); +return x_3011; +} +block_2992: +{ +lean_object* x_2374; lean_object* x_2375; lean_object* x_2376; lean_object* x_2377; +x_2374 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__52; lean_inc(x_15); -x_2373 = l_Lean_Expr_const___override(x_2372, x_15); -lean_inc(x_2364); +x_2375 = l_Lean_Expr_const___override(x_2374, x_15); +lean_inc(x_2367); lean_inc(x_1); -x_2374 = l_Lean_mkAppB(x_2373, x_1, x_2364); +x_2376 = l_Lean_mkAppB(x_2375, x_1, x_2367); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -14510,260 +14520,283 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_2375 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2374, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2371); -if (lean_obj_tag(x_2375) == 0) +x_2377 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2376, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2373); +if (lean_obj_tag(x_2377) == 0) { -lean_object* x_2376; lean_object* x_2377; lean_object* x_2378; lean_object* x_2379; lean_object* x_2380; lean_object* x_2381; -x_2376 = lean_ctor_get(x_2375, 0); -lean_inc(x_2376); -x_2377 = lean_ctor_get(x_2375, 1); -lean_inc(x_2377); -lean_dec(x_2375); -x_2378 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__56; +lean_object* x_2378; lean_object* x_2379; lean_object* x_2380; lean_object* x_2381; lean_object* x_2382; lean_object* x_2383; +x_2378 = lean_ctor_get(x_2377, 0); +lean_inc(x_2378); +x_2379 = lean_ctor_get(x_2377, 1); +lean_inc(x_2379); +lean_dec(x_2377); +x_2380 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__54; lean_inc(x_15); -x_2379 = l_Lean_Expr_const___override(x_2378, x_15); -lean_inc(x_2354); +x_2381 = l_Lean_Expr_const___override(x_2380, x_15); +lean_inc(x_2372); lean_inc(x_1); -x_2380 = l_Lean_mkAppB(x_2379, x_1, x_2354); +x_2382 = l_Lean_mkAppB(x_2381, x_1, x_2372); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_2381 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_2359, x_2380, x_6, x_7, x_8, x_9, x_2377); -if (lean_obj_tag(x_2381) == 0) +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +x_2383 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2382, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2379); +if (lean_obj_tag(x_2383) == 0) { -lean_object* x_2382; lean_object* x_2383; lean_object* x_2384; lean_object* x_2385; lean_object* x_2386; -x_2382 = lean_ctor_get(x_2381, 1); -lean_inc(x_2382); -lean_dec(x_2381); -x_2383 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__58; +lean_object* x_2384; lean_object* x_2385; lean_object* x_2386; lean_object* x_2387; lean_object* x_2388; lean_object* x_2389; +x_2384 = lean_ctor_get(x_2383, 0); +lean_inc(x_2384); +x_2385 = lean_ctor_get(x_2383, 1); +lean_inc(x_2385); +lean_dec(x_2383); +x_2386 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__56; lean_inc(x_15); -x_2384 = l_Lean_Expr_const___override(x_2383, x_15); -lean_inc(x_2354); +x_2387 = l_Lean_Expr_const___override(x_2386, x_15); +lean_inc(x_2362); lean_inc(x_1); -x_2385 = l_Lean_mkAppB(x_2384, x_1, x_2354); +x_2388 = l_Lean_mkAppB(x_2387, x_1, x_2362); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_2386 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_2364, x_2385, x_6, x_7, x_8, x_9, x_2382); -if (lean_obj_tag(x_2386) == 0) +x_2389 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_2367, x_2388, x_6, x_7, x_8, x_9, x_2385); +if (lean_obj_tag(x_2389) == 0) { -lean_object* x_2387; lean_object* x_2388; lean_object* x_2389; lean_object* x_2390; lean_object* x_2391; -x_2387 = lean_ctor_get(x_2386, 1); -lean_inc(x_2387); -lean_dec(x_2386); -x_2388 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__60; +lean_object* x_2390; lean_object* x_2391; lean_object* x_2392; lean_object* x_2393; lean_object* x_2394; +x_2390 = lean_ctor_get(x_2389, 1); +lean_inc(x_2390); +lean_dec(x_2389); +x_2391 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__58; lean_inc(x_15); -x_2389 = l_Lean_Expr_const___override(x_2388, x_15); +x_2392 = l_Lean_Expr_const___override(x_2391, x_15); +lean_inc(x_2362); lean_inc(x_1); -x_2390 = l_Lean_Expr_app___override(x_2389, x_1); +x_2393 = l_Lean_mkAppB(x_2392, x_1, x_2362); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_2391 = l_Lean_Meta_trySynthInstance(x_2390, x_23, x_6, x_7, x_8, x_9, x_2387); -if (lean_obj_tag(x_2391) == 0) -{ -lean_object* x_2392; lean_object* x_2393; lean_object* x_2394; lean_object* x_2395; lean_object* x_2396; -x_2392 = lean_ctor_get(x_2391, 0); -lean_inc(x_2392); -x_2393 = lean_ctor_get(x_2391, 1); -lean_inc(x_2393); -lean_dec(x_2391); -x_2394 = l_Lean_LOption_toOption___rarg(x_2392); +x_2394 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_2372, x_2393, x_6, x_7, x_8, x_9, x_2390); if (lean_obj_tag(x_2394) == 0) { -x_2395 = x_23; -x_2396 = x_2393; -goto block_2898; -} -else -{ -lean_object* x_2899; lean_object* x_2900; lean_object* x_2901; lean_object* x_2902; lean_object* x_2903; uint64_t x_2904; uint8_t x_2905; lean_object* x_2906; lean_object* x_2907; lean_object* x_2908; lean_object* x_2909; lean_object* x_2910; lean_object* x_2911; uint8_t x_2912; uint8_t x_2913; uint8_t x_2914; uint8_t x_2915; uint8_t x_2916; uint8_t x_2917; uint8_t x_2918; uint8_t x_2919; uint8_t x_2920; uint8_t x_2921; uint8_t x_2922; uint8_t x_2923; uint8_t x_2924; uint8_t x_2925; uint8_t x_2926; uint8_t x_2927; uint8_t x_2928; uint8_t x_2929; uint8_t x_2930; lean_object* x_2931; uint8_t x_2932; lean_object* x_2933; uint64_t x_2934; uint64_t x_2935; uint64_t x_2936; uint64_t x_2937; uint64_t x_2938; lean_object* x_2939; lean_object* x_2940; -x_2899 = lean_ctor_get(x_2394, 0); -lean_inc(x_2899); +lean_object* x_2395; lean_object* x_2396; lean_object* x_2397; lean_object* x_2398; lean_object* x_2399; +x_2395 = lean_ctor_get(x_2394, 1); +lean_inc(x_2395); lean_dec(x_2394); -x_2900 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__62; +x_2396 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__60; lean_inc(x_15); -x_2901 = l_Lean_Expr_const___override(x_2900, x_15); -lean_inc(x_2899); +x_2397 = l_Lean_Expr_const___override(x_2396, x_15); lean_inc(x_1); -x_2902 = l_Lean_mkAppB(x_2901, x_1, x_2899); -x_2903 = lean_ctor_get(x_6, 0); -lean_inc(x_2903); -x_2904 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_2905 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_2906 = lean_ctor_get(x_6, 1); -lean_inc(x_2906); -x_2907 = lean_ctor_get(x_6, 2); -lean_inc(x_2907); -x_2908 = lean_ctor_get(x_6, 3); -lean_inc(x_2908); -x_2909 = lean_ctor_get(x_6, 4); -lean_inc(x_2909); -x_2910 = lean_ctor_get(x_6, 5); -lean_inc(x_2910); -x_2911 = lean_ctor_get(x_6, 6); -lean_inc(x_2911); -x_2912 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_2913 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_2914 = lean_ctor_get_uint8(x_2903, 0); -x_2915 = lean_ctor_get_uint8(x_2903, 1); -x_2916 = lean_ctor_get_uint8(x_2903, 2); -x_2917 = lean_ctor_get_uint8(x_2903, 3); -x_2918 = lean_ctor_get_uint8(x_2903, 4); -x_2919 = lean_ctor_get_uint8(x_2903, 5); -x_2920 = lean_ctor_get_uint8(x_2903, 6); -x_2921 = lean_ctor_get_uint8(x_2903, 7); -x_2922 = lean_ctor_get_uint8(x_2903, 8); -x_2923 = lean_ctor_get_uint8(x_2903, 10); -x_2924 = lean_ctor_get_uint8(x_2903, 11); -x_2925 = lean_ctor_get_uint8(x_2903, 12); -x_2926 = lean_ctor_get_uint8(x_2903, 13); -x_2927 = lean_ctor_get_uint8(x_2903, 14); -x_2928 = lean_ctor_get_uint8(x_2903, 15); -x_2929 = lean_ctor_get_uint8(x_2903, 16); -x_2930 = lean_ctor_get_uint8(x_2903, 17); -if (lean_is_exclusive(x_2903)) { - x_2931 = x_2903; -} else { - lean_dec_ref(x_2903); - x_2931 = lean_box(0); -} -x_2932 = 1; -if (lean_is_scalar(x_2931)) { - x_2933 = lean_alloc_ctor(0, 0, 18); -} else { - x_2933 = x_2931; -} -lean_ctor_set_uint8(x_2933, 0, x_2914); -lean_ctor_set_uint8(x_2933, 1, x_2915); -lean_ctor_set_uint8(x_2933, 2, x_2916); -lean_ctor_set_uint8(x_2933, 3, x_2917); -lean_ctor_set_uint8(x_2933, 4, x_2918); -lean_ctor_set_uint8(x_2933, 5, x_2919); -lean_ctor_set_uint8(x_2933, 6, x_2920); -lean_ctor_set_uint8(x_2933, 7, x_2921); -lean_ctor_set_uint8(x_2933, 8, x_2922); -lean_ctor_set_uint8(x_2933, 9, x_2932); -lean_ctor_set_uint8(x_2933, 10, x_2923); -lean_ctor_set_uint8(x_2933, 11, x_2924); -lean_ctor_set_uint8(x_2933, 12, x_2925); -lean_ctor_set_uint8(x_2933, 13, x_2926); -lean_ctor_set_uint8(x_2933, 14, x_2927); -lean_ctor_set_uint8(x_2933, 15, x_2928); -lean_ctor_set_uint8(x_2933, 16, x_2929); -lean_ctor_set_uint8(x_2933, 17, x_2930); -x_2934 = 2; -x_2935 = lean_uint64_shift_right(x_2904, x_2934); -x_2936 = lean_uint64_shift_left(x_2935, x_2934); -x_2937 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_2938 = lean_uint64_lor(x_2936, x_2937); -x_2939 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_2939, 0, x_2933); -lean_ctor_set(x_2939, 1, x_2906); -lean_ctor_set(x_2939, 2, x_2907); -lean_ctor_set(x_2939, 3, x_2908); -lean_ctor_set(x_2939, 4, x_2909); -lean_ctor_set(x_2939, 5, x_2910); -lean_ctor_set(x_2939, 6, x_2911); -lean_ctor_set_uint64(x_2939, sizeof(void*)*7, x_2938); -lean_ctor_set_uint8(x_2939, sizeof(void*)*7 + 8, x_2905); -lean_ctor_set_uint8(x_2939, sizeof(void*)*7 + 9, x_2912); -lean_ctor_set_uint8(x_2939, sizeof(void*)*7 + 10, x_2913); +x_2398 = l_Lean_Expr_app___override(x_2397, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_2902); -lean_inc(x_2354); -x_2940 = l_Lean_Meta_isExprDefEq(x_2354, x_2902, x_2939, x_7, x_8, x_9, x_2393); -if (lean_obj_tag(x_2940) == 0) +lean_inc(x_6); +x_2399 = l_Lean_Meta_trySynthInstance(x_2398, x_23, x_6, x_7, x_8, x_9, x_2395); +if (lean_obj_tag(x_2399) == 0) { -lean_object* x_2941; uint8_t x_2942; -x_2941 = lean_ctor_get(x_2940, 0); -lean_inc(x_2941); -x_2942 = lean_unbox(x_2941); -lean_dec(x_2941); -if (x_2942 == 0) +lean_object* x_2400; lean_object* x_2401; lean_object* x_2402; lean_object* x_2403; lean_object* x_2404; +x_2400 = lean_ctor_get(x_2399, 0); +lean_inc(x_2400); +x_2401 = lean_ctor_get(x_2399, 1); +lean_inc(x_2401); +lean_dec(x_2399); +x_2402 = l_Lean_LOption_toOption___rarg(x_2400); +if (lean_obj_tag(x_2402) == 0) { -lean_object* x_2943; lean_object* x_2944; lean_object* x_2945; uint8_t x_2946; -lean_dec(x_2899); -x_2943 = lean_ctor_get(x_2940, 1); -lean_inc(x_2943); -lean_dec(x_2940); -x_2944 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_2943); -x_2945 = lean_ctor_get(x_2944, 0); -lean_inc(x_2945); -x_2946 = lean_ctor_get_uint8(x_2945, sizeof(void*)*6 + 11); -lean_dec(x_2945); -if (x_2946 == 0) -{ -lean_object* x_2947; -lean_dec(x_2902); -x_2947 = lean_ctor_get(x_2944, 1); -lean_inc(x_2947); -lean_dec(x_2944); -x_2395 = x_23; -x_2396 = x_2947; -goto block_2898; +x_2403 = x_23; +x_2404 = x_2401; +goto block_2907; } else { -lean_object* x_2948; lean_object* x_2949; lean_object* x_2950; lean_object* x_2951; lean_object* x_2952; lean_object* x_2953; -x_2948 = lean_ctor_get(x_2944, 1); -lean_inc(x_2948); -lean_dec(x_2944); -lean_inc(x_2354); -x_2949 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_2354, x_2902, x_6, x_7, x_8, x_9, x_2948); +lean_object* x_2908; lean_object* x_2909; lean_object* x_2910; lean_object* x_2911; lean_object* x_2912; uint64_t x_2913; uint8_t x_2914; lean_object* x_2915; lean_object* x_2916; lean_object* x_2917; lean_object* x_2918; lean_object* x_2919; lean_object* x_2920; uint8_t x_2921; uint8_t x_2922; uint8_t x_2923; uint8_t x_2924; uint8_t x_2925; uint8_t x_2926; uint8_t x_2927; uint8_t x_2928; uint8_t x_2929; uint8_t x_2930; uint8_t x_2931; uint8_t x_2932; uint8_t x_2933; uint8_t x_2934; uint8_t x_2935; uint8_t x_2936; uint8_t x_2937; uint8_t x_2938; uint8_t x_2939; lean_object* x_2940; uint8_t x_2941; lean_object* x_2942; uint64_t x_2943; uint64_t x_2944; uint64_t x_2945; uint64_t x_2946; uint64_t x_2947; lean_object* x_2948; lean_object* x_2949; +x_2908 = lean_ctor_get(x_2402, 0); +lean_inc(x_2908); +lean_dec(x_2402); +x_2909 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__62; +lean_inc(x_15); +x_2910 = l_Lean_Expr_const___override(x_2909, x_15); +lean_inc(x_2908); +lean_inc(x_1); +x_2911 = l_Lean_mkAppB(x_2910, x_1, x_2908); +x_2912 = lean_ctor_get(x_6, 0); +lean_inc(x_2912); +x_2913 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_2914 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_2915 = lean_ctor_get(x_6, 1); +lean_inc(x_2915); +x_2916 = lean_ctor_get(x_6, 2); +lean_inc(x_2916); +x_2917 = lean_ctor_get(x_6, 3); +lean_inc(x_2917); +x_2918 = lean_ctor_get(x_6, 4); +lean_inc(x_2918); +x_2919 = lean_ctor_get(x_6, 5); +lean_inc(x_2919); +x_2920 = lean_ctor_get(x_6, 6); +lean_inc(x_2920); +x_2921 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_2922 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_2923 = lean_ctor_get_uint8(x_2912, 0); +x_2924 = lean_ctor_get_uint8(x_2912, 1); +x_2925 = lean_ctor_get_uint8(x_2912, 2); +x_2926 = lean_ctor_get_uint8(x_2912, 3); +x_2927 = lean_ctor_get_uint8(x_2912, 4); +x_2928 = lean_ctor_get_uint8(x_2912, 5); +x_2929 = lean_ctor_get_uint8(x_2912, 6); +x_2930 = lean_ctor_get_uint8(x_2912, 7); +x_2931 = lean_ctor_get_uint8(x_2912, 8); +x_2932 = lean_ctor_get_uint8(x_2912, 10); +x_2933 = lean_ctor_get_uint8(x_2912, 11); +x_2934 = lean_ctor_get_uint8(x_2912, 12); +x_2935 = lean_ctor_get_uint8(x_2912, 13); +x_2936 = lean_ctor_get_uint8(x_2912, 14); +x_2937 = lean_ctor_get_uint8(x_2912, 15); +x_2938 = lean_ctor_get_uint8(x_2912, 16); +x_2939 = lean_ctor_get_uint8(x_2912, 17); +if (lean_is_exclusive(x_2912)) { + x_2940 = x_2912; +} else { + lean_dec_ref(x_2912); + x_2940 = lean_box(0); +} +x_2941 = 1; +if (lean_is_scalar(x_2940)) { + x_2942 = lean_alloc_ctor(0, 0, 18); +} else { + x_2942 = x_2940; +} +lean_ctor_set_uint8(x_2942, 0, x_2923); +lean_ctor_set_uint8(x_2942, 1, x_2924); +lean_ctor_set_uint8(x_2942, 2, x_2925); +lean_ctor_set_uint8(x_2942, 3, x_2926); +lean_ctor_set_uint8(x_2942, 4, x_2927); +lean_ctor_set_uint8(x_2942, 5, x_2928); +lean_ctor_set_uint8(x_2942, 6, x_2929); +lean_ctor_set_uint8(x_2942, 7, x_2930); +lean_ctor_set_uint8(x_2942, 8, x_2931); +lean_ctor_set_uint8(x_2942, 9, x_2941); +lean_ctor_set_uint8(x_2942, 10, x_2932); +lean_ctor_set_uint8(x_2942, 11, x_2933); +lean_ctor_set_uint8(x_2942, 12, x_2934); +lean_ctor_set_uint8(x_2942, 13, x_2935); +lean_ctor_set_uint8(x_2942, 14, x_2936); +lean_ctor_set_uint8(x_2942, 15, x_2937); +lean_ctor_set_uint8(x_2942, 16, x_2938); +lean_ctor_set_uint8(x_2942, 17, x_2939); +x_2943 = 2; +x_2944 = lean_uint64_shift_right(x_2913, x_2943); +x_2945 = lean_uint64_shift_left(x_2944, x_2943); +x_2946 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_2947 = lean_uint64_lor(x_2945, x_2946); +x_2948 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_2948, 0, x_2942); +lean_ctor_set(x_2948, 1, x_2915); +lean_ctor_set(x_2948, 2, x_2916); +lean_ctor_set(x_2948, 3, x_2917); +lean_ctor_set(x_2948, 4, x_2918); +lean_ctor_set(x_2948, 5, x_2919); +lean_ctor_set(x_2948, 6, x_2920); +lean_ctor_set_uint64(x_2948, sizeof(void*)*7, x_2947); +lean_ctor_set_uint8(x_2948, sizeof(void*)*7 + 8, x_2914); +lean_ctor_set_uint8(x_2948, sizeof(void*)*7 + 9, x_2921); +lean_ctor_set_uint8(x_2948, sizeof(void*)*7 + 10, x_2922); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_2911); +lean_inc(x_2362); +x_2949 = l_Lean_Meta_isExprDefEq(x_2362, x_2911, x_2948, x_7, x_8, x_9, x_2401); +if (lean_obj_tag(x_2949) == 0) +{ +lean_object* x_2950; uint8_t x_2951; x_2950 = lean_ctor_get(x_2949, 0); lean_inc(x_2950); -x_2951 = lean_ctor_get(x_2949, 1); -lean_inc(x_2951); +x_2951 = lean_unbox(x_2950); +lean_dec(x_2950); +if (x_2951 == 0) +{ +lean_object* x_2952; lean_object* x_2953; lean_object* x_2954; uint8_t x_2955; +lean_dec(x_2908); +x_2952 = lean_ctor_get(x_2949, 1); +lean_inc(x_2952); lean_dec(x_2949); -x_2952 = l_Lean_Meta_Grind_reportIssue(x_2950, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2951); -x_2953 = lean_ctor_get(x_2952, 1); -lean_inc(x_2953); -lean_dec(x_2952); -x_2395 = x_23; -x_2396 = x_2953; -goto block_2898; -} -} -else -{ -lean_object* x_2954; lean_object* x_2955; lean_object* x_2956; lean_object* x_2957; lean_object* x_2958; -lean_dec(x_2902); -x_2954 = lean_ctor_get(x_2940, 1); +x_2953 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_2952); +x_2954 = lean_ctor_get(x_2953, 0); lean_inc(x_2954); -lean_dec(x_2940); -x_2955 = lean_box(0); -x_2956 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2899, x_2955, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2954); -x_2957 = lean_ctor_get(x_2956, 0); +x_2955 = lean_ctor_get_uint8(x_2954, sizeof(void*)*6 + 11); +lean_dec(x_2954); +if (x_2955 == 0) +{ +lean_object* x_2956; +lean_dec(x_2911); +x_2956 = lean_ctor_get(x_2953, 1); +lean_inc(x_2956); +lean_dec(x_2953); +x_2403 = x_23; +x_2404 = x_2956; +goto block_2907; +} +else +{ +lean_object* x_2957; lean_object* x_2958; lean_object* x_2959; lean_object* x_2960; lean_object* x_2961; lean_object* x_2962; +x_2957 = lean_ctor_get(x_2953, 1); lean_inc(x_2957); -x_2958 = lean_ctor_get(x_2956, 1); -lean_inc(x_2958); -lean_dec(x_2956); -x_2395 = x_2957; -x_2396 = x_2958; -goto block_2898; +lean_dec(x_2953); +lean_inc(x_2362); +x_2958 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_2362, x_2911, x_6, x_7, x_8, x_9, x_2957); +x_2959 = lean_ctor_get(x_2958, 0); +lean_inc(x_2959); +x_2960 = lean_ctor_get(x_2958, 1); +lean_inc(x_2960); +lean_dec(x_2958); +x_2961 = l_Lean_Meta_Grind_reportIssue(x_2959, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2960); +x_2962 = lean_ctor_get(x_2961, 1); +lean_inc(x_2962); +lean_dec(x_2961); +x_2403 = x_23; +x_2404 = x_2962; +goto block_2907; } } else { -lean_object* x_2959; lean_object* x_2960; lean_object* x_2961; lean_object* x_2962; -lean_dec(x_2902); -lean_dec(x_2899); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); +lean_object* x_2963; lean_object* x_2964; lean_object* x_2965; lean_object* x_2966; lean_object* x_2967; +lean_dec(x_2911); +x_2963 = lean_ctor_get(x_2949, 1); +lean_inc(x_2963); +lean_dec(x_2949); +x_2964 = lean_box(0); +x_2965 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2908, x_2964, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2963); +x_2966 = lean_ctor_get(x_2965, 0); +lean_inc(x_2966); +x_2967 = lean_ctor_get(x_2965, 1); +lean_inc(x_2967); +lean_dec(x_2965); +x_2403 = x_2966; +x_2404 = x_2967; +goto block_2907; +} +} +else +{ +lean_object* x_2968; lean_object* x_2969; lean_object* x_2970; lean_object* x_2971; +lean_dec(x_2911); +lean_dec(x_2908); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -14780,256 +14813,256 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2959 = lean_ctor_get(x_2940, 0); -lean_inc(x_2959); -x_2960 = lean_ctor_get(x_2940, 1); -lean_inc(x_2960); -if (lean_is_exclusive(x_2940)) { - lean_ctor_release(x_2940, 0); - lean_ctor_release(x_2940, 1); - x_2961 = x_2940; +x_2968 = lean_ctor_get(x_2949, 0); +lean_inc(x_2968); +x_2969 = lean_ctor_get(x_2949, 1); +lean_inc(x_2969); +if (lean_is_exclusive(x_2949)) { + lean_ctor_release(x_2949, 0); + lean_ctor_release(x_2949, 1); + x_2970 = x_2949; } else { - lean_dec_ref(x_2940); - x_2961 = lean_box(0); + lean_dec_ref(x_2949); + x_2970 = lean_box(0); } -if (lean_is_scalar(x_2961)) { - x_2962 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_2970)) { + x_2971 = lean_alloc_ctor(1, 2, 0); } else { - x_2962 = x_2961; + x_2971 = x_2970; } -lean_ctor_set(x_2962, 0, x_2959); -lean_ctor_set(x_2962, 1, x_2960); -return x_2962; +lean_ctor_set(x_2971, 0, x_2968); +lean_ctor_set(x_2971, 1, x_2969); +return x_2971; } } -block_2898: +block_2907: { -lean_object* x_2397; lean_object* x_2398; lean_object* x_2399; lean_object* x_2400; -x_2397 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__64; +lean_object* x_2405; lean_object* x_2406; lean_object* x_2407; lean_object* x_2408; +x_2405 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__64; lean_inc(x_15); -x_2398 = l_Lean_Expr_const___override(x_2397, x_15); +x_2406 = l_Lean_Expr_const___override(x_2405, x_15); lean_inc(x_1); -x_2399 = l_Lean_Expr_app___override(x_2398, x_1); +x_2407 = l_Lean_Expr_app___override(x_2406, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_2400 = l_Lean_Meta_trySynthInstance(x_2399, x_23, x_6, x_7, x_8, x_9, x_2396); -if (lean_obj_tag(x_2400) == 0) -{ -lean_object* x_2401; lean_object* x_2402; lean_object* x_2403; lean_object* x_2404; lean_object* x_2405; -x_2401 = lean_ctor_get(x_2400, 0); -lean_inc(x_2401); -x_2402 = lean_ctor_get(x_2400, 1); -lean_inc(x_2402); -lean_dec(x_2400); -x_2403 = l_Lean_LOption_toOption___rarg(x_2401); -if (lean_obj_tag(x_2395) == 0) -{ -lean_dec(x_2403); -x_2404 = x_23; -x_2405 = x_2402; -goto block_2828; -} -else +x_2408 = l_Lean_Meta_trySynthInstance(x_2407, x_23, x_6, x_7, x_8, x_9, x_2404); +if (lean_obj_tag(x_2408) == 0) { +lean_object* x_2409; lean_object* x_2410; lean_object* x_2411; lean_object* x_2412; lean_object* x_2413; +x_2409 = lean_ctor_get(x_2408, 0); +lean_inc(x_2409); +x_2410 = lean_ctor_get(x_2408, 1); +lean_inc(x_2410); +lean_dec(x_2408); +x_2411 = l_Lean_LOption_toOption___rarg(x_2409); if (lean_obj_tag(x_2403) == 0) { -x_2404 = x_23; -x_2405 = x_2402; -goto block_2828; +lean_dec(x_2411); +x_2412 = x_23; +x_2413 = x_2410; +goto block_2837; } else { -lean_object* x_2829; lean_object* x_2830; lean_object* x_2831; lean_object* x_2832; lean_object* x_2833; lean_object* x_2834; uint64_t x_2835; uint8_t x_2836; lean_object* x_2837; lean_object* x_2838; lean_object* x_2839; lean_object* x_2840; lean_object* x_2841; lean_object* x_2842; uint8_t x_2843; uint8_t x_2844; uint8_t x_2845; uint8_t x_2846; uint8_t x_2847; uint8_t x_2848; uint8_t x_2849; uint8_t x_2850; uint8_t x_2851; uint8_t x_2852; uint8_t x_2853; uint8_t x_2854; uint8_t x_2855; uint8_t x_2856; uint8_t x_2857; uint8_t x_2858; uint8_t x_2859; uint8_t x_2860; uint8_t x_2861; lean_object* x_2862; uint8_t x_2863; lean_object* x_2864; uint64_t x_2865; uint64_t x_2866; uint64_t x_2867; uint64_t x_2868; uint64_t x_2869; lean_object* x_2870; lean_object* x_2871; -x_2829 = lean_ctor_get(x_2395, 0); -lean_inc(x_2829); -x_2830 = lean_ctor_get(x_2403, 0); -lean_inc(x_2830); -lean_dec(x_2403); -x_2831 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__66; -lean_inc(x_15); -x_2832 = l_Lean_Expr_const___override(x_2831, x_15); -lean_inc(x_2830); -lean_inc(x_1); -x_2833 = l_Lean_mkAppB(x_2832, x_1, x_2830); -x_2834 = lean_ctor_get(x_6, 0); -lean_inc(x_2834); -x_2835 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_2836 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_2837 = lean_ctor_get(x_6, 1); -lean_inc(x_2837); -x_2838 = lean_ctor_get(x_6, 2); +if (lean_obj_tag(x_2411) == 0) +{ +x_2412 = x_23; +x_2413 = x_2410; +goto block_2837; +} +else +{ +lean_object* x_2838; lean_object* x_2839; lean_object* x_2840; lean_object* x_2841; lean_object* x_2842; lean_object* x_2843; uint64_t x_2844; uint8_t x_2845; lean_object* x_2846; lean_object* x_2847; lean_object* x_2848; lean_object* x_2849; lean_object* x_2850; lean_object* x_2851; uint8_t x_2852; uint8_t x_2853; uint8_t x_2854; uint8_t x_2855; uint8_t x_2856; uint8_t x_2857; uint8_t x_2858; uint8_t x_2859; uint8_t x_2860; uint8_t x_2861; uint8_t x_2862; uint8_t x_2863; uint8_t x_2864; uint8_t x_2865; uint8_t x_2866; uint8_t x_2867; uint8_t x_2868; uint8_t x_2869; uint8_t x_2870; lean_object* x_2871; uint8_t x_2872; lean_object* x_2873; uint64_t x_2874; uint64_t x_2875; uint64_t x_2876; uint64_t x_2877; uint64_t x_2878; lean_object* x_2879; lean_object* x_2880; +x_2838 = lean_ctor_get(x_2403, 0); lean_inc(x_2838); -x_2839 = lean_ctor_get(x_6, 3); +x_2839 = lean_ctor_get(x_2411, 0); lean_inc(x_2839); -x_2840 = lean_ctor_get(x_6, 4); -lean_inc(x_2840); -x_2841 = lean_ctor_get(x_6, 5); -lean_inc(x_2841); -x_2842 = lean_ctor_get(x_6, 6); -lean_inc(x_2842); -x_2843 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_2844 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_2845 = lean_ctor_get_uint8(x_2834, 0); -x_2846 = lean_ctor_get_uint8(x_2834, 1); -x_2847 = lean_ctor_get_uint8(x_2834, 2); -x_2848 = lean_ctor_get_uint8(x_2834, 3); -x_2849 = lean_ctor_get_uint8(x_2834, 4); -x_2850 = lean_ctor_get_uint8(x_2834, 5); -x_2851 = lean_ctor_get_uint8(x_2834, 6); -x_2852 = lean_ctor_get_uint8(x_2834, 7); -x_2853 = lean_ctor_get_uint8(x_2834, 8); -x_2854 = lean_ctor_get_uint8(x_2834, 10); -x_2855 = lean_ctor_get_uint8(x_2834, 11); -x_2856 = lean_ctor_get_uint8(x_2834, 12); -x_2857 = lean_ctor_get_uint8(x_2834, 13); -x_2858 = lean_ctor_get_uint8(x_2834, 14); -x_2859 = lean_ctor_get_uint8(x_2834, 15); -x_2860 = lean_ctor_get_uint8(x_2834, 16); -x_2861 = lean_ctor_get_uint8(x_2834, 17); -if (lean_is_exclusive(x_2834)) { - x_2862 = x_2834; +lean_dec(x_2411); +x_2840 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__66; +lean_inc(x_15); +x_2841 = l_Lean_Expr_const___override(x_2840, x_15); +lean_inc(x_2839); +lean_inc(x_1); +x_2842 = l_Lean_mkAppB(x_2841, x_1, x_2839); +x_2843 = lean_ctor_get(x_6, 0); +lean_inc(x_2843); +x_2844 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_2845 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_2846 = lean_ctor_get(x_6, 1); +lean_inc(x_2846); +x_2847 = lean_ctor_get(x_6, 2); +lean_inc(x_2847); +x_2848 = lean_ctor_get(x_6, 3); +lean_inc(x_2848); +x_2849 = lean_ctor_get(x_6, 4); +lean_inc(x_2849); +x_2850 = lean_ctor_get(x_6, 5); +lean_inc(x_2850); +x_2851 = lean_ctor_get(x_6, 6); +lean_inc(x_2851); +x_2852 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_2853 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_2854 = lean_ctor_get_uint8(x_2843, 0); +x_2855 = lean_ctor_get_uint8(x_2843, 1); +x_2856 = lean_ctor_get_uint8(x_2843, 2); +x_2857 = lean_ctor_get_uint8(x_2843, 3); +x_2858 = lean_ctor_get_uint8(x_2843, 4); +x_2859 = lean_ctor_get_uint8(x_2843, 5); +x_2860 = lean_ctor_get_uint8(x_2843, 6); +x_2861 = lean_ctor_get_uint8(x_2843, 7); +x_2862 = lean_ctor_get_uint8(x_2843, 8); +x_2863 = lean_ctor_get_uint8(x_2843, 10); +x_2864 = lean_ctor_get_uint8(x_2843, 11); +x_2865 = lean_ctor_get_uint8(x_2843, 12); +x_2866 = lean_ctor_get_uint8(x_2843, 13); +x_2867 = lean_ctor_get_uint8(x_2843, 14); +x_2868 = lean_ctor_get_uint8(x_2843, 15); +x_2869 = lean_ctor_get_uint8(x_2843, 16); +x_2870 = lean_ctor_get_uint8(x_2843, 17); +if (lean_is_exclusive(x_2843)) { + x_2871 = x_2843; } else { - lean_dec_ref(x_2834); - x_2862 = lean_box(0); + lean_dec_ref(x_2843); + x_2871 = lean_box(0); } -x_2863 = 1; -if (lean_is_scalar(x_2862)) { - x_2864 = lean_alloc_ctor(0, 0, 18); +x_2872 = 1; +if (lean_is_scalar(x_2871)) { + x_2873 = lean_alloc_ctor(0, 0, 18); } else { - x_2864 = x_2862; + x_2873 = x_2871; } -lean_ctor_set_uint8(x_2864, 0, x_2845); -lean_ctor_set_uint8(x_2864, 1, x_2846); -lean_ctor_set_uint8(x_2864, 2, x_2847); -lean_ctor_set_uint8(x_2864, 3, x_2848); -lean_ctor_set_uint8(x_2864, 4, x_2849); -lean_ctor_set_uint8(x_2864, 5, x_2850); -lean_ctor_set_uint8(x_2864, 6, x_2851); -lean_ctor_set_uint8(x_2864, 7, x_2852); -lean_ctor_set_uint8(x_2864, 8, x_2853); -lean_ctor_set_uint8(x_2864, 9, x_2863); -lean_ctor_set_uint8(x_2864, 10, x_2854); -lean_ctor_set_uint8(x_2864, 11, x_2855); -lean_ctor_set_uint8(x_2864, 12, x_2856); -lean_ctor_set_uint8(x_2864, 13, x_2857); -lean_ctor_set_uint8(x_2864, 14, x_2858); -lean_ctor_set_uint8(x_2864, 15, x_2859); -lean_ctor_set_uint8(x_2864, 16, x_2860); -lean_ctor_set_uint8(x_2864, 17, x_2861); -x_2865 = 2; -x_2866 = lean_uint64_shift_right(x_2835, x_2865); -x_2867 = lean_uint64_shift_left(x_2866, x_2865); -x_2868 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_2869 = lean_uint64_lor(x_2867, x_2868); -x_2870 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_2870, 0, x_2864); -lean_ctor_set(x_2870, 1, x_2837); -lean_ctor_set(x_2870, 2, x_2838); -lean_ctor_set(x_2870, 3, x_2839); -lean_ctor_set(x_2870, 4, x_2840); -lean_ctor_set(x_2870, 5, x_2841); -lean_ctor_set(x_2870, 6, x_2842); -lean_ctor_set_uint64(x_2870, sizeof(void*)*7, x_2869); -lean_ctor_set_uint8(x_2870, sizeof(void*)*7 + 8, x_2836); -lean_ctor_set_uint8(x_2870, sizeof(void*)*7 + 9, x_2843); -lean_ctor_set_uint8(x_2870, sizeof(void*)*7 + 10, x_2844); +lean_ctor_set_uint8(x_2873, 0, x_2854); +lean_ctor_set_uint8(x_2873, 1, x_2855); +lean_ctor_set_uint8(x_2873, 2, x_2856); +lean_ctor_set_uint8(x_2873, 3, x_2857); +lean_ctor_set_uint8(x_2873, 4, x_2858); +lean_ctor_set_uint8(x_2873, 5, x_2859); +lean_ctor_set_uint8(x_2873, 6, x_2860); +lean_ctor_set_uint8(x_2873, 7, x_2861); +lean_ctor_set_uint8(x_2873, 8, x_2862); +lean_ctor_set_uint8(x_2873, 9, x_2872); +lean_ctor_set_uint8(x_2873, 10, x_2863); +lean_ctor_set_uint8(x_2873, 11, x_2864); +lean_ctor_set_uint8(x_2873, 12, x_2865); +lean_ctor_set_uint8(x_2873, 13, x_2866); +lean_ctor_set_uint8(x_2873, 14, x_2867); +lean_ctor_set_uint8(x_2873, 15, x_2868); +lean_ctor_set_uint8(x_2873, 16, x_2869); +lean_ctor_set_uint8(x_2873, 17, x_2870); +x_2874 = 2; +x_2875 = lean_uint64_shift_right(x_2844, x_2874); +x_2876 = lean_uint64_shift_left(x_2875, x_2874); +x_2877 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_2878 = lean_uint64_lor(x_2876, x_2877); +x_2879 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_2879, 0, x_2873); +lean_ctor_set(x_2879, 1, x_2846); +lean_ctor_set(x_2879, 2, x_2847); +lean_ctor_set(x_2879, 3, x_2848); +lean_ctor_set(x_2879, 4, x_2849); +lean_ctor_set(x_2879, 5, x_2850); +lean_ctor_set(x_2879, 6, x_2851); +lean_ctor_set_uint64(x_2879, sizeof(void*)*7, x_2878); +lean_ctor_set_uint8(x_2879, sizeof(void*)*7 + 8, x_2845); +lean_ctor_set_uint8(x_2879, sizeof(void*)*7 + 9, x_2852); +lean_ctor_set_uint8(x_2879, sizeof(void*)*7 + 10, x_2853); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_2833); -lean_inc(x_2829); -x_2871 = l_Lean_Meta_isExprDefEq(x_2829, x_2833, x_2870, x_7, x_8, x_9, x_2402); -if (lean_obj_tag(x_2871) == 0) +lean_inc(x_2842); +lean_inc(x_2838); +x_2880 = l_Lean_Meta_isExprDefEq(x_2838, x_2842, x_2879, x_7, x_8, x_9, x_2410); +if (lean_obj_tag(x_2880) == 0) { -lean_object* x_2872; uint8_t x_2873; -x_2872 = lean_ctor_get(x_2871, 0); -lean_inc(x_2872); -x_2873 = lean_unbox(x_2872); -lean_dec(x_2872); -if (x_2873 == 0) -{ -lean_object* x_2874; lean_object* x_2875; lean_object* x_2876; uint8_t x_2877; -lean_dec(x_2830); -x_2874 = lean_ctor_get(x_2871, 1); -lean_inc(x_2874); -lean_dec(x_2871); -x_2875 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_2874); -x_2876 = lean_ctor_get(x_2875, 0); -lean_inc(x_2876); -x_2877 = lean_ctor_get_uint8(x_2876, sizeof(void*)*6 + 11); -lean_dec(x_2876); -if (x_2877 == 0) -{ -lean_object* x_2878; -lean_dec(x_2833); -lean_dec(x_2829); -x_2878 = lean_ctor_get(x_2875, 1); -lean_inc(x_2878); -lean_dec(x_2875); -x_2404 = x_23; -x_2405 = x_2878; -goto block_2828; -} -else -{ -lean_object* x_2879; lean_object* x_2880; lean_object* x_2881; lean_object* x_2882; lean_object* x_2883; lean_object* x_2884; -x_2879 = lean_ctor_get(x_2875, 1); -lean_inc(x_2879); -lean_dec(x_2875); -x_2880 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_2829, x_2833, x_6, x_7, x_8, x_9, x_2879); +lean_object* x_2881; uint8_t x_2882; x_2881 = lean_ctor_get(x_2880, 0); lean_inc(x_2881); -x_2882 = lean_ctor_get(x_2880, 1); -lean_inc(x_2882); +x_2882 = lean_unbox(x_2881); +lean_dec(x_2881); +if (x_2882 == 0) +{ +lean_object* x_2883; lean_object* x_2884; lean_object* x_2885; uint8_t x_2886; +lean_dec(x_2839); +x_2883 = lean_ctor_get(x_2880, 1); +lean_inc(x_2883); lean_dec(x_2880); -x_2883 = l_Lean_Meta_Grind_reportIssue(x_2881, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2882); -x_2884 = lean_ctor_get(x_2883, 1); -lean_inc(x_2884); -lean_dec(x_2883); -x_2404 = x_23; -x_2405 = x_2884; -goto block_2828; -} -} -else -{ -lean_object* x_2885; lean_object* x_2886; lean_object* x_2887; lean_object* x_2888; lean_object* x_2889; -lean_dec(x_2833); -lean_dec(x_2829); -x_2885 = lean_ctor_get(x_2871, 1); +x_2884 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_2883); +x_2885 = lean_ctor_get(x_2884, 0); lean_inc(x_2885); -lean_dec(x_2871); -x_2886 = lean_box(0); -x_2887 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2830, x_2886, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2885); -x_2888 = lean_ctor_get(x_2887, 0); +x_2886 = lean_ctor_get_uint8(x_2885, sizeof(void*)*6 + 11); +lean_dec(x_2885); +if (x_2886 == 0) +{ +lean_object* x_2887; +lean_dec(x_2842); +lean_dec(x_2838); +x_2887 = lean_ctor_get(x_2884, 1); +lean_inc(x_2887); +lean_dec(x_2884); +x_2412 = x_23; +x_2413 = x_2887; +goto block_2837; +} +else +{ +lean_object* x_2888; lean_object* x_2889; lean_object* x_2890; lean_object* x_2891; lean_object* x_2892; lean_object* x_2893; +x_2888 = lean_ctor_get(x_2884, 1); lean_inc(x_2888); -x_2889 = lean_ctor_get(x_2887, 1); -lean_inc(x_2889); -lean_dec(x_2887); -x_2404 = x_2888; -x_2405 = x_2889; -goto block_2828; +lean_dec(x_2884); +x_2889 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_2838, x_2842, x_6, x_7, x_8, x_9, x_2888); +x_2890 = lean_ctor_get(x_2889, 0); +lean_inc(x_2890); +x_2891 = lean_ctor_get(x_2889, 1); +lean_inc(x_2891); +lean_dec(x_2889); +x_2892 = l_Lean_Meta_Grind_reportIssue(x_2890, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2891); +x_2893 = lean_ctor_get(x_2892, 1); +lean_inc(x_2893); +lean_dec(x_2892); +x_2412 = x_23; +x_2413 = x_2893; +goto block_2837; } } else { -lean_object* x_2890; lean_object* x_2891; lean_object* x_2892; lean_object* x_2893; -lean_dec(x_2833); -lean_dec(x_2830); -lean_dec(x_2829); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); +lean_object* x_2894; lean_object* x_2895; lean_object* x_2896; lean_object* x_2897; lean_object* x_2898; +lean_dec(x_2842); +lean_dec(x_2838); +x_2894 = lean_ctor_get(x_2880, 1); +lean_inc(x_2894); +lean_dec(x_2880); +x_2895 = lean_box(0); +x_2896 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2839, x_2895, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2894); +x_2897 = lean_ctor_get(x_2896, 0); +lean_inc(x_2897); +x_2898 = lean_ctor_get(x_2896, 1); +lean_inc(x_2898); +lean_dec(x_2896); +x_2412 = x_2897; +x_2413 = x_2898; +goto block_2837; +} +} +else +{ +lean_object* x_2899; lean_object* x_2900; lean_object* x_2901; lean_object* x_2902; +lean_dec(x_2842); +lean_dec(x_2839); +lean_dec(x_2838); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -15046,87 +15079,87 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2890 = lean_ctor_get(x_2871, 0); -lean_inc(x_2890); -x_2891 = lean_ctor_get(x_2871, 1); -lean_inc(x_2891); -if (lean_is_exclusive(x_2871)) { - lean_ctor_release(x_2871, 0); - lean_ctor_release(x_2871, 1); - x_2892 = x_2871; +x_2899 = lean_ctor_get(x_2880, 0); +lean_inc(x_2899); +x_2900 = lean_ctor_get(x_2880, 1); +lean_inc(x_2900); +if (lean_is_exclusive(x_2880)) { + lean_ctor_release(x_2880, 0); + lean_ctor_release(x_2880, 1); + x_2901 = x_2880; } else { - lean_dec_ref(x_2871); - x_2892 = lean_box(0); + lean_dec_ref(x_2880); + x_2901 = lean_box(0); } -if (lean_is_scalar(x_2892)) { - x_2893 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_2901)) { + x_2902 = lean_alloc_ctor(1, 2, 0); } else { - x_2893 = x_2892; + x_2902 = x_2901; } -lean_ctor_set(x_2893, 0, x_2890); -lean_ctor_set(x_2893, 1, x_2891); -return x_2893; +lean_ctor_set(x_2902, 0, x_2899); +lean_ctor_set(x_2902, 1, x_2900); +return x_2902; } } } -block_2828: +block_2837: { -lean_object* x_2406; lean_object* x_2407; lean_object* x_2408; lean_object* x_2409; -x_2406 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__68; +lean_object* x_2414; lean_object* x_2415; lean_object* x_2416; lean_object* x_2417; +x_2414 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__68; lean_inc(x_15); -x_2407 = l_Lean_Expr_const___override(x_2406, x_15); +x_2415 = l_Lean_Expr_const___override(x_2414, x_15); lean_inc(x_32); -lean_inc(x_2354); +lean_inc(x_2362); lean_inc(x_1); -x_2408 = l_Lean_mkApp3(x_2407, x_1, x_2354, x_32); +x_2416 = l_Lean_mkApp3(x_2415, x_1, x_2362, x_32); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_2409 = l_Lean_Meta_trySynthInstance(x_2408, x_23, x_6, x_7, x_8, x_9, x_2405); -if (lean_obj_tag(x_2409) == 0) +x_2417 = l_Lean_Meta_trySynthInstance(x_2416, x_23, x_6, x_7, x_8, x_9, x_2413); +if (lean_obj_tag(x_2417) == 0) { -lean_object* x_2410; -x_2410 = lean_ctor_get(x_2409, 0); -lean_inc(x_2410); -if (lean_obj_tag(x_2410) == 1) +lean_object* x_2418; +x_2418 = lean_ctor_get(x_2417, 0); +lean_inc(x_2418); +if (lean_obj_tag(x_2418) == 1) { -lean_object* x_2411; lean_object* x_2412; lean_object* x_2413; lean_object* x_2414; lean_object* x_2415; lean_object* x_2416; lean_object* x_2417; lean_object* x_2751; -x_2411 = lean_ctor_get(x_2409, 1); -lean_inc(x_2411); -lean_dec(x_2409); -x_2412 = lean_ctor_get(x_2410, 0); -lean_inc(x_2412); -lean_dec(x_2410); -x_2413 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__70; +lean_object* x_2419; lean_object* x_2420; lean_object* x_2421; lean_object* x_2422; lean_object* x_2423; lean_object* x_2424; lean_object* x_2425; lean_object* x_2760; +x_2419 = lean_ctor_get(x_2417, 1); +lean_inc(x_2419); +lean_dec(x_2417); +x_2420 = lean_ctor_get(x_2418, 0); +lean_inc(x_2420); +lean_dec(x_2418); +x_2421 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__70; lean_inc(x_18); -x_2414 = l_Lean_Expr_const___override(x_2413, x_18); +x_2422 = l_Lean_Expr_const___override(x_2421, x_18); lean_inc_n(x_1, 2); -x_2415 = l_Lean_mkApp3(x_2414, x_21, x_1, x_1); +x_2423 = l_Lean_mkApp3(x_2422, x_21, x_1, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_2751 = l_Lean_Meta_trySynthInstance(x_2415, x_23, x_6, x_7, x_8, x_9, x_2411); -if (lean_obj_tag(x_2751) == 0) +x_2760 = l_Lean_Meta_trySynthInstance(x_2423, x_23, x_6, x_7, x_8, x_9, x_2419); +if (lean_obj_tag(x_2760) == 0) { -lean_object* x_2752; -x_2752 = lean_ctor_get(x_2751, 0); -lean_inc(x_2752); -if (lean_obj_tag(x_2752) == 1) +lean_object* x_2761; +x_2761 = lean_ctor_get(x_2760, 0); +lean_inc(x_2761); +if (lean_obj_tag(x_2761) == 1) { -lean_object* x_2753; lean_object* x_2754; lean_object* x_2755; lean_object* x_2756; lean_object* x_2757; lean_object* x_2758; -x_2753 = lean_ctor_get(x_2751, 1); -lean_inc(x_2753); -lean_dec(x_2751); -x_2754 = lean_ctor_get(x_2752, 0); -lean_inc(x_2754); -lean_dec(x_2752); -x_2755 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__93; -x_2756 = l_Lean_Expr_const___override(x_2755, x_18); -lean_inc(x_2754); +lean_object* x_2762; lean_object* x_2763; lean_object* x_2764; lean_object* x_2765; lean_object* x_2766; lean_object* x_2767; +x_2762 = lean_ctor_get(x_2760, 1); +lean_inc(x_2762); +lean_dec(x_2760); +x_2763 = lean_ctor_get(x_2761, 0); +lean_inc(x_2763); +lean_dec(x_2761); +x_2764 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__93; +x_2765 = l_Lean_Expr_const___override(x_2764, x_18); +lean_inc(x_2763); lean_inc(x_1); -x_2757 = l_Lean_mkApp4(x_2756, x_21, x_1, x_2754, x_2754); +x_2766 = l_Lean_mkApp4(x_2765, x_21, x_1, x_2763, x_2763); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -15135,288 +15168,167 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_2758 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2757, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2753); -if (lean_obj_tag(x_2758) == 0) +x_2767 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_2766, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2762); +if (lean_obj_tag(x_2767) == 0) { -lean_object* x_2759; lean_object* x_2760; lean_object* x_2761; uint64_t x_2762; uint8_t x_2763; lean_object* x_2764; lean_object* x_2765; lean_object* x_2766; lean_object* x_2767; lean_object* x_2768; lean_object* x_2769; uint8_t x_2770; uint8_t x_2771; uint8_t x_2772; uint8_t x_2773; uint8_t x_2774; uint8_t x_2775; uint8_t x_2776; uint8_t x_2777; uint8_t x_2778; uint8_t x_2779; uint8_t x_2780; uint8_t x_2781; uint8_t x_2782; uint8_t x_2783; uint8_t x_2784; uint8_t x_2785; uint8_t x_2786; uint8_t x_2787; uint8_t x_2788; lean_object* x_2789; uint8_t x_2790; lean_object* x_2791; uint64_t x_2792; uint64_t x_2793; uint64_t x_2794; uint64_t x_2795; uint64_t x_2796; lean_object* x_2797; lean_object* x_2798; -x_2759 = lean_ctor_get(x_6, 0); -lean_inc(x_2759); -x_2760 = lean_ctor_get(x_2758, 0); -lean_inc(x_2760); -x_2761 = lean_ctor_get(x_2758, 1); -lean_inc(x_2761); -lean_dec(x_2758); -x_2762 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_2763 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_2764 = lean_ctor_get(x_6, 1); -lean_inc(x_2764); -x_2765 = lean_ctor_get(x_6, 2); -lean_inc(x_2765); -x_2766 = lean_ctor_get(x_6, 3); -lean_inc(x_2766); -x_2767 = lean_ctor_get(x_6, 4); -lean_inc(x_2767); -x_2768 = lean_ctor_get(x_6, 5); +lean_object* x_2768; lean_object* x_2769; lean_object* x_2770; uint64_t x_2771; uint8_t x_2772; lean_object* x_2773; lean_object* x_2774; lean_object* x_2775; lean_object* x_2776; lean_object* x_2777; lean_object* x_2778; uint8_t x_2779; uint8_t x_2780; uint8_t x_2781; uint8_t x_2782; uint8_t x_2783; uint8_t x_2784; uint8_t x_2785; uint8_t x_2786; uint8_t x_2787; uint8_t x_2788; uint8_t x_2789; uint8_t x_2790; uint8_t x_2791; uint8_t x_2792; uint8_t x_2793; uint8_t x_2794; uint8_t x_2795; uint8_t x_2796; uint8_t x_2797; lean_object* x_2798; uint8_t x_2799; lean_object* x_2800; uint64_t x_2801; uint64_t x_2802; uint64_t x_2803; uint64_t x_2804; uint64_t x_2805; lean_object* x_2806; lean_object* x_2807; +x_2768 = lean_ctor_get(x_6, 0); lean_inc(x_2768); -x_2769 = lean_ctor_get(x_6, 6); +x_2769 = lean_ctor_get(x_2767, 0); lean_inc(x_2769); -x_2770 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_2771 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_2772 = lean_ctor_get_uint8(x_2759, 0); -x_2773 = lean_ctor_get_uint8(x_2759, 1); -x_2774 = lean_ctor_get_uint8(x_2759, 2); -x_2775 = lean_ctor_get_uint8(x_2759, 3); -x_2776 = lean_ctor_get_uint8(x_2759, 4); -x_2777 = lean_ctor_get_uint8(x_2759, 5); -x_2778 = lean_ctor_get_uint8(x_2759, 6); -x_2779 = lean_ctor_get_uint8(x_2759, 7); -x_2780 = lean_ctor_get_uint8(x_2759, 8); -x_2781 = lean_ctor_get_uint8(x_2759, 10); -x_2782 = lean_ctor_get_uint8(x_2759, 11); -x_2783 = lean_ctor_get_uint8(x_2759, 12); -x_2784 = lean_ctor_get_uint8(x_2759, 13); -x_2785 = lean_ctor_get_uint8(x_2759, 14); -x_2786 = lean_ctor_get_uint8(x_2759, 15); -x_2787 = lean_ctor_get_uint8(x_2759, 16); -x_2788 = lean_ctor_get_uint8(x_2759, 17); -if (lean_is_exclusive(x_2759)) { - x_2789 = x_2759; +x_2770 = lean_ctor_get(x_2767, 1); +lean_inc(x_2770); +lean_dec(x_2767); +x_2771 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_2772 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_2773 = lean_ctor_get(x_6, 1); +lean_inc(x_2773); +x_2774 = lean_ctor_get(x_6, 2); +lean_inc(x_2774); +x_2775 = lean_ctor_get(x_6, 3); +lean_inc(x_2775); +x_2776 = lean_ctor_get(x_6, 4); +lean_inc(x_2776); +x_2777 = lean_ctor_get(x_6, 5); +lean_inc(x_2777); +x_2778 = lean_ctor_get(x_6, 6); +lean_inc(x_2778); +x_2779 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_2780 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_2781 = lean_ctor_get_uint8(x_2768, 0); +x_2782 = lean_ctor_get_uint8(x_2768, 1); +x_2783 = lean_ctor_get_uint8(x_2768, 2); +x_2784 = lean_ctor_get_uint8(x_2768, 3); +x_2785 = lean_ctor_get_uint8(x_2768, 4); +x_2786 = lean_ctor_get_uint8(x_2768, 5); +x_2787 = lean_ctor_get_uint8(x_2768, 6); +x_2788 = lean_ctor_get_uint8(x_2768, 7); +x_2789 = lean_ctor_get_uint8(x_2768, 8); +x_2790 = lean_ctor_get_uint8(x_2768, 10); +x_2791 = lean_ctor_get_uint8(x_2768, 11); +x_2792 = lean_ctor_get_uint8(x_2768, 12); +x_2793 = lean_ctor_get_uint8(x_2768, 13); +x_2794 = lean_ctor_get_uint8(x_2768, 14); +x_2795 = lean_ctor_get_uint8(x_2768, 15); +x_2796 = lean_ctor_get_uint8(x_2768, 16); +x_2797 = lean_ctor_get_uint8(x_2768, 17); +if (lean_is_exclusive(x_2768)) { + x_2798 = x_2768; } else { - lean_dec_ref(x_2759); - x_2789 = lean_box(0); + lean_dec_ref(x_2768); + x_2798 = lean_box(0); } -x_2790 = 1; -if (lean_is_scalar(x_2789)) { - x_2791 = lean_alloc_ctor(0, 0, 18); +x_2799 = 1; +if (lean_is_scalar(x_2798)) { + x_2800 = lean_alloc_ctor(0, 0, 18); } else { - x_2791 = x_2789; + x_2800 = x_2798; } -lean_ctor_set_uint8(x_2791, 0, x_2772); -lean_ctor_set_uint8(x_2791, 1, x_2773); -lean_ctor_set_uint8(x_2791, 2, x_2774); -lean_ctor_set_uint8(x_2791, 3, x_2775); -lean_ctor_set_uint8(x_2791, 4, x_2776); -lean_ctor_set_uint8(x_2791, 5, x_2777); -lean_ctor_set_uint8(x_2791, 6, x_2778); -lean_ctor_set_uint8(x_2791, 7, x_2779); -lean_ctor_set_uint8(x_2791, 8, x_2780); -lean_ctor_set_uint8(x_2791, 9, x_2790); -lean_ctor_set_uint8(x_2791, 10, x_2781); -lean_ctor_set_uint8(x_2791, 11, x_2782); -lean_ctor_set_uint8(x_2791, 12, x_2783); -lean_ctor_set_uint8(x_2791, 13, x_2784); -lean_ctor_set_uint8(x_2791, 14, x_2785); -lean_ctor_set_uint8(x_2791, 15, x_2786); -lean_ctor_set_uint8(x_2791, 16, x_2787); -lean_ctor_set_uint8(x_2791, 17, x_2788); -x_2792 = 2; -x_2793 = lean_uint64_shift_right(x_2762, x_2792); -x_2794 = lean_uint64_shift_left(x_2793, x_2792); -x_2795 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_2796 = lean_uint64_lor(x_2794, x_2795); -x_2797 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_2797, 0, x_2791); -lean_ctor_set(x_2797, 1, x_2764); -lean_ctor_set(x_2797, 2, x_2765); -lean_ctor_set(x_2797, 3, x_2766); -lean_ctor_set(x_2797, 4, x_2767); -lean_ctor_set(x_2797, 5, x_2768); -lean_ctor_set(x_2797, 6, x_2769); -lean_ctor_set_uint64(x_2797, sizeof(void*)*7, x_2796); -lean_ctor_set_uint8(x_2797, sizeof(void*)*7 + 8, x_2763); -lean_ctor_set_uint8(x_2797, sizeof(void*)*7 + 9, x_2770); -lean_ctor_set_uint8(x_2797, sizeof(void*)*7 + 10, x_2771); +lean_ctor_set_uint8(x_2800, 0, x_2781); +lean_ctor_set_uint8(x_2800, 1, x_2782); +lean_ctor_set_uint8(x_2800, 2, x_2783); +lean_ctor_set_uint8(x_2800, 3, x_2784); +lean_ctor_set_uint8(x_2800, 4, x_2785); +lean_ctor_set_uint8(x_2800, 5, x_2786); +lean_ctor_set_uint8(x_2800, 6, x_2787); +lean_ctor_set_uint8(x_2800, 7, x_2788); +lean_ctor_set_uint8(x_2800, 8, x_2789); +lean_ctor_set_uint8(x_2800, 9, x_2799); +lean_ctor_set_uint8(x_2800, 10, x_2790); +lean_ctor_set_uint8(x_2800, 11, x_2791); +lean_ctor_set_uint8(x_2800, 12, x_2792); +lean_ctor_set_uint8(x_2800, 13, x_2793); +lean_ctor_set_uint8(x_2800, 14, x_2794); +lean_ctor_set_uint8(x_2800, 15, x_2795); +lean_ctor_set_uint8(x_2800, 16, x_2796); +lean_ctor_set_uint8(x_2800, 17, x_2797); +x_2801 = 2; +x_2802 = lean_uint64_shift_right(x_2771, x_2801); +x_2803 = lean_uint64_shift_left(x_2802, x_2801); +x_2804 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_2805 = lean_uint64_lor(x_2803, x_2804); +x_2806 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_2806, 0, x_2800); +lean_ctor_set(x_2806, 1, x_2773); +lean_ctor_set(x_2806, 2, x_2774); +lean_ctor_set(x_2806, 3, x_2775); +lean_ctor_set(x_2806, 4, x_2776); +lean_ctor_set(x_2806, 5, x_2777); +lean_ctor_set(x_2806, 6, x_2778); +lean_ctor_set_uint64(x_2806, sizeof(void*)*7, x_2805); +lean_ctor_set_uint8(x_2806, sizeof(void*)*7 + 8, x_2772); +lean_ctor_set_uint8(x_2806, sizeof(void*)*7 + 9, x_2779); +lean_ctor_set_uint8(x_2806, sizeof(void*)*7 + 10, x_2780); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_2760); -lean_inc(x_2312); -x_2798 = l_Lean_Meta_isExprDefEq(x_2312, x_2760, x_2797, x_7, x_8, x_9, x_2761); -if (lean_obj_tag(x_2798) == 0) +lean_inc(x_2769); +lean_inc(x_2320); +x_2807 = l_Lean_Meta_isExprDefEq(x_2320, x_2769, x_2806, x_7, x_8, x_9, x_2770); +if (lean_obj_tag(x_2807) == 0) { -lean_object* x_2799; uint8_t x_2800; -x_2799 = lean_ctor_get(x_2798, 0); -lean_inc(x_2799); -x_2800 = lean_unbox(x_2799); -lean_dec(x_2799); -if (x_2800 == 0) -{ -lean_object* x_2801; lean_object* x_2802; lean_object* x_2803; lean_object* x_2804; lean_object* x_2805; -lean_dec(x_2263); -x_2801 = lean_ctor_get(x_2798, 1); -lean_inc(x_2801); -lean_dec(x_2798); -x_2802 = lean_box(0); -lean_inc(x_2312); -x_2803 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__3(x_23, x_2312, x_2760, x_2802, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2801); -x_2804 = lean_ctor_get(x_2803, 0); -lean_inc(x_2804); -x_2805 = lean_ctor_get(x_2803, 1); -lean_inc(x_2805); -lean_dec(x_2803); -x_2416 = x_2804; -x_2417 = x_2805; -goto block_2750; -} -else -{ -lean_object* x_2806; lean_object* x_2807; -x_2806 = lean_ctor_get(x_2798, 1); -lean_inc(x_2806); -lean_dec(x_2798); -if (lean_is_scalar(x_2263)) { - x_2807 = lean_alloc_ctor(1, 1, 0); -} else { - x_2807 = x_2263; -} -lean_ctor_set(x_2807, 0, x_2760); -x_2416 = x_2807; -x_2417 = x_2806; -goto block_2750; -} -} -else -{ -lean_object* x_2808; lean_object* x_2809; lean_object* x_2810; lean_object* x_2811; -lean_dec(x_2760); -lean_dec(x_2412); -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); -lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2808 = lean_ctor_get(x_2798, 0); +lean_object* x_2808; uint8_t x_2809; +x_2808 = lean_ctor_get(x_2807, 0); lean_inc(x_2808); -x_2809 = lean_ctor_get(x_2798, 1); -lean_inc(x_2809); -if (lean_is_exclusive(x_2798)) { - lean_ctor_release(x_2798, 0); - lean_ctor_release(x_2798, 1); - x_2810 = x_2798; -} else { - lean_dec_ref(x_2798); - x_2810 = lean_box(0); -} -if (lean_is_scalar(x_2810)) { - x_2811 = lean_alloc_ctor(1, 2, 0); -} else { - x_2811 = x_2810; -} -lean_ctor_set(x_2811, 0, x_2808); -lean_ctor_set(x_2811, 1, x_2809); -return x_2811; -} -} -else +x_2809 = lean_unbox(x_2808); +lean_dec(x_2808); +if (x_2809 == 0) { -lean_object* x_2812; lean_object* x_2813; lean_object* x_2814; lean_object* x_2815; -lean_dec(x_2412); -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); -lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2812 = lean_ctor_get(x_2758, 0); -lean_inc(x_2812); -x_2813 = lean_ctor_get(x_2758, 1); +lean_object* x_2810; lean_object* x_2811; lean_object* x_2812; lean_object* x_2813; lean_object* x_2814; +lean_dec(x_2271); +x_2810 = lean_ctor_get(x_2807, 1); +lean_inc(x_2810); +lean_dec(x_2807); +x_2811 = lean_box(0); +lean_inc(x_2320); +x_2812 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__3(x_23, x_2320, x_2769, x_2811, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2810); +x_2813 = lean_ctor_get(x_2812, 0); lean_inc(x_2813); -if (lean_is_exclusive(x_2758)) { - lean_ctor_release(x_2758, 0); - lean_ctor_release(x_2758, 1); - x_2814 = x_2758; -} else { - lean_dec_ref(x_2758); - x_2814 = lean_box(0); -} -if (lean_is_scalar(x_2814)) { - x_2815 = lean_alloc_ctor(1, 2, 0); -} else { - x_2815 = x_2814; -} -lean_ctor_set(x_2815, 0, x_2812); -lean_ctor_set(x_2815, 1, x_2813); -return x_2815; -} +x_2814 = lean_ctor_get(x_2812, 1); +lean_inc(x_2814); +lean_dec(x_2812); +x_2424 = x_2813; +x_2425 = x_2814; +goto block_2759; } else { -lean_object* x_2816; -lean_dec(x_2752); -lean_dec(x_2263); -lean_dec(x_18); -x_2816 = lean_ctor_get(x_2751, 1); -lean_inc(x_2816); -lean_dec(x_2751); -x_2416 = x_23; -x_2417 = x_2816; -goto block_2750; +lean_object* x_2815; lean_object* x_2816; +x_2815 = lean_ctor_get(x_2807, 1); +lean_inc(x_2815); +lean_dec(x_2807); +if (lean_is_scalar(x_2271)) { + x_2816 = lean_alloc_ctor(1, 1, 0); +} else { + x_2816 = x_2271; +} +lean_ctor_set(x_2816, 0, x_2769); +x_2424 = x_2816; +x_2425 = x_2815; +goto block_2759; } } else { lean_object* x_2817; lean_object* x_2818; lean_object* x_2819; lean_object* x_2820; +lean_dec(x_2769); +lean_dec(x_2420); lean_dec(x_2412); -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); lean_dec(x_20); -lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); lean_dec(x_9); @@ -15428,16 +15340,16 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2817 = lean_ctor_get(x_2751, 0); +x_2817 = lean_ctor_get(x_2807, 0); lean_inc(x_2817); -x_2818 = lean_ctor_get(x_2751, 1); +x_2818 = lean_ctor_get(x_2807, 1); lean_inc(x_2818); -if (lean_is_exclusive(x_2751)) { - lean_ctor_release(x_2751, 0); - lean_ctor_release(x_2751, 1); - x_2819 = x_2751; +if (lean_is_exclusive(x_2807)) { + lean_ctor_release(x_2807, 0); + lean_ctor_release(x_2807, 1); + x_2819 = x_2807; } else { - lean_dec_ref(x_2751); + lean_dec_ref(x_2807); x_2819 = lean_box(0); } if (lean_is_scalar(x_2819)) { @@ -15449,82 +15361,130 @@ lean_ctor_set(x_2820, 0, x_2817); lean_ctor_set(x_2820, 1, x_2818); return x_2820; } -block_2750: -{ -lean_object* x_2418; -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_2418 = l_Lean_Meta_Grind_Arith_CommRing_getRingId_x3f(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2417); -if (lean_obj_tag(x_2418) == 0) -{ -lean_object* x_2419; lean_object* x_2420; lean_object* x_2421; lean_object* x_2422; lean_object* x_2423; lean_object* x_2424; -x_2419 = lean_ctor_get(x_2418, 0); -lean_inc(x_2419); -x_2420 = lean_ctor_get(x_2418, 1); -lean_inc(x_2420); -lean_dec(x_2418); -x_2421 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__72; -lean_inc(x_15); -x_2422 = l_Lean_Expr_const___override(x_2421, x_15); -lean_inc(x_1); -x_2423 = l_Lean_Expr_app___override(x_2422, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_2424 = l_Lean_Meta_trySynthInstance(x_2423, x_23, x_6, x_7, x_8, x_9, x_2420); -if (lean_obj_tag(x_2424) == 0) -{ -lean_object* x_2425; lean_object* x_2426; lean_object* x_2427; lean_object* x_2428; lean_object* x_2429; lean_object* x_2430; lean_object* x_2431; lean_object* x_2432; lean_object* x_2647; -x_2425 = lean_ctor_get(x_2424, 0); -lean_inc(x_2425); -x_2426 = lean_ctor_get(x_2424, 1); -lean_inc(x_2426); -lean_dec(x_2424); -x_2427 = l_Lean_LOption_toOption___rarg(x_2425); -x_2428 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__74; -lean_inc(x_15); -x_2429 = l_Lean_Expr_const___override(x_2428, x_15); -lean_inc(x_1); -x_2430 = l_Lean_Expr_app___override(x_2429, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_2647 = l_Lean_Meta_trySynthInstance(x_2430, x_23, x_6, x_7, x_8, x_9, x_2426); -if (lean_obj_tag(x_2647) == 0) -{ -lean_object* x_2648; lean_object* x_2649; lean_object* x_2650; -x_2648 = lean_ctor_get(x_2647, 0); -lean_inc(x_2648); -x_2649 = lean_ctor_get(x_2647, 1); -lean_inc(x_2649); -lean_dec(x_2647); -x_2650 = l_Lean_LOption_toOption___rarg(x_2648); -if (lean_obj_tag(x_2650) == 0) -{ -x_2431 = x_23; -x_2432 = x_2649; -goto block_2646; } else { -lean_object* x_2651; lean_object* x_2652; lean_object* x_2653; lean_object* x_2654; lean_object* x_2655; -x_2651 = lean_ctor_get(x_2650, 0); -lean_inc(x_2651); -lean_dec(x_2650); -x_2652 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__91; -lean_inc(x_15); -x_2653 = l_Lean_Expr_const___override(x_2652, x_15); -lean_inc(x_1); -x_2654 = l_Lean_mkAppB(x_2653, x_1, x_2651); +lean_object* x_2821; lean_object* x_2822; lean_object* x_2823; lean_object* x_2824; +lean_dec(x_2420); +lean_dec(x_2412); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); +lean_dec(x_2312); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2821 = lean_ctor_get(x_2767, 0); +lean_inc(x_2821); +x_2822 = lean_ctor_get(x_2767, 1); +lean_inc(x_2822); +if (lean_is_exclusive(x_2767)) { + lean_ctor_release(x_2767, 0); + lean_ctor_release(x_2767, 1); + x_2823 = x_2767; +} else { + lean_dec_ref(x_2767); + x_2823 = lean_box(0); +} +if (lean_is_scalar(x_2823)) { + x_2824 = lean_alloc_ctor(1, 2, 0); +} else { + x_2824 = x_2823; +} +lean_ctor_set(x_2824, 0, x_2821); +lean_ctor_set(x_2824, 1, x_2822); +return x_2824; +} +} +else +{ +lean_object* x_2825; +lean_dec(x_2761); +lean_dec(x_2271); +lean_dec(x_18); +x_2825 = lean_ctor_get(x_2760, 1); +lean_inc(x_2825); +lean_dec(x_2760); +x_2424 = x_23; +x_2425 = x_2825; +goto block_2759; +} +} +else +{ +lean_object* x_2826; lean_object* x_2827; lean_object* x_2828; lean_object* x_2829; +lean_dec(x_2420); +lean_dec(x_2412); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); +lean_dec(x_2312); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2826 = lean_ctor_get(x_2760, 0); +lean_inc(x_2826); +x_2827 = lean_ctor_get(x_2760, 1); +lean_inc(x_2827); +if (lean_is_exclusive(x_2760)) { + lean_ctor_release(x_2760, 0); + lean_ctor_release(x_2760, 1); + x_2828 = x_2760; +} else { + lean_dec_ref(x_2760); + x_2828 = lean_box(0); +} +if (lean_is_scalar(x_2828)) { + x_2829 = lean_alloc_ctor(1, 2, 0); +} else { + x_2829 = x_2828; +} +lean_ctor_set(x_2829, 0, x_2826); +lean_ctor_set(x_2829, 1, x_2827); +return x_2829; +} +block_2759: +{ +lean_object* x_2426; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -15533,1025 +15493,71 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_2655 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_internalizeConst(x_2654, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2649); -if (lean_obj_tag(x_2655) == 0) +lean_inc(x_1); +x_2426 = l_Lean_Meta_Grind_Arith_CommRing_getRingId_x3f(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2425); +if (lean_obj_tag(x_2426) == 0) { -lean_object* x_2656; lean_object* x_2657; lean_object* x_2658; lean_object* x_2659; -x_2656 = lean_ctor_get(x_2655, 0); -lean_inc(x_2656); -x_2657 = lean_ctor_get(x_2655, 1); -lean_inc(x_2657); -lean_dec(x_2655); -x_2658 = lean_unsigned_to_nat(1u); +lean_object* x_2427; lean_object* x_2428; lean_object* x_2429; lean_object* x_2430; lean_object* x_2431; lean_object* x_2432; +x_2427 = lean_ctor_get(x_2426, 0); +lean_inc(x_2427); +x_2428 = lean_ctor_get(x_2426, 1); +lean_inc(x_2428); +lean_dec(x_2426); +x_2429 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__72; +lean_inc(x_15); +x_2430 = l_Lean_Expr_const___override(x_2429, x_15); +lean_inc(x_1); +x_2431 = l_Lean_Expr_app___override(x_2430, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); +x_2432 = l_Lean_Meta_trySynthInstance(x_2431, x_23, x_6, x_7, x_8, x_9, x_2428); +if (lean_obj_tag(x_2432) == 0) +{ +lean_object* x_2433; lean_object* x_2434; lean_object* x_2435; lean_object* x_2436; lean_object* x_2437; lean_object* x_2438; lean_object* x_2439; lean_object* x_2440; lean_object* x_2656; +x_2433 = lean_ctor_get(x_2432, 0); +lean_inc(x_2433); +x_2434 = lean_ctor_get(x_2432, 1); +lean_inc(x_2434); +lean_dec(x_2432); +x_2435 = l_Lean_LOption_toOption___rarg(x_2433); +x_2436 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__74; +lean_inc(x_15); +x_2437 = l_Lean_Expr_const___override(x_2436, x_15); lean_inc(x_1); -x_2659 = l_Lean_Meta_mkNumeral(x_1, x_2658, x_6, x_7, x_8, x_9, x_2657); +x_2438 = l_Lean_Expr_app___override(x_2437, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_2656 = l_Lean_Meta_trySynthInstance(x_2438, x_23, x_6, x_7, x_8, x_9, x_2434); +if (lean_obj_tag(x_2656) == 0) +{ +lean_object* x_2657; lean_object* x_2658; lean_object* x_2659; +x_2657 = lean_ctor_get(x_2656, 0); +lean_inc(x_2657); +x_2658 = lean_ctor_get(x_2656, 1); +lean_inc(x_2658); +lean_dec(x_2656); +x_2659 = l_Lean_LOption_toOption___rarg(x_2657); if (lean_obj_tag(x_2659) == 0) { -lean_object* x_2660; lean_object* x_2661; lean_object* x_2662; uint64_t x_2663; uint8_t x_2664; lean_object* x_2665; lean_object* x_2666; lean_object* x_2667; lean_object* x_2668; lean_object* x_2669; lean_object* x_2670; uint8_t x_2671; uint8_t x_2672; uint8_t x_2673; uint8_t x_2674; uint8_t x_2675; uint8_t x_2676; uint8_t x_2677; uint8_t x_2678; uint8_t x_2679; uint8_t x_2680; uint8_t x_2681; uint8_t x_2682; uint8_t x_2683; uint8_t x_2684; uint8_t x_2685; uint8_t x_2686; uint8_t x_2687; uint8_t x_2688; uint8_t x_2689; lean_object* x_2690; uint8_t x_2691; lean_object* x_2692; uint64_t x_2693; uint64_t x_2694; uint64_t x_2695; uint64_t x_2696; uint64_t x_2697; lean_object* x_2698; lean_object* x_2699; -x_2660 = lean_ctor_get(x_6, 0); +x_2439 = x_23; +x_2440 = x_2658; +goto block_2655; +} +else +{ +lean_object* x_2660; lean_object* x_2661; lean_object* x_2662; lean_object* x_2663; lean_object* x_2664; +x_2660 = lean_ctor_get(x_2659, 0); lean_inc(x_2660); -x_2661 = lean_ctor_get(x_2659, 0); -lean_inc(x_2661); -x_2662 = lean_ctor_get(x_2659, 1); -lean_inc(x_2662); lean_dec(x_2659); -x_2663 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_2664 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_2665 = lean_ctor_get(x_6, 1); -lean_inc(x_2665); -x_2666 = lean_ctor_get(x_6, 2); -lean_inc(x_2666); -x_2667 = lean_ctor_get(x_6, 3); -lean_inc(x_2667); -x_2668 = lean_ctor_get(x_6, 4); -lean_inc(x_2668); -x_2669 = lean_ctor_get(x_6, 5); -lean_inc(x_2669); -x_2670 = lean_ctor_get(x_6, 6); -lean_inc(x_2670); -x_2671 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_2672 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_2673 = lean_ctor_get_uint8(x_2660, 0); -x_2674 = lean_ctor_get_uint8(x_2660, 1); -x_2675 = lean_ctor_get_uint8(x_2660, 2); -x_2676 = lean_ctor_get_uint8(x_2660, 3); -x_2677 = lean_ctor_get_uint8(x_2660, 4); -x_2678 = lean_ctor_get_uint8(x_2660, 5); -x_2679 = lean_ctor_get_uint8(x_2660, 6); -x_2680 = lean_ctor_get_uint8(x_2660, 7); -x_2681 = lean_ctor_get_uint8(x_2660, 8); -x_2682 = lean_ctor_get_uint8(x_2660, 10); -x_2683 = lean_ctor_get_uint8(x_2660, 11); -x_2684 = lean_ctor_get_uint8(x_2660, 12); -x_2685 = lean_ctor_get_uint8(x_2660, 13); -x_2686 = lean_ctor_get_uint8(x_2660, 14); -x_2687 = lean_ctor_get_uint8(x_2660, 15); -x_2688 = lean_ctor_get_uint8(x_2660, 16); -x_2689 = lean_ctor_get_uint8(x_2660, 17); -if (lean_is_exclusive(x_2660)) { - x_2690 = x_2660; -} else { - lean_dec_ref(x_2660); - x_2690 = lean_box(0); -} -x_2691 = 1; -if (lean_is_scalar(x_2690)) { - x_2692 = lean_alloc_ctor(0, 0, 18); -} else { - x_2692 = x_2690; -} -lean_ctor_set_uint8(x_2692, 0, x_2673); -lean_ctor_set_uint8(x_2692, 1, x_2674); -lean_ctor_set_uint8(x_2692, 2, x_2675); -lean_ctor_set_uint8(x_2692, 3, x_2676); -lean_ctor_set_uint8(x_2692, 4, x_2677); -lean_ctor_set_uint8(x_2692, 5, x_2678); -lean_ctor_set_uint8(x_2692, 6, x_2679); -lean_ctor_set_uint8(x_2692, 7, x_2680); -lean_ctor_set_uint8(x_2692, 8, x_2681); -lean_ctor_set_uint8(x_2692, 9, x_2691); -lean_ctor_set_uint8(x_2692, 10, x_2682); -lean_ctor_set_uint8(x_2692, 11, x_2683); -lean_ctor_set_uint8(x_2692, 12, x_2684); -lean_ctor_set_uint8(x_2692, 13, x_2685); -lean_ctor_set_uint8(x_2692, 14, x_2686); -lean_ctor_set_uint8(x_2692, 15, x_2687); -lean_ctor_set_uint8(x_2692, 16, x_2688); -lean_ctor_set_uint8(x_2692, 17, x_2689); -x_2693 = 2; -x_2694 = lean_uint64_shift_right(x_2663, x_2693); -x_2695 = lean_uint64_shift_left(x_2694, x_2693); -x_2696 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_2697 = lean_uint64_lor(x_2695, x_2696); -x_2698 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_2698, 0, x_2692); -lean_ctor_set(x_2698, 1, x_2665); -lean_ctor_set(x_2698, 2, x_2666); -lean_ctor_set(x_2698, 3, x_2667); -lean_ctor_set(x_2698, 4, x_2668); -lean_ctor_set(x_2698, 5, x_2669); -lean_ctor_set(x_2698, 6, x_2670); -lean_ctor_set_uint64(x_2698, sizeof(void*)*7, x_2697); -lean_ctor_set_uint8(x_2698, sizeof(void*)*7 + 8, x_2664); -lean_ctor_set_uint8(x_2698, sizeof(void*)*7 + 9, x_2671); -lean_ctor_set_uint8(x_2698, sizeof(void*)*7 + 10, x_2672); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_2661); -lean_inc(x_2656); -x_2699 = l_Lean_Meta_isExprDefEq(x_2656, x_2661, x_2698, x_7, x_8, x_9, x_2662); -if (lean_obj_tag(x_2699) == 0) -{ -lean_object* x_2700; uint8_t x_2701; -x_2700 = lean_ctor_get(x_2699, 0); -lean_inc(x_2700); -x_2701 = lean_unbox(x_2700); -lean_dec(x_2700); -if (x_2701 == 0) -{ -lean_object* x_2702; lean_object* x_2703; lean_object* x_2704; uint8_t x_2705; -x_2702 = lean_ctor_get(x_2699, 1); -lean_inc(x_2702); -lean_dec(x_2699); -x_2703 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_2702); -x_2704 = lean_ctor_get(x_2703, 0); -lean_inc(x_2704); -x_2705 = lean_ctor_get_uint8(x_2704, sizeof(void*)*6 + 11); -lean_dec(x_2704); -if (x_2705 == 0) -{ -lean_object* x_2706; lean_object* x_2707; lean_object* x_2708; lean_object* x_2709; lean_object* x_2710; -lean_dec(x_2661); -x_2706 = lean_ctor_get(x_2703, 1); -lean_inc(x_2706); -lean_dec(x_2703); -x_2707 = lean_box(0); -x_2708 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2656, x_2707, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2706); -x_2709 = lean_ctor_get(x_2708, 0); -lean_inc(x_2709); -x_2710 = lean_ctor_get(x_2708, 1); -lean_inc(x_2710); -lean_dec(x_2708); -x_2431 = x_2709; -x_2432 = x_2710; -goto block_2646; -} -else -{ -lean_object* x_2711; lean_object* x_2712; lean_object* x_2713; lean_object* x_2714; lean_object* x_2715; lean_object* x_2716; lean_object* x_2717; lean_object* x_2718; lean_object* x_2719; lean_object* x_2720; -x_2711 = lean_ctor_get(x_2703, 1); -lean_inc(x_2711); -lean_dec(x_2703); -lean_inc(x_2656); -x_2712 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_2656, x_2661, x_6, x_7, x_8, x_9, x_2711); -x_2713 = lean_ctor_get(x_2712, 0); -lean_inc(x_2713); -x_2714 = lean_ctor_get(x_2712, 1); -lean_inc(x_2714); -lean_dec(x_2712); -x_2715 = l_Lean_Meta_Grind_reportIssue(x_2713, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2714); -x_2716 = lean_ctor_get(x_2715, 0); -lean_inc(x_2716); -x_2717 = lean_ctor_get(x_2715, 1); -lean_inc(x_2717); -lean_dec(x_2715); -x_2718 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2656, x_2716, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2717); -lean_dec(x_2716); -x_2719 = lean_ctor_get(x_2718, 0); -lean_inc(x_2719); -x_2720 = lean_ctor_get(x_2718, 1); -lean_inc(x_2720); -lean_dec(x_2718); -x_2431 = x_2719; -x_2432 = x_2720; -goto block_2646; -} -} -else -{ -lean_object* x_2721; lean_object* x_2722; lean_object* x_2723; lean_object* x_2724; lean_object* x_2725; -lean_dec(x_2661); -x_2721 = lean_ctor_get(x_2699, 1); -lean_inc(x_2721); -lean_dec(x_2699); -x_2722 = lean_box(0); -x_2723 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2656, x_2722, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2721); -x_2724 = lean_ctor_get(x_2723, 0); -lean_inc(x_2724); -x_2725 = lean_ctor_get(x_2723, 1); -lean_inc(x_2725); -lean_dec(x_2723); -x_2431 = x_2724; -x_2432 = x_2725; -goto block_2646; -} -} -else -{ -lean_object* x_2726; lean_object* x_2727; lean_object* x_2728; lean_object* x_2729; -lean_dec(x_2661); -lean_dec(x_2656); -lean_dec(x_2427); -lean_dec(x_2419); -lean_dec(x_2416); -lean_dec(x_2412); -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); -lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2726 = lean_ctor_get(x_2699, 0); -lean_inc(x_2726); -x_2727 = lean_ctor_get(x_2699, 1); -lean_inc(x_2727); -if (lean_is_exclusive(x_2699)) { - lean_ctor_release(x_2699, 0); - lean_ctor_release(x_2699, 1); - x_2728 = x_2699; -} else { - lean_dec_ref(x_2699); - x_2728 = lean_box(0); -} -if (lean_is_scalar(x_2728)) { - x_2729 = lean_alloc_ctor(1, 2, 0); -} else { - x_2729 = x_2728; -} -lean_ctor_set(x_2729, 0, x_2726); -lean_ctor_set(x_2729, 1, x_2727); -return x_2729; -} -} -else -{ -lean_object* x_2730; lean_object* x_2731; lean_object* x_2732; lean_object* x_2733; -lean_dec(x_2656); -lean_dec(x_2427); -lean_dec(x_2419); -lean_dec(x_2416); -lean_dec(x_2412); -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); -lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2730 = lean_ctor_get(x_2659, 0); -lean_inc(x_2730); -x_2731 = lean_ctor_get(x_2659, 1); -lean_inc(x_2731); -if (lean_is_exclusive(x_2659)) { - lean_ctor_release(x_2659, 0); - lean_ctor_release(x_2659, 1); - x_2732 = x_2659; -} else { - lean_dec_ref(x_2659); - x_2732 = lean_box(0); -} -if (lean_is_scalar(x_2732)) { - x_2733 = lean_alloc_ctor(1, 2, 0); -} else { - x_2733 = x_2732; -} -lean_ctor_set(x_2733, 0, x_2730); -lean_ctor_set(x_2733, 1, x_2731); -return x_2733; -} -} -else -{ -lean_object* x_2734; lean_object* x_2735; lean_object* x_2736; lean_object* x_2737; -lean_dec(x_2427); -lean_dec(x_2419); -lean_dec(x_2416); -lean_dec(x_2412); -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); -lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2734 = lean_ctor_get(x_2655, 0); -lean_inc(x_2734); -x_2735 = lean_ctor_get(x_2655, 1); -lean_inc(x_2735); -if (lean_is_exclusive(x_2655)) { - lean_ctor_release(x_2655, 0); - lean_ctor_release(x_2655, 1); - x_2736 = x_2655; -} else { - lean_dec_ref(x_2655); - x_2736 = lean_box(0); -} -if (lean_is_scalar(x_2736)) { - x_2737 = lean_alloc_ctor(1, 2, 0); -} else { - x_2737 = x_2736; -} -lean_ctor_set(x_2737, 0, x_2734); -lean_ctor_set(x_2737, 1, x_2735); -return x_2737; -} -} -} -else -{ -lean_object* x_2738; lean_object* x_2739; lean_object* x_2740; lean_object* x_2741; -lean_dec(x_2427); -lean_dec(x_2419); -lean_dec(x_2416); -lean_dec(x_2412); -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); -lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2738 = lean_ctor_get(x_2647, 0); -lean_inc(x_2738); -x_2739 = lean_ctor_get(x_2647, 1); -lean_inc(x_2739); -if (lean_is_exclusive(x_2647)) { - lean_ctor_release(x_2647, 0); - lean_ctor_release(x_2647, 1); - x_2740 = x_2647; -} else { - lean_dec_ref(x_2647); - x_2740 = lean_box(0); -} -if (lean_is_scalar(x_2740)) { - x_2741 = lean_alloc_ctor(1, 2, 0); -} else { - x_2741 = x_2740; -} -lean_ctor_set(x_2741, 0, x_2738); -lean_ctor_set(x_2741, 1, x_2739); -return x_2741; -} -block_2646: -{ -lean_object* x_2433; lean_object* x_2434; lean_object* x_2435; lean_object* x_2436; -x_2433 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__76; +x_2661 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__91; lean_inc(x_15); -x_2434 = l_Lean_Expr_const___override(x_2433, x_15); +x_2662 = l_Lean_Expr_const___override(x_2661, x_15); lean_inc(x_1); -x_2435 = l_Lean_Expr_app___override(x_2434, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_2436 = l_Lean_Meta_trySynthInstance(x_2435, x_23, x_6, x_7, x_8, x_9, x_2432); -if (lean_obj_tag(x_2436) == 0) -{ -lean_object* x_2437; lean_object* x_2438; lean_object* x_2439; lean_object* x_2440; lean_object* x_2441; -x_2437 = lean_ctor_get(x_2436, 0); -lean_inc(x_2437); -x_2438 = lean_ctor_get(x_2436, 1); -lean_inc(x_2438); -lean_dec(x_2436); -x_2439 = l_Lean_LOption_toOption___rarg(x_2437); -if (lean_obj_tag(x_2427) == 0) -{ -lean_dec(x_2355); -x_2440 = x_23; -x_2441 = x_2438; -goto block_2614; -} -else -{ -lean_object* x_2615; lean_object* x_2616; lean_object* x_2617; lean_object* x_2618; lean_object* x_2619; -x_2615 = lean_ctor_get(x_2427, 0); -lean_inc(x_2615); -x_2616 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__87; -lean_inc(x_15); -x_2617 = l_Lean_Expr_const___override(x_2616, x_15); -lean_inc(x_2354); -lean_inc(x_1); -x_2618 = l_Lean_mkApp3(x_2617, x_1, x_2615, x_2354); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_2618); -x_2619 = l_Lean_Meta_trySynthInstance(x_2618, x_23, x_6, x_7, x_8, x_9, x_2438); -if (lean_obj_tag(x_2619) == 0) -{ -lean_object* x_2620; -x_2620 = lean_ctor_get(x_2619, 0); -lean_inc(x_2620); -if (lean_obj_tag(x_2620) == 1) -{ -lean_object* x_2621; lean_object* x_2622; lean_object* x_2623; -lean_dec(x_2618); -x_2621 = lean_ctor_get(x_2619, 1); -lean_inc(x_2621); -lean_dec(x_2619); -x_2622 = lean_ctor_get(x_2620, 0); -lean_inc(x_2622); -lean_dec(x_2620); -if (lean_is_scalar(x_2355)) { - x_2623 = lean_alloc_ctor(1, 1, 0); -} else { - x_2623 = x_2355; -} -lean_ctor_set(x_2623, 0, x_2622); -x_2440 = x_2623; -x_2441 = x_2621; -goto block_2614; -} -else -{ -lean_object* x_2624; lean_object* x_2625; lean_object* x_2626; uint8_t x_2627; -lean_dec(x_2620); -lean_dec(x_2355); -x_2624 = lean_ctor_get(x_2619, 1); -lean_inc(x_2624); -lean_dec(x_2619); -x_2625 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_2624); -x_2626 = lean_ctor_get(x_2625, 0); -lean_inc(x_2626); -x_2627 = lean_ctor_get_uint8(x_2626, sizeof(void*)*6 + 11); -lean_dec(x_2626); -if (x_2627 == 0) -{ -lean_object* x_2628; -lean_dec(x_2618); -x_2628 = lean_ctor_get(x_2625, 1); -lean_inc(x_2628); -lean_dec(x_2625); -x_2440 = x_23; -x_2441 = x_2628; -goto block_2614; -} -else -{ -lean_object* x_2629; lean_object* x_2630; lean_object* x_2631; lean_object* x_2632; lean_object* x_2633; lean_object* x_2634; lean_object* x_2635; lean_object* x_2636; lean_object* x_2637; -x_2629 = lean_ctor_get(x_2625, 1); -lean_inc(x_2629); -if (lean_is_exclusive(x_2625)) { - lean_ctor_release(x_2625, 0); - lean_ctor_release(x_2625, 1); - x_2630 = x_2625; -} else { - lean_dec_ref(x_2625); - x_2630 = lean_box(0); -} -x_2631 = l_Lean_indentExpr(x_2618); -x_2632 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__89; -if (lean_is_scalar(x_2630)) { - x_2633 = lean_alloc_ctor(7, 2, 0); -} else { - x_2633 = x_2630; - lean_ctor_set_tag(x_2633, 7); -} -lean_ctor_set(x_2633, 0, x_2632); -lean_ctor_set(x_2633, 1, x_2631); -x_2634 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_2635 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_2635, 0, x_2633); -lean_ctor_set(x_2635, 1, x_2634); -x_2636 = l_Lean_Meta_Grind_reportIssue(x_2635, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2629); -x_2637 = lean_ctor_get(x_2636, 1); -lean_inc(x_2637); -lean_dec(x_2636); -x_2440 = x_23; -x_2441 = x_2637; -goto block_2614; -} -} -} -else -{ -lean_object* x_2638; lean_object* x_2639; lean_object* x_2640; lean_object* x_2641; -lean_dec(x_2618); -lean_dec(x_2439); -lean_dec(x_2431); -lean_dec(x_2427); -lean_dec(x_2419); -lean_dec(x_2416); -lean_dec(x_2412); -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); -lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2638 = lean_ctor_get(x_2619, 0); -lean_inc(x_2638); -x_2639 = lean_ctor_get(x_2619, 1); -lean_inc(x_2639); -if (lean_is_exclusive(x_2619)) { - lean_ctor_release(x_2619, 0); - lean_ctor_release(x_2619, 1); - x_2640 = x_2619; -} else { - lean_dec_ref(x_2619); - x_2640 = lean_box(0); -} -if (lean_is_scalar(x_2640)) { - x_2641 = lean_alloc_ctor(1, 2, 0); -} else { - x_2641 = x_2640; -} -lean_ctor_set(x_2641, 0, x_2638); -lean_ctor_set(x_2641, 1, x_2639); -return x_2641; -} -} -block_2614: -{ -lean_object* x_2442; lean_object* x_2443; lean_object* x_2444; lean_object* x_2445; lean_object* x_2594; -x_2442 = l_Lean_Nat_mkType; -lean_inc_n(x_1, 2); -x_2443 = l_Lean_mkApp3(x_20, x_2442, x_1, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_2594 = l_Lean_Meta_trySynthInstance(x_2443, x_23, x_6, x_7, x_8, x_9, x_2441); -if (lean_obj_tag(x_2594) == 0) -{ -lean_object* x_2595; -x_2595 = lean_ctor_get(x_2594, 0); -lean_inc(x_2595); -if (lean_obj_tag(x_2595) == 1) -{ -lean_object* x_2596; lean_object* x_2597; lean_object* x_2598; lean_object* x_2599; lean_object* x_2600; lean_object* x_2601; -x_2596 = lean_ctor_get(x_2594, 1); -lean_inc(x_2596); -lean_dec(x_2594); -x_2597 = lean_ctor_get(x_2595, 0); -lean_inc(x_2597); -lean_dec(x_2595); -x_2598 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__86; -x_2599 = l_Lean_Expr_const___override(x_2598, x_15); -lean_inc(x_1); -x_2600 = l_Lean_mkApp3(x_2599, x_1, x_36, x_2597); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_2601 = l_Lean_Meta_trySynthInstance(x_2600, x_23, x_6, x_7, x_8, x_9, x_2596); -if (lean_obj_tag(x_2601) == 0) -{ -lean_object* x_2602; lean_object* x_2603; lean_object* x_2604; -x_2602 = lean_ctor_get(x_2601, 0); -lean_inc(x_2602); -x_2603 = lean_ctor_get(x_2601, 1); -lean_inc(x_2603); -lean_dec(x_2601); -x_2604 = l_Lean_LOption_toOption___rarg(x_2602); -x_2444 = x_2604; -x_2445 = x_2603; -goto block_2593; -} -else -{ -lean_object* x_2605; lean_object* x_2606; lean_object* x_2607; lean_object* x_2608; -lean_dec(x_2440); -lean_dec(x_2439); -lean_dec(x_2431); -lean_dec(x_2427); -lean_dec(x_2419); -lean_dec(x_2416); -lean_dec(x_2412); -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2354); -lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_42); -lean_dec(x_32); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2605 = lean_ctor_get(x_2601, 0); -lean_inc(x_2605); -x_2606 = lean_ctor_get(x_2601, 1); -lean_inc(x_2606); -if (lean_is_exclusive(x_2601)) { - lean_ctor_release(x_2601, 0); - lean_ctor_release(x_2601, 1); - x_2607 = x_2601; -} else { - lean_dec_ref(x_2601); - x_2607 = lean_box(0); -} -if (lean_is_scalar(x_2607)) { - x_2608 = lean_alloc_ctor(1, 2, 0); -} else { - x_2608 = x_2607; -} -lean_ctor_set(x_2608, 0, x_2605); -lean_ctor_set(x_2608, 1, x_2606); -return x_2608; -} -} -else -{ -lean_object* x_2609; -lean_dec(x_2595); -lean_dec(x_36); -lean_dec(x_15); -x_2609 = lean_ctor_get(x_2594, 1); -lean_inc(x_2609); -lean_dec(x_2594); -x_2444 = x_23; -x_2445 = x_2609; -goto block_2593; -} -} -else -{ -lean_object* x_2610; lean_object* x_2611; lean_object* x_2612; lean_object* x_2613; -lean_dec(x_2440); -lean_dec(x_2439); -lean_dec(x_2431); -lean_dec(x_2427); -lean_dec(x_2419); -lean_dec(x_2416); -lean_dec(x_2412); -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2354); -lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2610 = lean_ctor_get(x_2594, 0); -lean_inc(x_2610); -x_2611 = lean_ctor_get(x_2594, 1); -lean_inc(x_2611); -if (lean_is_exclusive(x_2594)) { - lean_ctor_release(x_2594, 0); - lean_ctor_release(x_2594, 1); - x_2612 = x_2594; -} else { - lean_dec_ref(x_2594); - x_2612 = lean_box(0); -} -if (lean_is_scalar(x_2612)) { - x_2613 = lean_alloc_ctor(1, 2, 0); -} else { - x_2613 = x_2612; -} -lean_ctor_set(x_2613, 0, x_2610); -lean_ctor_set(x_2613, 1, x_2611); -return x_2613; -} -block_2593: -{ -lean_object* x_2446; lean_object* x_2447; lean_object* x_2448; lean_object* x_2449; lean_object* x_2450; lean_object* x_2451; lean_object* x_2452; uint8_t x_2453; lean_object* x_2454; lean_object* x_2455; lean_object* x_2456; lean_object* x_2457; lean_object* x_2458; lean_object* x_2459; lean_object* x_2460; lean_object* x_2461; lean_object* x_2462; lean_object* x_2463; lean_object* x_2464; lean_object* x_2465; lean_object* x_2466; lean_object* x_2467; uint8_t x_2468; lean_object* x_2469; lean_object* x_2470; lean_object* x_2471; lean_object* x_2472; lean_object* x_2473; lean_object* x_2474; lean_object* x_2475; lean_object* x_2476; lean_object* x_2477; lean_object* x_2478; lean_object* x_2479; lean_object* x_2480; lean_object* x_2481; lean_object* x_2482; lean_object* x_2483; lean_object* x_2484; lean_object* x_2485; lean_object* x_2486; lean_object* x_2487; lean_object* x_2488; lean_object* x_2489; -x_2446 = l_Lean_Meta_Grind_Arith_Linear_get_x27(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2445); -x_2447 = lean_ctor_get(x_2446, 0); -lean_inc(x_2447); -x_2448 = lean_ctor_get(x_2446, 1); -lean_inc(x_2448); -lean_dec(x_2446); -x_2449 = lean_ctor_get(x_2447, 0); -lean_inc(x_2449); -lean_dec(x_2447); -x_2450 = lean_array_get_size(x_2449); -lean_dec(x_2449); -x_2451 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__79; -x_2452 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__81; -x_2453 = 0; -lean_inc(x_2431); -lean_inc(x_2427); -lean_inc(x_2450); -x_2454 = lean_alloc_ctor(0, 31, 1); -lean_ctor_set(x_2454, 0, x_2450); -lean_ctor_set(x_2454, 1, x_2419); -lean_ctor_set(x_2454, 2, x_1); -lean_ctor_set(x_2454, 3, x_12); -lean_ctor_set(x_2454, 4, x_32); -lean_ctor_set(x_2454, 5, x_2354); -lean_ctor_set(x_2454, 6, x_2412); -lean_ctor_set(x_2454, 7, x_2395); -lean_ctor_set(x_2454, 8, x_2404); -lean_ctor_set(x_2454, 9, x_2444); -lean_ctor_set(x_2454, 10, x_2427); -lean_ctor_set(x_2454, 11, x_2439); -lean_ctor_set(x_2454, 12, x_2440); -lean_ctor_set(x_2454, 13, x_42); -lean_ctor_set(x_2454, 14, x_2268); -lean_ctor_set(x_2454, 15, x_2431); -lean_ctor_set(x_2454, 16, x_2370); -lean_ctor_set(x_2454, 17, x_2376); -lean_ctor_set(x_2454, 18, x_2282); -lean_ctor_set(x_2454, 19, x_2312); -lean_ctor_set(x_2454, 20, x_2416); -lean_ctor_set(x_2454, 21, x_2293); -lean_ctor_set(x_2454, 22, x_2304); -lean_ctor_set(x_2454, 23, x_2451); -lean_ctor_set(x_2454, 24, x_2452); -lean_ctor_set(x_2454, 25, x_2451); -lean_ctor_set(x_2454, 26, x_2451); -lean_ctor_set(x_2454, 27, x_2451); -lean_ctor_set(x_2454, 28, x_2451); -lean_ctor_set(x_2454, 29, x_23); -lean_ctor_set(x_2454, 30, x_2452); -lean_ctor_set_uint8(x_2454, sizeof(void*)*31, x_2453); -x_2455 = lean_st_ref_take(x_2, x_2448); -x_2456 = lean_ctor_get(x_2455, 0); -lean_inc(x_2456); -x_2457 = lean_ctor_get(x_2456, 14); -lean_inc(x_2457); -x_2458 = lean_ctor_get(x_2457, 3); -lean_inc(x_2458); -x_2459 = lean_ctor_get(x_2455, 1); -lean_inc(x_2459); -lean_dec(x_2455); -x_2460 = lean_ctor_get(x_2456, 0); -lean_inc(x_2460); -x_2461 = lean_ctor_get(x_2456, 1); -lean_inc(x_2461); -x_2462 = lean_ctor_get(x_2456, 2); -lean_inc(x_2462); -x_2463 = lean_ctor_get(x_2456, 3); -lean_inc(x_2463); -x_2464 = lean_ctor_get(x_2456, 4); -lean_inc(x_2464); -x_2465 = lean_ctor_get(x_2456, 5); -lean_inc(x_2465); -x_2466 = lean_ctor_get(x_2456, 6); -lean_inc(x_2466); -x_2467 = lean_ctor_get(x_2456, 7); -lean_inc(x_2467); -x_2468 = lean_ctor_get_uint8(x_2456, sizeof(void*)*16); -x_2469 = lean_ctor_get(x_2456, 8); -lean_inc(x_2469); -x_2470 = lean_ctor_get(x_2456, 9); -lean_inc(x_2470); -x_2471 = lean_ctor_get(x_2456, 10); -lean_inc(x_2471); -x_2472 = lean_ctor_get(x_2456, 11); -lean_inc(x_2472); -x_2473 = lean_ctor_get(x_2456, 12); -lean_inc(x_2473); -x_2474 = lean_ctor_get(x_2456, 13); -lean_inc(x_2474); -x_2475 = lean_ctor_get(x_2456, 15); -lean_inc(x_2475); -if (lean_is_exclusive(x_2456)) { - lean_ctor_release(x_2456, 0); - lean_ctor_release(x_2456, 1); - lean_ctor_release(x_2456, 2); - lean_ctor_release(x_2456, 3); - lean_ctor_release(x_2456, 4); - lean_ctor_release(x_2456, 5); - lean_ctor_release(x_2456, 6); - lean_ctor_release(x_2456, 7); - lean_ctor_release(x_2456, 8); - lean_ctor_release(x_2456, 9); - lean_ctor_release(x_2456, 10); - lean_ctor_release(x_2456, 11); - lean_ctor_release(x_2456, 12); - lean_ctor_release(x_2456, 13); - lean_ctor_release(x_2456, 14); - lean_ctor_release(x_2456, 15); - x_2476 = x_2456; -} else { - lean_dec_ref(x_2456); - x_2476 = lean_box(0); -} -x_2477 = lean_ctor_get(x_2457, 0); -lean_inc(x_2477); -x_2478 = lean_ctor_get(x_2457, 1); -lean_inc(x_2478); -x_2479 = lean_ctor_get(x_2457, 2); -lean_inc(x_2479); -if (lean_is_exclusive(x_2457)) { - lean_ctor_release(x_2457, 0); - lean_ctor_release(x_2457, 1); - lean_ctor_release(x_2457, 2); - lean_ctor_release(x_2457, 3); - x_2480 = x_2457; -} else { - lean_dec_ref(x_2457); - x_2480 = lean_box(0); -} -x_2481 = lean_ctor_get(x_2458, 0); -lean_inc(x_2481); -x_2482 = lean_ctor_get(x_2458, 1); -lean_inc(x_2482); -x_2483 = lean_ctor_get(x_2458, 2); -lean_inc(x_2483); -if (lean_is_exclusive(x_2458)) { - lean_ctor_release(x_2458, 0); - lean_ctor_release(x_2458, 1); - lean_ctor_release(x_2458, 2); - x_2484 = x_2458; -} else { - lean_dec_ref(x_2458); - x_2484 = lean_box(0); -} -x_2485 = lean_array_push(x_2481, x_2454); -if (lean_is_scalar(x_2484)) { - x_2486 = lean_alloc_ctor(0, 3, 0); -} else { - x_2486 = x_2484; -} -lean_ctor_set(x_2486, 0, x_2485); -lean_ctor_set(x_2486, 1, x_2482); -lean_ctor_set(x_2486, 2, x_2483); -if (lean_is_scalar(x_2480)) { - x_2487 = lean_alloc_ctor(0, 4, 0); -} else { - x_2487 = x_2480; -} -lean_ctor_set(x_2487, 0, x_2477); -lean_ctor_set(x_2487, 1, x_2478); -lean_ctor_set(x_2487, 2, x_2479); -lean_ctor_set(x_2487, 3, x_2486); -if (lean_is_scalar(x_2476)) { - x_2488 = lean_alloc_ctor(0, 16, 1); -} else { - x_2488 = x_2476; -} -lean_ctor_set(x_2488, 0, x_2460); -lean_ctor_set(x_2488, 1, x_2461); -lean_ctor_set(x_2488, 2, x_2462); -lean_ctor_set(x_2488, 3, x_2463); -lean_ctor_set(x_2488, 4, x_2464); -lean_ctor_set(x_2488, 5, x_2465); -lean_ctor_set(x_2488, 6, x_2466); -lean_ctor_set(x_2488, 7, x_2467); -lean_ctor_set(x_2488, 8, x_2469); -lean_ctor_set(x_2488, 9, x_2470); -lean_ctor_set(x_2488, 10, x_2471); -lean_ctor_set(x_2488, 11, x_2472); -lean_ctor_set(x_2488, 12, x_2473); -lean_ctor_set(x_2488, 13, x_2474); -lean_ctor_set(x_2488, 14, x_2487); -lean_ctor_set(x_2488, 15, x_2475); -lean_ctor_set_uint8(x_2488, sizeof(void*)*16, x_2468); -x_2489 = lean_st_ref_set(x_2, x_2488, x_2459); -if (lean_obj_tag(x_2431) == 0) -{ -lean_object* x_2490; lean_object* x_2491; lean_object* x_2492; -lean_dec(x_2427); -x_2490 = lean_ctor_get(x_2489, 1); -lean_inc(x_2490); -lean_dec(x_2489); -x_2491 = lean_box(0); -x_2492 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2450, x_2491, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2490); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_2492; -} -else -{ -if (lean_obj_tag(x_2427) == 0) -{ -lean_object* x_2493; lean_object* x_2494; lean_object* x_2495; -lean_dec(x_2431); -x_2493 = lean_ctor_get(x_2489, 1); -lean_inc(x_2493); -lean_dec(x_2489); -x_2494 = lean_box(0); -x_2495 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2450, x_2494, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2493); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_2495; -} -else -{ -lean_object* x_2496; lean_object* x_2497; lean_object* x_2498; -lean_dec(x_2427); -x_2496 = lean_ctor_get(x_2489, 1); -lean_inc(x_2496); -lean_dec(x_2489); -x_2497 = lean_ctor_get(x_2431, 0); -lean_inc(x_2497); -lean_dec(x_2431); +x_2663 = l_Lean_mkAppB(x_2662, x_1, x_2660); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -16560,414 +15566,1446 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_2450); -x_2498 = l_Lean_Meta_Grind_Arith_Linear_mkVar(x_2497, x_2453, x_2450, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2496); -if (lean_obj_tag(x_2498) == 0) +x_2664 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_internalizeConst(x_2663, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2658); +if (lean_obj_tag(x_2664) == 0) { -lean_object* x_2499; lean_object* x_2500; lean_object* x_2501; lean_object* x_2502; lean_object* x_2503; lean_object* x_2504; lean_object* x_2505; lean_object* x_2506; lean_object* x_2507; lean_object* x_2508; lean_object* x_2509; lean_object* x_2510; lean_object* x_2511; lean_object* x_2512; lean_object* x_2513; lean_object* x_2514; lean_object* x_2515; lean_object* x_2516; uint8_t x_2517; lean_object* x_2518; lean_object* x_2519; lean_object* x_2520; lean_object* x_2521; lean_object* x_2522; lean_object* x_2523; lean_object* x_2524; lean_object* x_2525; lean_object* x_2526; lean_object* x_2527; lean_object* x_2528; lean_object* x_2529; lean_object* x_2530; lean_object* x_2531; lean_object* x_2532; lean_object* x_2533; lean_object* x_2534; uint8_t x_2535; -x_2499 = lean_ctor_get(x_2498, 0); -lean_inc(x_2499); -x_2500 = lean_ctor_get(x_2498, 1); -lean_inc(x_2500); -lean_dec(x_2498); -x_2501 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__83; -x_2502 = lean_box(0); -lean_inc(x_2499); -x_2503 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_2503, 0, x_2501); -lean_ctor_set(x_2503, 1, x_2499); -lean_ctor_set(x_2503, 2, x_2502); -x_2504 = lean_st_ref_take(x_2, x_2500); -x_2505 = lean_ctor_get(x_2504, 0); -lean_inc(x_2505); -x_2506 = lean_ctor_get(x_2505, 14); -lean_inc(x_2506); -x_2507 = lean_ctor_get(x_2506, 3); -lean_inc(x_2507); -x_2508 = lean_ctor_get(x_2504, 1); -lean_inc(x_2508); -lean_dec(x_2504); -x_2509 = lean_ctor_get(x_2505, 0); -lean_inc(x_2509); -x_2510 = lean_ctor_get(x_2505, 1); -lean_inc(x_2510); -x_2511 = lean_ctor_get(x_2505, 2); -lean_inc(x_2511); -x_2512 = lean_ctor_get(x_2505, 3); -lean_inc(x_2512); -x_2513 = lean_ctor_get(x_2505, 4); -lean_inc(x_2513); -x_2514 = lean_ctor_get(x_2505, 5); -lean_inc(x_2514); -x_2515 = lean_ctor_get(x_2505, 6); -lean_inc(x_2515); -x_2516 = lean_ctor_get(x_2505, 7); -lean_inc(x_2516); -x_2517 = lean_ctor_get_uint8(x_2505, sizeof(void*)*16); -x_2518 = lean_ctor_get(x_2505, 8); -lean_inc(x_2518); -x_2519 = lean_ctor_get(x_2505, 9); -lean_inc(x_2519); -x_2520 = lean_ctor_get(x_2505, 10); -lean_inc(x_2520); -x_2521 = lean_ctor_get(x_2505, 11); -lean_inc(x_2521); -x_2522 = lean_ctor_get(x_2505, 12); -lean_inc(x_2522); -x_2523 = lean_ctor_get(x_2505, 13); -lean_inc(x_2523); -x_2524 = lean_ctor_get(x_2505, 15); -lean_inc(x_2524); -if (lean_is_exclusive(x_2505)) { - lean_ctor_release(x_2505, 0); - lean_ctor_release(x_2505, 1); - lean_ctor_release(x_2505, 2); - lean_ctor_release(x_2505, 3); - lean_ctor_release(x_2505, 4); - lean_ctor_release(x_2505, 5); - lean_ctor_release(x_2505, 6); - lean_ctor_release(x_2505, 7); - lean_ctor_release(x_2505, 8); - lean_ctor_release(x_2505, 9); - lean_ctor_release(x_2505, 10); - lean_ctor_release(x_2505, 11); - lean_ctor_release(x_2505, 12); - lean_ctor_release(x_2505, 13); - lean_ctor_release(x_2505, 14); - lean_ctor_release(x_2505, 15); - x_2525 = x_2505; +lean_object* x_2665; lean_object* x_2666; lean_object* x_2667; lean_object* x_2668; +x_2665 = lean_ctor_get(x_2664, 0); +lean_inc(x_2665); +x_2666 = lean_ctor_get(x_2664, 1); +lean_inc(x_2666); +lean_dec(x_2664); +x_2667 = lean_unsigned_to_nat(1u); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_1); +x_2668 = l_Lean_Meta_mkNumeral(x_1, x_2667, x_6, x_7, x_8, x_9, x_2666); +if (lean_obj_tag(x_2668) == 0) +{ +lean_object* x_2669; lean_object* x_2670; lean_object* x_2671; uint64_t x_2672; uint8_t x_2673; lean_object* x_2674; lean_object* x_2675; lean_object* x_2676; lean_object* x_2677; lean_object* x_2678; lean_object* x_2679; uint8_t x_2680; uint8_t x_2681; uint8_t x_2682; uint8_t x_2683; uint8_t x_2684; uint8_t x_2685; uint8_t x_2686; uint8_t x_2687; uint8_t x_2688; uint8_t x_2689; uint8_t x_2690; uint8_t x_2691; uint8_t x_2692; uint8_t x_2693; uint8_t x_2694; uint8_t x_2695; uint8_t x_2696; uint8_t x_2697; uint8_t x_2698; lean_object* x_2699; uint8_t x_2700; lean_object* x_2701; uint64_t x_2702; uint64_t x_2703; uint64_t x_2704; uint64_t x_2705; uint64_t x_2706; lean_object* x_2707; lean_object* x_2708; +x_2669 = lean_ctor_get(x_6, 0); +lean_inc(x_2669); +x_2670 = lean_ctor_get(x_2668, 0); +lean_inc(x_2670); +x_2671 = lean_ctor_get(x_2668, 1); +lean_inc(x_2671); +lean_dec(x_2668); +x_2672 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_2673 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_2674 = lean_ctor_get(x_6, 1); +lean_inc(x_2674); +x_2675 = lean_ctor_get(x_6, 2); +lean_inc(x_2675); +x_2676 = lean_ctor_get(x_6, 3); +lean_inc(x_2676); +x_2677 = lean_ctor_get(x_6, 4); +lean_inc(x_2677); +x_2678 = lean_ctor_get(x_6, 5); +lean_inc(x_2678); +x_2679 = lean_ctor_get(x_6, 6); +lean_inc(x_2679); +x_2680 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_2681 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_2682 = lean_ctor_get_uint8(x_2669, 0); +x_2683 = lean_ctor_get_uint8(x_2669, 1); +x_2684 = lean_ctor_get_uint8(x_2669, 2); +x_2685 = lean_ctor_get_uint8(x_2669, 3); +x_2686 = lean_ctor_get_uint8(x_2669, 4); +x_2687 = lean_ctor_get_uint8(x_2669, 5); +x_2688 = lean_ctor_get_uint8(x_2669, 6); +x_2689 = lean_ctor_get_uint8(x_2669, 7); +x_2690 = lean_ctor_get_uint8(x_2669, 8); +x_2691 = lean_ctor_get_uint8(x_2669, 10); +x_2692 = lean_ctor_get_uint8(x_2669, 11); +x_2693 = lean_ctor_get_uint8(x_2669, 12); +x_2694 = lean_ctor_get_uint8(x_2669, 13); +x_2695 = lean_ctor_get_uint8(x_2669, 14); +x_2696 = lean_ctor_get_uint8(x_2669, 15); +x_2697 = lean_ctor_get_uint8(x_2669, 16); +x_2698 = lean_ctor_get_uint8(x_2669, 17); +if (lean_is_exclusive(x_2669)) { + x_2699 = x_2669; } else { - lean_dec_ref(x_2505); - x_2525 = lean_box(0); + lean_dec_ref(x_2669); + x_2699 = lean_box(0); } -x_2526 = lean_ctor_get(x_2506, 0); +x_2700 = 1; +if (lean_is_scalar(x_2699)) { + x_2701 = lean_alloc_ctor(0, 0, 18); +} else { + x_2701 = x_2699; +} +lean_ctor_set_uint8(x_2701, 0, x_2682); +lean_ctor_set_uint8(x_2701, 1, x_2683); +lean_ctor_set_uint8(x_2701, 2, x_2684); +lean_ctor_set_uint8(x_2701, 3, x_2685); +lean_ctor_set_uint8(x_2701, 4, x_2686); +lean_ctor_set_uint8(x_2701, 5, x_2687); +lean_ctor_set_uint8(x_2701, 6, x_2688); +lean_ctor_set_uint8(x_2701, 7, x_2689); +lean_ctor_set_uint8(x_2701, 8, x_2690); +lean_ctor_set_uint8(x_2701, 9, x_2700); +lean_ctor_set_uint8(x_2701, 10, x_2691); +lean_ctor_set_uint8(x_2701, 11, x_2692); +lean_ctor_set_uint8(x_2701, 12, x_2693); +lean_ctor_set_uint8(x_2701, 13, x_2694); +lean_ctor_set_uint8(x_2701, 14, x_2695); +lean_ctor_set_uint8(x_2701, 15, x_2696); +lean_ctor_set_uint8(x_2701, 16, x_2697); +lean_ctor_set_uint8(x_2701, 17, x_2698); +x_2702 = 2; +x_2703 = lean_uint64_shift_right(x_2672, x_2702); +x_2704 = lean_uint64_shift_left(x_2703, x_2702); +x_2705 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_2706 = lean_uint64_lor(x_2704, x_2705); +x_2707 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_2707, 0, x_2701); +lean_ctor_set(x_2707, 1, x_2674); +lean_ctor_set(x_2707, 2, x_2675); +lean_ctor_set(x_2707, 3, x_2676); +lean_ctor_set(x_2707, 4, x_2677); +lean_ctor_set(x_2707, 5, x_2678); +lean_ctor_set(x_2707, 6, x_2679); +lean_ctor_set_uint64(x_2707, sizeof(void*)*7, x_2706); +lean_ctor_set_uint8(x_2707, sizeof(void*)*7 + 8, x_2673); +lean_ctor_set_uint8(x_2707, sizeof(void*)*7 + 9, x_2680); +lean_ctor_set_uint8(x_2707, sizeof(void*)*7 + 10, x_2681); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_2670); +lean_inc(x_2665); +x_2708 = l_Lean_Meta_isExprDefEq(x_2665, x_2670, x_2707, x_7, x_8, x_9, x_2671); +if (lean_obj_tag(x_2708) == 0) +{ +lean_object* x_2709; uint8_t x_2710; +x_2709 = lean_ctor_get(x_2708, 0); +lean_inc(x_2709); +x_2710 = lean_unbox(x_2709); +lean_dec(x_2709); +if (x_2710 == 0) +{ +lean_object* x_2711; lean_object* x_2712; lean_object* x_2713; uint8_t x_2714; +x_2711 = lean_ctor_get(x_2708, 1); +lean_inc(x_2711); +lean_dec(x_2708); +x_2712 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_2711); +x_2713 = lean_ctor_get(x_2712, 0); +lean_inc(x_2713); +x_2714 = lean_ctor_get_uint8(x_2713, sizeof(void*)*6 + 11); +lean_dec(x_2713); +if (x_2714 == 0) +{ +lean_object* x_2715; lean_object* x_2716; lean_object* x_2717; lean_object* x_2718; lean_object* x_2719; +lean_dec(x_2670); +x_2715 = lean_ctor_get(x_2712, 1); +lean_inc(x_2715); +lean_dec(x_2712); +x_2716 = lean_box(0); +x_2717 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2665, x_2716, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2715); +x_2718 = lean_ctor_get(x_2717, 0); +lean_inc(x_2718); +x_2719 = lean_ctor_get(x_2717, 1); +lean_inc(x_2719); +lean_dec(x_2717); +x_2439 = x_2718; +x_2440 = x_2719; +goto block_2655; +} +else +{ +lean_object* x_2720; lean_object* x_2721; lean_object* x_2722; lean_object* x_2723; lean_object* x_2724; lean_object* x_2725; lean_object* x_2726; lean_object* x_2727; lean_object* x_2728; lean_object* x_2729; +x_2720 = lean_ctor_get(x_2712, 1); +lean_inc(x_2720); +lean_dec(x_2712); +lean_inc(x_2665); +x_2721 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_2665, x_2670, x_6, x_7, x_8, x_9, x_2720); +x_2722 = lean_ctor_get(x_2721, 0); +lean_inc(x_2722); +x_2723 = lean_ctor_get(x_2721, 1); +lean_inc(x_2723); +lean_dec(x_2721); +x_2724 = l_Lean_Meta_Grind_reportIssue(x_2722, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2723); +x_2725 = lean_ctor_get(x_2724, 0); +lean_inc(x_2725); +x_2726 = lean_ctor_get(x_2724, 1); +lean_inc(x_2726); +lean_dec(x_2724); +x_2727 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2665, x_2725, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2726); +lean_dec(x_2725); +x_2728 = lean_ctor_get(x_2727, 0); +lean_inc(x_2728); +x_2729 = lean_ctor_get(x_2727, 1); +lean_inc(x_2729); +lean_dec(x_2727); +x_2439 = x_2728; +x_2440 = x_2729; +goto block_2655; +} +} +else +{ +lean_object* x_2730; lean_object* x_2731; lean_object* x_2732; lean_object* x_2733; lean_object* x_2734; +lean_dec(x_2670); +x_2730 = lean_ctor_get(x_2708, 1); +lean_inc(x_2730); +lean_dec(x_2708); +x_2731 = lean_box(0); +x_2732 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2665, x_2731, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2730); +x_2733 = lean_ctor_get(x_2732, 0); +lean_inc(x_2733); +x_2734 = lean_ctor_get(x_2732, 1); +lean_inc(x_2734); +lean_dec(x_2732); +x_2439 = x_2733; +x_2440 = x_2734; +goto block_2655; +} +} +else +{ +lean_object* x_2735; lean_object* x_2736; lean_object* x_2737; lean_object* x_2738; +lean_dec(x_2670); +lean_dec(x_2665); +lean_dec(x_2435); +lean_dec(x_2427); +lean_dec(x_2424); +lean_dec(x_2420); +lean_dec(x_2412); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); +lean_dec(x_2312); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2735 = lean_ctor_get(x_2708, 0); +lean_inc(x_2735); +x_2736 = lean_ctor_get(x_2708, 1); +lean_inc(x_2736); +if (lean_is_exclusive(x_2708)) { + lean_ctor_release(x_2708, 0); + lean_ctor_release(x_2708, 1); + x_2737 = x_2708; +} else { + lean_dec_ref(x_2708); + x_2737 = lean_box(0); +} +if (lean_is_scalar(x_2737)) { + x_2738 = lean_alloc_ctor(1, 2, 0); +} else { + x_2738 = x_2737; +} +lean_ctor_set(x_2738, 0, x_2735); +lean_ctor_set(x_2738, 1, x_2736); +return x_2738; +} +} +else +{ +lean_object* x_2739; lean_object* x_2740; lean_object* x_2741; lean_object* x_2742; +lean_dec(x_2665); +lean_dec(x_2435); +lean_dec(x_2427); +lean_dec(x_2424); +lean_dec(x_2420); +lean_dec(x_2412); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); +lean_dec(x_2312); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2739 = lean_ctor_get(x_2668, 0); +lean_inc(x_2739); +x_2740 = lean_ctor_get(x_2668, 1); +lean_inc(x_2740); +if (lean_is_exclusive(x_2668)) { + lean_ctor_release(x_2668, 0); + lean_ctor_release(x_2668, 1); + x_2741 = x_2668; +} else { + lean_dec_ref(x_2668); + x_2741 = lean_box(0); +} +if (lean_is_scalar(x_2741)) { + x_2742 = lean_alloc_ctor(1, 2, 0); +} else { + x_2742 = x_2741; +} +lean_ctor_set(x_2742, 0, x_2739); +lean_ctor_set(x_2742, 1, x_2740); +return x_2742; +} +} +else +{ +lean_object* x_2743; lean_object* x_2744; lean_object* x_2745; lean_object* x_2746; +lean_dec(x_2435); +lean_dec(x_2427); +lean_dec(x_2424); +lean_dec(x_2420); +lean_dec(x_2412); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); +lean_dec(x_2312); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2743 = lean_ctor_get(x_2664, 0); +lean_inc(x_2743); +x_2744 = lean_ctor_get(x_2664, 1); +lean_inc(x_2744); +if (lean_is_exclusive(x_2664)) { + lean_ctor_release(x_2664, 0); + lean_ctor_release(x_2664, 1); + x_2745 = x_2664; +} else { + lean_dec_ref(x_2664); + x_2745 = lean_box(0); +} +if (lean_is_scalar(x_2745)) { + x_2746 = lean_alloc_ctor(1, 2, 0); +} else { + x_2746 = x_2745; +} +lean_ctor_set(x_2746, 0, x_2743); +lean_ctor_set(x_2746, 1, x_2744); +return x_2746; +} +} +} +else +{ +lean_object* x_2747; lean_object* x_2748; lean_object* x_2749; lean_object* x_2750; +lean_dec(x_2435); +lean_dec(x_2427); +lean_dec(x_2424); +lean_dec(x_2420); +lean_dec(x_2412); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); +lean_dec(x_2312); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2747 = lean_ctor_get(x_2656, 0); +lean_inc(x_2747); +x_2748 = lean_ctor_get(x_2656, 1); +lean_inc(x_2748); +if (lean_is_exclusive(x_2656)) { + lean_ctor_release(x_2656, 0); + lean_ctor_release(x_2656, 1); + x_2749 = x_2656; +} else { + lean_dec_ref(x_2656); + x_2749 = lean_box(0); +} +if (lean_is_scalar(x_2749)) { + x_2750 = lean_alloc_ctor(1, 2, 0); +} else { + x_2750 = x_2749; +} +lean_ctor_set(x_2750, 0, x_2747); +lean_ctor_set(x_2750, 1, x_2748); +return x_2750; +} +block_2655: +{ +lean_object* x_2441; lean_object* x_2442; lean_object* x_2443; lean_object* x_2444; +x_2441 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__76; +lean_inc(x_15); +x_2442 = l_Lean_Expr_const___override(x_2441, x_15); +lean_inc(x_1); +x_2443 = l_Lean_Expr_app___override(x_2442, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_2444 = l_Lean_Meta_trySynthInstance(x_2443, x_23, x_6, x_7, x_8, x_9, x_2440); +if (lean_obj_tag(x_2444) == 0) +{ +lean_object* x_2445; lean_object* x_2446; lean_object* x_2447; lean_object* x_2448; lean_object* x_2449; +x_2445 = lean_ctor_get(x_2444, 0); +lean_inc(x_2445); +x_2446 = lean_ctor_get(x_2444, 1); +lean_inc(x_2446); +lean_dec(x_2444); +x_2447 = l_Lean_LOption_toOption___rarg(x_2445); +if (lean_obj_tag(x_2435) == 0) +{ +lean_dec(x_2363); +x_2448 = x_23; +x_2449 = x_2446; +goto block_2623; +} +else +{ +lean_object* x_2624; lean_object* x_2625; lean_object* x_2626; lean_object* x_2627; lean_object* x_2628; +x_2624 = lean_ctor_get(x_2435, 0); +lean_inc(x_2624); +x_2625 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__87; +lean_inc(x_15); +x_2626 = l_Lean_Expr_const___override(x_2625, x_15); +lean_inc(x_2362); +lean_inc(x_1); +x_2627 = l_Lean_mkApp3(x_2626, x_1, x_2624, x_2362); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_2627); +x_2628 = l_Lean_Meta_trySynthInstance(x_2627, x_23, x_6, x_7, x_8, x_9, x_2446); +if (lean_obj_tag(x_2628) == 0) +{ +lean_object* x_2629; +x_2629 = lean_ctor_get(x_2628, 0); +lean_inc(x_2629); +if (lean_obj_tag(x_2629) == 1) +{ +lean_object* x_2630; lean_object* x_2631; lean_object* x_2632; +lean_dec(x_2627); +x_2630 = lean_ctor_get(x_2628, 1); +lean_inc(x_2630); +lean_dec(x_2628); +x_2631 = lean_ctor_get(x_2629, 0); +lean_inc(x_2631); +lean_dec(x_2629); +if (lean_is_scalar(x_2363)) { + x_2632 = lean_alloc_ctor(1, 1, 0); +} else { + x_2632 = x_2363; +} +lean_ctor_set(x_2632, 0, x_2631); +x_2448 = x_2632; +x_2449 = x_2630; +goto block_2623; +} +else +{ +lean_object* x_2633; lean_object* x_2634; lean_object* x_2635; uint8_t x_2636; +lean_dec(x_2629); +lean_dec(x_2363); +x_2633 = lean_ctor_get(x_2628, 1); +lean_inc(x_2633); +lean_dec(x_2628); +x_2634 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_2633); +x_2635 = lean_ctor_get(x_2634, 0); +lean_inc(x_2635); +x_2636 = lean_ctor_get_uint8(x_2635, sizeof(void*)*6 + 11); +lean_dec(x_2635); +if (x_2636 == 0) +{ +lean_object* x_2637; +lean_dec(x_2627); +x_2637 = lean_ctor_get(x_2634, 1); +lean_inc(x_2637); +lean_dec(x_2634); +x_2448 = x_23; +x_2449 = x_2637; +goto block_2623; +} +else +{ +lean_object* x_2638; lean_object* x_2639; lean_object* x_2640; lean_object* x_2641; lean_object* x_2642; lean_object* x_2643; lean_object* x_2644; lean_object* x_2645; lean_object* x_2646; +x_2638 = lean_ctor_get(x_2634, 1); +lean_inc(x_2638); +if (lean_is_exclusive(x_2634)) { + lean_ctor_release(x_2634, 0); + lean_ctor_release(x_2634, 1); + x_2639 = x_2634; +} else { + lean_dec_ref(x_2634); + x_2639 = lean_box(0); +} +x_2640 = l_Lean_indentExpr(x_2627); +x_2641 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__89; +if (lean_is_scalar(x_2639)) { + x_2642 = lean_alloc_ctor(7, 2, 0); +} else { + x_2642 = x_2639; + lean_ctor_set_tag(x_2642, 7); +} +lean_ctor_set(x_2642, 0, x_2641); +lean_ctor_set(x_2642, 1, x_2640); +x_2643 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_2644 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_2644, 0, x_2642); +lean_ctor_set(x_2644, 1, x_2643); +x_2645 = l_Lean_Meta_Grind_reportIssue(x_2644, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2638); +x_2646 = lean_ctor_get(x_2645, 1); +lean_inc(x_2646); +lean_dec(x_2645); +x_2448 = x_23; +x_2449 = x_2646; +goto block_2623; +} +} +} +else +{ +lean_object* x_2647; lean_object* x_2648; lean_object* x_2649; lean_object* x_2650; +lean_dec(x_2627); +lean_dec(x_2447); +lean_dec(x_2439); +lean_dec(x_2435); +lean_dec(x_2427); +lean_dec(x_2424); +lean_dec(x_2420); +lean_dec(x_2412); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); +lean_dec(x_2312); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2647 = lean_ctor_get(x_2628, 0); +lean_inc(x_2647); +x_2648 = lean_ctor_get(x_2628, 1); +lean_inc(x_2648); +if (lean_is_exclusive(x_2628)) { + lean_ctor_release(x_2628, 0); + lean_ctor_release(x_2628, 1); + x_2649 = x_2628; +} else { + lean_dec_ref(x_2628); + x_2649 = lean_box(0); +} +if (lean_is_scalar(x_2649)) { + x_2650 = lean_alloc_ctor(1, 2, 0); +} else { + x_2650 = x_2649; +} +lean_ctor_set(x_2650, 0, x_2647); +lean_ctor_set(x_2650, 1, x_2648); +return x_2650; +} +} +block_2623: +{ +lean_object* x_2450; lean_object* x_2451; lean_object* x_2452; lean_object* x_2453; lean_object* x_2603; +x_2450 = l_Lean_Nat_mkType; +lean_inc_n(x_1, 2); +x_2451 = l_Lean_mkApp3(x_20, x_2450, x_1, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_2603 = l_Lean_Meta_trySynthInstance(x_2451, x_23, x_6, x_7, x_8, x_9, x_2449); +if (lean_obj_tag(x_2603) == 0) +{ +lean_object* x_2604; +x_2604 = lean_ctor_get(x_2603, 0); +lean_inc(x_2604); +if (lean_obj_tag(x_2604) == 1) +{ +lean_object* x_2605; lean_object* x_2606; lean_object* x_2607; lean_object* x_2608; lean_object* x_2609; lean_object* x_2610; +x_2605 = lean_ctor_get(x_2603, 1); +lean_inc(x_2605); +lean_dec(x_2603); +x_2606 = lean_ctor_get(x_2604, 0); +lean_inc(x_2606); +lean_dec(x_2604); +x_2607 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__86; +x_2608 = l_Lean_Expr_const___override(x_2607, x_15); +lean_inc(x_1); +x_2609 = l_Lean_mkApp3(x_2608, x_1, x_36, x_2606); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_2610 = l_Lean_Meta_trySynthInstance(x_2609, x_23, x_6, x_7, x_8, x_9, x_2605); +if (lean_obj_tag(x_2610) == 0) +{ +lean_object* x_2611; lean_object* x_2612; lean_object* x_2613; +x_2611 = lean_ctor_get(x_2610, 0); +lean_inc(x_2611); +x_2612 = lean_ctor_get(x_2610, 1); +lean_inc(x_2612); +lean_dec(x_2610); +x_2613 = l_Lean_LOption_toOption___rarg(x_2611); +x_2452 = x_2613; +x_2453 = x_2612; +goto block_2602; +} +else +{ +lean_object* x_2614; lean_object* x_2615; lean_object* x_2616; lean_object* x_2617; +lean_dec(x_2448); +lean_dec(x_2447); +lean_dec(x_2439); +lean_dec(x_2435); +lean_dec(x_2427); +lean_dec(x_2424); +lean_dec(x_2420); +lean_dec(x_2412); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2362); +lean_dec(x_2320); +lean_dec(x_2312); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_42); +lean_dec(x_32); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2614 = lean_ctor_get(x_2610, 0); +lean_inc(x_2614); +x_2615 = lean_ctor_get(x_2610, 1); +lean_inc(x_2615); +if (lean_is_exclusive(x_2610)) { + lean_ctor_release(x_2610, 0); + lean_ctor_release(x_2610, 1); + x_2616 = x_2610; +} else { + lean_dec_ref(x_2610); + x_2616 = lean_box(0); +} +if (lean_is_scalar(x_2616)) { + x_2617 = lean_alloc_ctor(1, 2, 0); +} else { + x_2617 = x_2616; +} +lean_ctor_set(x_2617, 0, x_2614); +lean_ctor_set(x_2617, 1, x_2615); +return x_2617; +} +} +else +{ +lean_object* x_2618; +lean_dec(x_2604); +lean_dec(x_36); +lean_dec(x_15); +x_2618 = lean_ctor_get(x_2603, 1); +lean_inc(x_2618); +lean_dec(x_2603); +x_2452 = x_23; +x_2453 = x_2618; +goto block_2602; +} +} +else +{ +lean_object* x_2619; lean_object* x_2620; lean_object* x_2621; lean_object* x_2622; +lean_dec(x_2448); +lean_dec(x_2447); +lean_dec(x_2439); +lean_dec(x_2435); +lean_dec(x_2427); +lean_dec(x_2424); +lean_dec(x_2420); +lean_dec(x_2412); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2362); +lean_dec(x_2320); +lean_dec(x_2312); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_2619 = lean_ctor_get(x_2603, 0); +lean_inc(x_2619); +x_2620 = lean_ctor_get(x_2603, 1); +lean_inc(x_2620); +if (lean_is_exclusive(x_2603)) { + lean_ctor_release(x_2603, 0); + lean_ctor_release(x_2603, 1); + x_2621 = x_2603; +} else { + lean_dec_ref(x_2603); + x_2621 = lean_box(0); +} +if (lean_is_scalar(x_2621)) { + x_2622 = lean_alloc_ctor(1, 2, 0); +} else { + x_2622 = x_2621; +} +lean_ctor_set(x_2622, 0, x_2619); +lean_ctor_set(x_2622, 1, x_2620); +return x_2622; +} +block_2602: +{ +lean_object* x_2454; lean_object* x_2455; lean_object* x_2456; lean_object* x_2457; lean_object* x_2458; lean_object* x_2459; lean_object* x_2460; uint8_t x_2461; lean_object* x_2462; lean_object* x_2463; lean_object* x_2464; lean_object* x_2465; lean_object* x_2466; lean_object* x_2467; lean_object* x_2468; lean_object* x_2469; lean_object* x_2470; lean_object* x_2471; lean_object* x_2472; lean_object* x_2473; lean_object* x_2474; lean_object* x_2475; uint8_t x_2476; lean_object* x_2477; lean_object* x_2478; lean_object* x_2479; lean_object* x_2480; lean_object* x_2481; lean_object* x_2482; lean_object* x_2483; lean_object* x_2484; lean_object* x_2485; lean_object* x_2486; lean_object* x_2487; lean_object* x_2488; lean_object* x_2489; lean_object* x_2490; lean_object* x_2491; lean_object* x_2492; lean_object* x_2493; lean_object* x_2494; lean_object* x_2495; lean_object* x_2496; lean_object* x_2497; +x_2454 = l_Lean_Meta_Grind_Arith_Linear_get_x27(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2453); +x_2455 = lean_ctor_get(x_2454, 0); +lean_inc(x_2455); +x_2456 = lean_ctor_get(x_2454, 1); +lean_inc(x_2456); +lean_dec(x_2454); +x_2457 = lean_ctor_get(x_2455, 0); +lean_inc(x_2457); +lean_dec(x_2455); +x_2458 = lean_array_get_size(x_2457); +lean_dec(x_2457); +x_2459 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__79; +x_2460 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__81; +x_2461 = 0; +lean_inc(x_2439); +lean_inc(x_2435); +lean_inc(x_2458); +x_2462 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_2462, 0, x_2458); +lean_ctor_set(x_2462, 1, x_2427); +lean_ctor_set(x_2462, 2, x_1); +lean_ctor_set(x_2462, 3, x_12); +lean_ctor_set(x_2462, 4, x_32); +lean_ctor_set(x_2462, 5, x_2362); +lean_ctor_set(x_2462, 6, x_2420); +lean_ctor_set(x_2462, 7, x_2403); +lean_ctor_set(x_2462, 8, x_2412); +lean_ctor_set(x_2462, 9, x_2452); +lean_ctor_set(x_2462, 10, x_2435); +lean_ctor_set(x_2462, 11, x_2447); +lean_ctor_set(x_2462, 12, x_2448); +lean_ctor_set(x_2462, 13, x_42); +lean_ctor_set(x_2462, 14, x_2276); +lean_ctor_set(x_2462, 15, x_2439); +lean_ctor_set(x_2462, 16, x_2378); +lean_ctor_set(x_2462, 17, x_2384); +lean_ctor_set(x_2462, 18, x_2290); +lean_ctor_set(x_2462, 19, x_2320); +lean_ctor_set(x_2462, 20, x_2424); +lean_ctor_set(x_2462, 21, x_2301); +lean_ctor_set(x_2462, 22, x_2312); +lean_ctor_set(x_2462, 23, x_2459); +lean_ctor_set(x_2462, 24, x_2460); +lean_ctor_set(x_2462, 25, x_2459); +lean_ctor_set(x_2462, 26, x_2459); +lean_ctor_set(x_2462, 27, x_2459); +lean_ctor_set(x_2462, 28, x_2459); +lean_ctor_set(x_2462, 29, x_23); +lean_ctor_set(x_2462, 30, x_2460); +lean_ctor_set(x_2462, 31, x_2459); +lean_ctor_set_uint8(x_2462, sizeof(void*)*32, x_2461); +x_2463 = lean_st_ref_take(x_2, x_2456); +x_2464 = lean_ctor_get(x_2463, 0); +lean_inc(x_2464); +x_2465 = lean_ctor_get(x_2464, 14); +lean_inc(x_2465); +x_2466 = lean_ctor_get(x_2465, 3); +lean_inc(x_2466); +x_2467 = lean_ctor_get(x_2463, 1); +lean_inc(x_2467); +lean_dec(x_2463); +x_2468 = lean_ctor_get(x_2464, 0); +lean_inc(x_2468); +x_2469 = lean_ctor_get(x_2464, 1); +lean_inc(x_2469); +x_2470 = lean_ctor_get(x_2464, 2); +lean_inc(x_2470); +x_2471 = lean_ctor_get(x_2464, 3); +lean_inc(x_2471); +x_2472 = lean_ctor_get(x_2464, 4); +lean_inc(x_2472); +x_2473 = lean_ctor_get(x_2464, 5); +lean_inc(x_2473); +x_2474 = lean_ctor_get(x_2464, 6); +lean_inc(x_2474); +x_2475 = lean_ctor_get(x_2464, 7); +lean_inc(x_2475); +x_2476 = lean_ctor_get_uint8(x_2464, sizeof(void*)*16); +x_2477 = lean_ctor_get(x_2464, 8); +lean_inc(x_2477); +x_2478 = lean_ctor_get(x_2464, 9); +lean_inc(x_2478); +x_2479 = lean_ctor_get(x_2464, 10); +lean_inc(x_2479); +x_2480 = lean_ctor_get(x_2464, 11); +lean_inc(x_2480); +x_2481 = lean_ctor_get(x_2464, 12); +lean_inc(x_2481); +x_2482 = lean_ctor_get(x_2464, 13); +lean_inc(x_2482); +x_2483 = lean_ctor_get(x_2464, 15); +lean_inc(x_2483); +if (lean_is_exclusive(x_2464)) { + lean_ctor_release(x_2464, 0); + lean_ctor_release(x_2464, 1); + lean_ctor_release(x_2464, 2); + lean_ctor_release(x_2464, 3); + lean_ctor_release(x_2464, 4); + lean_ctor_release(x_2464, 5); + lean_ctor_release(x_2464, 6); + lean_ctor_release(x_2464, 7); + lean_ctor_release(x_2464, 8); + lean_ctor_release(x_2464, 9); + lean_ctor_release(x_2464, 10); + lean_ctor_release(x_2464, 11); + lean_ctor_release(x_2464, 12); + lean_ctor_release(x_2464, 13); + lean_ctor_release(x_2464, 14); + lean_ctor_release(x_2464, 15); + x_2484 = x_2464; +} else { + lean_dec_ref(x_2464); + x_2484 = lean_box(0); +} +x_2485 = lean_ctor_get(x_2465, 0); +lean_inc(x_2485); +x_2486 = lean_ctor_get(x_2465, 1); +lean_inc(x_2486); +x_2487 = lean_ctor_get(x_2465, 2); +lean_inc(x_2487); +if (lean_is_exclusive(x_2465)) { + lean_ctor_release(x_2465, 0); + lean_ctor_release(x_2465, 1); + lean_ctor_release(x_2465, 2); + lean_ctor_release(x_2465, 3); + x_2488 = x_2465; +} else { + lean_dec_ref(x_2465); + x_2488 = lean_box(0); +} +x_2489 = lean_ctor_get(x_2466, 0); +lean_inc(x_2489); +x_2490 = lean_ctor_get(x_2466, 1); +lean_inc(x_2490); +x_2491 = lean_ctor_get(x_2466, 2); +lean_inc(x_2491); +if (lean_is_exclusive(x_2466)) { + lean_ctor_release(x_2466, 0); + lean_ctor_release(x_2466, 1); + lean_ctor_release(x_2466, 2); + x_2492 = x_2466; +} else { + lean_dec_ref(x_2466); + x_2492 = lean_box(0); +} +x_2493 = lean_array_push(x_2489, x_2462); +if (lean_is_scalar(x_2492)) { + x_2494 = lean_alloc_ctor(0, 3, 0); +} else { + x_2494 = x_2492; +} +lean_ctor_set(x_2494, 0, x_2493); +lean_ctor_set(x_2494, 1, x_2490); +lean_ctor_set(x_2494, 2, x_2491); +if (lean_is_scalar(x_2488)) { + x_2495 = lean_alloc_ctor(0, 4, 0); +} else { + x_2495 = x_2488; +} +lean_ctor_set(x_2495, 0, x_2485); +lean_ctor_set(x_2495, 1, x_2486); +lean_ctor_set(x_2495, 2, x_2487); +lean_ctor_set(x_2495, 3, x_2494); +if (lean_is_scalar(x_2484)) { + x_2496 = lean_alloc_ctor(0, 16, 1); +} else { + x_2496 = x_2484; +} +lean_ctor_set(x_2496, 0, x_2468); +lean_ctor_set(x_2496, 1, x_2469); +lean_ctor_set(x_2496, 2, x_2470); +lean_ctor_set(x_2496, 3, x_2471); +lean_ctor_set(x_2496, 4, x_2472); +lean_ctor_set(x_2496, 5, x_2473); +lean_ctor_set(x_2496, 6, x_2474); +lean_ctor_set(x_2496, 7, x_2475); +lean_ctor_set(x_2496, 8, x_2477); +lean_ctor_set(x_2496, 9, x_2478); +lean_ctor_set(x_2496, 10, x_2479); +lean_ctor_set(x_2496, 11, x_2480); +lean_ctor_set(x_2496, 12, x_2481); +lean_ctor_set(x_2496, 13, x_2482); +lean_ctor_set(x_2496, 14, x_2495); +lean_ctor_set(x_2496, 15, x_2483); +lean_ctor_set_uint8(x_2496, sizeof(void*)*16, x_2476); +x_2497 = lean_st_ref_set(x_2, x_2496, x_2467); +if (lean_obj_tag(x_2439) == 0) +{ +lean_object* x_2498; lean_object* x_2499; lean_object* x_2500; +lean_dec(x_2435); +x_2498 = lean_ctor_get(x_2497, 1); +lean_inc(x_2498); +lean_dec(x_2497); +x_2499 = lean_box(0); +x_2500 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2458, x_2499, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2498); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_2500; +} +else +{ +if (lean_obj_tag(x_2435) == 0) +{ +lean_object* x_2501; lean_object* x_2502; lean_object* x_2503; +lean_dec(x_2439); +x_2501 = lean_ctor_get(x_2497, 1); +lean_inc(x_2501); +lean_dec(x_2497); +x_2502 = lean_box(0); +x_2503 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2458, x_2502, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2501); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_2503; +} +else +{ +lean_object* x_2504; lean_object* x_2505; lean_object* x_2506; +lean_dec(x_2435); +x_2504 = lean_ctor_get(x_2497, 1); +lean_inc(x_2504); +lean_dec(x_2497); +x_2505 = lean_ctor_get(x_2439, 0); +lean_inc(x_2505); +lean_dec(x_2439); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_2458); +x_2506 = l_Lean_Meta_Grind_Arith_Linear_mkVar(x_2505, x_2461, x_2458, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2504); +if (lean_obj_tag(x_2506) == 0) +{ +lean_object* x_2507; lean_object* x_2508; lean_object* x_2509; lean_object* x_2510; lean_object* x_2511; lean_object* x_2512; lean_object* x_2513; lean_object* x_2514; lean_object* x_2515; lean_object* x_2516; lean_object* x_2517; lean_object* x_2518; lean_object* x_2519; lean_object* x_2520; lean_object* x_2521; lean_object* x_2522; lean_object* x_2523; lean_object* x_2524; uint8_t x_2525; lean_object* x_2526; lean_object* x_2527; lean_object* x_2528; lean_object* x_2529; lean_object* x_2530; lean_object* x_2531; lean_object* x_2532; lean_object* x_2533; lean_object* x_2534; lean_object* x_2535; lean_object* x_2536; lean_object* x_2537; lean_object* x_2538; lean_object* x_2539; lean_object* x_2540; lean_object* x_2541; lean_object* x_2542; uint8_t x_2543; +x_2507 = lean_ctor_get(x_2506, 0); +lean_inc(x_2507); +x_2508 = lean_ctor_get(x_2506, 1); +lean_inc(x_2508); +lean_dec(x_2506); +x_2509 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__83; +x_2510 = lean_box(0); +lean_inc(x_2507); +x_2511 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_2511, 0, x_2509); +lean_ctor_set(x_2511, 1, x_2507); +lean_ctor_set(x_2511, 2, x_2510); +x_2512 = lean_st_ref_take(x_2, x_2508); +x_2513 = lean_ctor_get(x_2512, 0); +lean_inc(x_2513); +x_2514 = lean_ctor_get(x_2513, 14); +lean_inc(x_2514); +x_2515 = lean_ctor_get(x_2514, 3); +lean_inc(x_2515); +x_2516 = lean_ctor_get(x_2512, 1); +lean_inc(x_2516); +lean_dec(x_2512); +x_2517 = lean_ctor_get(x_2513, 0); +lean_inc(x_2517); +x_2518 = lean_ctor_get(x_2513, 1); +lean_inc(x_2518); +x_2519 = lean_ctor_get(x_2513, 2); +lean_inc(x_2519); +x_2520 = lean_ctor_get(x_2513, 3); +lean_inc(x_2520); +x_2521 = lean_ctor_get(x_2513, 4); +lean_inc(x_2521); +x_2522 = lean_ctor_get(x_2513, 5); +lean_inc(x_2522); +x_2523 = lean_ctor_get(x_2513, 6); +lean_inc(x_2523); +x_2524 = lean_ctor_get(x_2513, 7); +lean_inc(x_2524); +x_2525 = lean_ctor_get_uint8(x_2513, sizeof(void*)*16); +x_2526 = lean_ctor_get(x_2513, 8); lean_inc(x_2526); -x_2527 = lean_ctor_get(x_2506, 1); +x_2527 = lean_ctor_get(x_2513, 9); lean_inc(x_2527); -x_2528 = lean_ctor_get(x_2506, 2); +x_2528 = lean_ctor_get(x_2513, 10); lean_inc(x_2528); +x_2529 = lean_ctor_get(x_2513, 11); +lean_inc(x_2529); +x_2530 = lean_ctor_get(x_2513, 12); +lean_inc(x_2530); +x_2531 = lean_ctor_get(x_2513, 13); +lean_inc(x_2531); +x_2532 = lean_ctor_get(x_2513, 15); +lean_inc(x_2532); +if (lean_is_exclusive(x_2513)) { + lean_ctor_release(x_2513, 0); + lean_ctor_release(x_2513, 1); + lean_ctor_release(x_2513, 2); + lean_ctor_release(x_2513, 3); + lean_ctor_release(x_2513, 4); + lean_ctor_release(x_2513, 5); + lean_ctor_release(x_2513, 6); + lean_ctor_release(x_2513, 7); + lean_ctor_release(x_2513, 8); + lean_ctor_release(x_2513, 9); + lean_ctor_release(x_2513, 10); + lean_ctor_release(x_2513, 11); + lean_ctor_release(x_2513, 12); + lean_ctor_release(x_2513, 13); + lean_ctor_release(x_2513, 14); + lean_ctor_release(x_2513, 15); + x_2533 = x_2513; +} else { + lean_dec_ref(x_2513); + x_2533 = lean_box(0); +} +x_2534 = lean_ctor_get(x_2514, 0); +lean_inc(x_2534); +x_2535 = lean_ctor_get(x_2514, 1); +lean_inc(x_2535); +x_2536 = lean_ctor_get(x_2514, 2); +lean_inc(x_2536); +if (lean_is_exclusive(x_2514)) { + lean_ctor_release(x_2514, 0); + lean_ctor_release(x_2514, 1); + lean_ctor_release(x_2514, 2); + lean_ctor_release(x_2514, 3); + x_2537 = x_2514; +} else { + lean_dec_ref(x_2514); + x_2537 = lean_box(0); +} +x_2538 = lean_ctor_get(x_2515, 0); +lean_inc(x_2538); +x_2539 = lean_ctor_get(x_2515, 1); +lean_inc(x_2539); +x_2540 = lean_ctor_get(x_2515, 2); +lean_inc(x_2540); +if (lean_is_exclusive(x_2515)) { + lean_ctor_release(x_2515, 0); + lean_ctor_release(x_2515, 1); + lean_ctor_release(x_2515, 2); + x_2541 = x_2515; +} else { + lean_dec_ref(x_2515); + x_2541 = lean_box(0); +} +x_2542 = lean_array_get_size(x_2538); +x_2543 = lean_nat_dec_lt(x_2458, x_2542); +lean_dec(x_2542); +if (x_2543 == 0) +{ +lean_object* x_2544; lean_object* x_2545; lean_object* x_2546; lean_object* x_2547; lean_object* x_2548; lean_object* x_2549; lean_object* x_2550; +lean_dec(x_2511); +lean_dec(x_2507); +if (lean_is_scalar(x_2541)) { + x_2544 = lean_alloc_ctor(0, 3, 0); +} else { + x_2544 = x_2541; +} +lean_ctor_set(x_2544, 0, x_2538); +lean_ctor_set(x_2544, 1, x_2539); +lean_ctor_set(x_2544, 2, x_2540); +if (lean_is_scalar(x_2537)) { + x_2545 = lean_alloc_ctor(0, 4, 0); +} else { + x_2545 = x_2537; +} +lean_ctor_set(x_2545, 0, x_2534); +lean_ctor_set(x_2545, 1, x_2535); +lean_ctor_set(x_2545, 2, x_2536); +lean_ctor_set(x_2545, 3, x_2544); +if (lean_is_scalar(x_2533)) { + x_2546 = lean_alloc_ctor(0, 16, 1); +} else { + x_2546 = x_2533; +} +lean_ctor_set(x_2546, 0, x_2517); +lean_ctor_set(x_2546, 1, x_2518); +lean_ctor_set(x_2546, 2, x_2519); +lean_ctor_set(x_2546, 3, x_2520); +lean_ctor_set(x_2546, 4, x_2521); +lean_ctor_set(x_2546, 5, x_2522); +lean_ctor_set(x_2546, 6, x_2523); +lean_ctor_set(x_2546, 7, x_2524); +lean_ctor_set(x_2546, 8, x_2526); +lean_ctor_set(x_2546, 9, x_2527); +lean_ctor_set(x_2546, 10, x_2528); +lean_ctor_set(x_2546, 11, x_2529); +lean_ctor_set(x_2546, 12, x_2530); +lean_ctor_set(x_2546, 13, x_2531); +lean_ctor_set(x_2546, 14, x_2545); +lean_ctor_set(x_2546, 15, x_2532); +lean_ctor_set_uint8(x_2546, sizeof(void*)*16, x_2525); +x_2547 = lean_st_ref_set(x_2, x_2546, x_2516); +x_2548 = lean_ctor_get(x_2547, 1); +lean_inc(x_2548); +lean_dec(x_2547); +x_2549 = lean_box(0); +x_2550 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2458, x_2549, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2548); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_2550; +} +else +{ +lean_object* x_2551; lean_object* x_2552; lean_object* x_2553; lean_object* x_2554; lean_object* x_2555; lean_object* x_2556; lean_object* x_2557; lean_object* x_2558; lean_object* x_2559; lean_object* x_2560; lean_object* x_2561; lean_object* x_2562; lean_object* x_2563; lean_object* x_2564; lean_object* x_2565; lean_object* x_2566; lean_object* x_2567; lean_object* x_2568; lean_object* x_2569; lean_object* x_2570; lean_object* x_2571; lean_object* x_2572; lean_object* x_2573; lean_object* x_2574; lean_object* x_2575; lean_object* x_2576; lean_object* x_2577; lean_object* x_2578; lean_object* x_2579; lean_object* x_2580; lean_object* x_2581; lean_object* x_2582; uint8_t x_2583; lean_object* x_2584; lean_object* x_2585; lean_object* x_2586; lean_object* x_2587; lean_object* x_2588; lean_object* x_2589; lean_object* x_2590; lean_object* x_2591; lean_object* x_2592; lean_object* x_2593; lean_object* x_2594; lean_object* x_2595; lean_object* x_2596; lean_object* x_2597; +x_2551 = lean_array_fget(x_2538, x_2458); +x_2552 = lean_box(0); +x_2553 = lean_array_fset(x_2538, x_2458, x_2552); +x_2554 = lean_ctor_get(x_2551, 0); +lean_inc(x_2554); +x_2555 = lean_ctor_get(x_2551, 1); +lean_inc(x_2555); +x_2556 = lean_ctor_get(x_2551, 2); +lean_inc(x_2556); +x_2557 = lean_ctor_get(x_2551, 3); +lean_inc(x_2557); +x_2558 = lean_ctor_get(x_2551, 4); +lean_inc(x_2558); +x_2559 = lean_ctor_get(x_2551, 5); +lean_inc(x_2559); +x_2560 = lean_ctor_get(x_2551, 6); +lean_inc(x_2560); +x_2561 = lean_ctor_get(x_2551, 7); +lean_inc(x_2561); +x_2562 = lean_ctor_get(x_2551, 8); +lean_inc(x_2562); +x_2563 = lean_ctor_get(x_2551, 9); +lean_inc(x_2563); +x_2564 = lean_ctor_get(x_2551, 10); +lean_inc(x_2564); +x_2565 = lean_ctor_get(x_2551, 11); +lean_inc(x_2565); +x_2566 = lean_ctor_get(x_2551, 12); +lean_inc(x_2566); +x_2567 = lean_ctor_get(x_2551, 13); +lean_inc(x_2567); +x_2568 = lean_ctor_get(x_2551, 14); +lean_inc(x_2568); +x_2569 = lean_ctor_get(x_2551, 15); +lean_inc(x_2569); +x_2570 = lean_ctor_get(x_2551, 16); +lean_inc(x_2570); +x_2571 = lean_ctor_get(x_2551, 17); +lean_inc(x_2571); +x_2572 = lean_ctor_get(x_2551, 18); +lean_inc(x_2572); +x_2573 = lean_ctor_get(x_2551, 19); +lean_inc(x_2573); +x_2574 = lean_ctor_get(x_2551, 20); +lean_inc(x_2574); +x_2575 = lean_ctor_get(x_2551, 21); +lean_inc(x_2575); +x_2576 = lean_ctor_get(x_2551, 22); +lean_inc(x_2576); +x_2577 = lean_ctor_get(x_2551, 23); +lean_inc(x_2577); +x_2578 = lean_ctor_get(x_2551, 24); +lean_inc(x_2578); +x_2579 = lean_ctor_get(x_2551, 25); +lean_inc(x_2579); +x_2580 = lean_ctor_get(x_2551, 26); +lean_inc(x_2580); +x_2581 = lean_ctor_get(x_2551, 27); +lean_inc(x_2581); +x_2582 = lean_ctor_get(x_2551, 28); +lean_inc(x_2582); +x_2583 = lean_ctor_get_uint8(x_2551, sizeof(void*)*32); +x_2584 = lean_ctor_get(x_2551, 29); +lean_inc(x_2584); +x_2585 = lean_ctor_get(x_2551, 30); +lean_inc(x_2585); +x_2586 = lean_ctor_get(x_2551, 31); +lean_inc(x_2586); +if (lean_is_exclusive(x_2551)) { + lean_ctor_release(x_2551, 0); + lean_ctor_release(x_2551, 1); + lean_ctor_release(x_2551, 2); + lean_ctor_release(x_2551, 3); + lean_ctor_release(x_2551, 4); + lean_ctor_release(x_2551, 5); + lean_ctor_release(x_2551, 6); + lean_ctor_release(x_2551, 7); + lean_ctor_release(x_2551, 8); + lean_ctor_release(x_2551, 9); + lean_ctor_release(x_2551, 10); + lean_ctor_release(x_2551, 11); + lean_ctor_release(x_2551, 12); + lean_ctor_release(x_2551, 13); + lean_ctor_release(x_2551, 14); + lean_ctor_release(x_2551, 15); + lean_ctor_release(x_2551, 16); + lean_ctor_release(x_2551, 17); + lean_ctor_release(x_2551, 18); + lean_ctor_release(x_2551, 19); + lean_ctor_release(x_2551, 20); + lean_ctor_release(x_2551, 21); + lean_ctor_release(x_2551, 22); + lean_ctor_release(x_2551, 23); + lean_ctor_release(x_2551, 24); + lean_ctor_release(x_2551, 25); + lean_ctor_release(x_2551, 26); + lean_ctor_release(x_2551, 27); + lean_ctor_release(x_2551, 28); + lean_ctor_release(x_2551, 29); + lean_ctor_release(x_2551, 30); + lean_ctor_release(x_2551, 31); + x_2587 = x_2551; +} else { + lean_dec_ref(x_2551); + x_2587 = lean_box(0); +} +x_2588 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; +x_2589 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_2511, x_2588, x_2579, x_2507); +lean_dec(x_2507); +if (lean_is_scalar(x_2587)) { + x_2590 = lean_alloc_ctor(0, 32, 1); +} else { + x_2590 = x_2587; +} +lean_ctor_set(x_2590, 0, x_2554); +lean_ctor_set(x_2590, 1, x_2555); +lean_ctor_set(x_2590, 2, x_2556); +lean_ctor_set(x_2590, 3, x_2557); +lean_ctor_set(x_2590, 4, x_2558); +lean_ctor_set(x_2590, 5, x_2559); +lean_ctor_set(x_2590, 6, x_2560); +lean_ctor_set(x_2590, 7, x_2561); +lean_ctor_set(x_2590, 8, x_2562); +lean_ctor_set(x_2590, 9, x_2563); +lean_ctor_set(x_2590, 10, x_2564); +lean_ctor_set(x_2590, 11, x_2565); +lean_ctor_set(x_2590, 12, x_2566); +lean_ctor_set(x_2590, 13, x_2567); +lean_ctor_set(x_2590, 14, x_2568); +lean_ctor_set(x_2590, 15, x_2569); +lean_ctor_set(x_2590, 16, x_2570); +lean_ctor_set(x_2590, 17, x_2571); +lean_ctor_set(x_2590, 18, x_2572); +lean_ctor_set(x_2590, 19, x_2573); +lean_ctor_set(x_2590, 20, x_2574); +lean_ctor_set(x_2590, 21, x_2575); +lean_ctor_set(x_2590, 22, x_2576); +lean_ctor_set(x_2590, 23, x_2577); +lean_ctor_set(x_2590, 24, x_2578); +lean_ctor_set(x_2590, 25, x_2589); +lean_ctor_set(x_2590, 26, x_2580); +lean_ctor_set(x_2590, 27, x_2581); +lean_ctor_set(x_2590, 28, x_2582); +lean_ctor_set(x_2590, 29, x_2584); +lean_ctor_set(x_2590, 30, x_2585); +lean_ctor_set(x_2590, 31, x_2586); +lean_ctor_set_uint8(x_2590, sizeof(void*)*32, x_2583); +x_2591 = lean_array_fset(x_2553, x_2458, x_2590); +if (lean_is_scalar(x_2541)) { + x_2592 = lean_alloc_ctor(0, 3, 0); +} else { + x_2592 = x_2541; +} +lean_ctor_set(x_2592, 0, x_2591); +lean_ctor_set(x_2592, 1, x_2539); +lean_ctor_set(x_2592, 2, x_2540); +if (lean_is_scalar(x_2537)) { + x_2593 = lean_alloc_ctor(0, 4, 0); +} else { + x_2593 = x_2537; +} +lean_ctor_set(x_2593, 0, x_2534); +lean_ctor_set(x_2593, 1, x_2535); +lean_ctor_set(x_2593, 2, x_2536); +lean_ctor_set(x_2593, 3, x_2592); +if (lean_is_scalar(x_2533)) { + x_2594 = lean_alloc_ctor(0, 16, 1); +} else { + x_2594 = x_2533; +} +lean_ctor_set(x_2594, 0, x_2517); +lean_ctor_set(x_2594, 1, x_2518); +lean_ctor_set(x_2594, 2, x_2519); +lean_ctor_set(x_2594, 3, x_2520); +lean_ctor_set(x_2594, 4, x_2521); +lean_ctor_set(x_2594, 5, x_2522); +lean_ctor_set(x_2594, 6, x_2523); +lean_ctor_set(x_2594, 7, x_2524); +lean_ctor_set(x_2594, 8, x_2526); +lean_ctor_set(x_2594, 9, x_2527); +lean_ctor_set(x_2594, 10, x_2528); +lean_ctor_set(x_2594, 11, x_2529); +lean_ctor_set(x_2594, 12, x_2530); +lean_ctor_set(x_2594, 13, x_2531); +lean_ctor_set(x_2594, 14, x_2593); +lean_ctor_set(x_2594, 15, x_2532); +lean_ctor_set_uint8(x_2594, sizeof(void*)*16, x_2525); +x_2595 = lean_st_ref_set(x_2, x_2594, x_2516); +x_2596 = lean_ctor_get(x_2595, 1); +lean_inc(x_2596); +lean_dec(x_2595); +x_2597 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2458, x_2552, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2596); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_2597; +} +} +else +{ +lean_object* x_2598; lean_object* x_2599; lean_object* x_2600; lean_object* x_2601; +lean_dec(x_2458); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_2598 = lean_ctor_get(x_2506, 0); +lean_inc(x_2598); +x_2599 = lean_ctor_get(x_2506, 1); +lean_inc(x_2599); if (lean_is_exclusive(x_2506)) { lean_ctor_release(x_2506, 0); lean_ctor_release(x_2506, 1); - lean_ctor_release(x_2506, 2); - lean_ctor_release(x_2506, 3); - x_2529 = x_2506; + x_2600 = x_2506; } else { lean_dec_ref(x_2506); - x_2529 = lean_box(0); + x_2600 = lean_box(0); } -x_2530 = lean_ctor_get(x_2507, 0); -lean_inc(x_2530); -x_2531 = lean_ctor_get(x_2507, 1); -lean_inc(x_2531); -x_2532 = lean_ctor_get(x_2507, 2); -lean_inc(x_2532); -if (lean_is_exclusive(x_2507)) { - lean_ctor_release(x_2507, 0); - lean_ctor_release(x_2507, 1); - lean_ctor_release(x_2507, 2); - x_2533 = x_2507; +if (lean_is_scalar(x_2600)) { + x_2601 = lean_alloc_ctor(1, 2, 0); } else { - lean_dec_ref(x_2507); - x_2533 = lean_box(0); + x_2601 = x_2600; } -x_2534 = lean_array_get_size(x_2530); -x_2535 = lean_nat_dec_lt(x_2450, x_2534); -lean_dec(x_2534); -if (x_2535 == 0) -{ -lean_object* x_2536; lean_object* x_2537; lean_object* x_2538; lean_object* x_2539; lean_object* x_2540; lean_object* x_2541; lean_object* x_2542; -lean_dec(x_2503); -lean_dec(x_2499); -if (lean_is_scalar(x_2533)) { - x_2536 = lean_alloc_ctor(0, 3, 0); -} else { - x_2536 = x_2533; -} -lean_ctor_set(x_2536, 0, x_2530); -lean_ctor_set(x_2536, 1, x_2531); -lean_ctor_set(x_2536, 2, x_2532); -if (lean_is_scalar(x_2529)) { - x_2537 = lean_alloc_ctor(0, 4, 0); -} else { - x_2537 = x_2529; -} -lean_ctor_set(x_2537, 0, x_2526); -lean_ctor_set(x_2537, 1, x_2527); -lean_ctor_set(x_2537, 2, x_2528); -lean_ctor_set(x_2537, 3, x_2536); -if (lean_is_scalar(x_2525)) { - x_2538 = lean_alloc_ctor(0, 16, 1); -} else { - x_2538 = x_2525; -} -lean_ctor_set(x_2538, 0, x_2509); -lean_ctor_set(x_2538, 1, x_2510); -lean_ctor_set(x_2538, 2, x_2511); -lean_ctor_set(x_2538, 3, x_2512); -lean_ctor_set(x_2538, 4, x_2513); -lean_ctor_set(x_2538, 5, x_2514); -lean_ctor_set(x_2538, 6, x_2515); -lean_ctor_set(x_2538, 7, x_2516); -lean_ctor_set(x_2538, 8, x_2518); -lean_ctor_set(x_2538, 9, x_2519); -lean_ctor_set(x_2538, 10, x_2520); -lean_ctor_set(x_2538, 11, x_2521); -lean_ctor_set(x_2538, 12, x_2522); -lean_ctor_set(x_2538, 13, x_2523); -lean_ctor_set(x_2538, 14, x_2537); -lean_ctor_set(x_2538, 15, x_2524); -lean_ctor_set_uint8(x_2538, sizeof(void*)*16, x_2517); -x_2539 = lean_st_ref_set(x_2, x_2538, x_2508); -x_2540 = lean_ctor_get(x_2539, 1); -lean_inc(x_2540); -lean_dec(x_2539); -x_2541 = lean_box(0); -x_2542 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2450, x_2541, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2540); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_2542; -} -else -{ -lean_object* x_2543; lean_object* x_2544; lean_object* x_2545; lean_object* x_2546; lean_object* x_2547; lean_object* x_2548; lean_object* x_2549; lean_object* x_2550; lean_object* x_2551; lean_object* x_2552; lean_object* x_2553; lean_object* x_2554; lean_object* x_2555; lean_object* x_2556; lean_object* x_2557; lean_object* x_2558; lean_object* x_2559; lean_object* x_2560; lean_object* x_2561; lean_object* x_2562; lean_object* x_2563; lean_object* x_2564; lean_object* x_2565; lean_object* x_2566; lean_object* x_2567; lean_object* x_2568; lean_object* x_2569; lean_object* x_2570; lean_object* x_2571; lean_object* x_2572; lean_object* x_2573; lean_object* x_2574; uint8_t x_2575; lean_object* x_2576; lean_object* x_2577; lean_object* x_2578; lean_object* x_2579; lean_object* x_2580; lean_object* x_2581; lean_object* x_2582; lean_object* x_2583; lean_object* x_2584; lean_object* x_2585; lean_object* x_2586; lean_object* x_2587; lean_object* x_2588; -x_2543 = lean_array_fget(x_2530, x_2450); -x_2544 = lean_box(0); -x_2545 = lean_array_fset(x_2530, x_2450, x_2544); -x_2546 = lean_ctor_get(x_2543, 0); -lean_inc(x_2546); -x_2547 = lean_ctor_get(x_2543, 1); -lean_inc(x_2547); -x_2548 = lean_ctor_get(x_2543, 2); -lean_inc(x_2548); -x_2549 = lean_ctor_get(x_2543, 3); -lean_inc(x_2549); -x_2550 = lean_ctor_get(x_2543, 4); -lean_inc(x_2550); -x_2551 = lean_ctor_get(x_2543, 5); -lean_inc(x_2551); -x_2552 = lean_ctor_get(x_2543, 6); -lean_inc(x_2552); -x_2553 = lean_ctor_get(x_2543, 7); -lean_inc(x_2553); -x_2554 = lean_ctor_get(x_2543, 8); -lean_inc(x_2554); -x_2555 = lean_ctor_get(x_2543, 9); -lean_inc(x_2555); -x_2556 = lean_ctor_get(x_2543, 10); -lean_inc(x_2556); -x_2557 = lean_ctor_get(x_2543, 11); -lean_inc(x_2557); -x_2558 = lean_ctor_get(x_2543, 12); -lean_inc(x_2558); -x_2559 = lean_ctor_get(x_2543, 13); -lean_inc(x_2559); -x_2560 = lean_ctor_get(x_2543, 14); -lean_inc(x_2560); -x_2561 = lean_ctor_get(x_2543, 15); -lean_inc(x_2561); -x_2562 = lean_ctor_get(x_2543, 16); -lean_inc(x_2562); -x_2563 = lean_ctor_get(x_2543, 17); -lean_inc(x_2563); -x_2564 = lean_ctor_get(x_2543, 18); -lean_inc(x_2564); -x_2565 = lean_ctor_get(x_2543, 19); -lean_inc(x_2565); -x_2566 = lean_ctor_get(x_2543, 20); -lean_inc(x_2566); -x_2567 = lean_ctor_get(x_2543, 21); -lean_inc(x_2567); -x_2568 = lean_ctor_get(x_2543, 22); -lean_inc(x_2568); -x_2569 = lean_ctor_get(x_2543, 23); -lean_inc(x_2569); -x_2570 = lean_ctor_get(x_2543, 24); -lean_inc(x_2570); -x_2571 = lean_ctor_get(x_2543, 25); -lean_inc(x_2571); -x_2572 = lean_ctor_get(x_2543, 26); -lean_inc(x_2572); -x_2573 = lean_ctor_get(x_2543, 27); -lean_inc(x_2573); -x_2574 = lean_ctor_get(x_2543, 28); -lean_inc(x_2574); -x_2575 = lean_ctor_get_uint8(x_2543, sizeof(void*)*31); -x_2576 = lean_ctor_get(x_2543, 29); -lean_inc(x_2576); -x_2577 = lean_ctor_get(x_2543, 30); -lean_inc(x_2577); -if (lean_is_exclusive(x_2543)) { - lean_ctor_release(x_2543, 0); - lean_ctor_release(x_2543, 1); - lean_ctor_release(x_2543, 2); - lean_ctor_release(x_2543, 3); - lean_ctor_release(x_2543, 4); - lean_ctor_release(x_2543, 5); - lean_ctor_release(x_2543, 6); - lean_ctor_release(x_2543, 7); - lean_ctor_release(x_2543, 8); - lean_ctor_release(x_2543, 9); - lean_ctor_release(x_2543, 10); - lean_ctor_release(x_2543, 11); - lean_ctor_release(x_2543, 12); - lean_ctor_release(x_2543, 13); - lean_ctor_release(x_2543, 14); - lean_ctor_release(x_2543, 15); - lean_ctor_release(x_2543, 16); - lean_ctor_release(x_2543, 17); - lean_ctor_release(x_2543, 18); - lean_ctor_release(x_2543, 19); - lean_ctor_release(x_2543, 20); - lean_ctor_release(x_2543, 21); - lean_ctor_release(x_2543, 22); - lean_ctor_release(x_2543, 23); - lean_ctor_release(x_2543, 24); - lean_ctor_release(x_2543, 25); - lean_ctor_release(x_2543, 26); - lean_ctor_release(x_2543, 27); - lean_ctor_release(x_2543, 28); - lean_ctor_release(x_2543, 29); - lean_ctor_release(x_2543, 30); - x_2578 = x_2543; -} else { - lean_dec_ref(x_2543); - x_2578 = lean_box(0); -} -x_2579 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; -x_2580 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_2503, x_2579, x_2571, x_2499); -lean_dec(x_2499); -if (lean_is_scalar(x_2578)) { - x_2581 = lean_alloc_ctor(0, 31, 1); -} else { - x_2581 = x_2578; -} -lean_ctor_set(x_2581, 0, x_2546); -lean_ctor_set(x_2581, 1, x_2547); -lean_ctor_set(x_2581, 2, x_2548); -lean_ctor_set(x_2581, 3, x_2549); -lean_ctor_set(x_2581, 4, x_2550); -lean_ctor_set(x_2581, 5, x_2551); -lean_ctor_set(x_2581, 6, x_2552); -lean_ctor_set(x_2581, 7, x_2553); -lean_ctor_set(x_2581, 8, x_2554); -lean_ctor_set(x_2581, 9, x_2555); -lean_ctor_set(x_2581, 10, x_2556); -lean_ctor_set(x_2581, 11, x_2557); -lean_ctor_set(x_2581, 12, x_2558); -lean_ctor_set(x_2581, 13, x_2559); -lean_ctor_set(x_2581, 14, x_2560); -lean_ctor_set(x_2581, 15, x_2561); -lean_ctor_set(x_2581, 16, x_2562); -lean_ctor_set(x_2581, 17, x_2563); -lean_ctor_set(x_2581, 18, x_2564); -lean_ctor_set(x_2581, 19, x_2565); -lean_ctor_set(x_2581, 20, x_2566); -lean_ctor_set(x_2581, 21, x_2567); -lean_ctor_set(x_2581, 22, x_2568); -lean_ctor_set(x_2581, 23, x_2569); -lean_ctor_set(x_2581, 24, x_2570); -lean_ctor_set(x_2581, 25, x_2580); -lean_ctor_set(x_2581, 26, x_2572); -lean_ctor_set(x_2581, 27, x_2573); -lean_ctor_set(x_2581, 28, x_2574); -lean_ctor_set(x_2581, 29, x_2576); -lean_ctor_set(x_2581, 30, x_2577); -lean_ctor_set_uint8(x_2581, sizeof(void*)*31, x_2575); -x_2582 = lean_array_fset(x_2545, x_2450, x_2581); -if (lean_is_scalar(x_2533)) { - x_2583 = lean_alloc_ctor(0, 3, 0); -} else { - x_2583 = x_2533; -} -lean_ctor_set(x_2583, 0, x_2582); -lean_ctor_set(x_2583, 1, x_2531); -lean_ctor_set(x_2583, 2, x_2532); -if (lean_is_scalar(x_2529)) { - x_2584 = lean_alloc_ctor(0, 4, 0); -} else { - x_2584 = x_2529; -} -lean_ctor_set(x_2584, 0, x_2526); -lean_ctor_set(x_2584, 1, x_2527); -lean_ctor_set(x_2584, 2, x_2528); -lean_ctor_set(x_2584, 3, x_2583); -if (lean_is_scalar(x_2525)) { - x_2585 = lean_alloc_ctor(0, 16, 1); -} else { - x_2585 = x_2525; -} -lean_ctor_set(x_2585, 0, x_2509); -lean_ctor_set(x_2585, 1, x_2510); -lean_ctor_set(x_2585, 2, x_2511); -lean_ctor_set(x_2585, 3, x_2512); -lean_ctor_set(x_2585, 4, x_2513); -lean_ctor_set(x_2585, 5, x_2514); -lean_ctor_set(x_2585, 6, x_2515); -lean_ctor_set(x_2585, 7, x_2516); -lean_ctor_set(x_2585, 8, x_2518); -lean_ctor_set(x_2585, 9, x_2519); -lean_ctor_set(x_2585, 10, x_2520); -lean_ctor_set(x_2585, 11, x_2521); -lean_ctor_set(x_2585, 12, x_2522); -lean_ctor_set(x_2585, 13, x_2523); -lean_ctor_set(x_2585, 14, x_2584); -lean_ctor_set(x_2585, 15, x_2524); -lean_ctor_set_uint8(x_2585, sizeof(void*)*16, x_2517); -x_2586 = lean_st_ref_set(x_2, x_2585, x_2508); -x_2587 = lean_ctor_get(x_2586, 1); -lean_inc(x_2587); -lean_dec(x_2586); -x_2588 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_2450, x_2544, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_2587); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_2588; -} -} -else -{ -lean_object* x_2589; lean_object* x_2590; lean_object* x_2591; lean_object* x_2592; -lean_dec(x_2450); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_2589 = lean_ctor_get(x_2498, 0); -lean_inc(x_2589); -x_2590 = lean_ctor_get(x_2498, 1); -lean_inc(x_2590); -if (lean_is_exclusive(x_2498)) { - lean_ctor_release(x_2498, 0); - lean_ctor_release(x_2498, 1); - x_2591 = x_2498; -} else { - lean_dec_ref(x_2498); - x_2591 = lean_box(0); -} -if (lean_is_scalar(x_2591)) { - x_2592 = lean_alloc_ctor(1, 2, 0); -} else { - x_2592 = x_2591; -} -lean_ctor_set(x_2592, 0, x_2589); -lean_ctor_set(x_2592, 1, x_2590); -return x_2592; +lean_ctor_set(x_2601, 0, x_2598); +lean_ctor_set(x_2601, 1, x_2599); +return x_2601; } } } @@ -16976,23 +17014,23 @@ return x_2592; } else { -lean_object* x_2642; lean_object* x_2643; lean_object* x_2644; lean_object* x_2645; -lean_dec(x_2431); +lean_object* x_2651; lean_object* x_2652; lean_object* x_2653; lean_object* x_2654; +lean_dec(x_2439); +lean_dec(x_2435); lean_dec(x_2427); -lean_dec(x_2419); -lean_dec(x_2416); +lean_dec(x_2424); +lean_dec(x_2420); lean_dec(x_2412); -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17008,46 +17046,46 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2642 = lean_ctor_get(x_2436, 0); -lean_inc(x_2642); -x_2643 = lean_ctor_get(x_2436, 1); -lean_inc(x_2643); -if (lean_is_exclusive(x_2436)) { - lean_ctor_release(x_2436, 0); - lean_ctor_release(x_2436, 1); - x_2644 = x_2436; +x_2651 = lean_ctor_get(x_2444, 0); +lean_inc(x_2651); +x_2652 = lean_ctor_get(x_2444, 1); +lean_inc(x_2652); +if (lean_is_exclusive(x_2444)) { + lean_ctor_release(x_2444, 0); + lean_ctor_release(x_2444, 1); + x_2653 = x_2444; } else { - lean_dec_ref(x_2436); - x_2644 = lean_box(0); + lean_dec_ref(x_2444); + x_2653 = lean_box(0); } -if (lean_is_scalar(x_2644)) { - x_2645 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_2653)) { + x_2654 = lean_alloc_ctor(1, 2, 0); } else { - x_2645 = x_2644; + x_2654 = x_2653; } -lean_ctor_set(x_2645, 0, x_2642); -lean_ctor_set(x_2645, 1, x_2643); -return x_2645; +lean_ctor_set(x_2654, 0, x_2651); +lean_ctor_set(x_2654, 1, x_2652); +return x_2654; } } } else { -lean_object* x_2742; lean_object* x_2743; lean_object* x_2744; lean_object* x_2745; -lean_dec(x_2419); -lean_dec(x_2416); +lean_object* x_2751; lean_object* x_2752; lean_object* x_2753; lean_object* x_2754; +lean_dec(x_2427); +lean_dec(x_2424); +lean_dec(x_2420); lean_dec(x_2412); -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17063,44 +17101,44 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2742 = lean_ctor_get(x_2424, 0); -lean_inc(x_2742); -x_2743 = lean_ctor_get(x_2424, 1); -lean_inc(x_2743); -if (lean_is_exclusive(x_2424)) { - lean_ctor_release(x_2424, 0); - lean_ctor_release(x_2424, 1); - x_2744 = x_2424; +x_2751 = lean_ctor_get(x_2432, 0); +lean_inc(x_2751); +x_2752 = lean_ctor_get(x_2432, 1); +lean_inc(x_2752); +if (lean_is_exclusive(x_2432)) { + lean_ctor_release(x_2432, 0); + lean_ctor_release(x_2432, 1); + x_2753 = x_2432; } else { - lean_dec_ref(x_2424); - x_2744 = lean_box(0); + lean_dec_ref(x_2432); + x_2753 = lean_box(0); } -if (lean_is_scalar(x_2744)) { - x_2745 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_2753)) { + x_2754 = lean_alloc_ctor(1, 2, 0); } else { - x_2745 = x_2744; + x_2754 = x_2753; } -lean_ctor_set(x_2745, 0, x_2742); -lean_ctor_set(x_2745, 1, x_2743); -return x_2745; +lean_ctor_set(x_2754, 0, x_2751); +lean_ctor_set(x_2754, 1, x_2752); +return x_2754; } } else { -lean_object* x_2746; lean_object* x_2747; lean_object* x_2748; lean_object* x_2749; -lean_dec(x_2416); +lean_object* x_2755; lean_object* x_2756; lean_object* x_2757; lean_object* x_2758; +lean_dec(x_2424); +lean_dec(x_2420); lean_dec(x_2412); -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17116,45 +17154,45 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2746 = lean_ctor_get(x_2418, 0); -lean_inc(x_2746); -x_2747 = lean_ctor_get(x_2418, 1); -lean_inc(x_2747); -if (lean_is_exclusive(x_2418)) { - lean_ctor_release(x_2418, 0); - lean_ctor_release(x_2418, 1); - x_2748 = x_2418; +x_2755 = lean_ctor_get(x_2426, 0); +lean_inc(x_2755); +x_2756 = lean_ctor_get(x_2426, 1); +lean_inc(x_2756); +if (lean_is_exclusive(x_2426)) { + lean_ctor_release(x_2426, 0); + lean_ctor_release(x_2426, 1); + x_2757 = x_2426; } else { - lean_dec_ref(x_2418); - x_2748 = lean_box(0); + lean_dec_ref(x_2426); + x_2757 = lean_box(0); } -if (lean_is_scalar(x_2748)) { - x_2749 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_2757)) { + x_2758 = lean_alloc_ctor(1, 2, 0); } else { - x_2749 = x_2748; + x_2758 = x_2757; } -lean_ctor_set(x_2749, 0, x_2746); -lean_ctor_set(x_2749, 1, x_2747); -return x_2749; +lean_ctor_set(x_2758, 0, x_2755); +lean_ctor_set(x_2758, 1, x_2756); +return x_2758; } } } else { -lean_object* x_2821; lean_object* x_2822; lean_object* x_2823; -lean_dec(x_2410); -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); +lean_object* x_2830; lean_object* x_2831; lean_object* x_2832; +lean_dec(x_2418); +lean_dec(x_2412); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17171,41 +17209,41 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2821 = lean_ctor_get(x_2409, 1); -lean_inc(x_2821); -if (lean_is_exclusive(x_2409)) { - lean_ctor_release(x_2409, 0); - lean_ctor_release(x_2409, 1); - x_2822 = x_2409; +x_2830 = lean_ctor_get(x_2417, 1); +lean_inc(x_2830); +if (lean_is_exclusive(x_2417)) { + lean_ctor_release(x_2417, 0); + lean_ctor_release(x_2417, 1); + x_2831 = x_2417; } else { - lean_dec_ref(x_2409); - x_2822 = lean_box(0); + lean_dec_ref(x_2417); + x_2831 = lean_box(0); } -if (lean_is_scalar(x_2822)) { - x_2823 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_2831)) { + x_2832 = lean_alloc_ctor(0, 2, 0); } else { - x_2823 = x_2822; + x_2832 = x_2831; } -lean_ctor_set(x_2823, 0, x_23); -lean_ctor_set(x_2823, 1, x_2821); -return x_2823; +lean_ctor_set(x_2832, 0, x_23); +lean_ctor_set(x_2832, 1, x_2830); +return x_2832; } } else { -lean_object* x_2824; lean_object* x_2825; lean_object* x_2826; lean_object* x_2827; -lean_dec(x_2404); -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); +lean_object* x_2833; lean_object* x_2834; lean_object* x_2835; lean_object* x_2836; +lean_dec(x_2412); +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17222,43 +17260,43 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2824 = lean_ctor_get(x_2409, 0); -lean_inc(x_2824); -x_2825 = lean_ctor_get(x_2409, 1); -lean_inc(x_2825); -if (lean_is_exclusive(x_2409)) { - lean_ctor_release(x_2409, 0); - lean_ctor_release(x_2409, 1); - x_2826 = x_2409; +x_2833 = lean_ctor_get(x_2417, 0); +lean_inc(x_2833); +x_2834 = lean_ctor_get(x_2417, 1); +lean_inc(x_2834); +if (lean_is_exclusive(x_2417)) { + lean_ctor_release(x_2417, 0); + lean_ctor_release(x_2417, 1); + x_2835 = x_2417; } else { - lean_dec_ref(x_2409); - x_2826 = lean_box(0); + lean_dec_ref(x_2417); + x_2835 = lean_box(0); } -if (lean_is_scalar(x_2826)) { - x_2827 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_2835)) { + x_2836 = lean_alloc_ctor(1, 2, 0); } else { - x_2827 = x_2826; + x_2836 = x_2835; } -lean_ctor_set(x_2827, 0, x_2824); -lean_ctor_set(x_2827, 1, x_2825); -return x_2827; +lean_ctor_set(x_2836, 0, x_2833); +lean_ctor_set(x_2836, 1, x_2834); +return x_2836; } } } else { -lean_object* x_2894; lean_object* x_2895; lean_object* x_2896; lean_object* x_2897; -lean_dec(x_2395); -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); +lean_object* x_2903; lean_object* x_2904; lean_object* x_2905; lean_object* x_2906; +lean_dec(x_2403); +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17275,42 +17313,42 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2894 = lean_ctor_get(x_2400, 0); -lean_inc(x_2894); -x_2895 = lean_ctor_get(x_2400, 1); -lean_inc(x_2895); -if (lean_is_exclusive(x_2400)) { - lean_ctor_release(x_2400, 0); - lean_ctor_release(x_2400, 1); - x_2896 = x_2400; +x_2903 = lean_ctor_get(x_2408, 0); +lean_inc(x_2903); +x_2904 = lean_ctor_get(x_2408, 1); +lean_inc(x_2904); +if (lean_is_exclusive(x_2408)) { + lean_ctor_release(x_2408, 0); + lean_ctor_release(x_2408, 1); + x_2905 = x_2408; } else { - lean_dec_ref(x_2400); - x_2896 = lean_box(0); + lean_dec_ref(x_2408); + x_2905 = lean_box(0); } -if (lean_is_scalar(x_2896)) { - x_2897 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_2905)) { + x_2906 = lean_alloc_ctor(1, 2, 0); } else { - x_2897 = x_2896; + x_2906 = x_2905; } -lean_ctor_set(x_2897, 0, x_2894); -lean_ctor_set(x_2897, 1, x_2895); -return x_2897; +lean_ctor_set(x_2906, 0, x_2903); +lean_ctor_set(x_2906, 1, x_2904); +return x_2906; } } } else { -lean_object* x_2963; lean_object* x_2964; lean_object* x_2965; lean_object* x_2966; -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); +lean_object* x_2972; lean_object* x_2973; lean_object* x_2974; lean_object* x_2975; +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17327,145 +17365,41 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2963 = lean_ctor_get(x_2391, 0); -lean_inc(x_2963); -x_2964 = lean_ctor_get(x_2391, 1); -lean_inc(x_2964); -if (lean_is_exclusive(x_2391)) { - lean_ctor_release(x_2391, 0); - lean_ctor_release(x_2391, 1); - x_2965 = x_2391; -} else { - lean_dec_ref(x_2391); - x_2965 = lean_box(0); -} -if (lean_is_scalar(x_2965)) { - x_2966 = lean_alloc_ctor(1, 2, 0); -} else { - x_2966 = x_2965; -} -lean_ctor_set(x_2966, 0, x_2963); -lean_ctor_set(x_2966, 1, x_2964); -return x_2966; -} -} -else -{ -lean_object* x_2967; lean_object* x_2968; lean_object* x_2969; lean_object* x_2970; -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2355); -lean_dec(x_2354); -lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2967 = lean_ctor_get(x_2386, 0); -lean_inc(x_2967); -x_2968 = lean_ctor_get(x_2386, 1); -lean_inc(x_2968); -if (lean_is_exclusive(x_2386)) { - lean_ctor_release(x_2386, 0); - lean_ctor_release(x_2386, 1); - x_2969 = x_2386; -} else { - lean_dec_ref(x_2386); - x_2969 = lean_box(0); -} -if (lean_is_scalar(x_2969)) { - x_2970 = lean_alloc_ctor(1, 2, 0); -} else { - x_2970 = x_2969; -} -lean_ctor_set(x_2970, 0, x_2967); -lean_ctor_set(x_2970, 1, x_2968); -return x_2970; -} -} -else -{ -lean_object* x_2971; lean_object* x_2972; lean_object* x_2973; lean_object* x_2974; -lean_dec(x_2376); -lean_dec(x_2370); -lean_dec(x_2364); -lean_dec(x_2355); -lean_dec(x_2354); -lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_2971 = lean_ctor_get(x_2381, 0); -lean_inc(x_2971); -x_2972 = lean_ctor_get(x_2381, 1); +x_2972 = lean_ctor_get(x_2399, 0); lean_inc(x_2972); -if (lean_is_exclusive(x_2381)) { - lean_ctor_release(x_2381, 0); - lean_ctor_release(x_2381, 1); - x_2973 = x_2381; +x_2973 = lean_ctor_get(x_2399, 1); +lean_inc(x_2973); +if (lean_is_exclusive(x_2399)) { + lean_ctor_release(x_2399, 0); + lean_ctor_release(x_2399, 1); + x_2974 = x_2399; } else { - lean_dec_ref(x_2381); - x_2973 = lean_box(0); + lean_dec_ref(x_2399); + x_2974 = lean_box(0); } -if (lean_is_scalar(x_2973)) { - x_2974 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_2974)) { + x_2975 = lean_alloc_ctor(1, 2, 0); } else { - x_2974 = x_2973; + x_2975 = x_2974; } -lean_ctor_set(x_2974, 0, x_2971); -lean_ctor_set(x_2974, 1, x_2972); -return x_2974; +lean_ctor_set(x_2975, 0, x_2972); +lean_ctor_set(x_2975, 1, x_2973); +return x_2975; } } else { -lean_object* x_2975; lean_object* x_2976; lean_object* x_2977; lean_object* x_2978; -lean_dec(x_2370); -lean_dec(x_2364); -lean_dec(x_2359); -lean_dec(x_2355); -lean_dec(x_2354); +lean_object* x_2976; lean_object* x_2977; lean_object* x_2978; lean_object* x_2979; +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17482,41 +17416,42 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2975 = lean_ctor_get(x_2375, 0); -lean_inc(x_2975); -x_2976 = lean_ctor_get(x_2375, 1); +x_2976 = lean_ctor_get(x_2394, 0); lean_inc(x_2976); -if (lean_is_exclusive(x_2375)) { - lean_ctor_release(x_2375, 0); - lean_ctor_release(x_2375, 1); - x_2977 = x_2375; +x_2977 = lean_ctor_get(x_2394, 1); +lean_inc(x_2977); +if (lean_is_exclusive(x_2394)) { + lean_ctor_release(x_2394, 0); + lean_ctor_release(x_2394, 1); + x_2978 = x_2394; } else { - lean_dec_ref(x_2375); - x_2977 = lean_box(0); + lean_dec_ref(x_2394); + x_2978 = lean_box(0); } -if (lean_is_scalar(x_2977)) { - x_2978 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_2978)) { + x_2979 = lean_alloc_ctor(1, 2, 0); } else { - x_2978 = x_2977; + x_2979 = x_2978; } -lean_ctor_set(x_2978, 0, x_2975); -lean_ctor_set(x_2978, 1, x_2976); -return x_2978; +lean_ctor_set(x_2979, 0, x_2976); +lean_ctor_set(x_2979, 1, x_2977); +return x_2979; } } else { -lean_object* x_2979; lean_object* x_2980; lean_object* x_2981; lean_object* x_2982; -lean_dec(x_2364); -lean_dec(x_2359); -lean_dec(x_2355); -lean_dec(x_2354); +lean_object* x_2980; lean_object* x_2981; lean_object* x_2982; lean_object* x_2983; +lean_dec(x_2384); +lean_dec(x_2378); +lean_dec(x_2372); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17533,40 +17468,42 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_2979 = lean_ctor_get(x_2369, 0); -lean_inc(x_2979); -x_2980 = lean_ctor_get(x_2369, 1); +x_2980 = lean_ctor_get(x_2389, 0); lean_inc(x_2980); -if (lean_is_exclusive(x_2369)) { - lean_ctor_release(x_2369, 0); - lean_ctor_release(x_2369, 1); - x_2981 = x_2369; +x_2981 = lean_ctor_get(x_2389, 1); +lean_inc(x_2981); +if (lean_is_exclusive(x_2389)) { + lean_ctor_release(x_2389, 0); + lean_ctor_release(x_2389, 1); + x_2982 = x_2389; } else { - lean_dec_ref(x_2369); - x_2981 = lean_box(0); + lean_dec_ref(x_2389); + x_2982 = lean_box(0); } -if (lean_is_scalar(x_2981)) { - x_2982 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_2982)) { + x_2983 = lean_alloc_ctor(1, 2, 0); } else { - x_2982 = x_2981; -} -lean_ctor_set(x_2982, 0, x_2979); -lean_ctor_set(x_2982, 1, x_2980); -return x_2982; -} -} + x_2983 = x_2982; } +lean_ctor_set(x_2983, 0, x_2980); +lean_ctor_set(x_2983, 1, x_2981); +return x_2983; } } else { -lean_object* x_3023; lean_object* x_3024; lean_object* x_3025; lean_object* x_3026; +lean_object* x_2984; lean_object* x_2985; lean_object* x_2986; lean_object* x_2987; +lean_dec(x_2378); +lean_dec(x_2372); +lean_dec(x_2367); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17583,37 +17520,41 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3023 = lean_ctor_get(x_2348, 0); -lean_inc(x_3023); -x_3024 = lean_ctor_get(x_2348, 1); -lean_inc(x_3024); -if (lean_is_exclusive(x_2348)) { - lean_ctor_release(x_2348, 0); - lean_ctor_release(x_2348, 1); - x_3025 = x_2348; +x_2984 = lean_ctor_get(x_2383, 0); +lean_inc(x_2984); +x_2985 = lean_ctor_get(x_2383, 1); +lean_inc(x_2985); +if (lean_is_exclusive(x_2383)) { + lean_ctor_release(x_2383, 0); + lean_ctor_release(x_2383, 1); + x_2986 = x_2383; } else { - lean_dec_ref(x_2348); - x_3025 = lean_box(0); + lean_dec_ref(x_2383); + x_2986 = lean_box(0); } -if (lean_is_scalar(x_3025)) { - x_3026 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_2986)) { + x_2987 = lean_alloc_ctor(1, 2, 0); } else { - x_3026 = x_3025; + x_2987 = x_2986; } -lean_ctor_set(x_3026, 0, x_3023); -lean_ctor_set(x_3026, 1, x_3024); -return x_3026; +lean_ctor_set(x_2987, 0, x_2984); +lean_ctor_set(x_2987, 1, x_2985); +return x_2987; } } else { -lean_object* x_3027; lean_object* x_3028; lean_object* x_3029; lean_object* x_3030; +lean_object* x_2988; lean_object* x_2989; lean_object* x_2990; lean_object* x_2991; +lean_dec(x_2372); +lean_dec(x_2367); +lean_dec(x_2363); +lean_dec(x_2362); +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17630,38 +17571,40 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3027 = lean_ctor_get(x_2343, 0); -lean_inc(x_3027); -x_3028 = lean_ctor_get(x_2343, 1); -lean_inc(x_3028); -if (lean_is_exclusive(x_2343)) { - lean_ctor_release(x_2343, 0); - lean_ctor_release(x_2343, 1); - x_3029 = x_2343; +x_2988 = lean_ctor_get(x_2377, 0); +lean_inc(x_2988); +x_2989 = lean_ctor_get(x_2377, 1); +lean_inc(x_2989); +if (lean_is_exclusive(x_2377)) { + lean_ctor_release(x_2377, 0); + lean_ctor_release(x_2377, 1); + x_2990 = x_2377; } else { - lean_dec_ref(x_2343); - x_3029 = lean_box(0); + lean_dec_ref(x_2377); + x_2990 = lean_box(0); } -if (lean_is_scalar(x_3029)) { - x_3030 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_2990)) { + x_2991 = lean_alloc_ctor(1, 2, 0); } else { - x_3030 = x_3029; + x_2991 = x_2990; +} +lean_ctor_set(x_2991, 0, x_2988); +lean_ctor_set(x_2991, 1, x_2989); +return x_2991; +} +} } -lean_ctor_set(x_3030, 0, x_3027); -lean_ctor_set(x_3030, 1, x_3028); -return x_3030; } } else { -lean_object* x_3031; lean_object* x_3032; lean_object* x_3033; lean_object* x_3034; +lean_object* x_3032; lean_object* x_3033; lean_object* x_3034; lean_object* x_3035; +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2306); -lean_dec(x_2304); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17678,39 +17621,37 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3031 = lean_ctor_get(x_2338, 0); -lean_inc(x_3031); -x_3032 = lean_ctor_get(x_2338, 1); +x_3032 = lean_ctor_get(x_2356, 0); lean_inc(x_3032); -if (lean_is_exclusive(x_2338)) { - lean_ctor_release(x_2338, 0); - lean_ctor_release(x_2338, 1); - x_3033 = x_2338; +x_3033 = lean_ctor_get(x_2356, 1); +lean_inc(x_3033); +if (lean_is_exclusive(x_2356)) { + lean_ctor_release(x_2356, 0); + lean_ctor_release(x_2356, 1); + x_3034 = x_2356; } else { - lean_dec_ref(x_2338); - x_3033 = lean_box(0); + lean_dec_ref(x_2356); + x_3034 = lean_box(0); } -if (lean_is_scalar(x_3033)) { - x_3034 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3034)) { + x_3035 = lean_alloc_ctor(1, 2, 0); } else { - x_3034 = x_3033; + x_3035 = x_3034; } -lean_ctor_set(x_3034, 0, x_3031); -lean_ctor_set(x_3034, 1, x_3032); -return x_3034; +lean_ctor_set(x_3035, 0, x_3032); +lean_ctor_set(x_3035, 1, x_3033); +return x_3035; } } else { -lean_object* x_3035; lean_object* x_3036; lean_object* x_3037; lean_object* x_3038; +lean_object* x_3036; lean_object* x_3037; lean_object* x_3038; lean_object* x_3039; +lean_dec(x_2320); lean_dec(x_2312); -lean_dec(x_2306); -lean_dec(x_2304); -lean_dec(x_2298); -lean_dec(x_2293); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17727,40 +17668,188 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3035 = lean_ctor_get(x_2333, 0); -lean_inc(x_3035); -x_3036 = lean_ctor_get(x_2333, 1); +x_3036 = lean_ctor_get(x_2351, 0); lean_inc(x_3036); +x_3037 = lean_ctor_get(x_2351, 1); +lean_inc(x_3037); +if (lean_is_exclusive(x_2351)) { + lean_ctor_release(x_2351, 0); + lean_ctor_release(x_2351, 1); + x_3038 = x_2351; +} else { + lean_dec_ref(x_2351); + x_3038 = lean_box(0); +} +if (lean_is_scalar(x_3038)) { + x_3039 = lean_alloc_ctor(1, 2, 0); +} else { + x_3039 = x_3038; +} +lean_ctor_set(x_3039, 0, x_3036); +lean_ctor_set(x_3039, 1, x_3037); +return x_3039; +} +} +else +{ +lean_object* x_3040; lean_object* x_3041; lean_object* x_3042; lean_object* x_3043; +lean_dec(x_2320); +lean_dec(x_2314); +lean_dec(x_2312); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3040 = lean_ctor_get(x_2346, 0); +lean_inc(x_3040); +x_3041 = lean_ctor_get(x_2346, 1); +lean_inc(x_3041); +if (lean_is_exclusive(x_2346)) { + lean_ctor_release(x_2346, 0); + lean_ctor_release(x_2346, 1); + x_3042 = x_2346; +} else { + lean_dec_ref(x_2346); + x_3042 = lean_box(0); +} +if (lean_is_scalar(x_3042)) { + x_3043 = lean_alloc_ctor(1, 2, 0); +} else { + x_3043 = x_3042; +} +lean_ctor_set(x_3043, 0, x_3040); +lean_ctor_set(x_3043, 1, x_3041); +return x_3043; +} +} +else +{ +lean_object* x_3044; lean_object* x_3045; lean_object* x_3046; lean_object* x_3047; +lean_dec(x_2320); +lean_dec(x_2314); +lean_dec(x_2312); +lean_dec(x_2306); +lean_dec(x_2301); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3044 = lean_ctor_get(x_2341, 0); +lean_inc(x_3044); +x_3045 = lean_ctor_get(x_2341, 1); +lean_inc(x_3045); +if (lean_is_exclusive(x_2341)) { + lean_ctor_release(x_2341, 0); + lean_ctor_release(x_2341, 1); + x_3046 = x_2341; +} else { + lean_dec_ref(x_2341); + x_3046 = lean_box(0); +} +if (lean_is_scalar(x_3046)) { + x_3047 = lean_alloc_ctor(1, 2, 0); +} else { + x_3047 = x_3046; +} +lean_ctor_set(x_3047, 0, x_3044); +lean_ctor_set(x_3047, 1, x_3045); +return x_3047; +} +} +else +{ +lean_object* x_3048; lean_object* x_3049; lean_object* x_3050; lean_object* x_3051; +lean_dec(x_2320); +lean_dec(x_2314); +lean_dec(x_2312); +lean_dec(x_2306); +lean_dec(x_2301); +lean_dec(x_2295); +lean_dec(x_2290); +lean_dec(x_2276); +lean_dec(x_2271); +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3048 = lean_ctor_get(x_2333, 0); +lean_inc(x_3048); +x_3049 = lean_ctor_get(x_2333, 1); +lean_inc(x_3049); if (lean_is_exclusive(x_2333)) { lean_ctor_release(x_2333, 0); lean_ctor_release(x_2333, 1); - x_3037 = x_2333; + x_3050 = x_2333; } else { lean_dec_ref(x_2333); - x_3037 = lean_box(0); + x_3050 = lean_box(0); } -if (lean_is_scalar(x_3037)) { - x_3038 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3050)) { + x_3051 = lean_alloc_ctor(1, 2, 0); } else { - x_3038 = x_3037; + x_3051 = x_3050; } -lean_ctor_set(x_3038, 0, x_3035); -lean_ctor_set(x_3038, 1, x_3036); -return x_3038; +lean_ctor_set(x_3051, 0, x_3048); +lean_ctor_set(x_3051, 1, x_3049); +return x_3051; } } else { -lean_object* x_3039; lean_object* x_3040; lean_object* x_3041; lean_object* x_3042; +lean_object* x_3052; lean_object* x_3053; lean_object* x_3054; lean_object* x_3055; +lean_dec(x_2320); +lean_dec(x_2314); lean_dec(x_2312); lean_dec(x_2306); -lean_dec(x_2304); -lean_dec(x_2298); -lean_dec(x_2293); -lean_dec(x_2287); -lean_dec(x_2282); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2301); +lean_dec(x_2295); +lean_dec(x_2290); +lean_dec(x_2284); +lean_dec(x_2276); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17777,41 +17866,40 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3039 = lean_ctor_get(x_2325, 0); -lean_inc(x_3039); -x_3040 = lean_ctor_get(x_2325, 1); -lean_inc(x_3040); +x_3052 = lean_ctor_get(x_2325, 0); +lean_inc(x_3052); +x_3053 = lean_ctor_get(x_2325, 1); +lean_inc(x_3053); if (lean_is_exclusive(x_2325)) { lean_ctor_release(x_2325, 0); lean_ctor_release(x_2325, 1); - x_3041 = x_2325; + x_3054 = x_2325; } else { lean_dec_ref(x_2325); - x_3041 = lean_box(0); + x_3054 = lean_box(0); } -if (lean_is_scalar(x_3041)) { - x_3042 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3054)) { + x_3055 = lean_alloc_ctor(1, 2, 0); } else { - x_3042 = x_3041; + x_3055 = x_3054; } -lean_ctor_set(x_3042, 0, x_3039); -lean_ctor_set(x_3042, 1, x_3040); -return x_3042; +lean_ctor_set(x_3055, 0, x_3052); +lean_ctor_set(x_3055, 1, x_3053); +return x_3055; } } else { -lean_object* x_3043; lean_object* x_3044; lean_object* x_3045; lean_object* x_3046; +lean_object* x_3056; lean_object* x_3057; lean_object* x_3058; lean_object* x_3059; +lean_dec(x_2314); lean_dec(x_2312); lean_dec(x_2306); -lean_dec(x_2304); -lean_dec(x_2298); -lean_dec(x_2293); -lean_dec(x_2287); -lean_dec(x_2282); +lean_dec(x_2301); +lean_dec(x_2295); +lean_dec(x_2290); +lean_dec(x_2284); lean_dec(x_2276); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17828,43 +17916,43 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3043 = lean_ctor_get(x_2317, 0); -lean_inc(x_3043); -x_3044 = lean_ctor_get(x_2317, 1); -lean_inc(x_3044); -if (lean_is_exclusive(x_2317)) { - lean_ctor_release(x_2317, 0); - lean_ctor_release(x_2317, 1); - x_3045 = x_2317; +x_3056 = lean_ctor_get(x_2319, 0); +lean_inc(x_3056); +x_3057 = lean_ctor_get(x_2319, 1); +lean_inc(x_3057); +if (lean_is_exclusive(x_2319)) { + lean_ctor_release(x_2319, 0); + lean_ctor_release(x_2319, 1); + x_3058 = x_2319; } else { - lean_dec_ref(x_2317); - x_3045 = lean_box(0); + lean_dec_ref(x_2319); + x_3058 = lean_box(0); } -if (lean_is_scalar(x_3045)) { - x_3046 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3058)) { + x_3059 = lean_alloc_ctor(1, 2, 0); } else { - x_3046 = x_3045; + x_3059 = x_3058; +} +lean_ctor_set(x_3059, 0, x_3056); +lean_ctor_set(x_3059, 1, x_3057); +return x_3059; } -lean_ctor_set(x_3046, 0, x_3043); -lean_ctor_set(x_3046, 1, x_3044); -return x_3046; } } else { -lean_object* x_3047; lean_object* x_3048; lean_object* x_3049; lean_object* x_3050; +lean_object* x_3080; lean_object* x_3081; lean_object* x_3082; lean_object* x_3083; lean_dec(x_2306); -lean_dec(x_2304); -lean_dec(x_2298); -lean_dec(x_2293); -lean_dec(x_2287); -lean_dec(x_2282); +lean_dec(x_2301); +lean_dec(x_2295); +lean_dec(x_2290); +lean_dec(x_2284); lean_dec(x_2276); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); +lean_dec(x_22); lean_dec(x_20); lean_dec(x_18); lean_dec(x_15); @@ -17878,39 +17966,37 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3047 = lean_ctor_get(x_2311, 0); -lean_inc(x_3047); -x_3048 = lean_ctor_get(x_2311, 1); -lean_inc(x_3048); +x_3080 = lean_ctor_get(x_2311, 0); +lean_inc(x_3080); +x_3081 = lean_ctor_get(x_2311, 1); +lean_inc(x_3081); if (lean_is_exclusive(x_2311)) { lean_ctor_release(x_2311, 0); lean_ctor_release(x_2311, 1); - x_3049 = x_2311; + x_3082 = x_2311; } else { lean_dec_ref(x_2311); - x_3049 = lean_box(0); + x_3082 = lean_box(0); } -if (lean_is_scalar(x_3049)) { - x_3050 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3082)) { + x_3083 = lean_alloc_ctor(1, 2, 0); } else { - x_3050 = x_3049; + x_3083 = x_3082; } -lean_ctor_set(x_3050, 0, x_3047); -lean_ctor_set(x_3050, 1, x_3048); -return x_3050; +lean_ctor_set(x_3083, 0, x_3080); +lean_ctor_set(x_3083, 1, x_3081); +return x_3083; } } } else { -lean_object* x_3071; lean_object* x_3072; lean_object* x_3073; lean_object* x_3074; -lean_dec(x_2298); -lean_dec(x_2293); -lean_dec(x_2287); -lean_dec(x_2282); +lean_object* x_3104; lean_object* x_3105; lean_object* x_3106; lean_object* x_3107; +lean_dec(x_2295); +lean_dec(x_2290); +lean_dec(x_2284); lean_dec(x_2276); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17928,37 +18014,36 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3071 = lean_ctor_get(x_2303, 0); -lean_inc(x_3071); -x_3072 = lean_ctor_get(x_2303, 1); -lean_inc(x_3072); -if (lean_is_exclusive(x_2303)) { - lean_ctor_release(x_2303, 0); - lean_ctor_release(x_2303, 1); - x_3073 = x_2303; +x_3104 = lean_ctor_get(x_2300, 0); +lean_inc(x_3104); +x_3105 = lean_ctor_get(x_2300, 1); +lean_inc(x_3105); +if (lean_is_exclusive(x_2300)) { + lean_ctor_release(x_2300, 0); + lean_ctor_release(x_2300, 1); + x_3106 = x_2300; } else { - lean_dec_ref(x_2303); - x_3073 = lean_box(0); + lean_dec_ref(x_2300); + x_3106 = lean_box(0); } -if (lean_is_scalar(x_3073)) { - x_3074 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3106)) { + x_3107 = lean_alloc_ctor(1, 2, 0); } else { - x_3074 = x_3073; + x_3107 = x_3106; } -lean_ctor_set(x_3074, 0, x_3071); -lean_ctor_set(x_3074, 1, x_3072); -return x_3074; +lean_ctor_set(x_3107, 0, x_3104); +lean_ctor_set(x_3107, 1, x_3105); +return x_3107; } } } else { -lean_object* x_3095; lean_object* x_3096; lean_object* x_3097; lean_object* x_3098; -lean_dec(x_2287); -lean_dec(x_2282); +lean_object* x_3128; lean_object* x_3129; lean_object* x_3130; lean_object* x_3131; +lean_dec(x_2284); +lean_dec(x_2280); lean_dec(x_2276); -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -17976,81 +18061,34 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3095 = lean_ctor_get(x_2292, 0); -lean_inc(x_3095); -x_3096 = lean_ctor_get(x_2292, 1); -lean_inc(x_3096); -if (lean_is_exclusive(x_2292)) { - lean_ctor_release(x_2292, 0); - lean_ctor_release(x_2292, 1); - x_3097 = x_2292; +x_3128 = lean_ctor_get(x_2289, 0); +lean_inc(x_3128); +x_3129 = lean_ctor_get(x_2289, 1); +lean_inc(x_3129); +if (lean_is_exclusive(x_2289)) { + lean_ctor_release(x_2289, 0); + lean_ctor_release(x_2289, 1); + x_3130 = x_2289; } else { - lean_dec_ref(x_2292); - x_3097 = lean_box(0); + lean_dec_ref(x_2289); + x_3130 = lean_box(0); } -if (lean_is_scalar(x_3097)) { - x_3098 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3130)) { + x_3131 = lean_alloc_ctor(1, 2, 0); } else { - x_3098 = x_3097; + x_3131 = x_3130; } -lean_ctor_set(x_3098, 0, x_3095); -lean_ctor_set(x_3098, 1, x_3096); -return x_3098; +lean_ctor_set(x_3131, 0, x_3128); +lean_ctor_set(x_3131, 1, x_3129); +return x_3131; } } } else { -lean_object* x_3119; lean_object* x_3120; lean_object* x_3121; lean_object* x_3122; +lean_object* x_3152; lean_object* x_3153; lean_object* x_3154; lean_object* x_3155; lean_dec(x_2276); -lean_dec(x_2272); -lean_dec(x_2268); -lean_dec(x_2263); -lean_dec(x_42); -lean_dec(x_36); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3119 = lean_ctor_get(x_2281, 0); -lean_inc(x_3119); -x_3120 = lean_ctor_get(x_2281, 1); -lean_inc(x_3120); -if (lean_is_exclusive(x_2281)) { - lean_ctor_release(x_2281, 0); - lean_ctor_release(x_2281, 1); - x_3121 = x_2281; -} else { - lean_dec_ref(x_2281); - x_3121 = lean_box(0); -} -if (lean_is_scalar(x_3121)) { - x_3122 = lean_alloc_ctor(1, 2, 0); -} else { - x_3122 = x_3121; -} -lean_ctor_set(x_3122, 0, x_3119); -lean_ctor_set(x_3122, 1, x_3120); -return x_3122; -} -} -} -else -{ -lean_object* x_3143; lean_object* x_3144; lean_object* x_3145; lean_object* x_3146; -lean_dec(x_2268); -lean_dec(x_2263); +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -18069,32 +18107,32 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3143 = lean_ctor_get(x_2270, 0); -lean_inc(x_3143); -x_3144 = lean_ctor_get(x_2270, 1); -lean_inc(x_3144); -if (lean_is_exclusive(x_2270)) { - lean_ctor_release(x_2270, 0); - lean_ctor_release(x_2270, 1); - x_3145 = x_2270; +x_3152 = lean_ctor_get(x_2278, 0); +lean_inc(x_3152); +x_3153 = lean_ctor_get(x_2278, 1); +lean_inc(x_3153); +if (lean_is_exclusive(x_2278)) { + lean_ctor_release(x_2278, 0); + lean_ctor_release(x_2278, 1); + x_3154 = x_2278; } else { - lean_dec_ref(x_2270); - x_3145 = lean_box(0); + lean_dec_ref(x_2278); + x_3154 = lean_box(0); } -if (lean_is_scalar(x_3145)) { - x_3146 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3154)) { + x_3155 = lean_alloc_ctor(1, 2, 0); } else { - x_3146 = x_3145; + x_3155 = x_3154; } -lean_ctor_set(x_3146, 0, x_3143); -lean_ctor_set(x_3146, 1, x_3144); -return x_3146; +lean_ctor_set(x_3155, 0, x_3152); +lean_ctor_set(x_3155, 1, x_3153); +return x_3155; } } else { -lean_object* x_3147; lean_object* x_3148; lean_object* x_3149; lean_object* x_3150; -lean_dec(x_2263); +lean_object* x_3156; lean_object* x_3157; lean_object* x_3158; lean_object* x_3159; +lean_dec(x_2271); lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -18113,33 +18151,33 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3147 = lean_ctor_get(x_2267, 0); -lean_inc(x_3147); -x_3148 = lean_ctor_get(x_2267, 1); -lean_inc(x_3148); -if (lean_is_exclusive(x_2267)) { - lean_ctor_release(x_2267, 0); - lean_ctor_release(x_2267, 1); - x_3149 = x_2267; +x_3156 = lean_ctor_get(x_2275, 0); +lean_inc(x_3156); +x_3157 = lean_ctor_get(x_2275, 1); +lean_inc(x_3157); +if (lean_is_exclusive(x_2275)) { + lean_ctor_release(x_2275, 0); + lean_ctor_release(x_2275, 1); + x_3158 = x_2275; } else { - lean_dec_ref(x_2267); - x_3149 = lean_box(0); + lean_dec_ref(x_2275); + x_3158 = lean_box(0); } -if (lean_is_scalar(x_3149)) { - x_3150 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3158)) { + x_3159 = lean_alloc_ctor(1, 2, 0); } else { - x_3150 = x_3149; + x_3159 = x_3158; } -lean_ctor_set(x_3150, 0, x_3147); -lean_ctor_set(x_3150, 1, x_3148); -return x_3150; +lean_ctor_set(x_3159, 0, x_3156); +lean_ctor_set(x_3159, 1, x_3157); +return x_3159; } } } } else { -uint8_t x_3151; +uint8_t x_3160; lean_dec(x_42); lean_dec(x_36); lean_dec(x_32); @@ -18158,29 +18196,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3151 = !lean_is_exclusive(x_48); -if (x_3151 == 0) +x_3160 = !lean_is_exclusive(x_48); +if (x_3160 == 0) { return x_48; } else { -lean_object* x_3152; lean_object* x_3153; lean_object* x_3154; -x_3152 = lean_ctor_get(x_48, 0); -x_3153 = lean_ctor_get(x_48, 1); -lean_inc(x_3153); -lean_inc(x_3152); +lean_object* x_3161; lean_object* x_3162; lean_object* x_3163; +x_3161 = lean_ctor_get(x_48, 0); +x_3162 = lean_ctor_get(x_48, 1); +lean_inc(x_3162); +lean_inc(x_3161); lean_dec(x_48); -x_3154 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_3154, 0, x_3152); -lean_ctor_set(x_3154, 1, x_3153); -return x_3154; +x_3163 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_3163, 0, x_3161); +lean_ctor_set(x_3163, 1, x_3162); +return x_3163; } } } else { -uint8_t x_3155; +uint8_t x_3164; lean_dec(x_36); lean_dec(x_32); lean_dec(x_22); @@ -18198,23 +18236,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3155 = !lean_is_exclusive(x_41); -if (x_3155 == 0) +x_3164 = !lean_is_exclusive(x_41); +if (x_3164 == 0) { return x_41; } else { -lean_object* x_3156; lean_object* x_3157; lean_object* x_3158; -x_3156 = lean_ctor_get(x_41, 0); -x_3157 = lean_ctor_get(x_41, 1); -lean_inc(x_3157); -lean_inc(x_3156); +lean_object* x_3165; lean_object* x_3166; lean_object* x_3167; +x_3165 = lean_ctor_get(x_41, 0); +x_3166 = lean_ctor_get(x_41, 1); +lean_inc(x_3166); +lean_inc(x_3165); lean_dec(x_41); -x_3158 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_3158, 0, x_3156); -lean_ctor_set(x_3158, 1, x_3157); -return x_3158; +x_3167 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_3167, 0, x_3165); +lean_ctor_set(x_3167, 1, x_3166); +return x_3167; } } } @@ -18222,16 +18260,16 @@ return x_3158; } else { -lean_object* x_3179; lean_object* x_3180; lean_object* x_3181; -x_3179 = lean_ctor_get(x_27, 0); -x_3180 = lean_ctor_get(x_27, 1); -lean_inc(x_3180); -lean_inc(x_3179); +lean_object* x_3188; lean_object* x_3189; lean_object* x_3190; +x_3188 = lean_ctor_get(x_27, 0); +x_3189 = lean_ctor_get(x_27, 1); +lean_inc(x_3189); +lean_inc(x_3188); lean_dec(x_27); -x_3181 = l_Lean_LOption_toOption___rarg(x_3179); -if (lean_obj_tag(x_3181) == 0) +x_3190 = l_Lean_LOption_toOption___rarg(x_3188); +if (lean_obj_tag(x_3190) == 0) { -lean_object* x_3182; +lean_object* x_3191; lean_dec(x_22); lean_dec(x_20); lean_dec(x_18); @@ -18247,52 +18285,52 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3182 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_3182, 0, x_23); -lean_ctor_set(x_3182, 1, x_3180); -return x_3182; +x_3191 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3191, 0, x_23); +lean_ctor_set(x_3191, 1, x_3189); +return x_3191; } else { -lean_object* x_3183; lean_object* x_3184; lean_object* x_3185; lean_object* x_3186; lean_object* x_3187; lean_object* x_3188; lean_object* x_4103; -x_3183 = lean_ctor_get(x_3181, 0); -lean_inc(x_3183); -lean_dec(x_3181); -x_3184 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__9; +lean_object* x_3192; lean_object* x_3193; lean_object* x_3194; lean_object* x_3195; lean_object* x_3196; lean_object* x_3197; lean_object* x_4113; +x_3192 = lean_ctor_get(x_3190, 0); +lean_inc(x_3192); +lean_dec(x_3190); +x_3193 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__9; lean_inc(x_15); -x_3185 = l_Lean_Expr_const___override(x_3184, x_15); +x_3194 = l_Lean_Expr_const___override(x_3193, x_15); lean_inc(x_1); -x_3186 = l_Lean_Expr_app___override(x_3185, x_1); +x_3195 = l_Lean_Expr_app___override(x_3194, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -lean_inc(x_3186); -x_4103 = l_Lean_Meta_trySynthInstance(x_3186, x_23, x_6, x_7, x_8, x_9, x_3180); -if (lean_obj_tag(x_4103) == 0) +lean_inc(x_3195); +x_4113 = l_Lean_Meta_trySynthInstance(x_3195, x_23, x_6, x_7, x_8, x_9, x_3189); +if (lean_obj_tag(x_4113) == 0) { -lean_object* x_4104; -x_4104 = lean_ctor_get(x_4103, 0); -lean_inc(x_4104); -if (lean_obj_tag(x_4104) == 1) +lean_object* x_4114; +x_4114 = lean_ctor_get(x_4113, 0); +lean_inc(x_4114); +if (lean_obj_tag(x_4114) == 1) { -lean_object* x_4105; lean_object* x_4106; -lean_dec(x_3186); -x_4105 = lean_ctor_get(x_4103, 1); -lean_inc(x_4105); -lean_dec(x_4103); -x_4106 = lean_ctor_get(x_4104, 0); -lean_inc(x_4106); -lean_dec(x_4104); -x_3187 = x_4106; -x_3188 = x_4105; -goto block_4102; +lean_object* x_4115; lean_object* x_4116; +lean_dec(x_3195); +x_4115 = lean_ctor_get(x_4113, 1); +lean_inc(x_4115); +lean_dec(x_4113); +x_4116 = lean_ctor_get(x_4114, 0); +lean_inc(x_4116); +lean_dec(x_4114); +x_3196 = x_4116; +x_3197 = x_4115; +goto block_4112; } else { -lean_object* x_4107; lean_object* x_4108; lean_object* x_4109; lean_object* x_4110; lean_object* x_4111; lean_object* x_4112; lean_object* x_4113; lean_object* x_4114; lean_object* x_4115; lean_object* x_4116; lean_object* x_4117; -lean_dec(x_4104); -lean_dec(x_3183); +lean_object* x_4117; lean_object* x_4118; lean_object* x_4119; lean_object* x_4120; lean_object* x_4121; lean_object* x_4122; lean_object* x_4123; lean_object* x_4124; lean_object* x_4125; lean_object* x_4126; lean_object* x_4127; +lean_dec(x_4114); +lean_dec(x_3192); lean_dec(x_22); lean_dec(x_20); lean_dec(x_18); @@ -18300,19 +18338,19 @@ lean_dec(x_16); lean_dec(x_15); lean_dec(x_12); lean_dec(x_1); -x_4107 = lean_ctor_get(x_4103, 1); -lean_inc(x_4107); -lean_dec(x_4103); -x_4108 = l_Lean_indentExpr(x_3186); -x_4109 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_4110 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_4110, 0, x_4109); -lean_ctor_set(x_4110, 1, x_4108); -x_4111 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_4112 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_4112, 0, x_4110); -lean_ctor_set(x_4112, 1, x_4111); -x_4113 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_4112, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_4107); +x_4117 = lean_ctor_get(x_4113, 1); +lean_inc(x_4117); +lean_dec(x_4113); +x_4118 = l_Lean_indentExpr(x_3195); +x_4119 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_4120 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_4120, 0, x_4119); +lean_ctor_set(x_4120, 1, x_4118); +x_4121 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_4122 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_4122, 0, x_4120); +lean_ctor_set(x_4122, 1, x_4121); +x_4123 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_4122, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_4117); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -18321,78 +18359,78 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_4114 = lean_ctor_get(x_4113, 0); -lean_inc(x_4114); -x_4115 = lean_ctor_get(x_4113, 1); -lean_inc(x_4115); +x_4124 = lean_ctor_get(x_4123, 0); +lean_inc(x_4124); +x_4125 = lean_ctor_get(x_4123, 1); +lean_inc(x_4125); +if (lean_is_exclusive(x_4123)) { + lean_ctor_release(x_4123, 0); + lean_ctor_release(x_4123, 1); + x_4126 = x_4123; +} else { + lean_dec_ref(x_4123); + x_4126 = lean_box(0); +} +if (lean_is_scalar(x_4126)) { + x_4127 = lean_alloc_ctor(1, 2, 0); +} else { + x_4127 = x_4126; +} +lean_ctor_set(x_4127, 0, x_4124); +lean_ctor_set(x_4127, 1, x_4125); +return x_4127; +} +} +else +{ +lean_object* x_4128; lean_object* x_4129; lean_object* x_4130; lean_object* x_4131; +lean_dec(x_3195); +lean_dec(x_3192); +lean_dec(x_22); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_4128 = lean_ctor_get(x_4113, 0); +lean_inc(x_4128); +x_4129 = lean_ctor_get(x_4113, 1); +lean_inc(x_4129); if (lean_is_exclusive(x_4113)) { lean_ctor_release(x_4113, 0); lean_ctor_release(x_4113, 1); - x_4116 = x_4113; + x_4130 = x_4113; } else { lean_dec_ref(x_4113); - x_4116 = lean_box(0); + x_4130 = lean_box(0); } -if (lean_is_scalar(x_4116)) { - x_4117 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_4130)) { + x_4131 = lean_alloc_ctor(1, 2, 0); } else { - x_4117 = x_4116; + x_4131 = x_4130; } -lean_ctor_set(x_4117, 0, x_4114); -lean_ctor_set(x_4117, 1, x_4115); -return x_4117; +lean_ctor_set(x_4131, 0, x_4128); +lean_ctor_set(x_4131, 1, x_4129); +return x_4131; } -} -else +block_4112: { -lean_object* x_4118; lean_object* x_4119; lean_object* x_4120; lean_object* x_4121; -lean_dec(x_3186); -lean_dec(x_3183); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_4118 = lean_ctor_get(x_4103, 0); -lean_inc(x_4118); -x_4119 = lean_ctor_get(x_4103, 1); -lean_inc(x_4119); -if (lean_is_exclusive(x_4103)) { - lean_ctor_release(x_4103, 0); - lean_ctor_release(x_4103, 1); - x_4120 = x_4103; -} else { - lean_dec_ref(x_4103); - x_4120 = lean_box(0); -} -if (lean_is_scalar(x_4120)) { - x_4121 = lean_alloc_ctor(1, 2, 0); -} else { - x_4121 = x_4120; -} -lean_ctor_set(x_4121, 0, x_4118); -lean_ctor_set(x_4121, 1, x_4119); -return x_4121; -} -block_4102: -{ -lean_object* x_3189; lean_object* x_3190; lean_object* x_3191; lean_object* x_3192; -x_3189 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__11; +lean_object* x_3198; lean_object* x_3199; lean_object* x_3200; lean_object* x_3201; +x_3198 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__11; lean_inc(x_15); -x_3190 = l_Lean_Expr_const___override(x_3189, x_15); -lean_inc(x_3187); +x_3199 = l_Lean_Expr_const___override(x_3198, x_15); +lean_inc(x_3196); lean_inc(x_1); -x_3191 = l_Lean_mkAppB(x_3190, x_1, x_3187); +x_3200 = l_Lean_mkAppB(x_3199, x_1, x_3196); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -18401,183 +18439,54 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_3192 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_internalizeConst(x_3191, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3188); -if (lean_obj_tag(x_3192) == 0) +x_3201 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_internalizeConst(x_3200, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3197); +if (lean_obj_tag(x_3201) == 0) { -lean_object* x_3193; lean_object* x_3194; lean_object* x_3195; lean_object* x_3196; lean_object* x_3197; lean_object* x_3198; lean_object* x_3199; -x_3193 = lean_ctor_get(x_3192, 0); -lean_inc(x_3193); -x_3194 = lean_ctor_get(x_3192, 1); -lean_inc(x_3194); -lean_dec(x_3192); -x_3195 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__13; +lean_object* x_3202; lean_object* x_3203; lean_object* x_3204; lean_object* x_3205; lean_object* x_3206; lean_object* x_3207; lean_object* x_3208; +x_3202 = lean_ctor_get(x_3201, 0); +lean_inc(x_3202); +x_3203 = lean_ctor_get(x_3201, 1); +lean_inc(x_3203); +lean_dec(x_3201); +x_3204 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__13; lean_inc(x_15); -x_3196 = l_Lean_Expr_const___override(x_3195, x_15); -x_3197 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__14; +x_3205 = l_Lean_Expr_const___override(x_3204, x_15); +x_3206 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__14; lean_inc(x_1); -x_3198 = l_Lean_mkAppB(x_3196, x_1, x_3197); +x_3207 = l_Lean_mkAppB(x_3205, x_1, x_3206); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_3199 = l_Lean_Meta_trySynthInstance(x_3198, x_23, x_6, x_7, x_8, x_9, x_3194); -if (lean_obj_tag(x_3199) == 0) +x_3208 = l_Lean_Meta_trySynthInstance(x_3207, x_23, x_6, x_7, x_8, x_9, x_3203); +if (lean_obj_tag(x_3208) == 0) { -lean_object* x_3200; lean_object* x_3201; lean_object* x_3202; lean_object* x_3203; -x_3200 = lean_ctor_get(x_3199, 0); -lean_inc(x_3200); -x_3201 = lean_ctor_get(x_3199, 1); -lean_inc(x_3201); -if (lean_is_exclusive(x_3199)) { - lean_ctor_release(x_3199, 0); - lean_ctor_release(x_3199, 1); - x_3202 = x_3199; +lean_object* x_3209; lean_object* x_3210; lean_object* x_3211; lean_object* x_3212; +x_3209 = lean_ctor_get(x_3208, 0); +lean_inc(x_3209); +x_3210 = lean_ctor_get(x_3208, 1); +lean_inc(x_3210); +if (lean_is_exclusive(x_3208)) { + lean_ctor_release(x_3208, 0); + lean_ctor_release(x_3208, 1); + x_3211 = x_3208; } else { - lean_dec_ref(x_3199); - x_3202 = lean_box(0); + lean_dec_ref(x_3208); + x_3211 = lean_box(0); } -x_3203 = l_Lean_LOption_toOption___rarg(x_3200); -if (lean_obj_tag(x_3203) == 0) +x_3212 = l_Lean_LOption_toOption___rarg(x_3209); +if (lean_obj_tag(x_3212) == 0) { -lean_object* x_3204; -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -if (lean_is_scalar(x_3202)) { - x_3204 = lean_alloc_ctor(0, 2, 0); -} else { - x_3204 = x_3202; -} -lean_ctor_set(x_3204, 0, x_23); -lean_ctor_set(x_3204, 1, x_3201); -return x_3204; -} -else -{ -lean_object* x_3205; lean_object* x_3206; lean_object* x_3207; lean_object* x_3208; lean_object* x_3209; lean_object* x_3210; +lean_object* x_3213; lean_dec(x_3202); -x_3205 = lean_ctor_get(x_3203, 0); -lean_inc(x_3205); -if (lean_is_exclusive(x_3203)) { - lean_ctor_release(x_3203, 0); - x_3206 = x_3203; -} else { - lean_dec_ref(x_3203); - x_3206 = lean_box(0); -} -x_3207 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__16; -lean_inc(x_15); -x_3208 = l_Lean_Expr_const___override(x_3207, x_15); -lean_inc(x_1); -x_3209 = l_Lean_mkApp3(x_3208, x_1, x_3197, x_3205); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -x_3210 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3209, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3201); -if (lean_obj_tag(x_3210) == 0) -{ -lean_object* x_3211; lean_object* x_3212; lean_object* x_3213; -x_3211 = lean_ctor_get(x_3210, 0); -lean_inc(x_3211); -x_3212 = lean_ctor_get(x_3210, 1); -lean_inc(x_3212); -lean_dec(x_3210); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_3211); -lean_inc(x_3193); -x_3213 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3193, x_3211, x_6, x_7, x_8, x_9, x_3212); -if (lean_obj_tag(x_3213) == 0) -{ -lean_object* x_3214; lean_object* x_3215; lean_object* x_3216; lean_object* x_3217; lean_object* x_3218; lean_object* x_3219; lean_object* x_3220; lean_object* x_4067; -x_3214 = lean_ctor_get(x_3213, 1); -lean_inc(x_3214); -lean_dec(x_3213); -lean_inc(x_12); -x_3215 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_3215, 0, x_12); -lean_ctor_set(x_3215, 1, x_16); -x_3216 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__18; -lean_inc(x_3215); -x_3217 = l_Lean_Expr_const___override(x_3216, x_3215); -lean_inc_n(x_1, 3); -x_3218 = l_Lean_mkApp3(x_3217, x_1, x_1, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_3218); -x_4067 = l_Lean_Meta_trySynthInstance(x_3218, x_23, x_6, x_7, x_8, x_9, x_3214); -if (lean_obj_tag(x_4067) == 0) -{ -lean_object* x_4068; -x_4068 = lean_ctor_get(x_4067, 0); -lean_inc(x_4068); -if (lean_obj_tag(x_4068) == 1) -{ -lean_object* x_4069; lean_object* x_4070; -lean_dec(x_3218); -x_4069 = lean_ctor_get(x_4067, 1); -lean_inc(x_4069); -lean_dec(x_4067); -x_4070 = lean_ctor_get(x_4068, 0); -lean_inc(x_4070); -lean_dec(x_4068); -x_3219 = x_4070; -x_3220 = x_4069; -goto block_4066; -} -else -{ -lean_object* x_4071; lean_object* x_4072; lean_object* x_4073; lean_object* x_4074; lean_object* x_4075; lean_object* x_4076; lean_object* x_4077; lean_object* x_4078; lean_object* x_4079; lean_object* x_4080; lean_object* x_4081; -lean_dec(x_4068); -lean_dec(x_3215); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_22); lean_dec(x_20); lean_dec(x_18); +lean_dec(x_16); lean_dec(x_15); lean_dec(x_12); -lean_dec(x_1); -x_4071 = lean_ctor_get(x_4067, 1); -lean_inc(x_4071); -lean_dec(x_4067); -x_4072 = l_Lean_indentExpr(x_3218); -x_4073 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_4074 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_4074, 0, x_4073); -lean_ctor_set(x_4074, 1, x_4072); -x_4075 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_4076 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_4076, 0, x_4074); -lean_ctor_set(x_4076, 1, x_4075); -x_4077 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_4076, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_4071); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -18586,82 +18495,211 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); +lean_dec(x_1); +if (lean_is_scalar(x_3211)) { + x_3213 = lean_alloc_ctor(0, 2, 0); +} else { + x_3213 = x_3211; +} +lean_ctor_set(x_3213, 0, x_23); +lean_ctor_set(x_3213, 1, x_3210); +return x_3213; +} +else +{ +lean_object* x_3214; lean_object* x_3215; lean_object* x_3216; lean_object* x_3217; lean_object* x_3218; lean_object* x_3219; +lean_dec(x_3211); +x_3214 = lean_ctor_get(x_3212, 0); +lean_inc(x_3214); +if (lean_is_exclusive(x_3212)) { + lean_ctor_release(x_3212, 0); + x_3215 = x_3212; +} else { + lean_dec_ref(x_3212); + x_3215 = lean_box(0); +} +x_3216 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__16; +lean_inc(x_15); +x_3217 = l_Lean_Expr_const___override(x_3216, x_15); +lean_inc(x_1); +x_3218 = l_Lean_mkApp3(x_3217, x_1, x_3206, x_3214); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +x_3219 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3218, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3210); +if (lean_obj_tag(x_3219) == 0) +{ +lean_object* x_3220; lean_object* x_3221; lean_object* x_3222; +x_3220 = lean_ctor_get(x_3219, 0); +lean_inc(x_3220); +x_3221 = lean_ctor_get(x_3219, 1); +lean_inc(x_3221); +lean_dec(x_3219); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_3220); +lean_inc(x_3202); +x_3222 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3202, x_3220, x_6, x_7, x_8, x_9, x_3221); +if (lean_obj_tag(x_3222) == 0) +{ +lean_object* x_3223; lean_object* x_3224; lean_object* x_3225; lean_object* x_3226; lean_object* x_3227; lean_object* x_3228; lean_object* x_3229; lean_object* x_4077; +x_3223 = lean_ctor_get(x_3222, 1); +lean_inc(x_3223); +lean_dec(x_3222); +lean_inc(x_12); +x_3224 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_3224, 0, x_12); +lean_ctor_set(x_3224, 1, x_16); +x_3225 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__18; +lean_inc(x_3224); +x_3226 = l_Lean_Expr_const___override(x_3225, x_3224); +lean_inc_n(x_1, 3); +x_3227 = l_Lean_mkApp3(x_3226, x_1, x_1, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_3227); +x_4077 = l_Lean_Meta_trySynthInstance(x_3227, x_23, x_6, x_7, x_8, x_9, x_3223); +if (lean_obj_tag(x_4077) == 0) +{ +lean_object* x_4078; x_4078 = lean_ctor_get(x_4077, 0); lean_inc(x_4078); +if (lean_obj_tag(x_4078) == 1) +{ +lean_object* x_4079; lean_object* x_4080; +lean_dec(x_3227); x_4079 = lean_ctor_get(x_4077, 1); lean_inc(x_4079); +lean_dec(x_4077); +x_4080 = lean_ctor_get(x_4078, 0); +lean_inc(x_4080); +lean_dec(x_4078); +x_3228 = x_4080; +x_3229 = x_4079; +goto block_4076; +} +else +{ +lean_object* x_4081; lean_object* x_4082; lean_object* x_4083; lean_object* x_4084; lean_object* x_4085; lean_object* x_4086; lean_object* x_4087; lean_object* x_4088; lean_object* x_4089; lean_object* x_4090; lean_object* x_4091; +lean_dec(x_4078); +lean_dec(x_3224); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_22); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_1); +x_4081 = lean_ctor_get(x_4077, 1); +lean_inc(x_4081); +lean_dec(x_4077); +x_4082 = l_Lean_indentExpr(x_3227); +x_4083 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_4084 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_4084, 0, x_4083); +lean_ctor_set(x_4084, 1, x_4082); +x_4085 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_4086 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_4086, 0, x_4084); +lean_ctor_set(x_4086, 1, x_4085); +x_4087 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_4086, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_4081); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_4088 = lean_ctor_get(x_4087, 0); +lean_inc(x_4088); +x_4089 = lean_ctor_get(x_4087, 1); +lean_inc(x_4089); +if (lean_is_exclusive(x_4087)) { + lean_ctor_release(x_4087, 0); + lean_ctor_release(x_4087, 1); + x_4090 = x_4087; +} else { + lean_dec_ref(x_4087); + x_4090 = lean_box(0); +} +if (lean_is_scalar(x_4090)) { + x_4091 = lean_alloc_ctor(1, 2, 0); +} else { + x_4091 = x_4090; +} +lean_ctor_set(x_4091, 0, x_4088); +lean_ctor_set(x_4091, 1, x_4089); +return x_4091; +} +} +else +{ +lean_object* x_4092; lean_object* x_4093; lean_object* x_4094; lean_object* x_4095; +lean_dec(x_3227); +lean_dec(x_3224); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_22); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_4092 = lean_ctor_get(x_4077, 0); +lean_inc(x_4092); +x_4093 = lean_ctor_get(x_4077, 1); +lean_inc(x_4093); if (lean_is_exclusive(x_4077)) { lean_ctor_release(x_4077, 0); lean_ctor_release(x_4077, 1); - x_4080 = x_4077; + x_4094 = x_4077; } else { lean_dec_ref(x_4077); - x_4080 = lean_box(0); + x_4094 = lean_box(0); } -if (lean_is_scalar(x_4080)) { - x_4081 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_4094)) { + x_4095 = lean_alloc_ctor(1, 2, 0); } else { - x_4081 = x_4080; + x_4095 = x_4094; } -lean_ctor_set(x_4081, 0, x_4078); -lean_ctor_set(x_4081, 1, x_4079); -return x_4081; +lean_ctor_set(x_4095, 0, x_4092); +lean_ctor_set(x_4095, 1, x_4093); +return x_4095; } -} -else +block_4076: { -lean_object* x_4082; lean_object* x_4083; lean_object* x_4084; lean_object* x_4085; -lean_dec(x_3218); -lean_dec(x_3215); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_4082 = lean_ctor_get(x_4067, 0); -lean_inc(x_4082); -x_4083 = lean_ctor_get(x_4067, 1); -lean_inc(x_4083); -if (lean_is_exclusive(x_4067)) { - lean_ctor_release(x_4067, 0); - lean_ctor_release(x_4067, 1); - x_4084 = x_4067; -} else { - lean_dec_ref(x_4067); - x_4084 = lean_box(0); -} -if (lean_is_scalar(x_4084)) { - x_4085 = lean_alloc_ctor(1, 2, 0); -} else { - x_4085 = x_4084; -} -lean_ctor_set(x_4085, 0, x_4082); -lean_ctor_set(x_4085, 1, x_4083); -return x_4085; -} -block_4066: -{ -lean_object* x_3221; lean_object* x_3222; lean_object* x_3223; lean_object* x_3224; -x_3221 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__20; -lean_inc(x_3215); -x_3222 = l_Lean_Expr_const___override(x_3221, x_3215); -lean_inc(x_3219); +lean_object* x_3230; lean_object* x_3231; lean_object* x_3232; lean_object* x_3233; +x_3230 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__20; +lean_inc(x_3224); +x_3231 = l_Lean_Expr_const___override(x_3230, x_3224); +lean_inc(x_3228); lean_inc_n(x_1, 3); -x_3223 = l_Lean_mkApp4(x_3222, x_1, x_1, x_1, x_3219); +x_3232 = l_Lean_mkApp4(x_3231, x_1, x_1, x_1, x_3228); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -18670,76 +18708,76 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_3224 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3223, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3220); -if (lean_obj_tag(x_3224) == 0) +x_3233 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3232, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3229); +if (lean_obj_tag(x_3233) == 0) { -lean_object* x_3225; lean_object* x_3226; lean_object* x_3227; lean_object* x_3228; lean_object* x_3229; lean_object* x_3230; lean_object* x_3231; lean_object* x_4043; -x_3225 = lean_ctor_get(x_3224, 0); -lean_inc(x_3225); -x_3226 = lean_ctor_get(x_3224, 1); -lean_inc(x_3226); -lean_dec(x_3224); -x_3227 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__22; -lean_inc(x_3215); -x_3228 = l_Lean_Expr_const___override(x_3227, x_3215); +lean_object* x_3234; lean_object* x_3235; lean_object* x_3236; lean_object* x_3237; lean_object* x_3238; lean_object* x_3239; lean_object* x_3240; lean_object* x_4053; +x_3234 = lean_ctor_get(x_3233, 0); +lean_inc(x_3234); +x_3235 = lean_ctor_get(x_3233, 1); +lean_inc(x_3235); +lean_dec(x_3233); +x_3236 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__22; +lean_inc(x_3224); +x_3237 = l_Lean_Expr_const___override(x_3236, x_3224); lean_inc_n(x_1, 3); -x_3229 = l_Lean_mkApp3(x_3228, x_1, x_1, x_1); +x_3238 = l_Lean_mkApp3(x_3237, x_1, x_1, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -lean_inc(x_3229); -x_4043 = l_Lean_Meta_trySynthInstance(x_3229, x_23, x_6, x_7, x_8, x_9, x_3226); -if (lean_obj_tag(x_4043) == 0) +lean_inc(x_3238); +x_4053 = l_Lean_Meta_trySynthInstance(x_3238, x_23, x_6, x_7, x_8, x_9, x_3235); +if (lean_obj_tag(x_4053) == 0) { -lean_object* x_4044; -x_4044 = lean_ctor_get(x_4043, 0); -lean_inc(x_4044); -if (lean_obj_tag(x_4044) == 1) +lean_object* x_4054; +x_4054 = lean_ctor_get(x_4053, 0); +lean_inc(x_4054); +if (lean_obj_tag(x_4054) == 1) { -lean_object* x_4045; lean_object* x_4046; -lean_dec(x_3229); -x_4045 = lean_ctor_get(x_4043, 1); -lean_inc(x_4045); -lean_dec(x_4043); -x_4046 = lean_ctor_get(x_4044, 0); -lean_inc(x_4046); -lean_dec(x_4044); -x_3230 = x_4046; -x_3231 = x_4045; -goto block_4042; +lean_object* x_4055; lean_object* x_4056; +lean_dec(x_3238); +x_4055 = lean_ctor_get(x_4053, 1); +lean_inc(x_4055); +lean_dec(x_4053); +x_4056 = lean_ctor_get(x_4054, 0); +lean_inc(x_4056); +lean_dec(x_4054); +x_3239 = x_4056; +x_3240 = x_4055; +goto block_4052; } else { -lean_object* x_4047; lean_object* x_4048; lean_object* x_4049; lean_object* x_4050; lean_object* x_4051; lean_object* x_4052; lean_object* x_4053; lean_object* x_4054; lean_object* x_4055; lean_object* x_4056; lean_object* x_4057; -lean_dec(x_4044); -lean_dec(x_3225); -lean_dec(x_3219); +lean_object* x_4057; lean_object* x_4058; lean_object* x_4059; lean_object* x_4060; lean_object* x_4061; lean_object* x_4062; lean_object* x_4063; lean_object* x_4064; lean_object* x_4065; lean_object* x_4066; lean_object* x_4067; +lean_dec(x_4054); +lean_dec(x_3234); +lean_dec(x_3228); +lean_dec(x_3224); +lean_dec(x_3220); lean_dec(x_3215); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_22); lean_dec(x_20); lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); lean_dec(x_1); -x_4047 = lean_ctor_get(x_4043, 1); -lean_inc(x_4047); -lean_dec(x_4043); -x_4048 = l_Lean_indentExpr(x_3229); -x_4049 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_4050 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_4050, 0, x_4049); -lean_ctor_set(x_4050, 1, x_4048); -x_4051 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_4052 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_4052, 0, x_4050); -lean_ctor_set(x_4052, 1, x_4051); -x_4053 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_4052, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_4047); +x_4057 = lean_ctor_get(x_4053, 1); +lean_inc(x_4057); +lean_dec(x_4053); +x_4058 = l_Lean_indentExpr(x_3238); +x_4059 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_4060 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_4060, 0, x_4059); +lean_ctor_set(x_4060, 1, x_4058); +x_4061 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_4062 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_4062, 0, x_4060); +lean_ctor_set(x_4062, 1, x_4061); +x_4063 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_4062, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_4057); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -18748,83 +18786,83 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_4054 = lean_ctor_get(x_4053, 0); -lean_inc(x_4054); -x_4055 = lean_ctor_get(x_4053, 1); -lean_inc(x_4055); +x_4064 = lean_ctor_get(x_4063, 0); +lean_inc(x_4064); +x_4065 = lean_ctor_get(x_4063, 1); +lean_inc(x_4065); +if (lean_is_exclusive(x_4063)) { + lean_ctor_release(x_4063, 0); + lean_ctor_release(x_4063, 1); + x_4066 = x_4063; +} else { + lean_dec_ref(x_4063); + x_4066 = lean_box(0); +} +if (lean_is_scalar(x_4066)) { + x_4067 = lean_alloc_ctor(1, 2, 0); +} else { + x_4067 = x_4066; +} +lean_ctor_set(x_4067, 0, x_4064); +lean_ctor_set(x_4067, 1, x_4065); +return x_4067; +} +} +else +{ +lean_object* x_4068; lean_object* x_4069; lean_object* x_4070; lean_object* x_4071; +lean_dec(x_3238); +lean_dec(x_3234); +lean_dec(x_3228); +lean_dec(x_3224); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_22); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_4068 = lean_ctor_get(x_4053, 0); +lean_inc(x_4068); +x_4069 = lean_ctor_get(x_4053, 1); +lean_inc(x_4069); if (lean_is_exclusive(x_4053)) { lean_ctor_release(x_4053, 0); lean_ctor_release(x_4053, 1); - x_4056 = x_4053; + x_4070 = x_4053; } else { lean_dec_ref(x_4053); - x_4056 = lean_box(0); + x_4070 = lean_box(0); } -if (lean_is_scalar(x_4056)) { - x_4057 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_4070)) { + x_4071 = lean_alloc_ctor(1, 2, 0); } else { - x_4057 = x_4056; + x_4071 = x_4070; } -lean_ctor_set(x_4057, 0, x_4054); -lean_ctor_set(x_4057, 1, x_4055); -return x_4057; +lean_ctor_set(x_4071, 0, x_4068); +lean_ctor_set(x_4071, 1, x_4069); +return x_4071; } -} -else +block_4052: { -lean_object* x_4058; lean_object* x_4059; lean_object* x_4060; lean_object* x_4061; -lean_dec(x_3229); -lean_dec(x_3225); -lean_dec(x_3219); -lean_dec(x_3215); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_4058 = lean_ctor_get(x_4043, 0); -lean_inc(x_4058); -x_4059 = lean_ctor_get(x_4043, 1); -lean_inc(x_4059); -if (lean_is_exclusive(x_4043)) { - lean_ctor_release(x_4043, 0); - lean_ctor_release(x_4043, 1); - x_4060 = x_4043; -} else { - lean_dec_ref(x_4043); - x_4060 = lean_box(0); -} -if (lean_is_scalar(x_4060)) { - x_4061 = lean_alloc_ctor(1, 2, 0); -} else { - x_4061 = x_4060; -} -lean_ctor_set(x_4061, 0, x_4058); -lean_ctor_set(x_4061, 1, x_4059); -return x_4061; -} -block_4042: -{ -lean_object* x_3232; lean_object* x_3233; lean_object* x_3234; lean_object* x_3235; -x_3232 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__24; -x_3233 = l_Lean_Expr_const___override(x_3232, x_3215); -lean_inc(x_3230); +lean_object* x_3241; lean_object* x_3242; lean_object* x_3243; lean_object* x_3244; +x_3241 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__24; +x_3242 = l_Lean_Expr_const___override(x_3241, x_3224); +lean_inc(x_3239); lean_inc_n(x_1, 3); -x_3234 = l_Lean_mkApp4(x_3233, x_1, x_1, x_1, x_3230); +x_3243 = l_Lean_mkApp4(x_3242, x_1, x_1, x_1, x_3239); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -18833,77 +18871,77 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_3235 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3234, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3231); -if (lean_obj_tag(x_3235) == 0) +x_3244 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3243, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3240); +if (lean_obj_tag(x_3244) == 0) { -lean_object* x_3236; lean_object* x_3237; lean_object* x_3238; lean_object* x_3239; lean_object* x_3240; lean_object* x_3241; lean_object* x_3242; lean_object* x_4019; -x_3236 = lean_ctor_get(x_3235, 0); -lean_inc(x_3236); -x_3237 = lean_ctor_get(x_3235, 1); -lean_inc(x_3237); -lean_dec(x_3235); -x_3238 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__26; +lean_object* x_3245; lean_object* x_3246; lean_object* x_3247; lean_object* x_3248; lean_object* x_3249; lean_object* x_3250; lean_object* x_3251; lean_object* x_4029; +x_3245 = lean_ctor_get(x_3244, 0); +lean_inc(x_3245); +x_3246 = lean_ctor_get(x_3244, 1); +lean_inc(x_3246); +lean_dec(x_3244); +x_3247 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__26; lean_inc(x_15); -x_3239 = l_Lean_Expr_const___override(x_3238, x_15); +x_3248 = l_Lean_Expr_const___override(x_3247, x_15); lean_inc(x_1); -x_3240 = l_Lean_Expr_app___override(x_3239, x_1); +x_3249 = l_Lean_Expr_app___override(x_3248, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -lean_inc(x_3240); -x_4019 = l_Lean_Meta_trySynthInstance(x_3240, x_23, x_6, x_7, x_8, x_9, x_3237); -if (lean_obj_tag(x_4019) == 0) +lean_inc(x_3249); +x_4029 = l_Lean_Meta_trySynthInstance(x_3249, x_23, x_6, x_7, x_8, x_9, x_3246); +if (lean_obj_tag(x_4029) == 0) { -lean_object* x_4020; -x_4020 = lean_ctor_get(x_4019, 0); -lean_inc(x_4020); -if (lean_obj_tag(x_4020) == 1) +lean_object* x_4030; +x_4030 = lean_ctor_get(x_4029, 0); +lean_inc(x_4030); +if (lean_obj_tag(x_4030) == 1) { -lean_object* x_4021; lean_object* x_4022; -lean_dec(x_3240); -x_4021 = lean_ctor_get(x_4019, 1); -lean_inc(x_4021); -lean_dec(x_4019); -x_4022 = lean_ctor_get(x_4020, 0); -lean_inc(x_4022); -lean_dec(x_4020); -x_3241 = x_4022; -x_3242 = x_4021; -goto block_4018; +lean_object* x_4031; lean_object* x_4032; +lean_dec(x_3249); +x_4031 = lean_ctor_get(x_4029, 1); +lean_inc(x_4031); +lean_dec(x_4029); +x_4032 = lean_ctor_get(x_4030, 0); +lean_inc(x_4032); +lean_dec(x_4030); +x_3250 = x_4032; +x_3251 = x_4031; +goto block_4028; } else { -lean_object* x_4023; lean_object* x_4024; lean_object* x_4025; lean_object* x_4026; lean_object* x_4027; lean_object* x_4028; lean_object* x_4029; lean_object* x_4030; lean_object* x_4031; lean_object* x_4032; lean_object* x_4033; -lean_dec(x_4020); -lean_dec(x_3236); -lean_dec(x_3230); -lean_dec(x_3225); -lean_dec(x_3219); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_object* x_4033; lean_object* x_4034; lean_object* x_4035; lean_object* x_4036; lean_object* x_4037; lean_object* x_4038; lean_object* x_4039; lean_object* x_4040; lean_object* x_4041; lean_object* x_4042; lean_object* x_4043; +lean_dec(x_4030); +lean_dec(x_3245); +lean_dec(x_3239); +lean_dec(x_3234); +lean_dec(x_3228); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_22); lean_dec(x_20); lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); lean_dec(x_1); -x_4023 = lean_ctor_get(x_4019, 1); -lean_inc(x_4023); -lean_dec(x_4019); -x_4024 = l_Lean_indentExpr(x_3240); -x_4025 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_4026 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_4026, 0, x_4025); -lean_ctor_set(x_4026, 1, x_4024); -x_4027 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_4028 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_4028, 0, x_4026); -lean_ctor_set(x_4028, 1, x_4027); -x_4029 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_4028, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_4023); +x_4033 = lean_ctor_get(x_4029, 1); +lean_inc(x_4033); +lean_dec(x_4029); +x_4034 = l_Lean_indentExpr(x_3249); +x_4035 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_4036 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_4036, 0, x_4035); +lean_ctor_set(x_4036, 1, x_4034); +x_4037 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_4038 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_4038, 0, x_4036); +lean_ctor_set(x_4038, 1, x_4037); +x_4039 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_4038, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_4033); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -18912,85 +18950,85 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_4030 = lean_ctor_get(x_4029, 0); -lean_inc(x_4030); -x_4031 = lean_ctor_get(x_4029, 1); -lean_inc(x_4031); +x_4040 = lean_ctor_get(x_4039, 0); +lean_inc(x_4040); +x_4041 = lean_ctor_get(x_4039, 1); +lean_inc(x_4041); +if (lean_is_exclusive(x_4039)) { + lean_ctor_release(x_4039, 0); + lean_ctor_release(x_4039, 1); + x_4042 = x_4039; +} else { + lean_dec_ref(x_4039); + x_4042 = lean_box(0); +} +if (lean_is_scalar(x_4042)) { + x_4043 = lean_alloc_ctor(1, 2, 0); +} else { + x_4043 = x_4042; +} +lean_ctor_set(x_4043, 0, x_4040); +lean_ctor_set(x_4043, 1, x_4041); +return x_4043; +} +} +else +{ +lean_object* x_4044; lean_object* x_4045; lean_object* x_4046; lean_object* x_4047; +lean_dec(x_3249); +lean_dec(x_3245); +lean_dec(x_3239); +lean_dec(x_3234); +lean_dec(x_3228); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_22); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_4044 = lean_ctor_get(x_4029, 0); +lean_inc(x_4044); +x_4045 = lean_ctor_get(x_4029, 1); +lean_inc(x_4045); if (lean_is_exclusive(x_4029)) { lean_ctor_release(x_4029, 0); lean_ctor_release(x_4029, 1); - x_4032 = x_4029; + x_4046 = x_4029; } else { lean_dec_ref(x_4029); - x_4032 = lean_box(0); + x_4046 = lean_box(0); } -if (lean_is_scalar(x_4032)) { - x_4033 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_4046)) { + x_4047 = lean_alloc_ctor(1, 2, 0); } else { - x_4033 = x_4032; + x_4047 = x_4046; } -lean_ctor_set(x_4033, 0, x_4030); -lean_ctor_set(x_4033, 1, x_4031); -return x_4033; +lean_ctor_set(x_4047, 0, x_4044); +lean_ctor_set(x_4047, 1, x_4045); +return x_4047; } -} -else +block_4028: { -lean_object* x_4034; lean_object* x_4035; lean_object* x_4036; lean_object* x_4037; -lean_dec(x_3240); -lean_dec(x_3236); -lean_dec(x_3230); -lean_dec(x_3225); -lean_dec(x_3219); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_4034 = lean_ctor_get(x_4019, 0); -lean_inc(x_4034); -x_4035 = lean_ctor_get(x_4019, 1); -lean_inc(x_4035); -if (lean_is_exclusive(x_4019)) { - lean_ctor_release(x_4019, 0); - lean_ctor_release(x_4019, 1); - x_4036 = x_4019; -} else { - lean_dec_ref(x_4019); - x_4036 = lean_box(0); -} -if (lean_is_scalar(x_4036)) { - x_4037 = lean_alloc_ctor(1, 2, 0); -} else { - x_4037 = x_4036; -} -lean_ctor_set(x_4037, 0, x_4034); -lean_ctor_set(x_4037, 1, x_4035); -return x_4037; -} -block_4018: -{ -lean_object* x_3243; lean_object* x_3244; lean_object* x_3245; lean_object* x_3246; -x_3243 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__28; +lean_object* x_3252; lean_object* x_3253; lean_object* x_3254; lean_object* x_3255; +x_3252 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__28; lean_inc(x_15); -x_3244 = l_Lean_Expr_const___override(x_3243, x_15); -lean_inc(x_3241); +x_3253 = l_Lean_Expr_const___override(x_3252, x_15); +lean_inc(x_3250); lean_inc(x_1); -x_3245 = l_Lean_mkAppB(x_3244, x_1, x_3241); +x_3254 = l_Lean_mkAppB(x_3253, x_1, x_3250); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -18999,73 +19037,73 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_3246 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3245, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3242); -if (lean_obj_tag(x_3246) == 0) +x_3255 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3254, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3251); +if (lean_obj_tag(x_3255) == 0) { -lean_object* x_3247; lean_object* x_3248; lean_object* x_3249; lean_object* x_3250; lean_object* x_3995; -x_3247 = lean_ctor_get(x_3246, 0); -lean_inc(x_3247); -x_3248 = lean_ctor_get(x_3246, 1); -lean_inc(x_3248); -lean_dec(x_3246); +lean_object* x_3256; lean_object* x_3257; lean_object* x_3258; lean_object* x_3259; lean_object* x_4005; +x_3256 = lean_ctor_get(x_3255, 0); +lean_inc(x_3256); +x_3257 = lean_ctor_get(x_3255, 1); +lean_inc(x_3257); +lean_dec(x_3255); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_22); -x_3995 = l_Lean_Meta_trySynthInstance(x_22, x_23, x_6, x_7, x_8, x_9, x_3248); -if (lean_obj_tag(x_3995) == 0) +x_4005 = l_Lean_Meta_trySynthInstance(x_22, x_23, x_6, x_7, x_8, x_9, x_3257); +if (lean_obj_tag(x_4005) == 0) { -lean_object* x_3996; -x_3996 = lean_ctor_get(x_3995, 0); -lean_inc(x_3996); -if (lean_obj_tag(x_3996) == 1) +lean_object* x_4006; +x_4006 = lean_ctor_get(x_4005, 0); +lean_inc(x_4006); +if (lean_obj_tag(x_4006) == 1) { -lean_object* x_3997; lean_object* x_3998; +lean_object* x_4007; lean_object* x_4008; lean_dec(x_22); -x_3997 = lean_ctor_get(x_3995, 1); -lean_inc(x_3997); -lean_dec(x_3995); -x_3998 = lean_ctor_get(x_3996, 0); -lean_inc(x_3998); -lean_dec(x_3996); -x_3249 = x_3998; -x_3250 = x_3997; -goto block_3994; +x_4007 = lean_ctor_get(x_4005, 1); +lean_inc(x_4007); +lean_dec(x_4005); +x_4008 = lean_ctor_get(x_4006, 0); +lean_inc(x_4008); +lean_dec(x_4006); +x_3258 = x_4008; +x_3259 = x_4007; +goto block_4004; } else { -lean_object* x_3999; lean_object* x_4000; lean_object* x_4001; lean_object* x_4002; lean_object* x_4003; lean_object* x_4004; lean_object* x_4005; lean_object* x_4006; lean_object* x_4007; lean_object* x_4008; lean_object* x_4009; -lean_dec(x_3996); -lean_dec(x_3247); -lean_dec(x_3241); -lean_dec(x_3236); -lean_dec(x_3230); -lean_dec(x_3225); -lean_dec(x_3219); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_object* x_4009; lean_object* x_4010; lean_object* x_4011; lean_object* x_4012; lean_object* x_4013; lean_object* x_4014; lean_object* x_4015; lean_object* x_4016; lean_object* x_4017; lean_object* x_4018; lean_object* x_4019; +lean_dec(x_4006); +lean_dec(x_3256); +lean_dec(x_3250); +lean_dec(x_3245); +lean_dec(x_3239); +lean_dec(x_3234); +lean_dec(x_3228); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_20); lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); lean_dec(x_1); -x_3999 = lean_ctor_get(x_3995, 1); -lean_inc(x_3999); -lean_dec(x_3995); -x_4000 = l_Lean_indentExpr(x_22); -x_4001 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_4002 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_4002, 0, x_4001); -lean_ctor_set(x_4002, 1, x_4000); -x_4003 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_4004 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_4004, 0, x_4002); -lean_ctor_set(x_4004, 1, x_4003); -x_4005 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_4004, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3999); +x_4009 = lean_ctor_get(x_4005, 1); +lean_inc(x_4009); +lean_dec(x_4005); +x_4010 = l_Lean_indentExpr(x_22); +x_4011 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_4012 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_4012, 0, x_4011); +lean_ctor_set(x_4012, 1, x_4010); +x_4013 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_4014 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_4014, 0, x_4012); +lean_ctor_set(x_4014, 1, x_4013); +x_4015 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_4014, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_4009); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -19074,86 +19112,86 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_4006 = lean_ctor_get(x_4005, 0); -lean_inc(x_4006); -x_4007 = lean_ctor_get(x_4005, 1); -lean_inc(x_4007); +x_4016 = lean_ctor_get(x_4015, 0); +lean_inc(x_4016); +x_4017 = lean_ctor_get(x_4015, 1); +lean_inc(x_4017); +if (lean_is_exclusive(x_4015)) { + lean_ctor_release(x_4015, 0); + lean_ctor_release(x_4015, 1); + x_4018 = x_4015; +} else { + lean_dec_ref(x_4015); + x_4018 = lean_box(0); +} +if (lean_is_scalar(x_4018)) { + x_4019 = lean_alloc_ctor(1, 2, 0); +} else { + x_4019 = x_4018; +} +lean_ctor_set(x_4019, 0, x_4016); +lean_ctor_set(x_4019, 1, x_4017); +return x_4019; +} +} +else +{ +lean_object* x_4020; lean_object* x_4021; lean_object* x_4022; lean_object* x_4023; +lean_dec(x_3256); +lean_dec(x_3250); +lean_dec(x_3245); +lean_dec(x_3239); +lean_dec(x_3234); +lean_dec(x_3228); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_22); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_4020 = lean_ctor_get(x_4005, 0); +lean_inc(x_4020); +x_4021 = lean_ctor_get(x_4005, 1); +lean_inc(x_4021); if (lean_is_exclusive(x_4005)) { lean_ctor_release(x_4005, 0); lean_ctor_release(x_4005, 1); - x_4008 = x_4005; + x_4022 = x_4005; } else { lean_dec_ref(x_4005); - x_4008 = lean_box(0); + x_4022 = lean_box(0); } -if (lean_is_scalar(x_4008)) { - x_4009 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_4022)) { + x_4023 = lean_alloc_ctor(1, 2, 0); } else { - x_4009 = x_4008; + x_4023 = x_4022; } -lean_ctor_set(x_4009, 0, x_4006); -lean_ctor_set(x_4009, 1, x_4007); -return x_4009; +lean_ctor_set(x_4023, 0, x_4020); +lean_ctor_set(x_4023, 1, x_4021); +return x_4023; } -} -else +block_4004: { -lean_object* x_4010; lean_object* x_4011; lean_object* x_4012; lean_object* x_4013; -lean_dec(x_3247); -lean_dec(x_3241); -lean_dec(x_3236); -lean_dec(x_3230); -lean_dec(x_3225); -lean_dec(x_3219); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_4010 = lean_ctor_get(x_3995, 0); -lean_inc(x_4010); -x_4011 = lean_ctor_get(x_3995, 1); -lean_inc(x_4011); -if (lean_is_exclusive(x_3995)) { - lean_ctor_release(x_3995, 0); - lean_ctor_release(x_3995, 1); - x_4012 = x_3995; -} else { - lean_dec_ref(x_3995); - x_4012 = lean_box(0); -} -if (lean_is_scalar(x_4012)) { - x_4013 = lean_alloc_ctor(1, 2, 0); -} else { - x_4013 = x_4012; -} -lean_ctor_set(x_4013, 0, x_4010); -lean_ctor_set(x_4013, 1, x_4011); -return x_4013; -} -block_3994: -{ -lean_object* x_3251; lean_object* x_3252; lean_object* x_3253; lean_object* x_3254; -x_3251 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__30; +lean_object* x_3260; lean_object* x_3261; lean_object* x_3262; lean_object* x_3263; +x_3260 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__30; lean_inc(x_18); -x_3252 = l_Lean_Expr_const___override(x_3251, x_18); -lean_inc(x_3249); +x_3261 = l_Lean_Expr_const___override(x_3260, x_18); +lean_inc(x_3258); lean_inc_n(x_1, 2); -x_3253 = l_Lean_mkApp4(x_3252, x_21, x_1, x_1, x_3249); +x_3262 = l_Lean_mkApp4(x_3261, x_21, x_1, x_1, x_3258); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -19162,247 +19200,153 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_3254 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3253, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3250); -if (lean_obj_tag(x_3254) == 0) +x_3263 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3262, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3259); +if (lean_obj_tag(x_3263) == 0) { -lean_object* x_3255; lean_object* x_3256; lean_object* x_3257; lean_object* x_3258; lean_object* x_3259; lean_object* x_3260; -x_3255 = lean_ctor_get(x_3254, 0); -lean_inc(x_3255); -x_3256 = lean_ctor_get(x_3254, 1); -lean_inc(x_3256); -lean_dec(x_3254); -x_3257 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__32; +lean_object* x_3264; lean_object* x_3265; lean_object* x_3266; lean_object* x_3267; lean_object* x_3268; lean_object* x_3269; +x_3264 = lean_ctor_get(x_3263, 0); +lean_inc(x_3264); +x_3265 = lean_ctor_get(x_3263, 1); +lean_inc(x_3265); +lean_dec(x_3263); +x_3266 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__32; lean_inc(x_15); -x_3258 = l_Lean_Expr_const___override(x_3257, x_15); -lean_inc(x_3183); +x_3267 = l_Lean_Expr_const___override(x_3266, x_15); +lean_inc(x_3192); lean_inc(x_1); -x_3259 = l_Lean_mkAppB(x_3258, x_1, x_3183); +x_3268 = l_Lean_mkAppB(x_3267, x_1, x_3192); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -lean_inc(x_3187); -x_3260 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3187, x_3259, x_6, x_7, x_8, x_9, x_3256); -if (lean_obj_tag(x_3260) == 0) +lean_inc(x_3196); +x_3269 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3196, x_3268, x_6, x_7, x_8, x_9, x_3265); +if (lean_obj_tag(x_3269) == 0) { -lean_object* x_3261; lean_object* x_3262; lean_object* x_3263; lean_object* x_3264; lean_object* x_3265; lean_object* x_3266; lean_object* x_3267; lean_object* x_3268; -x_3261 = lean_ctor_get(x_3260, 1); -lean_inc(x_3261); -lean_dec(x_3260); -x_3262 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__34; +lean_object* x_3270; lean_object* x_3271; lean_object* x_3272; lean_object* x_3273; lean_object* x_3274; lean_object* x_3275; lean_object* x_3276; lean_object* x_3277; +x_3270 = lean_ctor_get(x_3269, 1); +lean_inc(x_3270); +lean_dec(x_3269); +x_3271 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__34; lean_inc(x_15); -x_3263 = l_Lean_Expr_const___override(x_3262, x_15); -lean_inc(x_3183); +x_3272 = l_Lean_Expr_const___override(x_3271, x_15); +lean_inc(x_3192); lean_inc(x_1); -x_3264 = l_Lean_mkAppB(x_3263, x_1, x_3183); -x_3265 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__36; +x_3273 = l_Lean_mkAppB(x_3272, x_1, x_3192); +x_3274 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__36; lean_inc(x_15); -x_3266 = l_Lean_Expr_const___override(x_3265, x_15); +x_3275 = l_Lean_Expr_const___override(x_3274, x_15); lean_inc(x_1); -x_3267 = l_Lean_mkAppB(x_3266, x_1, x_3264); +x_3276 = l_Lean_mkAppB(x_3275, x_1, x_3273); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_3268 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3219, x_3267, x_6, x_7, x_8, x_9, x_3261); -if (lean_obj_tag(x_3268) == 0) +x_3277 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3228, x_3276, x_6, x_7, x_8, x_9, x_3270); +if (lean_obj_tag(x_3277) == 0) { -lean_object* x_3269; lean_object* x_3270; lean_object* x_3271; lean_object* x_3272; lean_object* x_3273; lean_object* x_3274; lean_object* x_3275; lean_object* x_3276; -x_3269 = lean_ctor_get(x_3268, 1); -lean_inc(x_3269); -lean_dec(x_3268); -x_3270 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__38; +lean_object* x_3278; lean_object* x_3279; lean_object* x_3280; lean_object* x_3281; lean_object* x_3282; lean_object* x_3283; lean_object* x_3284; lean_object* x_3285; +x_3278 = lean_ctor_get(x_3277, 1); +lean_inc(x_3278); +lean_dec(x_3277); +x_3279 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__38; lean_inc(x_15); -x_3271 = l_Lean_Expr_const___override(x_3270, x_15); -lean_inc(x_3183); +x_3280 = l_Lean_Expr_const___override(x_3279, x_15); +lean_inc(x_3192); lean_inc(x_1); -x_3272 = l_Lean_mkAppB(x_3271, x_1, x_3183); -x_3273 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__40; +x_3281 = l_Lean_mkAppB(x_3280, x_1, x_3192); +x_3282 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__40; lean_inc(x_15); -x_3274 = l_Lean_Expr_const___override(x_3273, x_15); +x_3283 = l_Lean_Expr_const___override(x_3282, x_15); lean_inc(x_1); -x_3275 = l_Lean_mkAppB(x_3274, x_1, x_3272); +x_3284 = l_Lean_mkAppB(x_3283, x_1, x_3281); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_3276 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3230, x_3275, x_6, x_7, x_8, x_9, x_3269); -if (lean_obj_tag(x_3276) == 0) +x_3285 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3239, x_3284, x_6, x_7, x_8, x_9, x_3278); +if (lean_obj_tag(x_3285) == 0) { -lean_object* x_3277; lean_object* x_3278; lean_object* x_3279; lean_object* x_3280; lean_object* x_3281; -x_3277 = lean_ctor_get(x_3276, 1); -lean_inc(x_3277); -lean_dec(x_3276); -x_3278 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__42; +lean_object* x_3286; lean_object* x_3287; lean_object* x_3288; lean_object* x_3289; lean_object* x_3290; +x_3286 = lean_ctor_get(x_3285, 1); +lean_inc(x_3286); +lean_dec(x_3285); +x_3287 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__42; lean_inc(x_15); -x_3279 = l_Lean_Expr_const___override(x_3278, x_15); -lean_inc(x_3183); +x_3288 = l_Lean_Expr_const___override(x_3287, x_15); +lean_inc(x_3192); lean_inc(x_1); -x_3280 = l_Lean_mkAppB(x_3279, x_1, x_3183); +x_3289 = l_Lean_mkAppB(x_3288, x_1, x_3192); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_3281 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3241, x_3280, x_6, x_7, x_8, x_9, x_3277); -if (lean_obj_tag(x_3281) == 0) +x_3290 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3250, x_3289, x_6, x_7, x_8, x_9, x_3286); +if (lean_obj_tag(x_3290) == 0) { -lean_object* x_3282; lean_object* x_3283; lean_object* x_3284; lean_object* x_3285; lean_object* x_3286; -x_3282 = lean_ctor_get(x_3281, 1); -lean_inc(x_3282); -lean_dec(x_3281); -x_3283 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__44; +lean_object* x_3291; lean_object* x_3292; lean_object* x_3293; lean_object* x_3294; lean_object* x_3295; +x_3291 = lean_ctor_get(x_3290, 1); +lean_inc(x_3291); +lean_dec(x_3290); +x_3292 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__44; lean_inc(x_15); -x_3284 = l_Lean_Expr_const___override(x_3283, x_15); -lean_inc(x_3183); +x_3293 = l_Lean_Expr_const___override(x_3292, x_15); +lean_inc(x_3192); lean_inc(x_1); -x_3285 = l_Lean_mkAppB(x_3284, x_1, x_3183); +x_3294 = l_Lean_mkAppB(x_3293, x_1, x_3192); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_3286 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3249, x_3285, x_6, x_7, x_8, x_9, x_3282); -if (lean_obj_tag(x_3286) == 0) -{ -lean_object* x_3287; lean_object* x_3288; lean_object* x_3289; lean_object* x_3290; lean_object* x_3291; -x_3287 = lean_ctor_get(x_3286, 1); -lean_inc(x_3287); -lean_dec(x_3286); -x_3288 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__46; -lean_inc(x_15); -x_3289 = l_Lean_Expr_const___override(x_3288, x_15); -lean_inc(x_1); -x_3290 = l_Lean_Expr_app___override(x_3289, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_3291 = l_Lean_Meta_trySynthInstance(x_3290, x_23, x_6, x_7, x_8, x_9, x_3287); -if (lean_obj_tag(x_3291) == 0) -{ -lean_object* x_3292; lean_object* x_3293; lean_object* x_3294; lean_object* x_3295; -x_3292 = lean_ctor_get(x_3291, 0); -lean_inc(x_3292); -x_3293 = lean_ctor_get(x_3291, 1); -lean_inc(x_3293); -if (lean_is_exclusive(x_3291)) { - lean_ctor_release(x_3291, 0); - lean_ctor_release(x_3291, 1); - x_3294 = x_3291; -} else { - lean_dec_ref(x_3291); - x_3294 = lean_box(0); -} -x_3295 = l_Lean_LOption_toOption___rarg(x_3292); +x_3295 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3258, x_3294, x_6, x_7, x_8, x_9, x_3291); if (lean_obj_tag(x_3295) == 0) { -lean_object* x_3296; -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -if (lean_is_scalar(x_3294)) { - x_3296 = lean_alloc_ctor(0, 2, 0); -} else { - x_3296 = x_3294; -} -lean_ctor_set(x_3296, 0, x_23); -lean_ctor_set(x_3296, 1, x_3293); -return x_3296; -} -else -{ -lean_object* x_3297; lean_object* x_3298; lean_object* x_3299; lean_object* x_3300; lean_object* x_3301; lean_object* x_3302; lean_object* x_3303; lean_object* x_3947; -lean_dec(x_3294); -x_3297 = lean_ctor_get(x_3295, 0); -lean_inc(x_3297); -if (lean_is_exclusive(x_3295)) { - lean_ctor_release(x_3295, 0); - x_3298 = x_3295; -} else { - lean_dec_ref(x_3295); - x_3298 = lean_box(0); -} -x_3299 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__48; +lean_object* x_3296; lean_object* x_3297; lean_object* x_3298; lean_object* x_3299; lean_object* x_3300; +x_3296 = lean_ctor_get(x_3295, 1); +lean_inc(x_3296); +lean_dec(x_3295); +x_3297 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__46; lean_inc(x_15); -x_3300 = l_Lean_Expr_const___override(x_3299, x_15); +x_3298 = l_Lean_Expr_const___override(x_3297, x_15); lean_inc(x_1); -x_3301 = l_Lean_Expr_app___override(x_3300, x_1); +x_3299 = l_Lean_Expr_app___override(x_3298, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); +x_3300 = l_Lean_Meta_trySynthInstance(x_3299, x_23, x_6, x_7, x_8, x_9, x_3296); +if (lean_obj_tag(x_3300) == 0) +{ +lean_object* x_3301; lean_object* x_3302; lean_object* x_3303; lean_object* x_3304; +x_3301 = lean_ctor_get(x_3300, 0); lean_inc(x_3301); -x_3947 = l_Lean_Meta_trySynthInstance(x_3301, x_23, x_6, x_7, x_8, x_9, x_3293); -if (lean_obj_tag(x_3947) == 0) -{ -lean_object* x_3948; -x_3948 = lean_ctor_get(x_3947, 0); -lean_inc(x_3948); -if (lean_obj_tag(x_3948) == 1) -{ -lean_object* x_3949; lean_object* x_3950; -lean_dec(x_3301); -x_3949 = lean_ctor_get(x_3947, 1); -lean_inc(x_3949); -lean_dec(x_3947); -x_3950 = lean_ctor_get(x_3948, 0); -lean_inc(x_3950); -lean_dec(x_3948); -x_3302 = x_3950; -x_3303 = x_3949; -goto block_3946; +x_3302 = lean_ctor_get(x_3300, 1); +lean_inc(x_3302); +if (lean_is_exclusive(x_3300)) { + lean_ctor_release(x_3300, 0); + lean_ctor_release(x_3300, 1); + x_3303 = x_3300; +} else { + lean_dec_ref(x_3300); + x_3303 = lean_box(0); } -else +x_3304 = l_Lean_LOption_toOption___rarg(x_3301); +if (lean_obj_tag(x_3304) == 0) { -lean_object* x_3951; lean_object* x_3952; lean_object* x_3953; lean_object* x_3954; lean_object* x_3955; lean_object* x_3956; lean_object* x_3957; lean_object* x_3958; lean_object* x_3959; lean_object* x_3960; lean_object* x_3961; -lean_dec(x_3948); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_object* x_3305; +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_20); lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); -lean_dec(x_1); -x_3951 = lean_ctor_get(x_3947, 1); -lean_inc(x_3951); -lean_dec(x_3947); -x_3952 = l_Lean_indentExpr(x_3301); -x_3953 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_3954 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3954, 0, x_3953); -lean_ctor_set(x_3954, 1, x_3952); -x_3955 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_3956 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3956, 0, x_3954); -lean_ctor_set(x_3956, 1, x_3955); -x_3957 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3956, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3951); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -19411,47 +19355,238 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); +lean_dec(x_1); +if (lean_is_scalar(x_3303)) { + x_3305 = lean_alloc_ctor(0, 2, 0); +} else { + x_3305 = x_3303; +} +lean_ctor_set(x_3305, 0, x_23); +lean_ctor_set(x_3305, 1, x_3302); +return x_3305; +} +else +{ +lean_object* x_3306; lean_object* x_3307; lean_object* x_3308; lean_object* x_3309; lean_object* x_3310; lean_object* x_3311; lean_object* x_3312; lean_object* x_3957; +lean_dec(x_3303); +x_3306 = lean_ctor_get(x_3304, 0); +lean_inc(x_3306); +if (lean_is_exclusive(x_3304)) { + lean_ctor_release(x_3304, 0); + x_3307 = x_3304; +} else { + lean_dec_ref(x_3304); + x_3307 = lean_box(0); +} +x_3308 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__48; +lean_inc(x_15); +x_3309 = l_Lean_Expr_const___override(x_3308, x_15); +lean_inc(x_1); +x_3310 = l_Lean_Expr_app___override(x_3309, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_3310); +x_3957 = l_Lean_Meta_trySynthInstance(x_3310, x_23, x_6, x_7, x_8, x_9, x_3302); +if (lean_obj_tag(x_3957) == 0) +{ +lean_object* x_3958; x_3958 = lean_ctor_get(x_3957, 0); lean_inc(x_3958); +if (lean_obj_tag(x_3958) == 1) +{ +lean_object* x_3959; lean_object* x_3960; +lean_dec(x_3310); x_3959 = lean_ctor_get(x_3957, 1); lean_inc(x_3959); +lean_dec(x_3957); +x_3960 = lean_ctor_get(x_3958, 0); +lean_inc(x_3960); +lean_dec(x_3958); +x_3311 = x_3960; +x_3312 = x_3959; +goto block_3956; +} +else +{ +lean_object* x_3961; lean_object* x_3962; lean_object* x_3963; lean_object* x_3964; lean_object* x_3965; lean_object* x_3966; lean_object* x_3967; lean_object* x_3968; lean_object* x_3969; lean_object* x_3970; lean_object* x_3971; +lean_dec(x_3958); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_1); +x_3961 = lean_ctor_get(x_3957, 1); +lean_inc(x_3961); +lean_dec(x_3957); +x_3962 = l_Lean_indentExpr(x_3310); +x_3963 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_3964 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3964, 0, x_3963); +lean_ctor_set(x_3964, 1, x_3962); +x_3965 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_3966 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3966, 0, x_3964); +lean_ctor_set(x_3966, 1, x_3965); +x_3967 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3966, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3961); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_3968 = lean_ctor_get(x_3967, 0); +lean_inc(x_3968); +x_3969 = lean_ctor_get(x_3967, 1); +lean_inc(x_3969); +if (lean_is_exclusive(x_3967)) { + lean_ctor_release(x_3967, 0); + lean_ctor_release(x_3967, 1); + x_3970 = x_3967; +} else { + lean_dec_ref(x_3967); + x_3970 = lean_box(0); +} +if (lean_is_scalar(x_3970)) { + x_3971 = lean_alloc_ctor(1, 2, 0); +} else { + x_3971 = x_3970; +} +lean_ctor_set(x_3971, 0, x_3968); +lean_ctor_set(x_3971, 1, x_3969); +return x_3971; +} +} +else +{ +lean_object* x_3972; lean_object* x_3973; lean_object* x_3974; lean_object* x_3975; +lean_dec(x_3310); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3972 = lean_ctor_get(x_3957, 0); +lean_inc(x_3972); +x_3973 = lean_ctor_get(x_3957, 1); +lean_inc(x_3973); if (lean_is_exclusive(x_3957)) { lean_ctor_release(x_3957, 0); lean_ctor_release(x_3957, 1); - x_3960 = x_3957; + x_3974 = x_3957; } else { lean_dec_ref(x_3957); - x_3960 = lean_box(0); + x_3974 = lean_box(0); } -if (lean_is_scalar(x_3960)) { - x_3961 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3974)) { + x_3975 = lean_alloc_ctor(1, 2, 0); } else { - x_3961 = x_3960; + x_3975 = x_3974; } -lean_ctor_set(x_3961, 0, x_3958); -lean_ctor_set(x_3961, 1, x_3959); -return x_3961; +lean_ctor_set(x_3975, 0, x_3972); +lean_ctor_set(x_3975, 1, x_3973); +return x_3975; } +block_3956: +{ +lean_object* x_3313; lean_object* x_3314; lean_object* x_3315; lean_object* x_3316; lean_object* x_3317; lean_object* x_3937; +x_3313 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__50; +lean_inc(x_15); +x_3314 = l_Lean_Expr_const___override(x_3313, x_15); +lean_inc(x_1); +x_3315 = l_Lean_Expr_app___override(x_3314, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_3315); +x_3937 = l_Lean_Meta_trySynthInstance(x_3315, x_23, x_6, x_7, x_8, x_9, x_3312); +if (lean_obj_tag(x_3937) == 0) +{ +lean_object* x_3938; +x_3938 = lean_ctor_get(x_3937, 0); +lean_inc(x_3938); +if (lean_obj_tag(x_3938) == 1) +{ +lean_object* x_3939; lean_object* x_3940; +lean_dec(x_3315); +x_3939 = lean_ctor_get(x_3937, 1); +lean_inc(x_3939); +lean_dec(x_3937); +x_3940 = lean_ctor_get(x_3938, 0); +lean_inc(x_3940); +lean_dec(x_3938); +x_3316 = x_3940; +x_3317 = x_3939; +goto block_3936; } else { -lean_object* x_3962; lean_object* x_3963; lean_object* x_3964; lean_object* x_3965; -lean_dec(x_3301); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_object* x_3941; lean_object* x_3942; lean_object* x_3943; lean_object* x_3944; lean_object* x_3945; lean_object* x_3946; lean_object* x_3947; lean_object* x_3948; lean_object* x_3949; lean_object* x_3950; lean_object* x_3951; +lean_dec(x_3938); +lean_dec(x_3311); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_20); lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); +lean_dec(x_1); +x_3941 = lean_ctor_get(x_3937, 1); +lean_inc(x_3941); +lean_dec(x_3937); +x_3942 = l_Lean_indentExpr(x_3315); +x_3943 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; +x_3944 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3944, 0, x_3943); +lean_ctor_set(x_3944, 1, x_3942); +x_3945 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_3946 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3946, 0, x_3944); +lean_ctor_set(x_3946, 1, x_3945); +x_3947 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3946, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3941); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -19460,95 +19595,48 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_1); -x_3962 = lean_ctor_get(x_3947, 0); -lean_inc(x_3962); -x_3963 = lean_ctor_get(x_3947, 1); -lean_inc(x_3963); +x_3948 = lean_ctor_get(x_3947, 0); +lean_inc(x_3948); +x_3949 = lean_ctor_get(x_3947, 1); +lean_inc(x_3949); if (lean_is_exclusive(x_3947)) { lean_ctor_release(x_3947, 0); lean_ctor_release(x_3947, 1); - x_3964 = x_3947; + x_3950 = x_3947; } else { lean_dec_ref(x_3947); - x_3964 = lean_box(0); + x_3950 = lean_box(0); } -if (lean_is_scalar(x_3964)) { - x_3965 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3950)) { + x_3951 = lean_alloc_ctor(1, 2, 0); } else { - x_3965 = x_3964; + x_3951 = x_3950; } -lean_ctor_set(x_3965, 0, x_3962); -lean_ctor_set(x_3965, 1, x_3963); -return x_3965; +lean_ctor_set(x_3951, 0, x_3948); +lean_ctor_set(x_3951, 1, x_3949); +return x_3951; } -block_3946: -{ -lean_object* x_3304; lean_object* x_3305; lean_object* x_3306; lean_object* x_3307; lean_object* x_3308; lean_object* x_3927; -x_3304 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__50; -lean_inc(x_15); -x_3305 = l_Lean_Expr_const___override(x_3304, x_15); -lean_inc(x_1); -x_3306 = l_Lean_Expr_app___override(x_3305, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_3306); -x_3927 = l_Lean_Meta_trySynthInstance(x_3306, x_23, x_6, x_7, x_8, x_9, x_3303); -if (lean_obj_tag(x_3927) == 0) -{ -lean_object* x_3928; -x_3928 = lean_ctor_get(x_3927, 0); -lean_inc(x_3928); -if (lean_obj_tag(x_3928) == 1) -{ -lean_object* x_3929; lean_object* x_3930; -lean_dec(x_3306); -x_3929 = lean_ctor_get(x_3927, 1); -lean_inc(x_3929); -lean_dec(x_3927); -x_3930 = lean_ctor_get(x_3928, 0); -lean_inc(x_3930); -lean_dec(x_3928); -x_3307 = x_3930; -x_3308 = x_3929; -goto block_3926; } else { -lean_object* x_3931; lean_object* x_3932; lean_object* x_3933; lean_object* x_3934; lean_object* x_3935; lean_object* x_3936; lean_object* x_3937; lean_object* x_3938; lean_object* x_3939; lean_object* x_3940; lean_object* x_3941; -lean_dec(x_3928); -lean_dec(x_3302); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_object* x_3952; lean_object* x_3953; lean_object* x_3954; lean_object* x_3955; +lean_dec(x_3315); +lean_dec(x_3311); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_20); lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); -lean_dec(x_1); -x_3931 = lean_ctor_get(x_3927, 1); -lean_inc(x_3931); -lean_dec(x_3927); -x_3932 = l_Lean_indentExpr(x_3306); -x_3933 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__95; -x_3934 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3934, 0, x_3933); -lean_ctor_set(x_3934, 1, x_3932); -x_3935 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_3936 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3936, 0, x_3934); -lean_ctor_set(x_3936, 1, x_3935); -x_3937 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Grind_Arith_CommRing_RingId_0__Lean_Meta_Grind_Arith_CommRing_getAddFn___spec__1(x_3936, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3931); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -19557,87 +19645,37 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_3938 = lean_ctor_get(x_3937, 0); -lean_inc(x_3938); -x_3939 = lean_ctor_get(x_3937, 1); -lean_inc(x_3939); +lean_dec(x_1); +x_3952 = lean_ctor_get(x_3937, 0); +lean_inc(x_3952); +x_3953 = lean_ctor_get(x_3937, 1); +lean_inc(x_3953); if (lean_is_exclusive(x_3937)) { lean_ctor_release(x_3937, 0); lean_ctor_release(x_3937, 1); - x_3940 = x_3937; + x_3954 = x_3937; } else { lean_dec_ref(x_3937); - x_3940 = lean_box(0); + x_3954 = lean_box(0); } -if (lean_is_scalar(x_3940)) { - x_3941 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3954)) { + x_3955 = lean_alloc_ctor(1, 2, 0); } else { - x_3941 = x_3940; + x_3955 = x_3954; } -lean_ctor_set(x_3941, 0, x_3938); -lean_ctor_set(x_3941, 1, x_3939); -return x_3941; +lean_ctor_set(x_3955, 0, x_3952); +lean_ctor_set(x_3955, 1, x_3953); +return x_3955; } -} -else +block_3936: { -lean_object* x_3942; lean_object* x_3943; lean_object* x_3944; lean_object* x_3945; -lean_dec(x_3306); -lean_dec(x_3302); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3942 = lean_ctor_get(x_3927, 0); -lean_inc(x_3942); -x_3943 = lean_ctor_get(x_3927, 1); -lean_inc(x_3943); -if (lean_is_exclusive(x_3927)) { - lean_ctor_release(x_3927, 0); - lean_ctor_release(x_3927, 1); - x_3944 = x_3927; -} else { - lean_dec_ref(x_3927); - x_3944 = lean_box(0); -} -if (lean_is_scalar(x_3944)) { - x_3945 = lean_alloc_ctor(1, 2, 0); -} else { - x_3945 = x_3944; -} -lean_ctor_set(x_3945, 0, x_3942); -lean_ctor_set(x_3945, 1, x_3943); -return x_3945; -} -block_3926: -{ -lean_object* x_3309; lean_object* x_3310; lean_object* x_3311; lean_object* x_3312; -x_3309 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__52; +lean_object* x_3318; lean_object* x_3319; lean_object* x_3320; lean_object* x_3321; +x_3318 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__52; lean_inc(x_15); -x_3310 = l_Lean_Expr_const___override(x_3309, x_15); -lean_inc(x_3302); +x_3319 = l_Lean_Expr_const___override(x_3318, x_15); +lean_inc(x_3311); lean_inc(x_1); -x_3311 = l_Lean_mkAppB(x_3310, x_1, x_3302); +x_3320 = l_Lean_mkAppB(x_3319, x_1, x_3311); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -19646,21 +19684,21 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_3312 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3311, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3308); -if (lean_obj_tag(x_3312) == 0) +x_3321 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3320, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3317); +if (lean_obj_tag(x_3321) == 0) { -lean_object* x_3313; lean_object* x_3314; lean_object* x_3315; lean_object* x_3316; lean_object* x_3317; lean_object* x_3318; -x_3313 = lean_ctor_get(x_3312, 0); -lean_inc(x_3313); -x_3314 = lean_ctor_get(x_3312, 1); -lean_inc(x_3314); -lean_dec(x_3312); -x_3315 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__54; +lean_object* x_3322; lean_object* x_3323; lean_object* x_3324; lean_object* x_3325; lean_object* x_3326; lean_object* x_3327; +x_3322 = lean_ctor_get(x_3321, 0); +lean_inc(x_3322); +x_3323 = lean_ctor_get(x_3321, 1); +lean_inc(x_3323); +lean_dec(x_3321); +x_3324 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__54; lean_inc(x_15); -x_3316 = l_Lean_Expr_const___override(x_3315, x_15); -lean_inc(x_3307); +x_3325 = l_Lean_Expr_const___override(x_3324, x_15); +lean_inc(x_3316); lean_inc(x_1); -x_3317 = l_Lean_mkAppB(x_3316, x_1, x_3307); +x_3326 = l_Lean_mkAppB(x_3325, x_1, x_3316); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -19669,302 +19707,50 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_3318 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3317, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3314); -if (lean_obj_tag(x_3318) == 0) +x_3327 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3326, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3323); +if (lean_obj_tag(x_3327) == 0) { -lean_object* x_3319; lean_object* x_3320; lean_object* x_3321; lean_object* x_3322; lean_object* x_3323; lean_object* x_3324; -x_3319 = lean_ctor_get(x_3318, 0); -lean_inc(x_3319); -x_3320 = lean_ctor_get(x_3318, 1); -lean_inc(x_3320); -lean_dec(x_3318); -x_3321 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__56; +lean_object* x_3328; lean_object* x_3329; lean_object* x_3330; lean_object* x_3331; lean_object* x_3332; lean_object* x_3333; +x_3328 = lean_ctor_get(x_3327, 0); +lean_inc(x_3328); +x_3329 = lean_ctor_get(x_3327, 1); +lean_inc(x_3329); +lean_dec(x_3327); +x_3330 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__56; lean_inc(x_15); -x_3322 = l_Lean_Expr_const___override(x_3321, x_15); -lean_inc(x_3297); +x_3331 = l_Lean_Expr_const___override(x_3330, x_15); +lean_inc(x_3306); lean_inc(x_1); -x_3323 = l_Lean_mkAppB(x_3322, x_1, x_3297); +x_3332 = l_Lean_mkAppB(x_3331, x_1, x_3306); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_3324 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3302, x_3323, x_6, x_7, x_8, x_9, x_3320); -if (lean_obj_tag(x_3324) == 0) +x_3333 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3311, x_3332, x_6, x_7, x_8, x_9, x_3329); +if (lean_obj_tag(x_3333) == 0) { -lean_object* x_3325; lean_object* x_3326; lean_object* x_3327; lean_object* x_3328; lean_object* x_3329; -x_3325 = lean_ctor_get(x_3324, 1); -lean_inc(x_3325); -lean_dec(x_3324); -x_3326 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__58; +lean_object* x_3334; lean_object* x_3335; lean_object* x_3336; lean_object* x_3337; lean_object* x_3338; +x_3334 = lean_ctor_get(x_3333, 1); +lean_inc(x_3334); +lean_dec(x_3333); +x_3335 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__58; lean_inc(x_15); -x_3327 = l_Lean_Expr_const___override(x_3326, x_15); -lean_inc(x_3297); +x_3336 = l_Lean_Expr_const___override(x_3335, x_15); +lean_inc(x_3306); lean_inc(x_1); -x_3328 = l_Lean_mkAppB(x_3327, x_1, x_3297); +x_3337 = l_Lean_mkAppB(x_3336, x_1, x_3306); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_3329 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3307, x_3328, x_6, x_7, x_8, x_9, x_3325); -if (lean_obj_tag(x_3329) == 0) +x_3338 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq(x_3316, x_3337, x_6, x_7, x_8, x_9, x_3334); +if (lean_obj_tag(x_3338) == 0) { -lean_object* x_3330; lean_object* x_3331; lean_object* x_3332; lean_object* x_3333; lean_object* x_3334; -x_3330 = lean_ctor_get(x_3329, 1); -lean_inc(x_3330); -lean_dec(x_3329); -x_3331 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__60; -lean_inc(x_15); -x_3332 = l_Lean_Expr_const___override(x_3331, x_15); -lean_inc(x_1); -x_3333 = l_Lean_Expr_app___override(x_3332, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_3334 = l_Lean_Meta_trySynthInstance(x_3333, x_23, x_6, x_7, x_8, x_9, x_3330); -if (lean_obj_tag(x_3334) == 0) -{ -lean_object* x_3335; lean_object* x_3336; lean_object* x_3337; lean_object* x_3338; lean_object* x_3339; -x_3335 = lean_ctor_get(x_3334, 0); -lean_inc(x_3335); -x_3336 = lean_ctor_get(x_3334, 1); -lean_inc(x_3336); -lean_dec(x_3334); -x_3337 = l_Lean_LOption_toOption___rarg(x_3335); -if (lean_obj_tag(x_3337) == 0) -{ -x_3338 = x_23; -x_3339 = x_3336; -goto block_3841; -} -else -{ -lean_object* x_3842; lean_object* x_3843; lean_object* x_3844; lean_object* x_3845; lean_object* x_3846; uint64_t x_3847; uint8_t x_3848; lean_object* x_3849; lean_object* x_3850; lean_object* x_3851; lean_object* x_3852; lean_object* x_3853; lean_object* x_3854; uint8_t x_3855; uint8_t x_3856; uint8_t x_3857; uint8_t x_3858; uint8_t x_3859; uint8_t x_3860; uint8_t x_3861; uint8_t x_3862; uint8_t x_3863; uint8_t x_3864; uint8_t x_3865; uint8_t x_3866; uint8_t x_3867; uint8_t x_3868; uint8_t x_3869; uint8_t x_3870; uint8_t x_3871; uint8_t x_3872; uint8_t x_3873; lean_object* x_3874; uint8_t x_3875; lean_object* x_3876; uint64_t x_3877; uint64_t x_3878; uint64_t x_3879; uint64_t x_3880; uint64_t x_3881; lean_object* x_3882; lean_object* x_3883; -x_3842 = lean_ctor_get(x_3337, 0); -lean_inc(x_3842); -lean_dec(x_3337); -x_3843 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__62; -lean_inc(x_15); -x_3844 = l_Lean_Expr_const___override(x_3843, x_15); -lean_inc(x_3842); -lean_inc(x_1); -x_3845 = l_Lean_mkAppB(x_3844, x_1, x_3842); -x_3846 = lean_ctor_get(x_6, 0); -lean_inc(x_3846); -x_3847 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_3848 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_3849 = lean_ctor_get(x_6, 1); -lean_inc(x_3849); -x_3850 = lean_ctor_get(x_6, 2); -lean_inc(x_3850); -x_3851 = lean_ctor_get(x_6, 3); -lean_inc(x_3851); -x_3852 = lean_ctor_get(x_6, 4); -lean_inc(x_3852); -x_3853 = lean_ctor_get(x_6, 5); -lean_inc(x_3853); -x_3854 = lean_ctor_get(x_6, 6); -lean_inc(x_3854); -x_3855 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_3856 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_3857 = lean_ctor_get_uint8(x_3846, 0); -x_3858 = lean_ctor_get_uint8(x_3846, 1); -x_3859 = lean_ctor_get_uint8(x_3846, 2); -x_3860 = lean_ctor_get_uint8(x_3846, 3); -x_3861 = lean_ctor_get_uint8(x_3846, 4); -x_3862 = lean_ctor_get_uint8(x_3846, 5); -x_3863 = lean_ctor_get_uint8(x_3846, 6); -x_3864 = lean_ctor_get_uint8(x_3846, 7); -x_3865 = lean_ctor_get_uint8(x_3846, 8); -x_3866 = lean_ctor_get_uint8(x_3846, 10); -x_3867 = lean_ctor_get_uint8(x_3846, 11); -x_3868 = lean_ctor_get_uint8(x_3846, 12); -x_3869 = lean_ctor_get_uint8(x_3846, 13); -x_3870 = lean_ctor_get_uint8(x_3846, 14); -x_3871 = lean_ctor_get_uint8(x_3846, 15); -x_3872 = lean_ctor_get_uint8(x_3846, 16); -x_3873 = lean_ctor_get_uint8(x_3846, 17); -if (lean_is_exclusive(x_3846)) { - x_3874 = x_3846; -} else { - lean_dec_ref(x_3846); - x_3874 = lean_box(0); -} -x_3875 = 1; -if (lean_is_scalar(x_3874)) { - x_3876 = lean_alloc_ctor(0, 0, 18); -} else { - x_3876 = x_3874; -} -lean_ctor_set_uint8(x_3876, 0, x_3857); -lean_ctor_set_uint8(x_3876, 1, x_3858); -lean_ctor_set_uint8(x_3876, 2, x_3859); -lean_ctor_set_uint8(x_3876, 3, x_3860); -lean_ctor_set_uint8(x_3876, 4, x_3861); -lean_ctor_set_uint8(x_3876, 5, x_3862); -lean_ctor_set_uint8(x_3876, 6, x_3863); -lean_ctor_set_uint8(x_3876, 7, x_3864); -lean_ctor_set_uint8(x_3876, 8, x_3865); -lean_ctor_set_uint8(x_3876, 9, x_3875); -lean_ctor_set_uint8(x_3876, 10, x_3866); -lean_ctor_set_uint8(x_3876, 11, x_3867); -lean_ctor_set_uint8(x_3876, 12, x_3868); -lean_ctor_set_uint8(x_3876, 13, x_3869); -lean_ctor_set_uint8(x_3876, 14, x_3870); -lean_ctor_set_uint8(x_3876, 15, x_3871); -lean_ctor_set_uint8(x_3876, 16, x_3872); -lean_ctor_set_uint8(x_3876, 17, x_3873); -x_3877 = 2; -x_3878 = lean_uint64_shift_right(x_3847, x_3877); -x_3879 = lean_uint64_shift_left(x_3878, x_3877); -x_3880 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_3881 = lean_uint64_lor(x_3879, x_3880); -x_3882 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_3882, 0, x_3876); -lean_ctor_set(x_3882, 1, x_3849); -lean_ctor_set(x_3882, 2, x_3850); -lean_ctor_set(x_3882, 3, x_3851); -lean_ctor_set(x_3882, 4, x_3852); -lean_ctor_set(x_3882, 5, x_3853); -lean_ctor_set(x_3882, 6, x_3854); -lean_ctor_set_uint64(x_3882, sizeof(void*)*7, x_3881); -lean_ctor_set_uint8(x_3882, sizeof(void*)*7 + 8, x_3848); -lean_ctor_set_uint8(x_3882, sizeof(void*)*7 + 9, x_3855); -lean_ctor_set_uint8(x_3882, sizeof(void*)*7 + 10, x_3856); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_3845); -lean_inc(x_3297); -x_3883 = l_Lean_Meta_isExprDefEq(x_3297, x_3845, x_3882, x_7, x_8, x_9, x_3336); -if (lean_obj_tag(x_3883) == 0) -{ -lean_object* x_3884; uint8_t x_3885; -x_3884 = lean_ctor_get(x_3883, 0); -lean_inc(x_3884); -x_3885 = lean_unbox(x_3884); -lean_dec(x_3884); -if (x_3885 == 0) -{ -lean_object* x_3886; lean_object* x_3887; lean_object* x_3888; uint8_t x_3889; -lean_dec(x_3842); -x_3886 = lean_ctor_get(x_3883, 1); -lean_inc(x_3886); -lean_dec(x_3883); -x_3887 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_3886); -x_3888 = lean_ctor_get(x_3887, 0); -lean_inc(x_3888); -x_3889 = lean_ctor_get_uint8(x_3888, sizeof(void*)*6 + 11); -lean_dec(x_3888); -if (x_3889 == 0) -{ -lean_object* x_3890; -lean_dec(x_3845); -x_3890 = lean_ctor_get(x_3887, 1); -lean_inc(x_3890); -lean_dec(x_3887); -x_3338 = x_23; -x_3339 = x_3890; -goto block_3841; -} -else -{ -lean_object* x_3891; lean_object* x_3892; lean_object* x_3893; lean_object* x_3894; lean_object* x_3895; lean_object* x_3896; -x_3891 = lean_ctor_get(x_3887, 1); -lean_inc(x_3891); -lean_dec(x_3887); -lean_inc(x_3297); -x_3892 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_3297, x_3845, x_6, x_7, x_8, x_9, x_3891); -x_3893 = lean_ctor_get(x_3892, 0); -lean_inc(x_3893); -x_3894 = lean_ctor_get(x_3892, 1); -lean_inc(x_3894); -lean_dec(x_3892); -x_3895 = l_Lean_Meta_Grind_reportIssue(x_3893, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3894); -x_3896 = lean_ctor_get(x_3895, 1); -lean_inc(x_3896); -lean_dec(x_3895); -x_3338 = x_23; -x_3339 = x_3896; -goto block_3841; -} -} -else -{ -lean_object* x_3897; lean_object* x_3898; lean_object* x_3899; lean_object* x_3900; lean_object* x_3901; -lean_dec(x_3845); -x_3897 = lean_ctor_get(x_3883, 1); -lean_inc(x_3897); -lean_dec(x_3883); -x_3898 = lean_box(0); -x_3899 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3842, x_3898, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3897); -x_3900 = lean_ctor_get(x_3899, 0); -lean_inc(x_3900); -x_3901 = lean_ctor_get(x_3899, 1); -lean_inc(x_3901); -lean_dec(x_3899); -x_3338 = x_3900; -x_3339 = x_3901; -goto block_3841; -} -} -else -{ -lean_object* x_3902; lean_object* x_3903; lean_object* x_3904; lean_object* x_3905; -lean_dec(x_3845); -lean_dec(x_3842); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3902 = lean_ctor_get(x_3883, 0); -lean_inc(x_3902); -x_3903 = lean_ctor_get(x_3883, 1); -lean_inc(x_3903); -if (lean_is_exclusive(x_3883)) { - lean_ctor_release(x_3883, 0); - lean_ctor_release(x_3883, 1); - x_3904 = x_3883; -} else { - lean_dec_ref(x_3883); - x_3904 = lean_box(0); -} -if (lean_is_scalar(x_3904)) { - x_3905 = lean_alloc_ctor(1, 2, 0); -} else { - x_3905 = x_3904; -} -lean_ctor_set(x_3905, 0, x_3902); -lean_ctor_set(x_3905, 1, x_3903); -return x_3905; -} -} -block_3841: -{ -lean_object* x_3340; lean_object* x_3341; lean_object* x_3342; lean_object* x_3343; -x_3340 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__64; +lean_object* x_3339; lean_object* x_3340; lean_object* x_3341; lean_object* x_3342; lean_object* x_3343; +x_3339 = lean_ctor_get(x_3338, 1); +lean_inc(x_3339); +lean_dec(x_3338); +x_3340 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__60; lean_inc(x_15); x_3341 = l_Lean_Expr_const___override(x_3340, x_15); lean_inc(x_1); @@ -19983,215 +19769,201 @@ x_3345 = lean_ctor_get(x_3343, 1); lean_inc(x_3345); lean_dec(x_3343); x_3346 = l_Lean_LOption_toOption___rarg(x_3344); -if (lean_obj_tag(x_3338) == 0) -{ -lean_dec(x_3346); -x_3347 = x_23; -x_3348 = x_3345; -goto block_3771; -} -else -{ if (lean_obj_tag(x_3346) == 0) { x_3347 = x_23; x_3348 = x_3345; -goto block_3771; +goto block_3851; } else { -lean_object* x_3772; lean_object* x_3773; lean_object* x_3774; lean_object* x_3775; lean_object* x_3776; lean_object* x_3777; uint64_t x_3778; uint8_t x_3779; lean_object* x_3780; lean_object* x_3781; lean_object* x_3782; lean_object* x_3783; lean_object* x_3784; lean_object* x_3785; uint8_t x_3786; uint8_t x_3787; uint8_t x_3788; uint8_t x_3789; uint8_t x_3790; uint8_t x_3791; uint8_t x_3792; uint8_t x_3793; uint8_t x_3794; uint8_t x_3795; uint8_t x_3796; uint8_t x_3797; uint8_t x_3798; uint8_t x_3799; uint8_t x_3800; uint8_t x_3801; uint8_t x_3802; uint8_t x_3803; uint8_t x_3804; lean_object* x_3805; uint8_t x_3806; lean_object* x_3807; uint64_t x_3808; uint64_t x_3809; uint64_t x_3810; uint64_t x_3811; uint64_t x_3812; lean_object* x_3813; lean_object* x_3814; -x_3772 = lean_ctor_get(x_3338, 0); -lean_inc(x_3772); -x_3773 = lean_ctor_get(x_3346, 0); -lean_inc(x_3773); +lean_object* x_3852; lean_object* x_3853; lean_object* x_3854; lean_object* x_3855; lean_object* x_3856; uint64_t x_3857; uint8_t x_3858; lean_object* x_3859; lean_object* x_3860; lean_object* x_3861; lean_object* x_3862; lean_object* x_3863; lean_object* x_3864; uint8_t x_3865; uint8_t x_3866; uint8_t x_3867; uint8_t x_3868; uint8_t x_3869; uint8_t x_3870; uint8_t x_3871; uint8_t x_3872; uint8_t x_3873; uint8_t x_3874; uint8_t x_3875; uint8_t x_3876; uint8_t x_3877; uint8_t x_3878; uint8_t x_3879; uint8_t x_3880; uint8_t x_3881; uint8_t x_3882; uint8_t x_3883; lean_object* x_3884; uint8_t x_3885; lean_object* x_3886; uint64_t x_3887; uint64_t x_3888; uint64_t x_3889; uint64_t x_3890; uint64_t x_3891; lean_object* x_3892; lean_object* x_3893; +x_3852 = lean_ctor_get(x_3346, 0); +lean_inc(x_3852); lean_dec(x_3346); -x_3774 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__66; +x_3853 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__62; lean_inc(x_15); -x_3775 = l_Lean_Expr_const___override(x_3774, x_15); -lean_inc(x_3773); +x_3854 = l_Lean_Expr_const___override(x_3853, x_15); +lean_inc(x_3852); lean_inc(x_1); -x_3776 = l_Lean_mkAppB(x_3775, x_1, x_3773); -x_3777 = lean_ctor_get(x_6, 0); -lean_inc(x_3777); -x_3778 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_3779 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_3780 = lean_ctor_get(x_6, 1); -lean_inc(x_3780); -x_3781 = lean_ctor_get(x_6, 2); -lean_inc(x_3781); -x_3782 = lean_ctor_get(x_6, 3); -lean_inc(x_3782); -x_3783 = lean_ctor_get(x_6, 4); -lean_inc(x_3783); -x_3784 = lean_ctor_get(x_6, 5); -lean_inc(x_3784); -x_3785 = lean_ctor_get(x_6, 6); -lean_inc(x_3785); -x_3786 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_3787 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_3788 = lean_ctor_get_uint8(x_3777, 0); -x_3789 = lean_ctor_get_uint8(x_3777, 1); -x_3790 = lean_ctor_get_uint8(x_3777, 2); -x_3791 = lean_ctor_get_uint8(x_3777, 3); -x_3792 = lean_ctor_get_uint8(x_3777, 4); -x_3793 = lean_ctor_get_uint8(x_3777, 5); -x_3794 = lean_ctor_get_uint8(x_3777, 6); -x_3795 = lean_ctor_get_uint8(x_3777, 7); -x_3796 = lean_ctor_get_uint8(x_3777, 8); -x_3797 = lean_ctor_get_uint8(x_3777, 10); -x_3798 = lean_ctor_get_uint8(x_3777, 11); -x_3799 = lean_ctor_get_uint8(x_3777, 12); -x_3800 = lean_ctor_get_uint8(x_3777, 13); -x_3801 = lean_ctor_get_uint8(x_3777, 14); -x_3802 = lean_ctor_get_uint8(x_3777, 15); -x_3803 = lean_ctor_get_uint8(x_3777, 16); -x_3804 = lean_ctor_get_uint8(x_3777, 17); -if (lean_is_exclusive(x_3777)) { - x_3805 = x_3777; +x_3855 = l_Lean_mkAppB(x_3854, x_1, x_3852); +x_3856 = lean_ctor_get(x_6, 0); +lean_inc(x_3856); +x_3857 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_3858 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_3859 = lean_ctor_get(x_6, 1); +lean_inc(x_3859); +x_3860 = lean_ctor_get(x_6, 2); +lean_inc(x_3860); +x_3861 = lean_ctor_get(x_6, 3); +lean_inc(x_3861); +x_3862 = lean_ctor_get(x_6, 4); +lean_inc(x_3862); +x_3863 = lean_ctor_get(x_6, 5); +lean_inc(x_3863); +x_3864 = lean_ctor_get(x_6, 6); +lean_inc(x_3864); +x_3865 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_3866 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_3867 = lean_ctor_get_uint8(x_3856, 0); +x_3868 = lean_ctor_get_uint8(x_3856, 1); +x_3869 = lean_ctor_get_uint8(x_3856, 2); +x_3870 = lean_ctor_get_uint8(x_3856, 3); +x_3871 = lean_ctor_get_uint8(x_3856, 4); +x_3872 = lean_ctor_get_uint8(x_3856, 5); +x_3873 = lean_ctor_get_uint8(x_3856, 6); +x_3874 = lean_ctor_get_uint8(x_3856, 7); +x_3875 = lean_ctor_get_uint8(x_3856, 8); +x_3876 = lean_ctor_get_uint8(x_3856, 10); +x_3877 = lean_ctor_get_uint8(x_3856, 11); +x_3878 = lean_ctor_get_uint8(x_3856, 12); +x_3879 = lean_ctor_get_uint8(x_3856, 13); +x_3880 = lean_ctor_get_uint8(x_3856, 14); +x_3881 = lean_ctor_get_uint8(x_3856, 15); +x_3882 = lean_ctor_get_uint8(x_3856, 16); +x_3883 = lean_ctor_get_uint8(x_3856, 17); +if (lean_is_exclusive(x_3856)) { + x_3884 = x_3856; } else { - lean_dec_ref(x_3777); - x_3805 = lean_box(0); + lean_dec_ref(x_3856); + x_3884 = lean_box(0); } -x_3806 = 1; -if (lean_is_scalar(x_3805)) { - x_3807 = lean_alloc_ctor(0, 0, 18); +x_3885 = 1; +if (lean_is_scalar(x_3884)) { + x_3886 = lean_alloc_ctor(0, 0, 18); } else { - x_3807 = x_3805; + x_3886 = x_3884; } -lean_ctor_set_uint8(x_3807, 0, x_3788); -lean_ctor_set_uint8(x_3807, 1, x_3789); -lean_ctor_set_uint8(x_3807, 2, x_3790); -lean_ctor_set_uint8(x_3807, 3, x_3791); -lean_ctor_set_uint8(x_3807, 4, x_3792); -lean_ctor_set_uint8(x_3807, 5, x_3793); -lean_ctor_set_uint8(x_3807, 6, x_3794); -lean_ctor_set_uint8(x_3807, 7, x_3795); -lean_ctor_set_uint8(x_3807, 8, x_3796); -lean_ctor_set_uint8(x_3807, 9, x_3806); -lean_ctor_set_uint8(x_3807, 10, x_3797); -lean_ctor_set_uint8(x_3807, 11, x_3798); -lean_ctor_set_uint8(x_3807, 12, x_3799); -lean_ctor_set_uint8(x_3807, 13, x_3800); -lean_ctor_set_uint8(x_3807, 14, x_3801); -lean_ctor_set_uint8(x_3807, 15, x_3802); -lean_ctor_set_uint8(x_3807, 16, x_3803); -lean_ctor_set_uint8(x_3807, 17, x_3804); -x_3808 = 2; -x_3809 = lean_uint64_shift_right(x_3778, x_3808); -x_3810 = lean_uint64_shift_left(x_3809, x_3808); -x_3811 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_3812 = lean_uint64_lor(x_3810, x_3811); -x_3813 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_3813, 0, x_3807); -lean_ctor_set(x_3813, 1, x_3780); -lean_ctor_set(x_3813, 2, x_3781); -lean_ctor_set(x_3813, 3, x_3782); -lean_ctor_set(x_3813, 4, x_3783); -lean_ctor_set(x_3813, 5, x_3784); -lean_ctor_set(x_3813, 6, x_3785); -lean_ctor_set_uint64(x_3813, sizeof(void*)*7, x_3812); -lean_ctor_set_uint8(x_3813, sizeof(void*)*7 + 8, x_3779); -lean_ctor_set_uint8(x_3813, sizeof(void*)*7 + 9, x_3786); -lean_ctor_set_uint8(x_3813, sizeof(void*)*7 + 10, x_3787); +lean_ctor_set_uint8(x_3886, 0, x_3867); +lean_ctor_set_uint8(x_3886, 1, x_3868); +lean_ctor_set_uint8(x_3886, 2, x_3869); +lean_ctor_set_uint8(x_3886, 3, x_3870); +lean_ctor_set_uint8(x_3886, 4, x_3871); +lean_ctor_set_uint8(x_3886, 5, x_3872); +lean_ctor_set_uint8(x_3886, 6, x_3873); +lean_ctor_set_uint8(x_3886, 7, x_3874); +lean_ctor_set_uint8(x_3886, 8, x_3875); +lean_ctor_set_uint8(x_3886, 9, x_3885); +lean_ctor_set_uint8(x_3886, 10, x_3876); +lean_ctor_set_uint8(x_3886, 11, x_3877); +lean_ctor_set_uint8(x_3886, 12, x_3878); +lean_ctor_set_uint8(x_3886, 13, x_3879); +lean_ctor_set_uint8(x_3886, 14, x_3880); +lean_ctor_set_uint8(x_3886, 15, x_3881); +lean_ctor_set_uint8(x_3886, 16, x_3882); +lean_ctor_set_uint8(x_3886, 17, x_3883); +x_3887 = 2; +x_3888 = lean_uint64_shift_right(x_3857, x_3887); +x_3889 = lean_uint64_shift_left(x_3888, x_3887); +x_3890 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_3891 = lean_uint64_lor(x_3889, x_3890); +x_3892 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_3892, 0, x_3886); +lean_ctor_set(x_3892, 1, x_3859); +lean_ctor_set(x_3892, 2, x_3860); +lean_ctor_set(x_3892, 3, x_3861); +lean_ctor_set(x_3892, 4, x_3862); +lean_ctor_set(x_3892, 5, x_3863); +lean_ctor_set(x_3892, 6, x_3864); +lean_ctor_set_uint64(x_3892, sizeof(void*)*7, x_3891); +lean_ctor_set_uint8(x_3892, sizeof(void*)*7 + 8, x_3858); +lean_ctor_set_uint8(x_3892, sizeof(void*)*7 + 9, x_3865); +lean_ctor_set_uint8(x_3892, sizeof(void*)*7 + 10, x_3866); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_3776); -lean_inc(x_3772); -x_3814 = l_Lean_Meta_isExprDefEq(x_3772, x_3776, x_3813, x_7, x_8, x_9, x_3345); -if (lean_obj_tag(x_3814) == 0) +lean_inc(x_3855); +lean_inc(x_3306); +x_3893 = l_Lean_Meta_isExprDefEq(x_3306, x_3855, x_3892, x_7, x_8, x_9, x_3345); +if (lean_obj_tag(x_3893) == 0) { -lean_object* x_3815; uint8_t x_3816; -x_3815 = lean_ctor_get(x_3814, 0); -lean_inc(x_3815); -x_3816 = lean_unbox(x_3815); -lean_dec(x_3815); -if (x_3816 == 0) +lean_object* x_3894; uint8_t x_3895; +x_3894 = lean_ctor_get(x_3893, 0); +lean_inc(x_3894); +x_3895 = lean_unbox(x_3894); +lean_dec(x_3894); +if (x_3895 == 0) { -lean_object* x_3817; lean_object* x_3818; lean_object* x_3819; uint8_t x_3820; -lean_dec(x_3773); -x_3817 = lean_ctor_get(x_3814, 1); -lean_inc(x_3817); -lean_dec(x_3814); -x_3818 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_3817); -x_3819 = lean_ctor_get(x_3818, 0); -lean_inc(x_3819); -x_3820 = lean_ctor_get_uint8(x_3819, sizeof(void*)*6 + 11); -lean_dec(x_3819); -if (x_3820 == 0) +lean_object* x_3896; lean_object* x_3897; lean_object* x_3898; uint8_t x_3899; +lean_dec(x_3852); +x_3896 = lean_ctor_get(x_3893, 1); +lean_inc(x_3896); +lean_dec(x_3893); +x_3897 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_3896); +x_3898 = lean_ctor_get(x_3897, 0); +lean_inc(x_3898); +x_3899 = lean_ctor_get_uint8(x_3898, sizeof(void*)*6 + 11); +lean_dec(x_3898); +if (x_3899 == 0) { -lean_object* x_3821; -lean_dec(x_3776); -lean_dec(x_3772); -x_3821 = lean_ctor_get(x_3818, 1); -lean_inc(x_3821); -lean_dec(x_3818); +lean_object* x_3900; +lean_dec(x_3855); +x_3900 = lean_ctor_get(x_3897, 1); +lean_inc(x_3900); +lean_dec(x_3897); x_3347 = x_23; -x_3348 = x_3821; -goto block_3771; +x_3348 = x_3900; +goto block_3851; } else { -lean_object* x_3822; lean_object* x_3823; lean_object* x_3824; lean_object* x_3825; lean_object* x_3826; lean_object* x_3827; -x_3822 = lean_ctor_get(x_3818, 1); -lean_inc(x_3822); -lean_dec(x_3818); -x_3823 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_3772, x_3776, x_6, x_7, x_8, x_9, x_3822); -x_3824 = lean_ctor_get(x_3823, 0); -lean_inc(x_3824); -x_3825 = lean_ctor_get(x_3823, 1); -lean_inc(x_3825); -lean_dec(x_3823); -x_3826 = l_Lean_Meta_Grind_reportIssue(x_3824, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3825); -x_3827 = lean_ctor_get(x_3826, 1); -lean_inc(x_3827); -lean_dec(x_3826); +lean_object* x_3901; lean_object* x_3902; lean_object* x_3903; lean_object* x_3904; lean_object* x_3905; lean_object* x_3906; +x_3901 = lean_ctor_get(x_3897, 1); +lean_inc(x_3901); +lean_dec(x_3897); +lean_inc(x_3306); +x_3902 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_3306, x_3855, x_6, x_7, x_8, x_9, x_3901); +x_3903 = lean_ctor_get(x_3902, 0); +lean_inc(x_3903); +x_3904 = lean_ctor_get(x_3902, 1); +lean_inc(x_3904); +lean_dec(x_3902); +x_3905 = l_Lean_Meta_Grind_reportIssue(x_3903, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3904); +x_3906 = lean_ctor_get(x_3905, 1); +lean_inc(x_3906); +lean_dec(x_3905); x_3347 = x_23; -x_3348 = x_3827; -goto block_3771; +x_3348 = x_3906; +goto block_3851; } } else { -lean_object* x_3828; lean_object* x_3829; lean_object* x_3830; lean_object* x_3831; lean_object* x_3832; -lean_dec(x_3776); -lean_dec(x_3772); -x_3828 = lean_ctor_get(x_3814, 1); -lean_inc(x_3828); -lean_dec(x_3814); -x_3829 = lean_box(0); -x_3830 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3773, x_3829, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3828); -x_3831 = lean_ctor_get(x_3830, 0); -lean_inc(x_3831); -x_3832 = lean_ctor_get(x_3830, 1); -lean_inc(x_3832); -lean_dec(x_3830); -x_3347 = x_3831; -x_3348 = x_3832; -goto block_3771; +lean_object* x_3907; lean_object* x_3908; lean_object* x_3909; lean_object* x_3910; lean_object* x_3911; +lean_dec(x_3855); +x_3907 = lean_ctor_get(x_3893, 1); +lean_inc(x_3907); +lean_dec(x_3893); +x_3908 = lean_box(0); +x_3909 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3852, x_3908, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3907); +x_3910 = lean_ctor_get(x_3909, 0); +lean_inc(x_3910); +x_3911 = lean_ctor_get(x_3909, 1); +lean_inc(x_3911); +lean_dec(x_3909); +x_3347 = x_3910; +x_3348 = x_3911; +goto block_3851; } } else { -lean_object* x_3833; lean_object* x_3834; lean_object* x_3835; lean_object* x_3836; -lean_dec(x_3776); -lean_dec(x_3773); -lean_dec(x_3772); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_object* x_3912; lean_object* x_3913; lean_object* x_3914; lean_object* x_3915; +lean_dec(x_3855); +lean_dec(x_3852); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_20); lean_dec(x_18); lean_dec(x_15); @@ -20205,39 +19977,36 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3833 = lean_ctor_get(x_3814, 0); -lean_inc(x_3833); -x_3834 = lean_ctor_get(x_3814, 1); -lean_inc(x_3834); -if (lean_is_exclusive(x_3814)) { - lean_ctor_release(x_3814, 0); - lean_ctor_release(x_3814, 1); - x_3835 = x_3814; +x_3912 = lean_ctor_get(x_3893, 0); +lean_inc(x_3912); +x_3913 = lean_ctor_get(x_3893, 1); +lean_inc(x_3913); +if (lean_is_exclusive(x_3893)) { + lean_ctor_release(x_3893, 0); + lean_ctor_release(x_3893, 1); + x_3914 = x_3893; } else { - lean_dec_ref(x_3814); - x_3835 = lean_box(0); + lean_dec_ref(x_3893); + x_3914 = lean_box(0); } -if (lean_is_scalar(x_3835)) { - x_3836 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3914)) { + x_3915 = lean_alloc_ctor(1, 2, 0); } else { - x_3836 = x_3835; + x_3915 = x_3914; } -lean_ctor_set(x_3836, 0, x_3833); -lean_ctor_set(x_3836, 1, x_3834); -return x_3836; +lean_ctor_set(x_3915, 0, x_3912); +lean_ctor_set(x_3915, 1, x_3913); +return x_3915; } } -} -block_3771: +block_3851: { lean_object* x_3349; lean_object* x_3350; lean_object* x_3351; lean_object* x_3352; -x_3349 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__68; +x_3349 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__64; lean_inc(x_15); x_3350 = l_Lean_Expr_const___override(x_3349, x_15); -lean_inc(x_3183); -lean_inc(x_3297); lean_inc(x_1); -x_3351 = l_Lean_mkApp3(x_3350, x_1, x_3297, x_3183); +x_3351 = l_Lean_Expr_app___override(x_3350, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -20245,335 +20014,222 @@ lean_inc(x_6); x_3352 = l_Lean_Meta_trySynthInstance(x_3351, x_23, x_6, x_7, x_8, x_9, x_3348); if (lean_obj_tag(x_3352) == 0) { -lean_object* x_3353; +lean_object* x_3353; lean_object* x_3354; lean_object* x_3355; lean_object* x_3356; lean_object* x_3357; x_3353 = lean_ctor_get(x_3352, 0); lean_inc(x_3353); -if (lean_obj_tag(x_3353) == 1) -{ -lean_object* x_3354; lean_object* x_3355; lean_object* x_3356; lean_object* x_3357; lean_object* x_3358; lean_object* x_3359; lean_object* x_3360; lean_object* x_3694; x_3354 = lean_ctor_get(x_3352, 1); lean_inc(x_3354); lean_dec(x_3352); -x_3355 = lean_ctor_get(x_3353, 0); -lean_inc(x_3355); -lean_dec(x_3353); -x_3356 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__70; -lean_inc(x_18); -x_3357 = l_Lean_Expr_const___override(x_3356, x_18); -lean_inc_n(x_1, 2); -x_3358 = l_Lean_mkApp3(x_3357, x_21, x_1, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_3694 = l_Lean_Meta_trySynthInstance(x_3358, x_23, x_6, x_7, x_8, x_9, x_3354); -if (lean_obj_tag(x_3694) == 0) +x_3355 = l_Lean_LOption_toOption___rarg(x_3353); +if (lean_obj_tag(x_3347) == 0) { -lean_object* x_3695; -x_3695 = lean_ctor_get(x_3694, 0); -lean_inc(x_3695); -if (lean_obj_tag(x_3695) == 1) +lean_dec(x_3355); +x_3356 = x_23; +x_3357 = x_3354; +goto block_3781; +} +else { -lean_object* x_3696; lean_object* x_3697; lean_object* x_3698; lean_object* x_3699; lean_object* x_3700; lean_object* x_3701; -x_3696 = lean_ctor_get(x_3694, 1); -lean_inc(x_3696); -lean_dec(x_3694); -x_3697 = lean_ctor_get(x_3695, 0); -lean_inc(x_3697); -lean_dec(x_3695); -x_3698 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__93; -x_3699 = l_Lean_Expr_const___override(x_3698, x_18); -lean_inc(x_3697); +if (lean_obj_tag(x_3355) == 0) +{ +x_3356 = x_23; +x_3357 = x_3354; +goto block_3781; +} +else +{ +lean_object* x_3782; lean_object* x_3783; lean_object* x_3784; lean_object* x_3785; lean_object* x_3786; lean_object* x_3787; uint64_t x_3788; uint8_t x_3789; lean_object* x_3790; lean_object* x_3791; lean_object* x_3792; lean_object* x_3793; lean_object* x_3794; lean_object* x_3795; uint8_t x_3796; uint8_t x_3797; uint8_t x_3798; uint8_t x_3799; uint8_t x_3800; uint8_t x_3801; uint8_t x_3802; uint8_t x_3803; uint8_t x_3804; uint8_t x_3805; uint8_t x_3806; uint8_t x_3807; uint8_t x_3808; uint8_t x_3809; uint8_t x_3810; uint8_t x_3811; uint8_t x_3812; uint8_t x_3813; uint8_t x_3814; lean_object* x_3815; uint8_t x_3816; lean_object* x_3817; uint64_t x_3818; uint64_t x_3819; uint64_t x_3820; uint64_t x_3821; uint64_t x_3822; lean_object* x_3823; lean_object* x_3824; +x_3782 = lean_ctor_get(x_3347, 0); +lean_inc(x_3782); +x_3783 = lean_ctor_get(x_3355, 0); +lean_inc(x_3783); +lean_dec(x_3355); +x_3784 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__66; +lean_inc(x_15); +x_3785 = l_Lean_Expr_const___override(x_3784, x_15); +lean_inc(x_3783); lean_inc(x_1); -x_3700 = l_Lean_mkApp4(x_3699, x_21, x_1, x_3697, x_3697); +x_3786 = l_Lean_mkAppB(x_3785, x_1, x_3783); +x_3787 = lean_ctor_get(x_6, 0); +lean_inc(x_3787); +x_3788 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_3789 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_3790 = lean_ctor_get(x_6, 1); +lean_inc(x_3790); +x_3791 = lean_ctor_get(x_6, 2); +lean_inc(x_3791); +x_3792 = lean_ctor_get(x_6, 3); +lean_inc(x_3792); +x_3793 = lean_ctor_get(x_6, 4); +lean_inc(x_3793); +x_3794 = lean_ctor_get(x_6, 5); +lean_inc(x_3794); +x_3795 = lean_ctor_get(x_6, 6); +lean_inc(x_3795); +x_3796 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_3797 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_3798 = lean_ctor_get_uint8(x_3787, 0); +x_3799 = lean_ctor_get_uint8(x_3787, 1); +x_3800 = lean_ctor_get_uint8(x_3787, 2); +x_3801 = lean_ctor_get_uint8(x_3787, 3); +x_3802 = lean_ctor_get_uint8(x_3787, 4); +x_3803 = lean_ctor_get_uint8(x_3787, 5); +x_3804 = lean_ctor_get_uint8(x_3787, 6); +x_3805 = lean_ctor_get_uint8(x_3787, 7); +x_3806 = lean_ctor_get_uint8(x_3787, 8); +x_3807 = lean_ctor_get_uint8(x_3787, 10); +x_3808 = lean_ctor_get_uint8(x_3787, 11); +x_3809 = lean_ctor_get_uint8(x_3787, 12); +x_3810 = lean_ctor_get_uint8(x_3787, 13); +x_3811 = lean_ctor_get_uint8(x_3787, 14); +x_3812 = lean_ctor_get_uint8(x_3787, 15); +x_3813 = lean_ctor_get_uint8(x_3787, 16); +x_3814 = lean_ctor_get_uint8(x_3787, 17); +if (lean_is_exclusive(x_3787)) { + x_3815 = x_3787; +} else { + lean_dec_ref(x_3787); + x_3815 = lean_box(0); +} +x_3816 = 1; +if (lean_is_scalar(x_3815)) { + x_3817 = lean_alloc_ctor(0, 0, 18); +} else { + x_3817 = x_3815; +} +lean_ctor_set_uint8(x_3817, 0, x_3798); +lean_ctor_set_uint8(x_3817, 1, x_3799); +lean_ctor_set_uint8(x_3817, 2, x_3800); +lean_ctor_set_uint8(x_3817, 3, x_3801); +lean_ctor_set_uint8(x_3817, 4, x_3802); +lean_ctor_set_uint8(x_3817, 5, x_3803); +lean_ctor_set_uint8(x_3817, 6, x_3804); +lean_ctor_set_uint8(x_3817, 7, x_3805); +lean_ctor_set_uint8(x_3817, 8, x_3806); +lean_ctor_set_uint8(x_3817, 9, x_3816); +lean_ctor_set_uint8(x_3817, 10, x_3807); +lean_ctor_set_uint8(x_3817, 11, x_3808); +lean_ctor_set_uint8(x_3817, 12, x_3809); +lean_ctor_set_uint8(x_3817, 13, x_3810); +lean_ctor_set_uint8(x_3817, 14, x_3811); +lean_ctor_set_uint8(x_3817, 15, x_3812); +lean_ctor_set_uint8(x_3817, 16, x_3813); +lean_ctor_set_uint8(x_3817, 17, x_3814); +x_3818 = 2; +x_3819 = lean_uint64_shift_right(x_3788, x_3818); +x_3820 = lean_uint64_shift_left(x_3819, x_3818); +x_3821 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_3822 = lean_uint64_lor(x_3820, x_3821); +x_3823 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_3823, 0, x_3817); +lean_ctor_set(x_3823, 1, x_3790); +lean_ctor_set(x_3823, 2, x_3791); +lean_ctor_set(x_3823, 3, x_3792); +lean_ctor_set(x_3823, 4, x_3793); +lean_ctor_set(x_3823, 5, x_3794); +lean_ctor_set(x_3823, 6, x_3795); +lean_ctor_set_uint64(x_3823, sizeof(void*)*7, x_3822); +lean_ctor_set_uint8(x_3823, sizeof(void*)*7 + 8, x_3789); +lean_ctor_set_uint8(x_3823, sizeof(void*)*7 + 9, x_3796); +lean_ctor_set_uint8(x_3823, sizeof(void*)*7 + 10, x_3797); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -x_3701 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3700, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3696); -if (lean_obj_tag(x_3701) == 0) +lean_inc(x_3786); +lean_inc(x_3782); +x_3824 = l_Lean_Meta_isExprDefEq(x_3782, x_3786, x_3823, x_7, x_8, x_9, x_3354); +if (lean_obj_tag(x_3824) == 0) { -lean_object* x_3702; lean_object* x_3703; lean_object* x_3704; uint64_t x_3705; uint8_t x_3706; lean_object* x_3707; lean_object* x_3708; lean_object* x_3709; lean_object* x_3710; lean_object* x_3711; lean_object* x_3712; uint8_t x_3713; uint8_t x_3714; uint8_t x_3715; uint8_t x_3716; uint8_t x_3717; uint8_t x_3718; uint8_t x_3719; uint8_t x_3720; uint8_t x_3721; uint8_t x_3722; uint8_t x_3723; uint8_t x_3724; uint8_t x_3725; uint8_t x_3726; uint8_t x_3727; uint8_t x_3728; uint8_t x_3729; uint8_t x_3730; uint8_t x_3731; lean_object* x_3732; uint8_t x_3733; lean_object* x_3734; uint64_t x_3735; uint64_t x_3736; uint64_t x_3737; uint64_t x_3738; uint64_t x_3739; lean_object* x_3740; lean_object* x_3741; -x_3702 = lean_ctor_get(x_6, 0); -lean_inc(x_3702); -x_3703 = lean_ctor_get(x_3701, 0); -lean_inc(x_3703); -x_3704 = lean_ctor_get(x_3701, 1); -lean_inc(x_3704); -lean_dec(x_3701); -x_3705 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_3706 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_3707 = lean_ctor_get(x_6, 1); -lean_inc(x_3707); -x_3708 = lean_ctor_get(x_6, 2); -lean_inc(x_3708); -x_3709 = lean_ctor_get(x_6, 3); -lean_inc(x_3709); -x_3710 = lean_ctor_get(x_6, 4); -lean_inc(x_3710); -x_3711 = lean_ctor_get(x_6, 5); -lean_inc(x_3711); -x_3712 = lean_ctor_get(x_6, 6); -lean_inc(x_3712); -x_3713 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_3714 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_3715 = lean_ctor_get_uint8(x_3702, 0); -x_3716 = lean_ctor_get_uint8(x_3702, 1); -x_3717 = lean_ctor_get_uint8(x_3702, 2); -x_3718 = lean_ctor_get_uint8(x_3702, 3); -x_3719 = lean_ctor_get_uint8(x_3702, 4); -x_3720 = lean_ctor_get_uint8(x_3702, 5); -x_3721 = lean_ctor_get_uint8(x_3702, 6); -x_3722 = lean_ctor_get_uint8(x_3702, 7); -x_3723 = lean_ctor_get_uint8(x_3702, 8); -x_3724 = lean_ctor_get_uint8(x_3702, 10); -x_3725 = lean_ctor_get_uint8(x_3702, 11); -x_3726 = lean_ctor_get_uint8(x_3702, 12); -x_3727 = lean_ctor_get_uint8(x_3702, 13); -x_3728 = lean_ctor_get_uint8(x_3702, 14); -x_3729 = lean_ctor_get_uint8(x_3702, 15); -x_3730 = lean_ctor_get_uint8(x_3702, 16); -x_3731 = lean_ctor_get_uint8(x_3702, 17); -if (lean_is_exclusive(x_3702)) { - x_3732 = x_3702; -} else { - lean_dec_ref(x_3702); - x_3732 = lean_box(0); -} -x_3733 = 1; -if (lean_is_scalar(x_3732)) { - x_3734 = lean_alloc_ctor(0, 0, 18); -} else { - x_3734 = x_3732; -} -lean_ctor_set_uint8(x_3734, 0, x_3715); -lean_ctor_set_uint8(x_3734, 1, x_3716); -lean_ctor_set_uint8(x_3734, 2, x_3717); -lean_ctor_set_uint8(x_3734, 3, x_3718); -lean_ctor_set_uint8(x_3734, 4, x_3719); -lean_ctor_set_uint8(x_3734, 5, x_3720); -lean_ctor_set_uint8(x_3734, 6, x_3721); -lean_ctor_set_uint8(x_3734, 7, x_3722); -lean_ctor_set_uint8(x_3734, 8, x_3723); -lean_ctor_set_uint8(x_3734, 9, x_3733); -lean_ctor_set_uint8(x_3734, 10, x_3724); -lean_ctor_set_uint8(x_3734, 11, x_3725); -lean_ctor_set_uint8(x_3734, 12, x_3726); -lean_ctor_set_uint8(x_3734, 13, x_3727); -lean_ctor_set_uint8(x_3734, 14, x_3728); -lean_ctor_set_uint8(x_3734, 15, x_3729); -lean_ctor_set_uint8(x_3734, 16, x_3730); -lean_ctor_set_uint8(x_3734, 17, x_3731); -x_3735 = 2; -x_3736 = lean_uint64_shift_right(x_3705, x_3735); -x_3737 = lean_uint64_shift_left(x_3736, x_3735); -x_3738 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_3739 = lean_uint64_lor(x_3737, x_3738); -x_3740 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_3740, 0, x_3734); -lean_ctor_set(x_3740, 1, x_3707); -lean_ctor_set(x_3740, 2, x_3708); -lean_ctor_set(x_3740, 3, x_3709); -lean_ctor_set(x_3740, 4, x_3710); -lean_ctor_set(x_3740, 5, x_3711); -lean_ctor_set(x_3740, 6, x_3712); -lean_ctor_set_uint64(x_3740, sizeof(void*)*7, x_3739); -lean_ctor_set_uint8(x_3740, sizeof(void*)*7 + 8, x_3706); -lean_ctor_set_uint8(x_3740, sizeof(void*)*7 + 9, x_3713); -lean_ctor_set_uint8(x_3740, sizeof(void*)*7 + 10, x_3714); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_3703); -lean_inc(x_3255); -x_3741 = l_Lean_Meta_isExprDefEq(x_3255, x_3703, x_3740, x_7, x_8, x_9, x_3704); -if (lean_obj_tag(x_3741) == 0) +lean_object* x_3825; uint8_t x_3826; +x_3825 = lean_ctor_get(x_3824, 0); +lean_inc(x_3825); +x_3826 = lean_unbox(x_3825); +lean_dec(x_3825); +if (x_3826 == 0) { -lean_object* x_3742; uint8_t x_3743; -x_3742 = lean_ctor_get(x_3741, 0); -lean_inc(x_3742); -x_3743 = lean_unbox(x_3742); -lean_dec(x_3742); -if (x_3743 == 0) +lean_object* x_3827; lean_object* x_3828; lean_object* x_3829; uint8_t x_3830; +lean_dec(x_3783); +x_3827 = lean_ctor_get(x_3824, 1); +lean_inc(x_3827); +lean_dec(x_3824); +x_3828 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_3827); +x_3829 = lean_ctor_get(x_3828, 0); +lean_inc(x_3829); +x_3830 = lean_ctor_get_uint8(x_3829, sizeof(void*)*6 + 11); +lean_dec(x_3829); +if (x_3830 == 0) { -lean_object* x_3744; lean_object* x_3745; lean_object* x_3746; lean_object* x_3747; lean_object* x_3748; -lean_dec(x_3206); -x_3744 = lean_ctor_get(x_3741, 1); -lean_inc(x_3744); -lean_dec(x_3741); -x_3745 = lean_box(0); -lean_inc(x_3255); -x_3746 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__3(x_23, x_3255, x_3703, x_3745, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3744); -x_3747 = lean_ctor_get(x_3746, 0); -lean_inc(x_3747); -x_3748 = lean_ctor_get(x_3746, 1); -lean_inc(x_3748); -lean_dec(x_3746); -x_3359 = x_3747; -x_3360 = x_3748; -goto block_3693; +lean_object* x_3831; +lean_dec(x_3786); +lean_dec(x_3782); +x_3831 = lean_ctor_get(x_3828, 1); +lean_inc(x_3831); +lean_dec(x_3828); +x_3356 = x_23; +x_3357 = x_3831; +goto block_3781; } else { -lean_object* x_3749; lean_object* x_3750; -x_3749 = lean_ctor_get(x_3741, 1); -lean_inc(x_3749); -lean_dec(x_3741); -if (lean_is_scalar(x_3206)) { - x_3750 = lean_alloc_ctor(1, 1, 0); -} else { - x_3750 = x_3206; -} -lean_ctor_set(x_3750, 0, x_3703); -x_3359 = x_3750; -x_3360 = x_3749; -goto block_3693; +lean_object* x_3832; lean_object* x_3833; lean_object* x_3834; lean_object* x_3835; lean_object* x_3836; lean_object* x_3837; +x_3832 = lean_ctor_get(x_3828, 1); +lean_inc(x_3832); +lean_dec(x_3828); +x_3833 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_3782, x_3786, x_6, x_7, x_8, x_9, x_3832); +x_3834 = lean_ctor_get(x_3833, 0); +lean_inc(x_3834); +x_3835 = lean_ctor_get(x_3833, 1); +lean_inc(x_3835); +lean_dec(x_3833); +x_3836 = l_Lean_Meta_Grind_reportIssue(x_3834, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3835); +x_3837 = lean_ctor_get(x_3836, 1); +lean_inc(x_3837); +lean_dec(x_3836); +x_3356 = x_23; +x_3357 = x_3837; +goto block_3781; } } else { -lean_object* x_3751; lean_object* x_3752; lean_object* x_3753; lean_object* x_3754; -lean_dec(x_3703); -lean_dec(x_3355); +lean_object* x_3838; lean_object* x_3839; lean_object* x_3840; lean_object* x_3841; lean_object* x_3842; +lean_dec(x_3786); +lean_dec(x_3782); +x_3838 = lean_ctor_get(x_3824, 1); +lean_inc(x_3838); +lean_dec(x_3824); +x_3839 = lean_box(0); +x_3840 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3783, x_3839, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3838); +x_3841 = lean_ctor_get(x_3840, 0); +lean_inc(x_3841); +x_3842 = lean_ctor_get(x_3840, 1); +lean_inc(x_3842); +lean_dec(x_3840); +x_3356 = x_3841; +x_3357 = x_3842; +goto block_3781; +} +} +else +{ +lean_object* x_3843; lean_object* x_3844; lean_object* x_3845; lean_object* x_3846; +lean_dec(x_3786); +lean_dec(x_3783); +lean_dec(x_3782); lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3751 = lean_ctor_get(x_3741, 0); -lean_inc(x_3751); -x_3752 = lean_ctor_get(x_3741, 1); -lean_inc(x_3752); -if (lean_is_exclusive(x_3741)) { - lean_ctor_release(x_3741, 0); - lean_ctor_release(x_3741, 1); - x_3753 = x_3741; -} else { - lean_dec_ref(x_3741); - x_3753 = lean_box(0); -} -if (lean_is_scalar(x_3753)) { - x_3754 = lean_alloc_ctor(1, 2, 0); -} else { - x_3754 = x_3753; -} -lean_ctor_set(x_3754, 0, x_3751); -lean_ctor_set(x_3754, 1, x_3752); -return x_3754; -} -} -else -{ -lean_object* x_3755; lean_object* x_3756; lean_object* x_3757; lean_object* x_3758; -lean_dec(x_3355); -lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3755 = lean_ctor_get(x_3701, 0); -lean_inc(x_3755); -x_3756 = lean_ctor_get(x_3701, 1); -lean_inc(x_3756); -if (lean_is_exclusive(x_3701)) { - lean_ctor_release(x_3701, 0); - lean_ctor_release(x_3701, 1); - x_3757 = x_3701; -} else { - lean_dec_ref(x_3701); - x_3757 = lean_box(0); -} -if (lean_is_scalar(x_3757)) { - x_3758 = lean_alloc_ctor(1, 2, 0); -} else { - x_3758 = x_3757; -} -lean_ctor_set(x_3758, 0, x_3755); -lean_ctor_set(x_3758, 1, x_3756); -return x_3758; -} -} -else -{ -lean_object* x_3759; -lean_dec(x_3695); -lean_dec(x_3206); -lean_dec(x_18); -x_3759 = lean_ctor_get(x_3694, 1); -lean_inc(x_3759); -lean_dec(x_3694); -x_3359 = x_23; -x_3360 = x_3759; -goto block_3693; -} -} -else -{ -lean_object* x_3760; lean_object* x_3761; lean_object* x_3762; lean_object* x_3763; -lean_dec(x_3355); -lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_20); lean_dec(x_18); lean_dec(x_15); @@ -20587,103 +20243,87 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3760 = lean_ctor_get(x_3694, 0); -lean_inc(x_3760); -x_3761 = lean_ctor_get(x_3694, 1); -lean_inc(x_3761); -if (lean_is_exclusive(x_3694)) { - lean_ctor_release(x_3694, 0); - lean_ctor_release(x_3694, 1); - x_3762 = x_3694; +x_3843 = lean_ctor_get(x_3824, 0); +lean_inc(x_3843); +x_3844 = lean_ctor_get(x_3824, 1); +lean_inc(x_3844); +if (lean_is_exclusive(x_3824)) { + lean_ctor_release(x_3824, 0); + lean_ctor_release(x_3824, 1); + x_3845 = x_3824; } else { - lean_dec_ref(x_3694); - x_3762 = lean_box(0); + lean_dec_ref(x_3824); + x_3845 = lean_box(0); } -if (lean_is_scalar(x_3762)) { - x_3763 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3845)) { + x_3846 = lean_alloc_ctor(1, 2, 0); } else { - x_3763 = x_3762; + x_3846 = x_3845; } -lean_ctor_set(x_3763, 0, x_3760); -lean_ctor_set(x_3763, 1, x_3761); -return x_3763; +lean_ctor_set(x_3846, 0, x_3843); +lean_ctor_set(x_3846, 1, x_3844); +return x_3846; } -block_3693: +} +} +block_3781: { -lean_object* x_3361; +lean_object* x_3358; lean_object* x_3359; lean_object* x_3360; lean_object* x_3361; +x_3358 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__68; +lean_inc(x_15); +x_3359 = l_Lean_Expr_const___override(x_3358, x_15); +lean_inc(x_3192); +lean_inc(x_3306); +lean_inc(x_1); +x_3360 = l_Lean_mkApp3(x_3359, x_1, x_3306, x_3192); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_3361 = l_Lean_Meta_Grind_Arith_CommRing_getRingId_x3f(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3360); +x_3361 = l_Lean_Meta_trySynthInstance(x_3360, x_23, x_6, x_7, x_8, x_9, x_3357); if (lean_obj_tag(x_3361) == 0) { -lean_object* x_3362; lean_object* x_3363; lean_object* x_3364; lean_object* x_3365; lean_object* x_3366; lean_object* x_3367; +lean_object* x_3362; x_3362 = lean_ctor_get(x_3361, 0); lean_inc(x_3362); +if (lean_obj_tag(x_3362) == 1) +{ +lean_object* x_3363; lean_object* x_3364; lean_object* x_3365; lean_object* x_3366; lean_object* x_3367; lean_object* x_3368; lean_object* x_3369; lean_object* x_3704; x_3363 = lean_ctor_get(x_3361, 1); lean_inc(x_3363); lean_dec(x_3361); -x_3364 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__72; -lean_inc(x_15); -x_3365 = l_Lean_Expr_const___override(x_3364, x_15); -lean_inc(x_1); -x_3366 = l_Lean_Expr_app___override(x_3365, x_1); +x_3364 = lean_ctor_get(x_3362, 0); +lean_inc(x_3364); +lean_dec(x_3362); +x_3365 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__70; +lean_inc(x_18); +x_3366 = l_Lean_Expr_const___override(x_3365, x_18); +lean_inc_n(x_1, 2); +x_3367 = l_Lean_mkApp3(x_3366, x_21, x_1, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_3367 = l_Lean_Meta_trySynthInstance(x_3366, x_23, x_6, x_7, x_8, x_9, x_3363); -if (lean_obj_tag(x_3367) == 0) +x_3704 = l_Lean_Meta_trySynthInstance(x_3367, x_23, x_6, x_7, x_8, x_9, x_3363); +if (lean_obj_tag(x_3704) == 0) { -lean_object* x_3368; lean_object* x_3369; lean_object* x_3370; lean_object* x_3371; lean_object* x_3372; lean_object* x_3373; lean_object* x_3374; lean_object* x_3375; lean_object* x_3590; -x_3368 = lean_ctor_get(x_3367, 0); -lean_inc(x_3368); -x_3369 = lean_ctor_get(x_3367, 1); -lean_inc(x_3369); -lean_dec(x_3367); -x_3370 = l_Lean_LOption_toOption___rarg(x_3368); -x_3371 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__74; -lean_inc(x_15); -x_3372 = l_Lean_Expr_const___override(x_3371, x_15); +lean_object* x_3705; +x_3705 = lean_ctor_get(x_3704, 0); +lean_inc(x_3705); +if (lean_obj_tag(x_3705) == 1) +{ +lean_object* x_3706; lean_object* x_3707; lean_object* x_3708; lean_object* x_3709; lean_object* x_3710; lean_object* x_3711; +x_3706 = lean_ctor_get(x_3704, 1); +lean_inc(x_3706); +lean_dec(x_3704); +x_3707 = lean_ctor_get(x_3705, 0); +lean_inc(x_3707); +lean_dec(x_3705); +x_3708 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__93; +x_3709 = l_Lean_Expr_const___override(x_3708, x_18); +lean_inc(x_3707); lean_inc(x_1); -x_3373 = l_Lean_Expr_app___override(x_3372, x_1); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_3590 = l_Lean_Meta_trySynthInstance(x_3373, x_23, x_6, x_7, x_8, x_9, x_3369); -if (lean_obj_tag(x_3590) == 0) -{ -lean_object* x_3591; lean_object* x_3592; lean_object* x_3593; -x_3591 = lean_ctor_get(x_3590, 0); -lean_inc(x_3591); -x_3592 = lean_ctor_get(x_3590, 1); -lean_inc(x_3592); -lean_dec(x_3590); -x_3593 = l_Lean_LOption_toOption___rarg(x_3591); -if (lean_obj_tag(x_3593) == 0) -{ -x_3374 = x_23; -x_3375 = x_3592; -goto block_3589; -} -else -{ -lean_object* x_3594; lean_object* x_3595; lean_object* x_3596; lean_object* x_3597; lean_object* x_3598; -x_3594 = lean_ctor_get(x_3593, 0); -lean_inc(x_3594); -lean_dec(x_3593); -x_3595 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__91; -lean_inc(x_15); -x_3596 = l_Lean_Expr_const___override(x_3595, x_15); -lean_inc(x_1); -x_3597 = l_Lean_mkAppB(x_3596, x_1, x_3594); +x_3710 = l_Lean_mkApp4(x_3709, x_21, x_1, x_3707, x_3707); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -20692,394 +20332,625 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_3598 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_internalizeConst(x_3597, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3592); -if (lean_obj_tag(x_3598) == 0) +x_3711 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_preprocess(x_3710, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3706); +if (lean_obj_tag(x_3711) == 0) { -lean_object* x_3599; lean_object* x_3600; lean_object* x_3601; lean_object* x_3602; -x_3599 = lean_ctor_get(x_3598, 0); -lean_inc(x_3599); -x_3600 = lean_ctor_get(x_3598, 1); -lean_inc(x_3600); -lean_dec(x_3598); -x_3601 = lean_unsigned_to_nat(1u); +lean_object* x_3712; lean_object* x_3713; lean_object* x_3714; uint64_t x_3715; uint8_t x_3716; lean_object* x_3717; lean_object* x_3718; lean_object* x_3719; lean_object* x_3720; lean_object* x_3721; lean_object* x_3722; uint8_t x_3723; uint8_t x_3724; uint8_t x_3725; uint8_t x_3726; uint8_t x_3727; uint8_t x_3728; uint8_t x_3729; uint8_t x_3730; uint8_t x_3731; uint8_t x_3732; uint8_t x_3733; uint8_t x_3734; uint8_t x_3735; uint8_t x_3736; uint8_t x_3737; uint8_t x_3738; uint8_t x_3739; uint8_t x_3740; uint8_t x_3741; lean_object* x_3742; uint8_t x_3743; lean_object* x_3744; uint64_t x_3745; uint64_t x_3746; uint64_t x_3747; uint64_t x_3748; uint64_t x_3749; lean_object* x_3750; lean_object* x_3751; +x_3712 = lean_ctor_get(x_6, 0); +lean_inc(x_3712); +x_3713 = lean_ctor_get(x_3711, 0); +lean_inc(x_3713); +x_3714 = lean_ctor_get(x_3711, 1); +lean_inc(x_3714); +lean_dec(x_3711); +x_3715 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_3716 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_3717 = lean_ctor_get(x_6, 1); +lean_inc(x_3717); +x_3718 = lean_ctor_get(x_6, 2); +lean_inc(x_3718); +x_3719 = lean_ctor_get(x_6, 3); +lean_inc(x_3719); +x_3720 = lean_ctor_get(x_6, 4); +lean_inc(x_3720); +x_3721 = lean_ctor_get(x_6, 5); +lean_inc(x_3721); +x_3722 = lean_ctor_get(x_6, 6); +lean_inc(x_3722); +x_3723 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_3724 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_3725 = lean_ctor_get_uint8(x_3712, 0); +x_3726 = lean_ctor_get_uint8(x_3712, 1); +x_3727 = lean_ctor_get_uint8(x_3712, 2); +x_3728 = lean_ctor_get_uint8(x_3712, 3); +x_3729 = lean_ctor_get_uint8(x_3712, 4); +x_3730 = lean_ctor_get_uint8(x_3712, 5); +x_3731 = lean_ctor_get_uint8(x_3712, 6); +x_3732 = lean_ctor_get_uint8(x_3712, 7); +x_3733 = lean_ctor_get_uint8(x_3712, 8); +x_3734 = lean_ctor_get_uint8(x_3712, 10); +x_3735 = lean_ctor_get_uint8(x_3712, 11); +x_3736 = lean_ctor_get_uint8(x_3712, 12); +x_3737 = lean_ctor_get_uint8(x_3712, 13); +x_3738 = lean_ctor_get_uint8(x_3712, 14); +x_3739 = lean_ctor_get_uint8(x_3712, 15); +x_3740 = lean_ctor_get_uint8(x_3712, 16); +x_3741 = lean_ctor_get_uint8(x_3712, 17); +if (lean_is_exclusive(x_3712)) { + x_3742 = x_3712; +} else { + lean_dec_ref(x_3712); + x_3742 = lean_box(0); +} +x_3743 = 1; +if (lean_is_scalar(x_3742)) { + x_3744 = lean_alloc_ctor(0, 0, 18); +} else { + x_3744 = x_3742; +} +lean_ctor_set_uint8(x_3744, 0, x_3725); +lean_ctor_set_uint8(x_3744, 1, x_3726); +lean_ctor_set_uint8(x_3744, 2, x_3727); +lean_ctor_set_uint8(x_3744, 3, x_3728); +lean_ctor_set_uint8(x_3744, 4, x_3729); +lean_ctor_set_uint8(x_3744, 5, x_3730); +lean_ctor_set_uint8(x_3744, 6, x_3731); +lean_ctor_set_uint8(x_3744, 7, x_3732); +lean_ctor_set_uint8(x_3744, 8, x_3733); +lean_ctor_set_uint8(x_3744, 9, x_3743); +lean_ctor_set_uint8(x_3744, 10, x_3734); +lean_ctor_set_uint8(x_3744, 11, x_3735); +lean_ctor_set_uint8(x_3744, 12, x_3736); +lean_ctor_set_uint8(x_3744, 13, x_3737); +lean_ctor_set_uint8(x_3744, 14, x_3738); +lean_ctor_set_uint8(x_3744, 15, x_3739); +lean_ctor_set_uint8(x_3744, 16, x_3740); +lean_ctor_set_uint8(x_3744, 17, x_3741); +x_3745 = 2; +x_3746 = lean_uint64_shift_right(x_3715, x_3745); +x_3747 = lean_uint64_shift_left(x_3746, x_3745); +x_3748 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_3749 = lean_uint64_lor(x_3747, x_3748); +x_3750 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_3750, 0, x_3744); +lean_ctor_set(x_3750, 1, x_3717); +lean_ctor_set(x_3750, 2, x_3718); +lean_ctor_set(x_3750, 3, x_3719); +lean_ctor_set(x_3750, 4, x_3720); +lean_ctor_set(x_3750, 5, x_3721); +lean_ctor_set(x_3750, 6, x_3722); +lean_ctor_set_uint64(x_3750, sizeof(void*)*7, x_3749); +lean_ctor_set_uint8(x_3750, sizeof(void*)*7 + 8, x_3716); +lean_ctor_set_uint8(x_3750, sizeof(void*)*7 + 9, x_3723); +lean_ctor_set_uint8(x_3750, sizeof(void*)*7 + 10, x_3724); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_3713); +lean_inc(x_3264); +x_3751 = l_Lean_Meta_isExprDefEq(x_3264, x_3713, x_3750, x_7, x_8, x_9, x_3714); +if (lean_obj_tag(x_3751) == 0) +{ +lean_object* x_3752; uint8_t x_3753; +x_3752 = lean_ctor_get(x_3751, 0); +lean_inc(x_3752); +x_3753 = lean_unbox(x_3752); +lean_dec(x_3752); +if (x_3753 == 0) +{ +lean_object* x_3754; lean_object* x_3755; lean_object* x_3756; lean_object* x_3757; lean_object* x_3758; +lean_dec(x_3215); +x_3754 = lean_ctor_get(x_3751, 1); +lean_inc(x_3754); +lean_dec(x_3751); +x_3755 = lean_box(0); +lean_inc(x_3264); +x_3756 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__3(x_23, x_3264, x_3713, x_3755, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3754); +x_3757 = lean_ctor_get(x_3756, 0); +lean_inc(x_3757); +x_3758 = lean_ctor_get(x_3756, 1); +lean_inc(x_3758); +lean_dec(x_3756); +x_3368 = x_3757; +x_3369 = x_3758; +goto block_3703; +} +else +{ +lean_object* x_3759; lean_object* x_3760; +x_3759 = lean_ctor_get(x_3751, 1); +lean_inc(x_3759); +lean_dec(x_3751); +if (lean_is_scalar(x_3215)) { + x_3760 = lean_alloc_ctor(1, 1, 0); +} else { + x_3760 = x_3215; +} +lean_ctor_set(x_3760, 0, x_3713); +x_3368 = x_3760; +x_3369 = x_3759; +goto block_3703; +} +} +else +{ +lean_object* x_3761; lean_object* x_3762; lean_object* x_3763; lean_object* x_3764; +lean_dec(x_3713); +lean_dec(x_3364); +lean_dec(x_3356); +lean_dec(x_3347); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3761 = lean_ctor_get(x_3751, 0); +lean_inc(x_3761); +x_3762 = lean_ctor_get(x_3751, 1); +lean_inc(x_3762); +if (lean_is_exclusive(x_3751)) { + lean_ctor_release(x_3751, 0); + lean_ctor_release(x_3751, 1); + x_3763 = x_3751; +} else { + lean_dec_ref(x_3751); + x_3763 = lean_box(0); +} +if (lean_is_scalar(x_3763)) { + x_3764 = lean_alloc_ctor(1, 2, 0); +} else { + x_3764 = x_3763; +} +lean_ctor_set(x_3764, 0, x_3761); +lean_ctor_set(x_3764, 1, x_3762); +return x_3764; +} +} +else +{ +lean_object* x_3765; lean_object* x_3766; lean_object* x_3767; lean_object* x_3768; +lean_dec(x_3364); +lean_dec(x_3356); +lean_dec(x_3347); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3765 = lean_ctor_get(x_3711, 0); +lean_inc(x_3765); +x_3766 = lean_ctor_get(x_3711, 1); +lean_inc(x_3766); +if (lean_is_exclusive(x_3711)) { + lean_ctor_release(x_3711, 0); + lean_ctor_release(x_3711, 1); + x_3767 = x_3711; +} else { + lean_dec_ref(x_3711); + x_3767 = lean_box(0); +} +if (lean_is_scalar(x_3767)) { + x_3768 = lean_alloc_ctor(1, 2, 0); +} else { + x_3768 = x_3767; +} +lean_ctor_set(x_3768, 0, x_3765); +lean_ctor_set(x_3768, 1, x_3766); +return x_3768; +} +} +else +{ +lean_object* x_3769; +lean_dec(x_3705); +lean_dec(x_3215); +lean_dec(x_18); +x_3769 = lean_ctor_get(x_3704, 1); +lean_inc(x_3769); +lean_dec(x_3704); +x_3368 = x_23; +x_3369 = x_3769; +goto block_3703; +} +} +else +{ +lean_object* x_3770; lean_object* x_3771; lean_object* x_3772; lean_object* x_3773; +lean_dec(x_3364); +lean_dec(x_3356); +lean_dec(x_3347); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3770 = lean_ctor_get(x_3704, 0); +lean_inc(x_3770); +x_3771 = lean_ctor_get(x_3704, 1); +lean_inc(x_3771); +if (lean_is_exclusive(x_3704)) { + lean_ctor_release(x_3704, 0); + lean_ctor_release(x_3704, 1); + x_3772 = x_3704; +} else { + lean_dec_ref(x_3704); + x_3772 = lean_box(0); +} +if (lean_is_scalar(x_3772)) { + x_3773 = lean_alloc_ctor(1, 2, 0); +} else { + x_3773 = x_3772; +} +lean_ctor_set(x_3773, 0, x_3770); +lean_ctor_set(x_3773, 1, x_3771); +return x_3773; +} +block_3703: +{ +lean_object* x_3370; +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_3370 = l_Lean_Meta_Grind_Arith_CommRing_getRingId_x3f(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3369); +if (lean_obj_tag(x_3370) == 0) +{ +lean_object* x_3371; lean_object* x_3372; lean_object* x_3373; lean_object* x_3374; lean_object* x_3375; lean_object* x_3376; +x_3371 = lean_ctor_get(x_3370, 0); +lean_inc(x_3371); +x_3372 = lean_ctor_get(x_3370, 1); +lean_inc(x_3372); +lean_dec(x_3370); +x_3373 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__72; +lean_inc(x_15); +x_3374 = l_Lean_Expr_const___override(x_3373, x_15); +lean_inc(x_1); +x_3375 = l_Lean_Expr_app___override(x_3374, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_3376 = l_Lean_Meta_trySynthInstance(x_3375, x_23, x_6, x_7, x_8, x_9, x_3372); +if (lean_obj_tag(x_3376) == 0) +{ +lean_object* x_3377; lean_object* x_3378; lean_object* x_3379; lean_object* x_3380; lean_object* x_3381; lean_object* x_3382; lean_object* x_3383; lean_object* x_3384; lean_object* x_3600; +x_3377 = lean_ctor_get(x_3376, 0); +lean_inc(x_3377); +x_3378 = lean_ctor_get(x_3376, 1); +lean_inc(x_3378); +lean_dec(x_3376); +x_3379 = l_Lean_LOption_toOption___rarg(x_3377); +x_3380 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__74; +lean_inc(x_15); +x_3381 = l_Lean_Expr_const___override(x_3380, x_15); +lean_inc(x_1); +x_3382 = l_Lean_Expr_app___override(x_3381, x_1); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_3600 = l_Lean_Meta_trySynthInstance(x_3382, x_23, x_6, x_7, x_8, x_9, x_3378); +if (lean_obj_tag(x_3600) == 0) +{ +lean_object* x_3601; lean_object* x_3602; lean_object* x_3603; +x_3601 = lean_ctor_get(x_3600, 0); +lean_inc(x_3601); +x_3602 = lean_ctor_get(x_3600, 1); +lean_inc(x_3602); +lean_dec(x_3600); +x_3603 = l_Lean_LOption_toOption___rarg(x_3601); +if (lean_obj_tag(x_3603) == 0) +{ +x_3383 = x_23; +x_3384 = x_3602; +goto block_3599; +} +else +{ +lean_object* x_3604; lean_object* x_3605; lean_object* x_3606; lean_object* x_3607; lean_object* x_3608; +x_3604 = lean_ctor_get(x_3603, 0); +lean_inc(x_3604); +lean_dec(x_3603); +x_3605 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__91; +lean_inc(x_15); +x_3606 = l_Lean_Expr_const___override(x_3605, x_15); +lean_inc(x_1); +x_3607 = l_Lean_mkAppB(x_3606, x_1, x_3604); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +x_3608 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_internalizeConst(x_3607, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3602); +if (lean_obj_tag(x_3608) == 0) +{ +lean_object* x_3609; lean_object* x_3610; lean_object* x_3611; lean_object* x_3612; +x_3609 = lean_ctor_get(x_3608, 0); +lean_inc(x_3609); +x_3610 = lean_ctor_get(x_3608, 1); +lean_inc(x_3610); +lean_dec(x_3608); +x_3611 = lean_unsigned_to_nat(1u); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_1); -x_3602 = l_Lean_Meta_mkNumeral(x_1, x_3601, x_6, x_7, x_8, x_9, x_3600); -if (lean_obj_tag(x_3602) == 0) +x_3612 = l_Lean_Meta_mkNumeral(x_1, x_3611, x_6, x_7, x_8, x_9, x_3610); +if (lean_obj_tag(x_3612) == 0) { -lean_object* x_3603; lean_object* x_3604; lean_object* x_3605; uint64_t x_3606; uint8_t x_3607; lean_object* x_3608; lean_object* x_3609; lean_object* x_3610; lean_object* x_3611; lean_object* x_3612; lean_object* x_3613; uint8_t x_3614; uint8_t x_3615; uint8_t x_3616; uint8_t x_3617; uint8_t x_3618; uint8_t x_3619; uint8_t x_3620; uint8_t x_3621; uint8_t x_3622; uint8_t x_3623; uint8_t x_3624; uint8_t x_3625; uint8_t x_3626; uint8_t x_3627; uint8_t x_3628; uint8_t x_3629; uint8_t x_3630; uint8_t x_3631; uint8_t x_3632; lean_object* x_3633; uint8_t x_3634; lean_object* x_3635; uint64_t x_3636; uint64_t x_3637; uint64_t x_3638; uint64_t x_3639; uint64_t x_3640; lean_object* x_3641; lean_object* x_3642; -x_3603 = lean_ctor_get(x_6, 0); -lean_inc(x_3603); -x_3604 = lean_ctor_get(x_3602, 0); -lean_inc(x_3604); -x_3605 = lean_ctor_get(x_3602, 1); -lean_inc(x_3605); -lean_dec(x_3602); -x_3606 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); -x_3607 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); -x_3608 = lean_ctor_get(x_6, 1); -lean_inc(x_3608); -x_3609 = lean_ctor_get(x_6, 2); -lean_inc(x_3609); -x_3610 = lean_ctor_get(x_6, 3); -lean_inc(x_3610); -x_3611 = lean_ctor_get(x_6, 4); -lean_inc(x_3611); -x_3612 = lean_ctor_get(x_6, 5); -lean_inc(x_3612); -x_3613 = lean_ctor_get(x_6, 6); +lean_object* x_3613; lean_object* x_3614; lean_object* x_3615; uint64_t x_3616; uint8_t x_3617; lean_object* x_3618; lean_object* x_3619; lean_object* x_3620; lean_object* x_3621; lean_object* x_3622; lean_object* x_3623; uint8_t x_3624; uint8_t x_3625; uint8_t x_3626; uint8_t x_3627; uint8_t x_3628; uint8_t x_3629; uint8_t x_3630; uint8_t x_3631; uint8_t x_3632; uint8_t x_3633; uint8_t x_3634; uint8_t x_3635; uint8_t x_3636; uint8_t x_3637; uint8_t x_3638; uint8_t x_3639; uint8_t x_3640; uint8_t x_3641; uint8_t x_3642; lean_object* x_3643; uint8_t x_3644; lean_object* x_3645; uint64_t x_3646; uint64_t x_3647; uint64_t x_3648; uint64_t x_3649; uint64_t x_3650; lean_object* x_3651; lean_object* x_3652; +x_3613 = lean_ctor_get(x_6, 0); lean_inc(x_3613); -x_3614 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); -x_3615 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); -x_3616 = lean_ctor_get_uint8(x_3603, 0); -x_3617 = lean_ctor_get_uint8(x_3603, 1); -x_3618 = lean_ctor_get_uint8(x_3603, 2); -x_3619 = lean_ctor_get_uint8(x_3603, 3); -x_3620 = lean_ctor_get_uint8(x_3603, 4); -x_3621 = lean_ctor_get_uint8(x_3603, 5); -x_3622 = lean_ctor_get_uint8(x_3603, 6); -x_3623 = lean_ctor_get_uint8(x_3603, 7); -x_3624 = lean_ctor_get_uint8(x_3603, 8); -x_3625 = lean_ctor_get_uint8(x_3603, 10); -x_3626 = lean_ctor_get_uint8(x_3603, 11); -x_3627 = lean_ctor_get_uint8(x_3603, 12); -x_3628 = lean_ctor_get_uint8(x_3603, 13); -x_3629 = lean_ctor_get_uint8(x_3603, 14); -x_3630 = lean_ctor_get_uint8(x_3603, 15); -x_3631 = lean_ctor_get_uint8(x_3603, 16); -x_3632 = lean_ctor_get_uint8(x_3603, 17); -if (lean_is_exclusive(x_3603)) { - x_3633 = x_3603; +x_3614 = lean_ctor_get(x_3612, 0); +lean_inc(x_3614); +x_3615 = lean_ctor_get(x_3612, 1); +lean_inc(x_3615); +lean_dec(x_3612); +x_3616 = lean_ctor_get_uint64(x_6, sizeof(void*)*7); +x_3617 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 8); +x_3618 = lean_ctor_get(x_6, 1); +lean_inc(x_3618); +x_3619 = lean_ctor_get(x_6, 2); +lean_inc(x_3619); +x_3620 = lean_ctor_get(x_6, 3); +lean_inc(x_3620); +x_3621 = lean_ctor_get(x_6, 4); +lean_inc(x_3621); +x_3622 = lean_ctor_get(x_6, 5); +lean_inc(x_3622); +x_3623 = lean_ctor_get(x_6, 6); +lean_inc(x_3623); +x_3624 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 9); +x_3625 = lean_ctor_get_uint8(x_6, sizeof(void*)*7 + 10); +x_3626 = lean_ctor_get_uint8(x_3613, 0); +x_3627 = lean_ctor_get_uint8(x_3613, 1); +x_3628 = lean_ctor_get_uint8(x_3613, 2); +x_3629 = lean_ctor_get_uint8(x_3613, 3); +x_3630 = lean_ctor_get_uint8(x_3613, 4); +x_3631 = lean_ctor_get_uint8(x_3613, 5); +x_3632 = lean_ctor_get_uint8(x_3613, 6); +x_3633 = lean_ctor_get_uint8(x_3613, 7); +x_3634 = lean_ctor_get_uint8(x_3613, 8); +x_3635 = lean_ctor_get_uint8(x_3613, 10); +x_3636 = lean_ctor_get_uint8(x_3613, 11); +x_3637 = lean_ctor_get_uint8(x_3613, 12); +x_3638 = lean_ctor_get_uint8(x_3613, 13); +x_3639 = lean_ctor_get_uint8(x_3613, 14); +x_3640 = lean_ctor_get_uint8(x_3613, 15); +x_3641 = lean_ctor_get_uint8(x_3613, 16); +x_3642 = lean_ctor_get_uint8(x_3613, 17); +if (lean_is_exclusive(x_3613)) { + x_3643 = x_3613; } else { - lean_dec_ref(x_3603); - x_3633 = lean_box(0); + lean_dec_ref(x_3613); + x_3643 = lean_box(0); } -x_3634 = 1; -if (lean_is_scalar(x_3633)) { - x_3635 = lean_alloc_ctor(0, 0, 18); +x_3644 = 1; +if (lean_is_scalar(x_3643)) { + x_3645 = lean_alloc_ctor(0, 0, 18); } else { - x_3635 = x_3633; + x_3645 = x_3643; } -lean_ctor_set_uint8(x_3635, 0, x_3616); -lean_ctor_set_uint8(x_3635, 1, x_3617); -lean_ctor_set_uint8(x_3635, 2, x_3618); -lean_ctor_set_uint8(x_3635, 3, x_3619); -lean_ctor_set_uint8(x_3635, 4, x_3620); -lean_ctor_set_uint8(x_3635, 5, x_3621); -lean_ctor_set_uint8(x_3635, 6, x_3622); -lean_ctor_set_uint8(x_3635, 7, x_3623); -lean_ctor_set_uint8(x_3635, 8, x_3624); -lean_ctor_set_uint8(x_3635, 9, x_3634); -lean_ctor_set_uint8(x_3635, 10, x_3625); -lean_ctor_set_uint8(x_3635, 11, x_3626); -lean_ctor_set_uint8(x_3635, 12, x_3627); -lean_ctor_set_uint8(x_3635, 13, x_3628); -lean_ctor_set_uint8(x_3635, 14, x_3629); -lean_ctor_set_uint8(x_3635, 15, x_3630); -lean_ctor_set_uint8(x_3635, 16, x_3631); -lean_ctor_set_uint8(x_3635, 17, x_3632); -x_3636 = 2; -x_3637 = lean_uint64_shift_right(x_3606, x_3636); -x_3638 = lean_uint64_shift_left(x_3637, x_3636); -x_3639 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; -x_3640 = lean_uint64_lor(x_3638, x_3639); -x_3641 = lean_alloc_ctor(0, 7, 11); -lean_ctor_set(x_3641, 0, x_3635); -lean_ctor_set(x_3641, 1, x_3608); -lean_ctor_set(x_3641, 2, x_3609); -lean_ctor_set(x_3641, 3, x_3610); -lean_ctor_set(x_3641, 4, x_3611); -lean_ctor_set(x_3641, 5, x_3612); -lean_ctor_set(x_3641, 6, x_3613); -lean_ctor_set_uint64(x_3641, sizeof(void*)*7, x_3640); -lean_ctor_set_uint8(x_3641, sizeof(void*)*7 + 8, x_3607); -lean_ctor_set_uint8(x_3641, sizeof(void*)*7 + 9, x_3614); -lean_ctor_set_uint8(x_3641, sizeof(void*)*7 + 10, x_3615); +lean_ctor_set_uint8(x_3645, 0, x_3626); +lean_ctor_set_uint8(x_3645, 1, x_3627); +lean_ctor_set_uint8(x_3645, 2, x_3628); +lean_ctor_set_uint8(x_3645, 3, x_3629); +lean_ctor_set_uint8(x_3645, 4, x_3630); +lean_ctor_set_uint8(x_3645, 5, x_3631); +lean_ctor_set_uint8(x_3645, 6, x_3632); +lean_ctor_set_uint8(x_3645, 7, x_3633); +lean_ctor_set_uint8(x_3645, 8, x_3634); +lean_ctor_set_uint8(x_3645, 9, x_3644); +lean_ctor_set_uint8(x_3645, 10, x_3635); +lean_ctor_set_uint8(x_3645, 11, x_3636); +lean_ctor_set_uint8(x_3645, 12, x_3637); +lean_ctor_set_uint8(x_3645, 13, x_3638); +lean_ctor_set_uint8(x_3645, 14, x_3639); +lean_ctor_set_uint8(x_3645, 15, x_3640); +lean_ctor_set_uint8(x_3645, 16, x_3641); +lean_ctor_set_uint8(x_3645, 17, x_3642); +x_3646 = 2; +x_3647 = lean_uint64_shift_right(x_3616, x_3646); +x_3648 = lean_uint64_shift_left(x_3647, x_3646); +x_3649 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_ensureDefEq___closed__1; +x_3650 = lean_uint64_lor(x_3648, x_3649); +x_3651 = lean_alloc_ctor(0, 7, 11); +lean_ctor_set(x_3651, 0, x_3645); +lean_ctor_set(x_3651, 1, x_3618); +lean_ctor_set(x_3651, 2, x_3619); +lean_ctor_set(x_3651, 3, x_3620); +lean_ctor_set(x_3651, 4, x_3621); +lean_ctor_set(x_3651, 5, x_3622); +lean_ctor_set(x_3651, 6, x_3623); +lean_ctor_set_uint64(x_3651, sizeof(void*)*7, x_3650); +lean_ctor_set_uint8(x_3651, sizeof(void*)*7 + 8, x_3617); +lean_ctor_set_uint8(x_3651, sizeof(void*)*7 + 9, x_3624); +lean_ctor_set_uint8(x_3651, sizeof(void*)*7 + 10, x_3625); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_3604); -lean_inc(x_3599); -x_3642 = l_Lean_Meta_isExprDefEq(x_3599, x_3604, x_3641, x_7, x_8, x_9, x_3605); -if (lean_obj_tag(x_3642) == 0) +lean_inc(x_3614); +lean_inc(x_3609); +x_3652 = l_Lean_Meta_isExprDefEq(x_3609, x_3614, x_3651, x_7, x_8, x_9, x_3615); +if (lean_obj_tag(x_3652) == 0) { -lean_object* x_3643; uint8_t x_3644; -x_3643 = lean_ctor_get(x_3642, 0); -lean_inc(x_3643); -x_3644 = lean_unbox(x_3643); -lean_dec(x_3643); -if (x_3644 == 0) -{ -lean_object* x_3645; lean_object* x_3646; lean_object* x_3647; uint8_t x_3648; -x_3645 = lean_ctor_get(x_3642, 1); -lean_inc(x_3645); -lean_dec(x_3642); -x_3646 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_3645); -x_3647 = lean_ctor_get(x_3646, 0); -lean_inc(x_3647); -x_3648 = lean_ctor_get_uint8(x_3647, sizeof(void*)*6 + 11); -lean_dec(x_3647); -if (x_3648 == 0) -{ -lean_object* x_3649; lean_object* x_3650; lean_object* x_3651; lean_object* x_3652; lean_object* x_3653; -lean_dec(x_3604); -x_3649 = lean_ctor_get(x_3646, 1); -lean_inc(x_3649); -lean_dec(x_3646); -x_3650 = lean_box(0); -x_3651 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3599, x_3650, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3649); -x_3652 = lean_ctor_get(x_3651, 0); -lean_inc(x_3652); -x_3653 = lean_ctor_get(x_3651, 1); +lean_object* x_3653; uint8_t x_3654; +x_3653 = lean_ctor_get(x_3652, 0); lean_inc(x_3653); -lean_dec(x_3651); -x_3374 = x_3652; -x_3375 = x_3653; -goto block_3589; -} -else +x_3654 = lean_unbox(x_3653); +lean_dec(x_3653); +if (x_3654 == 0) { -lean_object* x_3654; lean_object* x_3655; lean_object* x_3656; lean_object* x_3657; lean_object* x_3658; lean_object* x_3659; lean_object* x_3660; lean_object* x_3661; lean_object* x_3662; lean_object* x_3663; -x_3654 = lean_ctor_get(x_3646, 1); -lean_inc(x_3654); -lean_dec(x_3646); -lean_inc(x_3599); -x_3655 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_3599, x_3604, x_6, x_7, x_8, x_9, x_3654); -x_3656 = lean_ctor_get(x_3655, 0); -lean_inc(x_3656); -x_3657 = lean_ctor_get(x_3655, 1); +lean_object* x_3655; lean_object* x_3656; lean_object* x_3657; uint8_t x_3658; +x_3655 = lean_ctor_get(x_3652, 1); +lean_inc(x_3655); +lean_dec(x_3652); +x_3656 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_3655); +x_3657 = lean_ctor_get(x_3656, 0); lean_inc(x_3657); -lean_dec(x_3655); -x_3658 = l_Lean_Meta_Grind_reportIssue(x_3656, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3657); -x_3659 = lean_ctor_get(x_3658, 0); +x_3658 = lean_ctor_get_uint8(x_3657, sizeof(void*)*6 + 11); +lean_dec(x_3657); +if (x_3658 == 0) +{ +lean_object* x_3659; lean_object* x_3660; lean_object* x_3661; lean_object* x_3662; lean_object* x_3663; +lean_dec(x_3614); +x_3659 = lean_ctor_get(x_3656, 1); lean_inc(x_3659); -x_3660 = lean_ctor_get(x_3658, 1); -lean_inc(x_3660); -lean_dec(x_3658); -x_3661 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3599, x_3659, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3660); -lean_dec(x_3659); +lean_dec(x_3656); +x_3660 = lean_box(0); +x_3661 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3609, x_3660, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3659); x_3662 = lean_ctor_get(x_3661, 0); lean_inc(x_3662); x_3663 = lean_ctor_get(x_3661, 1); lean_inc(x_3663); lean_dec(x_3661); -x_3374 = x_3662; -x_3375 = x_3663; -goto block_3589; -} +x_3383 = x_3662; +x_3384 = x_3663; +goto block_3599; } else { -lean_object* x_3664; lean_object* x_3665; lean_object* x_3666; lean_object* x_3667; lean_object* x_3668; -lean_dec(x_3604); -x_3664 = lean_ctor_get(x_3642, 1); +lean_object* x_3664; lean_object* x_3665; lean_object* x_3666; lean_object* x_3667; lean_object* x_3668; lean_object* x_3669; lean_object* x_3670; lean_object* x_3671; lean_object* x_3672; lean_object* x_3673; +x_3664 = lean_ctor_get(x_3656, 1); lean_inc(x_3664); -lean_dec(x_3642); -x_3665 = lean_box(0); -x_3666 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3599, x_3665, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3664); -x_3667 = lean_ctor_get(x_3666, 0); +lean_dec(x_3656); +lean_inc(x_3609); +x_3665 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg(x_3609, x_3614, x_6, x_7, x_8, x_9, x_3664); +x_3666 = lean_ctor_get(x_3665, 0); +lean_inc(x_3666); +x_3667 = lean_ctor_get(x_3665, 1); lean_inc(x_3667); -x_3668 = lean_ctor_get(x_3666, 1); -lean_inc(x_3668); -lean_dec(x_3666); -x_3374 = x_3667; -x_3375 = x_3668; -goto block_3589; -} -} -else -{ -lean_object* x_3669; lean_object* x_3670; lean_object* x_3671; lean_object* x_3672; -lean_dec(x_3604); -lean_dec(x_3599); -lean_dec(x_3370); -lean_dec(x_3362); -lean_dec(x_3359); -lean_dec(x_3355); -lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3669 = lean_ctor_get(x_3642, 0); +lean_dec(x_3665); +x_3668 = l_Lean_Meta_Grind_reportIssue(x_3666, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3667); +x_3669 = lean_ctor_get(x_3668, 0); lean_inc(x_3669); -x_3670 = lean_ctor_get(x_3642, 1); +x_3670 = lean_ctor_get(x_3668, 1); lean_inc(x_3670); -if (lean_is_exclusive(x_3642)) { - lean_ctor_release(x_3642, 0); - lean_ctor_release(x_3642, 1); - x_3671 = x_3642; -} else { - lean_dec_ref(x_3642); - x_3671 = lean_box(0); -} -if (lean_is_scalar(x_3671)) { - x_3672 = lean_alloc_ctor(1, 2, 0); -} else { - x_3672 = x_3671; -} -lean_ctor_set(x_3672, 0, x_3669); -lean_ctor_set(x_3672, 1, x_3670); -return x_3672; -} -} -else -{ -lean_object* x_3673; lean_object* x_3674; lean_object* x_3675; lean_object* x_3676; -lean_dec(x_3599); -lean_dec(x_3370); -lean_dec(x_3362); -lean_dec(x_3359); -lean_dec(x_3355); -lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3673 = lean_ctor_get(x_3602, 0); +lean_dec(x_3668); +x_3671 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3609, x_3669, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3670); +lean_dec(x_3669); +x_3672 = lean_ctor_get(x_3671, 0); +lean_inc(x_3672); +x_3673 = lean_ctor_get(x_3671, 1); lean_inc(x_3673); -x_3674 = lean_ctor_get(x_3602, 1); +lean_dec(x_3671); +x_3383 = x_3672; +x_3384 = x_3673; +goto block_3599; +} +} +else +{ +lean_object* x_3674; lean_object* x_3675; lean_object* x_3676; lean_object* x_3677; lean_object* x_3678; +lean_dec(x_3614); +x_3674 = lean_ctor_get(x_3652, 1); lean_inc(x_3674); -if (lean_is_exclusive(x_3602)) { - lean_ctor_release(x_3602, 0); - lean_ctor_release(x_3602, 1); - x_3675 = x_3602; -} else { - lean_dec_ref(x_3602); - x_3675 = lean_box(0); -} -if (lean_is_scalar(x_3675)) { - x_3676 = lean_alloc_ctor(1, 2, 0); -} else { - x_3676 = x_3675; -} -lean_ctor_set(x_3676, 0, x_3673); -lean_ctor_set(x_3676, 1, x_3674); -return x_3676; -} -} -else -{ -lean_object* x_3677; lean_object* x_3678; lean_object* x_3679; lean_object* x_3680; -lean_dec(x_3370); -lean_dec(x_3362); -lean_dec(x_3359); -lean_dec(x_3355); -lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3677 = lean_ctor_get(x_3598, 0); +lean_dec(x_3652); +x_3675 = lean_box(0); +x_3676 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3609, x_3675, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3674); +x_3677 = lean_ctor_get(x_3676, 0); lean_inc(x_3677); -x_3678 = lean_ctor_get(x_3598, 1); +x_3678 = lean_ctor_get(x_3676, 1); lean_inc(x_3678); -if (lean_is_exclusive(x_3598)) { - lean_ctor_release(x_3598, 0); - lean_ctor_release(x_3598, 1); - x_3679 = x_3598; -} else { - lean_dec_ref(x_3598); - x_3679 = lean_box(0); -} -if (lean_is_scalar(x_3679)) { - x_3680 = lean_alloc_ctor(1, 2, 0); -} else { - x_3680 = x_3679; -} -lean_ctor_set(x_3680, 0, x_3677); -lean_ctor_set(x_3680, 1, x_3678); -return x_3680; -} +lean_dec(x_3676); +x_3383 = x_3677; +x_3384 = x_3678; +goto block_3599; } } else { -lean_object* x_3681; lean_object* x_3682; lean_object* x_3683; lean_object* x_3684; -lean_dec(x_3370); -lean_dec(x_3362); -lean_dec(x_3359); -lean_dec(x_3355); +lean_object* x_3679; lean_object* x_3680; lean_object* x_3681; lean_object* x_3682; +lean_dec(x_3614); +lean_dec(x_3609); +lean_dec(x_3379); +lean_dec(x_3371); +lean_dec(x_3368); +lean_dec(x_3364); +lean_dec(x_3356); lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_20); lean_dec(x_15); lean_dec(x_12); @@ -21092,183 +20963,350 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3681 = lean_ctor_get(x_3590, 0); -lean_inc(x_3681); -x_3682 = lean_ctor_get(x_3590, 1); -lean_inc(x_3682); -if (lean_is_exclusive(x_3590)) { - lean_ctor_release(x_3590, 0); - lean_ctor_release(x_3590, 1); - x_3683 = x_3590; +x_3679 = lean_ctor_get(x_3652, 0); +lean_inc(x_3679); +x_3680 = lean_ctor_get(x_3652, 1); +lean_inc(x_3680); +if (lean_is_exclusive(x_3652)) { + lean_ctor_release(x_3652, 0); + lean_ctor_release(x_3652, 1); + x_3681 = x_3652; } else { - lean_dec_ref(x_3590); - x_3683 = lean_box(0); + lean_dec_ref(x_3652); + x_3681 = lean_box(0); } -if (lean_is_scalar(x_3683)) { - x_3684 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3681)) { + x_3682 = lean_alloc_ctor(1, 2, 0); } else { - x_3684 = x_3683; + x_3682 = x_3681; } -lean_ctor_set(x_3684, 0, x_3681); -lean_ctor_set(x_3684, 1, x_3682); -return x_3684; +lean_ctor_set(x_3682, 0, x_3679); +lean_ctor_set(x_3682, 1, x_3680); +return x_3682; } -block_3589: +} +else { -lean_object* x_3376; lean_object* x_3377; lean_object* x_3378; lean_object* x_3379; -x_3376 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__76; +lean_object* x_3683; lean_object* x_3684; lean_object* x_3685; lean_object* x_3686; +lean_dec(x_3609); +lean_dec(x_3379); +lean_dec(x_3371); +lean_dec(x_3368); +lean_dec(x_3364); +lean_dec(x_3356); +lean_dec(x_3347); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3683 = lean_ctor_get(x_3612, 0); +lean_inc(x_3683); +x_3684 = lean_ctor_get(x_3612, 1); +lean_inc(x_3684); +if (lean_is_exclusive(x_3612)) { + lean_ctor_release(x_3612, 0); + lean_ctor_release(x_3612, 1); + x_3685 = x_3612; +} else { + lean_dec_ref(x_3612); + x_3685 = lean_box(0); +} +if (lean_is_scalar(x_3685)) { + x_3686 = lean_alloc_ctor(1, 2, 0); +} else { + x_3686 = x_3685; +} +lean_ctor_set(x_3686, 0, x_3683); +lean_ctor_set(x_3686, 1, x_3684); +return x_3686; +} +} +else +{ +lean_object* x_3687; lean_object* x_3688; lean_object* x_3689; lean_object* x_3690; +lean_dec(x_3379); +lean_dec(x_3371); +lean_dec(x_3368); +lean_dec(x_3364); +lean_dec(x_3356); +lean_dec(x_3347); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3687 = lean_ctor_get(x_3608, 0); +lean_inc(x_3687); +x_3688 = lean_ctor_get(x_3608, 1); +lean_inc(x_3688); +if (lean_is_exclusive(x_3608)) { + lean_ctor_release(x_3608, 0); + lean_ctor_release(x_3608, 1); + x_3689 = x_3608; +} else { + lean_dec_ref(x_3608); + x_3689 = lean_box(0); +} +if (lean_is_scalar(x_3689)) { + x_3690 = lean_alloc_ctor(1, 2, 0); +} else { + x_3690 = x_3689; +} +lean_ctor_set(x_3690, 0, x_3687); +lean_ctor_set(x_3690, 1, x_3688); +return x_3690; +} +} +} +else +{ +lean_object* x_3691; lean_object* x_3692; lean_object* x_3693; lean_object* x_3694; +lean_dec(x_3379); +lean_dec(x_3371); +lean_dec(x_3368); +lean_dec(x_3364); +lean_dec(x_3356); +lean_dec(x_3347); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3691 = lean_ctor_get(x_3600, 0); +lean_inc(x_3691); +x_3692 = lean_ctor_get(x_3600, 1); +lean_inc(x_3692); +if (lean_is_exclusive(x_3600)) { + lean_ctor_release(x_3600, 0); + lean_ctor_release(x_3600, 1); + x_3693 = x_3600; +} else { + lean_dec_ref(x_3600); + x_3693 = lean_box(0); +} +if (lean_is_scalar(x_3693)) { + x_3694 = lean_alloc_ctor(1, 2, 0); +} else { + x_3694 = x_3693; +} +lean_ctor_set(x_3694, 0, x_3691); +lean_ctor_set(x_3694, 1, x_3692); +return x_3694; +} +block_3599: +{ +lean_object* x_3385; lean_object* x_3386; lean_object* x_3387; lean_object* x_3388; +x_3385 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__76; lean_inc(x_15); -x_3377 = l_Lean_Expr_const___override(x_3376, x_15); +x_3386 = l_Lean_Expr_const___override(x_3385, x_15); lean_inc(x_1); -x_3378 = l_Lean_Expr_app___override(x_3377, x_1); +x_3387 = l_Lean_Expr_app___override(x_3386, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_3379 = l_Lean_Meta_trySynthInstance(x_3378, x_23, x_6, x_7, x_8, x_9, x_3375); +x_3388 = l_Lean_Meta_trySynthInstance(x_3387, x_23, x_6, x_7, x_8, x_9, x_3384); +if (lean_obj_tag(x_3388) == 0) +{ +lean_object* x_3389; lean_object* x_3390; lean_object* x_3391; lean_object* x_3392; lean_object* x_3393; +x_3389 = lean_ctor_get(x_3388, 0); +lean_inc(x_3389); +x_3390 = lean_ctor_get(x_3388, 1); +lean_inc(x_3390); +lean_dec(x_3388); +x_3391 = l_Lean_LOption_toOption___rarg(x_3389); if (lean_obj_tag(x_3379) == 0) { -lean_object* x_3380; lean_object* x_3381; lean_object* x_3382; lean_object* x_3383; lean_object* x_3384; -x_3380 = lean_ctor_get(x_3379, 0); -lean_inc(x_3380); -x_3381 = lean_ctor_get(x_3379, 1); -lean_inc(x_3381); -lean_dec(x_3379); -x_3382 = l_Lean_LOption_toOption___rarg(x_3380); -if (lean_obj_tag(x_3370) == 0) -{ -lean_dec(x_3298); -x_3383 = x_23; -x_3384 = x_3381; -goto block_3557; +lean_dec(x_3307); +x_3392 = x_23; +x_3393 = x_3390; +goto block_3567; } else { -lean_object* x_3558; lean_object* x_3559; lean_object* x_3560; lean_object* x_3561; lean_object* x_3562; -x_3558 = lean_ctor_get(x_3370, 0); -lean_inc(x_3558); -x_3559 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__87; +lean_object* x_3568; lean_object* x_3569; lean_object* x_3570; lean_object* x_3571; lean_object* x_3572; +x_3568 = lean_ctor_get(x_3379, 0); +lean_inc(x_3568); +x_3569 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__87; lean_inc(x_15); -x_3560 = l_Lean_Expr_const___override(x_3559, x_15); -lean_inc(x_3297); +x_3570 = l_Lean_Expr_const___override(x_3569, x_15); +lean_inc(x_3306); lean_inc(x_1); -x_3561 = l_Lean_mkApp3(x_3560, x_1, x_3558, x_3297); +x_3571 = l_Lean_mkApp3(x_3570, x_1, x_3568, x_3306); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -lean_inc(x_3561); -x_3562 = l_Lean_Meta_trySynthInstance(x_3561, x_23, x_6, x_7, x_8, x_9, x_3381); -if (lean_obj_tag(x_3562) == 0) -{ -lean_object* x_3563; -x_3563 = lean_ctor_get(x_3562, 0); -lean_inc(x_3563); -if (lean_obj_tag(x_3563) == 1) -{ -lean_object* x_3564; lean_object* x_3565; lean_object* x_3566; -lean_dec(x_3561); -x_3564 = lean_ctor_get(x_3562, 1); -lean_inc(x_3564); -lean_dec(x_3562); -x_3565 = lean_ctor_get(x_3563, 0); -lean_inc(x_3565); -lean_dec(x_3563); -if (lean_is_scalar(x_3298)) { - x_3566 = lean_alloc_ctor(1, 1, 0); -} else { - x_3566 = x_3298; -} -lean_ctor_set(x_3566, 0, x_3565); -x_3383 = x_3566; -x_3384 = x_3564; -goto block_3557; -} -else -{ -lean_object* x_3567; lean_object* x_3568; lean_object* x_3569; uint8_t x_3570; -lean_dec(x_3563); -lean_dec(x_3298); -x_3567 = lean_ctor_get(x_3562, 1); -lean_inc(x_3567); -lean_dec(x_3562); -x_3568 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_3567); -x_3569 = lean_ctor_get(x_3568, 0); -lean_inc(x_3569); -x_3570 = lean_ctor_get_uint8(x_3569, sizeof(void*)*6 + 11); -lean_dec(x_3569); -if (x_3570 == 0) -{ -lean_object* x_3571; -lean_dec(x_3561); -x_3571 = lean_ctor_get(x_3568, 1); lean_inc(x_3571); -lean_dec(x_3568); -x_3383 = x_23; -x_3384 = x_3571; -goto block_3557; -} -else +x_3572 = l_Lean_Meta_trySynthInstance(x_3571, x_23, x_6, x_7, x_8, x_9, x_3390); +if (lean_obj_tag(x_3572) == 0) { -lean_object* x_3572; lean_object* x_3573; lean_object* x_3574; lean_object* x_3575; lean_object* x_3576; lean_object* x_3577; lean_object* x_3578; lean_object* x_3579; lean_object* x_3580; -x_3572 = lean_ctor_get(x_3568, 1); -lean_inc(x_3572); -if (lean_is_exclusive(x_3568)) { - lean_ctor_release(x_3568, 0); - lean_ctor_release(x_3568, 1); - x_3573 = x_3568; +lean_object* x_3573; +x_3573 = lean_ctor_get(x_3572, 0); +lean_inc(x_3573); +if (lean_obj_tag(x_3573) == 1) +{ +lean_object* x_3574; lean_object* x_3575; lean_object* x_3576; +lean_dec(x_3571); +x_3574 = lean_ctor_get(x_3572, 1); +lean_inc(x_3574); +lean_dec(x_3572); +x_3575 = lean_ctor_get(x_3573, 0); +lean_inc(x_3575); +lean_dec(x_3573); +if (lean_is_scalar(x_3307)) { + x_3576 = lean_alloc_ctor(1, 1, 0); } else { - lean_dec_ref(x_3568); - x_3573 = lean_box(0); -} -x_3574 = l_Lean_indentExpr(x_3561); -x_3575 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__89; -if (lean_is_scalar(x_3573)) { - x_3576 = lean_alloc_ctor(7, 2, 0); -} else { - x_3576 = x_3573; - lean_ctor_set_tag(x_3576, 7); + x_3576 = x_3307; } lean_ctor_set(x_3576, 0, x_3575); -lean_ctor_set(x_3576, 1, x_3574); -x_3577 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; -x_3578 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_3578, 0, x_3576); -lean_ctor_set(x_3578, 1, x_3577); -x_3579 = l_Lean_Meta_Grind_reportIssue(x_3578, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3572); -x_3580 = lean_ctor_get(x_3579, 1); -lean_inc(x_3580); +x_3392 = x_3576; +x_3393 = x_3574; +goto block_3567; +} +else +{ +lean_object* x_3577; lean_object* x_3578; lean_object* x_3579; uint8_t x_3580; +lean_dec(x_3573); +lean_dec(x_3307); +x_3577 = lean_ctor_get(x_3572, 1); +lean_inc(x_3577); +lean_dec(x_3572); +x_3578 = l_Lean_Meta_Grind_getConfig___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_3577); +x_3579 = lean_ctor_get(x_3578, 0); +lean_inc(x_3579); +x_3580 = lean_ctor_get_uint8(x_3579, sizeof(void*)*6 + 11); lean_dec(x_3579); -x_3383 = x_23; -x_3384 = x_3580; -goto block_3557; +if (x_3580 == 0) +{ +lean_object* x_3581; +lean_dec(x_3571); +x_3581 = lean_ctor_get(x_3578, 1); +lean_inc(x_3581); +lean_dec(x_3578); +x_3392 = x_23; +x_3393 = x_3581; +goto block_3567; +} +else +{ +lean_object* x_3582; lean_object* x_3583; lean_object* x_3584; lean_object* x_3585; lean_object* x_3586; lean_object* x_3587; lean_object* x_3588; lean_object* x_3589; lean_object* x_3590; +x_3582 = lean_ctor_get(x_3578, 1); +lean_inc(x_3582); +if (lean_is_exclusive(x_3578)) { + lean_ctor_release(x_3578, 0); + lean_ctor_release(x_3578, 1); + x_3583 = x_3578; +} else { + lean_dec_ref(x_3578); + x_3583 = lean_box(0); +} +x_3584 = l_Lean_indentExpr(x_3571); +x_3585 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__89; +if (lean_is_scalar(x_3583)) { + x_3586 = lean_alloc_ctor(7, 2, 0); +} else { + x_3586 = x_3583; + lean_ctor_set_tag(x_3586, 7); +} +lean_ctor_set(x_3586, 0, x_3585); +lean_ctor_set(x_3586, 1, x_3584); +x_3587 = l___private_Lean_Meta_Tactic_Grind_Arith_Linear_StructId_0__Lean_Meta_Grind_Arith_Linear_mkExpectedDefEqMsg___closed__6; +x_3588 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_3588, 0, x_3586); +lean_ctor_set(x_3588, 1, x_3587); +x_3589 = l_Lean_Meta_Grind_reportIssue(x_3588, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3582); +x_3590 = lean_ctor_get(x_3589, 1); +lean_inc(x_3590); +lean_dec(x_3589); +x_3392 = x_23; +x_3393 = x_3590; +goto block_3567; } } } else { -lean_object* x_3581; lean_object* x_3582; lean_object* x_3583; lean_object* x_3584; -lean_dec(x_3561); -lean_dec(x_3382); -lean_dec(x_3374); -lean_dec(x_3370); -lean_dec(x_3362); -lean_dec(x_3359); -lean_dec(x_3355); +lean_object* x_3591; lean_object* x_3592; lean_object* x_3593; lean_object* x_3594; +lean_dec(x_3571); +lean_dec(x_3391); +lean_dec(x_3383); +lean_dec(x_3379); +lean_dec(x_3371); +lean_dec(x_3368); +lean_dec(x_3364); +lean_dec(x_3356); lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_20); lean_dec(x_15); lean_dec(x_12); @@ -21281,166 +21319,166 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3581 = lean_ctor_get(x_3562, 0); -lean_inc(x_3581); -x_3582 = lean_ctor_get(x_3562, 1); -lean_inc(x_3582); -if (lean_is_exclusive(x_3562)) { - lean_ctor_release(x_3562, 0); - lean_ctor_release(x_3562, 1); - x_3583 = x_3562; +x_3591 = lean_ctor_get(x_3572, 0); +lean_inc(x_3591); +x_3592 = lean_ctor_get(x_3572, 1); +lean_inc(x_3592); +if (lean_is_exclusive(x_3572)) { + lean_ctor_release(x_3572, 0); + lean_ctor_release(x_3572, 1); + x_3593 = x_3572; } else { - lean_dec_ref(x_3562); - x_3583 = lean_box(0); + lean_dec_ref(x_3572); + x_3593 = lean_box(0); } -if (lean_is_scalar(x_3583)) { - x_3584 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3593)) { + x_3594 = lean_alloc_ctor(1, 2, 0); } else { - x_3584 = x_3583; + x_3594 = x_3593; } -lean_ctor_set(x_3584, 0, x_3581); -lean_ctor_set(x_3584, 1, x_3582); -return x_3584; +lean_ctor_set(x_3594, 0, x_3591); +lean_ctor_set(x_3594, 1, x_3592); +return x_3594; } } -block_3557: +block_3567: { -lean_object* x_3385; lean_object* x_3386; lean_object* x_3387; lean_object* x_3388; lean_object* x_3537; -x_3385 = l_Lean_Nat_mkType; +lean_object* x_3394; lean_object* x_3395; lean_object* x_3396; lean_object* x_3397; lean_object* x_3547; +x_3394 = l_Lean_Nat_mkType; lean_inc_n(x_1, 2); -x_3386 = l_Lean_mkApp3(x_20, x_3385, x_1, x_1); +x_3395 = l_Lean_mkApp3(x_20, x_3394, x_1, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_3537 = l_Lean_Meta_trySynthInstance(x_3386, x_23, x_6, x_7, x_8, x_9, x_3384); -if (lean_obj_tag(x_3537) == 0) +x_3547 = l_Lean_Meta_trySynthInstance(x_3395, x_23, x_6, x_7, x_8, x_9, x_3393); +if (lean_obj_tag(x_3547) == 0) { -lean_object* x_3538; -x_3538 = lean_ctor_get(x_3537, 0); -lean_inc(x_3538); -if (lean_obj_tag(x_3538) == 1) -{ -lean_object* x_3539; lean_object* x_3540; lean_object* x_3541; lean_object* x_3542; lean_object* x_3543; lean_object* x_3544; -x_3539 = lean_ctor_get(x_3537, 1); -lean_inc(x_3539); -lean_dec(x_3537); -x_3540 = lean_ctor_get(x_3538, 0); -lean_inc(x_3540); -lean_dec(x_3538); -x_3541 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__86; -x_3542 = l_Lean_Expr_const___override(x_3541, x_15); -lean_inc(x_1); -x_3543 = l_Lean_mkApp3(x_3542, x_1, x_3187, x_3540); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_3544 = l_Lean_Meta_trySynthInstance(x_3543, x_23, x_6, x_7, x_8, x_9, x_3539); -if (lean_obj_tag(x_3544) == 0) -{ -lean_object* x_3545; lean_object* x_3546; lean_object* x_3547; -x_3545 = lean_ctor_get(x_3544, 0); -lean_inc(x_3545); -x_3546 = lean_ctor_get(x_3544, 1); -lean_inc(x_3546); -lean_dec(x_3544); -x_3547 = l_Lean_LOption_toOption___rarg(x_3545); -x_3387 = x_3547; -x_3388 = x_3546; -goto block_3536; -} -else -{ -lean_object* x_3548; lean_object* x_3549; lean_object* x_3550; lean_object* x_3551; -lean_dec(x_3383); -lean_dec(x_3382); -lean_dec(x_3374); -lean_dec(x_3370); -lean_dec(x_3362); -lean_dec(x_3359); -lean_dec(x_3355); -lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3193); -lean_dec(x_3183); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3548 = lean_ctor_get(x_3544, 0); +lean_object* x_3548; +x_3548 = lean_ctor_get(x_3547, 0); lean_inc(x_3548); -x_3549 = lean_ctor_get(x_3544, 1); +if (lean_obj_tag(x_3548) == 1) +{ +lean_object* x_3549; lean_object* x_3550; lean_object* x_3551; lean_object* x_3552; lean_object* x_3553; lean_object* x_3554; +x_3549 = lean_ctor_get(x_3547, 1); lean_inc(x_3549); -if (lean_is_exclusive(x_3544)) { - lean_ctor_release(x_3544, 0); - lean_ctor_release(x_3544, 1); - x_3550 = x_3544; -} else { - lean_dec_ref(x_3544); - x_3550 = lean_box(0); -} -if (lean_is_scalar(x_3550)) { - x_3551 = lean_alloc_ctor(1, 2, 0); -} else { - x_3551 = x_3550; -} -lean_ctor_set(x_3551, 0, x_3548); -lean_ctor_set(x_3551, 1, x_3549); -return x_3551; -} +lean_dec(x_3547); +x_3550 = lean_ctor_get(x_3548, 0); +lean_inc(x_3550); +lean_dec(x_3548); +x_3551 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__86; +x_3552 = l_Lean_Expr_const___override(x_3551, x_15); +lean_inc(x_1); +x_3553 = l_Lean_mkApp3(x_3552, x_1, x_3196, x_3550); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_3554 = l_Lean_Meta_trySynthInstance(x_3553, x_23, x_6, x_7, x_8, x_9, x_3549); +if (lean_obj_tag(x_3554) == 0) +{ +lean_object* x_3555; lean_object* x_3556; lean_object* x_3557; +x_3555 = lean_ctor_get(x_3554, 0); +lean_inc(x_3555); +x_3556 = lean_ctor_get(x_3554, 1); +lean_inc(x_3556); +lean_dec(x_3554); +x_3557 = l_Lean_LOption_toOption___rarg(x_3555); +x_3396 = x_3557; +x_3397 = x_3556; +goto block_3546; } else { -lean_object* x_3552; -lean_dec(x_3538); -lean_dec(x_3187); -lean_dec(x_15); -x_3552 = lean_ctor_get(x_3537, 1); -lean_inc(x_3552); -lean_dec(x_3537); -x_3387 = x_23; -x_3388 = x_3552; -goto block_3536; -} -} -else -{ -lean_object* x_3553; lean_object* x_3554; lean_object* x_3555; lean_object* x_3556; +lean_object* x_3558; lean_object* x_3559; lean_object* x_3560; lean_object* x_3561; +lean_dec(x_3392); +lean_dec(x_3391); lean_dec(x_3383); -lean_dec(x_3382); -lean_dec(x_3374); -lean_dec(x_3370); -lean_dec(x_3362); -lean_dec(x_3359); -lean_dec(x_3355); +lean_dec(x_3379); +lean_dec(x_3371); +lean_dec(x_3368); +lean_dec(x_3364); +lean_dec(x_3356); lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3202); +lean_dec(x_3192); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3558 = lean_ctor_get(x_3554, 0); +lean_inc(x_3558); +x_3559 = lean_ctor_get(x_3554, 1); +lean_inc(x_3559); +if (lean_is_exclusive(x_3554)) { + lean_ctor_release(x_3554, 0); + lean_ctor_release(x_3554, 1); + x_3560 = x_3554; +} else { + lean_dec_ref(x_3554); + x_3560 = lean_box(0); +} +if (lean_is_scalar(x_3560)) { + x_3561 = lean_alloc_ctor(1, 2, 0); +} else { + x_3561 = x_3560; +} +lean_ctor_set(x_3561, 0, x_3558); +lean_ctor_set(x_3561, 1, x_3559); +return x_3561; +} +} +else +{ +lean_object* x_3562; +lean_dec(x_3548); +lean_dec(x_3196); +lean_dec(x_15); +x_3562 = lean_ctor_get(x_3547, 1); +lean_inc(x_3562); +lean_dec(x_3547); +x_3396 = x_23; +x_3397 = x_3562; +goto block_3546; +} +} +else +{ +lean_object* x_3563; lean_object* x_3564; lean_object* x_3565; lean_object* x_3566; +lean_dec(x_3392); +lean_dec(x_3391); +lean_dec(x_3383); +lean_dec(x_3379); +lean_dec(x_3371); +lean_dec(x_3368); +lean_dec(x_3364); +lean_dec(x_3356); +lean_dec(x_3347); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_15); lean_dec(x_12); lean_dec(x_9); @@ -21452,224 +21490,225 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3553 = lean_ctor_get(x_3537, 0); -lean_inc(x_3553); -x_3554 = lean_ctor_get(x_3537, 1); -lean_inc(x_3554); -if (lean_is_exclusive(x_3537)) { - lean_ctor_release(x_3537, 0); - lean_ctor_release(x_3537, 1); - x_3555 = x_3537; +x_3563 = lean_ctor_get(x_3547, 0); +lean_inc(x_3563); +x_3564 = lean_ctor_get(x_3547, 1); +lean_inc(x_3564); +if (lean_is_exclusive(x_3547)) { + lean_ctor_release(x_3547, 0); + lean_ctor_release(x_3547, 1); + x_3565 = x_3547; } else { - lean_dec_ref(x_3537); - x_3555 = lean_box(0); + lean_dec_ref(x_3547); + x_3565 = lean_box(0); } -if (lean_is_scalar(x_3555)) { - x_3556 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3565)) { + x_3566 = lean_alloc_ctor(1, 2, 0); } else { - x_3556 = x_3555; + x_3566 = x_3565; } -lean_ctor_set(x_3556, 0, x_3553); -lean_ctor_set(x_3556, 1, x_3554); -return x_3556; +lean_ctor_set(x_3566, 0, x_3563); +lean_ctor_set(x_3566, 1, x_3564); +return x_3566; } -block_3536: +block_3546: { -lean_object* x_3389; lean_object* x_3390; lean_object* x_3391; lean_object* x_3392; lean_object* x_3393; lean_object* x_3394; lean_object* x_3395; uint8_t x_3396; lean_object* x_3397; lean_object* x_3398; lean_object* x_3399; lean_object* x_3400; lean_object* x_3401; lean_object* x_3402; lean_object* x_3403; lean_object* x_3404; lean_object* x_3405; lean_object* x_3406; lean_object* x_3407; lean_object* x_3408; lean_object* x_3409; lean_object* x_3410; uint8_t x_3411; lean_object* x_3412; lean_object* x_3413; lean_object* x_3414; lean_object* x_3415; lean_object* x_3416; lean_object* x_3417; lean_object* x_3418; lean_object* x_3419; lean_object* x_3420; lean_object* x_3421; lean_object* x_3422; lean_object* x_3423; lean_object* x_3424; lean_object* x_3425; lean_object* x_3426; lean_object* x_3427; lean_object* x_3428; lean_object* x_3429; lean_object* x_3430; lean_object* x_3431; lean_object* x_3432; -x_3389 = l_Lean_Meta_Grind_Arith_Linear_get_x27(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3388); -x_3390 = lean_ctor_get(x_3389, 0); -lean_inc(x_3390); -x_3391 = lean_ctor_get(x_3389, 1); -lean_inc(x_3391); -lean_dec(x_3389); -x_3392 = lean_ctor_get(x_3390, 0); -lean_inc(x_3392); -lean_dec(x_3390); -x_3393 = lean_array_get_size(x_3392); -lean_dec(x_3392); -x_3394 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__79; -x_3395 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__81; -x_3396 = 0; -lean_inc(x_3374); -lean_inc(x_3370); -lean_inc(x_3393); -x_3397 = lean_alloc_ctor(0, 31, 1); -lean_ctor_set(x_3397, 0, x_3393); -lean_ctor_set(x_3397, 1, x_3362); -lean_ctor_set(x_3397, 2, x_1); -lean_ctor_set(x_3397, 3, x_12); -lean_ctor_set(x_3397, 4, x_3183); -lean_ctor_set(x_3397, 5, x_3297); -lean_ctor_set(x_3397, 6, x_3355); -lean_ctor_set(x_3397, 7, x_3338); -lean_ctor_set(x_3397, 8, x_3347); -lean_ctor_set(x_3397, 9, x_3387); -lean_ctor_set(x_3397, 10, x_3370); -lean_ctor_set(x_3397, 11, x_3382); -lean_ctor_set(x_3397, 12, x_3383); -lean_ctor_set(x_3397, 13, x_3193); -lean_ctor_set(x_3397, 14, x_3211); -lean_ctor_set(x_3397, 15, x_3374); -lean_ctor_set(x_3397, 16, x_3313); -lean_ctor_set(x_3397, 17, x_3319); -lean_ctor_set(x_3397, 18, x_3225); -lean_ctor_set(x_3397, 19, x_3255); -lean_ctor_set(x_3397, 20, x_3359); -lean_ctor_set(x_3397, 21, x_3236); -lean_ctor_set(x_3397, 22, x_3247); -lean_ctor_set(x_3397, 23, x_3394); -lean_ctor_set(x_3397, 24, x_3395); -lean_ctor_set(x_3397, 25, x_3394); -lean_ctor_set(x_3397, 26, x_3394); -lean_ctor_set(x_3397, 27, x_3394); -lean_ctor_set(x_3397, 28, x_3394); -lean_ctor_set(x_3397, 29, x_23); -lean_ctor_set(x_3397, 30, x_3395); -lean_ctor_set_uint8(x_3397, sizeof(void*)*31, x_3396); -x_3398 = lean_st_ref_take(x_2, x_3391); +lean_object* x_3398; lean_object* x_3399; lean_object* x_3400; lean_object* x_3401; lean_object* x_3402; lean_object* x_3403; lean_object* x_3404; uint8_t x_3405; lean_object* x_3406; lean_object* x_3407; lean_object* x_3408; lean_object* x_3409; lean_object* x_3410; lean_object* x_3411; lean_object* x_3412; lean_object* x_3413; lean_object* x_3414; lean_object* x_3415; lean_object* x_3416; lean_object* x_3417; lean_object* x_3418; lean_object* x_3419; uint8_t x_3420; lean_object* x_3421; lean_object* x_3422; lean_object* x_3423; lean_object* x_3424; lean_object* x_3425; lean_object* x_3426; lean_object* x_3427; lean_object* x_3428; lean_object* x_3429; lean_object* x_3430; lean_object* x_3431; lean_object* x_3432; lean_object* x_3433; lean_object* x_3434; lean_object* x_3435; lean_object* x_3436; lean_object* x_3437; lean_object* x_3438; lean_object* x_3439; lean_object* x_3440; lean_object* x_3441; +x_3398 = l_Lean_Meta_Grind_Arith_Linear_get_x27(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3397); x_3399 = lean_ctor_get(x_3398, 0); lean_inc(x_3399); -x_3400 = lean_ctor_get(x_3399, 14); +x_3400 = lean_ctor_get(x_3398, 1); lean_inc(x_3400); -x_3401 = lean_ctor_get(x_3400, 3); -lean_inc(x_3401); -x_3402 = lean_ctor_get(x_3398, 1); -lean_inc(x_3402); lean_dec(x_3398); -x_3403 = lean_ctor_get(x_3399, 0); -lean_inc(x_3403); -x_3404 = lean_ctor_get(x_3399, 1); -lean_inc(x_3404); -x_3405 = lean_ctor_get(x_3399, 2); -lean_inc(x_3405); -x_3406 = lean_ctor_get(x_3399, 3); -lean_inc(x_3406); -x_3407 = lean_ctor_get(x_3399, 4); -lean_inc(x_3407); -x_3408 = lean_ctor_get(x_3399, 5); +x_3401 = lean_ctor_get(x_3399, 0); +lean_inc(x_3401); +lean_dec(x_3399); +x_3402 = lean_array_get_size(x_3401); +lean_dec(x_3401); +x_3403 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__79; +x_3404 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__81; +x_3405 = 0; +lean_inc(x_3383); +lean_inc(x_3379); +lean_inc(x_3402); +x_3406 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_3406, 0, x_3402); +lean_ctor_set(x_3406, 1, x_3371); +lean_ctor_set(x_3406, 2, x_1); +lean_ctor_set(x_3406, 3, x_12); +lean_ctor_set(x_3406, 4, x_3192); +lean_ctor_set(x_3406, 5, x_3306); +lean_ctor_set(x_3406, 6, x_3364); +lean_ctor_set(x_3406, 7, x_3347); +lean_ctor_set(x_3406, 8, x_3356); +lean_ctor_set(x_3406, 9, x_3396); +lean_ctor_set(x_3406, 10, x_3379); +lean_ctor_set(x_3406, 11, x_3391); +lean_ctor_set(x_3406, 12, x_3392); +lean_ctor_set(x_3406, 13, x_3202); +lean_ctor_set(x_3406, 14, x_3220); +lean_ctor_set(x_3406, 15, x_3383); +lean_ctor_set(x_3406, 16, x_3322); +lean_ctor_set(x_3406, 17, x_3328); +lean_ctor_set(x_3406, 18, x_3234); +lean_ctor_set(x_3406, 19, x_3264); +lean_ctor_set(x_3406, 20, x_3368); +lean_ctor_set(x_3406, 21, x_3245); +lean_ctor_set(x_3406, 22, x_3256); +lean_ctor_set(x_3406, 23, x_3403); +lean_ctor_set(x_3406, 24, x_3404); +lean_ctor_set(x_3406, 25, x_3403); +lean_ctor_set(x_3406, 26, x_3403); +lean_ctor_set(x_3406, 27, x_3403); +lean_ctor_set(x_3406, 28, x_3403); +lean_ctor_set(x_3406, 29, x_23); +lean_ctor_set(x_3406, 30, x_3404); +lean_ctor_set(x_3406, 31, x_3403); +lean_ctor_set_uint8(x_3406, sizeof(void*)*32, x_3405); +x_3407 = lean_st_ref_take(x_2, x_3400); +x_3408 = lean_ctor_get(x_3407, 0); lean_inc(x_3408); -x_3409 = lean_ctor_get(x_3399, 6); +x_3409 = lean_ctor_get(x_3408, 14); lean_inc(x_3409); -x_3410 = lean_ctor_get(x_3399, 7); +x_3410 = lean_ctor_get(x_3409, 3); lean_inc(x_3410); -x_3411 = lean_ctor_get_uint8(x_3399, sizeof(void*)*16); -x_3412 = lean_ctor_get(x_3399, 8); +x_3411 = lean_ctor_get(x_3407, 1); +lean_inc(x_3411); +lean_dec(x_3407); +x_3412 = lean_ctor_get(x_3408, 0); lean_inc(x_3412); -x_3413 = lean_ctor_get(x_3399, 9); +x_3413 = lean_ctor_get(x_3408, 1); lean_inc(x_3413); -x_3414 = lean_ctor_get(x_3399, 10); +x_3414 = lean_ctor_get(x_3408, 2); lean_inc(x_3414); -x_3415 = lean_ctor_get(x_3399, 11); +x_3415 = lean_ctor_get(x_3408, 3); lean_inc(x_3415); -x_3416 = lean_ctor_get(x_3399, 12); +x_3416 = lean_ctor_get(x_3408, 4); lean_inc(x_3416); -x_3417 = lean_ctor_get(x_3399, 13); +x_3417 = lean_ctor_get(x_3408, 5); lean_inc(x_3417); -x_3418 = lean_ctor_get(x_3399, 15); +x_3418 = lean_ctor_get(x_3408, 6); lean_inc(x_3418); -if (lean_is_exclusive(x_3399)) { - lean_ctor_release(x_3399, 0); - lean_ctor_release(x_3399, 1); - lean_ctor_release(x_3399, 2); - lean_ctor_release(x_3399, 3); - lean_ctor_release(x_3399, 4); - lean_ctor_release(x_3399, 5); - lean_ctor_release(x_3399, 6); - lean_ctor_release(x_3399, 7); - lean_ctor_release(x_3399, 8); - lean_ctor_release(x_3399, 9); - lean_ctor_release(x_3399, 10); - lean_ctor_release(x_3399, 11); - lean_ctor_release(x_3399, 12); - lean_ctor_release(x_3399, 13); - lean_ctor_release(x_3399, 14); - lean_ctor_release(x_3399, 15); - x_3419 = x_3399; -} else { - lean_dec_ref(x_3399); - x_3419 = lean_box(0); -} -x_3420 = lean_ctor_get(x_3400, 0); -lean_inc(x_3420); -x_3421 = lean_ctor_get(x_3400, 1); +x_3419 = lean_ctor_get(x_3408, 7); +lean_inc(x_3419); +x_3420 = lean_ctor_get_uint8(x_3408, sizeof(void*)*16); +x_3421 = lean_ctor_get(x_3408, 8); lean_inc(x_3421); -x_3422 = lean_ctor_get(x_3400, 2); +x_3422 = lean_ctor_get(x_3408, 9); lean_inc(x_3422); -if (lean_is_exclusive(x_3400)) { - lean_ctor_release(x_3400, 0); - lean_ctor_release(x_3400, 1); - lean_ctor_release(x_3400, 2); - lean_ctor_release(x_3400, 3); - x_3423 = x_3400; -} else { - lean_dec_ref(x_3400); - x_3423 = lean_box(0); -} -x_3424 = lean_ctor_get(x_3401, 0); +x_3423 = lean_ctor_get(x_3408, 10); +lean_inc(x_3423); +x_3424 = lean_ctor_get(x_3408, 11); lean_inc(x_3424); -x_3425 = lean_ctor_get(x_3401, 1); +x_3425 = lean_ctor_get(x_3408, 12); lean_inc(x_3425); -x_3426 = lean_ctor_get(x_3401, 2); +x_3426 = lean_ctor_get(x_3408, 13); lean_inc(x_3426); -if (lean_is_exclusive(x_3401)) { - lean_ctor_release(x_3401, 0); - lean_ctor_release(x_3401, 1); - lean_ctor_release(x_3401, 2); - x_3427 = x_3401; +x_3427 = lean_ctor_get(x_3408, 15); +lean_inc(x_3427); +if (lean_is_exclusive(x_3408)) { + lean_ctor_release(x_3408, 0); + lean_ctor_release(x_3408, 1); + lean_ctor_release(x_3408, 2); + lean_ctor_release(x_3408, 3); + lean_ctor_release(x_3408, 4); + lean_ctor_release(x_3408, 5); + lean_ctor_release(x_3408, 6); + lean_ctor_release(x_3408, 7); + lean_ctor_release(x_3408, 8); + lean_ctor_release(x_3408, 9); + lean_ctor_release(x_3408, 10); + lean_ctor_release(x_3408, 11); + lean_ctor_release(x_3408, 12); + lean_ctor_release(x_3408, 13); + lean_ctor_release(x_3408, 14); + lean_ctor_release(x_3408, 15); + x_3428 = x_3408; } else { - lean_dec_ref(x_3401); - x_3427 = lean_box(0); + lean_dec_ref(x_3408); + x_3428 = lean_box(0); } -x_3428 = lean_array_push(x_3424, x_3397); -if (lean_is_scalar(x_3427)) { - x_3429 = lean_alloc_ctor(0, 3, 0); +x_3429 = lean_ctor_get(x_3409, 0); +lean_inc(x_3429); +x_3430 = lean_ctor_get(x_3409, 1); +lean_inc(x_3430); +x_3431 = lean_ctor_get(x_3409, 2); +lean_inc(x_3431); +if (lean_is_exclusive(x_3409)) { + lean_ctor_release(x_3409, 0); + lean_ctor_release(x_3409, 1); + lean_ctor_release(x_3409, 2); + lean_ctor_release(x_3409, 3); + x_3432 = x_3409; } else { - x_3429 = x_3427; + lean_dec_ref(x_3409); + x_3432 = lean_box(0); } -lean_ctor_set(x_3429, 0, x_3428); -lean_ctor_set(x_3429, 1, x_3425); -lean_ctor_set(x_3429, 2, x_3426); -if (lean_is_scalar(x_3423)) { - x_3430 = lean_alloc_ctor(0, 4, 0); -} else { - x_3430 = x_3423; -} -lean_ctor_set(x_3430, 0, x_3420); -lean_ctor_set(x_3430, 1, x_3421); -lean_ctor_set(x_3430, 2, x_3422); -lean_ctor_set(x_3430, 3, x_3429); -if (lean_is_scalar(x_3419)) { - x_3431 = lean_alloc_ctor(0, 16, 1); -} else { - x_3431 = x_3419; -} -lean_ctor_set(x_3431, 0, x_3403); -lean_ctor_set(x_3431, 1, x_3404); -lean_ctor_set(x_3431, 2, x_3405); -lean_ctor_set(x_3431, 3, x_3406); -lean_ctor_set(x_3431, 4, x_3407); -lean_ctor_set(x_3431, 5, x_3408); -lean_ctor_set(x_3431, 6, x_3409); -lean_ctor_set(x_3431, 7, x_3410); -lean_ctor_set(x_3431, 8, x_3412); -lean_ctor_set(x_3431, 9, x_3413); -lean_ctor_set(x_3431, 10, x_3414); -lean_ctor_set(x_3431, 11, x_3415); -lean_ctor_set(x_3431, 12, x_3416); -lean_ctor_set(x_3431, 13, x_3417); -lean_ctor_set(x_3431, 14, x_3430); -lean_ctor_set(x_3431, 15, x_3418); -lean_ctor_set_uint8(x_3431, sizeof(void*)*16, x_3411); -x_3432 = lean_st_ref_set(x_2, x_3431, x_3402); -if (lean_obj_tag(x_3374) == 0) -{ -lean_object* x_3433; lean_object* x_3434; lean_object* x_3435; -lean_dec(x_3370); -x_3433 = lean_ctor_get(x_3432, 1); +x_3433 = lean_ctor_get(x_3410, 0); lean_inc(x_3433); -lean_dec(x_3432); -x_3434 = lean_box(0); -x_3435 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3393, x_3434, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3433); +x_3434 = lean_ctor_get(x_3410, 1); +lean_inc(x_3434); +x_3435 = lean_ctor_get(x_3410, 2); +lean_inc(x_3435); +if (lean_is_exclusive(x_3410)) { + lean_ctor_release(x_3410, 0); + lean_ctor_release(x_3410, 1); + lean_ctor_release(x_3410, 2); + x_3436 = x_3410; +} else { + lean_dec_ref(x_3410); + x_3436 = lean_box(0); +} +x_3437 = lean_array_push(x_3433, x_3406); +if (lean_is_scalar(x_3436)) { + x_3438 = lean_alloc_ctor(0, 3, 0); +} else { + x_3438 = x_3436; +} +lean_ctor_set(x_3438, 0, x_3437); +lean_ctor_set(x_3438, 1, x_3434); +lean_ctor_set(x_3438, 2, x_3435); +if (lean_is_scalar(x_3432)) { + x_3439 = lean_alloc_ctor(0, 4, 0); +} else { + x_3439 = x_3432; +} +lean_ctor_set(x_3439, 0, x_3429); +lean_ctor_set(x_3439, 1, x_3430); +lean_ctor_set(x_3439, 2, x_3431); +lean_ctor_set(x_3439, 3, x_3438); +if (lean_is_scalar(x_3428)) { + x_3440 = lean_alloc_ctor(0, 16, 1); +} else { + x_3440 = x_3428; +} +lean_ctor_set(x_3440, 0, x_3412); +lean_ctor_set(x_3440, 1, x_3413); +lean_ctor_set(x_3440, 2, x_3414); +lean_ctor_set(x_3440, 3, x_3415); +lean_ctor_set(x_3440, 4, x_3416); +lean_ctor_set(x_3440, 5, x_3417); +lean_ctor_set(x_3440, 6, x_3418); +lean_ctor_set(x_3440, 7, x_3419); +lean_ctor_set(x_3440, 8, x_3421); +lean_ctor_set(x_3440, 9, x_3422); +lean_ctor_set(x_3440, 10, x_3423); +lean_ctor_set(x_3440, 11, x_3424); +lean_ctor_set(x_3440, 12, x_3425); +lean_ctor_set(x_3440, 13, x_3426); +lean_ctor_set(x_3440, 14, x_3439); +lean_ctor_set(x_3440, 15, x_3427); +lean_ctor_set_uint8(x_3440, sizeof(void*)*16, x_3420); +x_3441 = lean_st_ref_set(x_2, x_3440, x_3411); +if (lean_obj_tag(x_3383) == 0) +{ +lean_object* x_3442; lean_object* x_3443; lean_object* x_3444; +lean_dec(x_3379); +x_3442 = lean_ctor_get(x_3441, 1); +lean_inc(x_3442); +lean_dec(x_3441); +x_3443 = lean_box(0); +x_3444 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3402, x_3443, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3442); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -21678,19 +21717,19 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_3435; +return x_3444; } else { -if (lean_obj_tag(x_3370) == 0) +if (lean_obj_tag(x_3379) == 0) { -lean_object* x_3436; lean_object* x_3437; lean_object* x_3438; -lean_dec(x_3374); -x_3436 = lean_ctor_get(x_3432, 1); -lean_inc(x_3436); -lean_dec(x_3432); -x_3437 = lean_box(0); -x_3438 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3393, x_3437, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3436); +lean_object* x_3445; lean_object* x_3446; lean_object* x_3447; +lean_dec(x_3383); +x_3445 = lean_ctor_get(x_3441, 1); +lean_inc(x_3445); +lean_dec(x_3441); +x_3446 = lean_box(0); +x_3447 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3402, x_3446, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3445); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -21699,18 +21738,18 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_3438; +return x_3447; } else { -lean_object* x_3439; lean_object* x_3440; lean_object* x_3441; -lean_dec(x_3370); -x_3439 = lean_ctor_get(x_3432, 1); -lean_inc(x_3439); -lean_dec(x_3432); -x_3440 = lean_ctor_get(x_3374, 0); -lean_inc(x_3440); -lean_dec(x_3374); +lean_object* x_3448; lean_object* x_3449; lean_object* x_3450; +lean_dec(x_3379); +x_3448 = lean_ctor_get(x_3441, 1); +lean_inc(x_3448); +lean_dec(x_3441); +x_3449 = lean_ctor_get(x_3383, 0); +lean_inc(x_3449); +lean_dec(x_3383); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -21719,414 +21758,418 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_3393); -x_3441 = l_Lean_Meta_Grind_Arith_Linear_mkVar(x_3440, x_3396, x_3393, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3439); -if (lean_obj_tag(x_3441) == 0) +lean_inc(x_3402); +x_3450 = l_Lean_Meta_Grind_Arith_Linear_mkVar(x_3449, x_3405, x_3402, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3448); +if (lean_obj_tag(x_3450) == 0) { -lean_object* x_3442; lean_object* x_3443; lean_object* x_3444; lean_object* x_3445; lean_object* x_3446; lean_object* x_3447; lean_object* x_3448; lean_object* x_3449; lean_object* x_3450; lean_object* x_3451; lean_object* x_3452; lean_object* x_3453; lean_object* x_3454; lean_object* x_3455; lean_object* x_3456; lean_object* x_3457; lean_object* x_3458; lean_object* x_3459; uint8_t x_3460; lean_object* x_3461; lean_object* x_3462; lean_object* x_3463; lean_object* x_3464; lean_object* x_3465; lean_object* x_3466; lean_object* x_3467; lean_object* x_3468; lean_object* x_3469; lean_object* x_3470; lean_object* x_3471; lean_object* x_3472; lean_object* x_3473; lean_object* x_3474; lean_object* x_3475; lean_object* x_3476; lean_object* x_3477; uint8_t x_3478; -x_3442 = lean_ctor_get(x_3441, 0); -lean_inc(x_3442); -x_3443 = lean_ctor_get(x_3441, 1); -lean_inc(x_3443); -lean_dec(x_3441); -x_3444 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__83; -x_3445 = lean_box(0); -lean_inc(x_3442); -x_3446 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_3446, 0, x_3444); -lean_ctor_set(x_3446, 1, x_3442); -lean_ctor_set(x_3446, 2, x_3445); -x_3447 = lean_st_ref_take(x_2, x_3443); -x_3448 = lean_ctor_get(x_3447, 0); -lean_inc(x_3448); -x_3449 = lean_ctor_get(x_3448, 14); -lean_inc(x_3449); -x_3450 = lean_ctor_get(x_3449, 3); -lean_inc(x_3450); -x_3451 = lean_ctor_get(x_3447, 1); +lean_object* x_3451; lean_object* x_3452; lean_object* x_3453; lean_object* x_3454; lean_object* x_3455; lean_object* x_3456; lean_object* x_3457; lean_object* x_3458; lean_object* x_3459; lean_object* x_3460; lean_object* x_3461; lean_object* x_3462; lean_object* x_3463; lean_object* x_3464; lean_object* x_3465; lean_object* x_3466; lean_object* x_3467; lean_object* x_3468; uint8_t x_3469; lean_object* x_3470; lean_object* x_3471; lean_object* x_3472; lean_object* x_3473; lean_object* x_3474; lean_object* x_3475; lean_object* x_3476; lean_object* x_3477; lean_object* x_3478; lean_object* x_3479; lean_object* x_3480; lean_object* x_3481; lean_object* x_3482; lean_object* x_3483; lean_object* x_3484; lean_object* x_3485; lean_object* x_3486; uint8_t x_3487; +x_3451 = lean_ctor_get(x_3450, 0); lean_inc(x_3451); -lean_dec(x_3447); -x_3452 = lean_ctor_get(x_3448, 0); +x_3452 = lean_ctor_get(x_3450, 1); lean_inc(x_3452); -x_3453 = lean_ctor_get(x_3448, 1); -lean_inc(x_3453); -x_3454 = lean_ctor_get(x_3448, 2); -lean_inc(x_3454); -x_3455 = lean_ctor_get(x_3448, 3); -lean_inc(x_3455); -x_3456 = lean_ctor_get(x_3448, 4); -lean_inc(x_3456); -x_3457 = lean_ctor_get(x_3448, 5); +lean_dec(x_3450); +x_3453 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__83; +x_3454 = lean_box(0); +lean_inc(x_3451); +x_3455 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_3455, 0, x_3453); +lean_ctor_set(x_3455, 1, x_3451); +lean_ctor_set(x_3455, 2, x_3454); +x_3456 = lean_st_ref_take(x_2, x_3452); +x_3457 = lean_ctor_get(x_3456, 0); lean_inc(x_3457); -x_3458 = lean_ctor_get(x_3448, 6); +x_3458 = lean_ctor_get(x_3457, 14); lean_inc(x_3458); -x_3459 = lean_ctor_get(x_3448, 7); +x_3459 = lean_ctor_get(x_3458, 3); lean_inc(x_3459); -x_3460 = lean_ctor_get_uint8(x_3448, sizeof(void*)*16); -x_3461 = lean_ctor_get(x_3448, 8); +x_3460 = lean_ctor_get(x_3456, 1); +lean_inc(x_3460); +lean_dec(x_3456); +x_3461 = lean_ctor_get(x_3457, 0); lean_inc(x_3461); -x_3462 = lean_ctor_get(x_3448, 9); +x_3462 = lean_ctor_get(x_3457, 1); lean_inc(x_3462); -x_3463 = lean_ctor_get(x_3448, 10); +x_3463 = lean_ctor_get(x_3457, 2); lean_inc(x_3463); -x_3464 = lean_ctor_get(x_3448, 11); +x_3464 = lean_ctor_get(x_3457, 3); lean_inc(x_3464); -x_3465 = lean_ctor_get(x_3448, 12); +x_3465 = lean_ctor_get(x_3457, 4); lean_inc(x_3465); -x_3466 = lean_ctor_get(x_3448, 13); +x_3466 = lean_ctor_get(x_3457, 5); lean_inc(x_3466); -x_3467 = lean_ctor_get(x_3448, 15); +x_3467 = lean_ctor_get(x_3457, 6); lean_inc(x_3467); -if (lean_is_exclusive(x_3448)) { - lean_ctor_release(x_3448, 0); - lean_ctor_release(x_3448, 1); - lean_ctor_release(x_3448, 2); - lean_ctor_release(x_3448, 3); - lean_ctor_release(x_3448, 4); - lean_ctor_release(x_3448, 5); - lean_ctor_release(x_3448, 6); - lean_ctor_release(x_3448, 7); - lean_ctor_release(x_3448, 8); - lean_ctor_release(x_3448, 9); - lean_ctor_release(x_3448, 10); - lean_ctor_release(x_3448, 11); - lean_ctor_release(x_3448, 12); - lean_ctor_release(x_3448, 13); - lean_ctor_release(x_3448, 14); - lean_ctor_release(x_3448, 15); - x_3468 = x_3448; -} else { - lean_dec_ref(x_3448); - x_3468 = lean_box(0); -} -x_3469 = lean_ctor_get(x_3449, 0); -lean_inc(x_3469); -x_3470 = lean_ctor_get(x_3449, 1); +x_3468 = lean_ctor_get(x_3457, 7); +lean_inc(x_3468); +x_3469 = lean_ctor_get_uint8(x_3457, sizeof(void*)*16); +x_3470 = lean_ctor_get(x_3457, 8); lean_inc(x_3470); -x_3471 = lean_ctor_get(x_3449, 2); +x_3471 = lean_ctor_get(x_3457, 9); lean_inc(x_3471); -if (lean_is_exclusive(x_3449)) { - lean_ctor_release(x_3449, 0); - lean_ctor_release(x_3449, 1); - lean_ctor_release(x_3449, 2); - lean_ctor_release(x_3449, 3); - x_3472 = x_3449; -} else { - lean_dec_ref(x_3449); - x_3472 = lean_box(0); -} -x_3473 = lean_ctor_get(x_3450, 0); +x_3472 = lean_ctor_get(x_3457, 10); +lean_inc(x_3472); +x_3473 = lean_ctor_get(x_3457, 11); lean_inc(x_3473); -x_3474 = lean_ctor_get(x_3450, 1); +x_3474 = lean_ctor_get(x_3457, 12); lean_inc(x_3474); -x_3475 = lean_ctor_get(x_3450, 2); +x_3475 = lean_ctor_get(x_3457, 13); lean_inc(x_3475); +x_3476 = lean_ctor_get(x_3457, 15); +lean_inc(x_3476); +if (lean_is_exclusive(x_3457)) { + lean_ctor_release(x_3457, 0); + lean_ctor_release(x_3457, 1); + lean_ctor_release(x_3457, 2); + lean_ctor_release(x_3457, 3); + lean_ctor_release(x_3457, 4); + lean_ctor_release(x_3457, 5); + lean_ctor_release(x_3457, 6); + lean_ctor_release(x_3457, 7); + lean_ctor_release(x_3457, 8); + lean_ctor_release(x_3457, 9); + lean_ctor_release(x_3457, 10); + lean_ctor_release(x_3457, 11); + lean_ctor_release(x_3457, 12); + lean_ctor_release(x_3457, 13); + lean_ctor_release(x_3457, 14); + lean_ctor_release(x_3457, 15); + x_3477 = x_3457; +} else { + lean_dec_ref(x_3457); + x_3477 = lean_box(0); +} +x_3478 = lean_ctor_get(x_3458, 0); +lean_inc(x_3478); +x_3479 = lean_ctor_get(x_3458, 1); +lean_inc(x_3479); +x_3480 = lean_ctor_get(x_3458, 2); +lean_inc(x_3480); +if (lean_is_exclusive(x_3458)) { + lean_ctor_release(x_3458, 0); + lean_ctor_release(x_3458, 1); + lean_ctor_release(x_3458, 2); + lean_ctor_release(x_3458, 3); + x_3481 = x_3458; +} else { + lean_dec_ref(x_3458); + x_3481 = lean_box(0); +} +x_3482 = lean_ctor_get(x_3459, 0); +lean_inc(x_3482); +x_3483 = lean_ctor_get(x_3459, 1); +lean_inc(x_3483); +x_3484 = lean_ctor_get(x_3459, 2); +lean_inc(x_3484); +if (lean_is_exclusive(x_3459)) { + lean_ctor_release(x_3459, 0); + lean_ctor_release(x_3459, 1); + lean_ctor_release(x_3459, 2); + x_3485 = x_3459; +} else { + lean_dec_ref(x_3459); + x_3485 = lean_box(0); +} +x_3486 = lean_array_get_size(x_3482); +x_3487 = lean_nat_dec_lt(x_3402, x_3486); +lean_dec(x_3486); +if (x_3487 == 0) +{ +lean_object* x_3488; lean_object* x_3489; lean_object* x_3490; lean_object* x_3491; lean_object* x_3492; lean_object* x_3493; lean_object* x_3494; +lean_dec(x_3455); +lean_dec(x_3451); +if (lean_is_scalar(x_3485)) { + x_3488 = lean_alloc_ctor(0, 3, 0); +} else { + x_3488 = x_3485; +} +lean_ctor_set(x_3488, 0, x_3482); +lean_ctor_set(x_3488, 1, x_3483); +lean_ctor_set(x_3488, 2, x_3484); +if (lean_is_scalar(x_3481)) { + x_3489 = lean_alloc_ctor(0, 4, 0); +} else { + x_3489 = x_3481; +} +lean_ctor_set(x_3489, 0, x_3478); +lean_ctor_set(x_3489, 1, x_3479); +lean_ctor_set(x_3489, 2, x_3480); +lean_ctor_set(x_3489, 3, x_3488); +if (lean_is_scalar(x_3477)) { + x_3490 = lean_alloc_ctor(0, 16, 1); +} else { + x_3490 = x_3477; +} +lean_ctor_set(x_3490, 0, x_3461); +lean_ctor_set(x_3490, 1, x_3462); +lean_ctor_set(x_3490, 2, x_3463); +lean_ctor_set(x_3490, 3, x_3464); +lean_ctor_set(x_3490, 4, x_3465); +lean_ctor_set(x_3490, 5, x_3466); +lean_ctor_set(x_3490, 6, x_3467); +lean_ctor_set(x_3490, 7, x_3468); +lean_ctor_set(x_3490, 8, x_3470); +lean_ctor_set(x_3490, 9, x_3471); +lean_ctor_set(x_3490, 10, x_3472); +lean_ctor_set(x_3490, 11, x_3473); +lean_ctor_set(x_3490, 12, x_3474); +lean_ctor_set(x_3490, 13, x_3475); +lean_ctor_set(x_3490, 14, x_3489); +lean_ctor_set(x_3490, 15, x_3476); +lean_ctor_set_uint8(x_3490, sizeof(void*)*16, x_3469); +x_3491 = lean_st_ref_set(x_2, x_3490, x_3460); +x_3492 = lean_ctor_get(x_3491, 1); +lean_inc(x_3492); +lean_dec(x_3491); +x_3493 = lean_box(0); +x_3494 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3402, x_3493, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3492); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_3494; +} +else +{ +lean_object* x_3495; lean_object* x_3496; lean_object* x_3497; lean_object* x_3498; lean_object* x_3499; lean_object* x_3500; lean_object* x_3501; lean_object* x_3502; lean_object* x_3503; lean_object* x_3504; lean_object* x_3505; lean_object* x_3506; lean_object* x_3507; lean_object* x_3508; lean_object* x_3509; lean_object* x_3510; lean_object* x_3511; lean_object* x_3512; lean_object* x_3513; lean_object* x_3514; lean_object* x_3515; lean_object* x_3516; lean_object* x_3517; lean_object* x_3518; lean_object* x_3519; lean_object* x_3520; lean_object* x_3521; lean_object* x_3522; lean_object* x_3523; lean_object* x_3524; lean_object* x_3525; lean_object* x_3526; uint8_t x_3527; lean_object* x_3528; lean_object* x_3529; lean_object* x_3530; lean_object* x_3531; lean_object* x_3532; lean_object* x_3533; lean_object* x_3534; lean_object* x_3535; lean_object* x_3536; lean_object* x_3537; lean_object* x_3538; lean_object* x_3539; lean_object* x_3540; lean_object* x_3541; +x_3495 = lean_array_fget(x_3482, x_3402); +x_3496 = lean_box(0); +x_3497 = lean_array_fset(x_3482, x_3402, x_3496); +x_3498 = lean_ctor_get(x_3495, 0); +lean_inc(x_3498); +x_3499 = lean_ctor_get(x_3495, 1); +lean_inc(x_3499); +x_3500 = lean_ctor_get(x_3495, 2); +lean_inc(x_3500); +x_3501 = lean_ctor_get(x_3495, 3); +lean_inc(x_3501); +x_3502 = lean_ctor_get(x_3495, 4); +lean_inc(x_3502); +x_3503 = lean_ctor_get(x_3495, 5); +lean_inc(x_3503); +x_3504 = lean_ctor_get(x_3495, 6); +lean_inc(x_3504); +x_3505 = lean_ctor_get(x_3495, 7); +lean_inc(x_3505); +x_3506 = lean_ctor_get(x_3495, 8); +lean_inc(x_3506); +x_3507 = lean_ctor_get(x_3495, 9); +lean_inc(x_3507); +x_3508 = lean_ctor_get(x_3495, 10); +lean_inc(x_3508); +x_3509 = lean_ctor_get(x_3495, 11); +lean_inc(x_3509); +x_3510 = lean_ctor_get(x_3495, 12); +lean_inc(x_3510); +x_3511 = lean_ctor_get(x_3495, 13); +lean_inc(x_3511); +x_3512 = lean_ctor_get(x_3495, 14); +lean_inc(x_3512); +x_3513 = lean_ctor_get(x_3495, 15); +lean_inc(x_3513); +x_3514 = lean_ctor_get(x_3495, 16); +lean_inc(x_3514); +x_3515 = lean_ctor_get(x_3495, 17); +lean_inc(x_3515); +x_3516 = lean_ctor_get(x_3495, 18); +lean_inc(x_3516); +x_3517 = lean_ctor_get(x_3495, 19); +lean_inc(x_3517); +x_3518 = lean_ctor_get(x_3495, 20); +lean_inc(x_3518); +x_3519 = lean_ctor_get(x_3495, 21); +lean_inc(x_3519); +x_3520 = lean_ctor_get(x_3495, 22); +lean_inc(x_3520); +x_3521 = lean_ctor_get(x_3495, 23); +lean_inc(x_3521); +x_3522 = lean_ctor_get(x_3495, 24); +lean_inc(x_3522); +x_3523 = lean_ctor_get(x_3495, 25); +lean_inc(x_3523); +x_3524 = lean_ctor_get(x_3495, 26); +lean_inc(x_3524); +x_3525 = lean_ctor_get(x_3495, 27); +lean_inc(x_3525); +x_3526 = lean_ctor_get(x_3495, 28); +lean_inc(x_3526); +x_3527 = lean_ctor_get_uint8(x_3495, sizeof(void*)*32); +x_3528 = lean_ctor_get(x_3495, 29); +lean_inc(x_3528); +x_3529 = lean_ctor_get(x_3495, 30); +lean_inc(x_3529); +x_3530 = lean_ctor_get(x_3495, 31); +lean_inc(x_3530); +if (lean_is_exclusive(x_3495)) { + lean_ctor_release(x_3495, 0); + lean_ctor_release(x_3495, 1); + lean_ctor_release(x_3495, 2); + lean_ctor_release(x_3495, 3); + lean_ctor_release(x_3495, 4); + lean_ctor_release(x_3495, 5); + lean_ctor_release(x_3495, 6); + lean_ctor_release(x_3495, 7); + lean_ctor_release(x_3495, 8); + lean_ctor_release(x_3495, 9); + lean_ctor_release(x_3495, 10); + lean_ctor_release(x_3495, 11); + lean_ctor_release(x_3495, 12); + lean_ctor_release(x_3495, 13); + lean_ctor_release(x_3495, 14); + lean_ctor_release(x_3495, 15); + lean_ctor_release(x_3495, 16); + lean_ctor_release(x_3495, 17); + lean_ctor_release(x_3495, 18); + lean_ctor_release(x_3495, 19); + lean_ctor_release(x_3495, 20); + lean_ctor_release(x_3495, 21); + lean_ctor_release(x_3495, 22); + lean_ctor_release(x_3495, 23); + lean_ctor_release(x_3495, 24); + lean_ctor_release(x_3495, 25); + lean_ctor_release(x_3495, 26); + lean_ctor_release(x_3495, 27); + lean_ctor_release(x_3495, 28); + lean_ctor_release(x_3495, 29); + lean_ctor_release(x_3495, 30); + lean_ctor_release(x_3495, 31); + x_3531 = x_3495; +} else { + lean_dec_ref(x_3495); + x_3531 = lean_box(0); +} +x_3532 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; +x_3533 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_3455, x_3532, x_3523, x_3451); +lean_dec(x_3451); +if (lean_is_scalar(x_3531)) { + x_3534 = lean_alloc_ctor(0, 32, 1); +} else { + x_3534 = x_3531; +} +lean_ctor_set(x_3534, 0, x_3498); +lean_ctor_set(x_3534, 1, x_3499); +lean_ctor_set(x_3534, 2, x_3500); +lean_ctor_set(x_3534, 3, x_3501); +lean_ctor_set(x_3534, 4, x_3502); +lean_ctor_set(x_3534, 5, x_3503); +lean_ctor_set(x_3534, 6, x_3504); +lean_ctor_set(x_3534, 7, x_3505); +lean_ctor_set(x_3534, 8, x_3506); +lean_ctor_set(x_3534, 9, x_3507); +lean_ctor_set(x_3534, 10, x_3508); +lean_ctor_set(x_3534, 11, x_3509); +lean_ctor_set(x_3534, 12, x_3510); +lean_ctor_set(x_3534, 13, x_3511); +lean_ctor_set(x_3534, 14, x_3512); +lean_ctor_set(x_3534, 15, x_3513); +lean_ctor_set(x_3534, 16, x_3514); +lean_ctor_set(x_3534, 17, x_3515); +lean_ctor_set(x_3534, 18, x_3516); +lean_ctor_set(x_3534, 19, x_3517); +lean_ctor_set(x_3534, 20, x_3518); +lean_ctor_set(x_3534, 21, x_3519); +lean_ctor_set(x_3534, 22, x_3520); +lean_ctor_set(x_3534, 23, x_3521); +lean_ctor_set(x_3534, 24, x_3522); +lean_ctor_set(x_3534, 25, x_3533); +lean_ctor_set(x_3534, 26, x_3524); +lean_ctor_set(x_3534, 27, x_3525); +lean_ctor_set(x_3534, 28, x_3526); +lean_ctor_set(x_3534, 29, x_3528); +lean_ctor_set(x_3534, 30, x_3529); +lean_ctor_set(x_3534, 31, x_3530); +lean_ctor_set_uint8(x_3534, sizeof(void*)*32, x_3527); +x_3535 = lean_array_fset(x_3497, x_3402, x_3534); +if (lean_is_scalar(x_3485)) { + x_3536 = lean_alloc_ctor(0, 3, 0); +} else { + x_3536 = x_3485; +} +lean_ctor_set(x_3536, 0, x_3535); +lean_ctor_set(x_3536, 1, x_3483); +lean_ctor_set(x_3536, 2, x_3484); +if (lean_is_scalar(x_3481)) { + x_3537 = lean_alloc_ctor(0, 4, 0); +} else { + x_3537 = x_3481; +} +lean_ctor_set(x_3537, 0, x_3478); +lean_ctor_set(x_3537, 1, x_3479); +lean_ctor_set(x_3537, 2, x_3480); +lean_ctor_set(x_3537, 3, x_3536); +if (lean_is_scalar(x_3477)) { + x_3538 = lean_alloc_ctor(0, 16, 1); +} else { + x_3538 = x_3477; +} +lean_ctor_set(x_3538, 0, x_3461); +lean_ctor_set(x_3538, 1, x_3462); +lean_ctor_set(x_3538, 2, x_3463); +lean_ctor_set(x_3538, 3, x_3464); +lean_ctor_set(x_3538, 4, x_3465); +lean_ctor_set(x_3538, 5, x_3466); +lean_ctor_set(x_3538, 6, x_3467); +lean_ctor_set(x_3538, 7, x_3468); +lean_ctor_set(x_3538, 8, x_3470); +lean_ctor_set(x_3538, 9, x_3471); +lean_ctor_set(x_3538, 10, x_3472); +lean_ctor_set(x_3538, 11, x_3473); +lean_ctor_set(x_3538, 12, x_3474); +lean_ctor_set(x_3538, 13, x_3475); +lean_ctor_set(x_3538, 14, x_3537); +lean_ctor_set(x_3538, 15, x_3476); +lean_ctor_set_uint8(x_3538, sizeof(void*)*16, x_3469); +x_3539 = lean_st_ref_set(x_2, x_3538, x_3460); +x_3540 = lean_ctor_get(x_3539, 1); +lean_inc(x_3540); +lean_dec(x_3539); +x_3541 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3402, x_3496, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3540); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_3541; +} +} +else +{ +lean_object* x_3542; lean_object* x_3543; lean_object* x_3544; lean_object* x_3545; +lean_dec(x_3402); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_3542 = lean_ctor_get(x_3450, 0); +lean_inc(x_3542); +x_3543 = lean_ctor_get(x_3450, 1); +lean_inc(x_3543); if (lean_is_exclusive(x_3450)) { lean_ctor_release(x_3450, 0); lean_ctor_release(x_3450, 1); - lean_ctor_release(x_3450, 2); - x_3476 = x_3450; + x_3544 = x_3450; } else { lean_dec_ref(x_3450); - x_3476 = lean_box(0); + x_3544 = lean_box(0); } -x_3477 = lean_array_get_size(x_3473); -x_3478 = lean_nat_dec_lt(x_3393, x_3477); -lean_dec(x_3477); -if (x_3478 == 0) -{ -lean_object* x_3479; lean_object* x_3480; lean_object* x_3481; lean_object* x_3482; lean_object* x_3483; lean_object* x_3484; lean_object* x_3485; -lean_dec(x_3446); -lean_dec(x_3442); -if (lean_is_scalar(x_3476)) { - x_3479 = lean_alloc_ctor(0, 3, 0); +if (lean_is_scalar(x_3544)) { + x_3545 = lean_alloc_ctor(1, 2, 0); } else { - x_3479 = x_3476; + x_3545 = x_3544; } -lean_ctor_set(x_3479, 0, x_3473); -lean_ctor_set(x_3479, 1, x_3474); -lean_ctor_set(x_3479, 2, x_3475); -if (lean_is_scalar(x_3472)) { - x_3480 = lean_alloc_ctor(0, 4, 0); -} else { - x_3480 = x_3472; -} -lean_ctor_set(x_3480, 0, x_3469); -lean_ctor_set(x_3480, 1, x_3470); -lean_ctor_set(x_3480, 2, x_3471); -lean_ctor_set(x_3480, 3, x_3479); -if (lean_is_scalar(x_3468)) { - x_3481 = lean_alloc_ctor(0, 16, 1); -} else { - x_3481 = x_3468; -} -lean_ctor_set(x_3481, 0, x_3452); -lean_ctor_set(x_3481, 1, x_3453); -lean_ctor_set(x_3481, 2, x_3454); -lean_ctor_set(x_3481, 3, x_3455); -lean_ctor_set(x_3481, 4, x_3456); -lean_ctor_set(x_3481, 5, x_3457); -lean_ctor_set(x_3481, 6, x_3458); -lean_ctor_set(x_3481, 7, x_3459); -lean_ctor_set(x_3481, 8, x_3461); -lean_ctor_set(x_3481, 9, x_3462); -lean_ctor_set(x_3481, 10, x_3463); -lean_ctor_set(x_3481, 11, x_3464); -lean_ctor_set(x_3481, 12, x_3465); -lean_ctor_set(x_3481, 13, x_3466); -lean_ctor_set(x_3481, 14, x_3480); -lean_ctor_set(x_3481, 15, x_3467); -lean_ctor_set_uint8(x_3481, sizeof(void*)*16, x_3460); -x_3482 = lean_st_ref_set(x_2, x_3481, x_3451); -x_3483 = lean_ctor_get(x_3482, 1); -lean_inc(x_3483); -lean_dec(x_3482); -x_3484 = lean_box(0); -x_3485 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3393, x_3484, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3483); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_3485; -} -else -{ -lean_object* x_3486; lean_object* x_3487; lean_object* x_3488; lean_object* x_3489; lean_object* x_3490; lean_object* x_3491; lean_object* x_3492; lean_object* x_3493; lean_object* x_3494; lean_object* x_3495; lean_object* x_3496; lean_object* x_3497; lean_object* x_3498; lean_object* x_3499; lean_object* x_3500; lean_object* x_3501; lean_object* x_3502; lean_object* x_3503; lean_object* x_3504; lean_object* x_3505; lean_object* x_3506; lean_object* x_3507; lean_object* x_3508; lean_object* x_3509; lean_object* x_3510; lean_object* x_3511; lean_object* x_3512; lean_object* x_3513; lean_object* x_3514; lean_object* x_3515; lean_object* x_3516; lean_object* x_3517; uint8_t x_3518; lean_object* x_3519; lean_object* x_3520; lean_object* x_3521; lean_object* x_3522; lean_object* x_3523; lean_object* x_3524; lean_object* x_3525; lean_object* x_3526; lean_object* x_3527; lean_object* x_3528; lean_object* x_3529; lean_object* x_3530; lean_object* x_3531; -x_3486 = lean_array_fget(x_3473, x_3393); -x_3487 = lean_box(0); -x_3488 = lean_array_fset(x_3473, x_3393, x_3487); -x_3489 = lean_ctor_get(x_3486, 0); -lean_inc(x_3489); -x_3490 = lean_ctor_get(x_3486, 1); -lean_inc(x_3490); -x_3491 = lean_ctor_get(x_3486, 2); -lean_inc(x_3491); -x_3492 = lean_ctor_get(x_3486, 3); -lean_inc(x_3492); -x_3493 = lean_ctor_get(x_3486, 4); -lean_inc(x_3493); -x_3494 = lean_ctor_get(x_3486, 5); -lean_inc(x_3494); -x_3495 = lean_ctor_get(x_3486, 6); -lean_inc(x_3495); -x_3496 = lean_ctor_get(x_3486, 7); -lean_inc(x_3496); -x_3497 = lean_ctor_get(x_3486, 8); -lean_inc(x_3497); -x_3498 = lean_ctor_get(x_3486, 9); -lean_inc(x_3498); -x_3499 = lean_ctor_get(x_3486, 10); -lean_inc(x_3499); -x_3500 = lean_ctor_get(x_3486, 11); -lean_inc(x_3500); -x_3501 = lean_ctor_get(x_3486, 12); -lean_inc(x_3501); -x_3502 = lean_ctor_get(x_3486, 13); -lean_inc(x_3502); -x_3503 = lean_ctor_get(x_3486, 14); -lean_inc(x_3503); -x_3504 = lean_ctor_get(x_3486, 15); -lean_inc(x_3504); -x_3505 = lean_ctor_get(x_3486, 16); -lean_inc(x_3505); -x_3506 = lean_ctor_get(x_3486, 17); -lean_inc(x_3506); -x_3507 = lean_ctor_get(x_3486, 18); -lean_inc(x_3507); -x_3508 = lean_ctor_get(x_3486, 19); -lean_inc(x_3508); -x_3509 = lean_ctor_get(x_3486, 20); -lean_inc(x_3509); -x_3510 = lean_ctor_get(x_3486, 21); -lean_inc(x_3510); -x_3511 = lean_ctor_get(x_3486, 22); -lean_inc(x_3511); -x_3512 = lean_ctor_get(x_3486, 23); -lean_inc(x_3512); -x_3513 = lean_ctor_get(x_3486, 24); -lean_inc(x_3513); -x_3514 = lean_ctor_get(x_3486, 25); -lean_inc(x_3514); -x_3515 = lean_ctor_get(x_3486, 26); -lean_inc(x_3515); -x_3516 = lean_ctor_get(x_3486, 27); -lean_inc(x_3516); -x_3517 = lean_ctor_get(x_3486, 28); -lean_inc(x_3517); -x_3518 = lean_ctor_get_uint8(x_3486, sizeof(void*)*31); -x_3519 = lean_ctor_get(x_3486, 29); -lean_inc(x_3519); -x_3520 = lean_ctor_get(x_3486, 30); -lean_inc(x_3520); -if (lean_is_exclusive(x_3486)) { - lean_ctor_release(x_3486, 0); - lean_ctor_release(x_3486, 1); - lean_ctor_release(x_3486, 2); - lean_ctor_release(x_3486, 3); - lean_ctor_release(x_3486, 4); - lean_ctor_release(x_3486, 5); - lean_ctor_release(x_3486, 6); - lean_ctor_release(x_3486, 7); - lean_ctor_release(x_3486, 8); - lean_ctor_release(x_3486, 9); - lean_ctor_release(x_3486, 10); - lean_ctor_release(x_3486, 11); - lean_ctor_release(x_3486, 12); - lean_ctor_release(x_3486, 13); - lean_ctor_release(x_3486, 14); - lean_ctor_release(x_3486, 15); - lean_ctor_release(x_3486, 16); - lean_ctor_release(x_3486, 17); - lean_ctor_release(x_3486, 18); - lean_ctor_release(x_3486, 19); - lean_ctor_release(x_3486, 20); - lean_ctor_release(x_3486, 21); - lean_ctor_release(x_3486, 22); - lean_ctor_release(x_3486, 23); - lean_ctor_release(x_3486, 24); - lean_ctor_release(x_3486, 25); - lean_ctor_release(x_3486, 26); - lean_ctor_release(x_3486, 27); - lean_ctor_release(x_3486, 28); - lean_ctor_release(x_3486, 29); - lean_ctor_release(x_3486, 30); - x_3521 = x_3486; -} else { - lean_dec_ref(x_3486); - x_3521 = lean_box(0); -} -x_3522 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___closed__84; -x_3523 = l_Lean_PersistentArray_modify___at_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___spec__1(x_3446, x_3522, x_3514, x_3442); -lean_dec(x_3442); -if (lean_is_scalar(x_3521)) { - x_3524 = lean_alloc_ctor(0, 31, 1); -} else { - x_3524 = x_3521; -} -lean_ctor_set(x_3524, 0, x_3489); -lean_ctor_set(x_3524, 1, x_3490); -lean_ctor_set(x_3524, 2, x_3491); -lean_ctor_set(x_3524, 3, x_3492); -lean_ctor_set(x_3524, 4, x_3493); -lean_ctor_set(x_3524, 5, x_3494); -lean_ctor_set(x_3524, 6, x_3495); -lean_ctor_set(x_3524, 7, x_3496); -lean_ctor_set(x_3524, 8, x_3497); -lean_ctor_set(x_3524, 9, x_3498); -lean_ctor_set(x_3524, 10, x_3499); -lean_ctor_set(x_3524, 11, x_3500); -lean_ctor_set(x_3524, 12, x_3501); -lean_ctor_set(x_3524, 13, x_3502); -lean_ctor_set(x_3524, 14, x_3503); -lean_ctor_set(x_3524, 15, x_3504); -lean_ctor_set(x_3524, 16, x_3505); -lean_ctor_set(x_3524, 17, x_3506); -lean_ctor_set(x_3524, 18, x_3507); -lean_ctor_set(x_3524, 19, x_3508); -lean_ctor_set(x_3524, 20, x_3509); -lean_ctor_set(x_3524, 21, x_3510); -lean_ctor_set(x_3524, 22, x_3511); -lean_ctor_set(x_3524, 23, x_3512); -lean_ctor_set(x_3524, 24, x_3513); -lean_ctor_set(x_3524, 25, x_3523); -lean_ctor_set(x_3524, 26, x_3515); -lean_ctor_set(x_3524, 27, x_3516); -lean_ctor_set(x_3524, 28, x_3517); -lean_ctor_set(x_3524, 29, x_3519); -lean_ctor_set(x_3524, 30, x_3520); -lean_ctor_set_uint8(x_3524, sizeof(void*)*31, x_3518); -x_3525 = lean_array_fset(x_3488, x_3393, x_3524); -if (lean_is_scalar(x_3476)) { - x_3526 = lean_alloc_ctor(0, 3, 0); -} else { - x_3526 = x_3476; -} -lean_ctor_set(x_3526, 0, x_3525); -lean_ctor_set(x_3526, 1, x_3474); -lean_ctor_set(x_3526, 2, x_3475); -if (lean_is_scalar(x_3472)) { - x_3527 = lean_alloc_ctor(0, 4, 0); -} else { - x_3527 = x_3472; -} -lean_ctor_set(x_3527, 0, x_3469); -lean_ctor_set(x_3527, 1, x_3470); -lean_ctor_set(x_3527, 2, x_3471); -lean_ctor_set(x_3527, 3, x_3526); -if (lean_is_scalar(x_3468)) { - x_3528 = lean_alloc_ctor(0, 16, 1); -} else { - x_3528 = x_3468; -} -lean_ctor_set(x_3528, 0, x_3452); -lean_ctor_set(x_3528, 1, x_3453); -lean_ctor_set(x_3528, 2, x_3454); -lean_ctor_set(x_3528, 3, x_3455); -lean_ctor_set(x_3528, 4, x_3456); -lean_ctor_set(x_3528, 5, x_3457); -lean_ctor_set(x_3528, 6, x_3458); -lean_ctor_set(x_3528, 7, x_3459); -lean_ctor_set(x_3528, 8, x_3461); -lean_ctor_set(x_3528, 9, x_3462); -lean_ctor_set(x_3528, 10, x_3463); -lean_ctor_set(x_3528, 11, x_3464); -lean_ctor_set(x_3528, 12, x_3465); -lean_ctor_set(x_3528, 13, x_3466); -lean_ctor_set(x_3528, 14, x_3527); -lean_ctor_set(x_3528, 15, x_3467); -lean_ctor_set_uint8(x_3528, sizeof(void*)*16, x_3460); -x_3529 = lean_st_ref_set(x_2, x_3528, x_3451); -x_3530 = lean_ctor_get(x_3529, 1); -lean_inc(x_3530); -lean_dec(x_3529); -x_3531 = l_Lean_Meta_Grind_Arith_Linear_getStructId_x3f_go_x3f___lambda__1(x_3393, x_3487, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_3530); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_3531; -} -} -else -{ -lean_object* x_3532; lean_object* x_3533; lean_object* x_3534; lean_object* x_3535; -lean_dec(x_3393); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_3532 = lean_ctor_get(x_3441, 0); -lean_inc(x_3532); -x_3533 = lean_ctor_get(x_3441, 1); -lean_inc(x_3533); -if (lean_is_exclusive(x_3441)) { - lean_ctor_release(x_3441, 0); - lean_ctor_release(x_3441, 1); - x_3534 = x_3441; -} else { - lean_dec_ref(x_3441); - x_3534 = lean_box(0); -} -if (lean_is_scalar(x_3534)) { - x_3535 = lean_alloc_ctor(1, 2, 0); -} else { - x_3535 = x_3534; -} -lean_ctor_set(x_3535, 0, x_3532); -lean_ctor_set(x_3535, 1, x_3533); -return x_3535; +lean_ctor_set(x_3545, 0, x_3542); +lean_ctor_set(x_3545, 1, x_3543); +return x_3545; } } } @@ -22135,27 +22178,190 @@ return x_3535; } else { -lean_object* x_3585; lean_object* x_3586; lean_object* x_3587; lean_object* x_3588; -lean_dec(x_3374); -lean_dec(x_3370); +lean_object* x_3595; lean_object* x_3596; lean_object* x_3597; lean_object* x_3598; +lean_dec(x_3383); +lean_dec(x_3379); +lean_dec(x_3371); +lean_dec(x_3368); +lean_dec(x_3364); +lean_dec(x_3356); +lean_dec(x_3347); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3595 = lean_ctor_get(x_3388, 0); +lean_inc(x_3595); +x_3596 = lean_ctor_get(x_3388, 1); +lean_inc(x_3596); +if (lean_is_exclusive(x_3388)) { + lean_ctor_release(x_3388, 0); + lean_ctor_release(x_3388, 1); + x_3597 = x_3388; +} else { + lean_dec_ref(x_3388); + x_3597 = lean_box(0); +} +if (lean_is_scalar(x_3597)) { + x_3598 = lean_alloc_ctor(1, 2, 0); +} else { + x_3598 = x_3597; +} +lean_ctor_set(x_3598, 0, x_3595); +lean_ctor_set(x_3598, 1, x_3596); +return x_3598; +} +} +} +else +{ +lean_object* x_3695; lean_object* x_3696; lean_object* x_3697; lean_object* x_3698; +lean_dec(x_3371); +lean_dec(x_3368); +lean_dec(x_3364); +lean_dec(x_3356); +lean_dec(x_3347); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3695 = lean_ctor_get(x_3376, 0); +lean_inc(x_3695); +x_3696 = lean_ctor_get(x_3376, 1); +lean_inc(x_3696); +if (lean_is_exclusive(x_3376)) { + lean_ctor_release(x_3376, 0); + lean_ctor_release(x_3376, 1); + x_3697 = x_3376; +} else { + lean_dec_ref(x_3376); + x_3697 = lean_box(0); +} +if (lean_is_scalar(x_3697)) { + x_3698 = lean_alloc_ctor(1, 2, 0); +} else { + x_3698 = x_3697; +} +lean_ctor_set(x_3698, 0, x_3695); +lean_ctor_set(x_3698, 1, x_3696); +return x_3698; +} +} +else +{ +lean_object* x_3699; lean_object* x_3700; lean_object* x_3701; lean_object* x_3702; +lean_dec(x_3368); +lean_dec(x_3364); +lean_dec(x_3356); +lean_dec(x_3347); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3699 = lean_ctor_get(x_3370, 0); +lean_inc(x_3699); +x_3700 = lean_ctor_get(x_3370, 1); +lean_inc(x_3700); +if (lean_is_exclusive(x_3370)) { + lean_ctor_release(x_3370, 0); + lean_ctor_release(x_3370, 1); + x_3701 = x_3370; +} else { + lean_dec_ref(x_3370); + x_3701 = lean_box(0); +} +if (lean_is_scalar(x_3701)) { + x_3702 = lean_alloc_ctor(1, 2, 0); +} else { + x_3702 = x_3701; +} +lean_ctor_set(x_3702, 0, x_3699); +lean_ctor_set(x_3702, 1, x_3700); +return x_3702; +} +} +} +else +{ +lean_object* x_3774; lean_object* x_3775; lean_object* x_3776; lean_dec(x_3362); -lean_dec(x_3359); -lean_dec(x_3355); +lean_dec(x_3356); lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_20); +lean_dec(x_18); lean_dec(x_15); lean_dec(x_12); lean_dec(x_9); @@ -22167,156 +22373,44 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3585 = lean_ctor_get(x_3379, 0); -lean_inc(x_3585); -x_3586 = lean_ctor_get(x_3379, 1); -lean_inc(x_3586); -if (lean_is_exclusive(x_3379)) { - lean_ctor_release(x_3379, 0); - lean_ctor_release(x_3379, 1); - x_3587 = x_3379; -} else { - lean_dec_ref(x_3379); - x_3587 = lean_box(0); -} -if (lean_is_scalar(x_3587)) { - x_3588 = lean_alloc_ctor(1, 2, 0); -} else { - x_3588 = x_3587; -} -lean_ctor_set(x_3588, 0, x_3585); -lean_ctor_set(x_3588, 1, x_3586); -return x_3588; -} -} -} -else -{ -lean_object* x_3685; lean_object* x_3686; lean_object* x_3687; lean_object* x_3688; -lean_dec(x_3362); -lean_dec(x_3359); -lean_dec(x_3355); -lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3685 = lean_ctor_get(x_3367, 0); -lean_inc(x_3685); -x_3686 = lean_ctor_get(x_3367, 1); -lean_inc(x_3686); -if (lean_is_exclusive(x_3367)) { - lean_ctor_release(x_3367, 0); - lean_ctor_release(x_3367, 1); - x_3687 = x_3367; -} else { - lean_dec_ref(x_3367); - x_3687 = lean_box(0); -} -if (lean_is_scalar(x_3687)) { - x_3688 = lean_alloc_ctor(1, 2, 0); -} else { - x_3688 = x_3687; -} -lean_ctor_set(x_3688, 0, x_3685); -lean_ctor_set(x_3688, 1, x_3686); -return x_3688; -} -} -else -{ -lean_object* x_3689; lean_object* x_3690; lean_object* x_3691; lean_object* x_3692; -lean_dec(x_3359); -lean_dec(x_3355); -lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3689 = lean_ctor_get(x_3361, 0); -lean_inc(x_3689); -x_3690 = lean_ctor_get(x_3361, 1); -lean_inc(x_3690); +x_3774 = lean_ctor_get(x_3361, 1); +lean_inc(x_3774); if (lean_is_exclusive(x_3361)) { lean_ctor_release(x_3361, 0); lean_ctor_release(x_3361, 1); - x_3691 = x_3361; + x_3775 = x_3361; } else { lean_dec_ref(x_3361); - x_3691 = lean_box(0); + x_3775 = lean_box(0); } -if (lean_is_scalar(x_3691)) { - x_3692 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3775)) { + x_3776 = lean_alloc_ctor(0, 2, 0); } else { - x_3692 = x_3691; -} -lean_ctor_set(x_3692, 0, x_3689); -lean_ctor_set(x_3692, 1, x_3690); -return x_3692; + x_3776 = x_3775; } +lean_ctor_set(x_3776, 0, x_23); +lean_ctor_set(x_3776, 1, x_3774); +return x_3776; } } else { -lean_object* x_3764; lean_object* x_3765; lean_object* x_3766; -lean_dec(x_3353); +lean_object* x_3777; lean_object* x_3778; lean_object* x_3779; lean_object* x_3780; +lean_dec(x_3356); lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_20); lean_dec(x_18); lean_dec(x_15); @@ -22330,44 +22424,98 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3764 = lean_ctor_get(x_3352, 1); -lean_inc(x_3764); +x_3777 = lean_ctor_get(x_3361, 0); +lean_inc(x_3777); +x_3778 = lean_ctor_get(x_3361, 1); +lean_inc(x_3778); +if (lean_is_exclusive(x_3361)) { + lean_ctor_release(x_3361, 0); + lean_ctor_release(x_3361, 1); + x_3779 = x_3361; +} else { + lean_dec_ref(x_3361); + x_3779 = lean_box(0); +} +if (lean_is_scalar(x_3779)) { + x_3780 = lean_alloc_ctor(1, 2, 0); +} else { + x_3780 = x_3779; +} +lean_ctor_set(x_3780, 0, x_3777); +lean_ctor_set(x_3780, 1, x_3778); +return x_3780; +} +} +} +else +{ +lean_object* x_3847; lean_object* x_3848; lean_object* x_3849; lean_object* x_3850; +lean_dec(x_3347); +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3847 = lean_ctor_get(x_3352, 0); +lean_inc(x_3847); +x_3848 = lean_ctor_get(x_3352, 1); +lean_inc(x_3848); if (lean_is_exclusive(x_3352)) { lean_ctor_release(x_3352, 0); lean_ctor_release(x_3352, 1); - x_3765 = x_3352; + x_3849 = x_3352; } else { lean_dec_ref(x_3352); - x_3765 = lean_box(0); + x_3849 = lean_box(0); } -if (lean_is_scalar(x_3765)) { - x_3766 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_3849)) { + x_3850 = lean_alloc_ctor(1, 2, 0); } else { - x_3766 = x_3765; + x_3850 = x_3849; +} +lean_ctor_set(x_3850, 0, x_3847); +lean_ctor_set(x_3850, 1, x_3848); +return x_3850; } -lean_ctor_set(x_3766, 0, x_23); -lean_ctor_set(x_3766, 1, x_3764); -return x_3766; } } else { -lean_object* x_3767; lean_object* x_3768; lean_object* x_3769; lean_object* x_3770; -lean_dec(x_3347); -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_object* x_3916; lean_object* x_3917; lean_object* x_3918; lean_object* x_3919; +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_20); lean_dec(x_18); lean_dec(x_15); @@ -22381,793 +22529,593 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_3767 = lean_ctor_get(x_3352, 0); -lean_inc(x_3767); -x_3768 = lean_ctor_get(x_3352, 1); -lean_inc(x_3768); -if (lean_is_exclusive(x_3352)) { - lean_ctor_release(x_3352, 0); - lean_ctor_release(x_3352, 1); - x_3769 = x_3352; -} else { - lean_dec_ref(x_3352); - x_3769 = lean_box(0); -} -if (lean_is_scalar(x_3769)) { - x_3770 = lean_alloc_ctor(1, 2, 0); -} else { - x_3770 = x_3769; -} -lean_ctor_set(x_3770, 0, x_3767); -lean_ctor_set(x_3770, 1, x_3768); -return x_3770; -} -} -} -else -{ -lean_object* x_3837; lean_object* x_3838; lean_object* x_3839; lean_object* x_3840; -lean_dec(x_3338); -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3837 = lean_ctor_get(x_3343, 0); -lean_inc(x_3837); -x_3838 = lean_ctor_get(x_3343, 1); -lean_inc(x_3838); +x_3916 = lean_ctor_get(x_3343, 0); +lean_inc(x_3916); +x_3917 = lean_ctor_get(x_3343, 1); +lean_inc(x_3917); if (lean_is_exclusive(x_3343)) { lean_ctor_release(x_3343, 0); lean_ctor_release(x_3343, 1); - x_3839 = x_3343; + x_3918 = x_3343; } else { lean_dec_ref(x_3343); - x_3839 = lean_box(0); + x_3918 = lean_box(0); } -if (lean_is_scalar(x_3839)) { - x_3840 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_3918)) { + x_3919 = lean_alloc_ctor(1, 2, 0); } else { - x_3840 = x_3839; -} -lean_ctor_set(x_3840, 0, x_3837); -lean_ctor_set(x_3840, 1, x_3838); -return x_3840; + x_3919 = x_3918; } +lean_ctor_set(x_3919, 0, x_3916); +lean_ctor_set(x_3919, 1, x_3917); +return x_3919; } } else { -lean_object* x_3906; lean_object* x_3907; lean_object* x_3908; lean_object* x_3909; -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3906 = lean_ctor_get(x_3334, 0); -lean_inc(x_3906); -x_3907 = lean_ctor_get(x_3334, 1); -lean_inc(x_3907); -if (lean_is_exclusive(x_3334)) { - lean_ctor_release(x_3334, 0); - lean_ctor_release(x_3334, 1); - x_3908 = x_3334; -} else { - lean_dec_ref(x_3334); - x_3908 = lean_box(0); -} -if (lean_is_scalar(x_3908)) { - x_3909 = lean_alloc_ctor(1, 2, 0); -} else { - x_3909 = x_3908; -} -lean_ctor_set(x_3909, 0, x_3906); -lean_ctor_set(x_3909, 1, x_3907); -return x_3909; -} -} -else -{ -lean_object* x_3910; lean_object* x_3911; lean_object* x_3912; lean_object* x_3913; -lean_dec(x_3319); -lean_dec(x_3313); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3910 = lean_ctor_get(x_3329, 0); -lean_inc(x_3910); -x_3911 = lean_ctor_get(x_3329, 1); -lean_inc(x_3911); -if (lean_is_exclusive(x_3329)) { - lean_ctor_release(x_3329, 0); - lean_ctor_release(x_3329, 1); - x_3912 = x_3329; -} else { - lean_dec_ref(x_3329); - x_3912 = lean_box(0); -} -if (lean_is_scalar(x_3912)) { - x_3913 = lean_alloc_ctor(1, 2, 0); -} else { - x_3913 = x_3912; -} -lean_ctor_set(x_3913, 0, x_3910); -lean_ctor_set(x_3913, 1, x_3911); -return x_3913; -} -} -else -{ -lean_object* x_3914; lean_object* x_3915; lean_object* x_3916; lean_object* x_3917; -lean_dec(x_3319); -lean_dec(x_3313); +lean_object* x_3920; lean_object* x_3921; lean_object* x_3922; lean_object* x_3923; +lean_dec(x_3328); +lean_dec(x_3322); lean_dec(x_3307); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3914 = lean_ctor_get(x_3324, 0); -lean_inc(x_3914); -x_3915 = lean_ctor_get(x_3324, 1); -lean_inc(x_3915); -if (lean_is_exclusive(x_3324)) { - lean_ctor_release(x_3324, 0); - lean_ctor_release(x_3324, 1); - x_3916 = x_3324; -} else { - lean_dec_ref(x_3324); - x_3916 = lean_box(0); -} -if (lean_is_scalar(x_3916)) { - x_3917 = lean_alloc_ctor(1, 2, 0); -} else { - x_3917 = x_3916; -} -lean_ctor_set(x_3917, 0, x_3914); -lean_ctor_set(x_3917, 1, x_3915); -return x_3917; -} -} -else -{ -lean_object* x_3918; lean_object* x_3919; lean_object* x_3920; lean_object* x_3921; -lean_dec(x_3313); -lean_dec(x_3307); -lean_dec(x_3302); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3918 = lean_ctor_get(x_3318, 0); -lean_inc(x_3918); -x_3919 = lean_ctor_get(x_3318, 1); -lean_inc(x_3919); -if (lean_is_exclusive(x_3318)) { - lean_ctor_release(x_3318, 0); - lean_ctor_release(x_3318, 1); - x_3920 = x_3318; -} else { - lean_dec_ref(x_3318); - x_3920 = lean_box(0); -} -if (lean_is_scalar(x_3920)) { - x_3921 = lean_alloc_ctor(1, 2, 0); -} else { - x_3921 = x_3920; -} -lean_ctor_set(x_3921, 0, x_3918); -lean_ctor_set(x_3921, 1, x_3919); -return x_3921; -} -} -else -{ -lean_object* x_3922; lean_object* x_3923; lean_object* x_3924; lean_object* x_3925; -lean_dec(x_3307); -lean_dec(x_3302); -lean_dec(x_3298); -lean_dec(x_3297); -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3922 = lean_ctor_get(x_3312, 0); -lean_inc(x_3922); -x_3923 = lean_ctor_get(x_3312, 1); -lean_inc(x_3923); -if (lean_is_exclusive(x_3312)) { - lean_ctor_release(x_3312, 0); - lean_ctor_release(x_3312, 1); - x_3924 = x_3312; -} else { - lean_dec_ref(x_3312); - x_3924 = lean_box(0); -} -if (lean_is_scalar(x_3924)) { - x_3925 = lean_alloc_ctor(1, 2, 0); -} else { - x_3925 = x_3924; -} -lean_ctor_set(x_3925, 0, x_3922); -lean_ctor_set(x_3925, 1, x_3923); -return x_3925; -} -} -} -} -} -else -{ -lean_object* x_3966; lean_object* x_3967; lean_object* x_3968; lean_object* x_3969; -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3966 = lean_ctor_get(x_3291, 0); -lean_inc(x_3966); -x_3967 = lean_ctor_get(x_3291, 1); -lean_inc(x_3967); -if (lean_is_exclusive(x_3291)) { - lean_ctor_release(x_3291, 0); - lean_ctor_release(x_3291, 1); - x_3968 = x_3291; -} else { - lean_dec_ref(x_3291); - x_3968 = lean_box(0); -} -if (lean_is_scalar(x_3968)) { - x_3969 = lean_alloc_ctor(1, 2, 0); -} else { - x_3969 = x_3968; -} -lean_ctor_set(x_3969, 0, x_3966); -lean_ctor_set(x_3969, 1, x_3967); -return x_3969; -} -} -else -{ -lean_object* x_3970; lean_object* x_3971; lean_object* x_3972; lean_object* x_3973; -lean_dec(x_3255); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3970 = lean_ctor_get(x_3286, 0); -lean_inc(x_3970); -x_3971 = lean_ctor_get(x_3286, 1); -lean_inc(x_3971); -if (lean_is_exclusive(x_3286)) { - lean_ctor_release(x_3286, 0); - lean_ctor_release(x_3286, 1); - x_3972 = x_3286; -} else { - lean_dec_ref(x_3286); - x_3972 = lean_box(0); -} -if (lean_is_scalar(x_3972)) { - x_3973 = lean_alloc_ctor(1, 2, 0); -} else { - x_3973 = x_3972; -} -lean_ctor_set(x_3973, 0, x_3970); -lean_ctor_set(x_3973, 1, x_3971); -return x_3973; -} -} -else -{ -lean_object* x_3974; lean_object* x_3975; lean_object* x_3976; lean_object* x_3977; -lean_dec(x_3255); -lean_dec(x_3249); -lean_dec(x_3247); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3974 = lean_ctor_get(x_3281, 0); -lean_inc(x_3974); -x_3975 = lean_ctor_get(x_3281, 1); -lean_inc(x_3975); -if (lean_is_exclusive(x_3281)) { - lean_ctor_release(x_3281, 0); - lean_ctor_release(x_3281, 1); - x_3976 = x_3281; -} else { - lean_dec_ref(x_3281); - x_3976 = lean_box(0); -} -if (lean_is_scalar(x_3976)) { - x_3977 = lean_alloc_ctor(1, 2, 0); -} else { - x_3977 = x_3976; -} -lean_ctor_set(x_3977, 0, x_3974); -lean_ctor_set(x_3977, 1, x_3975); -return x_3977; -} -} -else -{ -lean_object* x_3978; lean_object* x_3979; lean_object* x_3980; lean_object* x_3981; -lean_dec(x_3255); -lean_dec(x_3249); -lean_dec(x_3247); -lean_dec(x_3241); -lean_dec(x_3236); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3978 = lean_ctor_get(x_3276, 0); -lean_inc(x_3978); -x_3979 = lean_ctor_get(x_3276, 1); -lean_inc(x_3979); -if (lean_is_exclusive(x_3276)) { - lean_ctor_release(x_3276, 0); - lean_ctor_release(x_3276, 1); - x_3980 = x_3276; -} else { - lean_dec_ref(x_3276); - x_3980 = lean_box(0); -} -if (lean_is_scalar(x_3980)) { - x_3981 = lean_alloc_ctor(1, 2, 0); -} else { - x_3981 = x_3980; -} -lean_ctor_set(x_3981, 0, x_3978); -lean_ctor_set(x_3981, 1, x_3979); -return x_3981; -} -} -else -{ -lean_object* x_3982; lean_object* x_3983; lean_object* x_3984; lean_object* x_3985; -lean_dec(x_3255); -lean_dec(x_3249); -lean_dec(x_3247); -lean_dec(x_3241); -lean_dec(x_3236); -lean_dec(x_3230); -lean_dec(x_3225); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3982 = lean_ctor_get(x_3268, 0); -lean_inc(x_3982); -x_3983 = lean_ctor_get(x_3268, 1); -lean_inc(x_3983); -if (lean_is_exclusive(x_3268)) { - lean_ctor_release(x_3268, 0); - lean_ctor_release(x_3268, 1); - x_3984 = x_3268; -} else { - lean_dec_ref(x_3268); - x_3984 = lean_box(0); -} -if (lean_is_scalar(x_3984)) { - x_3985 = lean_alloc_ctor(1, 2, 0); -} else { - x_3985 = x_3984; -} -lean_ctor_set(x_3985, 0, x_3982); -lean_ctor_set(x_3985, 1, x_3983); -return x_3985; -} -} -else -{ -lean_object* x_3986; lean_object* x_3987; lean_object* x_3988; lean_object* x_3989; -lean_dec(x_3255); -lean_dec(x_3249); -lean_dec(x_3247); -lean_dec(x_3241); -lean_dec(x_3236); -lean_dec(x_3230); -lean_dec(x_3225); -lean_dec(x_3219); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3986 = lean_ctor_get(x_3260, 0); -lean_inc(x_3986); -x_3987 = lean_ctor_get(x_3260, 1); -lean_inc(x_3987); -if (lean_is_exclusive(x_3260)) { - lean_ctor_release(x_3260, 0); - lean_ctor_release(x_3260, 1); - x_3988 = x_3260; -} else { - lean_dec_ref(x_3260); - x_3988 = lean_box(0); -} -if (lean_is_scalar(x_3988)) { - x_3989 = lean_alloc_ctor(1, 2, 0); -} else { - x_3989 = x_3988; -} -lean_ctor_set(x_3989, 0, x_3986); -lean_ctor_set(x_3989, 1, x_3987); -return x_3989; -} -} -else -{ -lean_object* x_3990; lean_object* x_3991; lean_object* x_3992; lean_object* x_3993; -lean_dec(x_3249); -lean_dec(x_3247); -lean_dec(x_3241); -lean_dec(x_3236); -lean_dec(x_3230); -lean_dec(x_3225); -lean_dec(x_3219); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_3990 = lean_ctor_get(x_3254, 0); -lean_inc(x_3990); -x_3991 = lean_ctor_get(x_3254, 1); -lean_inc(x_3991); -if (lean_is_exclusive(x_3254)) { - lean_ctor_release(x_3254, 0); - lean_ctor_release(x_3254, 1); - x_3992 = x_3254; -} else { - lean_dec_ref(x_3254); - x_3992 = lean_box(0); -} -if (lean_is_scalar(x_3992)) { - x_3993 = lean_alloc_ctor(1, 2, 0); -} else { - x_3993 = x_3992; -} -lean_ctor_set(x_3993, 0, x_3990); -lean_ctor_set(x_3993, 1, x_3991); -return x_3993; -} -} -} -else -{ -lean_object* x_4014; lean_object* x_4015; lean_object* x_4016; lean_object* x_4017; -lean_dec(x_3241); -lean_dec(x_3236); -lean_dec(x_3230); -lean_dec(x_3225); -lean_dec(x_3219); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_4014 = lean_ctor_get(x_3246, 0); -lean_inc(x_4014); -x_4015 = lean_ctor_get(x_3246, 1); -lean_inc(x_4015); -if (lean_is_exclusive(x_3246)) { - lean_ctor_release(x_3246, 0); - lean_ctor_release(x_3246, 1); - x_4016 = x_3246; -} else { - lean_dec_ref(x_3246); - x_4016 = lean_box(0); -} -if (lean_is_scalar(x_4016)) { - x_4017 = lean_alloc_ctor(1, 2, 0); -} else { - x_4017 = x_4016; -} -lean_ctor_set(x_4017, 0, x_4014); -lean_ctor_set(x_4017, 1, x_4015); -return x_4017; -} -} -} -else -{ -lean_object* x_4038; lean_object* x_4039; lean_object* x_4040; lean_object* x_4041; -lean_dec(x_3230); -lean_dec(x_3225); -lean_dec(x_3219); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_4038 = lean_ctor_get(x_3235, 0); -lean_inc(x_4038); -x_4039 = lean_ctor_get(x_3235, 1); -lean_inc(x_4039); -if (lean_is_exclusive(x_3235)) { - lean_ctor_release(x_3235, 0); - lean_ctor_release(x_3235, 1); - x_4040 = x_3235; -} else { - lean_dec_ref(x_3235); - x_4040 = lean_box(0); -} -if (lean_is_scalar(x_4040)) { - x_4041 = lean_alloc_ctor(1, 2, 0); -} else { - x_4041 = x_4040; -} -lean_ctor_set(x_4041, 0, x_4038); -lean_ctor_set(x_4041, 1, x_4039); -return x_4041; -} -} -} -else -{ -lean_object* x_4062; lean_object* x_4063; lean_object* x_4064; lean_object* x_4065; -lean_dec(x_3219); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); lean_dec(x_3215); -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3920 = lean_ctor_get(x_3338, 0); +lean_inc(x_3920); +x_3921 = lean_ctor_get(x_3338, 1); +lean_inc(x_3921); +if (lean_is_exclusive(x_3338)) { + lean_ctor_release(x_3338, 0); + lean_ctor_release(x_3338, 1); + x_3922 = x_3338; +} else { + lean_dec_ref(x_3338); + x_3922 = lean_box(0); +} +if (lean_is_scalar(x_3922)) { + x_3923 = lean_alloc_ctor(1, 2, 0); +} else { + x_3923 = x_3922; +} +lean_ctor_set(x_3923, 0, x_3920); +lean_ctor_set(x_3923, 1, x_3921); +return x_3923; +} +} +else +{ +lean_object* x_3924; lean_object* x_3925; lean_object* x_3926; lean_object* x_3927; +lean_dec(x_3328); +lean_dec(x_3322); +lean_dec(x_3316); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3924 = lean_ctor_get(x_3333, 0); +lean_inc(x_3924); +x_3925 = lean_ctor_get(x_3333, 1); +lean_inc(x_3925); +if (lean_is_exclusive(x_3333)) { + lean_ctor_release(x_3333, 0); + lean_ctor_release(x_3333, 1); + x_3926 = x_3333; +} else { + lean_dec_ref(x_3333); + x_3926 = lean_box(0); +} +if (lean_is_scalar(x_3926)) { + x_3927 = lean_alloc_ctor(1, 2, 0); +} else { + x_3927 = x_3926; +} +lean_ctor_set(x_3927, 0, x_3924); +lean_ctor_set(x_3927, 1, x_3925); +return x_3927; +} +} +else +{ +lean_object* x_3928; lean_object* x_3929; lean_object* x_3930; lean_object* x_3931; +lean_dec(x_3322); +lean_dec(x_3316); +lean_dec(x_3311); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3928 = lean_ctor_get(x_3327, 0); +lean_inc(x_3928); +x_3929 = lean_ctor_get(x_3327, 1); +lean_inc(x_3929); +if (lean_is_exclusive(x_3327)) { + lean_ctor_release(x_3327, 0); + lean_ctor_release(x_3327, 1); + x_3930 = x_3327; +} else { + lean_dec_ref(x_3327); + x_3930 = lean_box(0); +} +if (lean_is_scalar(x_3930)) { + x_3931 = lean_alloc_ctor(1, 2, 0); +} else { + x_3931 = x_3930; +} +lean_ctor_set(x_3931, 0, x_3928); +lean_ctor_set(x_3931, 1, x_3929); +return x_3931; +} +} +else +{ +lean_object* x_3932; lean_object* x_3933; lean_object* x_3934; lean_object* x_3935; +lean_dec(x_3316); +lean_dec(x_3311); +lean_dec(x_3307); +lean_dec(x_3306); +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3932 = lean_ctor_get(x_3321, 0); +lean_inc(x_3932); +x_3933 = lean_ctor_get(x_3321, 1); +lean_inc(x_3933); +if (lean_is_exclusive(x_3321)) { + lean_ctor_release(x_3321, 0); + lean_ctor_release(x_3321, 1); + x_3934 = x_3321; +} else { + lean_dec_ref(x_3321); + x_3934 = lean_box(0); +} +if (lean_is_scalar(x_3934)) { + x_3935 = lean_alloc_ctor(1, 2, 0); +} else { + x_3935 = x_3934; +} +lean_ctor_set(x_3935, 0, x_3932); +lean_ctor_set(x_3935, 1, x_3933); +return x_3935; +} +} +} +} +} +else +{ +lean_object* x_3976; lean_object* x_3977; lean_object* x_3978; lean_object* x_3979; +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3976 = lean_ctor_get(x_3300, 0); +lean_inc(x_3976); +x_3977 = lean_ctor_get(x_3300, 1); +lean_inc(x_3977); +if (lean_is_exclusive(x_3300)) { + lean_ctor_release(x_3300, 0); + lean_ctor_release(x_3300, 1); + x_3978 = x_3300; +} else { + lean_dec_ref(x_3300); + x_3978 = lean_box(0); +} +if (lean_is_scalar(x_3978)) { + x_3979 = lean_alloc_ctor(1, 2, 0); +} else { + x_3979 = x_3978; +} +lean_ctor_set(x_3979, 0, x_3976); +lean_ctor_set(x_3979, 1, x_3977); +return x_3979; +} +} +else +{ +lean_object* x_3980; lean_object* x_3981; lean_object* x_3982; lean_object* x_3983; +lean_dec(x_3264); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3980 = lean_ctor_get(x_3295, 0); +lean_inc(x_3980); +x_3981 = lean_ctor_get(x_3295, 1); +lean_inc(x_3981); +if (lean_is_exclusive(x_3295)) { + lean_ctor_release(x_3295, 0); + lean_ctor_release(x_3295, 1); + x_3982 = x_3295; +} else { + lean_dec_ref(x_3295); + x_3982 = lean_box(0); +} +if (lean_is_scalar(x_3982)) { + x_3983 = lean_alloc_ctor(1, 2, 0); +} else { + x_3983 = x_3982; +} +lean_ctor_set(x_3983, 0, x_3980); +lean_ctor_set(x_3983, 1, x_3981); +return x_3983; +} +} +else +{ +lean_object* x_3984; lean_object* x_3985; lean_object* x_3986; lean_object* x_3987; +lean_dec(x_3264); +lean_dec(x_3258); +lean_dec(x_3256); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3984 = lean_ctor_get(x_3290, 0); +lean_inc(x_3984); +x_3985 = lean_ctor_get(x_3290, 1); +lean_inc(x_3985); +if (lean_is_exclusive(x_3290)) { + lean_ctor_release(x_3290, 0); + lean_ctor_release(x_3290, 1); + x_3986 = x_3290; +} else { + lean_dec_ref(x_3290); + x_3986 = lean_box(0); +} +if (lean_is_scalar(x_3986)) { + x_3987 = lean_alloc_ctor(1, 2, 0); +} else { + x_3987 = x_3986; +} +lean_ctor_set(x_3987, 0, x_3984); +lean_ctor_set(x_3987, 1, x_3985); +return x_3987; +} +} +else +{ +lean_object* x_3988; lean_object* x_3989; lean_object* x_3990; lean_object* x_3991; +lean_dec(x_3264); +lean_dec(x_3258); +lean_dec(x_3256); +lean_dec(x_3250); +lean_dec(x_3245); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3988 = lean_ctor_get(x_3285, 0); +lean_inc(x_3988); +x_3989 = lean_ctor_get(x_3285, 1); +lean_inc(x_3989); +if (lean_is_exclusive(x_3285)) { + lean_ctor_release(x_3285, 0); + lean_ctor_release(x_3285, 1); + x_3990 = x_3285; +} else { + lean_dec_ref(x_3285); + x_3990 = lean_box(0); +} +if (lean_is_scalar(x_3990)) { + x_3991 = lean_alloc_ctor(1, 2, 0); +} else { + x_3991 = x_3990; +} +lean_ctor_set(x_3991, 0, x_3988); +lean_ctor_set(x_3991, 1, x_3989); +return x_3991; +} +} +else +{ +lean_object* x_3992; lean_object* x_3993; lean_object* x_3994; lean_object* x_3995; +lean_dec(x_3264); +lean_dec(x_3258); +lean_dec(x_3256); +lean_dec(x_3250); +lean_dec(x_3245); +lean_dec(x_3239); +lean_dec(x_3234); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3992 = lean_ctor_get(x_3277, 0); +lean_inc(x_3992); +x_3993 = lean_ctor_get(x_3277, 1); +lean_inc(x_3993); +if (lean_is_exclusive(x_3277)) { + lean_ctor_release(x_3277, 0); + lean_ctor_release(x_3277, 1); + x_3994 = x_3277; +} else { + lean_dec_ref(x_3277); + x_3994 = lean_box(0); +} +if (lean_is_scalar(x_3994)) { + x_3995 = lean_alloc_ctor(1, 2, 0); +} else { + x_3995 = x_3994; +} +lean_ctor_set(x_3995, 0, x_3992); +lean_ctor_set(x_3995, 1, x_3993); +return x_3995; +} +} +else +{ +lean_object* x_3996; lean_object* x_3997; lean_object* x_3998; lean_object* x_3999; +lean_dec(x_3264); +lean_dec(x_3258); +lean_dec(x_3256); +lean_dec(x_3250); +lean_dec(x_3245); +lean_dec(x_3239); +lean_dec(x_3234); +lean_dec(x_3228); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_3996 = lean_ctor_get(x_3269, 0); +lean_inc(x_3996); +x_3997 = lean_ctor_get(x_3269, 1); +lean_inc(x_3997); +if (lean_is_exclusive(x_3269)) { + lean_ctor_release(x_3269, 0); + lean_ctor_release(x_3269, 1); + x_3998 = x_3269; +} else { + lean_dec_ref(x_3269); + x_3998 = lean_box(0); +} +if (lean_is_scalar(x_3998)) { + x_3999 = lean_alloc_ctor(1, 2, 0); +} else { + x_3999 = x_3998; +} +lean_ctor_set(x_3999, 0, x_3996); +lean_ctor_set(x_3999, 1, x_3997); +return x_3999; +} +} +else +{ +lean_object* x_4000; lean_object* x_4001; lean_object* x_4002; lean_object* x_4003; +lean_dec(x_3258); +lean_dec(x_3256); +lean_dec(x_3250); +lean_dec(x_3245); +lean_dec(x_3239); +lean_dec(x_3234); +lean_dec(x_3228); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_4000 = lean_ctor_get(x_3263, 0); +lean_inc(x_4000); +x_4001 = lean_ctor_get(x_3263, 1); +lean_inc(x_4001); +if (lean_is_exclusive(x_3263)) { + lean_ctor_release(x_3263, 0); + lean_ctor_release(x_3263, 1); + x_4002 = x_3263; +} else { + lean_dec_ref(x_3263); + x_4002 = lean_box(0); +} +if (lean_is_scalar(x_4002)) { + x_4003 = lean_alloc_ctor(1, 2, 0); +} else { + x_4003 = x_4002; +} +lean_ctor_set(x_4003, 0, x_4000); +lean_ctor_set(x_4003, 1, x_4001); +return x_4003; +} +} +} +else +{ +lean_object* x_4024; lean_object* x_4025; lean_object* x_4026; lean_object* x_4027; +lean_dec(x_3250); +lean_dec(x_3245); +lean_dec(x_3239); +lean_dec(x_3234); +lean_dec(x_3228); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_22); lean_dec(x_20); lean_dec(x_18); @@ -23182,37 +23130,132 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_4062 = lean_ctor_get(x_3224, 0); -lean_inc(x_4062); -x_4063 = lean_ctor_get(x_3224, 1); -lean_inc(x_4063); -if (lean_is_exclusive(x_3224)) { - lean_ctor_release(x_3224, 0); - lean_ctor_release(x_3224, 1); - x_4064 = x_3224; +x_4024 = lean_ctor_get(x_3255, 0); +lean_inc(x_4024); +x_4025 = lean_ctor_get(x_3255, 1); +lean_inc(x_4025); +if (lean_is_exclusive(x_3255)) { + lean_ctor_release(x_3255, 0); + lean_ctor_release(x_3255, 1); + x_4026 = x_3255; } else { - lean_dec_ref(x_3224); - x_4064 = lean_box(0); + lean_dec_ref(x_3255); + x_4026 = lean_box(0); } -if (lean_is_scalar(x_4064)) { - x_4065 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_4026)) { + x_4027 = lean_alloc_ctor(1, 2, 0); } else { - x_4065 = x_4064; + x_4027 = x_4026; } -lean_ctor_set(x_4065, 0, x_4062); -lean_ctor_set(x_4065, 1, x_4063); -return x_4065; +lean_ctor_set(x_4027, 0, x_4024); +lean_ctor_set(x_4027, 1, x_4025); +return x_4027; } } } else { -lean_object* x_4086; lean_object* x_4087; lean_object* x_4088; lean_object* x_4089; -lean_dec(x_3211); -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_object* x_4048; lean_object* x_4049; lean_object* x_4050; lean_object* x_4051; +lean_dec(x_3239); +lean_dec(x_3234); +lean_dec(x_3228); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_22); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_4048 = lean_ctor_get(x_3244, 0); +lean_inc(x_4048); +x_4049 = lean_ctor_get(x_3244, 1); +lean_inc(x_4049); +if (lean_is_exclusive(x_3244)) { + lean_ctor_release(x_3244, 0); + lean_ctor_release(x_3244, 1); + x_4050 = x_3244; +} else { + lean_dec_ref(x_3244); + x_4050 = lean_box(0); +} +if (lean_is_scalar(x_4050)) { + x_4051 = lean_alloc_ctor(1, 2, 0); +} else { + x_4051 = x_4050; +} +lean_ctor_set(x_4051, 0, x_4048); +lean_ctor_set(x_4051, 1, x_4049); +return x_4051; +} +} +} +else +{ +lean_object* x_4072; lean_object* x_4073; lean_object* x_4074; lean_object* x_4075; +lean_dec(x_3228); +lean_dec(x_3224); +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); +lean_dec(x_22); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_4072 = lean_ctor_get(x_3233, 0); +lean_inc(x_4072); +x_4073 = lean_ctor_get(x_3233, 1); +lean_inc(x_4073); +if (lean_is_exclusive(x_3233)) { + lean_ctor_release(x_3233, 0); + lean_ctor_release(x_3233, 1); + x_4074 = x_3233; +} else { + lean_dec_ref(x_3233); + x_4074 = lean_box(0); +} +if (lean_is_scalar(x_4074)) { + x_4075 = lean_alloc_ctor(1, 2, 0); +} else { + x_4075 = x_4074; +} +lean_ctor_set(x_4075, 0, x_4072); +lean_ctor_set(x_4075, 1, x_4073); +return x_4075; +} +} +} +else +{ +lean_object* x_4096; lean_object* x_4097; lean_object* x_4098; lean_object* x_4099; +lean_dec(x_3220); +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_22); lean_dec(x_20); lean_dec(x_18); @@ -23228,35 +23271,35 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_4086 = lean_ctor_get(x_3213, 0); -lean_inc(x_4086); -x_4087 = lean_ctor_get(x_3213, 1); -lean_inc(x_4087); -if (lean_is_exclusive(x_3213)) { - lean_ctor_release(x_3213, 0); - lean_ctor_release(x_3213, 1); - x_4088 = x_3213; +x_4096 = lean_ctor_get(x_3222, 0); +lean_inc(x_4096); +x_4097 = lean_ctor_get(x_3222, 1); +lean_inc(x_4097); +if (lean_is_exclusive(x_3222)) { + lean_ctor_release(x_3222, 0); + lean_ctor_release(x_3222, 1); + x_4098 = x_3222; } else { - lean_dec_ref(x_3213); - x_4088 = lean_box(0); + lean_dec_ref(x_3222); + x_4098 = lean_box(0); } -if (lean_is_scalar(x_4088)) { - x_4089 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_4098)) { + x_4099 = lean_alloc_ctor(1, 2, 0); } else { - x_4089 = x_4088; + x_4099 = x_4098; } -lean_ctor_set(x_4089, 0, x_4086); -lean_ctor_set(x_4089, 1, x_4087); -return x_4089; +lean_ctor_set(x_4099, 0, x_4096); +lean_ctor_set(x_4099, 1, x_4097); +return x_4099; } } else { -lean_object* x_4090; lean_object* x_4091; lean_object* x_4092; lean_object* x_4093; -lean_dec(x_3206); -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_object* x_4100; lean_object* x_4101; lean_object* x_4102; lean_object* x_4103; +lean_dec(x_3215); +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_22); lean_dec(x_20); lean_dec(x_18); @@ -23272,35 +23315,35 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_4090 = lean_ctor_get(x_3210, 0); -lean_inc(x_4090); -x_4091 = lean_ctor_get(x_3210, 1); -lean_inc(x_4091); -if (lean_is_exclusive(x_3210)) { - lean_ctor_release(x_3210, 0); - lean_ctor_release(x_3210, 1); - x_4092 = x_3210; +x_4100 = lean_ctor_get(x_3219, 0); +lean_inc(x_4100); +x_4101 = lean_ctor_get(x_3219, 1); +lean_inc(x_4101); +if (lean_is_exclusive(x_3219)) { + lean_ctor_release(x_3219, 0); + lean_ctor_release(x_3219, 1); + x_4102 = x_3219; } else { - lean_dec_ref(x_3210); - x_4092 = lean_box(0); + lean_dec_ref(x_3219); + x_4102 = lean_box(0); } -if (lean_is_scalar(x_4092)) { - x_4093 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_4102)) { + x_4103 = lean_alloc_ctor(1, 2, 0); } else { - x_4093 = x_4092; + x_4103 = x_4102; } -lean_ctor_set(x_4093, 0, x_4090); -lean_ctor_set(x_4093, 1, x_4091); -return x_4093; +lean_ctor_set(x_4103, 0, x_4100); +lean_ctor_set(x_4103, 1, x_4101); +return x_4103; } } } else { -lean_object* x_4094; lean_object* x_4095; lean_object* x_4096; lean_object* x_4097; -lean_dec(x_3193); -lean_dec(x_3187); -lean_dec(x_3183); +lean_object* x_4104; lean_object* x_4105; lean_object* x_4106; lean_object* x_4107; +lean_dec(x_3202); +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_22); lean_dec(x_20); lean_dec(x_18); @@ -23316,33 +23359,33 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_4094 = lean_ctor_get(x_3199, 0); -lean_inc(x_4094); -x_4095 = lean_ctor_get(x_3199, 1); -lean_inc(x_4095); -if (lean_is_exclusive(x_3199)) { - lean_ctor_release(x_3199, 0); - lean_ctor_release(x_3199, 1); - x_4096 = x_3199; +x_4104 = lean_ctor_get(x_3208, 0); +lean_inc(x_4104); +x_4105 = lean_ctor_get(x_3208, 1); +lean_inc(x_4105); +if (lean_is_exclusive(x_3208)) { + lean_ctor_release(x_3208, 0); + lean_ctor_release(x_3208, 1); + x_4106 = x_3208; } else { - lean_dec_ref(x_3199); - x_4096 = lean_box(0); + lean_dec_ref(x_3208); + x_4106 = lean_box(0); } -if (lean_is_scalar(x_4096)) { - x_4097 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_4106)) { + x_4107 = lean_alloc_ctor(1, 2, 0); } else { - x_4097 = x_4096; + x_4107 = x_4106; } -lean_ctor_set(x_4097, 0, x_4094); -lean_ctor_set(x_4097, 1, x_4095); -return x_4097; +lean_ctor_set(x_4107, 0, x_4104); +lean_ctor_set(x_4107, 1, x_4105); +return x_4107; } } else { -lean_object* x_4098; lean_object* x_4099; lean_object* x_4100; lean_object* x_4101; -lean_dec(x_3187); -lean_dec(x_3183); +lean_object* x_4108; lean_object* x_4109; lean_object* x_4110; lean_object* x_4111; +lean_dec(x_3196); +lean_dec(x_3192); lean_dec(x_22); lean_dec(x_20); lean_dec(x_18); @@ -23358,26 +23401,26 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_4098 = lean_ctor_get(x_3192, 0); -lean_inc(x_4098); -x_4099 = lean_ctor_get(x_3192, 1); -lean_inc(x_4099); -if (lean_is_exclusive(x_3192)) { - lean_ctor_release(x_3192, 0); - lean_ctor_release(x_3192, 1); - x_4100 = x_3192; +x_4108 = lean_ctor_get(x_3201, 0); +lean_inc(x_4108); +x_4109 = lean_ctor_get(x_3201, 1); +lean_inc(x_4109); +if (lean_is_exclusive(x_3201)) { + lean_ctor_release(x_3201, 0); + lean_ctor_release(x_3201, 1); + x_4110 = x_3201; } else { - lean_dec_ref(x_3192); - x_4100 = lean_box(0); + lean_dec_ref(x_3201); + x_4110 = lean_box(0); } -if (lean_is_scalar(x_4100)) { - x_4101 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_4110)) { + x_4111 = lean_alloc_ctor(1, 2, 0); } else { - x_4101 = x_4100; + x_4111 = x_4110; } -lean_ctor_set(x_4101, 0, x_4098); -lean_ctor_set(x_4101, 1, x_4099); -return x_4101; +lean_ctor_set(x_4111, 0, x_4108); +lean_ctor_set(x_4111, 1, x_4109); +return x_4111; } } } @@ -23385,7 +23428,7 @@ return x_4101; } else { -uint8_t x_4122; +uint8_t x_4132; lean_dec(x_22); lean_dec(x_20); lean_dec(x_18); @@ -23401,29 +23444,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_4122 = !lean_is_exclusive(x_27); -if (x_4122 == 0) +x_4132 = !lean_is_exclusive(x_27); +if (x_4132 == 0) { return x_27; } else { -lean_object* x_4123; lean_object* x_4124; lean_object* x_4125; -x_4123 = lean_ctor_get(x_27, 0); -x_4124 = lean_ctor_get(x_27, 1); -lean_inc(x_4124); -lean_inc(x_4123); +lean_object* x_4133; lean_object* x_4134; lean_object* x_4135; +x_4133 = lean_ctor_get(x_27, 0); +x_4134 = lean_ctor_get(x_27, 1); +lean_inc(x_4134); +lean_inc(x_4133); lean_dec(x_27); -x_4125 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_4125, 0, x_4123); -lean_ctor_set(x_4125, 1, x_4124); -return x_4125; +x_4135 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_4135, 0, x_4133); +lean_ctor_set(x_4135, 1, x_4134); +return x_4135; } } } else { -uint8_t x_4126; +uint8_t x_4136; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -23433,23 +23476,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_4126 = !lean_is_exclusive(x_11); -if (x_4126 == 0) +x_4136 = !lean_is_exclusive(x_11); +if (x_4136 == 0) { return x_11; } else { -lean_object* x_4127; lean_object* x_4128; lean_object* x_4129; -x_4127 = lean_ctor_get(x_11, 0); -x_4128 = lean_ctor_get(x_11, 1); -lean_inc(x_4128); -lean_inc(x_4127); +lean_object* x_4137; lean_object* x_4138; lean_object* x_4139; +x_4137 = lean_ctor_get(x_11, 0); +x_4138 = lean_ctor_get(x_11, 1); +lean_inc(x_4138); +lean_inc(x_4137); lean_dec(x_11); -x_4129 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_4129, 0, x_4127); -lean_ctor_set(x_4129, 1, x_4128); -return x_4129; +x_4139 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_4139, 0, x_4137); +lean_ctor_set(x_4139, 1, x_4138); +return x_4139; } } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Types.c b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Types.c index 8e638cbd04..92b85eaf50 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Types.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Types.c @@ -298,10 +298,11 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Meta_Grind_Arith_Linear_instInhabitedDiseqCnstr___closed__3; x_2 = lean_box(0); -x_3 = lean_alloc_ctor(0, 3, 0); +x_3 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_3, 0, x_1); -lean_ctor_set(x_3, 1, x_2); +lean_ctor_set(x_3, 1, x_1); lean_ctor_set(x_3, 2, x_2); +lean_ctor_set(x_3, 3, x_2); return x_3; } } @@ -399,7 +400,7 @@ x_4 = lean_box(0); x_5 = l_Lean_Meta_Grind_Arith_Linear_instInhabitedStruct___closed__4; x_6 = l_Lean_Meta_Grind_Arith_Linear_instInhabitedStruct___closed__6; x_7 = 0; -x_8 = lean_alloc_ctor(0, 31, 1); +x_8 = lean_alloc_ctor(0, 32, 1); lean_ctor_set(x_8, 0, x_2); lean_ctor_set(x_8, 1, x_1); lean_ctor_set(x_8, 2, x_3); @@ -431,7 +432,8 @@ lean_ctor_set(x_8, 27, x_5); lean_ctor_set(x_8, 28, x_5); lean_ctor_set(x_8, 29, x_1); lean_ctor_set(x_8, 30, x_6); -lean_ctor_set_uint8(x_8, sizeof(void*)*31, x_7); +lean_ctor_set(x_8, 31, x_5); +lean_ctor_set_uint8(x_8, sizeof(void*)*32, x_7); return x_8; } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Util.c b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Util.c index ccdee09224..415493395d 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Util.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Util.c @@ -64,6 +64,7 @@ LEAN_EXPORT lean_object* l_Lean_Grind_Linarith_Poly_eval_x3f_go___boxed(lean_obj LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_getRing_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_outOfBounds___rarg(lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_hasNoNatZeroDivisors(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_Meta_Grind_Arith_Linear_getLinearOrderInst___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_LinearM_run(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_modifyStruct(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -80,6 +81,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_getRing_x3f(lean_object* LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Grind_Arith_Linear_getLinearOrderInst___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* l_Lean_Meta_Grind_Arith_shrink(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Grind_Linarith_Poly_eval_x3f(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_Meta_Grind_Arith_Linear_hasNoNatZeroDivisors___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_Meta_Grind_Arith_Linear_getVar(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_Meta_Grind_Arith_Linear_getVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Std_Internal_Rat_instDecidableLe(lean_object*, lean_object*); @@ -1865,6 +1867,118 @@ lean_dec(x_1); return x_11; } } +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_hasNoNatZeroDivisors(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_Lean_Meta_Grind_Arith_Linear_LinearM_getStruct(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_11) == 0) +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_12, 9); +lean_inc(x_13); +lean_dec(x_12); +if (lean_obj_tag(x_13) == 0) +{ +uint8_t x_14; +x_14 = !lean_is_exclusive(x_11); +if (x_14 == 0) +{ +lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_15 = lean_ctor_get(x_11, 0); +lean_dec(x_15); +x_16 = 0; +x_17 = lean_box(x_16); +lean_ctor_set(x_11, 0, x_17); +return x_11; +} +else +{ +lean_object* x_18; uint8_t x_19; lean_object* x_20; lean_object* x_21; +x_18 = lean_ctor_get(x_11, 1); +lean_inc(x_18); +lean_dec(x_11); +x_19 = 0; +x_20 = lean_box(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_18); +return x_21; +} +} +else +{ +uint8_t x_22; +lean_dec(x_13); +x_22 = !lean_is_exclusive(x_11); +if (x_22 == 0) +{ +lean_object* x_23; uint8_t x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_11, 0); +lean_dec(x_23); +x_24 = 1; +x_25 = lean_box(x_24); +lean_ctor_set(x_11, 0, x_25); +return x_11; +} +else +{ +lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; +x_26 = lean_ctor_get(x_11, 1); +lean_inc(x_26); +lean_dec(x_11); +x_27 = 1; +x_28 = lean_box(x_27); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_26); +return x_29; +} +} +} +else +{ +uint8_t x_30; +x_30 = !lean_is_exclusive(x_11); +if (x_30 == 0) +{ +return x_11; +} +else +{ +lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = lean_ctor_get(x_11, 0); +x_32 = lean_ctor_get(x_11, 1); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_11); +x_33 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_33, 0, x_31); +lean_ctor_set(x_33, 1, x_32); +return x_33; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_hasNoNatZeroDivisors___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_Lean_Meta_Grind_Arith_Linear_hasNoNatZeroDivisors(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(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_11; +} +} LEAN_EXPORT lean_object* l_Lean_Meta_Grind_Arith_Linear_modifyStruct(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: { @@ -4052,7 +4166,7 @@ return x_43; } else { -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; 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; uint8_t 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_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; 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; uint8_t 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; x_44 = lean_ctor_get(x_32, 0); x_45 = lean_ctor_get(x_32, 1); x_46 = lean_ctor_get(x_32, 2); @@ -4082,9 +4196,11 @@ x_69 = lean_ctor_get(x_32, 25); x_70 = lean_ctor_get(x_32, 26); x_71 = lean_ctor_get(x_32, 27); x_72 = lean_ctor_get(x_32, 28); -x_73 = lean_ctor_get_uint8(x_32, sizeof(void*)*31); +x_73 = lean_ctor_get_uint8(x_32, sizeof(void*)*32); x_74 = lean_ctor_get(x_32, 29); x_75 = lean_ctor_get(x_32, 30); +x_76 = lean_ctor_get(x_32, 31); +lean_inc(x_76); lean_inc(x_75); lean_inc(x_74); lean_inc(x_72); @@ -4117,852 +4233,865 @@ lean_inc(x_46); lean_inc(x_45); lean_inc(x_44); lean_dec(x_32); -x_76 = l_Lean_Meta_Grind_Arith_shrink(x_72, x_1); -x_77 = lean_alloc_ctor(0, 31, 1); -lean_ctor_set(x_77, 0, x_44); -lean_ctor_set(x_77, 1, x_45); -lean_ctor_set(x_77, 2, x_46); -lean_ctor_set(x_77, 3, x_47); -lean_ctor_set(x_77, 4, x_48); -lean_ctor_set(x_77, 5, x_49); -lean_ctor_set(x_77, 6, x_50); -lean_ctor_set(x_77, 7, x_51); -lean_ctor_set(x_77, 8, x_52); -lean_ctor_set(x_77, 9, x_53); -lean_ctor_set(x_77, 10, x_54); -lean_ctor_set(x_77, 11, x_55); -lean_ctor_set(x_77, 12, x_56); -lean_ctor_set(x_77, 13, x_57); -lean_ctor_set(x_77, 14, x_58); -lean_ctor_set(x_77, 15, x_59); -lean_ctor_set(x_77, 16, x_60); -lean_ctor_set(x_77, 17, x_61); -lean_ctor_set(x_77, 18, x_62); -lean_ctor_set(x_77, 19, x_63); -lean_ctor_set(x_77, 20, x_64); -lean_ctor_set(x_77, 21, x_65); -lean_ctor_set(x_77, 22, x_66); -lean_ctor_set(x_77, 23, x_67); -lean_ctor_set(x_77, 24, x_68); -lean_ctor_set(x_77, 25, x_69); -lean_ctor_set(x_77, 26, x_70); -lean_ctor_set(x_77, 27, x_71); -lean_ctor_set(x_77, 28, x_76); -lean_ctor_set(x_77, 29, x_74); -lean_ctor_set(x_77, 30, x_75); -lean_ctor_set_uint8(x_77, sizeof(void*)*31, x_73); -x_78 = lean_array_fset(x_34, x_2, x_77); -lean_ctor_set(x_15, 0, x_78); -x_79 = lean_st_ref_set(x_3, x_13, x_16); -x_80 = lean_ctor_get(x_79, 1); -lean_inc(x_80); -if (lean_is_exclusive(x_79)) { - lean_ctor_release(x_79, 0); - lean_ctor_release(x_79, 1); - x_81 = x_79; +x_77 = l_Lean_Meta_Grind_Arith_shrink(x_72, x_1); +x_78 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_78, 0, x_44); +lean_ctor_set(x_78, 1, x_45); +lean_ctor_set(x_78, 2, x_46); +lean_ctor_set(x_78, 3, x_47); +lean_ctor_set(x_78, 4, x_48); +lean_ctor_set(x_78, 5, x_49); +lean_ctor_set(x_78, 6, x_50); +lean_ctor_set(x_78, 7, x_51); +lean_ctor_set(x_78, 8, x_52); +lean_ctor_set(x_78, 9, x_53); +lean_ctor_set(x_78, 10, x_54); +lean_ctor_set(x_78, 11, x_55); +lean_ctor_set(x_78, 12, x_56); +lean_ctor_set(x_78, 13, x_57); +lean_ctor_set(x_78, 14, x_58); +lean_ctor_set(x_78, 15, x_59); +lean_ctor_set(x_78, 16, x_60); +lean_ctor_set(x_78, 17, x_61); +lean_ctor_set(x_78, 18, x_62); +lean_ctor_set(x_78, 19, x_63); +lean_ctor_set(x_78, 20, x_64); +lean_ctor_set(x_78, 21, x_65); +lean_ctor_set(x_78, 22, x_66); +lean_ctor_set(x_78, 23, x_67); +lean_ctor_set(x_78, 24, x_68); +lean_ctor_set(x_78, 25, x_69); +lean_ctor_set(x_78, 26, x_70); +lean_ctor_set(x_78, 27, x_71); +lean_ctor_set(x_78, 28, x_77); +lean_ctor_set(x_78, 29, x_74); +lean_ctor_set(x_78, 30, x_75); +lean_ctor_set(x_78, 31, x_76); +lean_ctor_set_uint8(x_78, sizeof(void*)*32, x_73); +x_79 = lean_array_fset(x_34, x_2, x_78); +lean_ctor_set(x_15, 0, x_79); +x_80 = lean_st_ref_set(x_3, x_13, x_16); +x_81 = lean_ctor_get(x_80, 1); +lean_inc(x_81); +if (lean_is_exclusive(x_80)) { + lean_ctor_release(x_80, 0); + lean_ctor_release(x_80, 1); + x_82 = x_80; } else { - lean_dec_ref(x_79); - x_81 = lean_box(0); + lean_dec_ref(x_80); + x_82 = lean_box(0); } -if (lean_is_scalar(x_81)) { - x_82 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_82)) { + x_83 = lean_alloc_ctor(0, 2, 0); } else { - x_82 = x_81; + x_83 = x_82; } -lean_ctor_set(x_82, 0, x_33); -lean_ctor_set(x_82, 1, x_80); -return x_82; +lean_ctor_set(x_83, 0, x_33); +lean_ctor_set(x_83, 1, x_81); +return x_83; } } } else { -lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; uint8_t x_87; -x_83 = lean_ctor_get(x_15, 0); -x_84 = lean_ctor_get(x_15, 1); -x_85 = lean_ctor_get(x_15, 2); +lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; +x_84 = lean_ctor_get(x_15, 0); +x_85 = lean_ctor_get(x_15, 1); +x_86 = lean_ctor_get(x_15, 2); +lean_inc(x_86); lean_inc(x_85); lean_inc(x_84); -lean_inc(x_83); lean_dec(x_15); -x_86 = lean_array_get_size(x_83); -x_87 = lean_nat_dec_lt(x_2, x_86); -lean_dec(x_86); -if (x_87 == 0) +x_87 = lean_array_get_size(x_84); +x_88 = lean_nat_dec_lt(x_2, x_87); +lean_dec(x_87); +if (x_88 == 0) { -lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_88 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_88, 0, x_83); -lean_ctor_set(x_88, 1, x_84); -lean_ctor_set(x_88, 2, x_85); -lean_ctor_set(x_14, 3, x_88); -x_89 = lean_st_ref_set(x_3, x_13, x_16); -x_90 = lean_ctor_get(x_89, 1); -lean_inc(x_90); -if (lean_is_exclusive(x_89)) { - lean_ctor_release(x_89, 0); - lean_ctor_release(x_89, 1); - x_91 = x_89; +lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_89 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_89, 0, x_84); +lean_ctor_set(x_89, 1, x_85); +lean_ctor_set(x_89, 2, x_86); +lean_ctor_set(x_14, 3, x_89); +x_90 = lean_st_ref_set(x_3, x_13, x_16); +x_91 = lean_ctor_get(x_90, 1); +lean_inc(x_91); +if (lean_is_exclusive(x_90)) { + lean_ctor_release(x_90, 0); + lean_ctor_release(x_90, 1); + x_92 = x_90; } else { - lean_dec_ref(x_89); - x_91 = lean_box(0); + lean_dec_ref(x_90); + x_92 = lean_box(0); } -x_92 = lean_box(0); -if (lean_is_scalar(x_91)) { - x_93 = lean_alloc_ctor(0, 2, 0); +x_93 = lean_box(0); +if (lean_is_scalar(x_92)) { + x_94 = lean_alloc_ctor(0, 2, 0); } else { - x_93 = x_91; + x_94 = x_92; } -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_90); -return x_93; +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_91); +return x_94; } else { -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; uint8_t 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; -x_94 = lean_array_fget(x_83, x_2); -x_95 = lean_box(0); -x_96 = lean_array_fset(x_83, x_2, x_95); -x_97 = lean_ctor_get(x_94, 0); -lean_inc(x_97); -x_98 = lean_ctor_get(x_94, 1); +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; uint8_t 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; +x_95 = lean_array_fget(x_84, x_2); +x_96 = lean_box(0); +x_97 = lean_array_fset(x_84, x_2, x_96); +x_98 = lean_ctor_get(x_95, 0); lean_inc(x_98); -x_99 = lean_ctor_get(x_94, 2); +x_99 = lean_ctor_get(x_95, 1); lean_inc(x_99); -x_100 = lean_ctor_get(x_94, 3); +x_100 = lean_ctor_get(x_95, 2); lean_inc(x_100); -x_101 = lean_ctor_get(x_94, 4); +x_101 = lean_ctor_get(x_95, 3); lean_inc(x_101); -x_102 = lean_ctor_get(x_94, 5); +x_102 = lean_ctor_get(x_95, 4); lean_inc(x_102); -x_103 = lean_ctor_get(x_94, 6); +x_103 = lean_ctor_get(x_95, 5); lean_inc(x_103); -x_104 = lean_ctor_get(x_94, 7); +x_104 = lean_ctor_get(x_95, 6); lean_inc(x_104); -x_105 = lean_ctor_get(x_94, 8); +x_105 = lean_ctor_get(x_95, 7); lean_inc(x_105); -x_106 = lean_ctor_get(x_94, 9); +x_106 = lean_ctor_get(x_95, 8); lean_inc(x_106); -x_107 = lean_ctor_get(x_94, 10); +x_107 = lean_ctor_get(x_95, 9); lean_inc(x_107); -x_108 = lean_ctor_get(x_94, 11); +x_108 = lean_ctor_get(x_95, 10); lean_inc(x_108); -x_109 = lean_ctor_get(x_94, 12); +x_109 = lean_ctor_get(x_95, 11); lean_inc(x_109); -x_110 = lean_ctor_get(x_94, 13); +x_110 = lean_ctor_get(x_95, 12); lean_inc(x_110); -x_111 = lean_ctor_get(x_94, 14); +x_111 = lean_ctor_get(x_95, 13); lean_inc(x_111); -x_112 = lean_ctor_get(x_94, 15); +x_112 = lean_ctor_get(x_95, 14); lean_inc(x_112); -x_113 = lean_ctor_get(x_94, 16); +x_113 = lean_ctor_get(x_95, 15); lean_inc(x_113); -x_114 = lean_ctor_get(x_94, 17); +x_114 = lean_ctor_get(x_95, 16); lean_inc(x_114); -x_115 = lean_ctor_get(x_94, 18); +x_115 = lean_ctor_get(x_95, 17); lean_inc(x_115); -x_116 = lean_ctor_get(x_94, 19); +x_116 = lean_ctor_get(x_95, 18); lean_inc(x_116); -x_117 = lean_ctor_get(x_94, 20); +x_117 = lean_ctor_get(x_95, 19); lean_inc(x_117); -x_118 = lean_ctor_get(x_94, 21); +x_118 = lean_ctor_get(x_95, 20); lean_inc(x_118); -x_119 = lean_ctor_get(x_94, 22); +x_119 = lean_ctor_get(x_95, 21); lean_inc(x_119); -x_120 = lean_ctor_get(x_94, 23); +x_120 = lean_ctor_get(x_95, 22); lean_inc(x_120); -x_121 = lean_ctor_get(x_94, 24); +x_121 = lean_ctor_get(x_95, 23); lean_inc(x_121); -x_122 = lean_ctor_get(x_94, 25); +x_122 = lean_ctor_get(x_95, 24); lean_inc(x_122); -x_123 = lean_ctor_get(x_94, 26); +x_123 = lean_ctor_get(x_95, 25); lean_inc(x_123); -x_124 = lean_ctor_get(x_94, 27); +x_124 = lean_ctor_get(x_95, 26); lean_inc(x_124); -x_125 = lean_ctor_get(x_94, 28); +x_125 = lean_ctor_get(x_95, 27); lean_inc(x_125); -x_126 = lean_ctor_get_uint8(x_94, sizeof(void*)*31); -x_127 = lean_ctor_get(x_94, 29); -lean_inc(x_127); -x_128 = lean_ctor_get(x_94, 30); +x_126 = lean_ctor_get(x_95, 28); +lean_inc(x_126); +x_127 = lean_ctor_get_uint8(x_95, sizeof(void*)*32); +x_128 = lean_ctor_get(x_95, 29); lean_inc(x_128); -if (lean_is_exclusive(x_94)) { - lean_ctor_release(x_94, 0); - lean_ctor_release(x_94, 1); - lean_ctor_release(x_94, 2); - lean_ctor_release(x_94, 3); - lean_ctor_release(x_94, 4); - lean_ctor_release(x_94, 5); - lean_ctor_release(x_94, 6); - lean_ctor_release(x_94, 7); - lean_ctor_release(x_94, 8); - lean_ctor_release(x_94, 9); - lean_ctor_release(x_94, 10); - lean_ctor_release(x_94, 11); - lean_ctor_release(x_94, 12); - lean_ctor_release(x_94, 13); - lean_ctor_release(x_94, 14); - lean_ctor_release(x_94, 15); - lean_ctor_release(x_94, 16); - lean_ctor_release(x_94, 17); - lean_ctor_release(x_94, 18); - lean_ctor_release(x_94, 19); - lean_ctor_release(x_94, 20); - lean_ctor_release(x_94, 21); - lean_ctor_release(x_94, 22); - lean_ctor_release(x_94, 23); - lean_ctor_release(x_94, 24); - lean_ctor_release(x_94, 25); - lean_ctor_release(x_94, 26); - lean_ctor_release(x_94, 27); - lean_ctor_release(x_94, 28); - lean_ctor_release(x_94, 29); - lean_ctor_release(x_94, 30); - x_129 = x_94; +x_129 = lean_ctor_get(x_95, 30); +lean_inc(x_129); +x_130 = lean_ctor_get(x_95, 31); +lean_inc(x_130); +if (lean_is_exclusive(x_95)) { + lean_ctor_release(x_95, 0); + lean_ctor_release(x_95, 1); + lean_ctor_release(x_95, 2); + lean_ctor_release(x_95, 3); + lean_ctor_release(x_95, 4); + lean_ctor_release(x_95, 5); + lean_ctor_release(x_95, 6); + lean_ctor_release(x_95, 7); + lean_ctor_release(x_95, 8); + lean_ctor_release(x_95, 9); + lean_ctor_release(x_95, 10); + lean_ctor_release(x_95, 11); + lean_ctor_release(x_95, 12); + lean_ctor_release(x_95, 13); + lean_ctor_release(x_95, 14); + lean_ctor_release(x_95, 15); + lean_ctor_release(x_95, 16); + lean_ctor_release(x_95, 17); + lean_ctor_release(x_95, 18); + lean_ctor_release(x_95, 19); + lean_ctor_release(x_95, 20); + lean_ctor_release(x_95, 21); + lean_ctor_release(x_95, 22); + lean_ctor_release(x_95, 23); + lean_ctor_release(x_95, 24); + lean_ctor_release(x_95, 25); + lean_ctor_release(x_95, 26); + lean_ctor_release(x_95, 27); + lean_ctor_release(x_95, 28); + lean_ctor_release(x_95, 29); + lean_ctor_release(x_95, 30); + lean_ctor_release(x_95, 31); + x_131 = x_95; } else { - lean_dec_ref(x_94); - x_129 = lean_box(0); + lean_dec_ref(x_95); + x_131 = lean_box(0); } -x_130 = l_Lean_Meta_Grind_Arith_shrink(x_125, x_1); -if (lean_is_scalar(x_129)) { - x_131 = lean_alloc_ctor(0, 31, 1); +x_132 = l_Lean_Meta_Grind_Arith_shrink(x_126, x_1); +if (lean_is_scalar(x_131)) { + x_133 = lean_alloc_ctor(0, 32, 1); } else { - x_131 = x_129; + x_133 = x_131; } -lean_ctor_set(x_131, 0, x_97); -lean_ctor_set(x_131, 1, x_98); -lean_ctor_set(x_131, 2, x_99); -lean_ctor_set(x_131, 3, x_100); -lean_ctor_set(x_131, 4, x_101); -lean_ctor_set(x_131, 5, x_102); -lean_ctor_set(x_131, 6, x_103); -lean_ctor_set(x_131, 7, x_104); -lean_ctor_set(x_131, 8, x_105); -lean_ctor_set(x_131, 9, x_106); -lean_ctor_set(x_131, 10, x_107); -lean_ctor_set(x_131, 11, x_108); -lean_ctor_set(x_131, 12, x_109); -lean_ctor_set(x_131, 13, x_110); -lean_ctor_set(x_131, 14, x_111); -lean_ctor_set(x_131, 15, x_112); -lean_ctor_set(x_131, 16, x_113); -lean_ctor_set(x_131, 17, x_114); -lean_ctor_set(x_131, 18, x_115); -lean_ctor_set(x_131, 19, x_116); -lean_ctor_set(x_131, 20, x_117); -lean_ctor_set(x_131, 21, x_118); -lean_ctor_set(x_131, 22, x_119); -lean_ctor_set(x_131, 23, x_120); -lean_ctor_set(x_131, 24, x_121); -lean_ctor_set(x_131, 25, x_122); -lean_ctor_set(x_131, 26, x_123); -lean_ctor_set(x_131, 27, x_124); -lean_ctor_set(x_131, 28, x_130); -lean_ctor_set(x_131, 29, x_127); -lean_ctor_set(x_131, 30, x_128); -lean_ctor_set_uint8(x_131, sizeof(void*)*31, x_126); -x_132 = lean_array_fset(x_96, x_2, x_131); -x_133 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_133, 0, x_132); -lean_ctor_set(x_133, 1, x_84); -lean_ctor_set(x_133, 2, x_85); -lean_ctor_set(x_14, 3, x_133); -x_134 = lean_st_ref_set(x_3, x_13, x_16); -x_135 = lean_ctor_get(x_134, 1); -lean_inc(x_135); -if (lean_is_exclusive(x_134)) { - lean_ctor_release(x_134, 0); - lean_ctor_release(x_134, 1); - x_136 = x_134; +lean_ctor_set(x_133, 0, x_98); +lean_ctor_set(x_133, 1, x_99); +lean_ctor_set(x_133, 2, x_100); +lean_ctor_set(x_133, 3, x_101); +lean_ctor_set(x_133, 4, x_102); +lean_ctor_set(x_133, 5, x_103); +lean_ctor_set(x_133, 6, x_104); +lean_ctor_set(x_133, 7, x_105); +lean_ctor_set(x_133, 8, x_106); +lean_ctor_set(x_133, 9, x_107); +lean_ctor_set(x_133, 10, x_108); +lean_ctor_set(x_133, 11, x_109); +lean_ctor_set(x_133, 12, x_110); +lean_ctor_set(x_133, 13, x_111); +lean_ctor_set(x_133, 14, x_112); +lean_ctor_set(x_133, 15, x_113); +lean_ctor_set(x_133, 16, x_114); +lean_ctor_set(x_133, 17, x_115); +lean_ctor_set(x_133, 18, x_116); +lean_ctor_set(x_133, 19, x_117); +lean_ctor_set(x_133, 20, x_118); +lean_ctor_set(x_133, 21, x_119); +lean_ctor_set(x_133, 22, x_120); +lean_ctor_set(x_133, 23, x_121); +lean_ctor_set(x_133, 24, x_122); +lean_ctor_set(x_133, 25, x_123); +lean_ctor_set(x_133, 26, x_124); +lean_ctor_set(x_133, 27, x_125); +lean_ctor_set(x_133, 28, x_132); +lean_ctor_set(x_133, 29, x_128); +lean_ctor_set(x_133, 30, x_129); +lean_ctor_set(x_133, 31, x_130); +lean_ctor_set_uint8(x_133, sizeof(void*)*32, x_127); +x_134 = lean_array_fset(x_97, x_2, x_133); +x_135 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_135, 0, x_134); +lean_ctor_set(x_135, 1, x_85); +lean_ctor_set(x_135, 2, x_86); +lean_ctor_set(x_14, 3, x_135); +x_136 = lean_st_ref_set(x_3, x_13, x_16); +x_137 = lean_ctor_get(x_136, 1); +lean_inc(x_137); +if (lean_is_exclusive(x_136)) { + lean_ctor_release(x_136, 0); + lean_ctor_release(x_136, 1); + x_138 = x_136; } else { - lean_dec_ref(x_134); - x_136 = lean_box(0); + lean_dec_ref(x_136); + x_138 = lean_box(0); } -if (lean_is_scalar(x_136)) { - x_137 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_138)) { + x_139 = lean_alloc_ctor(0, 2, 0); } else { - x_137 = x_136; + x_139 = x_138; } -lean_ctor_set(x_137, 0, x_95); -lean_ctor_set(x_137, 1, x_135); -return x_137; +lean_ctor_set(x_139, 0, x_96); +lean_ctor_set(x_139, 1, x_137); +return x_139; } } } else { -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; uint8_t x_146; -x_138 = lean_ctor_get(x_14, 0); -x_139 = lean_ctor_get(x_14, 1); -x_140 = lean_ctor_get(x_14, 2); -lean_inc(x_140); -lean_inc(x_139); -lean_inc(x_138); -lean_dec(x_14); -x_141 = lean_ctor_get(x_15, 0); -lean_inc(x_141); -x_142 = lean_ctor_get(x_15, 1); +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; uint8_t x_148; +x_140 = lean_ctor_get(x_14, 0); +x_141 = lean_ctor_get(x_14, 1); +x_142 = lean_ctor_get(x_14, 2); lean_inc(x_142); -x_143 = lean_ctor_get(x_15, 2); +lean_inc(x_141); +lean_inc(x_140); +lean_dec(x_14); +x_143 = lean_ctor_get(x_15, 0); lean_inc(x_143); +x_144 = lean_ctor_get(x_15, 1); +lean_inc(x_144); +x_145 = lean_ctor_get(x_15, 2); +lean_inc(x_145); if (lean_is_exclusive(x_15)) { lean_ctor_release(x_15, 0); lean_ctor_release(x_15, 1); lean_ctor_release(x_15, 2); - x_144 = x_15; + x_146 = x_15; } else { lean_dec_ref(x_15); - x_144 = lean_box(0); + x_146 = lean_box(0); } -x_145 = lean_array_get_size(x_141); -x_146 = lean_nat_dec_lt(x_2, x_145); -lean_dec(x_145); -if (x_146 == 0) +x_147 = lean_array_get_size(x_143); +x_148 = lean_nat_dec_lt(x_2, x_147); +lean_dec(x_147); +if (x_148 == 0) { -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; -if (lean_is_scalar(x_144)) { - x_147 = lean_alloc_ctor(0, 3, 0); +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; +if (lean_is_scalar(x_146)) { + x_149 = lean_alloc_ctor(0, 3, 0); } else { - x_147 = x_144; + x_149 = x_146; } -lean_ctor_set(x_147, 0, x_141); -lean_ctor_set(x_147, 1, x_142); -lean_ctor_set(x_147, 2, x_143); -x_148 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_148, 0, x_138); -lean_ctor_set(x_148, 1, x_139); -lean_ctor_set(x_148, 2, x_140); -lean_ctor_set(x_148, 3, x_147); -lean_ctor_set(x_13, 14, x_148); -x_149 = lean_st_ref_set(x_3, x_13, x_16); -x_150 = lean_ctor_get(x_149, 1); -lean_inc(x_150); -if (lean_is_exclusive(x_149)) { - lean_ctor_release(x_149, 0); - lean_ctor_release(x_149, 1); - x_151 = x_149; -} else { - lean_dec_ref(x_149); - x_151 = lean_box(0); -} -x_152 = lean_box(0); -if (lean_is_scalar(x_151)) { - x_153 = lean_alloc_ctor(0, 2, 0); -} else { +lean_ctor_set(x_149, 0, x_143); +lean_ctor_set(x_149, 1, x_144); +lean_ctor_set(x_149, 2, x_145); +x_150 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_150, 0, x_140); +lean_ctor_set(x_150, 1, x_141); +lean_ctor_set(x_150, 2, x_142); +lean_ctor_set(x_150, 3, x_149); +lean_ctor_set(x_13, 14, x_150); +x_151 = lean_st_ref_set(x_3, x_13, x_16); +x_152 = lean_ctor_get(x_151, 1); +lean_inc(x_152); +if (lean_is_exclusive(x_151)) { + lean_ctor_release(x_151, 0); + lean_ctor_release(x_151, 1); x_153 = x_151; +} else { + lean_dec_ref(x_151); + x_153 = lean_box(0); } -lean_ctor_set(x_153, 0, x_152); -lean_ctor_set(x_153, 1, x_150); -return x_153; +x_154 = lean_box(0); +if (lean_is_scalar(x_153)) { + x_155 = lean_alloc_ctor(0, 2, 0); +} else { + x_155 = x_153; +} +lean_ctor_set(x_155, 0, x_154); +lean_ctor_set(x_155, 1, x_152); +return x_155; } else { -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; uint8_t 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; -x_154 = lean_array_fget(x_141, x_2); -x_155 = lean_box(0); -x_156 = lean_array_fset(x_141, x_2, x_155); -x_157 = lean_ctor_get(x_154, 0); -lean_inc(x_157); -x_158 = lean_ctor_get(x_154, 1); -lean_inc(x_158); -x_159 = lean_ctor_get(x_154, 2); +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; uint8_t 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; +x_156 = lean_array_fget(x_143, x_2); +x_157 = lean_box(0); +x_158 = lean_array_fset(x_143, x_2, x_157); +x_159 = lean_ctor_get(x_156, 0); lean_inc(x_159); -x_160 = lean_ctor_get(x_154, 3); +x_160 = lean_ctor_get(x_156, 1); lean_inc(x_160); -x_161 = lean_ctor_get(x_154, 4); +x_161 = lean_ctor_get(x_156, 2); lean_inc(x_161); -x_162 = lean_ctor_get(x_154, 5); +x_162 = lean_ctor_get(x_156, 3); lean_inc(x_162); -x_163 = lean_ctor_get(x_154, 6); +x_163 = lean_ctor_get(x_156, 4); lean_inc(x_163); -x_164 = lean_ctor_get(x_154, 7); +x_164 = lean_ctor_get(x_156, 5); lean_inc(x_164); -x_165 = lean_ctor_get(x_154, 8); +x_165 = lean_ctor_get(x_156, 6); lean_inc(x_165); -x_166 = lean_ctor_get(x_154, 9); +x_166 = lean_ctor_get(x_156, 7); lean_inc(x_166); -x_167 = lean_ctor_get(x_154, 10); +x_167 = lean_ctor_get(x_156, 8); lean_inc(x_167); -x_168 = lean_ctor_get(x_154, 11); +x_168 = lean_ctor_get(x_156, 9); lean_inc(x_168); -x_169 = lean_ctor_get(x_154, 12); +x_169 = lean_ctor_get(x_156, 10); lean_inc(x_169); -x_170 = lean_ctor_get(x_154, 13); +x_170 = lean_ctor_get(x_156, 11); lean_inc(x_170); -x_171 = lean_ctor_get(x_154, 14); +x_171 = lean_ctor_get(x_156, 12); lean_inc(x_171); -x_172 = lean_ctor_get(x_154, 15); +x_172 = lean_ctor_get(x_156, 13); lean_inc(x_172); -x_173 = lean_ctor_get(x_154, 16); +x_173 = lean_ctor_get(x_156, 14); lean_inc(x_173); -x_174 = lean_ctor_get(x_154, 17); +x_174 = lean_ctor_get(x_156, 15); lean_inc(x_174); -x_175 = lean_ctor_get(x_154, 18); +x_175 = lean_ctor_get(x_156, 16); lean_inc(x_175); -x_176 = lean_ctor_get(x_154, 19); +x_176 = lean_ctor_get(x_156, 17); lean_inc(x_176); -x_177 = lean_ctor_get(x_154, 20); +x_177 = lean_ctor_get(x_156, 18); lean_inc(x_177); -x_178 = lean_ctor_get(x_154, 21); +x_178 = lean_ctor_get(x_156, 19); lean_inc(x_178); -x_179 = lean_ctor_get(x_154, 22); +x_179 = lean_ctor_get(x_156, 20); lean_inc(x_179); -x_180 = lean_ctor_get(x_154, 23); +x_180 = lean_ctor_get(x_156, 21); lean_inc(x_180); -x_181 = lean_ctor_get(x_154, 24); +x_181 = lean_ctor_get(x_156, 22); lean_inc(x_181); -x_182 = lean_ctor_get(x_154, 25); +x_182 = lean_ctor_get(x_156, 23); lean_inc(x_182); -x_183 = lean_ctor_get(x_154, 26); +x_183 = lean_ctor_get(x_156, 24); lean_inc(x_183); -x_184 = lean_ctor_get(x_154, 27); +x_184 = lean_ctor_get(x_156, 25); lean_inc(x_184); -x_185 = lean_ctor_get(x_154, 28); +x_185 = lean_ctor_get(x_156, 26); lean_inc(x_185); -x_186 = lean_ctor_get_uint8(x_154, sizeof(void*)*31); -x_187 = lean_ctor_get(x_154, 29); +x_186 = lean_ctor_get(x_156, 27); +lean_inc(x_186); +x_187 = lean_ctor_get(x_156, 28); lean_inc(x_187); -x_188 = lean_ctor_get(x_154, 30); -lean_inc(x_188); -if (lean_is_exclusive(x_154)) { - lean_ctor_release(x_154, 0); - lean_ctor_release(x_154, 1); - lean_ctor_release(x_154, 2); - lean_ctor_release(x_154, 3); - lean_ctor_release(x_154, 4); - lean_ctor_release(x_154, 5); - lean_ctor_release(x_154, 6); - lean_ctor_release(x_154, 7); - lean_ctor_release(x_154, 8); - lean_ctor_release(x_154, 9); - lean_ctor_release(x_154, 10); - lean_ctor_release(x_154, 11); - lean_ctor_release(x_154, 12); - lean_ctor_release(x_154, 13); - lean_ctor_release(x_154, 14); - lean_ctor_release(x_154, 15); - lean_ctor_release(x_154, 16); - lean_ctor_release(x_154, 17); - lean_ctor_release(x_154, 18); - lean_ctor_release(x_154, 19); - lean_ctor_release(x_154, 20); - lean_ctor_release(x_154, 21); - lean_ctor_release(x_154, 22); - lean_ctor_release(x_154, 23); - lean_ctor_release(x_154, 24); - lean_ctor_release(x_154, 25); - lean_ctor_release(x_154, 26); - lean_ctor_release(x_154, 27); - lean_ctor_release(x_154, 28); - lean_ctor_release(x_154, 29); - lean_ctor_release(x_154, 30); - x_189 = x_154; +x_188 = lean_ctor_get_uint8(x_156, sizeof(void*)*32); +x_189 = lean_ctor_get(x_156, 29); +lean_inc(x_189); +x_190 = lean_ctor_get(x_156, 30); +lean_inc(x_190); +x_191 = lean_ctor_get(x_156, 31); +lean_inc(x_191); +if (lean_is_exclusive(x_156)) { + lean_ctor_release(x_156, 0); + lean_ctor_release(x_156, 1); + lean_ctor_release(x_156, 2); + lean_ctor_release(x_156, 3); + lean_ctor_release(x_156, 4); + lean_ctor_release(x_156, 5); + lean_ctor_release(x_156, 6); + lean_ctor_release(x_156, 7); + lean_ctor_release(x_156, 8); + lean_ctor_release(x_156, 9); + lean_ctor_release(x_156, 10); + lean_ctor_release(x_156, 11); + lean_ctor_release(x_156, 12); + lean_ctor_release(x_156, 13); + lean_ctor_release(x_156, 14); + lean_ctor_release(x_156, 15); + lean_ctor_release(x_156, 16); + lean_ctor_release(x_156, 17); + lean_ctor_release(x_156, 18); + lean_ctor_release(x_156, 19); + lean_ctor_release(x_156, 20); + lean_ctor_release(x_156, 21); + lean_ctor_release(x_156, 22); + lean_ctor_release(x_156, 23); + lean_ctor_release(x_156, 24); + lean_ctor_release(x_156, 25); + lean_ctor_release(x_156, 26); + lean_ctor_release(x_156, 27); + lean_ctor_release(x_156, 28); + lean_ctor_release(x_156, 29); + lean_ctor_release(x_156, 30); + lean_ctor_release(x_156, 31); + x_192 = x_156; } else { - lean_dec_ref(x_154); - x_189 = lean_box(0); + lean_dec_ref(x_156); + x_192 = lean_box(0); } -x_190 = l_Lean_Meta_Grind_Arith_shrink(x_185, x_1); -if (lean_is_scalar(x_189)) { - x_191 = lean_alloc_ctor(0, 31, 1); +x_193 = l_Lean_Meta_Grind_Arith_shrink(x_187, x_1); +if (lean_is_scalar(x_192)) { + x_194 = lean_alloc_ctor(0, 32, 1); } else { - x_191 = x_189; + x_194 = x_192; } -lean_ctor_set(x_191, 0, x_157); -lean_ctor_set(x_191, 1, x_158); -lean_ctor_set(x_191, 2, x_159); -lean_ctor_set(x_191, 3, x_160); -lean_ctor_set(x_191, 4, x_161); -lean_ctor_set(x_191, 5, x_162); -lean_ctor_set(x_191, 6, x_163); -lean_ctor_set(x_191, 7, x_164); -lean_ctor_set(x_191, 8, x_165); -lean_ctor_set(x_191, 9, x_166); -lean_ctor_set(x_191, 10, x_167); -lean_ctor_set(x_191, 11, x_168); -lean_ctor_set(x_191, 12, x_169); -lean_ctor_set(x_191, 13, x_170); -lean_ctor_set(x_191, 14, x_171); -lean_ctor_set(x_191, 15, x_172); -lean_ctor_set(x_191, 16, x_173); -lean_ctor_set(x_191, 17, x_174); -lean_ctor_set(x_191, 18, x_175); -lean_ctor_set(x_191, 19, x_176); -lean_ctor_set(x_191, 20, x_177); -lean_ctor_set(x_191, 21, x_178); -lean_ctor_set(x_191, 22, x_179); -lean_ctor_set(x_191, 23, x_180); -lean_ctor_set(x_191, 24, x_181); -lean_ctor_set(x_191, 25, x_182); -lean_ctor_set(x_191, 26, x_183); -lean_ctor_set(x_191, 27, x_184); -lean_ctor_set(x_191, 28, x_190); -lean_ctor_set(x_191, 29, x_187); -lean_ctor_set(x_191, 30, x_188); -lean_ctor_set_uint8(x_191, sizeof(void*)*31, x_186); -x_192 = lean_array_fset(x_156, x_2, x_191); -if (lean_is_scalar(x_144)) { - x_193 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_194, 0, x_159); +lean_ctor_set(x_194, 1, x_160); +lean_ctor_set(x_194, 2, x_161); +lean_ctor_set(x_194, 3, x_162); +lean_ctor_set(x_194, 4, x_163); +lean_ctor_set(x_194, 5, x_164); +lean_ctor_set(x_194, 6, x_165); +lean_ctor_set(x_194, 7, x_166); +lean_ctor_set(x_194, 8, x_167); +lean_ctor_set(x_194, 9, x_168); +lean_ctor_set(x_194, 10, x_169); +lean_ctor_set(x_194, 11, x_170); +lean_ctor_set(x_194, 12, x_171); +lean_ctor_set(x_194, 13, x_172); +lean_ctor_set(x_194, 14, x_173); +lean_ctor_set(x_194, 15, x_174); +lean_ctor_set(x_194, 16, x_175); +lean_ctor_set(x_194, 17, x_176); +lean_ctor_set(x_194, 18, x_177); +lean_ctor_set(x_194, 19, x_178); +lean_ctor_set(x_194, 20, x_179); +lean_ctor_set(x_194, 21, x_180); +lean_ctor_set(x_194, 22, x_181); +lean_ctor_set(x_194, 23, x_182); +lean_ctor_set(x_194, 24, x_183); +lean_ctor_set(x_194, 25, x_184); +lean_ctor_set(x_194, 26, x_185); +lean_ctor_set(x_194, 27, x_186); +lean_ctor_set(x_194, 28, x_193); +lean_ctor_set(x_194, 29, x_189); +lean_ctor_set(x_194, 30, x_190); +lean_ctor_set(x_194, 31, x_191); +lean_ctor_set_uint8(x_194, sizeof(void*)*32, x_188); +x_195 = lean_array_fset(x_158, x_2, x_194); +if (lean_is_scalar(x_146)) { + x_196 = lean_alloc_ctor(0, 3, 0); } else { - x_193 = x_144; + x_196 = x_146; } -lean_ctor_set(x_193, 0, x_192); -lean_ctor_set(x_193, 1, x_142); -lean_ctor_set(x_193, 2, x_143); -x_194 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_194, 0, x_138); -lean_ctor_set(x_194, 1, x_139); -lean_ctor_set(x_194, 2, x_140); -lean_ctor_set(x_194, 3, x_193); -lean_ctor_set(x_13, 14, x_194); -x_195 = lean_st_ref_set(x_3, x_13, x_16); -x_196 = lean_ctor_get(x_195, 1); -lean_inc(x_196); -if (lean_is_exclusive(x_195)) { - lean_ctor_release(x_195, 0); - lean_ctor_release(x_195, 1); - x_197 = x_195; +lean_ctor_set(x_196, 0, x_195); +lean_ctor_set(x_196, 1, x_144); +lean_ctor_set(x_196, 2, x_145); +x_197 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_197, 0, x_140); +lean_ctor_set(x_197, 1, x_141); +lean_ctor_set(x_197, 2, x_142); +lean_ctor_set(x_197, 3, x_196); +lean_ctor_set(x_13, 14, x_197); +x_198 = lean_st_ref_set(x_3, x_13, x_16); +x_199 = lean_ctor_get(x_198, 1); +lean_inc(x_199); +if (lean_is_exclusive(x_198)) { + lean_ctor_release(x_198, 0); + lean_ctor_release(x_198, 1); + x_200 = x_198; } else { - lean_dec_ref(x_195); - x_197 = lean_box(0); + lean_dec_ref(x_198); + x_200 = lean_box(0); } -if (lean_is_scalar(x_197)) { - x_198 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_200)) { + x_201 = lean_alloc_ctor(0, 2, 0); } else { - x_198 = x_197; + x_201 = x_200; } -lean_ctor_set(x_198, 0, x_155); -lean_ctor_set(x_198, 1, x_196); -return x_198; +lean_ctor_set(x_201, 0, x_157); +lean_ctor_set(x_201, 1, x_199); +return x_201; } } } else { -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; uint8_t 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; uint8_t x_224; -x_199 = lean_ctor_get(x_13, 0); -x_200 = lean_ctor_get(x_13, 1); -x_201 = lean_ctor_get(x_13, 2); -x_202 = lean_ctor_get(x_13, 3); -x_203 = lean_ctor_get(x_13, 4); -x_204 = lean_ctor_get(x_13, 5); -x_205 = lean_ctor_get(x_13, 6); -x_206 = lean_ctor_get(x_13, 7); -x_207 = lean_ctor_get_uint8(x_13, sizeof(void*)*16); -x_208 = lean_ctor_get(x_13, 8); -x_209 = lean_ctor_get(x_13, 9); -x_210 = lean_ctor_get(x_13, 10); -x_211 = lean_ctor_get(x_13, 11); -x_212 = lean_ctor_get(x_13, 12); -x_213 = lean_ctor_get(x_13, 13); -x_214 = lean_ctor_get(x_13, 15); +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; uint8_t 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; uint8_t x_227; +x_202 = lean_ctor_get(x_13, 0); +x_203 = lean_ctor_get(x_13, 1); +x_204 = lean_ctor_get(x_13, 2); +x_205 = lean_ctor_get(x_13, 3); +x_206 = lean_ctor_get(x_13, 4); +x_207 = lean_ctor_get(x_13, 5); +x_208 = lean_ctor_get(x_13, 6); +x_209 = lean_ctor_get(x_13, 7); +x_210 = lean_ctor_get_uint8(x_13, sizeof(void*)*16); +x_211 = lean_ctor_get(x_13, 8); +x_212 = lean_ctor_get(x_13, 9); +x_213 = lean_ctor_get(x_13, 10); +x_214 = lean_ctor_get(x_13, 11); +x_215 = lean_ctor_get(x_13, 12); +x_216 = lean_ctor_get(x_13, 13); +x_217 = lean_ctor_get(x_13, 15); +lean_inc(x_217); +lean_inc(x_216); +lean_inc(x_215); lean_inc(x_214); lean_inc(x_213); lean_inc(x_212); lean_inc(x_211); -lean_inc(x_210); lean_inc(x_209); lean_inc(x_208); +lean_inc(x_207); lean_inc(x_206); lean_inc(x_205); lean_inc(x_204); lean_inc(x_203); lean_inc(x_202); -lean_inc(x_201); -lean_inc(x_200); -lean_inc(x_199); lean_dec(x_13); -x_215 = lean_ctor_get(x_14, 0); -lean_inc(x_215); -x_216 = lean_ctor_get(x_14, 1); -lean_inc(x_216); -x_217 = lean_ctor_get(x_14, 2); -lean_inc(x_217); +x_218 = lean_ctor_get(x_14, 0); +lean_inc(x_218); +x_219 = lean_ctor_get(x_14, 1); +lean_inc(x_219); +x_220 = lean_ctor_get(x_14, 2); +lean_inc(x_220); if (lean_is_exclusive(x_14)) { lean_ctor_release(x_14, 0); lean_ctor_release(x_14, 1); lean_ctor_release(x_14, 2); lean_ctor_release(x_14, 3); - x_218 = x_14; + x_221 = x_14; } else { lean_dec_ref(x_14); - x_218 = lean_box(0); + x_221 = lean_box(0); } -x_219 = lean_ctor_get(x_15, 0); -lean_inc(x_219); -x_220 = lean_ctor_get(x_15, 1); -lean_inc(x_220); -x_221 = lean_ctor_get(x_15, 2); -lean_inc(x_221); +x_222 = lean_ctor_get(x_15, 0); +lean_inc(x_222); +x_223 = lean_ctor_get(x_15, 1); +lean_inc(x_223); +x_224 = lean_ctor_get(x_15, 2); +lean_inc(x_224); if (lean_is_exclusive(x_15)) { lean_ctor_release(x_15, 0); lean_ctor_release(x_15, 1); lean_ctor_release(x_15, 2); - x_222 = x_15; + x_225 = x_15; } else { lean_dec_ref(x_15); - x_222 = lean_box(0); + x_225 = lean_box(0); } -x_223 = lean_array_get_size(x_219); -x_224 = lean_nat_dec_lt(x_2, x_223); -lean_dec(x_223); -if (x_224 == 0) +x_226 = lean_array_get_size(x_222); +x_227 = lean_nat_dec_lt(x_2, x_226); +lean_dec(x_226); +if (x_227 == 0) { -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; -if (lean_is_scalar(x_222)) { - x_225 = lean_alloc_ctor(0, 3, 0); +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; +if (lean_is_scalar(x_225)) { + x_228 = lean_alloc_ctor(0, 3, 0); } else { - x_225 = x_222; + x_228 = x_225; } -lean_ctor_set(x_225, 0, x_219); -lean_ctor_set(x_225, 1, x_220); -lean_ctor_set(x_225, 2, x_221); -if (lean_is_scalar(x_218)) { - x_226 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_228, 0, x_222); +lean_ctor_set(x_228, 1, x_223); +lean_ctor_set(x_228, 2, x_224); +if (lean_is_scalar(x_221)) { + x_229 = lean_alloc_ctor(0, 4, 0); } else { - x_226 = x_218; + x_229 = x_221; } -lean_ctor_set(x_226, 0, x_215); -lean_ctor_set(x_226, 1, x_216); -lean_ctor_set(x_226, 2, x_217); -lean_ctor_set(x_226, 3, x_225); -x_227 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_227, 0, x_199); -lean_ctor_set(x_227, 1, x_200); -lean_ctor_set(x_227, 2, x_201); -lean_ctor_set(x_227, 3, x_202); -lean_ctor_set(x_227, 4, x_203); -lean_ctor_set(x_227, 5, x_204); -lean_ctor_set(x_227, 6, x_205); -lean_ctor_set(x_227, 7, x_206); -lean_ctor_set(x_227, 8, x_208); -lean_ctor_set(x_227, 9, x_209); -lean_ctor_set(x_227, 10, x_210); -lean_ctor_set(x_227, 11, x_211); -lean_ctor_set(x_227, 12, x_212); -lean_ctor_set(x_227, 13, x_213); -lean_ctor_set(x_227, 14, x_226); -lean_ctor_set(x_227, 15, x_214); -lean_ctor_set_uint8(x_227, sizeof(void*)*16, x_207); -x_228 = lean_st_ref_set(x_3, x_227, x_16); -x_229 = lean_ctor_get(x_228, 1); -lean_inc(x_229); -if (lean_is_exclusive(x_228)) { - lean_ctor_release(x_228, 0); - lean_ctor_release(x_228, 1); - x_230 = x_228; +lean_ctor_set(x_229, 0, x_218); +lean_ctor_set(x_229, 1, x_219); +lean_ctor_set(x_229, 2, x_220); +lean_ctor_set(x_229, 3, x_228); +x_230 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_230, 0, x_202); +lean_ctor_set(x_230, 1, x_203); +lean_ctor_set(x_230, 2, x_204); +lean_ctor_set(x_230, 3, x_205); +lean_ctor_set(x_230, 4, x_206); +lean_ctor_set(x_230, 5, x_207); +lean_ctor_set(x_230, 6, x_208); +lean_ctor_set(x_230, 7, x_209); +lean_ctor_set(x_230, 8, x_211); +lean_ctor_set(x_230, 9, x_212); +lean_ctor_set(x_230, 10, x_213); +lean_ctor_set(x_230, 11, x_214); +lean_ctor_set(x_230, 12, x_215); +lean_ctor_set(x_230, 13, x_216); +lean_ctor_set(x_230, 14, x_229); +lean_ctor_set(x_230, 15, x_217); +lean_ctor_set_uint8(x_230, sizeof(void*)*16, x_210); +x_231 = lean_st_ref_set(x_3, x_230, x_16); +x_232 = lean_ctor_get(x_231, 1); +lean_inc(x_232); +if (lean_is_exclusive(x_231)) { + lean_ctor_release(x_231, 0); + lean_ctor_release(x_231, 1); + x_233 = x_231; } else { - lean_dec_ref(x_228); - x_230 = lean_box(0); + lean_dec_ref(x_231); + x_233 = lean_box(0); } -x_231 = lean_box(0); -if (lean_is_scalar(x_230)) { - x_232 = lean_alloc_ctor(0, 2, 0); +x_234 = lean_box(0); +if (lean_is_scalar(x_233)) { + x_235 = lean_alloc_ctor(0, 2, 0); } else { - x_232 = x_230; + x_235 = x_233; } -lean_ctor_set(x_232, 0, x_231); -lean_ctor_set(x_232, 1, x_229); -return x_232; +lean_ctor_set(x_235, 0, x_234); +lean_ctor_set(x_235, 1, x_232); +return x_235; } else { -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; uint8_t 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; -x_233 = lean_array_fget(x_219, x_2); -x_234 = lean_box(0); -x_235 = lean_array_fset(x_219, x_2, x_234); -x_236 = lean_ctor_get(x_233, 0); -lean_inc(x_236); -x_237 = lean_ctor_get(x_233, 1); -lean_inc(x_237); -x_238 = lean_ctor_get(x_233, 2); -lean_inc(x_238); -x_239 = lean_ctor_get(x_233, 3); +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; uint8_t 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; +x_236 = lean_array_fget(x_222, x_2); +x_237 = lean_box(0); +x_238 = lean_array_fset(x_222, x_2, x_237); +x_239 = lean_ctor_get(x_236, 0); lean_inc(x_239); -x_240 = lean_ctor_get(x_233, 4); +x_240 = lean_ctor_get(x_236, 1); lean_inc(x_240); -x_241 = lean_ctor_get(x_233, 5); +x_241 = lean_ctor_get(x_236, 2); lean_inc(x_241); -x_242 = lean_ctor_get(x_233, 6); +x_242 = lean_ctor_get(x_236, 3); lean_inc(x_242); -x_243 = lean_ctor_get(x_233, 7); +x_243 = lean_ctor_get(x_236, 4); lean_inc(x_243); -x_244 = lean_ctor_get(x_233, 8); +x_244 = lean_ctor_get(x_236, 5); lean_inc(x_244); -x_245 = lean_ctor_get(x_233, 9); +x_245 = lean_ctor_get(x_236, 6); lean_inc(x_245); -x_246 = lean_ctor_get(x_233, 10); +x_246 = lean_ctor_get(x_236, 7); lean_inc(x_246); -x_247 = lean_ctor_get(x_233, 11); +x_247 = lean_ctor_get(x_236, 8); lean_inc(x_247); -x_248 = lean_ctor_get(x_233, 12); +x_248 = lean_ctor_get(x_236, 9); lean_inc(x_248); -x_249 = lean_ctor_get(x_233, 13); +x_249 = lean_ctor_get(x_236, 10); lean_inc(x_249); -x_250 = lean_ctor_get(x_233, 14); +x_250 = lean_ctor_get(x_236, 11); lean_inc(x_250); -x_251 = lean_ctor_get(x_233, 15); +x_251 = lean_ctor_get(x_236, 12); lean_inc(x_251); -x_252 = lean_ctor_get(x_233, 16); +x_252 = lean_ctor_get(x_236, 13); lean_inc(x_252); -x_253 = lean_ctor_get(x_233, 17); +x_253 = lean_ctor_get(x_236, 14); lean_inc(x_253); -x_254 = lean_ctor_get(x_233, 18); +x_254 = lean_ctor_get(x_236, 15); lean_inc(x_254); -x_255 = lean_ctor_get(x_233, 19); +x_255 = lean_ctor_get(x_236, 16); lean_inc(x_255); -x_256 = lean_ctor_get(x_233, 20); +x_256 = lean_ctor_get(x_236, 17); lean_inc(x_256); -x_257 = lean_ctor_get(x_233, 21); +x_257 = lean_ctor_get(x_236, 18); lean_inc(x_257); -x_258 = lean_ctor_get(x_233, 22); +x_258 = lean_ctor_get(x_236, 19); lean_inc(x_258); -x_259 = lean_ctor_get(x_233, 23); +x_259 = lean_ctor_get(x_236, 20); lean_inc(x_259); -x_260 = lean_ctor_get(x_233, 24); +x_260 = lean_ctor_get(x_236, 21); lean_inc(x_260); -x_261 = lean_ctor_get(x_233, 25); +x_261 = lean_ctor_get(x_236, 22); lean_inc(x_261); -x_262 = lean_ctor_get(x_233, 26); +x_262 = lean_ctor_get(x_236, 23); lean_inc(x_262); -x_263 = lean_ctor_get(x_233, 27); +x_263 = lean_ctor_get(x_236, 24); lean_inc(x_263); -x_264 = lean_ctor_get(x_233, 28); +x_264 = lean_ctor_get(x_236, 25); lean_inc(x_264); -x_265 = lean_ctor_get_uint8(x_233, sizeof(void*)*31); -x_266 = lean_ctor_get(x_233, 29); +x_265 = lean_ctor_get(x_236, 26); +lean_inc(x_265); +x_266 = lean_ctor_get(x_236, 27); lean_inc(x_266); -x_267 = lean_ctor_get(x_233, 30); +x_267 = lean_ctor_get(x_236, 28); lean_inc(x_267); -if (lean_is_exclusive(x_233)) { - lean_ctor_release(x_233, 0); - lean_ctor_release(x_233, 1); - lean_ctor_release(x_233, 2); - lean_ctor_release(x_233, 3); - lean_ctor_release(x_233, 4); - lean_ctor_release(x_233, 5); - lean_ctor_release(x_233, 6); - lean_ctor_release(x_233, 7); - lean_ctor_release(x_233, 8); - lean_ctor_release(x_233, 9); - lean_ctor_release(x_233, 10); - lean_ctor_release(x_233, 11); - lean_ctor_release(x_233, 12); - lean_ctor_release(x_233, 13); - lean_ctor_release(x_233, 14); - lean_ctor_release(x_233, 15); - lean_ctor_release(x_233, 16); - lean_ctor_release(x_233, 17); - lean_ctor_release(x_233, 18); - lean_ctor_release(x_233, 19); - lean_ctor_release(x_233, 20); - lean_ctor_release(x_233, 21); - lean_ctor_release(x_233, 22); - lean_ctor_release(x_233, 23); - lean_ctor_release(x_233, 24); - lean_ctor_release(x_233, 25); - lean_ctor_release(x_233, 26); - lean_ctor_release(x_233, 27); - lean_ctor_release(x_233, 28); - lean_ctor_release(x_233, 29); - lean_ctor_release(x_233, 30); - x_268 = x_233; +x_268 = lean_ctor_get_uint8(x_236, sizeof(void*)*32); +x_269 = lean_ctor_get(x_236, 29); +lean_inc(x_269); +x_270 = lean_ctor_get(x_236, 30); +lean_inc(x_270); +x_271 = lean_ctor_get(x_236, 31); +lean_inc(x_271); +if (lean_is_exclusive(x_236)) { + lean_ctor_release(x_236, 0); + lean_ctor_release(x_236, 1); + lean_ctor_release(x_236, 2); + lean_ctor_release(x_236, 3); + lean_ctor_release(x_236, 4); + lean_ctor_release(x_236, 5); + lean_ctor_release(x_236, 6); + lean_ctor_release(x_236, 7); + lean_ctor_release(x_236, 8); + lean_ctor_release(x_236, 9); + lean_ctor_release(x_236, 10); + lean_ctor_release(x_236, 11); + lean_ctor_release(x_236, 12); + lean_ctor_release(x_236, 13); + lean_ctor_release(x_236, 14); + lean_ctor_release(x_236, 15); + lean_ctor_release(x_236, 16); + lean_ctor_release(x_236, 17); + lean_ctor_release(x_236, 18); + lean_ctor_release(x_236, 19); + lean_ctor_release(x_236, 20); + lean_ctor_release(x_236, 21); + lean_ctor_release(x_236, 22); + lean_ctor_release(x_236, 23); + lean_ctor_release(x_236, 24); + lean_ctor_release(x_236, 25); + lean_ctor_release(x_236, 26); + lean_ctor_release(x_236, 27); + lean_ctor_release(x_236, 28); + lean_ctor_release(x_236, 29); + lean_ctor_release(x_236, 30); + lean_ctor_release(x_236, 31); + x_272 = x_236; } else { - lean_dec_ref(x_233); - x_268 = lean_box(0); + lean_dec_ref(x_236); + x_272 = lean_box(0); } -x_269 = l_Lean_Meta_Grind_Arith_shrink(x_264, x_1); -if (lean_is_scalar(x_268)) { - x_270 = lean_alloc_ctor(0, 31, 1); +x_273 = l_Lean_Meta_Grind_Arith_shrink(x_267, x_1); +if (lean_is_scalar(x_272)) { + x_274 = lean_alloc_ctor(0, 32, 1); } else { - x_270 = x_268; + x_274 = x_272; } -lean_ctor_set(x_270, 0, x_236); -lean_ctor_set(x_270, 1, x_237); -lean_ctor_set(x_270, 2, x_238); -lean_ctor_set(x_270, 3, x_239); -lean_ctor_set(x_270, 4, x_240); -lean_ctor_set(x_270, 5, x_241); -lean_ctor_set(x_270, 6, x_242); -lean_ctor_set(x_270, 7, x_243); -lean_ctor_set(x_270, 8, x_244); -lean_ctor_set(x_270, 9, x_245); -lean_ctor_set(x_270, 10, x_246); -lean_ctor_set(x_270, 11, x_247); -lean_ctor_set(x_270, 12, x_248); -lean_ctor_set(x_270, 13, x_249); -lean_ctor_set(x_270, 14, x_250); -lean_ctor_set(x_270, 15, x_251); -lean_ctor_set(x_270, 16, x_252); -lean_ctor_set(x_270, 17, x_253); -lean_ctor_set(x_270, 18, x_254); -lean_ctor_set(x_270, 19, x_255); -lean_ctor_set(x_270, 20, x_256); -lean_ctor_set(x_270, 21, x_257); -lean_ctor_set(x_270, 22, x_258); -lean_ctor_set(x_270, 23, x_259); -lean_ctor_set(x_270, 24, x_260); -lean_ctor_set(x_270, 25, x_261); -lean_ctor_set(x_270, 26, x_262); -lean_ctor_set(x_270, 27, x_263); -lean_ctor_set(x_270, 28, x_269); -lean_ctor_set(x_270, 29, x_266); -lean_ctor_set(x_270, 30, x_267); -lean_ctor_set_uint8(x_270, sizeof(void*)*31, x_265); -x_271 = lean_array_fset(x_235, x_2, x_270); -if (lean_is_scalar(x_222)) { - x_272 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_274, 0, x_239); +lean_ctor_set(x_274, 1, x_240); +lean_ctor_set(x_274, 2, x_241); +lean_ctor_set(x_274, 3, x_242); +lean_ctor_set(x_274, 4, x_243); +lean_ctor_set(x_274, 5, x_244); +lean_ctor_set(x_274, 6, x_245); +lean_ctor_set(x_274, 7, x_246); +lean_ctor_set(x_274, 8, x_247); +lean_ctor_set(x_274, 9, x_248); +lean_ctor_set(x_274, 10, x_249); +lean_ctor_set(x_274, 11, x_250); +lean_ctor_set(x_274, 12, x_251); +lean_ctor_set(x_274, 13, x_252); +lean_ctor_set(x_274, 14, x_253); +lean_ctor_set(x_274, 15, x_254); +lean_ctor_set(x_274, 16, x_255); +lean_ctor_set(x_274, 17, x_256); +lean_ctor_set(x_274, 18, x_257); +lean_ctor_set(x_274, 19, x_258); +lean_ctor_set(x_274, 20, x_259); +lean_ctor_set(x_274, 21, x_260); +lean_ctor_set(x_274, 22, x_261); +lean_ctor_set(x_274, 23, x_262); +lean_ctor_set(x_274, 24, x_263); +lean_ctor_set(x_274, 25, x_264); +lean_ctor_set(x_274, 26, x_265); +lean_ctor_set(x_274, 27, x_266); +lean_ctor_set(x_274, 28, x_273); +lean_ctor_set(x_274, 29, x_269); +lean_ctor_set(x_274, 30, x_270); +lean_ctor_set(x_274, 31, x_271); +lean_ctor_set_uint8(x_274, sizeof(void*)*32, x_268); +x_275 = lean_array_fset(x_238, x_2, x_274); +if (lean_is_scalar(x_225)) { + x_276 = lean_alloc_ctor(0, 3, 0); } else { - x_272 = x_222; + x_276 = x_225; } -lean_ctor_set(x_272, 0, x_271); -lean_ctor_set(x_272, 1, x_220); -lean_ctor_set(x_272, 2, x_221); -if (lean_is_scalar(x_218)) { - x_273 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_276, 0, x_275); +lean_ctor_set(x_276, 1, x_223); +lean_ctor_set(x_276, 2, x_224); +if (lean_is_scalar(x_221)) { + x_277 = lean_alloc_ctor(0, 4, 0); } else { - x_273 = x_218; + x_277 = x_221; } -lean_ctor_set(x_273, 0, x_215); -lean_ctor_set(x_273, 1, x_216); -lean_ctor_set(x_273, 2, x_217); -lean_ctor_set(x_273, 3, x_272); -x_274 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_274, 0, x_199); -lean_ctor_set(x_274, 1, x_200); -lean_ctor_set(x_274, 2, x_201); -lean_ctor_set(x_274, 3, x_202); -lean_ctor_set(x_274, 4, x_203); -lean_ctor_set(x_274, 5, x_204); -lean_ctor_set(x_274, 6, x_205); -lean_ctor_set(x_274, 7, x_206); -lean_ctor_set(x_274, 8, x_208); -lean_ctor_set(x_274, 9, x_209); -lean_ctor_set(x_274, 10, x_210); -lean_ctor_set(x_274, 11, x_211); -lean_ctor_set(x_274, 12, x_212); -lean_ctor_set(x_274, 13, x_213); -lean_ctor_set(x_274, 14, x_273); -lean_ctor_set(x_274, 15, x_214); -lean_ctor_set_uint8(x_274, sizeof(void*)*16, x_207); -x_275 = lean_st_ref_set(x_3, x_274, x_16); -x_276 = lean_ctor_get(x_275, 1); -lean_inc(x_276); -if (lean_is_exclusive(x_275)) { - lean_ctor_release(x_275, 0); - lean_ctor_release(x_275, 1); - x_277 = x_275; +lean_ctor_set(x_277, 0, x_218); +lean_ctor_set(x_277, 1, x_219); +lean_ctor_set(x_277, 2, x_220); +lean_ctor_set(x_277, 3, x_276); +x_278 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_278, 0, x_202); +lean_ctor_set(x_278, 1, x_203); +lean_ctor_set(x_278, 2, x_204); +lean_ctor_set(x_278, 3, x_205); +lean_ctor_set(x_278, 4, x_206); +lean_ctor_set(x_278, 5, x_207); +lean_ctor_set(x_278, 6, x_208); +lean_ctor_set(x_278, 7, x_209); +lean_ctor_set(x_278, 8, x_211); +lean_ctor_set(x_278, 9, x_212); +lean_ctor_set(x_278, 10, x_213); +lean_ctor_set(x_278, 11, x_214); +lean_ctor_set(x_278, 12, x_215); +lean_ctor_set(x_278, 13, x_216); +lean_ctor_set(x_278, 14, x_277); +lean_ctor_set(x_278, 15, x_217); +lean_ctor_set_uint8(x_278, sizeof(void*)*16, x_210); +x_279 = lean_st_ref_set(x_3, x_278, x_16); +x_280 = lean_ctor_get(x_279, 1); +lean_inc(x_280); +if (lean_is_exclusive(x_279)) { + lean_ctor_release(x_279, 0); + lean_ctor_release(x_279, 1); + x_281 = x_279; } else { - lean_dec_ref(x_275); - x_277 = lean_box(0); + lean_dec_ref(x_279); + x_281 = lean_box(0); } -if (lean_is_scalar(x_277)) { - x_278 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_281)) { + x_282 = lean_alloc_ctor(0, 2, 0); } else { - x_278 = x_277; + x_282 = x_281; } -lean_ctor_set(x_278, 0, x_234); -lean_ctor_set(x_278, 1, x_276); -return x_278; +lean_ctor_set(x_282, 0, x_237); +lean_ctor_set(x_282, 1, x_280); +return x_282; } } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Var.c b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Var.c index 01c1717112..1848981d7b 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Var.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Grind/Arith/Linear/Var.c @@ -925,7 +925,7 @@ goto block_37; } else { -lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; uint8_t 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_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; uint8_t 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; x_71 = lean_ctor_get(x_53, 0); x_72 = lean_ctor_get(x_53, 1); x_73 = lean_ctor_get(x_53, 2); @@ -955,9 +955,11 @@ x_96 = lean_ctor_get(x_53, 25); x_97 = lean_ctor_get(x_53, 26); x_98 = lean_ctor_get(x_53, 27); x_99 = lean_ctor_get(x_53, 28); -x_100 = lean_ctor_get_uint8(x_53, sizeof(void*)*31); +x_100 = lean_ctor_get_uint8(x_53, sizeof(void*)*32); x_101 = lean_ctor_get(x_53, 29); x_102 = lean_ctor_get(x_53, 30); +x_103 = lean_ctor_get(x_53, 31); +lean_inc(x_103); lean_inc(x_102); lean_inc(x_101); lean_inc(x_99); @@ -991,788 +993,801 @@ lean_inc(x_72); lean_inc(x_71); lean_dec(x_53); lean_inc(x_2); -x_103 = l_Lean_PersistentArray_push___rarg(x_94, x_2); +x_104 = l_Lean_PersistentArray_push___rarg(x_94, x_2); lean_inc(x_16); lean_inc(x_2); -x_104 = l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_mkVar___spec__1(x_95, x_2, x_16); -x_105 = l_Lean_Meta_Grind_Arith_Linear_mkVar___lambda__2___closed__3; -x_106 = l_Lean_PersistentArray_push___rarg(x_96, x_105); -x_107 = l_Lean_PersistentArray_push___rarg(x_97, x_105); -x_108 = l_Lean_PersistentArray_push___rarg(x_98, x_105); -x_109 = lean_alloc_ctor(0, 31, 1); -lean_ctor_set(x_109, 0, x_71); -lean_ctor_set(x_109, 1, x_72); -lean_ctor_set(x_109, 2, x_73); -lean_ctor_set(x_109, 3, x_74); -lean_ctor_set(x_109, 4, x_75); -lean_ctor_set(x_109, 5, x_76); -lean_ctor_set(x_109, 6, x_77); -lean_ctor_set(x_109, 7, x_78); -lean_ctor_set(x_109, 8, x_79); -lean_ctor_set(x_109, 9, x_80); -lean_ctor_set(x_109, 10, x_81); -lean_ctor_set(x_109, 11, x_82); -lean_ctor_set(x_109, 12, x_83); -lean_ctor_set(x_109, 13, x_84); -lean_ctor_set(x_109, 14, x_85); -lean_ctor_set(x_109, 15, x_86); -lean_ctor_set(x_109, 16, x_87); -lean_ctor_set(x_109, 17, x_88); -lean_ctor_set(x_109, 18, x_89); -lean_ctor_set(x_109, 19, x_90); -lean_ctor_set(x_109, 20, x_91); -lean_ctor_set(x_109, 21, x_92); -lean_ctor_set(x_109, 22, x_93); -lean_ctor_set(x_109, 23, x_103); -lean_ctor_set(x_109, 24, x_104); -lean_ctor_set(x_109, 25, x_106); -lean_ctor_set(x_109, 26, x_107); -lean_ctor_set(x_109, 27, x_108); -lean_ctor_set(x_109, 28, x_99); -lean_ctor_set(x_109, 29, x_101); -lean_ctor_set(x_109, 30, x_102); -lean_ctor_set_uint8(x_109, sizeof(void*)*31, x_100); -x_110 = lean_array_fset(x_55, x_5, x_109); -lean_ctor_set(x_41, 0, x_110); -x_111 = lean_st_ref_set(x_6, x_39, x_42); -x_112 = lean_ctor_get(x_111, 1); -lean_inc(x_112); -lean_dec(x_111); -x_17 = x_112; +x_105 = l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_mkVar___spec__1(x_95, x_2, x_16); +x_106 = l_Lean_Meta_Grind_Arith_Linear_mkVar___lambda__2___closed__3; +x_107 = l_Lean_PersistentArray_push___rarg(x_96, x_106); +x_108 = l_Lean_PersistentArray_push___rarg(x_97, x_106); +x_109 = l_Lean_PersistentArray_push___rarg(x_98, x_106); +x_110 = lean_alloc_ctor(0, 32, 1); +lean_ctor_set(x_110, 0, x_71); +lean_ctor_set(x_110, 1, x_72); +lean_ctor_set(x_110, 2, x_73); +lean_ctor_set(x_110, 3, x_74); +lean_ctor_set(x_110, 4, x_75); +lean_ctor_set(x_110, 5, x_76); +lean_ctor_set(x_110, 6, x_77); +lean_ctor_set(x_110, 7, x_78); +lean_ctor_set(x_110, 8, x_79); +lean_ctor_set(x_110, 9, x_80); +lean_ctor_set(x_110, 10, x_81); +lean_ctor_set(x_110, 11, x_82); +lean_ctor_set(x_110, 12, x_83); +lean_ctor_set(x_110, 13, x_84); +lean_ctor_set(x_110, 14, x_85); +lean_ctor_set(x_110, 15, x_86); +lean_ctor_set(x_110, 16, x_87); +lean_ctor_set(x_110, 17, x_88); +lean_ctor_set(x_110, 18, x_89); +lean_ctor_set(x_110, 19, x_90); +lean_ctor_set(x_110, 20, x_91); +lean_ctor_set(x_110, 21, x_92); +lean_ctor_set(x_110, 22, x_93); +lean_ctor_set(x_110, 23, x_104); +lean_ctor_set(x_110, 24, x_105); +lean_ctor_set(x_110, 25, x_107); +lean_ctor_set(x_110, 26, x_108); +lean_ctor_set(x_110, 27, x_109); +lean_ctor_set(x_110, 28, x_99); +lean_ctor_set(x_110, 29, x_101); +lean_ctor_set(x_110, 30, x_102); +lean_ctor_set(x_110, 31, x_103); +lean_ctor_set_uint8(x_110, sizeof(void*)*32, x_100); +x_111 = lean_array_fset(x_55, x_5, x_110); +lean_ctor_set(x_41, 0, x_111); +x_112 = lean_st_ref_set(x_6, x_39, x_42); +x_113 = lean_ctor_get(x_112, 1); +lean_inc(x_113); +lean_dec(x_112); +x_17 = x_113; goto block_37; } } } else { -lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; uint8_t x_117; -x_113 = lean_ctor_get(x_41, 0); -x_114 = lean_ctor_get(x_41, 1); -x_115 = lean_ctor_get(x_41, 2); +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; uint8_t x_118; +x_114 = lean_ctor_get(x_41, 0); +x_115 = lean_ctor_get(x_41, 1); +x_116 = lean_ctor_get(x_41, 2); +lean_inc(x_116); lean_inc(x_115); lean_inc(x_114); -lean_inc(x_113); lean_dec(x_41); -x_116 = lean_array_get_size(x_113); -x_117 = lean_nat_dec_lt(x_5, x_116); -lean_dec(x_116); -if (x_117 == 0) +x_117 = lean_array_get_size(x_114); +x_118 = lean_nat_dec_lt(x_5, x_117); +lean_dec(x_117); +if (x_118 == 0) { -lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_118 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_118, 0, x_113); -lean_ctor_set(x_118, 1, x_114); -lean_ctor_set(x_118, 2, x_115); -lean_ctor_set(x_40, 3, x_118); -x_119 = lean_st_ref_set(x_6, x_39, x_42); -x_120 = lean_ctor_get(x_119, 1); -lean_inc(x_120); -lean_dec(x_119); -x_17 = x_120; +lean_object* x_119; lean_object* x_120; lean_object* x_121; +x_119 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_119, 0, x_114); +lean_ctor_set(x_119, 1, x_115); +lean_ctor_set(x_119, 2, x_116); +lean_ctor_set(x_40, 3, x_119); +x_120 = lean_st_ref_set(x_6, x_39, x_42); +x_121 = lean_ctor_get(x_120, 1); +lean_inc(x_121); +lean_dec(x_120); +x_17 = x_121; goto block_37; } else { -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; uint8_t 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; -x_121 = lean_array_fget(x_113, x_5); -x_122 = lean_box(0); -x_123 = lean_array_fset(x_113, x_5, x_122); -x_124 = lean_ctor_get(x_121, 0); -lean_inc(x_124); -x_125 = lean_ctor_get(x_121, 1); +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; uint8_t 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; +x_122 = lean_array_fget(x_114, x_5); +x_123 = lean_box(0); +x_124 = lean_array_fset(x_114, x_5, x_123); +x_125 = lean_ctor_get(x_122, 0); lean_inc(x_125); -x_126 = lean_ctor_get(x_121, 2); +x_126 = lean_ctor_get(x_122, 1); lean_inc(x_126); -x_127 = lean_ctor_get(x_121, 3); +x_127 = lean_ctor_get(x_122, 2); lean_inc(x_127); -x_128 = lean_ctor_get(x_121, 4); +x_128 = lean_ctor_get(x_122, 3); lean_inc(x_128); -x_129 = lean_ctor_get(x_121, 5); +x_129 = lean_ctor_get(x_122, 4); lean_inc(x_129); -x_130 = lean_ctor_get(x_121, 6); +x_130 = lean_ctor_get(x_122, 5); lean_inc(x_130); -x_131 = lean_ctor_get(x_121, 7); +x_131 = lean_ctor_get(x_122, 6); lean_inc(x_131); -x_132 = lean_ctor_get(x_121, 8); +x_132 = lean_ctor_get(x_122, 7); lean_inc(x_132); -x_133 = lean_ctor_get(x_121, 9); +x_133 = lean_ctor_get(x_122, 8); lean_inc(x_133); -x_134 = lean_ctor_get(x_121, 10); +x_134 = lean_ctor_get(x_122, 9); lean_inc(x_134); -x_135 = lean_ctor_get(x_121, 11); +x_135 = lean_ctor_get(x_122, 10); lean_inc(x_135); -x_136 = lean_ctor_get(x_121, 12); +x_136 = lean_ctor_get(x_122, 11); lean_inc(x_136); -x_137 = lean_ctor_get(x_121, 13); +x_137 = lean_ctor_get(x_122, 12); lean_inc(x_137); -x_138 = lean_ctor_get(x_121, 14); +x_138 = lean_ctor_get(x_122, 13); lean_inc(x_138); -x_139 = lean_ctor_get(x_121, 15); +x_139 = lean_ctor_get(x_122, 14); lean_inc(x_139); -x_140 = lean_ctor_get(x_121, 16); +x_140 = lean_ctor_get(x_122, 15); lean_inc(x_140); -x_141 = lean_ctor_get(x_121, 17); +x_141 = lean_ctor_get(x_122, 16); lean_inc(x_141); -x_142 = lean_ctor_get(x_121, 18); +x_142 = lean_ctor_get(x_122, 17); lean_inc(x_142); -x_143 = lean_ctor_get(x_121, 19); +x_143 = lean_ctor_get(x_122, 18); lean_inc(x_143); -x_144 = lean_ctor_get(x_121, 20); +x_144 = lean_ctor_get(x_122, 19); lean_inc(x_144); -x_145 = lean_ctor_get(x_121, 21); +x_145 = lean_ctor_get(x_122, 20); lean_inc(x_145); -x_146 = lean_ctor_get(x_121, 22); +x_146 = lean_ctor_get(x_122, 21); lean_inc(x_146); -x_147 = lean_ctor_get(x_121, 23); +x_147 = lean_ctor_get(x_122, 22); lean_inc(x_147); -x_148 = lean_ctor_get(x_121, 24); +x_148 = lean_ctor_get(x_122, 23); lean_inc(x_148); -x_149 = lean_ctor_get(x_121, 25); +x_149 = lean_ctor_get(x_122, 24); lean_inc(x_149); -x_150 = lean_ctor_get(x_121, 26); +x_150 = lean_ctor_get(x_122, 25); lean_inc(x_150); -x_151 = lean_ctor_get(x_121, 27); +x_151 = lean_ctor_get(x_122, 26); lean_inc(x_151); -x_152 = lean_ctor_get(x_121, 28); +x_152 = lean_ctor_get(x_122, 27); lean_inc(x_152); -x_153 = lean_ctor_get_uint8(x_121, sizeof(void*)*31); -x_154 = lean_ctor_get(x_121, 29); -lean_inc(x_154); -x_155 = lean_ctor_get(x_121, 30); +x_153 = lean_ctor_get(x_122, 28); +lean_inc(x_153); +x_154 = lean_ctor_get_uint8(x_122, sizeof(void*)*32); +x_155 = lean_ctor_get(x_122, 29); lean_inc(x_155); -if (lean_is_exclusive(x_121)) { - lean_ctor_release(x_121, 0); - lean_ctor_release(x_121, 1); - lean_ctor_release(x_121, 2); - lean_ctor_release(x_121, 3); - lean_ctor_release(x_121, 4); - lean_ctor_release(x_121, 5); - lean_ctor_release(x_121, 6); - lean_ctor_release(x_121, 7); - lean_ctor_release(x_121, 8); - lean_ctor_release(x_121, 9); - lean_ctor_release(x_121, 10); - lean_ctor_release(x_121, 11); - lean_ctor_release(x_121, 12); - lean_ctor_release(x_121, 13); - lean_ctor_release(x_121, 14); - lean_ctor_release(x_121, 15); - lean_ctor_release(x_121, 16); - lean_ctor_release(x_121, 17); - lean_ctor_release(x_121, 18); - lean_ctor_release(x_121, 19); - lean_ctor_release(x_121, 20); - lean_ctor_release(x_121, 21); - lean_ctor_release(x_121, 22); - lean_ctor_release(x_121, 23); - lean_ctor_release(x_121, 24); - lean_ctor_release(x_121, 25); - lean_ctor_release(x_121, 26); - lean_ctor_release(x_121, 27); - lean_ctor_release(x_121, 28); - lean_ctor_release(x_121, 29); - lean_ctor_release(x_121, 30); - x_156 = x_121; +x_156 = lean_ctor_get(x_122, 30); +lean_inc(x_156); +x_157 = lean_ctor_get(x_122, 31); +lean_inc(x_157); +if (lean_is_exclusive(x_122)) { + lean_ctor_release(x_122, 0); + lean_ctor_release(x_122, 1); + lean_ctor_release(x_122, 2); + lean_ctor_release(x_122, 3); + lean_ctor_release(x_122, 4); + lean_ctor_release(x_122, 5); + lean_ctor_release(x_122, 6); + lean_ctor_release(x_122, 7); + lean_ctor_release(x_122, 8); + lean_ctor_release(x_122, 9); + lean_ctor_release(x_122, 10); + lean_ctor_release(x_122, 11); + lean_ctor_release(x_122, 12); + lean_ctor_release(x_122, 13); + lean_ctor_release(x_122, 14); + lean_ctor_release(x_122, 15); + lean_ctor_release(x_122, 16); + lean_ctor_release(x_122, 17); + lean_ctor_release(x_122, 18); + lean_ctor_release(x_122, 19); + lean_ctor_release(x_122, 20); + lean_ctor_release(x_122, 21); + lean_ctor_release(x_122, 22); + lean_ctor_release(x_122, 23); + lean_ctor_release(x_122, 24); + lean_ctor_release(x_122, 25); + lean_ctor_release(x_122, 26); + lean_ctor_release(x_122, 27); + lean_ctor_release(x_122, 28); + lean_ctor_release(x_122, 29); + lean_ctor_release(x_122, 30); + lean_ctor_release(x_122, 31); + x_158 = x_122; } else { - lean_dec_ref(x_121); - x_156 = lean_box(0); + lean_dec_ref(x_122); + x_158 = lean_box(0); } lean_inc(x_2); -x_157 = l_Lean_PersistentArray_push___rarg(x_147, x_2); +x_159 = l_Lean_PersistentArray_push___rarg(x_148, x_2); lean_inc(x_16); lean_inc(x_2); -x_158 = l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_mkVar___spec__1(x_148, x_2, x_16); -x_159 = l_Lean_Meta_Grind_Arith_Linear_mkVar___lambda__2___closed__3; -x_160 = l_Lean_PersistentArray_push___rarg(x_149, x_159); -x_161 = l_Lean_PersistentArray_push___rarg(x_150, x_159); -x_162 = l_Lean_PersistentArray_push___rarg(x_151, x_159); -if (lean_is_scalar(x_156)) { - x_163 = lean_alloc_ctor(0, 31, 1); +x_160 = l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_mkVar___spec__1(x_149, x_2, x_16); +x_161 = l_Lean_Meta_Grind_Arith_Linear_mkVar___lambda__2___closed__3; +x_162 = l_Lean_PersistentArray_push___rarg(x_150, x_161); +x_163 = l_Lean_PersistentArray_push___rarg(x_151, x_161); +x_164 = l_Lean_PersistentArray_push___rarg(x_152, x_161); +if (lean_is_scalar(x_158)) { + x_165 = lean_alloc_ctor(0, 32, 1); } else { - x_163 = x_156; + x_165 = x_158; } -lean_ctor_set(x_163, 0, x_124); -lean_ctor_set(x_163, 1, x_125); -lean_ctor_set(x_163, 2, x_126); -lean_ctor_set(x_163, 3, x_127); -lean_ctor_set(x_163, 4, x_128); -lean_ctor_set(x_163, 5, x_129); -lean_ctor_set(x_163, 6, x_130); -lean_ctor_set(x_163, 7, x_131); -lean_ctor_set(x_163, 8, x_132); -lean_ctor_set(x_163, 9, x_133); -lean_ctor_set(x_163, 10, x_134); -lean_ctor_set(x_163, 11, x_135); -lean_ctor_set(x_163, 12, x_136); -lean_ctor_set(x_163, 13, x_137); -lean_ctor_set(x_163, 14, x_138); -lean_ctor_set(x_163, 15, x_139); -lean_ctor_set(x_163, 16, x_140); -lean_ctor_set(x_163, 17, x_141); -lean_ctor_set(x_163, 18, x_142); -lean_ctor_set(x_163, 19, x_143); -lean_ctor_set(x_163, 20, x_144); -lean_ctor_set(x_163, 21, x_145); -lean_ctor_set(x_163, 22, x_146); -lean_ctor_set(x_163, 23, x_157); -lean_ctor_set(x_163, 24, x_158); -lean_ctor_set(x_163, 25, x_160); -lean_ctor_set(x_163, 26, x_161); -lean_ctor_set(x_163, 27, x_162); -lean_ctor_set(x_163, 28, x_152); -lean_ctor_set(x_163, 29, x_154); -lean_ctor_set(x_163, 30, x_155); -lean_ctor_set_uint8(x_163, sizeof(void*)*31, x_153); -x_164 = lean_array_fset(x_123, x_5, x_163); -x_165 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_165, 0, x_164); -lean_ctor_set(x_165, 1, x_114); -lean_ctor_set(x_165, 2, x_115); -lean_ctor_set(x_40, 3, x_165); -x_166 = lean_st_ref_set(x_6, x_39, x_42); -x_167 = lean_ctor_get(x_166, 1); -lean_inc(x_167); -lean_dec(x_166); -x_17 = x_167; +lean_ctor_set(x_165, 0, x_125); +lean_ctor_set(x_165, 1, x_126); +lean_ctor_set(x_165, 2, x_127); +lean_ctor_set(x_165, 3, x_128); +lean_ctor_set(x_165, 4, x_129); +lean_ctor_set(x_165, 5, x_130); +lean_ctor_set(x_165, 6, x_131); +lean_ctor_set(x_165, 7, x_132); +lean_ctor_set(x_165, 8, x_133); +lean_ctor_set(x_165, 9, x_134); +lean_ctor_set(x_165, 10, x_135); +lean_ctor_set(x_165, 11, x_136); +lean_ctor_set(x_165, 12, x_137); +lean_ctor_set(x_165, 13, x_138); +lean_ctor_set(x_165, 14, x_139); +lean_ctor_set(x_165, 15, x_140); +lean_ctor_set(x_165, 16, x_141); +lean_ctor_set(x_165, 17, x_142); +lean_ctor_set(x_165, 18, x_143); +lean_ctor_set(x_165, 19, x_144); +lean_ctor_set(x_165, 20, x_145); +lean_ctor_set(x_165, 21, x_146); +lean_ctor_set(x_165, 22, x_147); +lean_ctor_set(x_165, 23, x_159); +lean_ctor_set(x_165, 24, x_160); +lean_ctor_set(x_165, 25, x_162); +lean_ctor_set(x_165, 26, x_163); +lean_ctor_set(x_165, 27, x_164); +lean_ctor_set(x_165, 28, x_153); +lean_ctor_set(x_165, 29, x_155); +lean_ctor_set(x_165, 30, x_156); +lean_ctor_set(x_165, 31, x_157); +lean_ctor_set_uint8(x_165, sizeof(void*)*32, x_154); +x_166 = lean_array_fset(x_124, x_5, x_165); +x_167 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_167, 0, x_166); +lean_ctor_set(x_167, 1, x_115); +lean_ctor_set(x_167, 2, x_116); +lean_ctor_set(x_40, 3, x_167); +x_168 = lean_st_ref_set(x_6, x_39, x_42); +x_169 = lean_ctor_get(x_168, 1); +lean_inc(x_169); +lean_dec(x_168); +x_17 = x_169; goto block_37; } } } else { -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; uint8_t x_176; -x_168 = lean_ctor_get(x_40, 0); -x_169 = lean_ctor_get(x_40, 1); -x_170 = lean_ctor_get(x_40, 2); -lean_inc(x_170); -lean_inc(x_169); -lean_inc(x_168); -lean_dec(x_40); -x_171 = lean_ctor_get(x_41, 0); -lean_inc(x_171); -x_172 = lean_ctor_get(x_41, 1); +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_178; +x_170 = lean_ctor_get(x_40, 0); +x_171 = lean_ctor_get(x_40, 1); +x_172 = lean_ctor_get(x_40, 2); lean_inc(x_172); -x_173 = lean_ctor_get(x_41, 2); +lean_inc(x_171); +lean_inc(x_170); +lean_dec(x_40); +x_173 = lean_ctor_get(x_41, 0); lean_inc(x_173); +x_174 = lean_ctor_get(x_41, 1); +lean_inc(x_174); +x_175 = lean_ctor_get(x_41, 2); +lean_inc(x_175); if (lean_is_exclusive(x_41)) { lean_ctor_release(x_41, 0); lean_ctor_release(x_41, 1); lean_ctor_release(x_41, 2); - x_174 = x_41; + x_176 = x_41; } else { lean_dec_ref(x_41); - x_174 = lean_box(0); + x_176 = lean_box(0); } -x_175 = lean_array_get_size(x_171); -x_176 = lean_nat_dec_lt(x_5, x_175); -lean_dec(x_175); -if (x_176 == 0) +x_177 = lean_array_get_size(x_173); +x_178 = lean_nat_dec_lt(x_5, x_177); +lean_dec(x_177); +if (x_178 == 0) { -lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; -if (lean_is_scalar(x_174)) { - x_177 = lean_alloc_ctor(0, 3, 0); +lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; +if (lean_is_scalar(x_176)) { + x_179 = lean_alloc_ctor(0, 3, 0); } else { - x_177 = x_174; + x_179 = x_176; } -lean_ctor_set(x_177, 0, x_171); -lean_ctor_set(x_177, 1, x_172); -lean_ctor_set(x_177, 2, x_173); -x_178 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_178, 0, x_168); -lean_ctor_set(x_178, 1, x_169); -lean_ctor_set(x_178, 2, x_170); -lean_ctor_set(x_178, 3, x_177); -lean_ctor_set(x_39, 14, x_178); -x_179 = lean_st_ref_set(x_6, x_39, x_42); -x_180 = lean_ctor_get(x_179, 1); -lean_inc(x_180); -lean_dec(x_179); -x_17 = x_180; +lean_ctor_set(x_179, 0, x_173); +lean_ctor_set(x_179, 1, x_174); +lean_ctor_set(x_179, 2, x_175); +x_180 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_180, 0, x_170); +lean_ctor_set(x_180, 1, x_171); +lean_ctor_set(x_180, 2, x_172); +lean_ctor_set(x_180, 3, x_179); +lean_ctor_set(x_39, 14, x_180); +x_181 = lean_st_ref_set(x_6, x_39, x_42); +x_182 = lean_ctor_get(x_181, 1); +lean_inc(x_182); +lean_dec(x_181); +x_17 = x_182; goto block_37; } else { -lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; uint8_t 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; -x_181 = lean_array_fget(x_171, x_5); -x_182 = lean_box(0); -x_183 = lean_array_fset(x_171, x_5, x_182); -x_184 = lean_ctor_get(x_181, 0); -lean_inc(x_184); -x_185 = lean_ctor_get(x_181, 1); -lean_inc(x_185); -x_186 = lean_ctor_get(x_181, 2); +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; uint8_t x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; +x_183 = lean_array_fget(x_173, x_5); +x_184 = lean_box(0); +x_185 = lean_array_fset(x_173, x_5, x_184); +x_186 = lean_ctor_get(x_183, 0); lean_inc(x_186); -x_187 = lean_ctor_get(x_181, 3); +x_187 = lean_ctor_get(x_183, 1); lean_inc(x_187); -x_188 = lean_ctor_get(x_181, 4); +x_188 = lean_ctor_get(x_183, 2); lean_inc(x_188); -x_189 = lean_ctor_get(x_181, 5); +x_189 = lean_ctor_get(x_183, 3); lean_inc(x_189); -x_190 = lean_ctor_get(x_181, 6); +x_190 = lean_ctor_get(x_183, 4); lean_inc(x_190); -x_191 = lean_ctor_get(x_181, 7); +x_191 = lean_ctor_get(x_183, 5); lean_inc(x_191); -x_192 = lean_ctor_get(x_181, 8); +x_192 = lean_ctor_get(x_183, 6); lean_inc(x_192); -x_193 = lean_ctor_get(x_181, 9); +x_193 = lean_ctor_get(x_183, 7); lean_inc(x_193); -x_194 = lean_ctor_get(x_181, 10); +x_194 = lean_ctor_get(x_183, 8); lean_inc(x_194); -x_195 = lean_ctor_get(x_181, 11); +x_195 = lean_ctor_get(x_183, 9); lean_inc(x_195); -x_196 = lean_ctor_get(x_181, 12); +x_196 = lean_ctor_get(x_183, 10); lean_inc(x_196); -x_197 = lean_ctor_get(x_181, 13); +x_197 = lean_ctor_get(x_183, 11); lean_inc(x_197); -x_198 = lean_ctor_get(x_181, 14); +x_198 = lean_ctor_get(x_183, 12); lean_inc(x_198); -x_199 = lean_ctor_get(x_181, 15); +x_199 = lean_ctor_get(x_183, 13); lean_inc(x_199); -x_200 = lean_ctor_get(x_181, 16); +x_200 = lean_ctor_get(x_183, 14); lean_inc(x_200); -x_201 = lean_ctor_get(x_181, 17); +x_201 = lean_ctor_get(x_183, 15); lean_inc(x_201); -x_202 = lean_ctor_get(x_181, 18); +x_202 = lean_ctor_get(x_183, 16); lean_inc(x_202); -x_203 = lean_ctor_get(x_181, 19); +x_203 = lean_ctor_get(x_183, 17); lean_inc(x_203); -x_204 = lean_ctor_get(x_181, 20); +x_204 = lean_ctor_get(x_183, 18); lean_inc(x_204); -x_205 = lean_ctor_get(x_181, 21); +x_205 = lean_ctor_get(x_183, 19); lean_inc(x_205); -x_206 = lean_ctor_get(x_181, 22); +x_206 = lean_ctor_get(x_183, 20); lean_inc(x_206); -x_207 = lean_ctor_get(x_181, 23); +x_207 = lean_ctor_get(x_183, 21); lean_inc(x_207); -x_208 = lean_ctor_get(x_181, 24); +x_208 = lean_ctor_get(x_183, 22); lean_inc(x_208); -x_209 = lean_ctor_get(x_181, 25); +x_209 = lean_ctor_get(x_183, 23); lean_inc(x_209); -x_210 = lean_ctor_get(x_181, 26); +x_210 = lean_ctor_get(x_183, 24); lean_inc(x_210); -x_211 = lean_ctor_get(x_181, 27); +x_211 = lean_ctor_get(x_183, 25); lean_inc(x_211); -x_212 = lean_ctor_get(x_181, 28); +x_212 = lean_ctor_get(x_183, 26); lean_inc(x_212); -x_213 = lean_ctor_get_uint8(x_181, sizeof(void*)*31); -x_214 = lean_ctor_get(x_181, 29); +x_213 = lean_ctor_get(x_183, 27); +lean_inc(x_213); +x_214 = lean_ctor_get(x_183, 28); lean_inc(x_214); -x_215 = lean_ctor_get(x_181, 30); -lean_inc(x_215); -if (lean_is_exclusive(x_181)) { - lean_ctor_release(x_181, 0); - lean_ctor_release(x_181, 1); - lean_ctor_release(x_181, 2); - lean_ctor_release(x_181, 3); - lean_ctor_release(x_181, 4); - lean_ctor_release(x_181, 5); - lean_ctor_release(x_181, 6); - lean_ctor_release(x_181, 7); - lean_ctor_release(x_181, 8); - lean_ctor_release(x_181, 9); - lean_ctor_release(x_181, 10); - lean_ctor_release(x_181, 11); - lean_ctor_release(x_181, 12); - lean_ctor_release(x_181, 13); - lean_ctor_release(x_181, 14); - lean_ctor_release(x_181, 15); - lean_ctor_release(x_181, 16); - lean_ctor_release(x_181, 17); - lean_ctor_release(x_181, 18); - lean_ctor_release(x_181, 19); - lean_ctor_release(x_181, 20); - lean_ctor_release(x_181, 21); - lean_ctor_release(x_181, 22); - lean_ctor_release(x_181, 23); - lean_ctor_release(x_181, 24); - lean_ctor_release(x_181, 25); - lean_ctor_release(x_181, 26); - lean_ctor_release(x_181, 27); - lean_ctor_release(x_181, 28); - lean_ctor_release(x_181, 29); - lean_ctor_release(x_181, 30); - x_216 = x_181; +x_215 = lean_ctor_get_uint8(x_183, sizeof(void*)*32); +x_216 = lean_ctor_get(x_183, 29); +lean_inc(x_216); +x_217 = lean_ctor_get(x_183, 30); +lean_inc(x_217); +x_218 = lean_ctor_get(x_183, 31); +lean_inc(x_218); +if (lean_is_exclusive(x_183)) { + lean_ctor_release(x_183, 0); + lean_ctor_release(x_183, 1); + lean_ctor_release(x_183, 2); + lean_ctor_release(x_183, 3); + lean_ctor_release(x_183, 4); + lean_ctor_release(x_183, 5); + lean_ctor_release(x_183, 6); + lean_ctor_release(x_183, 7); + lean_ctor_release(x_183, 8); + lean_ctor_release(x_183, 9); + lean_ctor_release(x_183, 10); + lean_ctor_release(x_183, 11); + lean_ctor_release(x_183, 12); + lean_ctor_release(x_183, 13); + lean_ctor_release(x_183, 14); + lean_ctor_release(x_183, 15); + lean_ctor_release(x_183, 16); + lean_ctor_release(x_183, 17); + lean_ctor_release(x_183, 18); + lean_ctor_release(x_183, 19); + lean_ctor_release(x_183, 20); + lean_ctor_release(x_183, 21); + lean_ctor_release(x_183, 22); + lean_ctor_release(x_183, 23); + lean_ctor_release(x_183, 24); + lean_ctor_release(x_183, 25); + lean_ctor_release(x_183, 26); + lean_ctor_release(x_183, 27); + lean_ctor_release(x_183, 28); + lean_ctor_release(x_183, 29); + lean_ctor_release(x_183, 30); + lean_ctor_release(x_183, 31); + x_219 = x_183; } else { - lean_dec_ref(x_181); - x_216 = lean_box(0); + lean_dec_ref(x_183); + x_219 = lean_box(0); } lean_inc(x_2); -x_217 = l_Lean_PersistentArray_push___rarg(x_207, x_2); +x_220 = l_Lean_PersistentArray_push___rarg(x_209, x_2); lean_inc(x_16); lean_inc(x_2); -x_218 = l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_mkVar___spec__1(x_208, x_2, x_16); -x_219 = l_Lean_Meta_Grind_Arith_Linear_mkVar___lambda__2___closed__3; -x_220 = l_Lean_PersistentArray_push___rarg(x_209, x_219); -x_221 = l_Lean_PersistentArray_push___rarg(x_210, x_219); -x_222 = l_Lean_PersistentArray_push___rarg(x_211, x_219); -if (lean_is_scalar(x_216)) { - x_223 = lean_alloc_ctor(0, 31, 1); +x_221 = l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_mkVar___spec__1(x_210, x_2, x_16); +x_222 = l_Lean_Meta_Grind_Arith_Linear_mkVar___lambda__2___closed__3; +x_223 = l_Lean_PersistentArray_push___rarg(x_211, x_222); +x_224 = l_Lean_PersistentArray_push___rarg(x_212, x_222); +x_225 = l_Lean_PersistentArray_push___rarg(x_213, x_222); +if (lean_is_scalar(x_219)) { + x_226 = lean_alloc_ctor(0, 32, 1); } else { - x_223 = x_216; + x_226 = x_219; } -lean_ctor_set(x_223, 0, x_184); -lean_ctor_set(x_223, 1, x_185); -lean_ctor_set(x_223, 2, x_186); -lean_ctor_set(x_223, 3, x_187); -lean_ctor_set(x_223, 4, x_188); -lean_ctor_set(x_223, 5, x_189); -lean_ctor_set(x_223, 6, x_190); -lean_ctor_set(x_223, 7, x_191); -lean_ctor_set(x_223, 8, x_192); -lean_ctor_set(x_223, 9, x_193); -lean_ctor_set(x_223, 10, x_194); -lean_ctor_set(x_223, 11, x_195); -lean_ctor_set(x_223, 12, x_196); -lean_ctor_set(x_223, 13, x_197); -lean_ctor_set(x_223, 14, x_198); -lean_ctor_set(x_223, 15, x_199); -lean_ctor_set(x_223, 16, x_200); -lean_ctor_set(x_223, 17, x_201); -lean_ctor_set(x_223, 18, x_202); -lean_ctor_set(x_223, 19, x_203); -lean_ctor_set(x_223, 20, x_204); -lean_ctor_set(x_223, 21, x_205); -lean_ctor_set(x_223, 22, x_206); -lean_ctor_set(x_223, 23, x_217); -lean_ctor_set(x_223, 24, x_218); -lean_ctor_set(x_223, 25, x_220); -lean_ctor_set(x_223, 26, x_221); -lean_ctor_set(x_223, 27, x_222); -lean_ctor_set(x_223, 28, x_212); -lean_ctor_set(x_223, 29, x_214); -lean_ctor_set(x_223, 30, x_215); -lean_ctor_set_uint8(x_223, sizeof(void*)*31, x_213); -x_224 = lean_array_fset(x_183, x_5, x_223); -if (lean_is_scalar(x_174)) { - x_225 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_226, 0, x_186); +lean_ctor_set(x_226, 1, x_187); +lean_ctor_set(x_226, 2, x_188); +lean_ctor_set(x_226, 3, x_189); +lean_ctor_set(x_226, 4, x_190); +lean_ctor_set(x_226, 5, x_191); +lean_ctor_set(x_226, 6, x_192); +lean_ctor_set(x_226, 7, x_193); +lean_ctor_set(x_226, 8, x_194); +lean_ctor_set(x_226, 9, x_195); +lean_ctor_set(x_226, 10, x_196); +lean_ctor_set(x_226, 11, x_197); +lean_ctor_set(x_226, 12, x_198); +lean_ctor_set(x_226, 13, x_199); +lean_ctor_set(x_226, 14, x_200); +lean_ctor_set(x_226, 15, x_201); +lean_ctor_set(x_226, 16, x_202); +lean_ctor_set(x_226, 17, x_203); +lean_ctor_set(x_226, 18, x_204); +lean_ctor_set(x_226, 19, x_205); +lean_ctor_set(x_226, 20, x_206); +lean_ctor_set(x_226, 21, x_207); +lean_ctor_set(x_226, 22, x_208); +lean_ctor_set(x_226, 23, x_220); +lean_ctor_set(x_226, 24, x_221); +lean_ctor_set(x_226, 25, x_223); +lean_ctor_set(x_226, 26, x_224); +lean_ctor_set(x_226, 27, x_225); +lean_ctor_set(x_226, 28, x_214); +lean_ctor_set(x_226, 29, x_216); +lean_ctor_set(x_226, 30, x_217); +lean_ctor_set(x_226, 31, x_218); +lean_ctor_set_uint8(x_226, sizeof(void*)*32, x_215); +x_227 = lean_array_fset(x_185, x_5, x_226); +if (lean_is_scalar(x_176)) { + x_228 = lean_alloc_ctor(0, 3, 0); } else { - x_225 = x_174; + x_228 = x_176; } -lean_ctor_set(x_225, 0, x_224); -lean_ctor_set(x_225, 1, x_172); -lean_ctor_set(x_225, 2, x_173); -x_226 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_226, 0, x_168); -lean_ctor_set(x_226, 1, x_169); -lean_ctor_set(x_226, 2, x_170); -lean_ctor_set(x_226, 3, x_225); -lean_ctor_set(x_39, 14, x_226); -x_227 = lean_st_ref_set(x_6, x_39, x_42); -x_228 = lean_ctor_get(x_227, 1); -lean_inc(x_228); -lean_dec(x_227); -x_17 = x_228; +lean_ctor_set(x_228, 0, x_227); +lean_ctor_set(x_228, 1, x_174); +lean_ctor_set(x_228, 2, x_175); +x_229 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_229, 0, x_170); +lean_ctor_set(x_229, 1, x_171); +lean_ctor_set(x_229, 2, x_172); +lean_ctor_set(x_229, 3, x_228); +lean_ctor_set(x_39, 14, x_229); +x_230 = lean_st_ref_set(x_6, x_39, x_42); +x_231 = lean_ctor_get(x_230, 1); +lean_inc(x_231); +lean_dec(x_230); +x_17 = x_231; goto block_37; } } } else { -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; uint8_t 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; uint8_t x_254; -x_229 = lean_ctor_get(x_39, 0); -x_230 = lean_ctor_get(x_39, 1); -x_231 = lean_ctor_get(x_39, 2); -x_232 = lean_ctor_get(x_39, 3); -x_233 = lean_ctor_get(x_39, 4); -x_234 = lean_ctor_get(x_39, 5); -x_235 = lean_ctor_get(x_39, 6); -x_236 = lean_ctor_get(x_39, 7); -x_237 = lean_ctor_get_uint8(x_39, sizeof(void*)*16); -x_238 = lean_ctor_get(x_39, 8); -x_239 = lean_ctor_get(x_39, 9); -x_240 = lean_ctor_get(x_39, 10); -x_241 = lean_ctor_get(x_39, 11); -x_242 = lean_ctor_get(x_39, 12); -x_243 = lean_ctor_get(x_39, 13); -x_244 = lean_ctor_get(x_39, 15); +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; 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_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; uint8_t x_257; +x_232 = lean_ctor_get(x_39, 0); +x_233 = lean_ctor_get(x_39, 1); +x_234 = lean_ctor_get(x_39, 2); +x_235 = lean_ctor_get(x_39, 3); +x_236 = lean_ctor_get(x_39, 4); +x_237 = lean_ctor_get(x_39, 5); +x_238 = lean_ctor_get(x_39, 6); +x_239 = lean_ctor_get(x_39, 7); +x_240 = lean_ctor_get_uint8(x_39, sizeof(void*)*16); +x_241 = lean_ctor_get(x_39, 8); +x_242 = lean_ctor_get(x_39, 9); +x_243 = lean_ctor_get(x_39, 10); +x_244 = lean_ctor_get(x_39, 11); +x_245 = lean_ctor_get(x_39, 12); +x_246 = lean_ctor_get(x_39, 13); +x_247 = lean_ctor_get(x_39, 15); +lean_inc(x_247); +lean_inc(x_246); +lean_inc(x_245); lean_inc(x_244); lean_inc(x_243); lean_inc(x_242); lean_inc(x_241); -lean_inc(x_240); lean_inc(x_239); lean_inc(x_238); +lean_inc(x_237); lean_inc(x_236); lean_inc(x_235); lean_inc(x_234); lean_inc(x_233); lean_inc(x_232); -lean_inc(x_231); -lean_inc(x_230); -lean_inc(x_229); lean_dec(x_39); -x_245 = lean_ctor_get(x_40, 0); -lean_inc(x_245); -x_246 = lean_ctor_get(x_40, 1); -lean_inc(x_246); -x_247 = lean_ctor_get(x_40, 2); -lean_inc(x_247); +x_248 = lean_ctor_get(x_40, 0); +lean_inc(x_248); +x_249 = lean_ctor_get(x_40, 1); +lean_inc(x_249); +x_250 = lean_ctor_get(x_40, 2); +lean_inc(x_250); if (lean_is_exclusive(x_40)) { lean_ctor_release(x_40, 0); lean_ctor_release(x_40, 1); lean_ctor_release(x_40, 2); lean_ctor_release(x_40, 3); - x_248 = x_40; + x_251 = x_40; } else { lean_dec_ref(x_40); - x_248 = lean_box(0); + x_251 = lean_box(0); } -x_249 = lean_ctor_get(x_41, 0); -lean_inc(x_249); -x_250 = lean_ctor_get(x_41, 1); -lean_inc(x_250); -x_251 = lean_ctor_get(x_41, 2); -lean_inc(x_251); +x_252 = lean_ctor_get(x_41, 0); +lean_inc(x_252); +x_253 = lean_ctor_get(x_41, 1); +lean_inc(x_253); +x_254 = lean_ctor_get(x_41, 2); +lean_inc(x_254); if (lean_is_exclusive(x_41)) { lean_ctor_release(x_41, 0); lean_ctor_release(x_41, 1); lean_ctor_release(x_41, 2); - x_252 = x_41; + x_255 = x_41; } else { lean_dec_ref(x_41); - x_252 = lean_box(0); + x_255 = lean_box(0); } -x_253 = lean_array_get_size(x_249); -x_254 = lean_nat_dec_lt(x_5, x_253); -lean_dec(x_253); -if (x_254 == 0) +x_256 = lean_array_get_size(x_252); +x_257 = lean_nat_dec_lt(x_5, x_256); +lean_dec(x_256); +if (x_257 == 0) { -lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; -if (lean_is_scalar(x_252)) { - x_255 = lean_alloc_ctor(0, 3, 0); +lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; +if (lean_is_scalar(x_255)) { + x_258 = lean_alloc_ctor(0, 3, 0); } else { - x_255 = x_252; + x_258 = x_255; } -lean_ctor_set(x_255, 0, x_249); -lean_ctor_set(x_255, 1, x_250); -lean_ctor_set(x_255, 2, x_251); -if (lean_is_scalar(x_248)) { - x_256 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_258, 0, x_252); +lean_ctor_set(x_258, 1, x_253); +lean_ctor_set(x_258, 2, x_254); +if (lean_is_scalar(x_251)) { + x_259 = lean_alloc_ctor(0, 4, 0); } else { - x_256 = x_248; + x_259 = x_251; } -lean_ctor_set(x_256, 0, x_245); -lean_ctor_set(x_256, 1, x_246); -lean_ctor_set(x_256, 2, x_247); -lean_ctor_set(x_256, 3, x_255); -x_257 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_257, 0, x_229); -lean_ctor_set(x_257, 1, x_230); -lean_ctor_set(x_257, 2, x_231); -lean_ctor_set(x_257, 3, x_232); -lean_ctor_set(x_257, 4, x_233); -lean_ctor_set(x_257, 5, x_234); -lean_ctor_set(x_257, 6, x_235); -lean_ctor_set(x_257, 7, x_236); -lean_ctor_set(x_257, 8, x_238); -lean_ctor_set(x_257, 9, x_239); -lean_ctor_set(x_257, 10, x_240); -lean_ctor_set(x_257, 11, x_241); -lean_ctor_set(x_257, 12, x_242); -lean_ctor_set(x_257, 13, x_243); -lean_ctor_set(x_257, 14, x_256); -lean_ctor_set(x_257, 15, x_244); -lean_ctor_set_uint8(x_257, sizeof(void*)*16, x_237); -x_258 = lean_st_ref_set(x_6, x_257, x_42); -x_259 = lean_ctor_get(x_258, 1); -lean_inc(x_259); -lean_dec(x_258); -x_17 = x_259; +lean_ctor_set(x_259, 0, x_248); +lean_ctor_set(x_259, 1, x_249); +lean_ctor_set(x_259, 2, x_250); +lean_ctor_set(x_259, 3, x_258); +x_260 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_260, 0, x_232); +lean_ctor_set(x_260, 1, x_233); +lean_ctor_set(x_260, 2, x_234); +lean_ctor_set(x_260, 3, x_235); +lean_ctor_set(x_260, 4, x_236); +lean_ctor_set(x_260, 5, x_237); +lean_ctor_set(x_260, 6, x_238); +lean_ctor_set(x_260, 7, x_239); +lean_ctor_set(x_260, 8, x_241); +lean_ctor_set(x_260, 9, x_242); +lean_ctor_set(x_260, 10, x_243); +lean_ctor_set(x_260, 11, x_244); +lean_ctor_set(x_260, 12, x_245); +lean_ctor_set(x_260, 13, x_246); +lean_ctor_set(x_260, 14, x_259); +lean_ctor_set(x_260, 15, x_247); +lean_ctor_set_uint8(x_260, sizeof(void*)*16, x_240); +x_261 = lean_st_ref_set(x_6, x_260, x_42); +x_262 = lean_ctor_get(x_261, 1); +lean_inc(x_262); +lean_dec(x_261); +x_17 = x_262; goto block_37; } else { -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; uint8_t 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; lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; lean_object* x_308; -x_260 = lean_array_fget(x_249, x_5); -x_261 = lean_box(0); -x_262 = lean_array_fset(x_249, x_5, x_261); -x_263 = lean_ctor_get(x_260, 0); -lean_inc(x_263); -x_264 = lean_ctor_get(x_260, 1); -lean_inc(x_264); -x_265 = lean_ctor_get(x_260, 2); -lean_inc(x_265); -x_266 = lean_ctor_get(x_260, 3); +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; uint8_t x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; lean_object* x_308; lean_object* x_309; lean_object* x_310; lean_object* x_311; lean_object* x_312; +x_263 = lean_array_fget(x_252, x_5); +x_264 = lean_box(0); +x_265 = lean_array_fset(x_252, x_5, x_264); +x_266 = lean_ctor_get(x_263, 0); lean_inc(x_266); -x_267 = lean_ctor_get(x_260, 4); +x_267 = lean_ctor_get(x_263, 1); lean_inc(x_267); -x_268 = lean_ctor_get(x_260, 5); +x_268 = lean_ctor_get(x_263, 2); lean_inc(x_268); -x_269 = lean_ctor_get(x_260, 6); +x_269 = lean_ctor_get(x_263, 3); lean_inc(x_269); -x_270 = lean_ctor_get(x_260, 7); +x_270 = lean_ctor_get(x_263, 4); lean_inc(x_270); -x_271 = lean_ctor_get(x_260, 8); +x_271 = lean_ctor_get(x_263, 5); lean_inc(x_271); -x_272 = lean_ctor_get(x_260, 9); +x_272 = lean_ctor_get(x_263, 6); lean_inc(x_272); -x_273 = lean_ctor_get(x_260, 10); +x_273 = lean_ctor_get(x_263, 7); lean_inc(x_273); -x_274 = lean_ctor_get(x_260, 11); +x_274 = lean_ctor_get(x_263, 8); lean_inc(x_274); -x_275 = lean_ctor_get(x_260, 12); +x_275 = lean_ctor_get(x_263, 9); lean_inc(x_275); -x_276 = lean_ctor_get(x_260, 13); +x_276 = lean_ctor_get(x_263, 10); lean_inc(x_276); -x_277 = lean_ctor_get(x_260, 14); +x_277 = lean_ctor_get(x_263, 11); lean_inc(x_277); -x_278 = lean_ctor_get(x_260, 15); +x_278 = lean_ctor_get(x_263, 12); lean_inc(x_278); -x_279 = lean_ctor_get(x_260, 16); +x_279 = lean_ctor_get(x_263, 13); lean_inc(x_279); -x_280 = lean_ctor_get(x_260, 17); +x_280 = lean_ctor_get(x_263, 14); lean_inc(x_280); -x_281 = lean_ctor_get(x_260, 18); +x_281 = lean_ctor_get(x_263, 15); lean_inc(x_281); -x_282 = lean_ctor_get(x_260, 19); +x_282 = lean_ctor_get(x_263, 16); lean_inc(x_282); -x_283 = lean_ctor_get(x_260, 20); +x_283 = lean_ctor_get(x_263, 17); lean_inc(x_283); -x_284 = lean_ctor_get(x_260, 21); +x_284 = lean_ctor_get(x_263, 18); lean_inc(x_284); -x_285 = lean_ctor_get(x_260, 22); +x_285 = lean_ctor_get(x_263, 19); lean_inc(x_285); -x_286 = lean_ctor_get(x_260, 23); +x_286 = lean_ctor_get(x_263, 20); lean_inc(x_286); -x_287 = lean_ctor_get(x_260, 24); +x_287 = lean_ctor_get(x_263, 21); lean_inc(x_287); -x_288 = lean_ctor_get(x_260, 25); +x_288 = lean_ctor_get(x_263, 22); lean_inc(x_288); -x_289 = lean_ctor_get(x_260, 26); +x_289 = lean_ctor_get(x_263, 23); lean_inc(x_289); -x_290 = lean_ctor_get(x_260, 27); +x_290 = lean_ctor_get(x_263, 24); lean_inc(x_290); -x_291 = lean_ctor_get(x_260, 28); +x_291 = lean_ctor_get(x_263, 25); lean_inc(x_291); -x_292 = lean_ctor_get_uint8(x_260, sizeof(void*)*31); -x_293 = lean_ctor_get(x_260, 29); +x_292 = lean_ctor_get(x_263, 26); +lean_inc(x_292); +x_293 = lean_ctor_get(x_263, 27); lean_inc(x_293); -x_294 = lean_ctor_get(x_260, 30); +x_294 = lean_ctor_get(x_263, 28); lean_inc(x_294); -if (lean_is_exclusive(x_260)) { - lean_ctor_release(x_260, 0); - lean_ctor_release(x_260, 1); - lean_ctor_release(x_260, 2); - lean_ctor_release(x_260, 3); - lean_ctor_release(x_260, 4); - lean_ctor_release(x_260, 5); - lean_ctor_release(x_260, 6); - lean_ctor_release(x_260, 7); - lean_ctor_release(x_260, 8); - lean_ctor_release(x_260, 9); - lean_ctor_release(x_260, 10); - lean_ctor_release(x_260, 11); - lean_ctor_release(x_260, 12); - lean_ctor_release(x_260, 13); - lean_ctor_release(x_260, 14); - lean_ctor_release(x_260, 15); - lean_ctor_release(x_260, 16); - lean_ctor_release(x_260, 17); - lean_ctor_release(x_260, 18); - lean_ctor_release(x_260, 19); - lean_ctor_release(x_260, 20); - lean_ctor_release(x_260, 21); - lean_ctor_release(x_260, 22); - lean_ctor_release(x_260, 23); - lean_ctor_release(x_260, 24); - lean_ctor_release(x_260, 25); - lean_ctor_release(x_260, 26); - lean_ctor_release(x_260, 27); - lean_ctor_release(x_260, 28); - lean_ctor_release(x_260, 29); - lean_ctor_release(x_260, 30); - x_295 = x_260; +x_295 = lean_ctor_get_uint8(x_263, sizeof(void*)*32); +x_296 = lean_ctor_get(x_263, 29); +lean_inc(x_296); +x_297 = lean_ctor_get(x_263, 30); +lean_inc(x_297); +x_298 = lean_ctor_get(x_263, 31); +lean_inc(x_298); +if (lean_is_exclusive(x_263)) { + lean_ctor_release(x_263, 0); + lean_ctor_release(x_263, 1); + lean_ctor_release(x_263, 2); + lean_ctor_release(x_263, 3); + lean_ctor_release(x_263, 4); + lean_ctor_release(x_263, 5); + lean_ctor_release(x_263, 6); + lean_ctor_release(x_263, 7); + lean_ctor_release(x_263, 8); + lean_ctor_release(x_263, 9); + lean_ctor_release(x_263, 10); + lean_ctor_release(x_263, 11); + lean_ctor_release(x_263, 12); + lean_ctor_release(x_263, 13); + lean_ctor_release(x_263, 14); + lean_ctor_release(x_263, 15); + lean_ctor_release(x_263, 16); + lean_ctor_release(x_263, 17); + lean_ctor_release(x_263, 18); + lean_ctor_release(x_263, 19); + lean_ctor_release(x_263, 20); + lean_ctor_release(x_263, 21); + lean_ctor_release(x_263, 22); + lean_ctor_release(x_263, 23); + lean_ctor_release(x_263, 24); + lean_ctor_release(x_263, 25); + lean_ctor_release(x_263, 26); + lean_ctor_release(x_263, 27); + lean_ctor_release(x_263, 28); + lean_ctor_release(x_263, 29); + lean_ctor_release(x_263, 30); + lean_ctor_release(x_263, 31); + x_299 = x_263; } else { - lean_dec_ref(x_260); - x_295 = lean_box(0); + lean_dec_ref(x_263); + x_299 = lean_box(0); } lean_inc(x_2); -x_296 = l_Lean_PersistentArray_push___rarg(x_286, x_2); +x_300 = l_Lean_PersistentArray_push___rarg(x_289, x_2); lean_inc(x_16); lean_inc(x_2); -x_297 = l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_mkVar___spec__1(x_287, x_2, x_16); -x_298 = l_Lean_Meta_Grind_Arith_Linear_mkVar___lambda__2___closed__3; -x_299 = l_Lean_PersistentArray_push___rarg(x_288, x_298); -x_300 = l_Lean_PersistentArray_push___rarg(x_289, x_298); -x_301 = l_Lean_PersistentArray_push___rarg(x_290, x_298); -if (lean_is_scalar(x_295)) { - x_302 = lean_alloc_ctor(0, 31, 1); +x_301 = l_Lean_PersistentHashMap_insert___at_Lean_Meta_Grind_Arith_Linear_mkVar___spec__1(x_290, x_2, x_16); +x_302 = l_Lean_Meta_Grind_Arith_Linear_mkVar___lambda__2___closed__3; +x_303 = l_Lean_PersistentArray_push___rarg(x_291, x_302); +x_304 = l_Lean_PersistentArray_push___rarg(x_292, x_302); +x_305 = l_Lean_PersistentArray_push___rarg(x_293, x_302); +if (lean_is_scalar(x_299)) { + x_306 = lean_alloc_ctor(0, 32, 1); } else { - x_302 = x_295; + x_306 = x_299; } -lean_ctor_set(x_302, 0, x_263); -lean_ctor_set(x_302, 1, x_264); -lean_ctor_set(x_302, 2, x_265); -lean_ctor_set(x_302, 3, x_266); -lean_ctor_set(x_302, 4, x_267); -lean_ctor_set(x_302, 5, x_268); -lean_ctor_set(x_302, 6, x_269); -lean_ctor_set(x_302, 7, x_270); -lean_ctor_set(x_302, 8, x_271); -lean_ctor_set(x_302, 9, x_272); -lean_ctor_set(x_302, 10, x_273); -lean_ctor_set(x_302, 11, x_274); -lean_ctor_set(x_302, 12, x_275); -lean_ctor_set(x_302, 13, x_276); -lean_ctor_set(x_302, 14, x_277); -lean_ctor_set(x_302, 15, x_278); -lean_ctor_set(x_302, 16, x_279); -lean_ctor_set(x_302, 17, x_280); -lean_ctor_set(x_302, 18, x_281); -lean_ctor_set(x_302, 19, x_282); -lean_ctor_set(x_302, 20, x_283); -lean_ctor_set(x_302, 21, x_284); -lean_ctor_set(x_302, 22, x_285); -lean_ctor_set(x_302, 23, x_296); -lean_ctor_set(x_302, 24, x_297); -lean_ctor_set(x_302, 25, x_299); -lean_ctor_set(x_302, 26, x_300); -lean_ctor_set(x_302, 27, x_301); -lean_ctor_set(x_302, 28, x_291); -lean_ctor_set(x_302, 29, x_293); -lean_ctor_set(x_302, 30, x_294); -lean_ctor_set_uint8(x_302, sizeof(void*)*31, x_292); -x_303 = lean_array_fset(x_262, x_5, x_302); -if (lean_is_scalar(x_252)) { - x_304 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_306, 0, x_266); +lean_ctor_set(x_306, 1, x_267); +lean_ctor_set(x_306, 2, x_268); +lean_ctor_set(x_306, 3, x_269); +lean_ctor_set(x_306, 4, x_270); +lean_ctor_set(x_306, 5, x_271); +lean_ctor_set(x_306, 6, x_272); +lean_ctor_set(x_306, 7, x_273); +lean_ctor_set(x_306, 8, x_274); +lean_ctor_set(x_306, 9, x_275); +lean_ctor_set(x_306, 10, x_276); +lean_ctor_set(x_306, 11, x_277); +lean_ctor_set(x_306, 12, x_278); +lean_ctor_set(x_306, 13, x_279); +lean_ctor_set(x_306, 14, x_280); +lean_ctor_set(x_306, 15, x_281); +lean_ctor_set(x_306, 16, x_282); +lean_ctor_set(x_306, 17, x_283); +lean_ctor_set(x_306, 18, x_284); +lean_ctor_set(x_306, 19, x_285); +lean_ctor_set(x_306, 20, x_286); +lean_ctor_set(x_306, 21, x_287); +lean_ctor_set(x_306, 22, x_288); +lean_ctor_set(x_306, 23, x_300); +lean_ctor_set(x_306, 24, x_301); +lean_ctor_set(x_306, 25, x_303); +lean_ctor_set(x_306, 26, x_304); +lean_ctor_set(x_306, 27, x_305); +lean_ctor_set(x_306, 28, x_294); +lean_ctor_set(x_306, 29, x_296); +lean_ctor_set(x_306, 30, x_297); +lean_ctor_set(x_306, 31, x_298); +lean_ctor_set_uint8(x_306, sizeof(void*)*32, x_295); +x_307 = lean_array_fset(x_265, x_5, x_306); +if (lean_is_scalar(x_255)) { + x_308 = lean_alloc_ctor(0, 3, 0); } else { - x_304 = x_252; + x_308 = x_255; } -lean_ctor_set(x_304, 0, x_303); -lean_ctor_set(x_304, 1, x_250); -lean_ctor_set(x_304, 2, x_251); -if (lean_is_scalar(x_248)) { - x_305 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_308, 0, x_307); +lean_ctor_set(x_308, 1, x_253); +lean_ctor_set(x_308, 2, x_254); +if (lean_is_scalar(x_251)) { + x_309 = lean_alloc_ctor(0, 4, 0); } else { - x_305 = x_248; + x_309 = x_251; } -lean_ctor_set(x_305, 0, x_245); -lean_ctor_set(x_305, 1, x_246); -lean_ctor_set(x_305, 2, x_247); -lean_ctor_set(x_305, 3, x_304); -x_306 = lean_alloc_ctor(0, 16, 1); -lean_ctor_set(x_306, 0, x_229); -lean_ctor_set(x_306, 1, x_230); -lean_ctor_set(x_306, 2, x_231); -lean_ctor_set(x_306, 3, x_232); -lean_ctor_set(x_306, 4, x_233); -lean_ctor_set(x_306, 5, x_234); -lean_ctor_set(x_306, 6, x_235); -lean_ctor_set(x_306, 7, x_236); -lean_ctor_set(x_306, 8, x_238); -lean_ctor_set(x_306, 9, x_239); -lean_ctor_set(x_306, 10, x_240); -lean_ctor_set(x_306, 11, x_241); -lean_ctor_set(x_306, 12, x_242); -lean_ctor_set(x_306, 13, x_243); -lean_ctor_set(x_306, 14, x_305); -lean_ctor_set(x_306, 15, x_244); -lean_ctor_set_uint8(x_306, sizeof(void*)*16, x_237); -x_307 = lean_st_ref_set(x_6, x_306, x_42); -x_308 = lean_ctor_get(x_307, 1); -lean_inc(x_308); -lean_dec(x_307); -x_17 = x_308; +lean_ctor_set(x_309, 0, x_248); +lean_ctor_set(x_309, 1, x_249); +lean_ctor_set(x_309, 2, x_250); +lean_ctor_set(x_309, 3, x_308); +x_310 = lean_alloc_ctor(0, 16, 1); +lean_ctor_set(x_310, 0, x_232); +lean_ctor_set(x_310, 1, x_233); +lean_ctor_set(x_310, 2, x_234); +lean_ctor_set(x_310, 3, x_235); +lean_ctor_set(x_310, 4, x_236); +lean_ctor_set(x_310, 5, x_237); +lean_ctor_set(x_310, 6, x_238); +lean_ctor_set(x_310, 7, x_239); +lean_ctor_set(x_310, 8, x_241); +lean_ctor_set(x_310, 9, x_242); +lean_ctor_set(x_310, 10, x_243); +lean_ctor_set(x_310, 11, x_244); +lean_ctor_set(x_310, 12, x_245); +lean_ctor_set(x_310, 13, x_246); +lean_ctor_set(x_310, 14, x_309); +lean_ctor_set(x_310, 15, x_247); +lean_ctor_set_uint8(x_310, sizeof(void*)*16, x_240); +x_311 = lean_st_ref_set(x_6, x_310, x_42); +x_312 = lean_ctor_get(x_311, 1); +lean_inc(x_312); +lean_dec(x_311); +x_17 = x_312; goto block_37; } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/Grind/Propagate.c b/stage0/stdlib/Lean/Meta/Tactic/Grind/Propagate.c index d4772abfc3..fb23783381 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Grind/Propagate.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Grind/Propagate.c @@ -26,6 +26,7 @@ static lean_object* l_Lean_Meta_Grind_propagateNotDown___regBuiltin_Lean_Meta_Gr static lean_object* l_Lean_Meta_Grind_propagateNotDown___lambda__1___closed__3; static lean_object* l_Lean_Meta_Grind_propagateDIte___lambda__1___closed__4; static lean_object* l_Lean_Meta_Grind_propagateOrUp___lambda__1___closed__11; +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5030_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateOrDown___lambda__1___closed__4; static lean_object* l_Lean_Meta_Grind_propagateAndDown___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateAndUp___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -33,18 +34,20 @@ static lean_object* l_Lean_Meta_Grind_propagateNotDown___lambda__1___closed__1; static lean_object* l_Lean_Meta_Grind_propagateAndUp___lambda__1___closed__5; static lean_object* l_Lean_Meta_Grind_propagateBEqUp___lambda__1___closed__4; static lean_object* l_Lean_Meta_Grind_propagateDecideDown___lambda__2___closed__2; +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3967_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolAndDown(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_propagateOrUp___lambda__1___closed__10; lean_object* l_Lean_Meta_mkNoConfusion(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3480____closed__1; static lean_object* l_Lean_Meta_Grind_propagateAndDown___lambda__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqUp(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_Meta_Grind_propagateDecideDown___lambda__1___closed__5; static lean_object* l_Lean_Meta_Grind_propagateDecideDown___lambda__1___closed__4; static lean_object* l_Lean_Meta_Grind_propagateBoolDiseq___closed__2; -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8926_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateNotUp___lambda__1___closed__5; static lean_object* l_Lean_Meta_Grind_propagateOrUp___lambda__1___closed__2; +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9324_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateNotUp___closed__2; lean_object* l_Lean_Meta_mkEqTrueCore(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_propagateNotDown___lambda__1___closed__6; @@ -52,15 +55,14 @@ lean_object* l_Lean_mkAppB(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolNotDown___lambda__1(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_Meta_Grind_propagateNotUp___lambda__1(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_Meta_Grind_propagateBoolNotDown(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_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10690____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolDiseq___lambda__1(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_Meta_Grind_propagateDecideDown___lambda__1___closed__7; static lean_object* l_Lean_Meta_Grind_propagateOrUp___regBuiltin_Lean_Meta_Grind_propagateOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_985____closed__1; static lean_object* l_Lean_Meta_Grind_propagateBoolNotUp___lambda__1___closed__1; uint8_t l_Lean_Expr_isApp(lean_object*); -static lean_object* l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8926____closed__1; lean_object* l_Lean_Level_succ___override(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateAndUp___lambda__1___closed__14; +static lean_object* l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5286____closed__1; lean_object* l_Lean_Expr_sort___override(lean_object*); lean_object* l_Lean_Meta_trySynthInstance(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateAndDown___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -82,8 +84,8 @@ static lean_object* l_Lean_Meta_Grind_propagateHEqDown___closed__1; lean_object* l_Lean_Meta_Grind_pushEqCore(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_Lean_Meta_Grind_propagateAndDown___lambda__1___closed__1; static lean_object* l_Lean_Meta_Grind_propagateBoolAndUp___lambda__1___closed__5; +static lean_object* l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolOrDown___lambda__1(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_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__2; static lean_object* l_Lean_Meta_Grind_propagateAndUp___lambda__1___closed__7; static lean_object* l_Lean_Meta_Grind_propagateDecideDown___lambda__1___closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateAndUp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -92,9 +94,9 @@ static lean_object* l_Lean_Meta_Grind_propagateOrUp___lambda__1___closed__1; static lean_object* l_Lean_Meta_Grind_propagateBoolOrDown___lambda__1___closed__4; static lean_object* l_Lean_Meta_Grind_propagateAndUp___lambda__1___closed__1; lean_object* l_Lean_Expr_cleanupAnnotations(lean_object*); +static lean_object* l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5030____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqDown___lambda__2(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_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5013_(lean_object*); -static lean_object* l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__3; +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9545_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateAndDown___lambda__1___closed__6; extern lean_object* l_Lean_instInhabitedLevel; static lean_object* l_Lean_Meta_Grind_propagateBoolDiseq___closed__3; @@ -108,18 +110,18 @@ static lean_object* l_Lean_Meta_Grind_propagateBoolAndUp___lambda__1___closed__8 static lean_object* l_Lean_Meta_Grind_propagateAndUp___closed__2; static lean_object* l_Lean_Meta_Grind_propagateBoolNotUp___lambda__1___closed__4; static lean_object* l_Lean_Meta_Grind_propagateNotUp___lambda__1___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9307_(lean_object*); -static lean_object* l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateNotDown(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Grind_mkEqBoolFalseProof(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_Meta_Grind_propagateBoolOrDown(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_Meta_Grind_propagateBoolNotDown___lambda__1___closed__4; static lean_object* l_Lean_Meta_Grind_propagateEqMatchDown___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDIte(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_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__1; static lean_object* l_Lean_Meta_Grind_propagateBoolAndDown___lambda__1___closed__2; static lean_object* l_Lean_Meta_Grind_propagateBoolOrDown___lambda__1___closed__1; -static lean_object* l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4758____closed__1; +static lean_object* l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9324____closed__1; lean_object* l_Lean_Meta_Grind_getBoolTrueExpr___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8943_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateHEqDown___closed__2; static lean_object* l_Lean_Meta_Grind_propagateBoolNotUp___lambda__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqDown___lambda__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*); @@ -141,7 +143,6 @@ static lean_object* l_Lean_Meta_Grind_propagateOrUp___lambda__1___closed__12; static lean_object* l_Lean_Meta_Grind_propagateEqUp___lambda__2___closed__4; uint8_t lean_expr_eqv(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_propagateAndUp___closed__1; -static lean_object* l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3463____closed__1; static lean_object* l_Lean_Meta_Grind_propagateDecideUp___lambda__1___closed__5; static lean_object* l___private_Lean_Meta_Tactic_Grind_Propagate_0__Lean_Meta_Grind_getLawfulBEqInst_x3f___closed__2; static lean_object* l_Lean_Meta_Grind_propagateBoolOrUp___lambda__1___closed__6; @@ -156,28 +157,31 @@ lean_object* l_Lean_Meta_Grind_closeGoal(lean_object*, lean_object*, lean_object LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateNotDown___lambda__1(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_Meta_Grind_propagateAndDown___lambda__1___closed__4; static lean_object* l_Lean_Meta_Grind_propagateBoolAndUp___lambda__1___closed__1; +static lean_object* l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9545____closed__1; static lean_object* l_Lean_Meta_Grind_propagateBoolDiseq___closed__1; lean_object* l_Lean_Meta_Grind_propagateCutsatDiseq(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_Meta_Grind_propagateOrUp___lambda__1___closed__8; static lean_object* l_Lean_Meta_Grind_propagateEqUp___lambda__4___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDecideUp(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_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3480_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateAndUp___regBuiltin_Lean_Meta_Grind_propagateAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_383_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqUp___regBuiltin_Lean_Meta_Grind_propagateEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_2729_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateBoolOrUp___lambda__1___closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateHEqUp___lambda__1(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_Meta_Grind_propagateDecideDown___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqUp___lambda__1(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_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5286_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateBoolOrUp___lambda__1___closed__5; lean_object* l_Lean_Expr_appArg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_Grind_propagateEqDown___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*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_propagateBoolOrUp___lambda__1___closed__8; static lean_object* l_Lean_Meta_Grind_propagateNotUp___lambda__1___closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolDiseq(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_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10707____closed__1; static lean_object* l_Lean_Meta_Grind_propagateBoolOrDown___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqDown___lambda__1(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_Meta_Grind_propagateBoolOrUp___lambda__1(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_Meta_Grind_propagateOrUp___lambda__1___closed__6; -static lean_object* l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__1; lean_object* l_Lean_Meta_mkEqTrans(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_propagateEqUp___lambda__4___closed__2; static lean_object* l_Lean_Meta_Grind_propagateNotUp___lambda__1___closed__2; @@ -188,25 +192,26 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateNotDown___regBuiltin_Lean_Me static lean_object* l_Lean_Meta_Grind_propagateDecideDown___lambda__1___closed__8; static lean_object* l_Lean_Meta_Grind_propagateEqUp___lambda__2___closed__5; static lean_object* l_Lean_Meta_Grind_propagateBEqUp___lambda__1___closed__1; -static lean_object* l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5269____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBEqUp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_appFnCleanup(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__3; +static lean_object* l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4497____closed__1; extern lean_object* l_Lean_levelZero; -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4480_(lean_object*); extern lean_object* l_Lean_instInhabitedExpr; +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4775_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateEqUp___regBuiltin_Lean_Meta_Grind_propagateEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_2729____closed__1; static lean_object* l_Lean_Meta_Grind_propagateEqUp___lambda__4___closed__6; +lean_object* l_Lean_Meta_Grind_propagateLinarithDiseq(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_Meta_Grind_propagateAndUp___lambda__1___closed__11; +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10707_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateNotDown___lambda__1___closed__4; lean_object* l_Lean_Meta_Grind_pushEqTrue(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_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10690_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateAndUp___lambda__1___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Propagate_0__Lean_Meta_Grind_getLawfulBEqInst_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_propagateOrDown___lambda__1___closed__1; static lean_object* l_Lean_Meta_Grind_propagateOrUp___lambda__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDIte___lambda__1(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_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10147_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateAndUp___lambda__1___closed__8; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); lean_object* l_Lean_Meta_Grind_getGeneration(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -218,8 +223,8 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBEqDown(lean_object*, lean_o LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDecideDown(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_Meta_Grind_propagateIte___lambda__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*); static lean_object* l_Lean_Meta_Grind_propagateNotUp___lambda__1___closed__7; -static lean_object* l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10410____closed__1; static lean_object* l_Lean_Meta_Grind_propagateBoolNotUp___closed__2; +static lean_object* l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10427____closed__1; static lean_object* l_Lean_Meta_Grind_propagateAndUp___lambda__1___closed__10; static lean_object* l_Lean_Meta_Grind_propagateBoolAndUp___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateOrUp___regBuiltin_Lean_Meta_Grind_propagateOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_985_(lean_object*); @@ -236,13 +241,12 @@ static lean_object* l_Lean_Meta_Grind_propagateEqDown___lambda__2___closed__2; static lean_object* l_Lean_Meta_Grind_propagateOrUp___lambda__1___closed__3; static lean_object* l_Lean_Meta_Grind_propagateAndUp___lambda__1___closed__13; static lean_object* l_Lean_Meta_Grind_propagateOrDown___regBuiltin_Lean_Meta_Grind_propagateOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_1206____closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5269_(lean_object*); +static lean_object* l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9926____closed__1; lean_object* l_Lean_Meta_mkOfEqFalseCore(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10130_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateOrUp___lambda__1___closed__4; +static lean_object* l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4775____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateOrDown___lambda__1(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_Meta_Grind_propagateNotUp___lambda__1___closed__4; -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9528_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateBoolAndUp___closed__1; static lean_object* l_Lean_Meta_Grind_propagateBoolNotDown___lambda__1___closed__2; static lean_object* l_Lean_Meta_Grind_propagateDecideUp___lambda__1___closed__3; @@ -252,26 +256,21 @@ lean_object* lean_grind_mk_eq_proof(lean_object*, lean_object*, lean_object*, le static lean_object* l_Lean_Meta_Grind_propagateEqUp___closed__1; lean_object* lean_grind_mk_heq_proof(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_Meta_Grind_propagateBoolNotUp___lambda__1(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_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3950____closed__1; -static lean_object* l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__2; lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_propagateDecideUp___lambda__1___closed__1; static lean_object* l_Lean_Meta_Grind_propagateEqUp___lambda__4___closed__5; lean_object* l_Lean_Expr_constLevels_x21(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10410_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Propagate_0__Lean_Meta_Grind_applyCongrFun_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*); static lean_object* l_Lean_Meta_Grind_propagateBoolOrDown___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBEqUp___lambda__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*, lean_object*); static lean_object* l_Lean_Meta_Grind_propagateIte___lambda__1___closed__4; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3950_(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); lean_object* l_Lean_mkApp3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Grind_mkEqFalseProof(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_Meta_Grind_propagateOrUp___closed__1; lean_object* l_Lean_Meta_Grind_shareCommon(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_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5013____closed__1; static lean_object* l_Lean_Meta_Grind_propagateAndUp___lambda__1___closed__6; static lean_object* l_Lean_Meta_Grind_propagateEqUp___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDIte___lambda__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*); @@ -284,10 +283,13 @@ static lean_object* l_Lean_Meta_Grind_propagateOrDown___lambda__1___closed__6; static lean_object* l_Lean_Meta_Grind_propagateOrUp___lambda__1___closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateIte___lambda__1(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_Meta_Grind_propagateAndDown(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_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4497_(lean_object*); uint8_t l_Lean_Expr_isConstOf(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqUp___lambda__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*); static lean_object* l_Lean_Meta_Grind_propagateBoolNotDown___lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036_(lean_object*); lean_object* l_Lean_Meta_Grind_mkDiseqProof_x3f(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_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8943____closed__1; lean_object* l_Lean_Meta_Grind_isEqv(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_Meta_Grind_propagateDecideDown___lambda__1___closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqUp___lambda__2(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*); @@ -305,15 +307,18 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateAndUp___lambda__2(lean_objec static lean_object* l_Lean_Meta_Grind_propagateBoolOrUp___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqUp___lambda__3___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*); static lean_object* l_Lean_Meta_Grind_propagateEqDown___lambda__2___closed__1; +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8648_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9926_(lean_object*); +static lean_object* l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateIte(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_Meta_Grind_propagateEqUp___lambda__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_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_propagateBoolOrUp___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9909_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateAndDown___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqMatchDown(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_Meta_Grind_propagateBEqUp___lambda__1___closed__3; -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3463_(lean_object*); +static lean_object* l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__2; static lean_object* l_Lean_Meta_Grind_propagateBoolNotUp___lambda__1___closed__2; +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368_(lean_object*); lean_object* lean_array_mk(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateOrDown___lambda__1___closed__3; lean_object* l_Lean_Meta_mkCongrFun(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -321,37 +326,33 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateOrUp(lean_object*, lean_obje lean_object* l_Lean_Meta_Grind_isEqFalse(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_Meta_Grind_propagateAndDown___regBuiltin_Lean_Meta_Grind_propagateAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_604____closed__1; lean_object* l_Lean_Meta_Grind_pushEqFalse(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_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8631_(lean_object*); size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_Meta_Grind_propagateOrDown___lambda__1___closed__5; static lean_object* l_Lean_Meta_Grind_propagateBEqUp___lambda__1___closed__2; -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019_(lean_object*); +static lean_object* l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolDiseq___lambda__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_Meta_Grind_propagateIte___lambda__1___closed__3; lean_object* lean_array_uget(lean_object*, size_t); size_t lean_array_size(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateBEqUp___closed__1; lean_object* l_Lean_Meta_Grind_pushEqBoolTrue(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_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10427_(lean_object*); static lean_object* l_Lean_Meta_Grind_propagateBoolAndUp___lambda__1___closed__2; static lean_object* l_Lean_Meta_Grind_propagateDecideDown___lambda__1___closed__1; static lean_object* l_Lean_Meta_Grind_propagateBEqDown___lambda__1___closed__2; -static lean_object* l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4480____closed__1; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Grind_propagateBoolAndUp___closed__2; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8631____closed__1; static lean_object* l_Lean_Meta_Grind_propagateDecideUp___lambda__1___closed__6; static lean_object* l_Lean_Meta_Grind_propagateBoolDiseq___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqDown___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqUp___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Grind_isEqTrue(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_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9909____closed__1; static lean_object* l_Lean_Meta_Grind_propagateBoolAndUp___lambda__1___closed__6; static lean_object* l_Lean_Meta_Grind_propagateAndUp___lambda__1___closed__12; static lean_object* l_Lean_Meta_Grind_propagateNotUp___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqDown___lambda__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* l_Lean_Meta_Grind_mkEqBoolTrueProof(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_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9528____closed__1; lean_object* lean_array_get_size(lean_object*); lean_object* l_Lean_Meta_Grind_preprocess(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_Meta_Grind_propagateBoolOrUp___lambda__1___closed__1; @@ -375,21 +376,21 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateOrUp___lambda__1(lean_object lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_Tactic_Grind_Proof_0__Lean_Meta_Grind_mkHCongrProof___spec__1___rarg(lean_object*, uint8_t, 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_Meta_Grind_propagateHEqDown___lambda__1(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_Meta_Grind_propagateOrDown___regBuiltin_Lean_Meta_Grind_propagateOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_1206_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351_(lean_object*); +static lean_object* l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8648____closed__1; static lean_object* l_Lean_Meta_Grind_propagateAndUp___closed__3; +static lean_object* l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10147____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBEqDown___lambda__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*, lean_object*); static lean_object* l_Lean_Meta_Grind_propagateDecideDown___lambda__1___closed__3; static lean_object* l_Lean_Meta_Grind_propagateEqUp___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_Propagate_0__Lean_Meta_Grind_applyCongrFun_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*); LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateHEqUp(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_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9307____closed__1; static lean_object* l_Lean_Meta_Grind_propagateEqUp___lambda__4___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateHEqDown(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_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3967____closed__1; static lean_object* l_Lean_Meta_Grind_propagateBEqDown___lambda__1___closed__1; static lean_object* l_Lean_Meta_Grind_propagateBoolNotDown___lambda__1___closed__3; lean_object* lean_grind_internalize(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_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4758_(lean_object*); -static lean_object* l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10130____closed__1; +static lean_object* l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__3; static lean_object* l_Lean_Meta_Grind_propagateDecideDown___lambda__1___closed__6; uint8_t l_Array_isEmpty___rarg(lean_object*); static lean_object* _init_l_Lean_Meta_Grind_propagateAndUp___lambda__1___closed__1() { @@ -6137,170 +6138,166 @@ lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_3); -x_19 = l_Lean_Meta_Grind_getExtTheorems(x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_18); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_2); +lean_inc(x_1); +x_19 = l_Lean_Meta_Grind_propagateLinarithDiseq(x_1, x_2, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_18); if (lean_obj_tag(x_19) == 0) { -uint8_t x_20; -x_20 = !lean_is_exclusive(x_19); -if (x_20 == 0) +lean_object* x_20; lean_object* x_21; +x_20 = lean_ctor_get(x_19, 1); +lean_inc(x_20); +lean_dec(x_19); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_3); +x_21 = l_Lean_Meta_Grind_getExtTheorems(x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_20); +if (lean_obj_tag(x_21) == 0) { -lean_object* x_21; lean_object* x_22; uint8_t x_23; -x_21 = lean_ctor_get(x_19, 0); -x_22 = lean_ctor_get(x_19, 1); -x_23 = l_Array_isEmpty___rarg(x_21); -lean_dec(x_21); -if (x_23 == 0) +uint8_t x_22; +x_22 = !lean_is_exclusive(x_21); +if (x_22 == 0) { -lean_object* x_24; -lean_free_object(x_19); -x_24 = l_Lean_Meta_Grind_getRootENode(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_22); -if (lean_obj_tag(x_24) == 0) +lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_23 = lean_ctor_get(x_21, 0); +x_24 = lean_ctor_get(x_21, 1); +x_25 = l_Array_isEmpty___rarg(x_23); +lean_dec(x_23); +if (x_25 == 0) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_24, 0); -lean_inc(x_25); -x_26 = lean_ctor_get(x_24, 1); -lean_inc(x_26); -lean_dec(x_24); -x_27 = l_Lean_Meta_Grind_getRootENode(x_2, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_26); -if (lean_obj_tag(x_27) == 0) +lean_object* x_26; +lean_free_object(x_21); +x_26 = l_Lean_Meta_Grind_getRootENode(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_24); +if (lean_obj_tag(x_26) == 0) { -uint8_t x_28; -x_28 = !lean_is_exclusive(x_27); -if (x_28 == 0) +lean_object* x_27; lean_object* x_28; lean_object* x_29; +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(x_26); +x_29 = l_Lean_Meta_Grind_getRootENode(x_2, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_28); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; -x_29 = lean_ctor_get(x_27, 0); -x_30 = lean_ctor_get(x_27, 1); -x_31 = l_Lean_Meta_Grind_propagateEqDown___lambda__2___closed__2; -x_32 = l_Lean_Expr_isAppOf(x_3, x_31); -if (x_32 == 0) +uint8_t x_30; +x_30 = !lean_is_exclusive(x_29); +if (x_30 == 0) { -lean_object* x_33; lean_object* x_34; -lean_free_object(x_27); -lean_dec(x_29); -lean_dec(x_25); -x_33 = lean_box(0); -x_34 = l_Lean_Meta_Grind_propagateEqDown___lambda__1(x_3, x_4, x_33, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_30); -return x_34; -} -else +lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; +x_31 = lean_ctor_get(x_29, 0); +x_32 = lean_ctor_get(x_29, 1); +x_33 = l_Lean_Meta_Grind_propagateEqDown___lambda__2___closed__2; +x_34 = l_Lean_Expr_isAppOf(x_3, x_33); +if (x_34 == 0) { -uint8_t x_35; -x_35 = lean_ctor_get_uint8(x_25, sizeof(void*)*14 + 2); -lean_dec(x_25); -if (x_35 == 0) -{ -uint8_t x_36; -x_36 = lean_ctor_get_uint8(x_29, sizeof(void*)*14 + 2); -lean_dec(x_29); -if (x_36 == 0) -{ -lean_object* x_37; lean_object* x_38; -lean_free_object(x_27); -x_37 = lean_box(0); -x_38 = l_Lean_Meta_Grind_propagateEqDown___lambda__1(x_3, x_4, x_37, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_30); -return x_38; -} -else -{ -lean_object* x_39; -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -x_39 = lean_box(0); -lean_ctor_set(x_27, 0, x_39); -return x_27; -} -} -else -{ -lean_object* x_40; -lean_dec(x_29); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -x_40 = lean_box(0); -lean_ctor_set(x_27, 0, x_40); -return x_27; -} -} -} -else -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_41 = lean_ctor_get(x_27, 0); -x_42 = lean_ctor_get(x_27, 1); -lean_inc(x_42); -lean_inc(x_41); +lean_object* x_35; lean_object* x_36; +lean_free_object(x_29); +lean_dec(x_31); lean_dec(x_27); -x_43 = l_Lean_Meta_Grind_propagateEqDown___lambda__2___closed__2; -x_44 = l_Lean_Expr_isAppOf(x_3, x_43); -if (x_44 == 0) -{ -lean_object* x_45; lean_object* x_46; -lean_dec(x_41); -lean_dec(x_25); -x_45 = lean_box(0); -x_46 = l_Lean_Meta_Grind_propagateEqDown___lambda__1(x_3, x_4, x_45, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_42); -return x_46; +x_35 = lean_box(0); +x_36 = l_Lean_Meta_Grind_propagateEqDown___lambda__1(x_3, x_4, x_35, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_32); +return x_36; } else { -uint8_t x_47; -x_47 = lean_ctor_get_uint8(x_25, sizeof(void*)*14 + 2); -lean_dec(x_25); -if (x_47 == 0) +uint8_t x_37; +x_37 = lean_ctor_get_uint8(x_27, sizeof(void*)*14 + 2); +lean_dec(x_27); +if (x_37 == 0) { -uint8_t x_48; -x_48 = lean_ctor_get_uint8(x_41, sizeof(void*)*14 + 2); -lean_dec(x_41); -if (x_48 == 0) +uint8_t x_38; +x_38 = lean_ctor_get_uint8(x_31, sizeof(void*)*14 + 2); +lean_dec(x_31); +if (x_38 == 0) { -lean_object* x_49; lean_object* x_50; -x_49 = lean_box(0); -x_50 = l_Lean_Meta_Grind_propagateEqDown___lambda__1(x_3, x_4, x_49, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_42); -return x_50; +lean_object* x_39; lean_object* x_40; +lean_free_object(x_29); +x_39 = lean_box(0); +x_40 = l_Lean_Meta_Grind_propagateEqDown___lambda__1(x_3, x_4, x_39, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_32); +return x_40; } else { +lean_object* x_41; +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +x_41 = lean_box(0); +lean_ctor_set(x_29, 0, x_41); +return x_29; +} +} +else +{ +lean_object* x_42; +lean_dec(x_31); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +x_42 = lean_box(0); +lean_ctor_set(x_29, 0, x_42); +return x_29; +} +} +} +else +{ +lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_43 = lean_ctor_get(x_29, 0); +x_44 = lean_ctor_get(x_29, 1); +lean_inc(x_44); +lean_inc(x_43); +lean_dec(x_29); +x_45 = l_Lean_Meta_Grind_propagateEqDown___lambda__2___closed__2; +x_46 = l_Lean_Expr_isAppOf(x_3, x_45); +if (x_46 == 0) +{ +lean_object* x_47; lean_object* x_48; +lean_dec(x_43); +lean_dec(x_27); +x_47 = lean_box(0); +x_48 = l_Lean_Meta_Grind_propagateEqDown___lambda__1(x_3, x_4, x_47, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_44); +return x_48; +} +else +{ +uint8_t x_49; +x_49 = lean_ctor_get_uint8(x_27, sizeof(void*)*14 + 2); +lean_dec(x_27); +if (x_49 == 0) +{ +uint8_t x_50; +x_50 = lean_ctor_get_uint8(x_43, sizeof(void*)*14 + 2); +lean_dec(x_43); +if (x_50 == 0) +{ lean_object* x_51; lean_object* x_52; -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); x_51 = lean_box(0); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_52, 1, x_42); +x_52 = l_Lean_Meta_Grind_propagateEqDown___lambda__1(x_3, x_4, x_51, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_44); return x_52; } -} else { lean_object* x_53; lean_object* x_54; -lean_dec(x_41); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -6314,16 +6311,14 @@ lean_dec(x_3); x_53 = lean_box(0); x_54 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_42); +lean_ctor_set(x_54, 1, x_44); return x_54; } } -} -} else { -uint8_t x_55; -lean_dec(x_25); +lean_object* x_55; lean_object* x_56; +lean_dec(x_43); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -6334,29 +6329,52 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); -x_55 = !lean_is_exclusive(x_27); -if (x_55 == 0) -{ -return x_27; +x_55 = lean_box(0); +x_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_55); +lean_ctor_set(x_56, 1, x_44); +return x_56; +} +} +} } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_27, 0); -x_57 = lean_ctor_get(x_27, 1); -lean_inc(x_57); -lean_inc(x_56); +uint8_t x_57; lean_dec(x_27); -x_58 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_58, 0, x_56); -lean_ctor_set(x_58, 1, x_57); -return x_58; +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +x_57 = !lean_is_exclusive(x_29); +if (x_57 == 0) +{ +return x_29; +} +else +{ +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_29, 0); +x_59 = lean_ctor_get(x_29, 1); +lean_inc(x_59); +lean_inc(x_58); +lean_dec(x_29); +x_60 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_60, 0, x_58); +lean_ctor_set(x_60, 1, x_59); +return x_60; } } } else { -uint8_t x_59; +uint8_t x_61; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -6368,29 +6386,29 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_59 = !lean_is_exclusive(x_24); -if (x_59 == 0) +x_61 = !lean_is_exclusive(x_26); +if (x_61 == 0) { -return x_24; +return x_26; } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_24, 0); -x_61 = lean_ctor_get(x_24, 1); -lean_inc(x_61); -lean_inc(x_60); -lean_dec(x_24); -x_62 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_62, 0, x_60); -lean_ctor_set(x_62, 1, x_61); -return x_62; +lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_62 = lean_ctor_get(x_26, 0); +x_63 = lean_ctor_get(x_26, 1); +lean_inc(x_63); +lean_inc(x_62); +lean_dec(x_26); +x_64 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_64, 0, x_62); +lean_ctor_set(x_64, 1, x_63); +return x_64; } } } else { -lean_object* x_63; +lean_object* x_65; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -6403,107 +6421,82 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_63 = lean_box(0); -lean_ctor_set(x_19, 0, x_63); -return x_19; +x_65 = lean_box(0); +lean_ctor_set(x_21, 0, x_65); +return x_21; } } else { -lean_object* x_64; lean_object* x_65; uint8_t x_66; -x_64 = lean_ctor_get(x_19, 0); -x_65 = lean_ctor_get(x_19, 1); -lean_inc(x_65); -lean_inc(x_64); -lean_dec(x_19); -x_66 = l_Array_isEmpty___rarg(x_64); -lean_dec(x_64); -if (x_66 == 0) +lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_66 = lean_ctor_get(x_21, 0); +x_67 = lean_ctor_get(x_21, 1); +lean_inc(x_67); +lean_inc(x_66); +lean_dec(x_21); +x_68 = l_Array_isEmpty___rarg(x_66); +lean_dec(x_66); +if (x_68 == 0) { -lean_object* x_67; -x_67 = l_Lean_Meta_Grind_getRootENode(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_65); -if (lean_obj_tag(x_67) == 0) +lean_object* x_69; +x_69 = l_Lean_Meta_Grind_getRootENode(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_67); +if (lean_obj_tag(x_69) == 0) { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -x_69 = lean_ctor_get(x_67, 1); -lean_inc(x_69); -lean_dec(x_67); -x_70 = l_Lean_Meta_Grind_getRootENode(x_2, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_69); -if (lean_obj_tag(x_70) == 0) -{ -lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; uint8_t x_75; -x_71 = lean_ctor_get(x_70, 0); +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_69, 0); +lean_inc(x_70); +x_71 = lean_ctor_get(x_69, 1); lean_inc(x_71); -x_72 = lean_ctor_get(x_70, 1); -lean_inc(x_72); -if (lean_is_exclusive(x_70)) { - lean_ctor_release(x_70, 0); - lean_ctor_release(x_70, 1); - x_73 = x_70; +lean_dec(x_69); +x_72 = l_Lean_Meta_Grind_getRootENode(x_2, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_71); +if (lean_obj_tag(x_72) == 0) +{ +lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_73 = lean_ctor_get(x_72, 0); +lean_inc(x_73); +x_74 = lean_ctor_get(x_72, 1); +lean_inc(x_74); +if (lean_is_exclusive(x_72)) { + lean_ctor_release(x_72, 0); + lean_ctor_release(x_72, 1); + x_75 = x_72; } else { - lean_dec_ref(x_70); - x_73 = lean_box(0); + lean_dec_ref(x_72); + x_75 = lean_box(0); } -x_74 = l_Lean_Meta_Grind_propagateEqDown___lambda__2___closed__2; -x_75 = l_Lean_Expr_isAppOf(x_3, x_74); -if (x_75 == 0) +x_76 = l_Lean_Meta_Grind_propagateEqDown___lambda__2___closed__2; +x_77 = l_Lean_Expr_isAppOf(x_3, x_76); +if (x_77 == 0) { -lean_object* x_76; lean_object* x_77; +lean_object* x_78; lean_object* x_79; +lean_dec(x_75); lean_dec(x_73); -lean_dec(x_71); -lean_dec(x_68); -x_76 = lean_box(0); -x_77 = l_Lean_Meta_Grind_propagateEqDown___lambda__1(x_3, x_4, x_76, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_72); -return x_77; +lean_dec(x_70); +x_78 = lean_box(0); +x_79 = l_Lean_Meta_Grind_propagateEqDown___lambda__1(x_3, x_4, x_78, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_74); +return x_79; } else { -uint8_t x_78; -x_78 = lean_ctor_get_uint8(x_68, sizeof(void*)*14 + 2); -lean_dec(x_68); -if (x_78 == 0) +uint8_t x_80; +x_80 = lean_ctor_get_uint8(x_70, sizeof(void*)*14 + 2); +lean_dec(x_70); +if (x_80 == 0) { -uint8_t x_79; -x_79 = lean_ctor_get_uint8(x_71, sizeof(void*)*14 + 2); -lean_dec(x_71); -if (x_79 == 0) -{ -lean_object* x_80; lean_object* x_81; +uint8_t x_81; +x_81 = lean_ctor_get_uint8(x_73, sizeof(void*)*14 + 2); lean_dec(x_73); -x_80 = lean_box(0); -x_81 = l_Lean_Meta_Grind_propagateEqDown___lambda__1(x_3, x_4, x_80, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_72); -return x_81; -} -else +if (x_81 == 0) { lean_object* x_82; lean_object* x_83; -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); +lean_dec(x_75); x_82 = lean_box(0); -if (lean_is_scalar(x_73)) { - x_83 = lean_alloc_ctor(0, 2, 0); -} else { - x_83 = x_73; -} -lean_ctor_set(x_83, 0, x_82); -lean_ctor_set(x_83, 1, x_72); +x_83 = l_Lean_Meta_Grind_propagateEqDown___lambda__1(x_3, x_4, x_82, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_74); return x_83; } -} else { lean_object* x_84; lean_object* x_85; -lean_dec(x_71); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -6515,21 +6508,20 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); x_84 = lean_box(0); -if (lean_is_scalar(x_73)) { +if (lean_is_scalar(x_75)) { x_85 = lean_alloc_ctor(0, 2, 0); } else { - x_85 = x_73; + x_85 = x_75; } lean_ctor_set(x_85, 0, x_84); -lean_ctor_set(x_85, 1, x_72); +lean_ctor_set(x_85, 1, x_74); return x_85; } } -} else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; -lean_dec(x_68); +lean_object* x_86; lean_object* x_87; +lean_dec(x_73); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -6540,31 +6532,57 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); -x_86 = lean_ctor_get(x_70, 0); -lean_inc(x_86); -x_87 = lean_ctor_get(x_70, 1); -lean_inc(x_87); -if (lean_is_exclusive(x_70)) { - lean_ctor_release(x_70, 0); - lean_ctor_release(x_70, 1); - x_88 = x_70; +x_86 = lean_box(0); +if (lean_is_scalar(x_75)) { + x_87 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_70); - x_88 = lean_box(0); + x_87 = x_75; } -if (lean_is_scalar(x_88)) { - x_89 = lean_alloc_ctor(1, 2, 0); -} else { - x_89 = x_88; +lean_ctor_set(x_87, 0, x_86); +lean_ctor_set(x_87, 1, x_74); +return x_87; } -lean_ctor_set(x_89, 0, x_86); -lean_ctor_set(x_89, 1, x_87); -return x_89; } } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; +lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; +lean_dec(x_70); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +x_88 = lean_ctor_get(x_72, 0); +lean_inc(x_88); +x_89 = lean_ctor_get(x_72, 1); +lean_inc(x_89); +if (lean_is_exclusive(x_72)) { + lean_ctor_release(x_72, 0); + lean_ctor_release(x_72, 1); + x_90 = x_72; +} else { + lean_dec_ref(x_72); + x_90 = lean_box(0); +} +if (lean_is_scalar(x_90)) { + x_91 = lean_alloc_ctor(1, 2, 0); +} else { + x_91 = x_90; +} +lean_ctor_set(x_91, 0, x_88); +lean_ctor_set(x_91, 1, x_89); +return x_91; +} +} +else +{ +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -6576,54 +6594,31 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_90 = lean_ctor_get(x_67, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_67, 1); -lean_inc(x_91); -if (lean_is_exclusive(x_67)) { - lean_ctor_release(x_67, 0); - lean_ctor_release(x_67, 1); - x_92 = x_67; +x_92 = lean_ctor_get(x_69, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_69, 1); +lean_inc(x_93); +if (lean_is_exclusive(x_69)) { + lean_ctor_release(x_69, 0); + lean_ctor_release(x_69, 1); + x_94 = x_69; } else { - lean_dec_ref(x_67); - x_92 = lean_box(0); + lean_dec_ref(x_69); + x_94 = lean_box(0); } -if (lean_is_scalar(x_92)) { - x_93 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_94)) { + x_95 = lean_alloc_ctor(1, 2, 0); } else { - x_93 = x_92; + x_95 = x_94; } -lean_ctor_set(x_93, 0, x_90); -lean_ctor_set(x_93, 1, x_91); -return x_93; -} -} -else -{ -lean_object* x_94; lean_object* x_95; -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_94 = lean_box(0); -x_95 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_95, 0, x_94); -lean_ctor_set(x_95, 1, x_65); +lean_ctor_set(x_95, 0, x_92); +lean_ctor_set(x_95, 1, x_93); return x_95; } } -} else { -uint8_t x_96; +lean_object* x_96; lean_object* x_97; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -6636,29 +6631,87 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_96 = !lean_is_exclusive(x_19); -if (x_96 == 0) +x_96 = lean_box(0); +x_97 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_97, 0, x_96); +lean_ctor_set(x_97, 1, x_67); +return x_97; +} +} +} +else +{ +uint8_t x_98; +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_98 = !lean_is_exclusive(x_21); +if (x_98 == 0) +{ +return x_21; +} +else +{ +lean_object* x_99; lean_object* x_100; lean_object* x_101; +x_99 = lean_ctor_get(x_21, 0); +x_100 = lean_ctor_get(x_21, 1); +lean_inc(x_100); +lean_inc(x_99); +lean_dec(x_21); +x_101 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_101, 0, x_99); +lean_ctor_set(x_101, 1, x_100); +return x_101; +} +} +} +else +{ +uint8_t x_102; +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_102 = !lean_is_exclusive(x_19); +if (x_102 == 0) { return x_19; } else { -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_19, 0); -x_98 = lean_ctor_get(x_19, 1); -lean_inc(x_98); -lean_inc(x_97); +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_19, 0); +x_104 = lean_ctor_get(x_19, 1); +lean_inc(x_104); +lean_inc(x_103); lean_dec(x_19); -x_99 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_99, 0, x_97); -lean_ctor_set(x_99, 1, x_98); -return x_99; +x_105 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_105, 0, x_103); +lean_ctor_set(x_105, 1, x_104); +return x_105; } } } else { -uint8_t x_100; +uint8_t x_106; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -6671,29 +6724,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_100 = !lean_is_exclusive(x_17); -if (x_100 == 0) +x_106 = !lean_is_exclusive(x_17); +if (x_106 == 0) { return x_17; } else { -lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_101 = lean_ctor_get(x_17, 0); -x_102 = lean_ctor_get(x_17, 1); -lean_inc(x_102); -lean_inc(x_101); +lean_object* x_107; lean_object* x_108; lean_object* x_109; +x_107 = lean_ctor_get(x_17, 0); +x_108 = lean_ctor_get(x_17, 1); +lean_inc(x_108); +lean_inc(x_107); lean_dec(x_17); -x_103 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_103, 0, x_101); -lean_ctor_set(x_103, 1, x_102); -return x_103; +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; } } } else { -uint8_t x_104; +uint8_t x_110; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -6706,23 +6759,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_104 = !lean_is_exclusive(x_15); -if (x_104 == 0) +x_110 = !lean_is_exclusive(x_15); +if (x_110 == 0) { return x_15; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; -x_105 = lean_ctor_get(x_15, 0); -x_106 = lean_ctor_get(x_15, 1); -lean_inc(x_106); -lean_inc(x_105); +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_15, 0); +x_112 = lean_ctor_get(x_15, 1); +lean_inc(x_112); +lean_inc(x_111); lean_dec(x_15); -x_107 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_107, 0, x_105); -lean_ctor_set(x_107, 1, x_106); -return x_107; +x_113 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_113, 0, x_111); +lean_ctor_set(x_113, 1, x_112); +return x_113; } } } @@ -7550,7 +7603,7 @@ lean_dec(x_5); return x_15; } } -static lean_object* _init_l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3463____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3480____closed__1() { _start: { lean_object* x_1; @@ -7558,13 +7611,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateEqDown), 10, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3463_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3480_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Grind_propagateEqUp___closed__2; x_3 = 0; -x_4 = l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3463____closed__1; +x_4 = l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3480____closed__1; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -8325,7 +8378,7 @@ lean_dec(x_2); return x_16; } } -static lean_object* _init_l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3950____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3967____closed__1() { _start: { lean_object* x_1; @@ -8333,13 +8386,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateBEqUp), 10, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3950_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3967_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Grind_propagateBEqUp___closed__3; x_3 = 1; -x_4 = l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3950____closed__1; +x_4 = l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3967____closed__1; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -9116,7 +9169,7 @@ lean_dec(x_2); return x_16; } } -static lean_object* _init_l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4480____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4497____closed__1() { _start: { lean_object* x_1; @@ -9124,13 +9177,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateBEqDown), 10, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4480_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4497_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Grind_propagateBEqUp___closed__3; x_3 = 0; -x_4 = l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4480____closed__1; +x_4 = l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4497____closed__1; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -9631,7 +9684,7 @@ return x_72; } } } -static lean_object* _init_l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4758____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4775____closed__1() { _start: { lean_object* x_1; @@ -9639,13 +9692,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateEqMatchDown), 10, 0) return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4758_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4775_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Grind_propagateEqMatchDown___closed__2; x_3 = 0; -x_4 = l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4758____closed__1; +x_4 = l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4775____closed__1; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -10096,7 +10149,7 @@ return x_70; } } } -static lean_object* _init_l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5013____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5030____closed__1() { _start: { lean_object* x_1; @@ -10104,13 +10157,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateHEqDown), 10, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5013_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5030_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Grind_propagateHEqDown___closed__2; x_3 = 0; -x_4 = l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5013____closed__1; +x_4 = l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5030____closed__1; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -10366,7 +10419,7 @@ return x_34; } } } -static lean_object* _init_l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5269____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5286____closed__1() { _start: { lean_object* x_1; @@ -10374,13 +10427,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateHEqUp), 10, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5269_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5286_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Grind_propagateHEqDown___closed__2; x_3 = 1; -x_4 = l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5269____closed__1; +x_4 = l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5286____closed__1; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -11058,7 +11111,7 @@ lean_dec(x_3); return x_13; } } -static lean_object* _init_l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__1() { _start: { lean_object* x_1; @@ -11066,17 +11119,17 @@ x_1 = lean_mk_string_unchecked("ite", 3, 3); return x_1; } } -static lean_object* _init_l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__2() { +static lean_object* _init_l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__1; +x_2 = l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__3() { +static lean_object* _init_l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__3() { _start: { lean_object* x_1; @@ -11084,13 +11137,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateIte), 10, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__2; +x_2 = l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__2; x_3 = 1; -x_4 = l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__3; +x_4 = l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__3; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -11693,7 +11746,7 @@ lean_dec(x_3); return x_13; } } -static lean_object* _init_l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__1() { _start: { lean_object* x_1; @@ -11701,17 +11754,17 @@ x_1 = lean_mk_string_unchecked("dite", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__2() { +static lean_object* _init_l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__1; +x_2 = l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__3() { +static lean_object* _init_l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__3() { _start: { lean_object* x_1; @@ -11719,13 +11772,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateDIte), 10, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__2; +x_2 = l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__2; x_3 = 1; -x_4 = l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__3; +x_4 = l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__3; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -12200,7 +12253,7 @@ lean_dec(x_3); return x_13; } } -static lean_object* _init_l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8631____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8648____closed__1() { _start: { lean_object* x_1; @@ -12208,13 +12261,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateDecideDown), 10, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8631_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8648_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Grind_propagateDecideDown___lambda__2___closed__3; x_3 = 0; -x_4 = l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8631____closed__1; +x_4 = l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8648____closed__1; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -12645,7 +12698,7 @@ return x_26; } } } -static lean_object* _init_l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8926____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8943____closed__1() { _start: { lean_object* x_1; @@ -12653,13 +12706,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateDecideUp), 10, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8926_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8943_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Grind_propagateDecideDown___lambda__2___closed__3; x_3 = 1; -x_4 = l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8926____closed__1; +x_4 = l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8943____closed__1; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -13352,7 +13405,7 @@ return x_26; } } } -static lean_object* _init_l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9307____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9324____closed__1() { _start: { lean_object* x_1; @@ -13360,13 +13413,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateBoolAndUp), 10, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9307_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9324_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Grind_propagateBoolAndUp___closed__2; x_3 = 1; -x_4 = l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9307____closed__1; +x_4 = l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9324____closed__1; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -13795,7 +13848,7 @@ return x_56; } } } -static lean_object* _init_l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9528____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9545____closed__1() { _start: { lean_object* x_1; @@ -13803,13 +13856,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateBoolAndDown), 10, 0) return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9528_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9545_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Grind_propagateBoolAndUp___closed__2; x_3 = 0; -x_4 = l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9528____closed__1; +x_4 = l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9545____closed__1; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -14502,7 +14555,7 @@ return x_26; } } } -static lean_object* _init_l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9909____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9926____closed__1() { _start: { lean_object* x_1; @@ -14510,13 +14563,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateBoolOrUp), 10, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9909_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9926_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Grind_propagateBoolOrUp___closed__2; x_3 = 1; -x_4 = l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9909____closed__1; +x_4 = l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9926____closed__1; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -14945,7 +14998,7 @@ return x_56; } } } -static lean_object* _init_l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10130____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10147____closed__1() { _start: { lean_object* x_1; @@ -14953,13 +15006,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateBoolOrDown), 10, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10130_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10147_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Grind_propagateBoolOrUp___closed__2; x_3 = 0; -x_4 = l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10130____closed__1; +x_4 = l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10147____closed__1; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -15440,7 +15493,7 @@ return x_21; } } } -static lean_object* _init_l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10410____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10427____closed__1() { _start: { lean_object* x_1; @@ -15448,13 +15501,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateBoolNotUp), 10, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10410_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10427_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Grind_propagateBoolNotUp___closed__2; x_3 = 1; -x_4 = l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10410____closed__1; +x_4 = l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10427____closed__1; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -15893,7 +15946,7 @@ return x_21; } } } -static lean_object* _init_l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10690____closed__1() { +static lean_object* _init_l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10707____closed__1() { _start: { lean_object* x_1; @@ -15901,13 +15954,13 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Grind_propagateBoolNotDown), 10, 0) return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10690_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10707_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_Meta_Grind_propagateBoolNotUp___closed__2; x_3 = 0; -x_4 = l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10690____closed__1; +x_4 = l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10707____closed__1; x_5 = l___private_Lean_Meta_Tactic_Grind_PropagatorAttr_0__Lean_Meta_Grind_registerBuiltinPropagatorCore(x_2, x_3, x_4, x_1); return x_5; } @@ -16142,9 +16195,9 @@ lean_dec_ref(res); lean_mark_persistent(l_Lean_Meta_Grind_propagateEqDown___lambda__2___closed__1); l_Lean_Meta_Grind_propagateEqDown___lambda__2___closed__2 = _init_l_Lean_Meta_Grind_propagateEqDown___lambda__2___closed__2(); lean_mark_persistent(l_Lean_Meta_Grind_propagateEqDown___lambda__2___closed__2); -l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3463____closed__1 = _init_l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3463____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3463____closed__1); -if (builtin) {res = l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3463_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3480____closed__1 = _init_l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3480____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3480____closed__1); +if (builtin) {res = l_Lean_Meta_Grind_propagateEqDown___regBuiltin_Lean_Meta_Grind_propagateEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3480_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l___private_Lean_Meta_Tactic_Grind_Propagate_0__Lean_Meta_Grind_getLawfulBEqInst_x3f___closed__1 = _init_l___private_Lean_Meta_Tactic_Grind_Propagate_0__Lean_Meta_Grind_getLawfulBEqInst_x3f___closed__1(); @@ -16165,9 +16218,9 @@ l_Lean_Meta_Grind_propagateBEqUp___closed__2 = _init_l_Lean_Meta_Grind_propagate lean_mark_persistent(l_Lean_Meta_Grind_propagateBEqUp___closed__2); l_Lean_Meta_Grind_propagateBEqUp___closed__3 = _init_l_Lean_Meta_Grind_propagateBEqUp___closed__3(); lean_mark_persistent(l_Lean_Meta_Grind_propagateBEqUp___closed__3); -l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3950____closed__1 = _init_l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3950____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3950____closed__1); -if (builtin) {res = l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3950_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3967____closed__1 = _init_l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3967____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3967____closed__1); +if (builtin) {res = l_Lean_Meta_Grind_propagateBEqUp___regBuiltin_Lean_Meta_Grind_propagateBEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_3967_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Meta_Grind_propagateBEqDown___lambda__1___closed__1 = _init_l_Lean_Meta_Grind_propagateBEqDown___lambda__1___closed__1(); @@ -16178,32 +16231,32 @@ l_Lean_Meta_Grind_propagateBEqDown___lambda__1___closed__3 = _init_l_Lean_Meta_G lean_mark_persistent(l_Lean_Meta_Grind_propagateBEqDown___lambda__1___closed__3); l_Lean_Meta_Grind_propagateBEqDown___lambda__1___closed__4 = _init_l_Lean_Meta_Grind_propagateBEqDown___lambda__1___closed__4(); lean_mark_persistent(l_Lean_Meta_Grind_propagateBEqDown___lambda__1___closed__4); -l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4480____closed__1 = _init_l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4480____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4480____closed__1); -if (builtin) {res = l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4480_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4497____closed__1 = _init_l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4497____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4497____closed__1); +if (builtin) {res = l_Lean_Meta_Grind_propagateBEqDown___regBuiltin_Lean_Meta_Grind_propagateBEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4497_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Meta_Grind_propagateEqMatchDown___closed__1 = _init_l_Lean_Meta_Grind_propagateEqMatchDown___closed__1(); lean_mark_persistent(l_Lean_Meta_Grind_propagateEqMatchDown___closed__1); l_Lean_Meta_Grind_propagateEqMatchDown___closed__2 = _init_l_Lean_Meta_Grind_propagateEqMatchDown___closed__2(); lean_mark_persistent(l_Lean_Meta_Grind_propagateEqMatchDown___closed__2); -l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4758____closed__1 = _init_l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4758____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4758____closed__1); -if (builtin) {res = l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4758_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4775____closed__1 = _init_l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4775____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4775____closed__1); +if (builtin) {res = l_Lean_Meta_Grind_propagateEqMatchDown___regBuiltin_Lean_Meta_Grind_propagateEqMatchDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_4775_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Meta_Grind_propagateHEqDown___closed__1 = _init_l_Lean_Meta_Grind_propagateHEqDown___closed__1(); lean_mark_persistent(l_Lean_Meta_Grind_propagateHEqDown___closed__1); l_Lean_Meta_Grind_propagateHEqDown___closed__2 = _init_l_Lean_Meta_Grind_propagateHEqDown___closed__2(); lean_mark_persistent(l_Lean_Meta_Grind_propagateHEqDown___closed__2); -l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5013____closed__1 = _init_l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5013____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5013____closed__1); -if (builtin) {res = l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5013_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5030____closed__1 = _init_l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5030____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5030____closed__1); +if (builtin) {res = l_Lean_Meta_Grind_propagateHEqDown___regBuiltin_Lean_Meta_Grind_propagateHEqDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5030_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -}l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5269____closed__1 = _init_l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5269____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5269____closed__1); -if (builtin) {res = l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5269_(lean_io_mk_world()); +}l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5286____closed__1 = _init_l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5286____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5286____closed__1); +if (builtin) {res = l_Lean_Meta_Grind_propagateHEqUp___regBuiltin_Lean_Meta_Grind_propagateHEqUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_5286_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Meta_Grind_propagateIte___lambda__1___closed__1 = _init_l_Lean_Meta_Grind_propagateIte___lambda__1___closed__1(); @@ -16216,13 +16269,13 @@ l_Lean_Meta_Grind_propagateIte___lambda__1___closed__4 = _init_l_Lean_Meta_Grind lean_mark_persistent(l_Lean_Meta_Grind_propagateIte___lambda__1___closed__4); l_Lean_Meta_Grind_propagateIte___lambda__1___closed__5 = _init_l_Lean_Meta_Grind_propagateIte___lambda__1___closed__5(); lean_mark_persistent(l_Lean_Meta_Grind_propagateIte___lambda__1___closed__5); -l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__1 = _init_l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__1); -l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__2 = _init_l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__2(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__2); -l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__3 = _init_l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__3(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019____closed__3); -if (builtin) {res = l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8019_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__1 = _init_l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__1); +l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__2 = _init_l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__2(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__2); +l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__3 = _init_l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__3(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036____closed__3); +if (builtin) {res = l_Lean_Meta_Grind_propagateIte___regBuiltin_Lean_Meta_Grind_propagateIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8036_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Meta_Grind_propagateDIte___lambda__1___closed__1 = _init_l_Lean_Meta_Grind_propagateDIte___lambda__1___closed__1(); @@ -16233,13 +16286,13 @@ l_Lean_Meta_Grind_propagateDIte___lambda__1___closed__3 = _init_l_Lean_Meta_Grin lean_mark_persistent(l_Lean_Meta_Grind_propagateDIte___lambda__1___closed__3); l_Lean_Meta_Grind_propagateDIte___lambda__1___closed__4 = _init_l_Lean_Meta_Grind_propagateDIte___lambda__1___closed__4(); lean_mark_persistent(l_Lean_Meta_Grind_propagateDIte___lambda__1___closed__4); -l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__1 = _init_l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__1); -l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__2 = _init_l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__2(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__2); -l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__3 = _init_l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__3(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351____closed__3); -if (builtin) {res = l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8351_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__1 = _init_l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__1); +l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__2 = _init_l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__2(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__2); +l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__3 = _init_l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__3(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368____closed__3); +if (builtin) {res = l_Lean_Meta_Grind_propagateDIte___regBuiltin_Lean_Meta_Grind_propagateDIte_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8368_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Meta_Grind_propagateDecideDown___lambda__1___closed__1 = _init_l_Lean_Meta_Grind_propagateDecideDown___lambda__1___closed__1(); @@ -16268,9 +16321,9 @@ l_Lean_Meta_Grind_propagateDecideDown___lambda__2___closed__2 = _init_l_Lean_Met lean_mark_persistent(l_Lean_Meta_Grind_propagateDecideDown___lambda__2___closed__2); l_Lean_Meta_Grind_propagateDecideDown___lambda__2___closed__3 = _init_l_Lean_Meta_Grind_propagateDecideDown___lambda__2___closed__3(); lean_mark_persistent(l_Lean_Meta_Grind_propagateDecideDown___lambda__2___closed__3); -l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8631____closed__1 = _init_l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8631____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8631____closed__1); -if (builtin) {res = l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8631_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8648____closed__1 = _init_l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8648____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8648____closed__1); +if (builtin) {res = l_Lean_Meta_Grind_propagateDecideDown___regBuiltin_Lean_Meta_Grind_propagateDecideDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8648_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Meta_Grind_propagateDecideUp___lambda__1___closed__1 = _init_l_Lean_Meta_Grind_propagateDecideUp___lambda__1___closed__1(); @@ -16285,9 +16338,9 @@ l_Lean_Meta_Grind_propagateDecideUp___lambda__1___closed__5 = _init_l_Lean_Meta_ lean_mark_persistent(l_Lean_Meta_Grind_propagateDecideUp___lambda__1___closed__5); l_Lean_Meta_Grind_propagateDecideUp___lambda__1___closed__6 = _init_l_Lean_Meta_Grind_propagateDecideUp___lambda__1___closed__6(); lean_mark_persistent(l_Lean_Meta_Grind_propagateDecideUp___lambda__1___closed__6); -l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8926____closed__1 = _init_l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8926____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8926____closed__1); -if (builtin) {res = l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8926_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8943____closed__1 = _init_l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8943____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8943____closed__1); +if (builtin) {res = l_Lean_Meta_Grind_propagateDecideUp___regBuiltin_Lean_Meta_Grind_propagateDecideUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_8943_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Meta_Grind_propagateBoolAndUp___lambda__1___closed__1 = _init_l_Lean_Meta_Grind_propagateBoolAndUp___lambda__1___closed__1(); @@ -16310,9 +16363,9 @@ l_Lean_Meta_Grind_propagateBoolAndUp___closed__1 = _init_l_Lean_Meta_Grind_propa lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolAndUp___closed__1); l_Lean_Meta_Grind_propagateBoolAndUp___closed__2 = _init_l_Lean_Meta_Grind_propagateBoolAndUp___closed__2(); lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolAndUp___closed__2); -l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9307____closed__1 = _init_l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9307____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9307____closed__1); -if (builtin) {res = l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9307_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9324____closed__1 = _init_l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9324____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9324____closed__1); +if (builtin) {res = l_Lean_Meta_Grind_propagateBoolAndUp___regBuiltin_Lean_Meta_Grind_propagateBoolAndUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9324_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Meta_Grind_propagateBoolAndDown___lambda__1___closed__1 = _init_l_Lean_Meta_Grind_propagateBoolAndDown___lambda__1___closed__1(); @@ -16323,9 +16376,9 @@ l_Lean_Meta_Grind_propagateBoolAndDown___lambda__1___closed__3 = _init_l_Lean_Me lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolAndDown___lambda__1___closed__3); l_Lean_Meta_Grind_propagateBoolAndDown___lambda__1___closed__4 = _init_l_Lean_Meta_Grind_propagateBoolAndDown___lambda__1___closed__4(); lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolAndDown___lambda__1___closed__4); -l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9528____closed__1 = _init_l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9528____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9528____closed__1); -if (builtin) {res = l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9528_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9545____closed__1 = _init_l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9545____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9545____closed__1); +if (builtin) {res = l_Lean_Meta_Grind_propagateBoolAndDown___regBuiltin_Lean_Meta_Grind_propagateBoolAndDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9545_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Meta_Grind_propagateBoolOrUp___lambda__1___closed__1 = _init_l_Lean_Meta_Grind_propagateBoolOrUp___lambda__1___closed__1(); @@ -16348,9 +16401,9 @@ l_Lean_Meta_Grind_propagateBoolOrUp___closed__1 = _init_l_Lean_Meta_Grind_propag lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolOrUp___closed__1); l_Lean_Meta_Grind_propagateBoolOrUp___closed__2 = _init_l_Lean_Meta_Grind_propagateBoolOrUp___closed__2(); lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolOrUp___closed__2); -l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9909____closed__1 = _init_l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9909____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9909____closed__1); -if (builtin) {res = l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9909_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9926____closed__1 = _init_l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9926____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9926____closed__1); +if (builtin) {res = l_Lean_Meta_Grind_propagateBoolOrUp___regBuiltin_Lean_Meta_Grind_propagateBoolOrUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_9926_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Meta_Grind_propagateBoolOrDown___lambda__1___closed__1 = _init_l_Lean_Meta_Grind_propagateBoolOrDown___lambda__1___closed__1(); @@ -16361,9 +16414,9 @@ l_Lean_Meta_Grind_propagateBoolOrDown___lambda__1___closed__3 = _init_l_Lean_Met lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolOrDown___lambda__1___closed__3); l_Lean_Meta_Grind_propagateBoolOrDown___lambda__1___closed__4 = _init_l_Lean_Meta_Grind_propagateBoolOrDown___lambda__1___closed__4(); lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolOrDown___lambda__1___closed__4); -l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10130____closed__1 = _init_l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10130____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10130____closed__1); -if (builtin) {res = l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10130_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10147____closed__1 = _init_l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10147____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10147____closed__1); +if (builtin) {res = l_Lean_Meta_Grind_propagateBoolOrDown___regBuiltin_Lean_Meta_Grind_propagateBoolOrDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10147_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Meta_Grind_propagateBoolNotUp___lambda__1___closed__1 = _init_l_Lean_Meta_Grind_propagateBoolNotUp___lambda__1___closed__1(); @@ -16382,9 +16435,9 @@ l_Lean_Meta_Grind_propagateBoolNotUp___closed__1 = _init_l_Lean_Meta_Grind_propa lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolNotUp___closed__1); l_Lean_Meta_Grind_propagateBoolNotUp___closed__2 = _init_l_Lean_Meta_Grind_propagateBoolNotUp___closed__2(); lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolNotUp___closed__2); -l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10410____closed__1 = _init_l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10410____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10410____closed__1); -if (builtin) {res = l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10410_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10427____closed__1 = _init_l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10427____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10427____closed__1); +if (builtin) {res = l_Lean_Meta_Grind_propagateBoolNotUp___regBuiltin_Lean_Meta_Grind_propagateBoolNotUp_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10427_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Meta_Grind_propagateBoolNotDown___lambda__1___closed__1 = _init_l_Lean_Meta_Grind_propagateBoolNotDown___lambda__1___closed__1(); @@ -16395,9 +16448,9 @@ l_Lean_Meta_Grind_propagateBoolNotDown___lambda__1___closed__3 = _init_l_Lean_Me lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolNotDown___lambda__1___closed__3); l_Lean_Meta_Grind_propagateBoolNotDown___lambda__1___closed__4 = _init_l_Lean_Meta_Grind_propagateBoolNotDown___lambda__1___closed__4(); lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolNotDown___lambda__1___closed__4); -l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10690____closed__1 = _init_l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10690____closed__1(); -lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10690____closed__1); -if (builtin) {res = l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10690_(lean_io_mk_world()); +l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10707____closed__1 = _init_l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10707____closed__1(); +lean_mark_persistent(l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10707____closed__1); +if (builtin) {res = l_Lean_Meta_Grind_propagateBoolNotDown___regBuiltin_Lean_Meta_Grind_propagateBoolNotDown_declare__1____x40_Lean_Meta_Tactic_Grind_Propagate___hyg_10707_(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)); diff --git a/stage0/stdlib/Lean/Meta/Tactic/Rfl.c b/stage0/stdlib/Lean/Meta/Tactic/Rfl.c index 9b86ef5047..e74cc1db6c 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Rfl.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Rfl.c @@ -15,173 +15,163 @@ extern "C" { #endif lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); -static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__10; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__5; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__17; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__6; static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__3; -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_applyRfl___lambda__3___closed__3; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_throwTacticEx___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_applyRfl___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static uint64_t l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__13; size_t lean_usize_shift_right(size_t, size_t); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__10; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__5; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_applyRfl___lambda__7___closed__3; LEAN_EXPORT lean_object* l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____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* l_Lean_ConstantInfo_type(lean_object*); -static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___closed__1; uint8_t lean_usize_dec_le(size_t, size_t); +static uint64_t l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__15; static lean_object* l_Lean_MVarId_applyRfl___lambda__7___closed__1; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__17; lean_object* l_Lean_MVarId_checkNotAssigned(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Exception_isInterrupt(lean_object*); lean_object* l_Lean_mkAppB(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__19; size_t lean_uint64_to_usize(uint64_t); uint64_t lean_uint64_lor(uint64_t, uint64_t); uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__1; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__8; lean_object* lean_array_push(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__21; -static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__7; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__5; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__9; size_t lean_usize_mul(size_t, size_t); lean_object* l_Lean_Meta_DiscrTree_instInhabited(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_applyRfl___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__8; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___lambda__1___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_PersistentHashMap_findAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__3___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__7; lean_object* l_Lean_MVarId_getType_x27(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_reflExt; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); -static uint64_t l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__2; static lean_object* l_Lean_MVarId_applyRfl___lambda__3___closed__2; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___closed__1; static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__1___closed__4; static lean_object* l_Lean_MVarId_applyRfl___lambda__3___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__6; static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__5; uint8_t l_Lean_Expr_isAppOf(lean_object*, lean_object*); static lean_object* l_Lean_MVarId_applyRfl___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__10; +static uint64_t l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__12; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__18; -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__1(lean_object*, lean_object*, uint8_t, 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_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__15; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__9; static lean_object* l_Lean_MVarId_applyRfl___lambda__3___closed__4; lean_object* l_Lean_Expr_appArg_x21(lean_object*); static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__10; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__13; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__21; static lean_object* l_Lean_MVarId_applyRfl___lambda__7___closed__2; lean_object* l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__5; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__3; static lean_object* l_Lean_MVarId_applyRfl___lambda__2___closed__2; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__8; static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__4; static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__8; -static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__8; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__4; lean_object* lean_st_ref_take(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__2; LEAN_EXPORT lean_object* l_Lean_MVarId_applyRfl___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__4; LEAN_EXPORT lean_object* l_Lean_MVarId_liftReflToEq___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__3; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__16; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__3; static lean_object* l_Lean_MVarId_applyRfl___lambda__2___closed__1; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__1___closed__1; lean_object* l_Lean_registerSimpleScopedEnvExtension___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__3(lean_object*, size_t, lean_object*); uint64_t lean_uint64_shift_right(uint64_t, uint64_t); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__9; lean_object* lean_nat_div(lean_object*, lean_object*); lean_object* l_Lean_MVarId_getType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__14; static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__3___closed__1; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallMetaTelescopeReducingAux(lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Meta_exactlyOne___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__12; static lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__9___closed__2; lean_object* l_Lean_Meta_SavedState_restore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__5(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__14; lean_object* l_Lean_Elab_goalsToMessageData(lean_object*); lean_object* l_Lean_Meta_withNewMCtxDepth___at_Lean_Meta_matchesInstance___spec__1___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static uint64_t l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__14; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__16; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__4; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__18; lean_object* l_Lean_MessageData_ofFormat(lean_object*); lean_object* l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static uint64_t l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__13; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___closed__2; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__2(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__17; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__6(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_liftReflToEq___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_applyRfl___lambda__1___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___lambda__1(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*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__19; LEAN_EXPORT lean_object* l_Lean_MVarId_applyRfl___lambda__2(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_applyRfl___lambda__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn(lean_object*); uint8_t l_List_isEmpty___rarg(lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__2; lean_object* lean_st_mk_ref(lean_object*, lean_object*); static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__1___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__2; static lean_object* l_Lean_MVarId_liftReflToEq___closed__1; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); static lean_object* l_Lean_MVarId_applyRfl___lambda__6___closed__4; uint8_t l_Lean_Meta_DiscrTree_Key_lt(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___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*); -static uint64_t l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__12; -LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__3; static lean_object* l_Lean_MVarId_applyRfl___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_MVarId_applyRfl___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__7; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__6; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__7; uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l_Lean_MVarId_applyRfl___lambda__6___closed__2; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__16; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__2; lean_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_appFn_x21(lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__7; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__3; static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__6___closed__1; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___closed__2; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__6; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__22; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__10; lean_object* l_Lean_Meta_DiscrTree_mkPath(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_usize_to_nat(size_t); lean_object* l_Lean_MessageData_ofConstName(lean_object*, uint8_t); static lean_object* l_Lean_MVarId_liftReflToEq___lambda__2___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__7; +static uint64_t l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__14; lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__9; LEAN_EXPORT lean_object* l_Lean_MVarId_applyRfl___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__4; -static uint64_t l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__15; +static lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__8; lean_object* l_Lean_Meta_addPPExplicitToExposeDiff(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__20; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__23; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__12; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* l_Lean_Expr_constLevels_x21(lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__5; -static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__11; extern lean_object* l_Lean_Meta_DiscrTree_instInhabitedKey; LEAN_EXPORT lean_object* l_Lean_MVarId_applyRfl___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__3___closed__2; @@ -189,86 +179,88 @@ lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____lambda__1(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_MVarId_applyRfl___lambda__6___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__10; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__3; lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassApp_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__9(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__1___closed__1; lean_object* l_id___rarg___boxed(lean_object*); lean_object* l_Lean_observing_x3f___at_Lean_MVarId_iffOfEq___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); -static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__6; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__13; lean_object* l_Lean_indentExpr(lean_object*); static lean_object* l_Lean_MVarId_applyRfl___lambda__7___closed__4; 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_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__4; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__11; lean_object* l_Lean_MVarId_setType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_liftReflToEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___lambda__1___closed__2; static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__9; +LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__1; lean_object* lean_panic_fn(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__6; lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*, uint8_t); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__22; +static uint64_t l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__2; uint64_t lean_uint64_shift_left(uint64_t, uint64_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__7(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_addCore___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_applyRfl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); lean_object* l_Lean_MVarId_apply(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__1___closed__3; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__21; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__6; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__4; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__4; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); size_t lean_usize_sub(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__2___boxed(lean_object*, lean_object*); lean_object* lean_array_mk(lean_object*); -static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__22; LEAN_EXPORT lean_object* l_Lean_MVarId_liftReflToEq___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__13___closed__1; size_t lean_usize_add(size_t, size_t); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__19; lean_object* l_mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_applyRfl___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MVarId_applyConst(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__5; static lean_object* l_Lean_MVarId_applyRfl___lambda__1___closed__2; LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__13(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_MVarId_applyRfl___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__23; size_t lean_array_size(lean_object*); lean_object* l_Lean_throwError___at_Lean_Meta_instantiateForallWithParamInfos___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__12(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_MVarId_applyRfl___lambda__1___closed__4; static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__6; +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__11; lean_object* l_Lean_MessageData_ofLazyM(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_applyRfl___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_125_(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__12; LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__1; lean_object* lean_array_get_size(lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__18; +LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1(lean_object*, lean_object*, uint8_t, 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_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__7; uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* l_Lean_Meta_isDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_liftReflToEq___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Meta_TransparencyMode_toUInt64(uint8_t); lean_object* lean_nat_add(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__9; lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); static lean_object* l_Lean_MVarId_liftReflToEq___closed__2; uint8_t l_Lean_Exception_isRuntime(lean_object*); @@ -278,18 +270,17 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_ static lean_object* l_Lean_MVarId_applyRfl___lambda__6___closed__3; lean_object* l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); uint64_t l___private_Lean_Meta_Basic_0__Lean_Meta_Config_toKey(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88_(lean_object*); -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__11; -static lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__11; uint64_t l_Lean_Meta_DiscrTree_Key_hash(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__1___closed__1; static lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__9___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertVal_loop___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__10(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_applyRfl___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_insertIdx_loop___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__5; size_t lean_usize_land(size_t, size_t); lean_object* l_Lean_Meta_whnfR(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__2; uint8_t l_Array_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: @@ -1780,7 +1771,149 @@ lean_dec(x_2); return x_4; } } -static lean_object* _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_private", 8, 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__2; +x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__3; +x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__2; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Tactic", 6, 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__4; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__5; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__6; +x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__7; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__8; +x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__9; +x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__2; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__10; +x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__12() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("initFn", 6, 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__13() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__11; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__12; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__14() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Tags reflexivity lemmas to be used by the `rfl` tactic.\n\nA reflexivity lemma should have the conclusion `r x x` where `r` is an arbitrary relation.\n\nIt is not possible to tag reflexivity lemmas for `=` using this attribute. These are handled as a\nspecial case in the `rfl` tactic.\n", 281, 281); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__13; +x_3 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__14; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -1791,7 +1924,7 @@ lean_ctor_set(x_2, 1, x_1); return x_2; } } -static lean_object* _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__2() { +static lean_object* _init_l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; @@ -1806,7 +1939,7 @@ lean_ctor_set(x_2, 5, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1(lean_object* x_1, lean_object* x_2, uint8_t 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; lean_object* x_11; lean_object* x_12; uint8_t x_13; @@ -1827,7 +1960,7 @@ x_14 = lean_ctor_get(x_11, 0); x_15 = lean_ctor_get(x_11, 5); lean_dec(x_15); x_16 = l_Lean_ScopedEnvExtension_addCore___rarg(x_14, x_1, x_2, x_3, x_9); -x_17 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__1; +x_17 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__1; lean_ctor_set(x_11, 5, x_17); lean_ctor_set(x_11, 0, x_16); x_18 = lean_st_ref_set(x_7, x_11, x_12); @@ -1846,7 +1979,7 @@ if (x_23 == 0) lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; x_24 = lean_ctor_get(x_21, 1); lean_dec(x_24); -x_25 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__2; +x_25 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__2; lean_ctor_set(x_21, 1, x_25); x_26 = lean_st_ref_set(x_5, x_21, x_22); x_27 = !lean_is_exclusive(x_26); @@ -1884,7 +2017,7 @@ lean_inc(x_35); lean_inc(x_34); lean_inc(x_33); lean_dec(x_21); -x_37 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__2; +x_37 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__2; x_38 = lean_alloc_ctor(0, 5, 0); lean_ctor_set(x_38, 0, x_33); lean_ctor_set(x_38, 1, x_37); @@ -1934,7 +2067,7 @@ lean_inc(x_45); lean_inc(x_44); lean_dec(x_11); x_52 = l_Lean_ScopedEnvExtension_addCore___rarg(x_44, x_1, x_2, x_3, x_9); -x_53 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__1; +x_53 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__1; x_54 = lean_alloc_ctor(0, 9, 0); lean_ctor_set(x_54, 0, x_52); lean_ctor_set(x_54, 1, x_45); @@ -1974,7 +2107,7 @@ if (lean_is_exclusive(x_58)) { lean_dec_ref(x_58); x_64 = lean_box(0); } -x_65 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__2; +x_65 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__2; if (lean_is_scalar(x_64)) { x_66 = lean_alloc_ctor(0, 5, 0); } else { @@ -2008,7 +2141,7 @@ return x_71; } } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__1___closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__1___closed__1() { _start: { lean_object* x_1; @@ -2016,7 +2149,7 @@ x_1 = l_Lean_Meta_Rfl_reflExt; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__1(lean_object* x_1, lean_object* x_2, uint8_t 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_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__1(lean_object* x_1, lean_object* x_2, uint8_t 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: { uint8_t x_10; lean_object* x_11; @@ -2037,8 +2170,8 @@ lean_dec(x_11); x_14 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_14, 0, x_2); lean_ctor_set(x_14, 1, x_12); -x_15 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__1___closed__1; -x_16 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1(x_15, x_14, x_3, x_5, x_6, x_7, x_8, x_13); +x_15 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__1___closed__1; +x_16 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1(x_15, x_14, x_3, x_5, x_6, x_7, x_8, x_13); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); @@ -2073,7 +2206,7 @@ return x_20; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, uint8_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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, uint8_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) { _start: { lean_object* x_13; uint8_t x_14; lean_object* x_15; @@ -2133,7 +2266,7 @@ x_24 = lean_ctor_get(x_15, 1); lean_inc(x_24); lean_dec(x_15); x_25 = lean_box(0); -x_26 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__1(x_3, x_4, x_5, x_25, x_8, x_9, x_10, x_11, x_24); +x_26 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__1(x_3, x_4, x_5, x_25, x_8, x_9, x_10, x_11, x_24); return x_26; } } @@ -2168,7 +2301,7 @@ return x_30; } } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__1() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; uint8_t x_5; lean_object* x_6; @@ -2199,16 +2332,16 @@ lean_ctor_set_uint8(x_6, 17, x_2); return x_6; } } -static uint64_t _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__2() { +static uint64_t _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__2() { _start: { lean_object* x_1; uint64_t x_2; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__1; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__1; x_2 = l___private_Lean_Meta_Basic_0__Lean_Meta_Config_toKey(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__3() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__3() { _start: { lean_object* x_1; lean_object* x_2; @@ -2217,23 +2350,23 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__3; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__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_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__5() { _start: { size_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = 5; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__4; -x_3 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__3; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__4; +x_3 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__3; x_4 = lean_unsigned_to_nat(0u); x_5 = lean_alloc_ctor(0, 4, sizeof(size_t)*1); lean_ctor_set(x_5, 0, x_2); @@ -2244,13 +2377,13 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(0); x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__7; -x_3 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__5; +x_3 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__5; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_2); lean_ctor_set(x_4, 1, x_3); @@ -2258,16 +2391,16 @@ lean_ctor_set(x_4, 2, x_1); return x_4; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint64_t x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; x_1 = lean_box(0); x_2 = lean_box(0); -x_3 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__1; -x_4 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__2; +x_3 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__1; +x_4 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__2; x_5 = 0; -x_6 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__6; +x_6 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__6; x_7 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__9___closed__1; x_8 = lean_unsigned_to_nat(0u); x_9 = lean_alloc_ctor(0, 7, 11); @@ -2285,7 +2418,7 @@ lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 10, x_5); return x_9; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__8() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -2304,7 +2437,7 @@ lean_ctor_set(x_3, 8, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__9() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__9() { _start: { lean_object* x_1; lean_object* x_2; @@ -2317,15 +2450,15 @@ lean_ctor_set(x_2, 3, x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__10() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__10() { _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 = lean_box(0); -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__8; -x_3 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__2; -x_4 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__5; -x_5 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__9; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__8; +x_3 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__2; +x_4 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__5; +x_5 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__9; x_6 = lean_alloc_ctor(0, 5, 0); lean_ctor_set(x_6, 0, x_2); lean_ctor_set(x_6, 1, x_3); @@ -2335,7 +2468,7 @@ lean_ctor_set(x_6, 4, x_5); return x_6; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__11() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__11() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; uint8_t x_5; lean_object* x_6; @@ -2366,27 +2499,27 @@ lean_ctor_set_uint8(x_6, 17, x_2); return x_6; } } -static uint64_t _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__12() { +static uint64_t _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__12() { _start: { uint64_t x_1; uint64_t x_2; uint64_t x_3; x_1 = 2; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__2; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__2; x_3 = lean_uint64_shift_right(x_2, x_1); return x_3; } } -static uint64_t _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__13() { +static uint64_t _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__13() { _start: { uint64_t x_1; uint64_t x_2; uint64_t x_3; x_1 = 2; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__12; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__12; x_3 = lean_uint64_shift_left(x_2, x_1); return x_3; } } -static uint64_t _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__14() { +static uint64_t _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__14() { _start: { uint8_t x_1; uint64_t x_2; @@ -2395,26 +2528,26 @@ x_2 = l_Lean_Meta_TransparencyMode_toUInt64(x_1); return x_2; } } -static uint64_t _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__15() { +static uint64_t _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__15() { _start: { uint64_t x_1; uint64_t x_2; uint64_t x_3; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__13; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__14; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__13; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__14; x_3 = lean_uint64_lor(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__16() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint64_t x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; x_1 = lean_box(0); x_2 = lean_box(0); -x_3 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__11; -x_4 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__15; +x_3 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__11; +x_4 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__15; x_5 = 0; -x_6 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__6; +x_6 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__6; x_7 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__9___closed__1; x_8 = lean_unsigned_to_nat(0u); x_9 = lean_alloc_ctor(0, 7, 11); @@ -2432,7 +2565,7 @@ lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 10, x_5); return x_9; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__17() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__17() { _start: { lean_object* x_1; @@ -2440,16 +2573,16 @@ x_1 = lean_mk_string_unchecked("@[refl] attribute only applies to lemmas proving return x_1; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__18() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__18() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__17; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__17; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__19() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__19() { _start: { lean_object* x_1; @@ -2457,16 +2590,16 @@ x_1 = lean_mk_string_unchecked("", 0, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__19; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__19; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__21() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__21() { _start: { lean_object* x_1; @@ -2474,7 +2607,7 @@ x_1 = lean_mk_string_unchecked("Eq", 2, 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__22() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__22() { _start: { lean_object* x_1; @@ -2482,28 +2615,28 @@ x_1 = lean_mk_string_unchecked("@[refl] attribute may not be used on `Eq.refl`." return x_1; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__23() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__23() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__22; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__22; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3(lean_object* x_1, lean_object* x_2, uint8_t 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; lean_object* x_11; lean_object* x_12; lean_object* x_25; lean_object* x_26; x_7 = lean_box(0); -x_8 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__10; +x_8 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__10; x_9 = lean_st_mk_ref(x_8, x_6); x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); x_11 = lean_ctor_get(x_9, 1); lean_inc(x_11); lean_dec(x_9); -x_25 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__7; +x_25 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__7; lean_inc(x_1); x_26 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_1, x_25, x_10, x_4, x_5, x_11); if (lean_obj_tag(x_26) == 0) @@ -2518,7 +2651,7 @@ x_29 = l_Lean_ConstantInfo_type(x_27); lean_dec(x_27); x_30 = 1; x_31 = 0; -x_32 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__16; +x_32 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__16; lean_inc(x_5); lean_inc(x_4); lean_inc(x_10); @@ -2547,11 +2680,11 @@ x_40 = lean_ctor_get(x_36, 1); x_41 = lean_ctor_get(x_36, 0); lean_dec(x_41); x_42 = l_Lean_MessageData_ofExpr(x_29); -x_43 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__18; +x_43 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__18; lean_ctor_set_tag(x_36, 7); lean_ctor_set(x_36, 1, x_42); lean_ctor_set(x_36, 0, x_43); -x_44 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20; +x_44 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20; lean_ctor_set_tag(x_34, 7); lean_ctor_set(x_34, 1, x_44); lean_ctor_set(x_34, 0, x_36); @@ -2595,7 +2728,7 @@ lean_dec(x_47); x_53 = lean_ctor_get(x_48, 1); lean_inc(x_53); lean_dec(x_48); -x_54 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__21; +x_54 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__21; x_55 = lean_string_dec_eq(x_53, x_54); lean_dec(x_53); if (x_55 == 0) @@ -2604,7 +2737,7 @@ lean_object* x_56; lean_object* x_57; lean_dec(x_52); x_56 = lean_box(0); lean_inc(x_10); -x_57 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_51, x_50, x_46, x_1, x_3, x_34, x_56, x_25, x_10, x_4, x_5, x_38); +x_57 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_51, x_50, x_46, x_1, x_3, x_34, x_56, x_25, x_10, x_4, x_5, x_38); x_12 = x_57; goto block_24; } @@ -2615,7 +2748,7 @@ if (lean_obj_tag(x_52) == 0) lean_object* x_58; lean_object* x_59; x_58 = lean_box(0); lean_inc(x_10); -x_59 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_51, x_50, x_46, x_1, x_3, x_34, x_58, x_25, x_10, x_4, x_5, x_38); +x_59 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_51, x_50, x_46, x_1, x_3, x_34, x_58, x_25, x_10, x_4, x_5, x_38); x_12 = x_59; goto block_24; } @@ -2633,7 +2766,7 @@ lean_dec(x_50); lean_dec(x_46); lean_dec(x_34); lean_dec(x_1); -x_61 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__23; +x_61 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__23; x_62 = l_Lean_throwError___at_Lean_Meta_instantiateForallWithParamInfos___spec__1(x_61, x_25, x_10, x_4, x_5, x_38); lean_dec(x_5); lean_dec(x_4); @@ -2664,7 +2797,7 @@ lean_object* x_67; lean_object* x_68; lean_dec(x_60); x_67 = lean_box(0); lean_inc(x_10); -x_68 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_51, x_50, x_46, x_1, x_3, x_34, x_67, x_25, x_10, x_4, x_5, x_38); +x_68 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_51, x_50, x_46, x_1, x_3, x_34, x_67, x_25, x_10, x_4, x_5, x_38); x_12 = x_68; goto block_24; } @@ -2685,7 +2818,7 @@ lean_inc(x_70); lean_dec(x_45); x_71 = lean_box(0); lean_inc(x_10); -x_72 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_70, x_69, x_46, x_1, x_3, x_34, x_71, x_25, x_10, x_4, x_5, x_38); +x_72 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_70, x_69, x_46, x_1, x_3, x_34, x_71, x_25, x_10, x_4, x_5, x_38); x_12 = x_72; goto block_24; } @@ -2703,7 +2836,7 @@ lean_inc(x_74); lean_dec(x_45); x_75 = lean_box(0); lean_inc(x_10); -x_76 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_74, x_73, x_46, x_1, x_3, x_34, x_75, x_25, x_10, x_4, x_5, x_38); +x_76 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_74, x_73, x_46, x_1, x_3, x_34, x_75, x_25, x_10, x_4, x_5, x_38); x_12 = x_76; goto block_24; } @@ -2720,7 +2853,7 @@ lean_inc(x_78); lean_dec(x_45); x_79 = lean_box(0); lean_inc(x_10); -x_80 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_78, x_77, x_46, x_1, x_3, x_34, x_79, x_25, x_10, x_4, x_5, x_38); +x_80 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_78, x_77, x_46, x_1, x_3, x_34, x_79, x_25, x_10, x_4, x_5, x_38); x_12 = x_80; goto block_24; } @@ -2736,7 +2869,7 @@ lean_inc(x_82); lean_dec(x_45); x_83 = lean_box(0); lean_inc(x_10); -x_84 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_82, x_81, x_46, x_1, x_3, x_34, x_83, x_25, x_10, x_4, x_5, x_38); +x_84 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_82, x_81, x_46, x_1, x_3, x_34, x_83, x_25, x_10, x_4, x_5, x_38); x_12 = x_84; goto block_24; } @@ -2773,11 +2906,11 @@ x_87 = lean_ctor_get(x_36, 1); lean_inc(x_87); lean_dec(x_36); x_88 = l_Lean_MessageData_ofExpr(x_29); -x_89 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__18; +x_89 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__18; x_90 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_90, 0, x_89); lean_ctor_set(x_90, 1, x_88); -x_91 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20; +x_91 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20; lean_ctor_set_tag(x_34, 7); lean_ctor_set(x_34, 1, x_91); lean_ctor_set(x_34, 0, x_90); @@ -2821,7 +2954,7 @@ lean_dec(x_94); x_100 = lean_ctor_get(x_95, 1); lean_inc(x_100); lean_dec(x_95); -x_101 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__21; +x_101 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__21; x_102 = lean_string_dec_eq(x_100, x_101); lean_dec(x_100); if (x_102 == 0) @@ -2830,7 +2963,7 @@ lean_object* x_103; lean_object* x_104; lean_dec(x_99); x_103 = lean_box(0); lean_inc(x_10); -x_104 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_98, x_97, x_93, x_1, x_3, x_34, x_103, x_25, x_10, x_4, x_5, x_38); +x_104 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_98, x_97, x_93, x_1, x_3, x_34, x_103, x_25, x_10, x_4, x_5, x_38); x_12 = x_104; goto block_24; } @@ -2841,7 +2974,7 @@ if (lean_obj_tag(x_99) == 0) lean_object* x_105; lean_object* x_106; x_105 = lean_box(0); lean_inc(x_10); -x_106 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_98, x_97, x_93, x_1, x_3, x_34, x_105, x_25, x_10, x_4, x_5, x_38); +x_106 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_98, x_97, x_93, x_1, x_3, x_34, x_105, x_25, x_10, x_4, x_5, x_38); x_12 = x_106; goto block_24; } @@ -2859,7 +2992,7 @@ lean_dec(x_97); lean_dec(x_93); lean_dec(x_34); lean_dec(x_1); -x_108 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__23; +x_108 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__23; x_109 = l_Lean_throwError___at_Lean_Meta_instantiateForallWithParamInfos___spec__1(x_108, x_25, x_10, x_4, x_5, x_38); lean_dec(x_5); lean_dec(x_4); @@ -2891,7 +3024,7 @@ lean_object* x_114; lean_object* x_115; lean_dec(x_107); x_114 = lean_box(0); lean_inc(x_10); -x_115 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_98, x_97, x_93, x_1, x_3, x_34, x_114, x_25, x_10, x_4, x_5, x_38); +x_115 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_98, x_97, x_93, x_1, x_3, x_34, x_114, x_25, x_10, x_4, x_5, x_38); x_12 = x_115; goto block_24; } @@ -2912,7 +3045,7 @@ lean_inc(x_117); lean_dec(x_92); x_118 = lean_box(0); lean_inc(x_10); -x_119 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_117, x_116, x_93, x_1, x_3, x_34, x_118, x_25, x_10, x_4, x_5, x_38); +x_119 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_117, x_116, x_93, x_1, x_3, x_34, x_118, x_25, x_10, x_4, x_5, x_38); x_12 = x_119; goto block_24; } @@ -2930,7 +3063,7 @@ lean_inc(x_121); lean_dec(x_92); x_122 = lean_box(0); lean_inc(x_10); -x_123 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_121, x_120, x_93, x_1, x_3, x_34, x_122, x_25, x_10, x_4, x_5, x_38); +x_123 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_121, x_120, x_93, x_1, x_3, x_34, x_122, x_25, x_10, x_4, x_5, x_38); x_12 = x_123; goto block_24; } @@ -2947,7 +3080,7 @@ lean_inc(x_125); lean_dec(x_92); x_126 = lean_box(0); lean_inc(x_10); -x_127 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_125, x_124, x_93, x_1, x_3, x_34, x_126, x_25, x_10, x_4, x_5, x_38); +x_127 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_125, x_124, x_93, x_1, x_3, x_34, x_126, x_25, x_10, x_4, x_5, x_38); x_12 = x_127; goto block_24; } @@ -2963,7 +3096,7 @@ lean_inc(x_129); lean_dec(x_92); x_130 = lean_box(0); lean_inc(x_10); -x_131 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_129, x_128, x_93, x_1, x_3, x_34, x_130, x_25, x_10, x_4, x_5, x_38); +x_131 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_129, x_128, x_93, x_1, x_3, x_34, x_130, x_25, x_10, x_4, x_5, x_38); x_12 = x_131; goto block_24; } @@ -3014,7 +3147,7 @@ if (lean_is_exclusive(x_134)) { x_137 = lean_box(0); } x_138 = l_Lean_MessageData_ofExpr(x_29); -x_139 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__18; +x_139 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__18; if (lean_is_scalar(x_137)) { x_140 = lean_alloc_ctor(7, 2, 0); } else { @@ -3023,7 +3156,7 @@ if (lean_is_scalar(x_137)) { } lean_ctor_set(x_140, 0, x_139); lean_ctor_set(x_140, 1, x_138); -x_141 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20; +x_141 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20; x_142 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_142, 0, x_140); lean_ctor_set(x_142, 1, x_141); @@ -3067,7 +3200,7 @@ lean_dec(x_145); x_151 = lean_ctor_get(x_146, 1); lean_inc(x_151); lean_dec(x_146); -x_152 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__21; +x_152 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__21; x_153 = lean_string_dec_eq(x_151, x_152); lean_dec(x_151); if (x_153 == 0) @@ -3076,7 +3209,7 @@ lean_object* x_154; lean_object* x_155; lean_dec(x_150); x_154 = lean_box(0); lean_inc(x_10); -x_155 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_149, x_148, x_144, x_1, x_3, x_142, x_154, x_25, x_10, x_4, x_5, x_135); +x_155 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_149, x_148, x_144, x_1, x_3, x_142, x_154, x_25, x_10, x_4, x_5, x_135); x_12 = x_155; goto block_24; } @@ -3087,7 +3220,7 @@ if (lean_obj_tag(x_150) == 0) lean_object* x_156; lean_object* x_157; x_156 = lean_box(0); lean_inc(x_10); -x_157 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_149, x_148, x_144, x_1, x_3, x_142, x_156, x_25, x_10, x_4, x_5, x_135); +x_157 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_149, x_148, x_144, x_1, x_3, x_142, x_156, x_25, x_10, x_4, x_5, x_135); x_12 = x_157; goto block_24; } @@ -3105,7 +3238,7 @@ lean_dec(x_148); lean_dec(x_144); lean_dec(x_142); lean_dec(x_1); -x_159 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__23; +x_159 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__23; x_160 = l_Lean_throwError___at_Lean_Meta_instantiateForallWithParamInfos___spec__1(x_159, x_25, x_10, x_4, x_5, x_135); lean_dec(x_5); lean_dec(x_4); @@ -3137,7 +3270,7 @@ lean_object* x_165; lean_object* x_166; lean_dec(x_158); x_165 = lean_box(0); lean_inc(x_10); -x_166 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_149, x_148, x_144, x_1, x_3, x_142, x_165, x_25, x_10, x_4, x_5, x_135); +x_166 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_149, x_148, x_144, x_1, x_3, x_142, x_165, x_25, x_10, x_4, x_5, x_135); x_12 = x_166; goto block_24; } @@ -3158,7 +3291,7 @@ lean_inc(x_168); lean_dec(x_143); x_169 = lean_box(0); lean_inc(x_10); -x_170 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_168, x_167, x_144, x_1, x_3, x_142, x_169, x_25, x_10, x_4, x_5, x_135); +x_170 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_168, x_167, x_144, x_1, x_3, x_142, x_169, x_25, x_10, x_4, x_5, x_135); x_12 = x_170; goto block_24; } @@ -3176,7 +3309,7 @@ lean_inc(x_172); lean_dec(x_143); x_173 = lean_box(0); lean_inc(x_10); -x_174 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_172, x_171, x_144, x_1, x_3, x_142, x_173, x_25, x_10, x_4, x_5, x_135); +x_174 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_172, x_171, x_144, x_1, x_3, x_142, x_173, x_25, x_10, x_4, x_5, x_135); x_12 = x_174; goto block_24; } @@ -3193,7 +3326,7 @@ lean_inc(x_176); lean_dec(x_143); x_177 = lean_box(0); lean_inc(x_10); -x_178 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_176, x_175, x_144, x_1, x_3, x_142, x_177, x_25, x_10, x_4, x_5, x_135); +x_178 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_176, x_175, x_144, x_1, x_3, x_142, x_177, x_25, x_10, x_4, x_5, x_135); x_12 = x_178; goto block_24; } @@ -3209,7 +3342,7 @@ lean_inc(x_180); lean_dec(x_143); x_181 = lean_box(0); lean_inc(x_10); -x_182 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_180, x_179, x_144, x_1, x_3, x_142, x_181, x_25, x_10, x_4, x_5, x_135); +x_182 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_180, x_179, x_144, x_1, x_3, x_142, x_181, x_25, x_10, x_4, x_5, x_135); x_12 = x_182; goto block_24; } @@ -3354,7 +3487,7 @@ return x_23; } } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___closed__1() { _start: { lean_object* x_1; @@ -3362,167 +3495,25 @@ x_1 = lean_mk_string_unchecked("attribute cannot be erased", 26, 26); return x_1; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___closed__2() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___closed__1; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4(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; -x_5 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___closed__2; +x_5 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___closed__2; x_6 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__1; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__2; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__4() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("initFn", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__5() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__3; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__4; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__6() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_@", 2, 2); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__5; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__6; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__7; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__9() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__8; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__10() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Tactic", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__11() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__9; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__10; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__12() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__11; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__13() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_hyg", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__14() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__12; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__13; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__15() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__14; -x_2 = lean_unsigned_to_nat(88u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__16() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__1() { _start: { lean_object* x_1; @@ -3530,17 +3521,17 @@ x_1 = lean_mk_string_unchecked("refl", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__17() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__16; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__18() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__3() { _start: { lean_object* x_1; @@ -3548,13 +3539,13 @@ x_1 = lean_mk_string_unchecked("reflexivity relation", 20, 20); return x_1; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__19() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__15; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__17; -x_3 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__18; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__13; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__2; +x_3 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__3; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -3564,29 +3555,29 @@ lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__20() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__21() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__22() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__19; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__20; -x_3 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__21; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__4; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__5; +x_3 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__6; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -3594,66 +3585,66 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__22; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__7; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____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_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___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) { _start: { uint8_t x_9; lean_object* x_10; x_9 = lean_unbox(x_3); lean_dec(x_3); -x_10 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1(x_1, x_2, x_9, x_4, x_5, x_6, x_7, x_8); +x_10 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1(x_1, x_2, x_9, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__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) { _start: { uint8_t x_10; lean_object* x_11; x_10 = lean_unbox(x_3); lean_dec(x_3); -x_11 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__1(x_1, x_2, x_10, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__1(x_1, x_2, x_10, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_4); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2___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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2___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) { _start: { uint8_t x_13; lean_object* x_14; x_13 = lean_unbox(x_5); lean_dec(x_5); -x_14 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__2(x_1, x_2, x_3, x_4, x_13, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_14 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__2(x_1, x_2, x_3, x_4, x_13, x_6, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_7); return x_14; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__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: { uint8_t x_7; lean_object* x_8; x_7 = lean_unbox(x_3); lean_dec(x_3); -x_8 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3(x_1, x_2, x_7, x_4, x_5, x_6); lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___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_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -3741,7 +3732,7 @@ static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__10; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__5; x_2 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__4; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -3844,7 +3835,7 @@ x_78 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed lean_ctor_set_tag(x_72, 7); lean_ctor_set(x_72, 1, x_77); lean_ctor_set(x_72, 0, x_78); -x_79 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20; +x_79 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20; x_80 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_80, 0, x_72); lean_ctor_set(x_80, 1, x_79); @@ -3893,7 +3884,7 @@ x_91 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed x_92 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_92, 0, x_91); lean_ctor_set(x_92, 1, x_90); -x_93 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20; +x_93 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20; x_94 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_94, 0, x_92); lean_ctor_set(x_94, 1, x_93); @@ -3994,7 +3985,7 @@ if (lean_is_scalar(x_116)) { } lean_ctor_set(x_120, 0, x_119); lean_ctor_set(x_120, 1, x_118); -x_121 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20; +x_121 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20; x_122 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_122, 0, x_120); lean_ctor_set(x_122, 1, x_121); @@ -4297,7 +4288,7 @@ x_11 = l_Lean_MVarId_applyRfl___lambda__1___closed__4; x_12 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_12, 0, x_11); lean_ctor_set(x_12, 1, x_10); -x_13 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20; +x_13 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20; x_14 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_14, 0, x_12); lean_ctor_set(x_14, 1, x_13); @@ -4347,7 +4338,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__21; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__21; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } @@ -4367,8 +4358,8 @@ static lean_object* _init_l_Lean_MVarId_applyRfl___lambda__2___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__21; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__16; +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__21; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -4414,7 +4405,7 @@ lean_dec(x_26); x_28 = lean_ctor_get_uint8(x_27, sizeof(void*)*3); lean_dec(x_27); x_29 = l_panic___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__13___closed__1; -x_30 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__1___closed__1; +x_30 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__1___closed__1; x_31 = l_Lean_ScopedEnvExtension_getState___rarg(x_29, x_30, x_24, x_28); lean_inc(x_9); lean_inc(x_8); @@ -4651,7 +4642,7 @@ x_18 = l_Lean_indentExpr(x_13); 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 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20; +x_20 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20; x_21 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_21, 0, x_19); lean_ctor_set(x_21, 1, x_20); @@ -4679,7 +4670,7 @@ x_29 = l_Lean_indentExpr(x_23); x_30 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_30, 0, x_28); lean_ctor_set(x_30, 1, x_29); -x_31 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20; +x_31 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20; x_32 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_32, 0, x_30); lean_ctor_set(x_32, 1, x_31); @@ -4725,7 +4716,7 @@ x_43 = l_Lean_indentExpr(x_36); x_44 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_44, 0, x_42); lean_ctor_set(x_44, 1, x_43); -x_45 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20; +x_45 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20; x_46 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_46, 0, x_44); lean_ctor_set(x_46, 1, x_45); @@ -5111,7 +5102,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_MVarId_applyRfl___lambda__6___closed__1; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__16; +x_2 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -5167,7 +5158,7 @@ x_22 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed x_23 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_23, 0, x_22); lean_ctor_set(x_23, 1, x_21); -x_24 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20; +x_24 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20; x_25 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_25, 0, x_23); lean_ctor_set(x_25, 1, x_24); @@ -5809,7 +5800,7 @@ static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftRefl _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("_private", 8, 8); +x_1 = lean_mk_string_unchecked("rel_of_eq_and_refl", 18, 18); return x_1; } } @@ -5817,110 +5808,12 @@ static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftRefl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); +x_1 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__11; x_2 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__2; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__4() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__3; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__5() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__4; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__10; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__6() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__5; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__6; -x_2 = lean_unsigned_to_nat(0u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__7; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__9() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__8; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__10() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__9; -x_2 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__11() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("rel_of_eq_and_refl", 18, 18); -return x_1; -} -} -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__12() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__10; -x_2 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__11; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, size_t x_6, size_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) { _start: { @@ -5945,7 +5838,7 @@ else lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_dec(x_8); x_16 = lean_array_uget(x_5, x_7); -x_17 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__12; +x_17 = l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__2; lean_inc(x_1); x_18 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___lambda__1), 8, 3); lean_closure_set(x_18, 0, x_17); @@ -6129,7 +6022,7 @@ lean_dec(x_14); x_16 = lean_ctor_get_uint8(x_15, sizeof(void*)*3); lean_dec(x_15); x_17 = l_panic___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_5____spec__13___closed__1; -x_18 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__1___closed__1; +x_18 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__1___closed__1; x_19 = l_Lean_ScopedEnvExtension_getState___rarg(x_17, x_18, x_12, x_16); lean_inc(x_7); lean_inc(x_6); @@ -6326,7 +6219,7 @@ lean_ctor_set_uint8(x_9, 9, x_22); x_23 = 2; x_24 = lean_uint64_shift_right(x_11, x_23); x_25 = lean_uint64_shift_left(x_24, x_23); -x_26 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__14; +x_26 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__14; x_27 = lean_uint64_lor(x_25, x_26); x_28 = lean_alloc_ctor(0, 7, 11); lean_ctor_set(x_28, 0, x_9); @@ -6557,7 +6450,7 @@ lean_ctor_set_uint8(x_79, 17, x_77); x_80 = 2; x_81 = lean_uint64_shift_right(x_11, x_80); x_82 = lean_uint64_shift_left(x_81, x_80); -x_83 = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__14; +x_83 = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__14; x_84 = lean_uint64_lor(x_82, x_83); x_85 = lean_alloc_ctor(0, 7, 11); lean_ctor_set(x_85, 0, x_79); @@ -6844,105 +6737,106 @@ if (lean_io_result_is_error(res)) return res; l_Lean_Meta_Rfl_reflExt = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_Rfl_reflExt); lean_dec_ref(res); -l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__1 = _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__1(); -lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__1); -l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__2 = _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__2(); -lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____spec__1___closed__2); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__1___closed__1 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__1___closed__1); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__1 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__1); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__2 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__2(); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__3 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__3(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__3); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__4 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__4(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__4); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__5 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__5(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__5); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__6 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__6(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__6); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__7 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__7(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__7); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__8 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__8(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__8); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__9 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__9(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__9); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__10 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__10(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__10); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__11 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__11(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__11); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__12 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__12(); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__13 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__13(); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__14 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__14(); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__15 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__15(); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__16 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__16(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__16); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__17 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__17(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__17); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__18 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__18(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__18); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__19 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__19(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__19); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__20); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__21 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__21(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__21); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__22 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__22(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__22); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__23 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__23(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__3___closed__23); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___closed__1 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___closed__1(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___closed__1); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___closed__2 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___closed__2(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____lambda__4___closed__2); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__1 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__1(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__1); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__2 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__2(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__2); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__3 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__3(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__3); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__4 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__4(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__4); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__5 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__5(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__5); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__6 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__6(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__6); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__7 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__7(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__7); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__8 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__8(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__8); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__9 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__9(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__9); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__10 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__10(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__10); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__11 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__11(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__11); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__12 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__12(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__12); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__13 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__13(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__13); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__14 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__14(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__14); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__15 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__15(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__15); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__16 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__16(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__16); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__17 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__17(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__17); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__18 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__18(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__18); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__19 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__19(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__19); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__20 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__20(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__20); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__21 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__21(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__21); -l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__22 = _init_l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__22(); -lean_mark_persistent(l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88____closed__22); -res = l_Lean_Meta_Rfl_initFn____x40_Lean_Meta_Tactic_Rfl___hyg_88_(lean_io_mk_world()); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__1 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__1); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__2 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__2); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__3 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__3); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__4 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__4); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__5 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__5); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__6 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__6); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__7 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__7); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__8 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__8); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__9 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__9); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__10 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__10); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__11 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__11(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__11); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__12 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__12(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__12); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__13 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__13(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__13); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__14 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__14(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1___closed__14); +if (builtin) {res = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___regBuiltin___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn_docString__1(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__1 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__1(); +}l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__1 = _init_l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__1(); +lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__1); +l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__2 = _init_l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__2(); +lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___spec__1___closed__2); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__1___closed__1 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__1___closed__1); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__1 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__1); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__2 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__2(); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__3 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__3); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__4 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__4); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__5 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__5); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__6 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__6); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__7 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__7); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__8 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__8); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__9 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__9); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__10 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__10); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__11 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__11(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__11); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__12 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__12(); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__13 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__13(); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__14 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__14(); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__15 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__15(); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__16 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__16(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__16); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__17 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__17(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__17); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__18 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__18(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__18); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__19 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__19(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__19); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__20); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__21 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__21(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__21); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__22 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__22(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__22); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__23 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__23(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__3___closed__23); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___closed__1 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___closed__1); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___closed__2 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___lambda__4___closed__2); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__1 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__1); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__2 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__2); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__3 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__3); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__4 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__4); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__5 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__5); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__6 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__6); +l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__7 = _init_l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn___closed__7); +if (builtin) {res = l___private_Lean_Meta_Tactic_Rfl_0__Lean_Meta_Rfl_initFn(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__1 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__1(); lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__1); l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__2 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__2(); lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_applyRfl___spec__1___closed__2); @@ -7002,26 +6896,6 @@ l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__1 lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__1); l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__2 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__2(); lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__2); -l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__3 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__3(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__3); -l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__4 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__4(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__4); -l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__5 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__5(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__5); -l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__6 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__6(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__6); -l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__7 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__7(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__7); -l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__8 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__8(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__8); -l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__9 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__9(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__9); -l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__10 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__10(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__10); -l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__11 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__11(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__11); -l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__12 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__12(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_liftReflToEq___spec__1___closed__12); l_Lean_MVarId_liftReflToEq___lambda__2___closed__1 = _init_l_Lean_MVarId_liftReflToEq___lambda__2___closed__1(); lean_mark_persistent(l_Lean_MVarId_liftReflToEq___lambda__2___closed__1); l_Lean_MVarId_liftReflToEq___closed__1 = _init_l_Lean_MVarId_liftReflToEq___closed__1(); diff --git a/stage0/stdlib/Lean/Meta/Tactic/Simp/SimpCongrTheorems.c b/stage0/stdlib/Lean/Meta/Tactic/Simp/SimpCongrTheorems.c index b92abee9ef..01764aeda4 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Simp/SimpCongrTheorems.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Simp/SimpCongrTheorems.c @@ -19,6 +19,7 @@ lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); static lean_object* l_Lean_SMap_toList___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__1___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__6___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____closed__14; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__3; lean_object* l_Lean_Name_reprPrec(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldl___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__6___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldl___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__6(lean_object*); @@ -29,34 +30,36 @@ LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedSimpCongrTheorem; static lean_object* l_Lean_getConstVal___at_Lean_Meta_mkSimpCongrTheorem___spec__2___closed__3; LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_373_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8___at_Lean_Meta_mkSimpCongrTheorem___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_SimpCongrTheorems_get___boxed(lean_object*, lean_object*); size_t lean_usize_shift_right(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_SimpCongrTheorems_get___spec__3___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__20; +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); static lean_object* l_Prod_repr___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__13___closed__3; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__9; static uint64_t l_Lean_Meta_mkSimpCongrTheorem___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__7___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__6___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init(lean_object*); static lean_object* l_Array_Array_repr___at_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____spec__1___closed__10; lean_object* l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__6___closed__3; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__16; uint8_t lean_usize_dec_le(size_t, size_t); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8___lambda__5___closed__3; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldl___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__4___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_find_x3f___at_Lean_Meta_SimpCongrTheorems_get___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__3(lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_373____closed__4; LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__19(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__9; size_t lean_uint64_to_usize(uint64_t); uint64_t lean_uint64_lor(uint64_t, uint64_t); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____closed__20; static lean_object* l_Lean_Meta_instInhabitedSimpCongrTheorems___closed__6; uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); @@ -70,23 +73,20 @@ static lean_object* l_Lean_Meta_instInhabitedSimpCongrTheorems___closed__1; lean_object* l_Lean_Expr_sort___override(lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__10; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__6; size_t lean_usize_mul(size_t, size_t); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__6___closed__7; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__7; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___closed__1; uint8_t lean_usize_dec_eq(size_t, size_t); lean_object* l_Lean_throwError___at___private_Lean_Meta_Basic_0__Lean_Meta_processPostponedStep___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getConstVal___at_Lean_Meta_mkSimpCongrTheorem___spec__2___closed__4; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____closed__19; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__17; static lean_object* l_Lean_getConstVal___at_Lean_Meta_mkSimpCongrTheorem___spec__2___closed__1; lean_object* lean_mk_array(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__7; static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_mkSimpCongrTheorem___spec__10___lambda__1___closed__1; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__6___closed__8; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__2; LEAN_EXPORT lean_object* l_Lean_SMap_fold___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__2(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8(lean_object*, lean_object*, lean_object*, size_t, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); @@ -96,26 +96,27 @@ lean_object* l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(lean_obje LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__4(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8___lambda__5___closed__6; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___closed__2; static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____closed__4; static lean_object* l_Lean_Meta_addSimpCongrTheorem___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__10; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addSimpCongrTheorem___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_373____closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___closed__1; static lean_object* l_Prod_repr___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__13___closed__1; LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____spec__4(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__16; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__8; lean_object* l_Nat_nextPowerOfTwo_go(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getSimpCongrTheorems___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_mkSimpCongrTheorem_onlyMVarsAt___lambda__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__6; static lean_object* l_Lean_Meta_instReprSimpCongrTheorems___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_mkSimpCongrTheorem___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_object*, lean_object*, lean_object*); static lean_object* l_List_repr___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__14___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_SimpCongrTheorems_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedSimpCongrTheorems; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__22; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__10(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getSimpCongrTheorems___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_mkSimpCongrTheorem___spec__11(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*); @@ -125,25 +126,25 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_reprSimp static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8___lambda__5___closed__1; lean_object* l_Lean_Expr_appArg_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addSimpCongrTheoremEntry___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__3; lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); static lean_object* l_Array_Array_repr___at_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_mkSimpCongrTheorem_onlyMVarsAt___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__4; lean_object* l_Nat_reprFast(lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__23; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_replace___at_Lean_Meta_addSimpCongrTheoremEntry___spec__10(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8___lambda__5___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_addSimpCongrTheorem(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_getConstVal___at_Lean_Meta_mkSimpCongrTheorem___spec__2___closed__2; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_Meta_SimpCongrTheorems_get___spec__5(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__14; static lean_object* l_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____closed__6; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8___lambda__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_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_SimpCongrTheorems_get___spec__3(lean_object*, size_t, lean_object*); static lean_object* l_Lean_Meta_instInhabitedSimpCongrTheorems___closed__4; LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_Meta_mkSimpCongrTheorem___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872_(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__1; lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_switch___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_373____spec__1(lean_object*); LEAN_EXPORT lean_object* l_Prod_repr___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__13(lean_object*, lean_object*); @@ -155,7 +156,6 @@ static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Sim static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__8___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__5(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static uint64_t l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__2; lean_object* lean_nat_div(lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallMetaTelescopeReducingAux(lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_Meta_mkSimpCongrTheorem___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -177,17 +177,18 @@ static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheor LEAN_EXPORT lean_object* l_Lean_Meta_getSimpCongrTheorems___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_find_x3f___at_Lean_Meta_SimpCongrTheorems_get___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___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*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__21; +static uint64_t l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__2; LEAN_EXPORT lean_object* l_List_repr___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__11___boxed(lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_SimpCongrTheorems_get___spec__2(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__5; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__8; lean_object* lean_st_mk_ref(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8___lambda__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_array_to_list(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__5; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_SimpCongrTheorems_get___spec__2___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__24; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8___lambda__5___closed__5; extern lean_object* l_Lean_levelZero; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8___lambda__3___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*); @@ -205,6 +206,7 @@ static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheor static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____closed__5; uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8___lambda__2(lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__5; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addSimpCongrTheoremEntry___spec__4(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldl___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__9(lean_object*); @@ -223,67 +225,66 @@ static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Sim static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8___lambda__5___closed__4; LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__18(lean_object*, lean_object*); lean_object* l_Lean_Expr_appFn_x21(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__4; static lean_object* l_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__9; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__6; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__6; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8___at_Lean_Meta_mkSimpCongrTheorem___spec__9(lean_object*, lean_object*, size_t, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_SimpCongrTheorems_get___spec__3___closed__1; static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____closed__9; lean_object* lean_usize_to_nat(size_t); static lean_object* l_List_repr___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__14___closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__15; LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_Meta_mkSimpCongrTheorem___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_Array_repr___at_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____spec__1___closed__7; lean_object* l_Lean_MessageData_ofExpr(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__8; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__19; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__4; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___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_EXPORT lean_object* l_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_repr___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__15(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__1; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__15; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8___lambda__1(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_Meta_instReprSimpCongrTheorem; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__1; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Meta_addSimpCongrTheoremEntry___spec__7(lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Meta_addSimpCongrTheoremEntry___spec__6___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedSimpCongrTheorems___closed__5; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addSimpCongrTheoremEntry___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addSimpCongrTheoremEntry___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_mkSimpCongrTheorem_onlyMVarsAt(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__4; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__8___rarg(lean_object*, lean_object*, size_t, size_t, lean_object*); static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_SimpCongrTheorems_get___spec__3___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__5; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____closed__5; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__5; static lean_object* l_List_repr___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__14___closed__4; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____closed__21; static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____closed__17; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_insert___at_Lean_Meta_addSimpCongrTheoremEntry___spec__1(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__11; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addSimpCongrTheoremEntry___spec__2(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__1; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_373____closed__6; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__14; static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____closed__8; static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____closed__10; lean_object* lean_string_length(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__11; lean_object* l_Lean_CollectMVars_visit(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__10; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__5___closed__2; static lean_object* l_Array_Array_repr___at_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____spec__1___closed__8; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__8___lambda__4___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_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__9; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__3; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__5___closed__1; lean_object* l_Lean_indentExpr(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__7; uint8_t l_Lean_BinderInfo_isExplicit(uint8_t); lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__1; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_Meta_SimpCongrTheorems_get___spec__5___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__6; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__6___closed__6; static lean_object* l_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____closed__2; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__4; lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_object*); lean_object* lean_array_set(lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Name_hash___override(lean_object*); @@ -299,18 +300,22 @@ static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrThe LEAN_EXPORT lean_object* l_Lean_Meta_congrExtension; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldl___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__6___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1(lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_SMap_fold___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__16(lean_object*, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__2; static lean_object* l_Lean_Meta_mkSimpCongrTheorem___closed__3; uint64_t lean_uint64_shift_left(uint64_t, uint64_t); lean_object* l_Lean_ScopedEnvExtension_addCore___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____closed__6; static lean_object* l_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____closed__7; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__12; static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addSimpCongrTheoremEntry___spec__3___closed__1; static lean_object* l_Lean_Meta_instInhabitedSimpCongrTheorem___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addSimpCongrTheoremEntry___spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*); @@ -322,8 +327,8 @@ LEAN_EXPORT lean_object* l_Lean_SMap_toList___at_Lean_Meta_reprSimpCongrTheorems LEAN_EXPORT lean_object* l_Lean_SMap_toList___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__1___boxed(lean_object*); lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_mkSimpCongrTheorem_onlyMVarsAt___lambda__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___closed__1; size_t lean_usize_sub(size_t, size_t); LEAN_EXPORT lean_object* l_List_repr___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__14(lean_object*, lean_object*); lean_object* lean_array_mk(lean_object*); @@ -337,18 +342,17 @@ static lean_object* l_Lean_Meta_instInhabitedSimpCongrTheorems___closed__3; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_mkSimpCongrTheorem___spec__11___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_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__7___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addSimpCongrTheoremEntry_insert(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__3; lean_object* lean_array_uget(lean_object*, size_t); size_t lean_array_size(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__18; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__7; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__10___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Meta_instantiateForallWithParamInfos___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__13; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_Array_repr___at_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____spec__1___closed__11; size_t lean_usize_shift_left(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__5(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__13; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_SimpCongrTheorems_get___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_Array_repr___at_Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_60____spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instReprSimpCongrTheorems; @@ -393,13 +397,10 @@ LEAN_EXPORT lean_object* l_Lean_SMap_fold___at_Lean_Meta_reprSimpCongrTheorems__ lean_object* lean_mk_empty_array_with_capacity(lean_object*); size_t lean_usize_land(size_t, size_t); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__3___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__8; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__5___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__6___closed__1; static lean_object* l_Prod_repr___at_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196____spec__13___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_196_(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__10; static lean_object* _init_l_Lean_Meta_instInhabitedSimpCongrTheorem___closed__1() { _start: { @@ -10586,7 +10587,165 @@ x_10 = l_Lean_Meta_addSimpCongrTheorem(x_1, x_9, x_3, x_4, x_5, x_6, x_7, x_8); return x_10; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_private", 8, 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_373____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_373____closed__2; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Tactic", 6, 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__4; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__5; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__7() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Simp", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__6; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__7; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__9() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("SimpCongrTheorems", 17, 17); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__8; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__9; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__10; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__12() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__11; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_373____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__13() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__12; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_373____closed__2; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__14() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("init", 4, 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__15() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__13; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__14; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__16() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers `simp` congruence lemmas.\n\nA `simp` congruence lemma should prove the equality of two applications of the same function from\nthe equality of the individual arguments. They are used by `simp` to visit subexpressions of an\napplication where the default congruence algorithm fails. This is particularly important for\nfunctions where some parameters depend on previous parameters.\n\nCongruence lemmas should have an equality for every parameter, possibly bounded by foralls, with\nthe right hand side being an application of a parameter on the right-hand side. When applying\ncongruence theorems, `simp` will first infer parameters from the right-hand side, then try to\nsimplify each left-hand side of the parameter equalities and finally infer the right-hand side\nparameters from the result.\n\nExample:\n```\ndef Option.pbind (o : Option α) (f : (a : α) → o = some a → Option β) : Option β := ...\n\n@[congr]\ntheorem Option.pbind_congr\n {o o' : Option α} (ho : o = o') -- equality for first parameter\n {f : (a : α) → o = some a → Option β} {f' : (a : α) → o' = some a → Option β}\n (hf : ∀ (a : α) (h : _), f a (ho.trans h) = f' a h) : -- equality for second parameter\n o.pbind f = o'.pbind f' := -- conclusion: equality of the whole application\n ...\n```\n", 1290, 1266); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__15; +x_3 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__16; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__1() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; uint8_t x_5; lean_object* x_6; @@ -10617,16 +10776,16 @@ lean_ctor_set_uint8(x_6, 17, x_2); return x_6; } } -static uint64_t _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__2() { +static uint64_t _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__2() { _start: { lean_object* x_1; uint64_t x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__1; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__1; x_2 = l___private_Lean_Meta_Basic_0__Lean_Meta_Config_toKey(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__3() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; @@ -10635,23 +10794,23 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__3; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__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_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__5() { _start: { size_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = 5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__4; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__3; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__4; +x_3 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__3; x_4 = lean_unsigned_to_nat(0u); x_5 = lean_alloc_ctor(0, 4, sizeof(size_t)*1); lean_ctor_set(x_5, 0, x_2); @@ -10662,13 +10821,13 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(0); x_2 = l_Lean_Meta_instInhabitedSimpCongrTheorems___closed__5; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__5; +x_3 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__5; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_2); lean_ctor_set(x_4, 1, x_3); @@ -10676,16 +10835,16 @@ lean_ctor_set(x_4, 2, x_1); return x_4; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint64_t x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; x_1 = lean_box(0); x_2 = lean_box(0); -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__1; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__2; +x_3 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__1; +x_4 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__2; x_5 = 0; -x_6 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__6; +x_6 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__6; x_7 = l_Array_forIn_x27Unsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__5___closed__1; x_8 = lean_unsigned_to_nat(0u); x_9 = lean_alloc_ctor(0, 7, 11); @@ -10703,7 +10862,7 @@ lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 10, x_5); return x_9; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__8() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10722,7 +10881,7 @@ lean_ctor_set(x_3, 8, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__9() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__9() { _start: { lean_object* x_1; lean_object* x_2; @@ -10735,15 +10894,15 @@ lean_ctor_set(x_2, 3, x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__10() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__10() { _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 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__8; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__8; x_3 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1___closed__2; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__5; -x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__9; +x_4 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__5; +x_5 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__9; x_6 = lean_alloc_ctor(0, 5, 0); lean_ctor_set(x_6, 0, x_2); lean_ctor_set(x_6, 1, x_3); @@ -10753,7 +10912,7 @@ lean_ctor_set(x_6, 4, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1(lean_object* x_1, lean_object* x_2, uint8_t 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; @@ -10770,14 +10929,14 @@ lean_inc(x_10); x_11 = lean_ctor_get(x_9, 1); lean_inc(x_11); lean_dec(x_9); -x_12 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__10; +x_12 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__10; x_13 = lean_st_mk_ref(x_12, x_11); x_14 = lean_ctor_get(x_13, 0); lean_inc(x_14); x_15 = lean_ctor_get(x_13, 1); lean_inc(x_15); lean_dec(x_13); -x_16 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__7; +x_16 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__7; lean_inc(x_14); x_17 = l_Lean_Meta_addSimpCongrTheorem(x_1, x_3, x_10, x_16, x_14, x_4, x_5, x_15); if (lean_obj_tag(x_17) == 0) @@ -10862,7 +11021,7 @@ return x_33; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -10870,183 +11029,25 @@ x_1 = lean_mk_string_unchecked("attribute cannot be erased", 26, 26); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___closed__2() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___closed__1; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2(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; -x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___closed__2; +x_5 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___closed__2; x_6 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_373____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_373____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__3() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("initFn", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__4() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__5() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_@", 2, 2); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__6() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__5; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__6; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_373____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_373____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__9() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Tactic", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__10() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__8; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__9; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__11() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Simp", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__12() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__11; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__13() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("SimpCongrTheorems", 17, 17); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__14() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__12; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__13; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__15() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_hyg", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__16() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__14; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__15; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__17() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__16; -x_2 = lean_unsigned_to_nat(1872u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__18() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__1() { _start: { lean_object* x_1; @@ -11054,17 +11055,17 @@ x_1 = lean_mk_string_unchecked("congr", 5, 5); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__19() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__18; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__20() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__3() { _start: { lean_object* x_1; @@ -11072,13 +11073,13 @@ x_1 = lean_mk_string_unchecked("congruence theorem", 18, 18); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__21() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__17; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__19; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__20; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__15; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__2; +x_3 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__3; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -11088,29 +11089,29 @@ lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__22() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__23() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__24() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__21; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__22; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__23; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__4; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__5; +x_3 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__6; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -11118,31 +11119,31 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__24; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__7; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__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: { uint8_t x_7; lean_object* x_8; x_7 = lean_unbox(x_3); lean_dec(x_3); -x_8 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___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_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -11486,78 +11487,79 @@ l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1___clo lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1___closed__2); l_Lean_Meta_addSimpCongrTheorem___closed__1 = _init_l_Lean_Meta_addSimpCongrTheorem___closed__1(); lean_mark_persistent(l_Lean_Meta_addSimpCongrTheorem___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__2(); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__1___closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____lambda__2___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__15); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__16(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__16); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__17 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__17(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__17); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__18 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__18(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__18); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__19 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__19(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__19); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__20 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__20(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__20); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__21 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__21(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__21); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__22 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__22(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__22); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__23 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__23(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__23); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__24 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__24(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872____closed__24); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_1872_(lean_io_mk_world()); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__1 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__1); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__2 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__2); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__3 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__3); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__4 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__4); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__5 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__5); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__6 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__6); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__7 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__7); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__8 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__8); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__9 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__9); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__10 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__10); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__11 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__11(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__11); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__12 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__12(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__12); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__13 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__13(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__13); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__14 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__14(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__14); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__15 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__15(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__15); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__16 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__16(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1___closed__16); +if (builtin) {res = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___regBuiltin___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__1 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__1); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__2 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__2(); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__3 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__3); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__4 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__4); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__5 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__5); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__6 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__6); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__7 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__7); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__8 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__8); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__9 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__9); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__10 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__1___closed__10); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___closed__1 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___closed__1); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___closed__2 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___lambda__2___closed__2); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__1 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__1); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__2 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__2); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__3 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__3); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__4 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__4); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__5 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__5); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__6 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__6); +l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__7 = _init_l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init___closed__7); +if (builtin) {res = l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_init(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)); diff --git a/stage0/stdlib/Lean/Meta/Tactic/Symm.c b/stage0/stdlib/Lean/Meta/Tactic/Symm.c index b9307a114d..59a23b1a8f 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Symm.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Symm.c @@ -19,71 +19,68 @@ LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tac LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__13___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_MVarId_symmSaturate___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static uint64_t l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__14; lean_object* l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___closed__2; lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); size_t lean_usize_shift_right(size_t, size_t); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_symmSaturate___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__5; -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__1; -LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__1; +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); lean_object* lean_name_append_after(lean_object*, lean_object*); lean_object* l_Lean_ConstantInfo_type(lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__12; -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__1; -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__11; LEAN_EXPORT lean_object* l_List_firstM___at_Lean_MVarId_applySymm___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_le(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__2; -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__5; uint8_t l_Lean_Exception_isInterrupt(lean_object*); lean_object* l_Lean_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__2; size_t lean_uint64_to_usize(uint64_t); uint64_t lean_uint64_lor(uint64_t, uint64_t); LEAN_EXPORT lean_object* l_Lean_getLocalHyps___at_Lean_MVarId_symmSaturate___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_firstM___at_Lean_Expr_applySymm___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__22; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__14; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____lambda__1(lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__17; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__4; size_t lean_usize_mul(size_t, size_t); lean_object* l_Lean_Meta_DiscrTree_instInhabited(lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static uint64_t l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_MVarId_symmSaturate___spec__3___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__6; static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__5; lean_object* l_Lean_Meta_mkExpectedTypeHint(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*); static lean_object* l_Lean_Expr_applySymm___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_applySymmAt(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MVarId_getTag(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__2; lean_object* l_Lean_Expr_fvarId_x21(lean_object*); static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__3___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__7; +static lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___closed__2; static lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__9___closed__1; lean_object* l_Lean_MVarId_replace(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__19; -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__8; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__11; static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__7; lean_object* l_Lean_Expr_cleanupAnnotations(lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__9; lean_object* l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__11; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Expr_getSymmLems___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__16; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__3(lean_object*, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Expr_getSymmLems___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_getSymmLems___closed__2; static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__3___closed__1; lean_object* l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MVarId_symmSaturate___spec__7(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__14; LEAN_EXPORT lean_object* l_Lean_Expr_getSymmLems(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_symmSaturate___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_symmSaturate___spec__8(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -91,26 +88,26 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Symm_symmExt; size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__6(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_MVarId_symmSaturate___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__4; +LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_instDecidableNot___rarg(uint8_t); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___closed__1; lean_object* l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__6; -static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__2; -LEAN_EXPORT lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerSimpleScopedEnvExtension___rarg(lean_object*, lean_object*); uint64_t lean_uint64_shift_right(uint64_t, uint64_t); static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__3; -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__7; lean_object* lean_nat_div(lean_object*, lean_object*); lean_object* l_Lean_MVarId_getType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallMetaTelescopeReducingAux(lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Meta_exactlyOne___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5_(lean_object*); lean_object* l_Lean_Meta_SavedState_restore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static uint64_t l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__14; -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__3; -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___closed__1; lean_object* l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__5; static lean_object* l_List_firstM___at_Lean_Expr_applySymm___spec__1___closed__1; lean_object* l_Array_back_x3f___rarg(lean_object*); static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__1; @@ -118,79 +115,79 @@ LEAN_EXPORT lean_object* l_Lean_MVarId_symmSaturate___lambda__1(lean_object*, le LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_MVarId_symmSaturate___spec__2___lambda__1___boxed(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_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__8(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__8; -LEAN_EXPORT lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__6; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__9(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__21; -static uint64_t l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__15; lean_object* l_Lean_MVarId_note(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Meta_DiscrTree_Key_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_symmSaturate___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_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__16; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__19; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__7; extern lean_object* l_Lean_instInhabitedExpr; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_MVarId_symmSaturate___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_applySymm(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__20; +static uint64_t l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__12; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_symmSaturate___spec__9(lean_object*, size_t, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__9; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__5; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_symmSaturate___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__19; static uint8_t l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_symmSaturate___spec__9___closed__3; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_symmSaturate___spec__9___closed__2; lean_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__17; LEAN_EXPORT lean_object* l_Lean_getLocalHyps___at_Lean_MVarId_symmSaturate___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__18; -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__21; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__18; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_DiscrTree_mkPath(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_firstM___at_Lean_Expr_applySymm___spec__1___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__1; lean_object* lean_usize_to_nat(size_t); -static uint64_t l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__12; lean_object* l_Lean_MessageData_ofExpr(lean_object*); static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__9; LEAN_EXPORT lean_object* l_List_firstM___at_Lean_Expr_applySymm___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalDecl_isImplementationDetail(lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__10; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__2___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__13; -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__3; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__4; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__3; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__3; static lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__9___closed__2; -LEAN_EXPORT lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88_(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__7; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_MVarId_symmSaturate___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Meta_DiscrTree_instInhabitedKey; LEAN_EXPORT lean_object* l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__12(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_Array_mapMUnsafe_map___at_Lean_MVarId_symmSaturate___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__9; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassApp_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__6; static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__6___closed__1; lean_object* l_id___rarg___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_symmSaturate___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_EXPORT lean_object* l_Lean_Expr_applySymm(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__6; lean_object* l_Lean_indentExpr(lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__8; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__11; static uint8_t l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_symmSaturate___spec__9___closed__1; lean_object* l_Lean_FVarId_getUserName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__4; lean_object* l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_reduce(lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__10; lean_object* lean_panic_fn(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertVal_loop___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__10(lean_object*, lean_object*, lean_object*); -static uint64_t l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__13; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__6; lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__1___closed__3; @@ -199,26 +196,31 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_ uint64_t lean_uint64_shift_left(uint64_t, uint64_t); lean_object* l_Lean_ScopedEnvExtension_addCore___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_symmSaturate___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 uint64_t l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__21; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_back_x21___rarg(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__17; size_t lean_usize_sub(size_t, size_t); static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__10; lean_object* lean_array_mk(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_MVarId_symmSaturate___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn(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*); static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__1___closed__2; LEAN_EXPORT lean_object* l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__12___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_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__13; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); +static uint64_t l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__15; lean_object* l_Lean_Expr_fvar___override(lean_object*); size_t lean_array_size(lean_object*); static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__1___closed__4; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__10; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_symmSaturate___spec__5(lean_object*, 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_st_ref_set(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__2; 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_PersistentArray_forIn___at_Lean_MVarId_symmSaturate___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -226,37 +228,36 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_MVarId_symmSatur lean_object* l_Lean_MVarId_setTag(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__5(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_125_(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__10; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__12; lean_object* lean_array_get_size(lean_object*); lean_object* l_Lean_LocalDecl_toExpr(lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__7; static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__8; +static uint64_t l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__13; lean_object* lean_array_get(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_usize_dec_lt(size_t, size_t); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__8; uint64_t l_Lean_Meta_TransparencyMode_toUInt64(uint8_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__7(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__15; lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__18; +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__9; uint8_t l_Lean_Exception_isRuntime(lean_object*); lean_object* l_Lean_Meta_DiscrTree_getMatch___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__2(lean_object*, lean_object*); lean_object* l_Lean_Meta_mkConstWithFreshMVarLevels(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_mvarId_x21(lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__4; lean_object* l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); uint64_t l___private_Lean_Meta_Basic_0__Lean_Meta_Config_toKey(lean_object*); static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__1___closed__1; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_symmSaturate(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Meta_DiscrTree_Key_hash(lean_object*); -static lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__16; lean_object* l_Array_insertIdx_loop___rarg(lean_object*, lean_object*, lean_object*); size_t lean_usize_land(size_t, size_t); uint8_t l_Array_isEmpty___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { @@ -1746,7 +1747,149 @@ lean_dec(x_2); return x_4; } } -static lean_object* _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("_private", 8, 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__2; +x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__3; +x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__2; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Tactic", 6, 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__4; +x_2 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__5; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__6; +x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__7; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__8; +x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__9; +x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__2; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__10; +x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__12() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("initFn", 6, 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__13() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__11; +x_2 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__12; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__14() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Tags symmetry lemmas to be used by the `symm` tactic.\n\nA symmetry lemma should be of the form `r x y → r y x` where `r` is an arbitrary relation.\n", 148, 146); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__13; +x_3 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__14; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -1757,7 +1900,7 @@ lean_ctor_set(x_2, 1, x_1); return x_2; } } -static lean_object* _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__2() { +static lean_object* _init_l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; @@ -1772,7 +1915,7 @@ lean_ctor_set(x_2, 5, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1(lean_object* x_1, lean_object* x_2, uint8_t 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; lean_object* x_11; lean_object* x_12; uint8_t x_13; @@ -1793,7 +1936,7 @@ x_14 = lean_ctor_get(x_11, 0); x_15 = lean_ctor_get(x_11, 5); lean_dec(x_15); x_16 = l_Lean_ScopedEnvExtension_addCore___rarg(x_14, x_1, x_2, x_3, x_9); -x_17 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__1; +x_17 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__1; lean_ctor_set(x_11, 5, x_17); lean_ctor_set(x_11, 0, x_16); x_18 = lean_st_ref_set(x_7, x_11, x_12); @@ -1812,7 +1955,7 @@ if (x_23 == 0) lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; x_24 = lean_ctor_get(x_21, 1); lean_dec(x_24); -x_25 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__2; +x_25 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__2; lean_ctor_set(x_21, 1, x_25); x_26 = lean_st_ref_set(x_5, x_21, x_22); x_27 = !lean_is_exclusive(x_26); @@ -1850,7 +1993,7 @@ lean_inc(x_35); lean_inc(x_34); lean_inc(x_33); lean_dec(x_21); -x_37 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__2; +x_37 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__2; x_38 = lean_alloc_ctor(0, 5, 0); lean_ctor_set(x_38, 0, x_33); lean_ctor_set(x_38, 1, x_37); @@ -1900,7 +2043,7 @@ lean_inc(x_45); lean_inc(x_44); lean_dec(x_11); x_52 = l_Lean_ScopedEnvExtension_addCore___rarg(x_44, x_1, x_2, x_3, x_9); -x_53 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__1; +x_53 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__1; x_54 = lean_alloc_ctor(0, 9, 0); lean_ctor_set(x_54, 0, x_52); lean_ctor_set(x_54, 1, x_45); @@ -1940,7 +2083,7 @@ if (lean_is_exclusive(x_58)) { lean_dec_ref(x_58); x_64 = lean_box(0); } -x_65 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__2; +x_65 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__2; if (lean_is_scalar(x_64)) { x_66 = lean_alloc_ctor(0, 5, 0); } else { @@ -1974,7 +2117,7 @@ return x_71; } } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__1() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; uint8_t x_5; lean_object* x_6; @@ -2005,16 +2148,16 @@ lean_ctor_set_uint8(x_6, 17, x_2); return x_6; } } -static uint64_t _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__2() { +static uint64_t _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__2() { _start: { lean_object* x_1; uint64_t x_2; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__1; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__1; x_2 = l___private_Lean_Meta_Basic_0__Lean_Meta_Config_toKey(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__3() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; @@ -2023,23 +2166,23 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__3; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__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_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__5() { _start: { size_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = 5; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__4; -x_3 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__3; +x_2 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__4; +x_3 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__3; x_4 = lean_unsigned_to_nat(0u); x_5 = lean_alloc_ctor(0, 4, sizeof(size_t)*1); lean_ctor_set(x_5, 0, x_2); @@ -2050,13 +2193,13 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(0); x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__7; -x_3 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__5; +x_3 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__5; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_2); lean_ctor_set(x_4, 1, x_3); @@ -2064,16 +2207,16 @@ lean_ctor_set(x_4, 2, x_1); return x_4; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint64_t x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; x_1 = lean_box(0); x_2 = lean_box(0); -x_3 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__1; -x_4 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__2; +x_3 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__1; +x_4 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__2; x_5 = 0; -x_6 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__6; +x_6 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__6; x_7 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__9___closed__1; x_8 = lean_unsigned_to_nat(0u); x_9 = lean_alloc_ctor(0, 7, 11); @@ -2091,7 +2234,7 @@ lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 10, x_5); return x_9; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__8() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -2110,7 +2253,7 @@ lean_ctor_set(x_3, 8, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__9() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__9() { _start: { lean_object* x_1; lean_object* x_2; @@ -2123,15 +2266,15 @@ lean_ctor_set(x_2, 3, x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__10() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__10() { _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 = lean_box(0); -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__8; -x_3 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__2; -x_4 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__5; -x_5 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__9; +x_2 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__8; +x_3 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__2; +x_4 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__5; +x_5 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__9; x_6 = lean_alloc_ctor(0, 5, 0); lean_ctor_set(x_6, 0, x_2); lean_ctor_set(x_6, 1, x_3); @@ -2141,7 +2284,7 @@ lean_ctor_set(x_6, 4, x_5); return x_6; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__11() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__11() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; uint8_t x_5; lean_object* x_6; @@ -2172,27 +2315,27 @@ lean_ctor_set_uint8(x_6, 17, x_2); return x_6; } } -static uint64_t _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__12() { +static uint64_t _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__12() { _start: { uint64_t x_1; uint64_t x_2; uint64_t x_3; x_1 = 2; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__2; +x_2 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__2; x_3 = lean_uint64_shift_right(x_2, x_1); return x_3; } } -static uint64_t _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__13() { +static uint64_t _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__13() { _start: { uint64_t x_1; uint64_t x_2; uint64_t x_3; x_1 = 2; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__12; +x_2 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__12; x_3 = lean_uint64_shift_left(x_2, x_1); return x_3; } } -static uint64_t _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__14() { +static uint64_t _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__14() { _start: { uint8_t x_1; uint64_t x_2; @@ -2201,26 +2344,26 @@ x_2 = l_Lean_Meta_TransparencyMode_toUInt64(x_1); return x_2; } } -static uint64_t _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__15() { +static uint64_t _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__15() { _start: { uint64_t x_1; uint64_t x_2; uint64_t x_3; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__13; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__14; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__13; +x_2 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__14; x_3 = lean_uint64_lor(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__16() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint64_t x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; x_1 = lean_box(0); x_2 = lean_box(0); -x_3 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__11; -x_4 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__15; +x_3 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__11; +x_4 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__15; x_5 = 0; -x_6 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__6; +x_6 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__6; x_7 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__9___closed__1; x_8 = lean_unsigned_to_nat(0u); x_9 = lean_alloc_ctor(0, 7, 11); @@ -2238,7 +2381,7 @@ lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 10, x_5); return x_9; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__17() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__17() { _start: { lean_object* x_1; @@ -2246,16 +2389,16 @@ x_1 = lean_mk_string_unchecked("@[symm] attribute only applies to lemmas proving return x_1; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__18() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__18() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__17; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__17; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__19() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__19() { _start: { lean_object* x_1; @@ -2263,16 +2406,16 @@ x_1 = lean_mk_string_unchecked("", 0, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__19; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__19; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__21() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__21() { _start: { lean_object* x_1; @@ -2280,12 +2423,12 @@ x_1 = l_Lean_Meta_Symm_symmExt; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1(lean_object* x_1, lean_object* x_2, uint8_t 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; uint8_t x_10; x_7 = lean_box(0); -x_8 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__10; +x_8 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__10; x_9 = lean_st_mk_ref(x_8, x_6); x_10 = !lean_is_exclusive(x_9); if (x_10 == 0) @@ -2293,7 +2436,7 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_26; lean_object* x_27; x_11 = lean_ctor_get(x_9, 0); x_12 = lean_ctor_get(x_9, 1); -x_26 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__7; +x_26 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__7; lean_inc(x_1); x_27 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_1, x_26, x_11, x_4, x_5, x_12); if (lean_obj_tag(x_27) == 0) @@ -2308,7 +2451,7 @@ x_30 = l_Lean_ConstantInfo_type(x_28); lean_dec(x_28); x_31 = 1; x_32 = 0; -x_33 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__16; +x_33 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__16; lean_inc(x_5); lean_inc(x_4); lean_inc(x_11); @@ -2339,11 +2482,11 @@ x_42 = lean_ctor_get(x_36, 1); x_43 = lean_ctor_get(x_36, 0); lean_dec(x_43); x_44 = l_Lean_MessageData_ofExpr(x_30); -x_45 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__18; +x_45 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__18; lean_ctor_set_tag(x_35, 7); lean_ctor_set(x_35, 1, x_44); lean_ctor_set(x_35, 0, x_45); -x_46 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; +x_46 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; lean_ctor_set_tag(x_9, 7); lean_ctor_set(x_9, 1, x_46); lean_ctor_set(x_9, 0, x_35); @@ -2405,8 +2548,8 @@ lean_inc(x_57); lean_dec(x_55); lean_ctor_set(x_36, 1, x_56); lean_ctor_set(x_36, 0, x_1); -x_58 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__21; -x_59 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1(x_58, x_36, x_3, x_26, x_11, x_4, x_5, x_57); +x_58 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__21; +x_59 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1(x_58, x_36, x_3, x_26, x_11, x_4, x_5, x_57); lean_dec(x_5); x_13 = x_59; goto block_25; @@ -2510,11 +2653,11 @@ x_72 = lean_ctor_get(x_36, 1); lean_inc(x_72); lean_dec(x_36); x_73 = l_Lean_MessageData_ofExpr(x_30); -x_74 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__18; +x_74 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__18; lean_ctor_set_tag(x_35, 7); lean_ctor_set(x_35, 1, x_73); lean_ctor_set(x_35, 0, x_74); -x_75 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; +x_75 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; lean_ctor_set_tag(x_9, 7); lean_ctor_set(x_9, 1, x_75); lean_ctor_set(x_9, 0, x_35); @@ -2576,8 +2719,8 @@ lean_dec(x_84); x_87 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_87, 0, x_1); lean_ctor_set(x_87, 1, x_85); -x_88 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__21; -x_89 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1(x_88, x_87, x_3, x_26, x_11, x_4, x_5, x_86); +x_88 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__21; +x_89 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1(x_88, x_87, x_3, x_26, x_11, x_4, x_5, x_86); lean_dec(x_5); x_13 = x_89; goto block_25; @@ -2690,11 +2833,11 @@ if (lean_is_exclusive(x_36)) { x_104 = lean_box(0); } x_105 = l_Lean_MessageData_ofExpr(x_30); -x_106 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__18; +x_106 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__18; x_107 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_107, 0, x_106); lean_ctor_set(x_107, 1, x_105); -x_108 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; +x_108 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; lean_ctor_set_tag(x_9, 7); lean_ctor_set(x_9, 1, x_108); lean_ctor_set(x_9, 0, x_107); @@ -2761,8 +2904,8 @@ if (lean_is_scalar(x_104)) { } lean_ctor_set(x_120, 0, x_1); lean_ctor_set(x_120, 1, x_118); -x_121 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__21; -x_122 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1(x_121, x_120, x_3, x_26, x_11, x_4, x_5, x_119); +x_121 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__21; +x_122 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1(x_121, x_120, x_3, x_26, x_11, x_4, x_5, x_119); lean_dec(x_5); x_13 = x_122; goto block_25; @@ -2985,7 +3128,7 @@ x_144 = lean_ctor_get(x_9, 1); lean_inc(x_144); lean_inc(x_143); lean_dec(x_9); -x_157 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__7; +x_157 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__7; lean_inc(x_1); x_158 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_1, x_157, x_143, x_4, x_5, x_144); if (lean_obj_tag(x_158) == 0) @@ -3000,7 +3143,7 @@ x_161 = l_Lean_ConstantInfo_type(x_159); lean_dec(x_159); x_162 = 1; x_163 = 0; -x_164 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__16; +x_164 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__16; lean_inc(x_5); lean_inc(x_4); lean_inc(x_143); @@ -3037,7 +3180,7 @@ if (lean_is_exclusive(x_167)) { x_172 = lean_box(0); } x_173 = l_Lean_MessageData_ofExpr(x_161); -x_174 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__18; +x_174 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__18; if (lean_is_scalar(x_170)) { x_175 = lean_alloc_ctor(7, 2, 0); } else { @@ -3046,7 +3189,7 @@ if (lean_is_scalar(x_170)) { } lean_ctor_set(x_175, 0, x_174); lean_ctor_set(x_175, 1, x_173); -x_176 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; +x_176 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; x_177 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_177, 0, x_175); lean_ctor_set(x_177, 1, x_176); @@ -3113,8 +3256,8 @@ if (lean_is_scalar(x_172)) { } lean_ctor_set(x_189, 0, x_1); lean_ctor_set(x_189, 1, x_187); -x_190 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__21; -x_191 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1(x_190, x_189, x_3, x_157, x_143, x_4, x_5, x_188); +x_190 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__21; +x_191 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1(x_190, x_189, x_3, x_157, x_143, x_4, x_5, x_188); lean_dec(x_5); x_145 = x_191; goto block_156; @@ -3331,7 +3474,7 @@ return x_155; } } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -3339,167 +3482,25 @@ x_1 = lean_mk_string_unchecked("attribute cannot be erased", 26, 26); return x_1; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___closed__2() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___closed__1; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2(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; -x_5 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___closed__2; +x_5 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___closed__2; x_6 = l_Lean_throwError___at_Lean_Attribute_Builtin_ensureNoArgs___spec__2(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__1; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__2; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__4() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("initFn", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__5() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__3; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__4; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__6() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_@", 2, 2); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__5; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__6; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__7; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__9() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__8; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__10() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Tactic", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__11() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__9; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__10; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__12() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__11; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__13() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("_hyg", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__14() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__12; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__13; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__15() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__14; -x_2 = lean_unsigned_to_nat(88u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__16() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__1() { _start: { lean_object* x_1; @@ -3507,17 +3508,17 @@ x_1 = lean_mk_string_unchecked("symm", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__17() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__16; +x_2 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__18() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__3() { _start: { lean_object* x_1; @@ -3525,13 +3526,13 @@ x_1 = lean_mk_string_unchecked("symmetric relation", 18, 18); return x_1; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__19() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__15; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__17; -x_3 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__18; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__13; +x_2 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__2; +x_3 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__3; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -3541,29 +3542,29 @@ lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__20() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__21() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__22() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__19; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__20; -x_3 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__21; +x_1 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__4; +x_2 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__5; +x_3 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__6; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -3571,44 +3572,44 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__22; +x_2 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__7; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____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_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___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) { _start: { uint8_t x_9; lean_object* x_10; x_9 = lean_unbox(x_3); lean_dec(x_3); -x_10 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1(x_1, x_2, x_9, x_4, x_5, x_6, x_7, x_8); +x_10 = l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1(x_1, x_2, x_9, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__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: { uint8_t x_7; lean_object* x_8; x_7 = lean_unbox(x_3); lean_dec(x_3); -x_8 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___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_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -3703,7 +3704,7 @@ lean_dec(x_14); x_16 = lean_ctor_get_uint8(x_15, sizeof(void*)*3); lean_dec(x_15); x_17 = l_panic___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_5____spec__13___closed__1; -x_18 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__21; +x_18 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__21; x_19 = l_Lean_ScopedEnvExtension_getState___rarg(x_17, x_18, x_12, x_16); x_20 = l_Lean_Meta_DiscrTree_getMatch___rarg(x_19, x_8, x_2, x_3, x_4, x_5, x_11); return x_20; @@ -3717,7 +3718,7 @@ x_22 = l_Lean_Expr_getSymmLems___closed__2; x_23 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_23, 0, x_22); lean_ctor_set(x_23, 1, x_21); -x_24 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; +x_24 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; x_25 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_25, 0, x_23); lean_ctor_set(x_25, 1, x_24); @@ -3737,7 +3738,7 @@ x_28 = l_Lean_Expr_getSymmLems___closed__2; x_29 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_29, 0, x_28); lean_ctor_set(x_29, 1, x_27); -x_30 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; +x_30 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; x_31 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_31, 0, x_29); lean_ctor_set(x_31, 1, x_30); @@ -3870,7 +3871,7 @@ lean_ctor_set_uint8(x_36, 9, x_48); x_49 = 2; x_50 = lean_uint64_shift_right(x_37, x_49); x_51 = lean_uint64_shift_left(x_50, x_49); -x_52 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__14; +x_52 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__14; x_53 = lean_uint64_lor(x_51, x_52); x_54 = lean_alloc_ctor(0, 7, 11); lean_ctor_set(x_54, 0, x_36); @@ -4062,7 +4063,7 @@ lean_ctor_set_uint8(x_105, 17, x_103); x_106 = 2; x_107 = lean_uint64_shift_right(x_37, x_106); x_108 = lean_uint64_shift_left(x_107, x_106); -x_109 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__14; +x_109 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__14; x_110 = lean_uint64_lor(x_108, x_109); x_111 = lean_alloc_ctor(0, 7, 11); lean_ctor_set(x_111, 0, x_105); @@ -4421,7 +4422,7 @@ x_35 = l_Lean_Expr_applySymm___closed__2; lean_ctor_set_tag(x_30, 7); lean_ctor_set(x_30, 1, x_34); lean_ctor_set(x_30, 0, x_35); -x_36 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; +x_36 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; lean_ctor_set_tag(x_20, 7); lean_ctor_set(x_20, 1, x_36); lean_ctor_set(x_20, 0, x_30); @@ -4443,7 +4444,7 @@ x_40 = l_Lean_Expr_applySymm___closed__2; x_41 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_41, 0, x_40); lean_ctor_set(x_41, 1, x_39); -x_42 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; +x_42 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; lean_ctor_set_tag(x_20, 7); lean_ctor_set(x_20, 1, x_42); lean_ctor_set(x_20, 0, x_41); @@ -4518,7 +4519,7 @@ if (lean_is_scalar(x_50)) { } lean_ctor_set(x_53, 0, x_52); lean_ctor_set(x_53, 1, x_51); -x_54 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; +x_54 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; lean_ctor_set_tag(x_20, 7); lean_ctor_set(x_20, 1, x_54); lean_ctor_set(x_20, 0, x_53); @@ -4634,7 +4635,7 @@ if (lean_is_scalar(x_68)) { } lean_ctor_set(x_71, 0, x_70); lean_ctor_set(x_71, 1, x_69); -x_72 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; +x_72 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; x_73 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_73, 0, x_71); lean_ctor_set(x_73, 1, x_72); @@ -4839,7 +4840,7 @@ lean_ctor_set_uint8(x_33, 9, x_45); x_46 = 2; x_47 = lean_uint64_shift_right(x_34, x_46); x_48 = lean_uint64_shift_left(x_47, x_46); -x_49 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__14; +x_49 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__14; x_50 = lean_uint64_lor(x_48, x_49); x_51 = lean_alloc_ctor(0, 7, 11); lean_ctor_set(x_51, 0, x_33); @@ -5080,7 +5081,7 @@ lean_ctor_set_uint8(x_114, 17, x_112); x_115 = 2; x_116 = lean_uint64_shift_right(x_34, x_115); x_117 = lean_uint64_shift_left(x_116, x_115); -x_118 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__14; +x_118 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__14; x_119 = lean_uint64_lor(x_117, x_118); x_120 = lean_alloc_ctor(0, 7, 11); lean_ctor_set(x_120, 0, x_114); @@ -5459,7 +5460,7 @@ x_33 = l_Lean_Expr_applySymm___closed__2; lean_ctor_set_tag(x_28, 7); lean_ctor_set(x_28, 1, x_32); lean_ctor_set(x_28, 0, x_33); -x_34 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; +x_34 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; lean_ctor_set_tag(x_18, 7); lean_ctor_set(x_18, 1, x_34); lean_ctor_set(x_18, 0, x_28); @@ -5481,7 +5482,7 @@ x_38 = l_Lean_Expr_applySymm___closed__2; x_39 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_39, 0, x_38); lean_ctor_set(x_39, 1, x_37); -x_40 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; +x_40 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; lean_ctor_set_tag(x_18, 7); lean_ctor_set(x_18, 1, x_40); lean_ctor_set(x_18, 0, x_39); @@ -5556,7 +5557,7 @@ if (lean_is_scalar(x_48)) { } lean_ctor_set(x_51, 0, x_50); lean_ctor_set(x_51, 1, x_49); -x_52 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; +x_52 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; lean_ctor_set_tag(x_18, 7); lean_ctor_set(x_18, 1, x_52); lean_ctor_set(x_18, 0, x_51); @@ -5671,7 +5672,7 @@ if (lean_is_scalar(x_66)) { } lean_ctor_set(x_69, 0, x_68); lean_ctor_set(x_69, 1, x_67); -x_70 = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20; +x_70 = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20; x_71 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_71, 0, x_69); lean_ctor_set(x_71, 1, x_70); @@ -7606,96 +7607,97 @@ if (lean_io_result_is_error(res)) return res; l_Lean_Meta_Symm_symmExt = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_Symm_symmExt); lean_dec_ref(res); -}l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__1 = _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__1(); -lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__1); -l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__2 = _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__2(); -lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____spec__1___closed__2); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__1 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__1); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__2 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__2(); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__3 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__3(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__3); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__4 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__4(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__4); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__5 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__5(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__5); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__6 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__6(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__6); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__7 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__7(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__7); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__8 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__8(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__8); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__9 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__9(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__9); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__10 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__10(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__10); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__11 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__11(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__11); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__12 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__12(); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__13 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__13(); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__14 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__14(); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__15 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__15(); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__16 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__16(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__16); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__17 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__17(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__17); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__18 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__18(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__18); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__19 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__19(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__19); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__20); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__21 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__21(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__1___closed__21); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___closed__1 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___closed__1); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___closed__2 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____lambda__2___closed__2); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__1 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__1(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__1); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__2 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__2(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__2); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__3 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__3(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__3); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__4 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__4(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__4); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__5 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__5(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__5); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__6 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__6(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__6); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__7 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__7(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__7); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__8 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__8(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__8); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__9 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__9(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__9); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__10 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__10(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__10); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__11 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__11(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__11); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__12 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__12(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__12); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__13 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__13(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__13); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__14 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__14(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__14); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__15 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__15(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__15); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__16 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__16(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__16); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__17 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__17(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__17); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__18 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__18(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__18); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__19 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__19(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__19); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__20 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__20(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__20); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__21 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__21(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__21); -l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__22 = _init_l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__22(); -lean_mark_persistent(l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88____closed__22); -if (builtin) {res = l_Lean_Meta_Symm_initFn____x40_Lean_Meta_Tactic_Symm___hyg_88_(lean_io_mk_world()); +}l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__1 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__1); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__2 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__2); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__3 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__3); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__4 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__4); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__5 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__5); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__6 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__6); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__7 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__7); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__8 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__8); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__9 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__9); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__10 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__10); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__11 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__11(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__11); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__12 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__12(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__12); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__13 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__13(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__13); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__14 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__14(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1___closed__14); +if (builtin) {res = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___regBuiltin___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__1 = _init_l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__1(); +lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__1); +l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__2 = _init_l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__2(); +lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___spec__1___closed__2); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__1 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__1); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__2 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__2(); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__3 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__3); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__4 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__4); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__5 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__5); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__6 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__6); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__7 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__7); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__8 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__8); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__9 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__9); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__10 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__10); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__11 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__11(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__11); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__12 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__12(); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__13 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__13(); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__14 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__14(); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__15 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__15(); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__16 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__16(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__16); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__17 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__17(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__17); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__18 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__18(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__18); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__19 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__19(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__19); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__20); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__21 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__21(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__1___closed__21); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___closed__1 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___closed__1); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___closed__2 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___lambda__2___closed__2); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__1 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__1); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__2 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__2); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__3 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__3); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__4 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__4); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__5 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__5); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__6 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__6); +l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__7 = _init_l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn___closed__7); +if (builtin) {res = l___private_Lean_Meta_Tactic_Symm_0__Lean_Meta_Symm_initFn(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Expr_getSymmLems___closed__1 = _init_l_Lean_Expr_getSymmLems___closed__1(); diff --git a/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Attributes.c b/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Attributes.c index 2f2e285b50..5336f9d2a3 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Attributes.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Attributes.c @@ -14,22 +14,41 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_docString__1___closed__1; +static lean_object* l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__1; +static lean_object* l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__6; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30____closed__2; LEAN_EXPORT lean_object* l_Lean_ppUsingAnonymousConstructorAttr; +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____closed__2; LEAN_EXPORT uint8_t l_Lean_hasPPNoDotAttribute(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_docString__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3(lean_object*); +static lean_object* l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__7; +LEAN_EXPORT lean_object* l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30____closed__5; +static lean_object* l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__6; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____closed__4; uint8_t l_Lean_TagAttribute_hasTag(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__4; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30____closed__3; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____closed__6; LEAN_EXPORT lean_object* l_Lean_hasPPUsingAnonymousConstructorAttribute___boxed(lean_object*, lean_object*); static lean_object* l_Lean_hasPPNoDotAttribute___closed__1; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +static lean_object* l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__4; lean_object* l_Lean_registerTagAttribute(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*); static lean_object* l_Lean_hasPPUsingAnonymousConstructorAttribute___closed__1; +static lean_object* l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__5; +static lean_object* l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__3; +static lean_object* l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__7; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____closed__5; +LEAN_EXPORT lean_object* l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_docString__1(lean_object*); +static lean_object* l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__3; +static lean_object* l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__1; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____closed__1; +static lean_object* l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__2; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30____closed__4; LEAN_EXPORT lean_object* l_Lean_hasPPNoDotAttribute___boxed(lean_object*, lean_object*); @@ -39,6 +58,9 @@ LEAN_EXPORT lean_object* l_Lean_ppNoDotAttr; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30____closed__1; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____closed__7; +static lean_object* l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__2; +static lean_object* l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__5; +static lean_object* l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_docString__1___closed__1; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4_(lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30_(lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { @@ -137,6 +159,125 @@ lean_dec(x_1); return x_5; } } +static lean_object* _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Marks a structure to be pretty printed using the anonymous constructor notation (`⟨a, b, c⟩`). ", 99, 95); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____closed__5; +x_3 = l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(17u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(20u); +x_2 = lean_unsigned_to_nat(117u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__3() { +_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_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(117u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(19u); +x_2 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_2, 0, x_1); +lean_ctor_set(x_2, 1, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(19u); +x_2 = lean_unsigned_to_nat(50u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__6() { +_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_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(50u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__3; +x_2 = l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____closed__5; +x_3 = l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30____closed__1() { _start: { @@ -195,6 +336,126 @@ x_8 = l_Lean_registerTagAttribute(x_2, x_3, x_4, x_5, x_6, x_7, x_1); return x_8; } } +static lean_object* _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Marks a declaration to never be pretty printed using field notation. ", 69, 69); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30____closed__4; +x_3 = l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(22u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(25u); +x_2 = lean_unsigned_to_nat(99u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__3() { +_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_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(99u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(24u); +x_2 = lean_unsigned_to_nat(19u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(24u); +x_2 = lean_unsigned_to_nat(30u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__6() { +_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_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(19u); +x_3 = l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(30u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__3; +x_2 = l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30____closed__4; +x_3 = l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_hasPPUsingAnonymousConstructorAttribute___closed__1() { _start: { @@ -270,7 +531,29 @@ l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____closed lean_mark_persistent(l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____closed__6); l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____closed__7 = _init_l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____closed__7(); lean_mark_persistent(l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4____closed__7); -if (builtin) {res = l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4_(lean_io_mk_world()); +l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_docString__1___closed__1 = _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__1 = _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__1); +l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__2 = _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__2); +l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__3 = _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__3); +l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__4 = _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__4); +l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__5 = _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__5); +l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__6 = _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__6); +l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__7 = _init_l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_ppUsingAnonymousConstructorAttr___regBuiltin_Lean_ppUsingAnonymousConstructorAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_4_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_ppUsingAnonymousConstructorAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_ppUsingAnonymousConstructorAttr); @@ -285,7 +568,29 @@ l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30____close lean_mark_persistent(l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30____closed__4); l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30____closed__5 = _init_l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30____closed__5(); lean_mark_persistent(l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30____closed__5); -if (builtin) {res = l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30_(lean_io_mk_world()); +l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_docString__1___closed__1 = _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_docString__1___closed__1(); +lean_mark_persistent(l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_docString__1___closed__1); +if (builtin) {res = l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__1 = _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__1); +l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__2 = _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__2); +l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__3 = _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__3); +l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__4 = _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__4); +l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__5 = _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__5); +l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__6 = _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__6); +l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__7 = _init_l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3___closed__7); +if (builtin) {res = l_Lean_ppNoDotAttr___regBuiltin_Lean_ppNoDotAttr_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Attributes___hyg_30_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_ppNoDotAttr = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_ppNoDotAttr); diff --git a/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Basic.c b/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Basic.c index 73281f44c5..27ef733390 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Basic.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Basic.c @@ -18,11 +18,11 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__8; lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instAlternativeDelabM___lambda__2(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_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__3(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__4; LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Delaborator_getUnusedName_bodyUsesSuggestion(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__6; LEAN_EXPORT lean_object* l_Lean_Option_get_x3f___at_Lean_PrettyPrinter_delabCore___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM; +static lean_object* l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_addTermInfo___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_Lean_PrettyPrinter_Delaborator_SubExpr_nextExtraPos___at_Lean_PrettyPrinter_Delaborator_mkAnnotatedIdent___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Macro_throwErrorAt___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -30,38 +30,36 @@ lean_object* l_Lean_Option_set___at_Lean_Environment_realizeConst___spec__3(lean static lean_object* l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadStateOfHoleIteratorDelabM___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__3___closed__1; +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__2___closed__8; static lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_withBindingBodyUnusedName(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___lambda__1___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___closed__6; +static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__3; lean_object* lean_uint32_to_nat(uint32_t); -static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__1; +static lean_object* l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__6; uint8_t l_Lean_Options_getInPattern(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__9; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_getUnusedName_bodyUsesSuggestion___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_getUnusedName___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_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_getExprKind___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_getPos___at_Lean_PrettyPrinter_Delaborator_getOptionsAtCurrPos___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delab(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Exception_isInterrupt(lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__8; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_addFieldInfo___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*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__13; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_getPPOption(lean_object*); static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__5___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_getPPOption___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_KeyedDeclsAttribute_init___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__4; lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); lean_object* l_Lean_Syntax_getId(lean_object*); lean_object* l_Lean_Environment_findConstVal_x3f(lean_object*, lean_object*, uint8_t); uint8_t l_Lean_RBNode_isRed___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___closed__2; lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instInhabitedDelabM(lean_object*); @@ -69,86 +67,84 @@ lean_object* l_Lean_Core_checkSystem(lean_object*, lean_object*, lean_object*, l LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_OmissionReason_toString(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_attrApp__delab__; static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__1___closed__1; -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__6; -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__8; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__2; uint8_t l_Lean_Name_isAnonymous(lean_object*); lean_object* l_Lean_instMonadQuotationOfMonadFunctorOfMonadLift___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitExpr___lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__3(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__6___closed__1; static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___closed__3; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadReaderOfSubExprDelabM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__6; static lean_object* l_Lean_PrettyPrinter_Delaborator_attrApp__delab_____closed__10; LEAN_EXPORT uint8_t l_Option_beqOption____x40_Init_Data_Option_Basic___hyg_160____at_Lean_PrettyPrinter_delabCore___spec__3(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_getExprKind___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getPPAnalyzeTypeAscriptions___boxed(lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__5___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_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_120_(lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__15; +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_getOptionsAtCurrPos___lambda__1___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_throwError___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkIdentFrom(lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitExpr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___lambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__8; lean_object* l_Lean_getPPAnalysisNeedsType___boxed(lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__10; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__4___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_PrettyPrinter_Delaborator_OmissionReason_toString___closed__1; lean_object* l_Lean_PrettyPrinter_Delaborator_topDownAnalyze(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__7; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_omission___closed__4; extern lean_object* l_Lean_LocalContext_empty; lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); uint8_t l_Lean_getPPBeta(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_OmissionReason_toString___closed__2; -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__1; uint32_t l_Lean_Expr_approxDepth(lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__12; static lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_omission(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_attrApp__delab_____closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_withIncDepth___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_annotateTermInfoUnlessAnnotated(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_withOptionAtCurrPos___rarg(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_PrettyPrinter_Delaborator_delab___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_maxRecDepth; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_OmissionReason_toString___boxed(lean_object*); lean_object* l_Lean_KVMap_insertCore(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__14; uint8_t l_Lean_LocalContext_usesUserName(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__18; static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__5___closed__4; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_withAnnotateTermInfoUnlessAnnotated(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_delab___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isAtomic(lean_object*); lean_object* l_Lean_Kernel_enableDiag(lean_object*, uint8_t); static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__4___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadWithReaderOfSubExprDelabM___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_docString__1___closed__1; lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_instAlternativeDelabM___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadStateOfHoleIteratorDelabM___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_SubExpr_Pos_maxChildren; static lean_object* l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__2; static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__5___closed__3; +LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Kernel_isDiagnosticsEnabled(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_PrettyPrinter_Delaborator_addTermInfo___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitProof(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_withBindingBodyUnusedName___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__3; static lean_object* l_Lean_PrettyPrinter_Delaborator_instOrElseDelabM___closed__1; @@ -156,32 +152,30 @@ lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at_Lean_PrettyPrinter_Delaborator_getOptionsAtCurrPos___spec__2___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_PrettyPrinter_Delaborator_addDelabTermInfo___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_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_delabCore___spec__1(lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_orElse(lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__9; -static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__3; +static lean_object* l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370_(lean_object*); lean_object* l_Lean_Macro_resolveGlobalName(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__2; -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__3; +static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitExpr___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__11; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instAlternativeDelabM___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_PrettyPrinter_Delaborator_withBindingBodyUnusedName___spec__3___rarg(lean_object*, uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_local_ctx_find(lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__3; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__9; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__13; lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_addFieldInfo_mkFieldInfo___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_Lean_PrettyPrinter_Delaborator_isShallowExpression___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__14; static lean_object* l_Lean_PrettyPrinter_Delaborator_attrApp__delab_____closed__2; -static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Option_get_x3f___at_Lean_PrettyPrinter_delabCore___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__12; static lean_object* l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__4; +static lean_object* l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__3; static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__2___closed__3; lean_object* l_ReaderT_instMonadFunctor(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__10; -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withBindingBody_x27___at_Lean_PrettyPrinter_Delaborator_withBindingBodyUnusedName___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -193,26 +187,31 @@ LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_PrettyPrinter_Delaborator_inst LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_getUnusedName_bodyUsesSuggestion___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Option_get___at_Lean_profiler_threshold_getSecs___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__6(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___lambda__1(lean_object*); +static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__3; LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Delaborator_getUnusedName_bodyUsesSuggestion___lambda__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerInternalExceptionId(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__7; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLocalDeclImp___rarg(lean_object*, uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Delaborator_isShallowExpression(lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__11; static lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___closed__4; static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__5___closed__1; extern lean_object* l_Lean_SubExpr_Pos_typeCoord; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__15; lean_object* l_Lean_MessageData_ofFormat(lean_object*); lean_object* l_ReaderT_instMonadLift(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_getPPInstantiateMVars(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_attrApp__delab_____closed__7; static lean_object* l_Lean_PrettyPrinter_Delaborator_OmissionReason_toString___closed__3; static lean_object* l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__9; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadStateOfHoleIteratorDelabM; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_annotateTermInfoUnlessAnnotated___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instInhabitedDelabM___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -220,21 +219,26 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_addTermInfo(lean_objec LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitExpr___lambda__1___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_PrettyPrinter_Delaborator_instOrElseDelabM(lean_object*); static lean_object* l_panic___at_Lean_PrettyPrinter_delabCore___spec__1___rarg___closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__9; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_delab___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitProof___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_attrApp__delab_____closed__4; lean_object* l_Lean_Name_replacePrefix(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instInhabitedDelabM___lambda__1(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_object* l_Lean_Attribute_Builtin_getIdent(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__6; lean_object* lean_st_mk_ref(lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__4; lean_object* l_Lean_getPPProofs___boxed(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_instAlternativeDelabM___closed__2; lean_object* l_ReaderT_instApplicativeOfMonad___rarg(lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__2; lean_object* l_Lean_addMessageContextPartial___at_Lean_Core_instAddMessageContextCoreM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_addDelabTermInfo(lean_object*, lean_object*, lean_object*, uint8_t, 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_PrettyPrinter_Delaborator_instMonadStateOfHoleIteratorDelabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitProof___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delab(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -245,30 +249,33 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_PrettyPrinter_Delab LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadWithReaderOfSubExprDelabM(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_annotateTermInfo___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__7; -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__7; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_docString__1(lean_object*); static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__1___closed__5; static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitProof___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_getRoot(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_getUnusedName(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__10; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_instInhabitedDelabM___closed__2; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__11; lean_object* l_Lean_Elab_realizeGlobalConstNoOverloadWithInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_withAnnotateTermInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__2___closed__6; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__8; static lean_object* l_Lean_PrettyPrinter_Delaborator_delabFor___closed__1; +LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__4; static lean_object* l_Lean_PrettyPrinter_Delaborator_attrApp__delab_____closed__8; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_annotateTermInfoUnlessAnnotated___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Option_beqOption____x40_Init_Data_Option_Basic___hyg_160____at_Lean_PrettyPrinter_delabCore___spec__3___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__7; static lean_object* l_Lean_PrettyPrinter_Delaborator_addTermInfo_mkTermInfo___closed__1; uint8_t lean_name_eq(lean_object*, lean_object*); lean_object* l_Lean_Core_betaReduce___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__10; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3(lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_withBindingBodyUnusedName___spec__2___rarg(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_PrettyPrinter_delabCore___rarg___closed__1; @@ -279,27 +286,34 @@ lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_ uint8_t l_Lean_Option_get___at___private_Lean_Util_Profile_0__Lean_get__profiler___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__1___closed__6; lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute(lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__2; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__7; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_annotateTermInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_diagnostics; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__4; +static lean_object* l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_addOmissionInfo___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_PrettyPrinter_Delaborator_omission___closed__2; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__13; -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withBindingBody_x27___at_Lean_PrettyPrinter_Delaborator_withBindingBodyUnusedName___spec__1___rarg(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_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_syntax_ident(lean_object*); lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_HoleIterator_next(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Meta_instMonadMetaM; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__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_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3(lean_object*); +static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__2; static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__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_PrettyPrinter_delabCore___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__1___closed__3; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__1; +static lean_object* l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___closed__7; lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664_(lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__7; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__14; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__19; uint8_t l_Lean_Environment_contains(lean_object*, lean_object*, uint8_t); @@ -307,25 +321,27 @@ lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withType___at_Lean_PrettyPrinter_Delaborator_delab___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getPPDeepTermsThreshold___boxed(lean_object*); extern lean_object* l_Lean_Core_instMonadQuotationCoreM; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_annotatePos(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitExpr___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__4; lean_object* l_Lean_SubExpr_Pos_push(lean_object*, lean_object*); uint8_t l_Lean_Expr_binderInfo(lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_nextExtraPos___at_Lean_PrettyPrinter_Delaborator_mkAnnotatedIdent___spec__1(lean_object*); lean_object* l_Lean_LocalDecl_userName(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_attrApp__delab_____closed__11; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__9; static lean_object* l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__8; -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__7; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkAnnotatedIdent(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_PrettyPrinter_Delaborator_annotateTermInfoUnlessAnnotated___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__3; lean_object* l_Lean_Core_transform___at_Lean_Core_betaReduce___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__12; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instAlternativeDelabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_attrApp__delab_____closed__9; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabFailureId; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_PrettyPrinter_Delaborator_withBindingBodyUnusedName___spec__3___rarg___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*); static lean_object* l_Lean_PrettyPrinter_Delaborator_orElse___rarg___closed__1; @@ -338,24 +354,24 @@ uint8_t l_Lean_Name_hasMacroScopes(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_omission___closed__1; lean_object* l_Lean_Expr_bindingDomain_x21(lean_object*); lean_object* l_Lean_getPPMaxSteps___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitExpr___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__3; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__15; static lean_object* l_Lean_PrettyPrinter_Delaborator_instAlternativeDelabM___closed__1; static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__3___closed__1; uint8_t l_Lean_Name_isAtomic(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_getOptionsAtCurrPos(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); lean_object* l_Lean_RBNode_find___at_Lean_PrettyPrinter_Delaborator_OptionsPerPos_insertAt___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___closed__8; -static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__1; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__9; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__8; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_failure___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadStateOfHoleIteratorDelabM___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassApp_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__10; static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___closed__2; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__4; static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_failure___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_omission___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -365,12 +381,13 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_withIncDepth(lean_obje static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__2___closed__4; lean_object* l_Lean_getPPProofsWithType___boxed(lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__13; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitExpr___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__1; extern lean_object* l_Lean_pp_proofs; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__17; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__20; static lean_object* l_Lean_PrettyPrinter_Delaborator_instAlternativeDelabM___closed__5; -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__12; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadReaderOfSubExprDelabM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__4(lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadStateOfHoleIteratorDelabM___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -378,15 +395,15 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitExpr___lambda__2_ lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); lean_object* l_StateRefT_x27_lift(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_nextExtraPos___at_Lean_PrettyPrinter_Delaborator_mkAnnotatedIdent___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getPPSafeShadowing___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadStateOfHoleIteratorDelabM___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabFor(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__3; lean_object* lean_panic_fn(lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__14; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__3; LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_PrettyPrinter_Delaborator_addTermInfo___spec__2(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__4; +static lean_object* l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__7; static lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadStateOfHoleIteratorDelabM___closed__2; LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at_Lean_PrettyPrinter_Delaborator_getOptionsAtCurrPos___spec__2(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_Syntax_setInfo(lean_object*, lean_object*); @@ -396,50 +413,51 @@ lean_object* l_Lean_RBNode_insert___at_Lean_PrettyPrinter_Delaborator_OptionsPer lean_object* l_Lean_Expr_getAppFn(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_getPPAnalyze(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instAlternativeDelabM; lean_object* l_Lean_Meta_eraseInaccessibleAnnotations___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_PrettyPrinter_Delaborator_annotateTermInfoUnlessAnnotated___spec__1___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__6; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_orElse___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__4(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_failure(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__11; static lean_object* l_Lean_PrettyPrinter_Delaborator_failure___rarg___closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__2___closed__7; lean_object* lean_erase_macro_scopes(lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__2; static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_120____closed__2; static lean_object* l_Lean_PrettyPrinter_Delaborator_instInhabitedDelabM___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_getOptionsAtCurrPos___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__2___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_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withBindingBody_x27___at_Lean_PrettyPrinter_Delaborator_withBindingBodyUnusedName___spec__1___rarg___lambda__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_PrettyPrinter_Delaborator_getExprKind___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__9; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__5; static lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadStateOfHoleIteratorDelabM___closed__3; +static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__2; lean_object* l_mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_erasePatternRefAnnotations___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5; +static lean_object* l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitProof___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitProof___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_KVMap_findCore(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__11; uint8_t l_Lean_getPPAll(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_getOptionsAtCurrPos___closed__1; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__10; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_annotateCurPos(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__15; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_addFieldInfo(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_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__12; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_delab___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_bindingBody_x21(lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__8; static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___closed__6; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_addFieldInfo_mkFieldInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -450,17 +468,22 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_annotateCurPos___boxed LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_withBindingBodyUnusedName___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isMData(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_nextExtraPos___at_Lean_PrettyPrinter_Delaborator_mkAnnotatedIdent___spec__1___boxed(lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__15; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_annotateTermInfoUnlessAnnotated___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__2; lean_object* lean_find_expr(lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_omission___closed__3; static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_120____closed__1; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__7; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_whenNotPPOption(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_expr_dbg_to_string(lean_object*); lean_object* l_Lean_LocalContext_getUnusedName(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute; +static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__1; +static lean_object* l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__5; lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAttribute; static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__1___closed__2; @@ -469,36 +492,35 @@ uint8_t l_Lean_Exception_isRuntime(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__6___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_PrettyPrinter_Delaborator_addOmissionInfo(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_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__2; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____lambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__13; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__2; -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__4; LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_delabCore___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__2___closed__5; lean_object* l_Lean_Syntax_getInfo_x3f(lean_object*); lean_object* l_String_toSubstring_x27(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_docString__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__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_PrettyPrinter_Delaborator_whenPPOption(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitProof___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_delabCore___rarg___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_addTermInfo_mkTermInfo(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_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_withOptionAtCurrPos(lean_object*); lean_object* l_Lean_Meta_isProof(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ReaderT_instMonad___rarg(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_attrApp__delab_____closed__1; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640_(lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__5; lean_object* l_Lean_Core_betaReduce___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_instAlternativeDelabM___closed__4; +static lean_object* l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_docString__1___closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__14; +static lean_object* l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__3; static lean_object* l_Lean_PrettyPrinter_Delaborator_shouldOmitProof___lambda__1___closed__1; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__5; static lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadStateOfHoleIteratorDelabM___closed__4; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__3; -static lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__5; static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_120____closed__1() { _start: { @@ -1671,7 +1693,7 @@ lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__4(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; @@ -1709,7 +1731,7 @@ return x_13; } } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__1() { +static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__1() { _start: { lean_object* x_1; @@ -1717,16 +1739,16 @@ x_1 = lean_mk_string_unchecked("unknown constant '", 18, 18); return x_1; } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__2() { +static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__1; +x_1 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__3() { +static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__3() { _start: { lean_object* x_1; @@ -1734,16 +1756,16 @@ x_1 = lean_mk_string_unchecked("'", 1, 1); return x_1; } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__4() { +static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__3; +x_1 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__3; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____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; @@ -1767,15 +1789,15 @@ lean_free_object(x_5); x_12 = lean_box(0); x_13 = l_Lean_Expr_const___override(x_1, x_12); x_14 = l_Lean_MessageData_ofExpr(x_13); -x_15 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__2; +x_15 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__2; x_16 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_14); -x_17 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__4; +x_17 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__4; 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_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__4(x_18, x_2, x_3, x_8); +x_19 = l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__4(x_18, x_2, x_3, x_8); return x_19; } else @@ -1809,15 +1831,15 @@ lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean x_26 = lean_box(0); x_27 = l_Lean_Expr_const___override(x_1, x_26); x_28 = l_Lean_MessageData_ofExpr(x_27); -x_29 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__2; +x_29 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__2; x_30 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_30, 0, x_29); lean_ctor_set(x_30, 1, x_28); -x_31 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__4; +x_31 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__4; x_32 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_32, 0, x_30); lean_ctor_set(x_32, 1, x_31); -x_33 = l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__4(x_32, x_2, x_3, x_22); +x_33 = l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__4(x_32, x_2, x_3, x_22); return x_33; } else @@ -1835,12 +1857,12 @@ return x_35; } } } -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { lean_object* x_5; lean_inc(x_1); -x_5 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3(x_1, x_2, x_3, x_4); if (lean_obj_tag(x_5) == 0) { uint8_t x_6; @@ -1903,7 +1925,7 @@ return x_22; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__6(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; uint8_t x_8; @@ -2113,7 +2135,7 @@ return x_63; } } } -static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__1() { +static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -2122,23 +2144,23 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__2() { +static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__1; +x_1 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__1; 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_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__3() { +static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__3() { _start: { size_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = 5; -x_2 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__2; -x_3 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__1; +x_2 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__2; +x_3 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__1; x_4 = lean_unsigned_to_nat(0u); x_5 = lean_alloc_ctor(0, 4, sizeof(size_t)*1); lean_ctor_set(x_5, 0, x_2); @@ -2149,7 +2171,7 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____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; uint8_t x_8; @@ -2194,20 +2216,20 @@ lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; x_15 = lean_ctor_get(x_5, 1); lean_inc(x_15); lean_dec(x_5); -x_16 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__3; +x_16 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__3; x_17 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_17, 0, x_1); lean_ctor_set(x_17, 1, x_16); -x_18 = l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__6(x_17, x_2, x_3, x_15); +x_18 = l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__6(x_17, x_2, x_3, x_15); return x_18; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__1(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_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__1(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_mkConstWithLevelParams___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__2(x_2, x_4, x_5, x_6); +x_7 = l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__2(x_2, x_4, x_5, x_6); if (lean_obj_tag(x_7) == 0) { 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; lean_object* x_15; lean_object* x_16; @@ -2230,7 +2252,7 @@ lean_ctor_set(x_14, 3, x_8); lean_ctor_set_uint8(x_14, sizeof(void*)*4, x_13); x_15 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_15, 0, x_14); -x_16 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5(x_15, x_4, x_5, x_9); +x_16 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5(x_15, x_4, x_5, x_9); return x_16; } else @@ -2259,7 +2281,7 @@ return x_20; } } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__1(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_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__1(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; @@ -2269,7 +2291,7 @@ lean_ctor_set(x_6, 1, x_5); return x_6; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__1() { _start: { lean_object* x_1; @@ -2277,17 +2299,17 @@ x_1 = lean_mk_string_unchecked("app", 3, 3); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__1; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { lean_object* x_6; @@ -2347,7 +2369,7 @@ x_19 = lean_ctor_get(x_10, 1); x_20 = lean_ctor_get(x_10, 0); lean_dec(x_20); x_21 = l_Lean_Name_getRoot(x_9); -x_22 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; +x_22 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2; x_23 = lean_name_eq(x_21, x_22); lean_dec(x_21); if (x_23 == 0) @@ -2390,7 +2412,7 @@ else lean_object* x_33; lean_object* x_34; lean_free_object(x_26); x_33 = lean_box(0); -x_34 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__1(x_7, x_25, x_33, x_3, x_4, x_29); +x_34 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__1(x_7, x_25, x_33, x_3, x_4, x_29); lean_dec(x_3); if (lean_obj_tag(x_34) == 0) { @@ -2470,7 +2492,7 @@ else { lean_object* x_49; lean_object* x_50; x_49 = lean_box(0); -x_50 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__1(x_7, x_25, x_49, x_3, x_4, x_44); +x_50 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__1(x_7, x_25, x_49, x_3, x_4, x_44); lean_dec(x_3); if (lean_obj_tag(x_50) == 0) { @@ -2530,7 +2552,7 @@ x_58 = lean_ctor_get(x_10, 1); lean_inc(x_58); lean_dec(x_10); x_59 = l_Lean_Name_getRoot(x_9); -x_60 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; +x_60 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2; x_61 = lean_name_eq(x_59, x_60); lean_dec(x_59); if (x_61 == 0) @@ -2588,7 +2610,7 @@ else lean_object* x_73; lean_object* x_74; lean_dec(x_68); x_73 = lean_box(0); -x_74 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__1(x_7, x_64, x_73, x_3, x_4, x_67); +x_74 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__1(x_7, x_64, x_73, x_3, x_4, x_67); lean_dec(x_3); if (lean_obj_tag(x_74) == 0) { @@ -2667,7 +2689,7 @@ return x_85; } } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__3(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__3(uint8_t 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; @@ -2678,7 +2700,7 @@ lean_ctor_set(x_7, 1, x_5); return x_7; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__1() { _start: { lean_object* x_1; @@ -2686,17 +2708,17 @@ x_1 = lean_mk_string_unchecked("builtin_delab", 13, 13); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__1; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__3() { _start: { lean_object* x_1; @@ -2704,17 +2726,17 @@ x_1 = lean_mk_string_unchecked("delab", 5, 5); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__3; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5() { _start: { lean_object* x_1; @@ -2722,7 +2744,7 @@ x_1 = lean_mk_string_unchecked("Lean", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__6() { _start: { lean_object* x_1; @@ -2730,7 +2752,7 @@ x_1 = lean_mk_string_unchecked("PrettyPrinter", 13, 13); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__7() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__7() { _start: { lean_object* x_1; @@ -2738,7 +2760,7 @@ x_1 = lean_mk_string_unchecked("Delaborator", 11, 11); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__8() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__8() { _start: { lean_object* x_1; @@ -2746,52 +2768,52 @@ x_1 = lean_mk_string_unchecked("Delab", 5, 5); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__9() { _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_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__7; -x_4 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__8; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__6; +x_3 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__7; +x_4 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__8; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__10() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__10() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("Register a delaborator.\n\n [delab k] registers a declaration of type `Lean.PrettyPrinter.Delaborator.Delab` for the `Lean.Expr`\n constructor `k`. Multiple delaborators for a single constructor are tried in turn until\n the first success. If the term to be delaborated is an application of a constant `c`,\n elaborators for `app.c` are tried first; this is also done for `Expr.const`s (\"nullary applications\")\n to reduce special casing. If the term is an `Expr.mdata` with a single key `k`, `mdata.k`\n is tried first.", 519, 519); +x_1 = lean_mk_string_unchecked("Register a delaborator", 22, 22); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__11() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__11() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___boxed), 5, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__12() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__12() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__3___boxed), 5, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__3___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__13() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__13() { _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; lean_object* x_7; -x_1 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__2; -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__4; -x_3 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__10; -x_4 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__9; -x_5 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__11; -x_6 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__12; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__2; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__4; +x_3 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__10; +x_4 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__9; +x_5 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__11; +x_6 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__12; x_7 = lean_alloc_ctor(0, 6, 0); lean_ctor_set(x_7, 0, x_1); lean_ctor_set(x_7, 1, x_2); @@ -2802,7 +2824,7 @@ lean_ctor_set(x_7, 5, x_6); return x_7; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__14() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__14() { _start: { lean_object* x_1; @@ -2810,123 +2832,243 @@ x_1 = lean_mk_string_unchecked("delabAttribute", 14, 14); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__15() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____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_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__7; -x_4 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__14; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__6; +x_3 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__7; +x_4 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__14; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__13; -x_3 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__15; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__13; +x_3 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__15; x_4 = l_Lean_KeyedDeclsAttribute_init___rarg(x_2, x_3, x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__4___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_throwError___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__4(x_1, x_2, x_3, x_4); +x_5 = l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__4(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____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_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__2___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_mkConstWithLevelParams___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__2(x_1, x_2, x_3, x_4); +x_5 = l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__6___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_pushInfoTree___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__6(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__6(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____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_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___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_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____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: { lean_object* x_7; -x_7 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__1(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__1___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_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__1___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_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__1(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__1(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___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_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__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; lean_object* x_7; x_6 = lean_unbox(x_1); lean_dec(x_1); -x_7 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2(x_6, x_2, x_3, x_4, x_5); +x_7 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2(x_6, x_2, x_3, x_4, x_5); lean_dec(x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__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_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__3___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; lean_object* x_7; x_6 = lean_unbox(x_1); lean_dec(x_1); -x_7 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__3(x_6, x_2, x_3, x_4, x_5); +x_7 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__3(x_6, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); return x_7; } } +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a delaborator.\n\n`@[delab k]` registers a declaration of type `Lean.PrettyPrinter.Delaborator.Delab` for the\n`Lean.Expr` constructor `k`. Multiple delaborators for a single constructor are tried in turn until\nthe first success. If the term to be delaborated is an application of a constant `c`, elaborators\nfor `app.c` are tried first; this is also done for `Expr.const`s (\"nullary applications\") to reduce\nspecial casing. If the term is an `Expr.mdata` with a single key `k`, `mdata.k` is tried first.\n", 512, 512); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__15; +x_3 = l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(102u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(126u); +x_2 = lean_unsigned_to_nat(3u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__3() { +_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_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(3u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(112u); +x_2 = lean_unsigned_to_nat(26u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(112u); +x_2 = lean_unsigned_to_nat(40u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__6() { +_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_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(26u); +x_3 = l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(40u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__3; +x_2 = l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__15; +x_3 = l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_attrApp__delab_____closed__1() { _start: { @@ -2939,9 +3081,9 @@ static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_attrApp__delab_____cl _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_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__7; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__6; +x_3 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__7; x_4 = l_Lean_PrettyPrinter_Delaborator_attrApp__delab_____closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -3101,7 +3243,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPr _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_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5; x_2 = l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__3; x_3 = l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__4; x_4 = l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__5; @@ -3113,7 +3255,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPr _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__3; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__3; x_2 = l_String_toSubstring_x27(x_1); return x_2; } @@ -3189,7 +3331,7 @@ x_16 = l_Lean_Name_toString(x_10, x_14, x_15); x_17 = l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__2; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__3; +x_19 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__3; x_20 = lean_string_append(x_18, x_19); x_21 = l_Lean_Macro_throwErrorAt___rarg(x_9, x_20, x_2, x_13); lean_dec(x_9); @@ -3248,7 +3390,7 @@ lean_inc(x_35); x_36 = lean_ctor_get(x_2, 1); lean_inc(x_36); lean_dec(x_2); -x_37 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__4; +x_37 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__4; x_38 = l_Lean_addMacroScope(x_36, x_37, x_35); x_39 = lean_box(0); x_40 = l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__7; @@ -3258,7 +3400,7 @@ lean_ctor_set(x_41, 0, x_34); lean_ctor_set(x_41, 1, x_40); lean_ctor_set(x_41, 2, x_38); lean_ctor_set(x_41, 3, x_39); -x_42 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; +x_42 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2; x_43 = l_Lean_Name_append(x_42, x_31); x_44 = 1; x_45 = l_Lean_mkIdentFrom(x_9, x_43, x_44); @@ -3290,7 +3432,7 @@ lean_inc(x_55); x_56 = lean_ctor_get(x_2, 1); lean_inc(x_56); lean_dec(x_2); -x_57 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__4; +x_57 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__4; x_58 = l_Lean_addMacroScope(x_56, x_57, x_55); x_59 = lean_box(0); x_60 = l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__7; @@ -3300,7 +3442,7 @@ lean_ctor_set(x_61, 0, x_54); lean_ctor_set(x_61, 1, x_60); lean_ctor_set(x_61, 2, x_58); lean_ctor_set(x_61, 3, x_59); -x_62 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; +x_62 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2; x_63 = l_Lean_Name_append(x_62, x_51); x_64 = 1; x_65 = l_Lean_mkIdentFrom(x_9, x_63, x_64); @@ -3330,7 +3472,7 @@ x_74 = l_Lean_Name_toString(x_10, x_72, x_73); x_75 = l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__10; x_76 = lean_string_append(x_75, x_74); lean_dec(x_74); -x_77 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__3; +x_77 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__3; x_78 = lean_string_append(x_76, x_77); x_79 = l_Lean_Macro_throwErrorAt___rarg(x_9, x_78, x_2, x_71); lean_dec(x_9); @@ -3369,7 +3511,7 @@ x_87 = l_Lean_Name_toString(x_10, x_85, x_86); x_88 = l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__10; x_89 = lean_string_append(x_88, x_87); lean_dec(x_87); -x_90 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__3; +x_90 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__3; x_91 = lean_string_append(x_89, x_90); x_92 = l_Lean_Macro_throwErrorAt___rarg(x_9, x_91, x_2, x_84); lean_dec(x_9); @@ -3769,7 +3911,7 @@ lean_dec(x_35); x_36 = lean_ctor_get(x_9, 0); lean_inc(x_36); lean_dec(x_9); -x_37 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; +x_37 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2; x_38 = l_Lean_Name_append(x_37, x_36); lean_ctor_set(x_8, 0, x_38); return x_8; @@ -3783,7 +3925,7 @@ lean_dec(x_8); x_40 = lean_ctor_get(x_9, 0); lean_inc(x_40); lean_dec(x_9); -x_41 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; +x_41 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2; x_42 = l_Lean_Name_append(x_41, x_40); x_43 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_43, 0, x_42); @@ -3811,7 +3953,7 @@ lean_object* x_48; lean_object* x_49; lean_object* x_50; x_48 = lean_ctor_get(x_47, 0); lean_inc(x_48); lean_dec(x_47); -x_49 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; +x_49 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2; x_50 = l_Lean_Name_append(x_49, x_48); lean_ctor_set(x_8, 0, x_50); return x_8; @@ -3820,7 +3962,7 @@ else { lean_object* x_51; lean_dec(x_47); -x_51 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; +x_51 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2; lean_ctor_set(x_8, 0, x_51); return x_8; } @@ -3842,7 +3984,7 @@ lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); lean_dec(x_54); -x_56 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; +x_56 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2; x_57 = l_Lean_Name_append(x_56, x_55); x_58 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_58, 0, x_57); @@ -3853,7 +3995,7 @@ else { lean_object* x_59; lean_object* x_60; lean_dec(x_54); -x_59 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; +x_59 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2; x_60 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_60, 0, x_59); lean_ctor_set(x_60, 1, x_52); @@ -4662,7 +4804,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__8; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } @@ -9648,7 +9790,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_omission___closed__3( _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_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5; x_2 = l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__3; x_3 = l_Lean_PrettyPrinter_Delaborator_omission___closed__1; x_4 = l_Lean_PrettyPrinter_Delaborator_omission___closed__2; @@ -10321,7 +10463,7 @@ x_11 = l_Lean_PrettyPrinter_Delaborator_delab___lambda__1___closed__2; x_12 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_12, 0, x_11); lean_ctor_set(x_12, 1, x_10); -x_13 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__4; +x_13 = l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__4; x_14 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_14, 0, x_12); lean_ctor_set(x_14, 1, x_13); @@ -10349,7 +10491,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delab___lambda__2___c _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_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5; x_2 = l_Lean_PrettyPrinter_Delaborator___aux__Lean__PrettyPrinter__Delaborator__Basic______macroRules__Lean__PrettyPrinter__Delaborator__attrApp__delab____1___closed__3; x_3 = l_Lean_PrettyPrinter_Delaborator_omission___closed__1; x_4 = l_Lean_PrettyPrinter_Delaborator_delab___lambda__2___closed__2; @@ -11458,7 +11600,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delab(lean_object* x_1 _start: { lean_object* x_8; lean_object* x_9; -x_8 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__3; +x_8 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__3; x_9 = l_Lean_Core_checkSystem(x_8, x_5, x_6, x_7); if (lean_obj_tag(x_9) == 0) { @@ -11647,7 +11789,7 @@ lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___lambda__1(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____lambda__1(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { lean_object* x_6; @@ -11691,7 +11833,7 @@ return x_14; } } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__1() { _start: { lean_object* x_1; @@ -11699,17 +11841,17 @@ x_1 = lean_mk_string_unchecked("app_unexpander", 14, 14); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__1; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__3() { _start: { lean_object* x_1; @@ -11717,43 +11859,43 @@ x_1 = lean_mk_string_unchecked("Unexpander", 10, 10); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__3; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__6; +x_3 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__3; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__5() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("Register an unexpander for applications of a given constant.\n\n[app_unexpander c] registers a `Lean.PrettyPrinter.Unexpander` for applications of the constant `c`. The unexpander is\npassed the result of pre-pretty printing the application *without* implicitly passed arguments. If `pp.explicit` is set\nto true or `pp.notation` is set to false, it will not be called at all.", 372, 372); +x_1 = lean_mk_string_unchecked("Register an unexpander for applications of a given constant.", 60, 60); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___lambda__1___boxed), 5, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____lambda__1___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__7() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__7() { _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; lean_object* x_7; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__2; -x_3 = l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__5; -x_4 = l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__4; -x_5 = l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__6; -x_6 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__12; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__2; +x_3 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__5; +x_4 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__4; +x_5 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__6; +x_6 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__12; x_7 = lean_alloc_ctor(0, 6, 0); lean_ctor_set(x_7, 0, x_1); lean_ctor_set(x_7, 1, x_2); @@ -11764,7 +11906,7 @@ lean_ctor_set(x_7, 5, x_6); return x_7; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__8() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__8() { _start: { lean_object* x_1; @@ -11772,38 +11914,158 @@ x_1 = lean_mk_string_unchecked("appUnexpanderAttribute", 22, 22); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__9() { _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_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__7; -x_4 = l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__8; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__6; +x_3 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__7; +x_4 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__8; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__7; -x_3 = l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__9; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__7; +x_3 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__9; x_4 = l_Lean_KeyedDeclsAttribute_init___rarg(x_2, x_3, x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___lambda__1___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_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____lambda__1___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; lean_object* x_7; x_6 = lean_unbox(x_1); lean_dec(x_1); -x_7 = l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___lambda__1(x_6, x_2, x_3, x_4, x_5); +x_7 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____lambda__1(x_6, x_2, x_3, x_4, x_5); return x_7; } } +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers an unexpander for applications of a given constant.\n\n`@[app_unexpander c]` registers a `Lean.PrettyPrinter.Unexpander` for applications of the constant\n`c`. The unexpander is passed the result of pre-pretty printing the application *without*\nimplicitly passed arguments. If `pp.explicit` is set to true or `pp.notation` is set to false,\nit will not be called at all.\n\nUnexpanders work as an alternative for delaborators (`@[app_delab]`) that can be used without\nspecial imports. This however also makes them much less capable since they can only transform\nsyntax and don't have access to the expression tree.\n", 619, 619); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__9; +x_3 = l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(450u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(470u); +x_2 = lean_unsigned_to_nat(3u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__3() { +_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_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(3u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(463u); +x_2 = lean_unsigned_to_nat(26u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(463u); +x_2 = lean_unsigned_to_nat(48u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__6() { +_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_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(26u); +x_3 = l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(48u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__3; +x_2 = l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__9; +x_3 = l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_panic___at_Lean_PrettyPrinter_delabCore___spec__1___rarg___closed__1() { _start: { @@ -12012,7 +12274,7 @@ _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_Lean_PrettyPrinter_delabCore___rarg___lambda__1___closed__3; x_2 = l_Lean_PrettyPrinter_delabCore___rarg___lambda__1___closed__4; -x_3 = lean_unsigned_to_nat(496u); +x_3 = lean_unsigned_to_nat(506u); x_4 = lean_unsigned_to_nat(18u); x_5 = l_Lean_PrettyPrinter_delabCore___rarg___lambda__1___closed__5; x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -13071,8 +13333,8 @@ static lean_object* _init_l_Lean_PrettyPrinter_delabCore___rarg___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__6; -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__3; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__6; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__3; x_3 = l_Lean_PrettyPrinter_delabCore___rarg___closed__3; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -13366,37 +13628,37 @@ return x_20; } } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__6; -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__3; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__6; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__3; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__2; -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__2; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__4() { _start: { lean_object* x_1; @@ -13404,17 +13666,17 @@ x_1 = lean_mk_string_unchecked("initFn", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__3; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__4; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__3; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__6() { _start: { lean_object* x_1; @@ -13422,47 +13684,47 @@ x_1 = lean_mk_string_unchecked("_@", 2, 2); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__7() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__5; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__8() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__7; -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__7; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__8; -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__8; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__10() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__9; -x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__7; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__9; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__11() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__11() { _start: { lean_object* x_1; @@ -13470,17 +13732,17 @@ x_1 = lean_mk_string_unchecked("Basic", 5, 5); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__12() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__10; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__11; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__10; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__11; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__13() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__13() { _start: { lean_object* x_1; @@ -13488,33 +13750,33 @@ x_1 = lean_mk_string_unchecked("_hyg", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__14() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__12; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__13; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__12; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__15() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__14; -x_2 = lean_unsigned_to_nat(4640u); +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__14; +x_2 = lean_unsigned_to_nat(4664u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__1; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__1; x_3 = 0; -x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__15; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -13630,55 +13892,77 @@ l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___closed__8 = _init_l_ lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___closed__8); l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM = _init_l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM(); lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM); -l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__1 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__1(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__1); -l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__2 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__2(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__2); -l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__3 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__3(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__3); -l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__4 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__4(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__3___closed__4); -l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__1 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__1(); -lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__1); -l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__2 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__2(); -lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__2); -l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__3 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__3(); -lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___spec__5___closed__3); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__1); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__1); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__2); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__3 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__3); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__4 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__4); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__6 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__6); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__7 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__7(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__7); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__8 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__8(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__8); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__9 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__9(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__9); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__10 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__10(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__10); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__11 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__11(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__11); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__12 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__12(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__12); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__13 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__13(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__13); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__14 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__14(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__14); -l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__15 = _init_l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__15(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__15); -if (builtin) {res = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute(lean_io_mk_world()); +l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__1 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__1(); +lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__1); +l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__2 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__2(); +lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__2); +l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__3 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__3(); +lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__3); +l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__4 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__4(); +lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__3___closed__4); +l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__1 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__1(); +lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__1); +l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__2 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__2(); +lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__2); +l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__3 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__3(); +lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____spec__5___closed__3); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__1); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____lambda__2___closed__2); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__1); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__2); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__3 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__3); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__4 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__4); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__5); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__6 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__6); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__7 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__7); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__8 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__8(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__8); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__9 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__9(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__9); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__10 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__10(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__10); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__11 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__11(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__11); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__12 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__12(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__12); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__13 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__13(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__13); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__14 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__14(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__14); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__15 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__15(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370____closed__15); +l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_docString__1___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_docString__1___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_docString__1___closed__1); +if (builtin) {res = l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__1); +l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__2); +l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__3 = _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__3); +l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__4 = _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__4); +l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__5 = _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__5); +l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__6 = _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__6); +l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__7 = _init_l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3___closed__7); +if (builtin) {res = l_Lean_PrettyPrinter_Delaborator_delabAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAttribute_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_370_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_PrettyPrinter_Delaborator_delabAttribute = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_delabAttribute); @@ -13827,25 +14111,47 @@ l_Lean_PrettyPrinter_Delaborator_delab___closed__1 = _init_l_Lean_PrettyPrinter_ lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_delab___closed__1); l_Lean_PrettyPrinter_Delaborator_delab___closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_delab___closed__2(); lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_delab___closed__2); -l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__1); -l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__2); -l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__3 = _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__3); -l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__4 = _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__4); -l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__5 = _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__5); -l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__6 = _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__6); -l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__7 = _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__7(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__7); -l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__8 = _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__8(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__8); -l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__9 = _init_l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__9(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__9); -if (builtin) {res = l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute(lean_io_mk_world()); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__1); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__2); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__3 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__3); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__4 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__4); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__5 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__5); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__6 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__6); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__7 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__7); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__8 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__8(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__8); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__9 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__9(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859____closed__9); +l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_docString__1___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_docString__1___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_docString__1___closed__1); +if (builtin) {res = l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__1); +l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__2); +l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__3 = _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__3); +l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__4 = _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__4); +l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__5 = _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__5); +l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__6 = _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__6); +l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__7 = _init_l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3___closed__7); +if (builtin) {res = l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute___regBuiltin_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_3859_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_appUnexpanderAttribute); @@ -13892,37 +14198,37 @@ l_Lean_PrettyPrinter_delabCore___rarg___closed__5 = _init_l_Lean_PrettyPrinter_d lean_mark_persistent(l_Lean_PrettyPrinter_delabCore___rarg___closed__5); l_Lean_PrettyPrinter_delabCore___rarg___closed__6 = _init_l_Lean_PrettyPrinter_delabCore___rarg___closed__6(); lean_mark_persistent(l_Lean_PrettyPrinter_delabCore___rarg___closed__6); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__1); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__2); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__3); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__4); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__5); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__6); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__7(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__7); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__8(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__8); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__9(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__9); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__10(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__10); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__11(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__11); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__12(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__12); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__13 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__13(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__13); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__14 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__14(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__14); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__15 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__15(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640____closed__15); -if (builtin) {res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4640_(lean_io_mk_world()); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__5); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__6); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__7); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__8(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__8); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__9(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__9); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__10(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__10); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__11(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__11); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__12(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__12); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__13 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__13(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__13); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__14 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__14(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__14); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__15 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__15(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664____closed__15); +if (builtin) {res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4664_(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)); diff --git a/stage0/stdlib/Lean/PrettyPrinter/Formatter.c b/stage0/stdlib/Lean/PrettyPrinter/Formatter.c index 0f51a65ca6..9834ca3125 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Formatter.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Formatter.c @@ -20,10 +20,10 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken(lean_object*, LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_setLhsPrec_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_Formatter_unicodeSymbolNoAntiquot_formatter___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_utf8_extract(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__7; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_withAntiquotSuffixSplice_formatter___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_format___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__3; static lean_object* l_Lean_PrettyPrinter_Formatter_checkKind___closed__7; lean_object* l_Lean_Syntax_Traverser_down(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_instCoeForallFormatterAliasValue(lean_object*); @@ -31,23 +31,23 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_instMonadTraverserFormat LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__5___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_PrettyPrinter_Formatter_pushAlign(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_notFollowedBy_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__2; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Std_instInhabitedFormat; -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___closed__2; LEAN_EXPORT lean_object* l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_SourceInfo_getExprPos_x3f(lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__4; uint32_t lean_string_utf8_get(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3(lean_object*); LEAN_EXPORT uint8_t l_String_anyAux___at_Lean_PrettyPrinter_Formatter_pushToken___spec__1(uint32_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkWsBefore_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_PrettyPrinter_Formatter_manyNoAntiquot_formatter___spec__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_Elab_pushInfoTree___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_setLhsPrec_formatter___rarg(lean_object*); +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_formatCommand___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goDown___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__13; -static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__1; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute(lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__14; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_parseToken(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkStackTop_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_visitAtom___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -56,18 +56,21 @@ LEAN_EXPORT lean_object* l___private_Lean_PrettyPrinter_Formatter_0__Lean_Pretty static lean_object* l_Lean_PrettyPrinter_FormatterM_orElse___rarg___closed__1; static lean_object* l_panic___at_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_fill(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_rawIdentNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_PrettyPrinter_Formatter_interpolatedStr_formatter___spec__1___closed__1; -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__10; +static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_getStackSize___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_checkKind___closed__3; lean_object* l_Lean_indentD(lean_object*); +static lean_object* l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__5; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__6; uint8_t l_Lean_Exception_isInterrupt(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_parseToken___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_formatStxAux(lean_object*, uint8_t, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__3; lean_object* l_Lean_Syntax_Traverser_fromSyntax(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_instMonadTraverserFormatterM___closed__1; static lean_object* l_Lean_PrettyPrinter_Formatter_many1Unbox_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkKind(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -76,7 +79,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkPrec_formatter___bo LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__4___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_format___closed__1; uint8_t l_Lean_Syntax_isAntiquotSuffixSplice(lean_object*); -static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_instOrElseFormatterM(lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_fieldIdx_formatter___closed__2; lean_object* l_Lean_KeyedDeclsAttribute_init___rarg(lean_object*, lean_object*, lean_object*); @@ -88,51 +90,59 @@ lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__3; lean_object* l_Lean_Syntax_getId(lean_object*); lean_object* l_Lean_Environment_findConstVal_x3f(lean_object*, lean_object*, uint8_t); -static lean_object* l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkColGt_formatter(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__2; static lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__5___closed__6; lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_runForNodeKind___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_sepByNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__3; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__5; +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__6(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkColGe_formatter___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_format___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_instMonadTraverserFormatterM___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkLineEq_formatter(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_skip_formatter(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__7; lean_object* l_Lean_Syntax_getArgs(lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__9; LEAN_EXPORT lean_object* l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_getExprPos_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5087_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkLineEq_formatter___rarg(lean_object*); lean_object* l_instInhabitedReaderT___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__4; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__2; lean_object* l_Lean_Parser_andthenFn(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_parseToken___closed__1; -static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__5(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__6; LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_PrettyPrinter_Formatter_optionalNoAntiquot_formatter___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Environment_find_x3f(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_formatterForKindUnsafe(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_throwBacktrack(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__11; LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_PrettyPrinter_Formatter_manyNoAntiquot_formatter___spec__1(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_PrettyPrinter_Formatter_getStackSize___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__10; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkNoWsBefore_formatter___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_format(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_error_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_FormatterM_orElse(lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_parseToken___closed__2; +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkStackTop_formatter___rarg(lean_object*); extern lean_object* l_Lean_LocalContext_empty; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__4; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goUp___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__3___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkLhsPrec_formatter(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_fieldIdx_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -150,6 +160,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_getStack(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_rawCh_formatter(uint32_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_format___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkNoWsBefore_formatter___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_charLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__5___closed__2; @@ -158,6 +169,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_lookahead_formatter___ra lean_object* l_Lean_Parser_ParserFn_run(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__5___closed__4; lean_object* lean_string_push(lean_object*, uint32_t); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkTailWs_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Std_Format_isNil(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_withMaybeTag(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -167,7 +179,6 @@ lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_o lean_object* l_Lean_Parser_getTokenTable(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_skip_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_instInhabitedPUnit; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5069_(lean_object*); LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_format___lambda__2(uint32_t); static lean_object* l_Lean_PrettyPrinter_Formatter_parseToken___closed__3; static lean_object* l_Lean_PrettyPrinter_Formatter_formatterForKindUnsafe___closed__2; @@ -178,6 +189,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_format___lambda__1___boxed(lean_ob LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_trailingNode_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkLinebreakBefore_formatter___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_withoutInfo_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_FormatterM_orElse___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_withFn_formatter(lean_object*); @@ -194,27 +206,25 @@ lean_object* lean_pretty_printer_formatter_interpret_parser_descr(lean_object*, LEAN_EXPORT lean_object* l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_getExprPos_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_formatTerm(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_errorAtSavedPos_formatter___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_trailingNode_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushNone_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_notFollowedBy_formatter___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_docString__1(lean_object*); static lean_object* l_Lean_PrettyPrinter_instOrElseFormatterM___closed__1; LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__1; LEAN_EXPORT lean_object* l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkLhsPrec_formatter___rarg(lean_object*); +static lean_object* l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__1; lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_hygieneInfoNoAntiquot_formatter___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Formatter_identNoAntiquot_formatter___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_instCoeForallForallFormatterAliasValue(lean_object*); lean_object* lean_string_utf8_next(lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__4; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__3; static lean_object* l_Lean_PrettyPrinter_Formatter_strLitNoAntiquot_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_getCur___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_numLitNoAntiquot_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkColGt_formatter___rarg(lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_nameLitNoAntiquot_formatter___closed__1; @@ -222,7 +232,6 @@ static lean_object* l_Lean_PrettyPrinter_Formatter_charLitNoAntiquot_formatter__ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_unicodeSymbolNoAntiquot_formatter___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_formatCommand(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_getStack___boxed(lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__2; static double l_Lean_addTrace___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__3___closed__1; lean_object* lean_nat_to_int(lean_object*); lean_object* l_Lean_MessageData_ofSyntax(lean_object*); @@ -231,104 +240,108 @@ LEAN_EXPORT uint8_t l_String_anyAux___at_Lean_PrettyPrinter_Formatter_pushToken_ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_eoi_formatter___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_getStack___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_manyNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__9; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_concat___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkPrec_formatter(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_withAntiquotSuffixSplice_formatter(lean_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__1; static lean_object* l_Lean_PrettyPrinter_Formatter_numLitNoAntiquot_formatter___closed__2; static lean_object* l_Lean_PrettyPrinter_Formatter_checkKind___closed__6; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goDown___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__8; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_withAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getKind(lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___closed__1; lean_object* l_Lean_MessageData_ofFormat(lean_object*); lean_object* l_Lean_Parser_mkParserState(lean_object*); +static lean_object* l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__7; LEAN_EXPORT lean_object* l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_unicodeSymbolNoAntiquot_formatter___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_visitAtom(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_formatTactic___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_parserOfStack_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_hygieneInfoNoAntiquot_formatter(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_many1Unbox_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_format___lambda__4___closed__1; lean_object* l_Lean_Parser_tokenFn(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__3; +static lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__5; lean_object* lean_st_ref_get(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_ite___rarg(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_nameLitNoAntiquot_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_concat___lambda__1___boxed(lean_object*); lean_object* l_Lean_Attribute_Builtin_getIdent(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__5___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_nameLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_registerAlias(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_hygieneInfoNoAntiquot_formatter___boxed(lean_object*); lean_object* l_Lean_FileMap_ofString(lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushWhitespace(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__10; lean_object* l_Lean_addMessageContextPartial___at_Lean_Core_instAddMessageContextCoreM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_scientificLitNoAntiquot_formatter___closed__1; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472_(lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_formatterForKindUnsafe___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkWsBefore_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3(lean_object*); uint8_t l_Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_checkKind___closed__1; -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_throwBacktrack___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkPrec_formatter___rarg(lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_orelse_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_optionalNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushLine___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__8; static lean_object* l_Lean_PrettyPrinter_Formatter_unicodeSymbolNoAntiquot_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_instMonadTraverserFormatterM___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__4___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__8; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_lookahead_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_formatTactic___closed__1; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__12; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_nonReservedSymbolNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkColGe_formatter(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__3; +static lean_object* l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_docString__1___closed__1; uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_formatTerm___closed__2; static lean_object* l_Lean_addTrace___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__3___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_identNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_interpolatedStr_formatter___boxed__const__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkColGt_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_antiquot_formatter(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_formatTerm___closed__1; -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__9; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goUp___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__3(lean_object*); uint8_t l_Lean_Option_get___at___private_Lean_Util_Profile_0__Lean_get__profiler___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_rawCh_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__2; +static lean_object* l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__4; lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__8; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__7; static lean_object* l_Lean_PrettyPrinter_format___closed__2; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_unicodeSymbolNoAntiquot_formatter___closed__1; uint8_t l_Lean_Syntax_isTokenAntiquot(lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_trailingNode_formatter___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_PrettyPrinter_Formatter_concat___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_concat___closed__1; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__1; +static lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__6; static lean_object* l_panic___at_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___spec__1___closed__3; -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_identEq_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_getCur___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__1___boxed(lean_object*); +static lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__2; static lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__5___closed__5; -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__4(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_String_anyAux___at_Lean_PrettyPrinter_Formatter_pushToken___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__10; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__4(lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushNone_formatter___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_String_anyAux___at_Lean_PrettyPrinter_Formatter_pushToken___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -337,20 +350,17 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_instCoeFormatterAliasVal LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_pp_oneline; static lean_object* l_Lean_PrettyPrinter_Formatter_trailingNode_formatter___lambda__1___closed__1; lean_object* l_Lean_Data_Trie_find_x3f_loop___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__5; static lean_object* l_Lean_PrettyPrinter_Formatter_pushWhitespace___closed__1; static lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__5___closed__1; uint8_t l_Lean_Environment_contains(lean_object*, lean_object*, uint8_t); lean_object* lean_int_sub(lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__3(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__5; -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_notFollowedBy_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_formatterAliasesRef; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushLine(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_setStack___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_parserOfStack_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Substring_takeWhileAux___at_Substring_trimLeft___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkColEq_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -360,12 +370,10 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_instMonadTraverserFormat lean_object* l_Array_extract___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkLinebreakBefore_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_ite(lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__7; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushNone_formatter___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___closed__5; static lean_object* l_Lean_PrettyPrinter_Formatter_formatterForKindUnsafe___closed__3; @@ -373,6 +381,7 @@ uint8_t l_Lean_Syntax_isToken(lean_object*, lean_object*); lean_object* l_Lean_ParserCompiler_registerCombinatorAttribute(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_identNoAntiquot_formatter___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkTailWs_formatter___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__4(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* l_String_findAux(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_scientificLitNoAntiquot_formatter___closed__2; @@ -380,7 +389,6 @@ lean_object* l_Lean_Parser_registerAliasCore___rarg(lean_object*, lean_object*, LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_simp_macro_scopes(lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_instMonadTraverserFormatterM___closed__2; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_lookahead_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_withAntiquotSuffixSplice_formatter___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_scientificLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -399,6 +407,7 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_visitArgs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_fold(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_errorAtSavedPos_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_setStack(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); @@ -409,24 +418,27 @@ lean_object* lean_nat_mod(lean_object*, lean_object*); lean_object* l_Substring_takeRightWhileAux___at_Substring_trimRight___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_PrettyPrinter_Formatter_optionalNoAntiquot_formatter___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_formatterForKindUnsafe___closed__1; -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__7; LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__11; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkNoWsBefore_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkNoImmediateColon_formatter(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_sepBy1NoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkNoImmediateColon_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__6; uint8_t lean_uint32_dec_eq(uint32_t, uint32_t); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_eoi_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__1; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_charLitNoAntiquot_formatter___closed__2; +static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__11; static lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__5___closed__2; lean_object* l_Array_shrink___rarg(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___closed__2; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__2; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__3; +static lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___closed__2; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__12; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Substring_prevn(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -435,36 +447,35 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_format___spec lean_object* lean_panic_fn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_withAntiquotSuffixSplice_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_fieldIdx_formatter___closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_format___lambda__4___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__4(lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_identNoAntiquot_formatter___closed__2; lean_object* lean_nat_sub(lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_interpretParserDescr_x27___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Std_Format_getIndent(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_checkKind___closed__4; extern lean_object* l_Lean_PrettyPrinter_backtrackExceptionId; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_skip_formatter___rarg(lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__5; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_andthen_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_errorAtSavedPos_formatter(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkLhsPrec_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_forRevM_loop___at_Lean_PrettyPrinter_Formatter_sepByNoAntiquot_formatter___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_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_instMonadTraverserFormatterM___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_indent(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__12; LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_PrettyPrinter_format___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkColGe_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_mkAntiquot_formatter_x27___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_PrettyPrinter_Formatter_pushNone_formatter(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_strLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_back_x21___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__6; extern lean_object* l_Lean_Core_instMonadCoreM; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__4(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_visitAtom___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_getStackSize___boxed(lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___closed__3; @@ -474,93 +485,106 @@ static lean_object* l_Lean_PrettyPrinter_Formatter_checkKind___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_formatCategory(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_error_formatter___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_withMaybeTag___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__9; static lean_object* l_Lean_PrettyPrinter_format___lambda__4___closed__5; static lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__5___closed__1; lean_object* lean_array_mk(lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__1; +static lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_recover_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Substring_beq(lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_getStackSize(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_PrettyPrinter_Formatter_many1NoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_Traverser_up(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204_(lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___closed__1; lean_object* lean_array_uget(lean_object*, size_t); -static lean_object* l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__2; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669_(lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_identNoAntiquot_formatter___closed__3; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__8; lean_object* l_instInhabitedOfMonad___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkKind___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedSyntax; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_isTracingEnabledFor___at_Lean_Core_wrapAsyncAsSnapshot___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_formatterAttribute; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__12; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkNoImmediateColon_formatter___rarg(lean_object*); +static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__2; static lean_object* l_Lean_PrettyPrinter_format___lambda__4___closed__3; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__3; static lean_object* l_panic___at_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___spec__1___closed__1; static lean_object* l_Lean_PrettyPrinter_Formatter_many1Unbox_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushAlign___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_hygieneInfoNoAntiquot_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_registerAlias___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_instMonadTraverserFormatterM___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__5; lean_object* lean_string_append(lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6; +LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__5___closed__3; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__1; static lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__5; uint8_t l_Lean_Parser_isValidSyntaxNodeKind(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__5___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__1; lean_object* lean_array_get_size(lean_object*); lean_object* l_Lean_Parser_whitespace(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkLinebreakBefore_formatter(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_PrettyPrinter_mkCombinatorFormatterAttribute(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_categoryParser_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_unicodeSymbolNoAntiquot_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_getCur___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__1(lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__2; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_format___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_interpolatedStr_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__2; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_withFn_formatter___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_unicodeSymbolNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_error_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_formatterForKindUnsafe___closed__5; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__2; uint8_t l_Lean_Exception_isRuntime(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_identEq_formatter(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_withFn_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_format___lambda__2___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_ite___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_formatTactic(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_setLhsPrec_formatter(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_strLitNoAntiquot_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_concat(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_throwBacktrack___rarg___closed__1; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkNoWsBefore_formatter(lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__13; static lean_object* l_Lean_PrettyPrinter_Formatter_parseToken___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_numLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkColEq_formatter(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__11; lean_object* l_ReaderT_instMonad___rarg(lean_object*); static lean_object* l_Lean_PrettyPrinter_formatCommand___closed__1; static lean_object* l_Lean_PrettyPrinter_Formatter_formatterForKindUnsafe___closed__6; -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__14; -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_node_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkColEq_formatter___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_PrettyPrinter_Formatter_interpolatedStr_formatter___spec__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_PrettyPrinter_Formatter_trailingNode_formatter___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_PrettyPrinter_Formatter_concat___spec__1(lean_object*, size_t, size_t, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__1; uint8_t l_Array_isEmpty___rarg(lean_object*); lean_object* l_Lean_Option_register___at_Lean_initFn____x40_Lean_Util_Profile___hyg_5____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_identEq_formatter___boxed(lean_object*); @@ -800,7 +824,7 @@ x_2 = l_Lean_PrettyPrinter_instOrElseFormatterM___closed__1; return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__4(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; @@ -838,7 +862,7 @@ return x_13; } } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__1() { +static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__1() { _start: { lean_object* x_1; @@ -846,16 +870,16 @@ x_1 = lean_mk_string_unchecked("unknown constant '", 18, 18); return x_1; } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__2() { +static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__1; +x_1 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__3() { +static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__3() { _start: { lean_object* x_1; @@ -863,16 +887,16 @@ x_1 = lean_mk_string_unchecked("'", 1, 1); return x_1; } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__4() { +static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__3; +x_1 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__3; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____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; @@ -896,15 +920,15 @@ lean_free_object(x_5); x_12 = lean_box(0); x_13 = l_Lean_Expr_const___override(x_1, x_12); x_14 = l_Lean_MessageData_ofExpr(x_13); -x_15 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__2; +x_15 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__2; x_16 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_14); -x_17 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__4; +x_17 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__4; 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_Lean_throwError___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__4(x_18, x_2, x_3, x_8); +x_19 = l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__4(x_18, x_2, x_3, x_8); return x_19; } else @@ -938,15 +962,15 @@ lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean x_26 = lean_box(0); x_27 = l_Lean_Expr_const___override(x_1, x_26); x_28 = l_Lean_MessageData_ofExpr(x_27); -x_29 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__2; +x_29 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__2; x_30 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_30, 0, x_29); lean_ctor_set(x_30, 1, x_28); -x_31 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__4; +x_31 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__4; x_32 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_32, 0, x_30); lean_ctor_set(x_32, 1, x_31); -x_33 = l_Lean_throwError___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__4(x_32, x_2, x_3, x_22); +x_33 = l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__4(x_32, x_2, x_3, x_22); return x_33; } else @@ -964,12 +988,12 @@ return x_35; } } } -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { lean_object* x_5; lean_inc(x_1); -x_5 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3(x_1, x_2, x_3, x_4); if (lean_obj_tag(x_5) == 0) { uint8_t x_6; @@ -1032,7 +1056,7 @@ return x_22; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__6(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; uint8_t x_8; @@ -1242,7 +1266,7 @@ return x_63; } } } -static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__1() { +static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -1251,23 +1275,23 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__2() { +static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__1; +x_1 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__1; 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_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__3() { +static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__3() { _start: { size_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = 5; -x_2 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__2; -x_3 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__1; +x_2 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__2; +x_3 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__1; x_4 = lean_unsigned_to_nat(0u); x_5 = lean_alloc_ctor(0, 4, sizeof(size_t)*1); lean_ctor_set(x_5, 0, x_2); @@ -1278,7 +1302,7 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____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; uint8_t x_8; @@ -1323,20 +1347,20 @@ lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; x_15 = lean_ctor_get(x_5, 1); lean_inc(x_15); lean_dec(x_5); -x_16 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__3; +x_16 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__3; x_17 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_17, 0, x_1); lean_ctor_set(x_17, 1, x_16); -x_18 = l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__6(x_17, x_2, x_3, x_15); +x_18 = l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__6(x_17, x_2, x_3, x_15); return x_18; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1(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_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1(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_mkConstWithLevelParams___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__2(x_2, x_4, x_5, x_6); +x_7 = l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__2(x_2, x_4, x_5, x_6); if (lean_obj_tag(x_7) == 0) { 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; lean_object* x_15; lean_object* x_16; @@ -1359,7 +1383,7 @@ lean_ctor_set(x_14, 3, x_8); lean_ctor_set_uint8(x_14, sizeof(void*)*4, x_13); x_15 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_15, 0, x_14); -x_16 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5(x_15, x_4, x_5, x_9); +x_16 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5(x_15, x_4, x_5, x_9); return x_16; } else @@ -1388,7 +1412,7 @@ return x_20; } } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__1(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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__1(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; @@ -1398,7 +1422,7 @@ lean_ctor_set(x_6, 1, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__2(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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__2(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; lean_object* x_11; uint8_t x_12; @@ -1448,7 +1472,7 @@ lean_object* x_19; lean_object* x_20; lean_free_object(x_11); x_19 = lean_box(0); lean_inc(x_1); -x_20 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1(x_2, x_1, x_19, x_4, x_5, x_14); +x_20 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1(x_2, x_1, x_19, x_4, x_5, x_14); if (lean_obj_tag(x_20) == 0) { uint8_t x_21; @@ -1542,7 +1566,7 @@ else lean_object* x_37; lean_object* x_38; x_37 = lean_box(0); lean_inc(x_1); -x_38 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1(x_2, x_1, x_37, x_4, x_5, x_30); +x_38 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1(x_2, x_1, x_37, x_4, x_5, x_30); if (lean_obj_tag(x_38) == 0) { lean_object* x_39; lean_object* x_40; lean_object* x_41; @@ -1595,7 +1619,7 @@ return x_45; } } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___closed__1() { _start: { lean_object* x_1; @@ -1603,16 +1627,16 @@ x_1 = lean_mk_string_unchecked("invalid [formatter] argument, unknown syntax kin return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___closed__1; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3(uint8_t 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; lean_object* x_10; lean_object* x_11; @@ -1671,7 +1695,7 @@ lean_dec(x_32); lean_dec(x_10); lean_dec(x_9); x_34 = lean_box(0); -x_35 = l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__2(x_14, x_12, x_34, x_3, x_4, x_13); +x_35 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__2(x_14, x_12, x_34, x_3, x_4, x_13); lean_dec(x_3); return x_35; } @@ -1687,7 +1711,7 @@ if (x_16 == 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; uint8_t x_23; lean_dec(x_12); x_17 = l_Lean_MessageData_ofName(x_14); -x_18 = l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___closed__2; +x_18 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___closed__2; if (lean_is_scalar(x_9)) { x_19 = lean_alloc_ctor(7, 2, 0); } else { @@ -1696,7 +1720,7 @@ if (lean_is_scalar(x_9)) { } lean_ctor_set(x_19, 0, x_18); lean_ctor_set(x_19, 1, x_17); -x_20 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__4; +x_20 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__4; x_21 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_21, 0, x_19); lean_ctor_set(x_21, 1, x_20); @@ -1726,7 +1750,7 @@ else lean_object* x_27; lean_object* x_28; lean_dec(x_9); x_27 = lean_box(0); -x_28 = l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__2(x_14, x_12, x_27, x_3, x_4, x_13); +x_28 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__2(x_14, x_12, x_27, x_3, x_4, x_13); lean_dec(x_3); return x_28; } @@ -1759,7 +1783,7 @@ return x_39; } } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__4(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__4(uint8_t 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; @@ -1770,7 +1794,7 @@ lean_ctor_set(x_7, 1, x_5); return x_7; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__1() { _start: { lean_object* x_1; @@ -1778,17 +1802,17 @@ x_1 = lean_mk_string_unchecked("builtin_formatter", 17, 17); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__1; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__3() { _start: { lean_object* x_1; @@ -1796,17 +1820,17 @@ x_1 = lean_mk_string_unchecked("formatter", 9, 9); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__3; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__5() { _start: { lean_object* x_1; @@ -1814,7 +1838,7 @@ x_1 = lean_mk_string_unchecked("Lean", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6() { _start: { lean_object* x_1; @@ -1822,7 +1846,7 @@ x_1 = lean_mk_string_unchecked("PrettyPrinter", 13, 13); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__7() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__7() { _start: { lean_object* x_1; @@ -1830,51 +1854,51 @@ x_1 = lean_mk_string_unchecked("Formatter", 9, 9); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__8() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__7; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__7; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__9() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("Register a formatter for a parser.\n\n [formatter k] registers a declaration of type `Lean.PrettyPrinter.Formatter` for the `SyntaxNodeKind` `k`.", 144, 144); +x_1 = lean_mk_string_unchecked("Register a formatter for a parser.", 34, 34); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__10() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__10() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___boxed), 5, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__11() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__11() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__4___boxed), 5, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__4___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__12() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__12() { _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; lean_object* x_7; -x_1 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__2; -x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__4; -x_3 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__9; -x_4 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__8; -x_5 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__10; -x_6 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__11; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__2; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__4; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__9; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__8; +x_5 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__10; +x_6 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__11; x_7 = lean_alloc_ctor(0, 6, 0); lean_ctor_set(x_7, 0, x_1); lean_ctor_set(x_7, 1, x_2); @@ -1885,7 +1909,7 @@ lean_ctor_set(x_7, 5, x_6); return x_7; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__13() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__13() { _start: { lean_object* x_1; @@ -1893,134 +1917,254 @@ x_1 = lean_mk_string_unchecked("formatterAttribute", 18, 18); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__14() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__13; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__13; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__12; -x_3 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__14; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__12; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__14; x_4 = l_Lean_KeyedDeclsAttribute_init___rarg(x_2, x_3, x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__4___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_throwError___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__4(x_1, x_2, x_3, x_4); +x_5 = l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__4(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____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_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__2___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_mkConstWithLevelParams___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__2(x_1, x_2, x_3, x_4); +x_5 = l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__6___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_pushInfoTree___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__6(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__6(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____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_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___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_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____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: { lean_object* x_7; -x_7 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__1(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__1___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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__1___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_PrettyPrinter_mkFormatterAttribute___lambda__1(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__1(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__2___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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__2___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_PrettyPrinter_mkFormatterAttribute___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__2(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___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; lean_object* x_7; x_6 = lean_unbox(x_1); lean_dec(x_1); -x_7 = l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3(x_6, x_2, x_3, x_4, x_5); +x_7 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3(x_6, x_2, x_3, x_4, x_5); lean_dec(x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__4___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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__4___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; lean_object* x_7; x_6 = lean_unbox(x_1); lean_dec(x_1); -x_7 = l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__4(x_6, x_2, x_3, x_4, x_5); +x_7 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__4(x_6, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); return x_7; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a formatter for a parser.\n\n`@[formatter k]` registers a declaration of type `Lean.PrettyPrinter.Formatter` to be used for\nformatting syntax of kind `k`.\n", 163, 163); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__14; +x_3 = l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(61u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(85u); +x_2 = lean_unsigned_to_nat(3u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__3() { +_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_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(3u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(68u); +x_2 = lean_unsigned_to_nat(26u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(68u); +x_2 = lean_unsigned_to_nat(44u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__6() { +_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_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(26u); +x_3 = l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(44u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__3; +x_2 = l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__14; +x_3 = l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__1() { _start: { lean_object* x_1; @@ -2028,17 +2172,17 @@ x_1 = lean_mk_string_unchecked("combinator_formatter", 20, 20); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__1; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__3() { _start: { lean_object* x_1; @@ -2046,36 +2190,175 @@ x_1 = lean_mk_string_unchecked("mkCombinatorFormatterAttribute", 30, 30); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__3; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__3; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__5() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("Register a formatter for a parser combinator.\n\n [combinator_formatter c] registers a declaration of type `Lean.PrettyPrinter.Formatter` for the `Parser` declaration `c`.\n Note that, unlike with [formatter], this is not a node kind since combinators usually do not introduce their own node kinds.\n The tagged declaration may optionally accept parameters corresponding to (a prefix of) those of `c`, where `Parser` is replaced\n with `Formatter` in the parameter types.", 470, 470); +x_1 = lean_mk_string_unchecked("Register a formatter for a parser combinator", 44, 44); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__2; -x_3 = l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__5; -x_4 = l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__2; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__5; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__4; x_5 = l_Lean_ParserCompiler_registerCombinatorAttribute(x_2, x_3, x_4, x_1); return x_5; } } +static lean_object* _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("combinatorFormatterAttribute", 28, 28); +return x_1; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6; +x_3 = l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__1; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a formatter for a parser combinator.\n\n`@[combinator_formatter c]` registers a declaration of type `Lean.PrettyPrinter.Formatter` for the\n`Parser` declaration `c`. Note that, unlike with `@[formatter]`, this is not a node kind since\ncombinators usually do not introduce their own node kinds. The tagged declaration may optionally\naccept parameters corresponding to (a prefix of) those of `c`, where `Parser` is replaced with\n`Formatter` in the parameter types.\n", 470, 470); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__2; +x_3 = l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__3; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(87u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(101u); +x_2 = lean_unsigned_to_nat(54u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__3() { +_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_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(54u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(97u); +x_2 = lean_unsigned_to_nat(26u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(97u); +x_2 = lean_unsigned_to_nat(54u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__6() { +_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_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(26u); +x_3 = l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(54u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__3; +x_2 = l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__2; +x_3 = l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_PrettyPrinter_Formatter_throwBacktrack___rarg___closed__1() { _start: { @@ -5917,7 +6200,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_Formatter_categoryFormatterCore__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6; x_2 = l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -6951,7 +7234,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_Formatter_checkKind___closed__2() _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6; x_2 = l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___closed__1; x_3 = l_Lean_PrettyPrinter_Formatter_checkKind___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); @@ -7054,7 +7337,7 @@ x_26 = l_Lean_MessageData_ofName(x_1); x_27 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_27, 0, x_25); lean_ctor_set(x_27, 1, x_26); -x_28 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__4; +x_28 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__4; x_29 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_29, 0, x_27); lean_ctor_set(x_29, 1, x_28); @@ -7104,7 +7387,7 @@ x_45 = l_Lean_MessageData_ofName(x_1); x_46 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_46, 0, x_44); lean_ctor_set(x_46, 1, x_45); -x_47 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__4; +x_47 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__4; x_48 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_48, 0, x_46); lean_ctor_set(x_48, 1, x_47); @@ -7194,7 +7477,7 @@ x_72 = l_Lean_MessageData_ofName(x_1); x_73 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_73, 0, x_71); lean_ctor_set(x_73, 1, x_72); -x_74 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__4; +x_74 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__4; x_75 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_75, 0, x_73); lean_ctor_set(x_75, 1, x_74); @@ -8899,7 +9182,7 @@ _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_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__5; x_2 = l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__6; -x_3 = lean_unsigned_to_nat(410u); +x_3 = lean_unsigned_to_nat(423u); x_4 = lean_unsigned_to_nat(42u); x_5 = l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__7; x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -8971,7 +9254,7 @@ lean_dec(x_1); x_29 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_29, 0, x_7); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__4; +x_30 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__4; x_31 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_31, 0, x_29); lean_ctor_set(x_31, 1, x_30); @@ -9010,7 +9293,7 @@ lean_dec(x_1); x_45 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_45, 0, x_7); lean_ctor_set(x_45, 1, x_44); -x_46 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__4; +x_46 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__4; x_47 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_47, 0, x_45); lean_ctor_set(x_47, 1, x_46); @@ -9166,7 +9449,7 @@ lean_dec(x_1); x_86 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_86, 0, x_84); lean_ctor_set(x_86, 1, x_85); -x_87 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__4; +x_87 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__4; x_88 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_88, 0, x_86); lean_ctor_set(x_88, 1, x_87); @@ -12114,7 +12397,7 @@ x_10 = l_Lean_PrettyPrinter_Formatter_ite___rarg(x_9, x_2, x_3, x_4, x_5, x_6, x return x_10; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5069_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5087_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; @@ -12184,7 +12467,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__1() { _start: { lean_object* x_1; @@ -12192,7 +12475,7 @@ x_1 = lean_mk_string_unchecked("pp", 2, 2); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__2() { _start: { lean_object* x_1; @@ -12200,17 +12483,17 @@ x_1 = lean_mk_string_unchecked("oneline", 7, 7); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__1; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__2; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__1; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__2; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__4() { _start: { lean_object* x_1; @@ -12218,13 +12501,13 @@ x_1 = lean_mk_string_unchecked("(pretty printer) elide all but first line of pre return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__5() { _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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__1; -x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__1; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__4; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -12233,25 +12516,25 @@ lean_ctor_set(x_5, 2, x_3); return x_5; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__6() { _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_PrettyPrinter_mkFormatterAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__1; -x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__2; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__1; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__2; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__3; -x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__5; -x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__6; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__3; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__5; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__6; x_5 = l_Lean_Option_register___at_Lean_initFn____x40_Lean_Util_Profile___hyg_5____spec__1(x_2, x_3, x_4, x_1); return x_5; } @@ -13006,7 +13289,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_format___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6; x_2 = l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___closed__1; x_3 = l_Lean_PrettyPrinter_format___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); @@ -13250,27 +13533,27 @@ x_6 = l_Lean_PrettyPrinter_formatCategory(x_5, x_1, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__1; -x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__1; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__3() { _start: { lean_object* x_1; @@ -13278,17 +13561,17 @@ x_1 = lean_mk_string_unchecked("initFn", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__2; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__3; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__2; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__5() { _start: { lean_object* x_1; @@ -13296,47 +13579,47 @@ x_1 = lean_mk_string_unchecked("_@", 2, 2); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__4; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__5; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__7() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__6; -x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__5; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__6; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__8() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__7; -x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__7; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__8; -x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___closed__7; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__8; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__10() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__10() { _start: { lean_object* x_1; @@ -13344,33 +13627,33 @@ x_1 = lean_mk_string_unchecked("_hyg", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__11() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__9; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__10; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__9; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__12() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__11; -x_2 = lean_unsigned_to_nat(5651u); +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__11; +x_2 = lean_unsigned_to_nat(5669u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___closed__2; x_3 = 0; -x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__12; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__12; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -13471,68 +13754,116 @@ l_Lean_PrettyPrinter_FormatterM_orElse___rarg___closed__1 = _init_l_Lean_PrettyP lean_mark_persistent(l_Lean_PrettyPrinter_FormatterM_orElse___rarg___closed__1); l_Lean_PrettyPrinter_instOrElseFormatterM___closed__1 = _init_l_Lean_PrettyPrinter_instOrElseFormatterM___closed__1(); lean_mark_persistent(l_Lean_PrettyPrinter_instOrElseFormatterM___closed__1); -l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__1 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__1(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__1); -l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__2 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__2(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__2); -l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__3 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__3(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__3); -l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__4 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__4(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__3___closed__4); -l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__1 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__1(); -lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__1); -l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__2 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__2(); -lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__2); -l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__3 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__3(); -lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkFormatterAttribute___spec__5___closed__3); -l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___closed__1 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___closed__1); -l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___closed__2 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___closed__2); -l_Lean_PrettyPrinter_mkFormatterAttribute___closed__1 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___closed__1); -l_Lean_PrettyPrinter_mkFormatterAttribute___closed__2 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___closed__2); -l_Lean_PrettyPrinter_mkFormatterAttribute___closed__3 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___closed__3); -l_Lean_PrettyPrinter_mkFormatterAttribute___closed__4 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___closed__4); -l_Lean_PrettyPrinter_mkFormatterAttribute___closed__5 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___closed__5); -l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6); -l_Lean_PrettyPrinter_mkFormatterAttribute___closed__7 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__7(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___closed__7); -l_Lean_PrettyPrinter_mkFormatterAttribute___closed__8 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__8(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___closed__8); -l_Lean_PrettyPrinter_mkFormatterAttribute___closed__9 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__9(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___closed__9); -l_Lean_PrettyPrinter_mkFormatterAttribute___closed__10 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__10(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___closed__10); -l_Lean_PrettyPrinter_mkFormatterAttribute___closed__11 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__11(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___closed__11); -l_Lean_PrettyPrinter_mkFormatterAttribute___closed__12 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__12(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___closed__12); -l_Lean_PrettyPrinter_mkFormatterAttribute___closed__13 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__13(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___closed__13); -l_Lean_PrettyPrinter_mkFormatterAttribute___closed__14 = _init_l_Lean_PrettyPrinter_mkFormatterAttribute___closed__14(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkFormatterAttribute___closed__14); -if (builtin) {res = l_Lean_PrettyPrinter_mkFormatterAttribute(lean_io_mk_world()); +l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__1 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__1(); +lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__1); +l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__2 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__2(); +lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__2); +l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__3 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__3(); +lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__3); +l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__4 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__4(); +lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__3___closed__4); +l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__1 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__1(); +lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__1); +l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__2 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__2(); +lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__2); +l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__3 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__3(); +lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____spec__5___closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____lambda__3___closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__5); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__6); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__7); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__8(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__8); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__9(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__9); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__10(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__10); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__11(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__11); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__12(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__12); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__13 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__13(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__13); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__14 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__14(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204____closed__14); +l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_docString__1___closed__1 = _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_docString__1___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_docString__1___closed__1); +if (builtin) {res = l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__1 = _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__1); +l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__2 = _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__2); +l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__3 = _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__3); +l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__4 = _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__4); +l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__5 = _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__5); +l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__6 = _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__6); +l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__7 = _init_l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3___closed__7); +if (builtin) {res = l_Lean_PrettyPrinter_formatterAttribute___regBuiltin_Lean_PrettyPrinter_formatterAttribute_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_204_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_PrettyPrinter_formatterAttribute = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_PrettyPrinter_formatterAttribute); lean_dec_ref(res); -}l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__1 = _init_l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__1); -l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__2 = _init_l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__2); -l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__3 = _init_l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__3); -l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__4 = _init_l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__4); -l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__5 = _init_l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__5); -if (builtin) {res = l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute(lean_io_mk_world()); +}l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472____closed__5); +l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__1 = _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__1); +l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__2 = _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__2); +l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__3 = _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1___closed__3); +if (builtin) {res = l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__1 = _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__1); +l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__2 = _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__2); +l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__3 = _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__3); +l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__4 = _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__4); +l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__5 = _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__5); +l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__6 = _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__6); +l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__7 = _init_l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3___closed__7); +if (builtin) {res = l_Lean_PrettyPrinter_combinatorFormatterAttribute___regBuiltin_Lean_PrettyPrinter_combinatorFormatterAttribute_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_472_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_PrettyPrinter_combinatorFormatterAttribute = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_PrettyPrinter_combinatorFormatterAttribute); @@ -13710,26 +14041,26 @@ l_Lean_PrettyPrinter_Formatter_interpolatedStr_formatter___closed__1 = _init_l_L lean_mark_persistent(l_Lean_PrettyPrinter_Formatter_interpolatedStr_formatter___closed__1); l_Lean_PrettyPrinter_Formatter_interpolatedStr_formatter___boxed__const__1 = _init_l_Lean_PrettyPrinter_Formatter_interpolatedStr_formatter___boxed__const__1(); lean_mark_persistent(l_Lean_PrettyPrinter_Formatter_interpolatedStr_formatter___boxed__const__1); -if (builtin) {res = l_Lean_PrettyPrinter_Formatter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5069_(lean_io_mk_world()); +if (builtin) {res = l_Lean_PrettyPrinter_Formatter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5087_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_PrettyPrinter_Formatter_formatterAliasesRef = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_PrettyPrinter_Formatter_formatterAliasesRef); lean_dec_ref(res); }l_Lean_PrettyPrinter_Formatter_registerAlias___closed__1 = _init_l_Lean_PrettyPrinter_Formatter_registerAlias___closed__1(); lean_mark_persistent(l_Lean_PrettyPrinter_Formatter_registerAlias___closed__1); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__1); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__2); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__3); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__4); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__5); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168____closed__6); -if (builtin) {res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5168_(lean_io_mk_world()); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__5); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186____closed__6); +if (builtin) {res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5186_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_PrettyPrinter_pp_oneline = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_PrettyPrinter_pp_oneline); @@ -13762,31 +14093,31 @@ l_Lean_PrettyPrinter_formatCommand___closed__1 = _init_l_Lean_PrettyPrinter_form lean_mark_persistent(l_Lean_PrettyPrinter_formatCommand___closed__1); l_Lean_PrettyPrinter_formatCommand___closed__2 = _init_l_Lean_PrettyPrinter_formatCommand___closed__2(); lean_mark_persistent(l_Lean_PrettyPrinter_formatCommand___closed__2); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__1); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__2); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__3); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__4); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__5); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__6); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__7(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__7); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__8(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__8); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__9(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__9); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__10(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__10); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__11(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__11); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__12(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651____closed__12); -if (builtin) {res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5651_(lean_io_mk_world()); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__5); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__6); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__7); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__8(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__8); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__9(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__9); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__10(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__10); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__11(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__11); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__12(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669____closed__12); +if (builtin) {res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_5669_(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)); diff --git a/stage0/stdlib/Lean/PrettyPrinter/Parenthesizer.c b/stage0/stdlib/Lean/PrettyPrinter/Parenthesizer.c index 9ced87215b..bc8e1e7f08 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Parenthesizer.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Parenthesizer.c @@ -14,51 +14,57 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_fieldIdx_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_recover_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_liftCoreM___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_unicodeSymbolNoAntiquot_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__14; LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_PrettyPrinter_Parenthesizer_parenthesizeCategoryCore___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_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_eoi_parenthesizer___rarg(lean_object*); lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_nameLitNoAntiquot_parenthesizer(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_Traverser_down(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens___closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_withFn_parenthesizer___boxed(lean_object*); +static lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_eoi_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__6(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkKind(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_strLitNoAntiquot_parenthesizer(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_categoryParenthesizerAttribute; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_getCur___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_throwBacktrack___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__4; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__25; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_nonReservedSymbolNoAntiquot_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_Syntax_setHeadInfo(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_sepBy1NoAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__9; +lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_mkAntiquot_parenthesizer_x27___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__1; +static lean_object* l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkStackTop_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__12; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_pushNone_parenthesizer(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_parenthesizeTerm(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__2; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__9; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens___closed__2; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_strLitNoAntiquot_parenthesizer___boxed(lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__2; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__11; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_skip_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getHeadInfo(lean_object*); -static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__2; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__12; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__5___closed__1; lean_object* l_Lean_indentD(lean_object*); uint8_t l_Lean_Exception_isInterrupt(lean_object*); @@ -70,7 +76,6 @@ static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambd static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserParenthesizerM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at_Lean_PrettyPrinter_Parenthesizer_sepByNoAntiquot_parenthesizer___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__2; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__13; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_withAntiquotSuffixSplice_parenthesizer(lean_object*); uint8_t l_Lean_Syntax_isAntiquotSuffixSplice(lean_object*); @@ -81,63 +86,58 @@ lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___closed__4; lean_object* l_Lean_Syntax_getId(lean_object*); lean_object* l_Lean_Environment_findConstVal_x3f(lean_object*, lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__11; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__1; lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute(lean_object*); lean_object* l_Lean_PrettyPrinter_runForNodeKind___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__4; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_setCur___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goDown___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawCh_parenthesizer___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_symbolNoAntiquot_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at_Lean_PrettyPrinter_Parenthesizer_sepByNoAntiquot_parenthesizer___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_getCur___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__1(lean_object*); -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_many1Unbox_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_PrettyPrinter_Parenthesizer_manyNoAntiquot_parenthesizer___spec__1(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_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__6; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__12; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goRight___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationParenthesizerM___spec__1(lean_object*); extern lean_object* l_Lean_Parser_ParserExtension_instInhabitedState; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__10; -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__4; lean_object* l_Lean_instMonadQuotationOfMonadFunctorOfMonadLift___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArgs(lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkKind___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_trailingNode_parenthesizer___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_pretty_printer_parenthesizer_interpret_parser_descr(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationParenthesizerM___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_fieldIdx_parenthesizer___boxed(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer___regBuiltin_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer__1___closed__1; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer___lambda__1(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__4; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_docString__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goUp___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__4___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_hygieneInfoNoAntiquot_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__9___boxed(lean_object**); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationParenthesizerM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__4; -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__2; -LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_parenthesizeCommand___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_numLitNoAntiquot_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_ite___rarg(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_getPPParens(lean_object*); -static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__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*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__28; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__8; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_nameLitNoAntiquot_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkColGt_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__10; -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__8; lean_object* l_Lean_Environment_find_x3f(lean_object*, lean_object*, uint8_t); -LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_PrettyPrinter_Parenthesizer_manyNoAntiquot_parenthesizer___spec__1___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_PrettyPrinter_Parenthesizer_checkKind___closed__7; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawCh_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer___lambda__1(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_leadingNode_parenthesizer___closed__1; @@ -146,37 +146,35 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkColEq_parenthes LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawCh_parenthesizer(uint32_t, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_errorAtSavedPos_parenthesizer___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__4(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_getCur___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__1___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3(lean_object*); extern lean_object* l_Lean_LocalContext_empty; uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_parenthesizerForKindUnsafe___closed__3; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer___closed__1; -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__9; lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_parserOfStack_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer___closed__3; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__9; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goRight___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__5___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserParenthesizerM___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_addPrecCheck(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkColEq_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_PrettyPrinter_Parenthesizer_parenthesizeCategoryCore___spec__1(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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__1; LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationParenthesizerM___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_trailingNode_parenthesizer___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__1; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer___closed__1; lean_object* l_Lean_Syntax_Traverser_left(lean_object*); +static lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__3; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawIdentNoAntiquot_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_withFn_parenthesizer(lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__4; -static lean_object* l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__1; +static lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_skip_parenthesizer___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__5; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens___closed__1; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_identNoAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_PrettyPrinter_Parenthesizer_orelse_parenthesizer___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*); @@ -185,28 +183,27 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer( LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_liftCoreM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_PrettyPrinter_parenthesize___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkColGe_parenthesizer___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761_(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_categoryParser_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkLinebreakBefore_parenthesizer___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer___regBuiltin_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer__1(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_orelse_parenthesizer___closed__1; extern lean_object* l_instInhabitedNat; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute(lean_object*); lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_fieldIdx_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__6; -static lean_object* l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__5; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_withAntiquotSuffixSplice_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__7(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_PrettyPrinter_Parenthesizer_checkColGt_parenthesizer___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_ite___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__9; lean_object* l_Nat_reprFast(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_skip_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer___regBuiltin_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer__1___closed__3; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_withPositionAfterLinebreak_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isAntiquot(lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -221,11 +218,13 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_errorAtSavedPos_pare static lean_object* l_Lean_PrettyPrinter_parenthesizeCommand___closed__2; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__7___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_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_docString__1(lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__8___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_PrettyPrinter_Parenthesizer_orelse_parenthesizer___closed__2; -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__14; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__3; +static lean_object* l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkLineEq_parenthesizer___rarg(lean_object*); lean_object* l_ReaderT_instMonadFunctor(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_PrettyPrinter_Parenthesizer_orelse_parenthesizer___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -235,24 +234,28 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_visitToken___boxed(l LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__2(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_PrettyPrinter_Parenthesizer_rawCh_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_instOrElseParenthesizerM___closed__1; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__4(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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_visitArgs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserParenthesizerM___closed__4; LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_PrettyPrinter_Parenthesizer_trailingNode_parenthesizer___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__4; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goDown___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkWsBefore_parenthesizer___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_PrettyPrinter_Parenthesizer_trailingNode_parenthesizer___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__12; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkColGe_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__10; lean_object* l_List_range(lean_object*); +static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_sepByNoAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_atomic_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__9; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_registerAlias___closed__1; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_visitToken___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__9; -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_parenthesizerAttribute; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationParenthesizerM; @@ -267,15 +270,16 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_pushNone_parenthesiz LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_error_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_identEq_parenthesizer___boxed(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_many1Unbox_parenthesizer___closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__11; +static lean_object* l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__2; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__2; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__18; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goUp___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_back_x3f___rarg(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__19; lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_parenthesize___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_lookahead_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Attribute_Builtin_getIdent(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Parser_parserExtension; @@ -285,24 +289,24 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesize LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_identEq_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_parserOfStack_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__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_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_recover_x27_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_parenthesize___closed__1; +static lean_object* l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__7; lean_object* l_Lean_addMessageContextPartial___at_Lean_Core_instAddMessageContextCoreM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__20; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_node3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_visitArgs___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_Traverser_right(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_pushNone_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__6(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_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkLinebreakBefore_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__8; +static lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__1; static lean_object* l_Lean_addTrace___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__3___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_parenthesizeCategoryCore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_setTailInfo(lean_object*, lean_object*); @@ -311,6 +315,8 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___ static lean_object* l_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer___regBuiltin_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goUp___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__4___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_visitArgs___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__8; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__3; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_getIdx___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkColEq_parenthesizer___rarg(lean_object*); @@ -318,25 +324,28 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_unicodeSymbolNoAntiq LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_symbolNoAntiquot_parenthesizer(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_visitToken(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__16; -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__1; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_withPosition_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawIdentNoAntiquot_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkColGt_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__3; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__10; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_errorAtSavedPos_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkNoImmediateColon_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__8; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__3; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer___closed__3; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_nonReservedSymbolNoAntiquot_parenthesizer___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationParenthesizerM___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_notFollowedBy_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__7; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__3(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_PrettyPrinter_Parenthesizer_numLitNoAntiquot_parenthesizer(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__7; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer___lambda__1___closed__2; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_numLitNoAntiquot_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer___regBuiltin_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer__1(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__24; @@ -344,7 +353,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_identEq_parenthesize lean_object* l_Lean_Syntax_getTailInfo(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_withAntiquotSuffixSplice_parenthesizer___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); -static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkPrec_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instCoeForallParenthesizerAliasValue(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkLinebreakBefore_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); @@ -352,28 +361,28 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPri static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__23; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__6; uint8_t l_Lean_Syntax_isTokenAntiquot(lean_object*); +static lean_object* l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__10; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_symbolNoAntiquot_parenthesizer___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__7; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_parenthesize___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__2; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_many1Unbox_parenthesizer___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__3; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__4___closed__1; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__22; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_getCur___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_scientificLitNoAntiquot_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer___regBuiltin_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer__1___closed__2; -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_leadingNode_parenthesizer___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_lookahead_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_eoi_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_manyNoAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__5; +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__4(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserParenthesizerM; static lean_object* l_Lean_PrettyPrinter_parenthesize___lambda__1___closed__2; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer___closed__2; @@ -381,52 +390,61 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___ static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__8; uint8_t l_Lean_Environment_contains(lean_object*, lean_object*, uint8_t); lean_object* l_Lean_MessageData_ofExpr(lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__13; +static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__2; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__3; -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer___spec__1___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_PrettyPrinter_Parenthesizer_level_parenthesizer___closed__3; extern lean_object* l_Lean_Core_instMonadQuotationCoreM; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkKind___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_identEq_parenthesizer(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationParenthesizerM___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserParenthesizerM___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer___regBuiltin_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer__1___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserParenthesizerM___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___closed__2; double l_Float_ofScientific(lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer___boxed__const__1; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_ite(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer___closed__2; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer___closed__2; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__21; static lean_object* l_Lean_PrettyPrinter_parenthesize___closed__2; +static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_unicodeSymbolNoAntiquot_parenthesizer___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__12; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserParenthesizerM___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4431_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__2; +static lean_object* l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_docString__1___closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_hygieneInfoNoAntiquot_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__5; lean_object* l_Lean_ParserCompiler_registerCombinatorAttribute(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer___regBuiltin_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_withoutInfo_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_parenthesizeCategoryCore___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_registerAliasCore___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__7; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_throwBacktrack___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__7; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_charLitNoAntiquot_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_addPrecCheck___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5; +static lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__3; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__11; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_parenthesizerForKindUnsafe___closed__2; +static lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_scientificLitNoAntiquot_parenthesizer___boxed(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens___closed__7; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_mod(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens___closed__3; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_getIdx___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkColGe_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); @@ -434,22 +452,19 @@ static lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationParenth LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___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_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_parenthesizerAliasesRef; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize(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_PrettyPrinter_Parenthesizer_rawIdentNoAntiquot_parenthesizer(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkWsBefore_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_scientificLitNoAntiquot_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__17; -static lean_object* l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__3; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__7; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_StateRefT_x27_lift(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_parenthesizeCategory(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_ParenthesizerM_orElse(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__8; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__5; lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkNoImmediateColon_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); @@ -460,28 +475,31 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_charLitNoAntiquot_pa LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer___regBuiltin_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_getIdx___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__1(lean_object*); static double l_Lean_addTrace___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__3___closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__1; lean_object* l_Lean_Syntax_setInfo(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_visitArgs___closed__1; lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Syntax_Traverser_setCur(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkTailWs_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__10; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_error_parenthesizer___rarg(lean_object*); extern lean_object* l_Lean_PrettyPrinter_backtrackExceptionId; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserParenthesizerM___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkTailWs_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_orelse_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__11; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___closed__1; extern lean_object* l_Lean_Parser_maxPrec; lean_object* l_Array_back_x21___rarg(lean_object*, lean_object*); LEAN_EXPORT 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*); +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkStackTop_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__10; -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__6; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer___regBuiltin_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer__1___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_charLitNoAntiquot_parenthesizer___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_withAntiquotSuffixSplice_parenthesizer___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instCoeForallForallParenthesizerAliasValue(lean_object*); lean_object* l_List_reverse___rarg(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_throwBacktrack___rarg___closed__1; @@ -491,8 +509,10 @@ lean_object* lean_array_mk(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__15; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_parenthesize(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_strLitNoAntiquot_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_tokenWithAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_parenthesizerForKindUnsafe___closed__4; static lean_object* l_Lean_PrettyPrinter_parenthesize___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_fieldIdx_parenthesizer(lean_object*); @@ -501,12 +521,15 @@ size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_notFollowedBy_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__2; lean_object* l_Lean_Syntax_Traverser_up(lean_object*); +static lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722_(lean_object*); lean_object* lean_mk_antiquot_parenthesizer(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_node_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_lookahead_parenthesizer___rarg(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__7; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_notFollowedBy_parenthesizer___rarg(lean_object*); +static lean_object* l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goRight___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__5___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_strLitNoAntiquot_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_interpretParserDescr_x27___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -519,20 +542,24 @@ static lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationParenth static lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationParenthesizerM___closed__2; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer___regBuiltin_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawIdentNoAntiquot_parenthesizer___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__5(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_addTrace___at_Lean_PrettyPrinter_parenthesize___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_parenthesizeTactic(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_withFn_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserParenthesizerM___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkPrec_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__2; lean_object* l_Lean_KeyedDeclsAttribute_getValues___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer___spec__1___closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__13; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goUp___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__4(lean_object*); static lean_object* l_Lean_addTrace___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__3___closed__2; +static lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__4; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___closed__3; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__4(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; uint8_t l_Lean_Parser_isValidSyntaxNodeKind(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer___regBuiltin_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkNoWsBefore_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); @@ -541,57 +568,64 @@ lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goRight___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__5(lean_object*); static lean_object* l_Lean_PrettyPrinter_ParenthesizerM_orElse___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_nonReservedSymbolNoAntiquot_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__9(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, 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_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_charLitNoAntiquot_parenthesizer(lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__3; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__4___closed__3; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__1; uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, 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_object*); +static lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkNoWsBefore_parenthesizer___rarg(lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_scientificLitNoAntiquot_parenthesizer(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_parenthesizerForKindUnsafe___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_nonReservedSymbolNoAntiquot_parenthesizer(lean_object*, uint8_t, lean_object*); lean_object* l_Lean_MessageData_bracket(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Exception_isRuntime(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_getIdx___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_ParenthesizerM_orElse___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserParenthesizerM___closed__1; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__27; +static lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_numLitNoAntiquot_parenthesizer___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkLineEq_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_parenthesize___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens___closed__4; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkWsBefore_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__5___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_hygieneInfoNoAntiquot_parenthesizer(lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4461_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_hygieneInfoNoAntiquot_parenthesizer___boxed(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_categoryParser_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_many1NoAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_liftCoreM(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__7; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492_(lean_object*); lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Parser_getCategory___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_throwBacktrack(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkTailWs_parenthesizer___rarg(lean_object*); -static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__11; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_parenthesizerForKindUnsafe(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_identNoAntiquot_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_parenthesize___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_nameLitNoAntiquot_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isAntiquotSplice(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkStackTop_parenthesizer___rarg(lean_object*); +static lean_object* l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__4; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkLineEq_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_docString__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_visitToken___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_nameLitNoAntiquot_parenthesizer___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instCoeParenthesizerAliasValue(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_pushNone_parenthesizer___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_registerAlias(lean_object*, lean_object*, lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); +static lean_object* l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__4; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1(lean_object*); static lean_object* _init_l_Lean_PrettyPrinter_ParenthesizerM_orElse___rarg___closed__1() { _start: { @@ -828,7 +862,7 @@ x_2 = l_Lean_PrettyPrinter_instOrElseParenthesizerM___closed__1; return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__4(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; @@ -866,7 +900,7 @@ return x_13; } } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__1() { +static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__1() { _start: { lean_object* x_1; @@ -874,16 +908,16 @@ x_1 = lean_mk_string_unchecked("unknown constant '", 18, 18); return x_1; } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__2() { +static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__1; +x_1 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__3() { +static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__3() { _start: { lean_object* x_1; @@ -891,16 +925,16 @@ x_1 = lean_mk_string_unchecked("'", 1, 1); return x_1; } } -static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__4() { +static lean_object* _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__3; +x_1 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__3; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____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; @@ -924,15 +958,15 @@ lean_free_object(x_5); x_12 = lean_box(0); x_13 = l_Lean_Expr_const___override(x_1, x_12); x_14 = l_Lean_MessageData_ofExpr(x_13); -x_15 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__2; +x_15 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__2; x_16 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_14); -x_17 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__4; +x_17 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__4; 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_Lean_throwError___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__4(x_18, x_2, x_3, x_8); +x_19 = l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__4(x_18, x_2, x_3, x_8); return x_19; } else @@ -966,15 +1000,15 @@ lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean x_26 = lean_box(0); x_27 = l_Lean_Expr_const___override(x_1, x_26); x_28 = l_Lean_MessageData_ofExpr(x_27); -x_29 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__2; +x_29 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__2; x_30 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_30, 0, x_29); lean_ctor_set(x_30, 1, x_28); -x_31 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__4; +x_31 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__4; x_32 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_32, 0, x_30); lean_ctor_set(x_32, 1, x_31); -x_33 = l_Lean_throwError___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__4(x_32, x_2, x_3, x_22); +x_33 = l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__4(x_32, x_2, x_3, x_22); return x_33; } else @@ -992,12 +1026,12 @@ return x_35; } } } -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { lean_object* x_5; lean_inc(x_1); -x_5 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3(x_1, x_2, x_3, x_4); if (lean_obj_tag(x_5) == 0) { uint8_t x_6; @@ -1060,7 +1094,7 @@ return x_22; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__6(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; uint8_t x_8; @@ -1270,7 +1304,7 @@ return x_63; } } } -static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__1() { +static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -1279,23 +1313,23 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__2() { +static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__1; +x_1 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__1; 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_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__3() { +static lean_object* _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__3() { _start: { size_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = 5; -x_2 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__2; -x_3 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__1; +x_2 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__2; +x_3 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__1; x_4 = lean_unsigned_to_nat(0u); x_5 = lean_alloc_ctor(0, 4, sizeof(size_t)*1); lean_ctor_set(x_5, 0, x_2); @@ -1306,7 +1340,7 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____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; uint8_t x_8; @@ -1351,20 +1385,20 @@ lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; x_15 = lean_ctor_get(x_5, 1); lean_inc(x_15); lean_dec(x_5); -x_16 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__3; +x_16 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__3; x_17 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_17, 0, x_1); lean_ctor_set(x_17, 1, x_16); -x_18 = l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__6(x_17, x_2, x_3, x_15); +x_18 = l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__6(x_17, x_2, x_3, x_15); return x_18; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__1(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_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__1(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_mkConstWithLevelParams___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__2(x_2, x_4, x_5, x_6); +x_7 = l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__2(x_2, x_4, x_5, x_6); if (lean_obj_tag(x_7) == 0) { 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; lean_object* x_15; lean_object* x_16; @@ -1387,7 +1421,7 @@ lean_ctor_set(x_14, 3, x_8); lean_ctor_set_uint8(x_14, sizeof(void*)*4, x_13); x_15 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_15, 0, x_14); -x_16 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5(x_15, x_4, x_5, x_9); +x_16 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5(x_15, x_4, x_5, x_9); return x_16; } else @@ -1416,7 +1450,7 @@ return x_20; } } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__1(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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__1(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; @@ -1426,7 +1460,7 @@ lean_ctor_set(x_6, 1, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__2(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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__2(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; lean_object* x_11; uint8_t x_12; @@ -1476,7 +1510,7 @@ lean_object* x_19; lean_object* x_20; lean_free_object(x_11); x_19 = lean_box(0); lean_inc(x_1); -x_20 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__1(x_2, x_1, x_19, x_4, x_5, x_14); +x_20 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__1(x_2, x_1, x_19, x_4, x_5, x_14); if (lean_obj_tag(x_20) == 0) { uint8_t x_21; @@ -1570,7 +1604,7 @@ else lean_object* x_37; lean_object* x_38; x_37 = lean_box(0); lean_inc(x_1); -x_38 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__1(x_2, x_1, x_37, x_4, x_5, x_30); +x_38 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__1(x_2, x_1, x_37, x_4, x_5, x_30); if (lean_obj_tag(x_38) == 0) { lean_object* x_39; lean_object* x_40; lean_object* x_41; @@ -1623,7 +1657,7 @@ return x_45; } } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___closed__1() { _start: { lean_object* x_1; @@ -1631,16 +1665,16 @@ x_1 = lean_mk_string_unchecked("invalid [parenthesizer] argument, unknown syntax return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__1; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3(uint8_t 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; lean_object* x_10; lean_object* x_11; @@ -1699,7 +1733,7 @@ lean_dec(x_32); lean_dec(x_10); lean_dec(x_9); x_34 = lean_box(0); -x_35 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__2(x_14, x_12, x_34, x_3, x_4, x_13); +x_35 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__2(x_14, x_12, x_34, x_3, x_4, x_13); lean_dec(x_3); return x_35; } @@ -1715,7 +1749,7 @@ if (x_16 == 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; uint8_t x_23; lean_dec(x_12); x_17 = l_Lean_MessageData_ofName(x_14); -x_18 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__2; +x_18 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___closed__2; if (lean_is_scalar(x_9)) { x_19 = lean_alloc_ctor(7, 2, 0); } else { @@ -1724,7 +1758,7 @@ if (lean_is_scalar(x_9)) { } lean_ctor_set(x_19, 0, x_18); lean_ctor_set(x_19, 1, x_17); -x_20 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__4; +x_20 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__4; x_21 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_21, 0, x_19); lean_ctor_set(x_21, 1, x_20); @@ -1754,7 +1788,7 @@ else lean_object* x_27; lean_object* x_28; lean_dec(x_9); x_27 = lean_box(0); -x_28 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__2(x_14, x_12, x_27, x_3, x_4, x_13); +x_28 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__2(x_14, x_12, x_27, x_3, x_4, x_13); lean_dec(x_3); return x_28; } @@ -1787,7 +1821,7 @@ return x_39; } } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__4(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__4(uint8_t 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; @@ -1798,7 +1832,7 @@ lean_ctor_set(x_7, 1, x_5); return x_7; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__1() { _start: { lean_object* x_1; @@ -1806,17 +1840,17 @@ x_1 = lean_mk_string_unchecked("builtin_parenthesizer", 21, 21); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__1; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__3() { _start: { lean_object* x_1; @@ -1824,17 +1858,17 @@ x_1 = lean_mk_string_unchecked("parenthesizer", 13, 13); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__3; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5() { _start: { lean_object* x_1; @@ -1842,7 +1876,7 @@ x_1 = lean_mk_string_unchecked("Lean", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6() { _start: { lean_object* x_1; @@ -1850,7 +1884,7 @@ x_1 = lean_mk_string_unchecked("PrettyPrinter", 13, 13); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__7() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__7() { _start: { lean_object* x_1; @@ -1858,51 +1892,51 @@ x_1 = lean_mk_string_unchecked("Parenthesizer", 13, 13); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__8() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__7; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__7; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__9() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("Register a parenthesizer for a parser.\n\n [parenthesizer k] registers a declaration of type `Lean.PrettyPrinter.Parenthesizer` for the `SyntaxNodeKind` `k`.", 156, 156); +x_1 = lean_mk_string_unchecked("Register a parenthesizer for a parser.", 38, 38); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__10() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__10() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___boxed), 5, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__11() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__11() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__4___boxed), 5, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__4___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__12() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__12() { _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; lean_object* x_7; -x_1 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__2; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__4; -x_3 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__9; -x_4 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__8; -x_5 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__10; -x_6 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__11; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__2; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__4; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__9; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__8; +x_5 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__10; +x_6 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__11; x_7 = lean_alloc_ctor(0, 6, 0); lean_ctor_set(x_7, 0, x_1); lean_ctor_set(x_7, 1, x_2); @@ -1913,7 +1947,7 @@ lean_ctor_set(x_7, 5, x_6); return x_7; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__13() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__13() { _start: { lean_object* x_1; @@ -1921,134 +1955,254 @@ x_1 = lean_mk_string_unchecked("parenthesizerAttribute", 22, 22); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__14() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__13; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__13; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__12; -x_3 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__14; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__12; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__14; x_4 = l_Lean_KeyedDeclsAttribute_init___rarg(x_2, x_3, x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__4___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_throwError___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__4(x_1, x_2, x_3, x_4); +x_5 = l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__4(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____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_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__2___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_mkConstWithLevelParams___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__2(x_1, x_2, x_3, x_4); +x_5 = l_Lean_mkConstWithLevelParams___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__6___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_pushInfoTree___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__6(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Elab_pushInfoTree___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__6(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____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_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkParenthesizerAttribute___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_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____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: { lean_object* x_7; -x_7 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__1(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__1___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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__1___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_PrettyPrinter_mkParenthesizerAttribute___lambda__1(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__1(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__2___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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__2___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_PrettyPrinter_mkParenthesizerAttribute___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__2(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___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; lean_object* x_7; x_6 = lean_unbox(x_1); lean_dec(x_1); -x_7 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3(x_6, x_2, x_3, x_4, x_5); +x_7 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3(x_6, x_2, x_3, x_4, x_5); lean_dec(x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__4___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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__4___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; lean_object* x_7; x_6 = lean_unbox(x_1); lean_dec(x_1); -x_7 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__4(x_6, x_2, x_3, x_4, x_5); +x_7 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__4(x_6, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +static lean_object* _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a parenthesizer for a parser.\n\n`@[parenthesizer k]` registers a declaration of type `Lean.PrettyPrinter.Parenthesizer` to be used\nfor parenthesizing syntax of kind `k`.\n", 179, 179); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__14; +x_3 = l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(117u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(141u); +x_2 = lean_unsigned_to_nat(3u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__3() { +_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_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(3u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(124u); +x_2 = lean_unsigned_to_nat(26u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(124u); +x_2 = lean_unsigned_to_nat(48u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__6() { +_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_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(26u); +x_3 = l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(48u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__3; +x_2 = l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__14; +x_3 = l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____spec__1(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; @@ -2086,7 +2240,7 @@ return x_13; } } } -LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__1(lean_object* x_1) { +LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__1(lean_object* x_1) { _start: { uint8_t x_2; @@ -2094,7 +2248,7 @@ x_2 = 0; return x_2; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__1() { _start: { lean_object* x_1; @@ -2102,7 +2256,7 @@ x_1 = l_Lean_Parser_parserExtension; return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__2() { _start: { lean_object* x_1; @@ -2110,24 +2264,24 @@ x_1 = lean_mk_string_unchecked("invalid [category_parenthesizer] argument, unkno return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__2; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__2; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__4() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__1___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__1___boxed), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2(uint8_t 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; @@ -2161,7 +2315,7 @@ lean_dec(x_16); x_18 = lean_ctor_get_uint8(x_17, sizeof(void*)*3); lean_dec(x_17); x_19 = l_Lean_Parser_ParserExtension_instInhabitedState; -x_20 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__1; +x_20 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__1; x_21 = l_Lean_ScopedEnvExtension_getState___rarg(x_19, x_20, x_10, x_18); x_22 = lean_ctor_get(x_21, 2); lean_inc(x_22); @@ -2172,19 +2326,19 @@ if (lean_obj_tag(x_23) == 0) uint8_t 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_dec(x_12); x_24 = 1; -x_25 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__4; +x_25 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__4; x_26 = l_Lean_Name_toString(x_14, x_24, x_25); x_27 = l_Lean_stringToMessageData(x_26); lean_dec(x_26); -x_28 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__3; +x_28 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__3; lean_ctor_set_tag(x_6, 7); lean_ctor_set(x_6, 1, x_27); lean_ctor_set(x_6, 0, x_28); -x_29 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__4; +x_29 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__4; x_30 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_30, 0, x_6); lean_ctor_set(x_30, 1, x_29); -x_31 = l_Lean_throwError___at_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___spec__1(x_30, x_3, x_4, x_13); +x_31 = l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____spec__1(x_30, x_3, x_4, x_13); lean_dec(x_3); return x_31; } @@ -2265,7 +2419,7 @@ else lean_object* x_50; lean_object* x_51; lean_free_object(x_37); x_50 = lean_box(0); -x_51 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__1(x_12, x_47, x_50, x_3, x_4, x_45); +x_51 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__1(x_12, x_47, x_50, x_3, x_4, x_45); lean_dec(x_3); if (lean_obj_tag(x_51) == 0) { @@ -2348,7 +2502,7 @@ else { lean_object* x_67; lean_object* x_68; x_67 = lean_box(0); -x_68 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__1(x_12, x_63, x_67, x_3, x_4, x_61); +x_68 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__1(x_12, x_63, x_67, x_3, x_4, x_61); lean_dec(x_3); if (lean_obj_tag(x_68) == 0) { @@ -2459,7 +2613,7 @@ lean_dec(x_88); x_90 = lean_ctor_get_uint8(x_89, sizeof(void*)*3); lean_dec(x_89); x_91 = l_Lean_Parser_ParserExtension_instInhabitedState; -x_92 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__1; +x_92 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__1; x_93 = l_Lean_ScopedEnvExtension_getState___rarg(x_91, x_92, x_82, x_90); x_94 = lean_ctor_get(x_93, 2); lean_inc(x_94); @@ -2470,19 +2624,19 @@ if (lean_obj_tag(x_95) == 0) uint8_t 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_dec(x_84); x_96 = 1; -x_97 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__4; +x_97 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__4; x_98 = l_Lean_Name_toString(x_86, x_96, x_97); x_99 = l_Lean_stringToMessageData(x_98); lean_dec(x_98); -x_100 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__3; +x_100 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__3; x_101 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_101, 0, x_100); lean_ctor_set(x_101, 1, x_99); -x_102 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__4; +x_102 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__4; 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_throwError___at_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___spec__1(x_103, x_3, x_4, x_85); +x_104 = l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____spec__1(x_103, x_3, x_4, x_85); lean_dec(x_3); return x_104; } @@ -2573,7 +2727,7 @@ else lean_object* x_123; lean_object* x_124; lean_dec(x_117); x_123 = lean_box(0); -x_124 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__1(x_84, x_119, x_123, x_3, x_4, x_116); +x_124 = l_Lean_Elab_addConstInfo___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__1(x_84, x_119, x_123, x_3, x_4, x_116); lean_dec(x_3); if (lean_obj_tag(x_124) == 0) { @@ -2655,7 +2809,7 @@ return x_135; } } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__1() { _start: { lean_object* x_1; @@ -2663,17 +2817,17 @@ x_1 = lean_mk_string_unchecked("builtin_category_parenthesizer", 30, 30); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__1; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__3() { _start: { lean_object* x_1; @@ -2681,17 +2835,17 @@ x_1 = lean_mk_string_unchecked("category_parenthesizer", 22, 22); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__3; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__5() { _start: { lean_object* x_1; @@ -2699,43 +2853,43 @@ x_1 = lean_mk_string_unchecked("CategoryParenthesizer", 21, 21); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__5; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__5; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__7() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__7() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("Register a parenthesizer for a syntax category.\n\n [category_parenthesizer cat] registers a declaration of type `Lean.PrettyPrinter.CategoryParenthesizer` for the category `cat`,\n which is used when parenthesizing calls of `categoryParser cat prec`. Implementations should call `maybeParenthesize`\n with the precedence and `cat`. If no category parenthesizer is registered, the category will never be parenthesized,\n but still be traversed for parenthesizing nested categories.", 480, 480); +x_1 = lean_mk_string_unchecked("Register a parenthesizer for a syntax category.", 47, 47); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__8() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__8() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___boxed), 5, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__9() { _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; lean_object* x_7; -x_1 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__2; -x_2 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__4; -x_3 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__7; -x_4 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__6; -x_5 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__8; -x_6 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__11; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__2; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__4; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__7; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__6; +x_5 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__8; +x_6 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__11; x_7 = lean_alloc_ctor(0, 6, 0); lean_ctor_set(x_7, 0, x_1); lean_ctor_set(x_7, 1, x_2); @@ -2746,7 +2900,7 @@ lean_ctor_set(x_7, 5, x_6); return x_7; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__10() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__10() { _start: { lean_object* x_1; @@ -2754,59 +2908,179 @@ x_1 = lean_mk_string_unchecked("categoryParenthesizerAttribute", 30, 30); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__11() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__10; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__10; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__9; -x_3 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__11; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__9; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__11; x_4 = l_Lean_KeyedDeclsAttribute_init___rarg(x_2, x_3, x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____spec__1___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_throwError___at_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___spec__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_throwError___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____spec__1(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__1___boxed(lean_object* x_1) { _start: { uint8_t x_2; lean_object* x_3; -x_2 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__1(x_1); +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__1(x_1); lean_dec(x_1); x_3 = lean_box(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__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; lean_object* x_7; x_6 = lean_unbox(x_1); lean_dec(x_1); -x_7 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2(x_6, x_2, x_3, x_4, x_5); +x_7 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2(x_6, x_2, x_3, x_4, x_5); lean_dec(x_4); return x_7; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a parenthesizer for a syntax category.\n\n`@[category_parenthesizer cat]` registers a declaration of type\n`Lean.PrettyPrinter.CategoryParenthesizer` for the syntax category `cat`, which is used when\nparenthesizing occurrences of `cat:prec` (`categoryParser cat prec`). Implementations should call\n`maybeParenthesize` with the precedence and `cat`. If no category parenthesizer is registered, the\ncategory will never be parenthesized, but still traversed for parenthesizing nested categories.\n", 500, 500); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__11; +x_3 = l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_docString__1___closed__1; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(145u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(170u); +x_2 = lean_unsigned_to_nat(3u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__3() { +_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_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(3u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(155u); +x_2 = lean_unsigned_to_nat(26u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(155u); +x_2 = lean_unsigned_to_nat(56u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__6() { +_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_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(26u); +x_3 = l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(56u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__3; +x_2 = l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__11; +x_3 = l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__1() { _start: { lean_object* x_1; @@ -2814,17 +3088,17 @@ x_1 = lean_mk_string_unchecked("combinator_parenthesizer", 24, 24); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__1; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__3() { _start: { lean_object* x_1; @@ -2832,36 +3106,175 @@ x_1 = lean_mk_string_unchecked("mkCombinatorParenthesizerAttribute", 34, 34); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__3; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__3; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__5() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("Register a parenthesizer for a parser combinator.\n\n [combinator_parenthesizer c] registers a declaration of type `Lean.PrettyPrinter.Parenthesizer` for the `Parser` declaration `c`.\n Note that, unlike with [parenthesizer], this is not a node kind since combinators usually do not introduce their own node kinds.\n The tagged declaration may optionally accept parameters corresponding to (a prefix of) those of `c`, where `Parser` is replaced\n with `Parenthesizer` in the parameter types.", 490, 490); +x_1 = lean_mk_string_unchecked("Register a parenthesizer for a parser combinator.", 49, 49); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__2; -x_3 = l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__5; -x_4 = l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__2; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__5; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__4; x_5 = l_Lean_ParserCompiler_registerCombinatorAttribute(x_2, x_3, x_4, x_1); return x_5; } } +static lean_object* _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("combinatorParenthesizerAttribute", 32, 32); +return x_1; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; +x_3 = l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__1; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Registers a parenthesizer for a parser combinator.\n\n`@[combinator_parenthesizer c]` registers a declaration of type `Lean.PrettyPrinter.Parenthesizer`\nfor the `Parser` declaration `c`. Note that, unlike with `@[parenthesizer]`, this is not a node kind\nsince combinators usually do not introduce their own node kinds. The tagged declaration may\noptionally accept parameters corresponding to (a prefix of) those of `c`, where `Parser` is\nreplaced with `Parenthesizer` in the parameter types.\n", 490, 490); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__2; +x_3 = l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__3; +x_4 = l_Lean_addBuiltinDocString(x_2, x_3, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(172u); +x_2 = lean_unsigned_to_nat(0u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(186u); +x_2 = lean_unsigned_to_nat(58u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__3() { +_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_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__1; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__2; +x_4 = lean_unsigned_to_nat(58u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(182u); +x_2 = lean_unsigned_to_nat(26u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(182u); +x_2 = lean_unsigned_to_nat(58u); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__6() { +_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_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__4; +x_2 = lean_unsigned_to_nat(26u); +x_3 = l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__5; +x_4 = lean_unsigned_to_nat(58u); +x_5 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set(x_5, 2, x_3); +lean_ctor_set(x_5, 3, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__3; +x_2 = l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__6; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__2; +x_3 = l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} static lean_object* _init_l_Lean_PrettyPrinter_Parenthesizer_throwBacktrack___rarg___closed__1() { _start: { @@ -7300,7 +7713,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; x_2 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -9911,7 +10324,7 @@ uint8_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_obje lean_dec(x_11); lean_dec(x_2); x_16 = 1; -x_17 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__4; +x_17 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__4; lean_inc(x_1); x_18 = l_Lean_Name_toString(x_1, x_16, x_17); x_19 = lean_box(x_16); @@ -10064,7 +10477,7 @@ uint8_t x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_obje lean_dec(x_45); lean_dec(x_2); x_50 = 1; -x_51 = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__4; +x_51 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__4; lean_inc(x_1); x_52 = l_Lean_Name_toString(x_1, x_50, x_51); x_53 = lean_box(x_50); @@ -10344,7 +10757,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_ _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_PrettyPrinter_mkParenthesizerAttribute___closed__5; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; x_2 = l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens___closed__2; x_3 = l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens___closed__3; x_4 = l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens___closed__4; @@ -10438,11 +10851,11 @@ static lean_object* _init_l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_ _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_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__7; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__7; x_4 = l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer___closed__1; -x_5 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__3; +x_5 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__3; x_6 = l_Lean_Name_mkStr5(x_1, x_2, x_3, x_4, x_5); return x_6; } @@ -10479,7 +10892,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesize _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_PrettyPrinter_mkParenthesizerAttribute___closed__5; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; x_2 = l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens___closed__2; x_3 = l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer___lambda__1___closed__1; x_4 = l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens___closed__4; @@ -10544,11 +10957,11 @@ static lean_object* _init_l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesize _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_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__7; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__7; x_4 = l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer___closed__1; -x_5 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__3; +x_5 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__3; x_6 = l_Lean_Name_mkStr5(x_1, x_2, x_3, x_4, x_5); return x_6; } @@ -10585,7 +10998,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer _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_PrettyPrinter_mkParenthesizerAttribute___closed__5; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; x_2 = l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens___closed__2; x_3 = l_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer___lambda__1___closed__1; x_4 = l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer_wrapParens___closed__4; @@ -10650,11 +11063,11 @@ static lean_object* _init_l_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer _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_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__7; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__7; x_4 = l_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer___closed__1; -x_5 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__3; +x_5 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__3; x_6 = l_Lean_Name_mkStr5(x_1, x_2, x_3, x_4, x_5); return x_6; } @@ -10738,11 +11151,11 @@ static lean_object* _init_l_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesize _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_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; -x_3 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__7; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; +x_3 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__7; x_4 = l_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer___regBuiltin_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer__1___closed__1; -x_5 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__3; +x_5 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__3; x_6 = l_Lean_Name_mkStr5(x_1, x_2, x_3, x_4, x_5); return x_6; } @@ -10972,7 +11385,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; x_2 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___closed__1; x_3 = l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); @@ -11075,7 +11488,7 @@ x_26 = l_Lean_MessageData_ofName(x_1); x_27 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_27, 0, x_25); lean_ctor_set(x_27, 1, x_26); -x_28 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__4; +x_28 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__4; x_29 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_29, 0, x_27); lean_ctor_set(x_29, 1, x_28); @@ -11125,7 +11538,7 @@ x_45 = l_Lean_MessageData_ofName(x_1); x_46 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_46, 0, x_44); lean_ctor_set(x_46, 1, x_45); -x_47 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__4; +x_47 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__4; x_48 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_48, 0, x_46); lean_ctor_set(x_48, 1, x_47); @@ -11215,7 +11628,7 @@ x_72 = l_Lean_MessageData_ofName(x_1); x_73 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_73, 0, x_71); lean_ctor_set(x_73, 1, x_72); -x_74 = l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__4; +x_74 = l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__4; x_75 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_75, 0, x_73); lean_ctor_set(x_75, 1, x_74); @@ -13384,7 +13797,7 @@ x_10 = l_Lean_PrettyPrinter_Parenthesizer_ite___rarg(x_9, x_2, x_3, x_4, x_5, x_ return x_10; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4431_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4461_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; @@ -14065,7 +14478,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_parenthesize___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; x_2 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___closed__1; x_3 = l_Lean_PrettyPrinter_parenthesize___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); @@ -14243,27 +14656,27 @@ x_6 = l_Lean_PrettyPrinter_parenthesizeCategory(x_5, x_1, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__1; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__1; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__3() { _start: { lean_object* x_1; @@ -14271,17 +14684,17 @@ x_1 = lean_mk_string_unchecked("initFn", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__2; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__3; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__2; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__5() { _start: { lean_object* x_1; @@ -14289,47 +14702,47 @@ x_1 = lean_mk_string_unchecked("_@", 2, 2); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__4; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__5; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__7() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__6; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__6; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__8() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__7; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__7; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__8; -x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__7; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__8; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__10() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__10() { _start: { lean_object* x_1; @@ -14337,33 +14750,33 @@ x_1 = lean_mk_string_unchecked("_hyg", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__11() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__9; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__10; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__9; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__12() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__11; -x_2 = lean_unsigned_to_nat(4761u); +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__11; +x_2 = lean_unsigned_to_nat(4791u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___closed__2; x_3 = 0; -x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__12; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__12; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -14460,103 +14873,173 @@ l_Lean_PrettyPrinter_ParenthesizerM_orElse___rarg___closed__1 = _init_l_Lean_Pre lean_mark_persistent(l_Lean_PrettyPrinter_ParenthesizerM_orElse___rarg___closed__1); l_Lean_PrettyPrinter_instOrElseParenthesizerM___closed__1 = _init_l_Lean_PrettyPrinter_instOrElseParenthesizerM___closed__1(); lean_mark_persistent(l_Lean_PrettyPrinter_instOrElseParenthesizerM___closed__1); -l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__1 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__1(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__1); -l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__2 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__2(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__2); -l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__3 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__3(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__3); -l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__4 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__4(); -lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__3___closed__4); -l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__1 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__1(); -lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__1); -l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__2 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__2(); -lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__2); -l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__3 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__3(); -lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_mkParenthesizerAttribute___spec__5___closed__3); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__1 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__1); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__2 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__2); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__1 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__1); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__2 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__2); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__3 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__3); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__4 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__4); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__5); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__6); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__7 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__7(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__7); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__8 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__8(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__8); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__9 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__9(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__9); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__10 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__10(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__10); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__11 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__11(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__11); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__12 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__12(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__12); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__13 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__13(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__13); -l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__14 = _init_l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__14(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__14); -if (builtin) {res = l_Lean_PrettyPrinter_mkParenthesizerAttribute(lean_io_mk_world()); +l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__1 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__1(); +lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__1); +l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__2 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__2(); +lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__2); +l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__3 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__3(); +lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__3); +l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__4 = _init_l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__4(); +lean_mark_persistent(l_Lean_getConstVal___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__3___closed__4); +l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__1 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__1(); +lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__1); +l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__2 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__2(); +lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__2); +l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__3 = _init_l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__3(); +lean_mark_persistent(l_Lean_Elab_pushInfoLeaf___at_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____spec__5___closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____lambda__3___closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__5); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__6); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__7); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__8(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__8); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__9(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__9); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__10(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__10); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__11(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__11); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__12(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__12); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__13 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__13(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__13); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__14 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__14(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218____closed__14); +l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_docString__1___closed__1 = _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_docString__1___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_docString__1___closed__1); +if (builtin) {res = l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__1 = _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__1); +l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__2 = _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__2); +l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__3 = _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__3); +l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__4 = _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__4); +l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__5 = _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__5); +l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__6 = _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__6); +l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__7 = _init_l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3___closed__7); +if (builtin) {res = l_Lean_PrettyPrinter_parenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_parenthesizerAttribute_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_218_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_PrettyPrinter_parenthesizerAttribute = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_PrettyPrinter_parenthesizerAttribute); lean_dec_ref(res); -}l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__1 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__1); -l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__2 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__2); -l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__3 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__3); -l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__4 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__2___closed__4); -l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__1 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__1); -l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__2 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__2); -l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__3 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__3); -l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__4 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__4); -l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__5 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__5); -l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__6 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__6); -l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__7 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__7(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__7); -l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__8 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__8(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__8); -l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__9 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__9(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__9); -l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__10 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__10(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__10); -l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__11 = _init_l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__11(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__11); -if (builtin) {res = l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute(lean_io_mk_world()); +}l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____lambda__2___closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__5); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__6); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__7); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__8(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__8); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__9(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__9); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__10(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__10); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__11(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492____closed__11); +l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_docString__1___closed__1 = _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_docString__1___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_docString__1___closed__1); +if (builtin) {res = l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__1 = _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__1); +l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__2 = _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__2); +l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__3 = _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__3); +l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__4 = _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__4); +l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__5 = _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__5); +l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__6 = _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__6); +l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__7 = _init_l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3___closed__7); +if (builtin) {res = l_Lean_PrettyPrinter_categoryParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_categoryParenthesizerAttribute_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_492_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_PrettyPrinter_categoryParenthesizerAttribute = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_PrettyPrinter_categoryParenthesizerAttribute); lean_dec_ref(res); -}l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__1 = _init_l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__1); -l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__2 = _init_l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__2); -l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__3 = _init_l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__3); -l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__4 = _init_l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__4); -l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__5 = _init_l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__5); -if (builtin) {res = l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute(lean_io_mk_world()); +}l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722____closed__5); +l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__1 = _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__1); +l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__2 = _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__2); +l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__3 = _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1___closed__3); +if (builtin) {res = l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_docString__1(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__1 = _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__1); +l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__2 = _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__2); +l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__3 = _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__3); +l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__4 = _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__4); +l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__5 = _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__5); +l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__6 = _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__6); +l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__7 = _init_l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3___closed__7); +if (builtin) {res = l_Lean_PrettyPrinter_combinatorParenthesizerAttribute___regBuiltin_Lean_PrettyPrinter_combinatorParenthesizerAttribute_declRange__3(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}if (builtin) {res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_722_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_PrettyPrinter_combinatorParenthesizerAttribute = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_PrettyPrinter_combinatorParenthesizerAttribute); @@ -14792,7 +15275,7 @@ l_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer___closed__1 = _ lean_mark_persistent(l_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer___closed__1); l_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer___boxed__const__1 = _init_l_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer___boxed__const__1(); lean_mark_persistent(l_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer___boxed__const__1); -if (builtin) {res = l_Lean_PrettyPrinter_Parenthesizer_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4431_(lean_io_mk_world()); +if (builtin) {res = l_Lean_PrettyPrinter_Parenthesizer_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4461_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_PrettyPrinter_Parenthesizer_parenthesizerAliasesRef = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_PrettyPrinter_Parenthesizer_parenthesizerAliasesRef); @@ -14811,31 +15294,31 @@ l_Lean_PrettyPrinter_parenthesizeCommand___closed__1 = _init_l_Lean_PrettyPrinte lean_mark_persistent(l_Lean_PrettyPrinter_parenthesizeCommand___closed__1); l_Lean_PrettyPrinter_parenthesizeCommand___closed__2 = _init_l_Lean_PrettyPrinter_parenthesizeCommand___closed__2(); lean_mark_persistent(l_Lean_PrettyPrinter_parenthesizeCommand___closed__2); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__1); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__2); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__3); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__4); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__5); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__6); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__7(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__7); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__8(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__8); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__9(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__9); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__10(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__10); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__11(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__11); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__12(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761____closed__12); -if (builtin) {res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4761_(lean_io_mk_world()); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__5); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__6); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__7); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__8(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__8); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__9(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__9); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__10(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__10); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__11(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__11); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__12(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791____closed__12); +if (builtin) {res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_4791_(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)); diff --git a/stage0/stdlib/Lean/Server/CodeActions/Basic.c b/stage0/stdlib/Lean/Server/CodeActions/Basic.c index f7966dfe48..aec4ca2033 100644 --- a/stage0/stdlib/Lean/Server/CodeActions/Basic.c +++ b/stage0/stdlib/Lean/Server/CodeActions/Basic.c @@ -88,6 +88,7 @@ static lean_object* l_Lean_Server_handleCodeActionResolve___lambda__2___closed__ LEAN_EXPORT uint8_t l___private_Lean_Server_CodeActions_Basic_0__Lean_Server_toJsonCodeActionResolveData____x40_Lean_Server_CodeActions_Basic___hyg_70____lambda__1(lean_object*); static lean_object* l_Lean_Server_handleCodeAction___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_handleCodeActionResolve___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_CodeActions_Basic_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions_Basic___hyg_136____closed__1; LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions_Basic___hyg_1224____spec__1___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions_Basic___hyg_528____closed__3; @@ -214,7 +215,6 @@ lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_handleCodeAction___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_NameSet_empty; static lean_object* l___private_Lean_Server_CodeActions_Basic_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions_Basic___hyg_136____closed__5; -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1(lean_object*, lean_object*); uint8_t l_Lean_beqAttributeKind____x40_Lean_Attributes___hyg_169_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions_Basic___hyg_469____lambda__3(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); @@ -705,7 +705,7 @@ lean_inc(x_12); lean_dec(x_3); x_13 = l___private_Lean_Server_CodeActions_Basic_0__Lean_Server_toJsonCodeActionResolveData____x40_Lean_Server_CodeActions_Basic___hyg_70____closed__3; lean_inc(x_1); -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1(x_1, x_13); +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; diff --git a/stage0/stdlib/Lean/Server/CodeActions/UnknownIdentifier.c b/stage0/stdlib/Lean/Server/CodeActions/UnknownIdentifier.c index b18cbfa028..fe2ca085a9 100644 --- a/stage0/stdlib/Lean/Server/CodeActions/UnknownIdentifier.c +++ b/stage0/stdlib/Lean/Server/CodeActions/UnknownIdentifier.c @@ -120,6 +120,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Server_FileWorke LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_FileWorker_computeQueries___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_RequestM_sendServerRequest___at_Lean_Server_FileWorker_handleUnknownIdentifierCodeAction___spec__2___rarg___closed__1; lean_object* l_Lean_Server_RequestM_findCmdDataAtPos(lean_object*, lean_object*, uint8_t); +lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600_(lean_object*); uint8_t l_Lean_MessageData_hasTag(lean_object*, lean_object*); lean_object* l_Lean_FileMap_utf8PosToLspPos(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_FileWorker_waitAllUnknownIdentifierRanges___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); @@ -153,6 +154,7 @@ static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_FileWorker_han LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_FileWorker_computeQueries___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleResolveImportAllUnknownIdentifiersCodeAction_x3f___lambda__1___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_Server_FileWorker_handleUnknownIdentifierCodeAction___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919_(lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); uint8_t l_Lean_Environment_contains(lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Server_FileWorker_waitAllUnknownIdentifierRanges___lambda__1___closed__1; @@ -171,7 +173,6 @@ lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta static lean_object* l_Lean_Server_RequestM_sendServerRequest___at_Lean_Server_FileWorker_handleUnknownIdentifierCodeAction___spec__2___rarg___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_computeQueries(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Language_Lean_instToSnapshotTreeCommandParsedSnapshot_go(lean_object*); -lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504_(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_FileWorker_waitAllUnknownIdentifierRanges___spec__14(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Server_FileWorker_waitAllUnknownIdentifierRanges___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_FileWorker_computeQueries___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); @@ -181,7 +182,6 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_importAllUnknownIdentifiersCod uint64_t l_Lean_Name_hash___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Server_FileWorker_waitUnknownIdentifierRanges___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t lean_uint64_xor(uint64_t, uint64_t); -lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185_(lean_object*); lean_object* lean_task_map(lean_object*, lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Expr_getAppFn(lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_FileWorker_computeQueries___spec__1___closed__1; @@ -5953,7 +5953,7 @@ if (x_2 == 0) lean_object* x_3; lean_object* x_4; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); -x_4 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504_(x_3); +x_4 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919_(x_3); if (lean_obj_tag(x_4) == 0) { 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; lean_object* x_15; @@ -5995,7 +5995,7 @@ x_17 = lean_ctor_get(x_1, 0); lean_inc(x_17); lean_dec(x_1); lean_inc(x_17); -x_18 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3504_(x_17); +x_18 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3919_(x_17); if (lean_obj_tag(x_18) == 0) { 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; @@ -6069,7 +6069,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; x_5 = lean_ctor_get(x_3, 5); lean_inc(x_5); lean_dec(x_3); -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3185_(x_2); +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3600_(x_2); x_7 = lean_apply_3(x_5, x_1, x_6, x_4); x_8 = !lean_is_exclusive(x_7); if (x_8 == 0) diff --git a/stage0/stdlib/Lean/Server/Completion/ImportCompletion.c b/stage0/stdlib/Lean/Server/Completion/ImportCompletion.c index 76a840e124..500806db09 100644 --- a/stage0/stdlib/Lean/Server/Completion/ImportCompletion.c +++ b/stage0/stdlib/Lean/Server/Completion/ImportCompletion.c @@ -23,7 +23,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_ImportCompletion_find___spe static lean_object* l_ImportCompletion_collectAvailableImportsFromLake___closed__5; LEAN_EXPORT lean_object* l_panic___at_ImportCompletion_computePartialImportCompletions___spec__4(lean_object*); static lean_object* l_ImportCompletion_isImportNameCompletionRequest___closed__4; -lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____spec__1(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at_ImportCompletion_collectAvailableImportsFromSrcSearchPath___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_ImportCompletion_computePartialImportCompletions___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_ImportCompletion_isImportNameCompletionRequest___lambda__2___closed__4; @@ -48,6 +47,7 @@ lean_object* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_ImportCompletion_computeCompletions___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getTailPos_x3f(lean_object*, uint8_t); lean_object* l_System_FilePath_withExtension(lean_object*, lean_object*); +lean_object* l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____spec__1(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_ImportCompletion_find___spec__2(size_t, size_t, lean_object*); lean_object* l_IO_FS_DirEntry_path(lean_object*); LEAN_EXPORT lean_object* l_ImportCompletion_AvailableImports_toImportTrie(lean_object*); @@ -2755,7 +2755,7 @@ lean_object* x_43; lean_object* x_44; x_43 = lean_ctor_get(x_31, 0); lean_inc(x_43); lean_dec(x_31); -x_44 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____spec__1(x_43); +x_44 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____spec__1(x_43); if (lean_obj_tag(x_44) == 0) { uint8_t x_45; @@ -2877,7 +2877,7 @@ lean_object* x_74; lean_object* x_75; x_74 = lean_ctor_get(x_66, 0); lean_inc(x_74); lean_dec(x_66); -x_75 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_2592____spec__1(x_74); +x_75 = l_Array_fromJson_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonOpenNamespace____x40_Lean_Data_Lsp_Internal___hyg_3007____spec__1(x_74); if (lean_obj_tag(x_75) == 0) { 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; diff --git a/stage0/stdlib/Lean/Server/FileWorker.c b/stage0/stdlib/Lean/Server/FileWorker.c index 2a64656fc1..02191d1b14 100644 --- a/stage0/stdlib/Lean/Server/FileWorker.c +++ b/stage0/stdlib/Lean/Server/FileWorker.c @@ -44,7 +44,6 @@ static lean_object* l_Lean_Server_FileWorker_handlePreRequestSpecialCases_x3f___ LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Option_set___at_Lean_Environment_realizeConst___spec__3(lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Json_toStructured_x3f___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__3; static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__12; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_WorkerContext_initPendingServerRequest___at_Lean_Server_FileWorker_runRefreshTasks___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__30; @@ -79,7 +78,6 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_del___at_Lean_Server_FileWorker_mainLoop_ lean_object* l_Lean_Json_mkObj(lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__33; static lean_object* l_Lean_RBNode_foldM___at_Lean_Server_FileWorker_mainLoop___spec__1___closed__6; -lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2250_(lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__25; LEAN_EXPORT lean_object* l_Array_fromJson_x3f___at_Lean_Server_FileWorker_handlePostRequestSpecialCases___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initAndRunWorker___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -97,12 +95,15 @@ static lean_object* l_Array_fromJson_x3f___at_Lean_Server_FileWorker_handlePostR LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Server_FileWorker_runRefreshTasks_sleepWithCancellation___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Language_mkIncrementalProcessor___rarg(lean_object*, lean_object*); lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_2680_(lean_object*); +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301_(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handlePostRequestSpecialCases___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_parseParams___at_Lean_Server_FileWorker_handleNotification___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858____closed__2; static lean_object* l_Lean_Server_FileWorker_setupImports___lambda__5___closed__5; LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Server_FileWorker_handleRpcConnect___spec__2(lean_object*, uint64_t, lean_object*); lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208_(lean_object*); lean_object* lean_io_promise_new(lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_sendServerRequest(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_initializeWorker___spec__5___at_Lean_Server_FileWorker_initializeWorker___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_sendFileProgress___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -113,15 +114,19 @@ LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileW static lean_object* l_Lean_Server_FileWorker_WorkerContext_modifyGetPartialHandler___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_WorkerContext_updateRequestsInFlight___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Server_FileWorker_WorkerContext_modifyGetPartialHandler___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_handleFinished___spec__2(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handlePreRequestSpecialCases_x3f___closed__4; lean_object* l_Lean_Widget_InteractiveDiagnostic_toDiagnostic(lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__2; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__6; uint8_t l_Lean_JsonRpc_ordRequestID____x40_Lean_Data_JsonRpc___hyg_135_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_handleTasks___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_runRefreshTasks_sleepWithCancellation___lambda__2___closed__1; lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); static lean_object* l_IO_FS_Stream_readLspRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__1___closed__1; lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonInitializeParams___spec__5(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803_(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_handleTasks___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_RBNode_isRed___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_sendServerRequest___at_Lean_Server_FileWorker_runRefreshTasks___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -152,6 +157,7 @@ lean_object* l_Lean_Server_rpcReleaseRef(size_t, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__61; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleNotification(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleRpcRelease___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2665_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initializeWorker_mkLspOutputChannel(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updatePendingRequests___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__21; @@ -161,10 +167,10 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleStatefulPreRequestSpecia LEAN_EXPORT lean_object* l_Array_filterMapM___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_sendFileProgress___spec__1(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Language_Lean_Types_0__Lean_Language_Lean_pushOpt___rarg(lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_FileWorker_runRefreshTasks___spec__5___closed__2; +static lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initializeWorker___spec__4(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Server_FileWorker_runRefreshTasks___spec__4___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_handleTasks___spec__3(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_2770_(lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__69; lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1256_(lean_object*); lean_object* l_Lean_RBNode_balLeft___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -193,6 +199,7 @@ static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_ini static lean_object* l_Lean_Server_FileWorker_handleNotification___closed__6; lean_object* l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleGetInteractiveDiagnosticsRequest___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__4; lean_object* l_Lean_RBNode_balRight___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handlePostRequestSpecialCases___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__37; @@ -235,6 +242,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_emitRequestResponse___lambda__ static lean_object* l_Lean_Server_FileWorker_setupImports___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_runRefreshTasks_sleepWithCancellation___lambda__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleGetInteractiveDiagnosticsRequest___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__7; lean_object* l_Lean_Server_mkPublishDiagnosticsNotification(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_mainLoop(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkIleanInfoNotification___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -254,7 +262,6 @@ static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_ini LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleRpcKeepAlive(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleStaleDependency___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Diagnostics_0__Lean_Lsp_toJsonPublishDiagnosticsParams____x40_Lean_Data_Lsp_Diagnostics___hyg_2460_(lean_object*); -lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440_(lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__73; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleImportCompletionRequest___lambda__2___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_Server_FileWorker_handleRequest___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -296,6 +303,7 @@ static lean_object* l_Lean_Server_FileWorker_WorkerContext_initPendingServerRequ static lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkImportClosureNotification___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Widget_instRpcEncodableMsgEmbed_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_589_(lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__5; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleImportCompletionRequest___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_parseParams___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); @@ -317,12 +325,15 @@ LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Server_FileWorker_runR lean_object* l_Lean_Server_documentUriFromModule_x3f(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_setupImports___lambda__5___closed__1; static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__7; +lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_sendFileProgress(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); +lean_object* l_Lean_Server_collectImports(lean_object*); lean_object* lean_nat_to_int(lean_object*); static lean_object* l_Lean_Server_FileWorker_handlePreRequestSpecialCases_x3f___lambda__7___closed__1; lean_object* l_Lean_Server_RequestM_parseRequestParams___at_Lean_Server_handleCodeActionResolve___spec__1(lean_object*, lean_object*, lean_object*); uint32_t lean_uint32_of_nat(lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__9; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleResponseError(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_queueRequest___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_instInhabitedReportSnapshotsState___closed__2; @@ -353,7 +364,6 @@ static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_ini lean_object* lean_io_wait_any(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__13; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initializeWorker___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handlePostRequestSpecialCases___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_FileWorker_handleRpcRelease___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); @@ -384,12 +394,13 @@ lean_object* lean_array_to_list(lean_object*); static lean_object* l_Lean_Server_FileWorker_WorkerContext_initPendingServerRequest___at_Lean_Server_FileWorker_sendUntypedServerRequest___spec__2___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleImportCompletionRequest(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_mainLoop___closed__1; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_sendFileProgress___spec__6(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858_; LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_sendFileProgress___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_initializeWorker___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_fromJson_x3f___at_Lean_Server_FileWorker_handlePostRequestSpecialCases___spec__1___closed__1; static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__59; +lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482_(lean_object*); lean_object* l_Lean_FileMap_utf8PosToLspPos(lean_object*, lean_object*); lean_object* l_Lean_Server_ServerTask_BaseIO_asTask___rarg(lean_object*, lean_object*); lean_object* l_Lean_Server_DocumentMeta_mkInputContext(lean_object*); @@ -413,10 +424,10 @@ static lean_object* l_Lean_Loop_forIn_loop___at_Lean_Server_FileWorker_runRefres LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_handleNode___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_get_stdin(lean_object*); extern lean_object* l_Lean_JsonRpc_instInhabitedMessage; -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896_(lean_object*); lean_object* l_Lean_Server_RequestM_asTask___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Server_FileWorker_queueRequest___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__32; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__3; lean_object* lean_get_stderr(lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__45; LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_handleNode___spec__1(lean_object*); @@ -427,6 +438,7 @@ extern lean_object* l_Task_Priority_default; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishDiagnostics___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handlePostRequestSpecialCases___spec__2(size_t, size_t, lean_object*); static lean_object* l_Lean_Server_FileWorker_setupImports___lambda__5___closed__7; +static lean_object* l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858____closed__1; uint8_t lean_name_eq(lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableDiagnosticWith_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_1908____spec__2(size_t, size_t, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__70; @@ -439,6 +451,7 @@ uint8_t l_Lean_MessageLog_hasUnreported(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Server_FileWorker_handleDidChange___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleImportCompletionRequest___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_runRefreshTasks(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification___boxed(lean_object*, lean_object*); lean_object* l_Lean_Server_RequestCancellationToken_cancelByCancelRequest(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleRpcRelease(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_WorkerContext_updateRequestsInFlight(lean_object*, lean_object*, lean_object*, lean_object*); @@ -453,6 +466,7 @@ uint8_t l_Lean_Elab_HeaderSyntax_isModule(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handlePostRequestSpecialCases___spec__4(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Server_FileWorker_WorkerContext_modifyGetPartialHandler___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_setupImports___lambda__6___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__8; lean_object* lean_get_set_stderr(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDidChange(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_initAndRunWorker___closed__3; @@ -473,12 +487,11 @@ static lean_object* l_Lean_Server_FileWorker_setupImports___lambda__5___closed__ static lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots___closed__1; static lean_object* l_Lean_Server_FileWorker_handlePostRequestSpecialCases___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_sendServerRequest___at_Lean_Server_FileWorker_sendUntypedServerRequest___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Elab_HeaderSyntax_imports(lean_object*); +lean_object* l_Lean_Elab_HeaderSyntax_imports(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_emitRequestResponse(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__27; static lean_object* l_Lean_Server_FileWorker_handleRequest___closed__1; lean_object* l_String_Range_toLspRange(lean_object*, lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__2; lean_object* l_Array_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_parseParams___at_Lean_Server_FileWorker_handleStatefulPreRequestSpecialCases___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_handleNode___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -487,6 +500,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileW LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_parseParams___at_Lean_Server_FileWorker_handleStatefulPreRequestSpecialCases___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_ModuleRefs_toLspModuleRefs(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_FileWorker_runRefreshTasks___spec__5___lambda__1(lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3489_(uint64_t); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__68; static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__20; static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__4; @@ -500,16 +514,14 @@ lean_object* l_Lean_Json_Structured_toJson(lean_object*); lean_object* l_Lean_Server_RequestCancellationToken_wasCancelledByCancelRequest(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_setupImports(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkIleanInfoFinalNotification___closed__1; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__7; static lean_object* l_Lean_Server_FileWorker_handlePreRequestSpecialCases_x3f___closed__5; static lean_object* l_Lean_Server_FileWorker_initAndRunWorker___closed__1; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__5; static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_sendFileProgress___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_IO_FS_Stream_readMessage(lean_object*, lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableDiagnosticWith_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_1908____spec__1(size_t, size_t, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922_(lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__9; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__6; LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Server_FileWorker_runRefreshTasks_sleepWithCancellation___spec__1(uint32_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_FileWorker_handleRpcRelease___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__52; @@ -519,9 +531,7 @@ lean_object* lean_array_fget(lean_object*, lean_object*); uint32_t lean_uint32_sub(uint32_t, uint32_t); LEAN_EXPORT lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Server_FileWorker_runRefreshTasks___spec__4___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840____closed__1; static lean_object* l_Lean_Widget_instRpcEncodableDiagnosticWith_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_1908____at_Lean_Server_FileWorker_handlePreRequestSpecialCases_x3f___spec__3___closed__13; LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_handleNode___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_parseParams___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -532,9 +542,7 @@ static lean_object* l_Lean_Server_FileWorker_setupImports___lambda__3___closed__ lean_object* l___private_Lean_Data_Lsp_Diagnostics_0__Lean_Lsp_fromJsonPublishDiagnosticsParams____x40_Lean_Data_Lsp_Diagnostics___hyg_2516_(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__66; -static lean_object* l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840____closed__2; static lean_object* l_Lean_Server_FileWorker_emitRequestResponse___closed__2; -lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144_(lean_object*); static lean_object* l_Lean_Server_FileWorker_setupImports___lambda__5___closed__3; static lean_object* l_Lean_Server_FileWorker_setupImports___lambda__5___closed__4; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); @@ -542,6 +550,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileW static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__41; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_WorkerContext_updateRequestsInFlight___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_queueRequest(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2801_(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at_Lean_Server_FileWorker_mainLoop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_FileWorker_RpcSession_hasExpired(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handlePostRequestSpecialCases___lambda__2___closed__1; @@ -556,6 +565,7 @@ lean_object* l_Lean_Language_Lean_instToSnapshotTreeCommandParsedSnapshot_go(lea lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_607_(lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__31; lean_object* l_Lean_Environment_allImportedModuleNames(lean_object*); +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_instInhabitedPartialHandlerInfo; static lean_object* l_Lean_Server_FileWorker_instInhabitedPartialHandlerInfo___closed__1; LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Server_FileWorker_runRefreshTasks___spec__4___lambda__3(lean_object*, lean_object*, lean_object*); @@ -575,7 +585,6 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Server_FileWorker_m static lean_object* l_Lean_Server_FileWorker_handlePreRequestSpecialCases_x3f___closed__7; lean_object* lean_io_get_task_state(lean_object*, lean_object*); lean_object* l_Lean_Server_FileWorker_importAllUnknownIdentifiersCodeAction(lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_parseParams(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handlePostRequestSpecialCases___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_io_exit(uint8_t, lean_object*); @@ -605,7 +614,6 @@ lean_object* lean_nat_mul(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_initializeWorker___spec__5(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Server_RequestCancellationToken_new(lean_object*); lean_object* l_Std_DTreeMap_Internal_Impl_minView___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2386_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initializeWorker_mkLspOutputChannel___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_runRefreshTasks_sleepWithCancellation___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_sendFileProgress___spec__4(size_t, size_t, lean_object*); @@ -655,11 +663,11 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleStaleDependency___rarg(l LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_instTypeNameMemorizedInteractiveDiagnostics; static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__63; lean_object* l_Lean_Language_SnapshotTask_map___rarg(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Server_FileWorker_runRefreshTasks___spec__4___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_setupImports___lambda__1___closed__4; static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__72; static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__50; +static lean_object* l_Lean_Server_FileWorker_setupImports___lambda__5___closed__10; lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_emitRequestResponse_emitResponse___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_array_size(lean_object*); @@ -678,6 +686,7 @@ lean_object* lean_io_error_to_string(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishDiagnostics___closed__2; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handlePreRequestSpecialCases_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_2788_(lean_object*); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_sendFileProgress___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableDiagnosticWith_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_1908____at_Lean_Server_FileWorker_handlePreRequestSpecialCases_x3f___spec__3___closed__7; @@ -689,6 +698,7 @@ LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Server_FileWorker_runR LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_WorkerContext_initPendingServerRequest___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_runRefreshTasks_sleepWithCancellation___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_FileWorker_setupImports___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_WorkerContext_initPendingServerRequest___rarg___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_RequestM_parseRequestParams___at_Lean_Server_FileWorker_handlePreRequestSpecialCases_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__56; @@ -708,7 +718,6 @@ lean_object* l_Lean_Server_mkFileProgressDoneNotification(lean_object*); lean_object* l_Lean_Server_moduleFromDocumentUri(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_WorkerContext_initPendingServerRequest___at_Lean_Server_FileWorker_runRefreshTasks___spec__2___boxed(lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableDiagnosticWith_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_1908____at_Lean_Server_FileWorker_handlePreRequestSpecialCases_x3f___spec__3___closed__12; -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2227_(uint64_t); lean_object* lean_int_neg(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleGetInteractiveDiagnosticsRequest___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); @@ -721,7 +730,6 @@ uint8_t lean_usize_dec_lt(size_t, size_t); static lean_object* l_Lean_Server_FileWorker_handleNotification___closed__2; lean_object* l_Lean_Server_FileWorker_handleResolveImportAllUnknownIdentifiersCodeAction_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__65; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__8; lean_object* l_Lean_Widget_msgToInteractiveDiagnostic(lean_object*, lean_object*, uint8_t, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__4___closed__1; @@ -742,7 +750,6 @@ lean_object* l___private_Lean_Data_Lsp_Communication_0__IO_FS_Stream_readLspHead lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Server_FileWorker_handleRpcConnect___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_setupImports___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840_; LEAN_EXPORT lean_object* l_Array_filterMapM___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_sendFileProgress___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_WorkerContext_initPendingServerRequest___at_Lean_Server_FileWorker_runRefreshTasks___spec__2___rarg___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handlePreRequestSpecialCases_x3f___spec__4(size_t, size_t, lean_object*, lean_object*); @@ -768,7 +775,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_parseParams___at_Lean_Server_F LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initializeWorker_mkLspOutputChannel___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleRpcKeepAlive___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleStatefulPreRequestSpecialCases___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__4; +lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855_(lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__42; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleResponse___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonInitializeParams___spec__3(lean_object*, lean_object*); @@ -15109,6 +15116,39 @@ lean_dec(x_3); return x_5; } } +static lean_object* _init_l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("$/lean/ileanHeaderInfo", 22, 22); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_3 = lean_ctor_get(x_1, 2); +lean_inc(x_3); +x_4 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_4, 0, x_3); +lean_ctor_set(x_4, 1, x_2); +x_5 = l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification___closed__1; +x_6 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_6, 0, x_5); +lean_ctor_set(x_6, 1, x_4); +return x_6; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification(x_1, x_2); +lean_dec(x_1); +return x_3; +} +} static lean_object* _init_l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkIleanInfoUpdateNotification___closed__1() { _start: { @@ -15211,7 +15251,7 @@ x_1 = l_Lean_Server_FileWorker_instInhabitedReportSnapshotsState___closed__2; return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__1() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__1() { _start: { lean_object* x_1; @@ -15219,7 +15259,7 @@ x_1 = lean_mk_string_unchecked("server", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__2() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__2() { _start: { lean_object* x_1; @@ -15227,17 +15267,17 @@ x_1 = lean_mk_string_unchecked("reportDelayMs", 13, 13); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__3() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__1; -x_2 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__2; +x_1 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__1; +x_2 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__2; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__4() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__4() { _start: { lean_object* x_1; @@ -15245,13 +15285,13 @@ x_1 = lean_mk_string_unchecked("(server) time in milliseconds to wait before rep return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__5() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_unsigned_to_nat(200u); -x_2 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__1; -x_3 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__4; +x_2 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__1; +x_3 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__4; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -15259,7 +15299,7 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__6() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__6() { _start: { lean_object* x_1; @@ -15267,7 +15307,7 @@ x_1 = lean_mk_string_unchecked("Lean", 4, 4); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__7() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__7() { _start: { lean_object* x_1; @@ -15275,7 +15315,7 @@ x_1 = lean_mk_string_unchecked("Server", 6, 6); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__8() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__8() { _start: { lean_object* x_1; @@ -15283,31 +15323,31 @@ x_1 = lean_mk_string_unchecked("FileWorker", 10, 10); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__9() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__9() { _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_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__6; -x_2 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__7; -x_3 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__8; -x_4 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__1; -x_5 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__2; +x_1 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__6; +x_2 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__7; +x_3 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__8; +x_4 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__1; +x_5 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__2; x_6 = l_Lean_Name_mkStr5(x_1, x_2, x_3, x_4, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_2 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__3; -x_3 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__5; -x_4 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__9; +x_2 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__3; +x_3 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__5; +x_4 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__9; x_5 = l_Lean_Option_register___at_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Options___hyg_5____spec__1(x_2, x_3, x_4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840____closed__1() { +static lean_object* _init_l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858____closed__1() { _start: { lean_object* x_1; @@ -15315,23 +15355,23 @@ x_1 = lean_mk_string_unchecked("MemorizedInteractiveDiagnostics", 31, 31); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840____closed__2() { +static lean_object* _init_l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858____closed__2() { _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_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__6; -x_2 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__7; -x_3 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__8; -x_4 = l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840____closed__1; +x_1 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__6; +x_2 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__7; +x_3 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__8; +x_4 = l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858____closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840_() { +static lean_object* _init_l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858_() { _start: { lean_object* x_1; -x_1 = l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840____closed__2; +x_1 = l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858____closed__2; return x_1; } } @@ -15339,7 +15379,7 @@ static lean_object* _init_l_Lean_Server_FileWorker_instTypeNameMemorizedInteract _start: { lean_object* x_1; -x_1 = l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840_; +x_1 = l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858_; return x_1; } } @@ -16299,7 +16339,7 @@ LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at___private_Lean_Server _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2250_(x_1); +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2665_(x_1); x_3 = l_Lean_Json_Structured_fromJson_x3f(x_2); return x_3; } @@ -21624,7 +21664,7 @@ lean_dec(x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_2770_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_2788_(lean_object* x_1) { _start: { uint8_t x_2; lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -21651,6 +21691,15 @@ return x_8; } } } +LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_FileWorker_setupImports___spec__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482_(x_1); +x_3 = l_Lean_Json_Structured_fromJson_x3f(x_2); +return x_3; +} +} static lean_object* _init_l_Lean_Server_FileWorker_setupImports___lambda__1___closed__1() { _start: { @@ -21929,9 +21978,9 @@ static lean_object* _init_l_Lean_Server_FileWorker_setupImports___lambda__5___cl _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_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__6; -x_2 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__7; -x_3 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__8; +x_1 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__6; +x_2 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__7; +x_3 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__8; x_4 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__2; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -22004,303 +22053,375 @@ lean_ctor_set_uint64(x_3, sizeof(void*)*1, x_1); return x_3; } } +static lean_object* _init_l_Lean_Server_FileWorker_setupImports___lambda__5___closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification___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_Server_FileWorker_setupImports___lambda__5(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; lean_object* x_9; lean_object* x_10; +lean_object* x_8; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_inc(x_1); -x_8 = l_Lean_Elab_HeaderSyntax_imports(x_1); +x_92 = l_Lean_Server_collectImports(x_1); +x_93 = l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification(x_2, x_92); +x_94 = lean_ctor_get(x_93, 1); +lean_inc(x_94); +lean_dec(x_93); +x_95 = l_Lean_Json_toStructured_x3f___at_Lean_Server_FileWorker_setupImports___spec__1(x_94); +if (lean_obj_tag(x_95) == 0) +{ +lean_object* x_96; lean_object* x_97; lean_object* x_98; +lean_dec(x_95); +x_96 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__10; +lean_inc(x_3); +x_97 = l_Std_Channel_Sync_send___rarg(x_3, x_96, x_7); +x_98 = lean_ctor_get(x_97, 1); +lean_inc(x_98); +lean_dec(x_97); +x_8 = x_98; +goto block_91; +} +else +{ +uint8_t x_99; +x_99 = !lean_is_exclusive(x_95); +if (x_99 == 0) +{ +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_100 = l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification___closed__1; +x_101 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_101, 0, x_100); +lean_ctor_set(x_101, 1, x_95); +lean_inc(x_3); +x_102 = l_Std_Channel_Sync_send___rarg(x_3, x_101, x_7); +x_103 = lean_ctor_get(x_102, 1); +lean_inc(x_103); +lean_dec(x_102); +x_8 = x_103; +goto block_91; +} +else +{ +lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; +x_104 = lean_ctor_get(x_95, 0); +lean_inc(x_104); +lean_dec(x_95); +x_105 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_105, 0, x_104); +x_106 = l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification___closed__1; +x_107 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_107, 0, x_106); +lean_ctor_set(x_107, 1, x_105); +lean_inc(x_3); +x_108 = l_Std_Channel_Sync_send___rarg(x_3, x_107, x_7); +x_109 = lean_ctor_get(x_108, 1); +lean_inc(x_109); +lean_dec(x_108); +x_8 = x_109; +goto block_91; +} +} +block_91: +{ +uint8_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = 1; +lean_inc(x_1); +x_10 = l_Lean_Elab_HeaderSyntax_imports(x_1, x_9); lean_inc(x_3); lean_inc(x_2); -x_9 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_setupImports___lambda__1), 4, 2); -lean_closure_set(x_9, 0, x_2); -lean_closure_set(x_9, 1, x_3); -lean_inc(x_8); +x_11 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_setupImports___lambda__1), 4, 2); +lean_closure_set(x_11, 0, x_2); +lean_closure_set(x_11, 1, x_3); +lean_inc(x_10); lean_inc(x_2); -x_10 = l_Lean_Server_FileWorker_setupFile(x_2, x_8, x_9, x_7); -if (lean_obj_tag(x_10) == 0) +x_12 = l_Lean_Server_FileWorker_setupFile(x_2, x_10, x_11, x_8); +if (lean_obj_tag(x_12) == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; -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(x_10); -x_72 = l_Array_filterMapM___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_sendFileProgress___spec__1___closed__1; -lean_inc(x_2); -x_73 = l_Lean_Server_mkPublishDiagnosticsNotification(x_2, x_72); -x_74 = lean_ctor_get(x_73, 1); -lean_inc(x_74); -lean_dec(x_73); -x_75 = l_Lean_Json_toStructured_x3f___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishDiagnostics___spec__2(x_74); -if (lean_obj_tag(x_75) == 0) -{ -lean_object* x_76; lean_object* x_77; lean_object* x_78; -lean_dec(x_75); -x_76 = l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishDiagnostics___closed__2; -x_77 = l_Std_Channel_Sync_send___rarg(x_3, x_76, x_12); -x_78 = lean_ctor_get(x_77, 1); -lean_inc(x_78); -lean_dec(x_77); -x_13 = x_78; -goto block_71; -} -else -{ -uint8_t x_79; -x_79 = !lean_is_exclusive(x_75); -if (x_79 == 0) -{ -lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_80 = l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishDiagnostics___closed__1; -x_81 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_81, 0, x_80); -lean_ctor_set(x_81, 1, x_75); -x_82 = l_Std_Channel_Sync_send___rarg(x_3, x_81, x_12); -x_83 = lean_ctor_get(x_82, 1); -lean_inc(x_83); -lean_dec(x_82); -x_13 = x_83; -goto block_71; -} -else -{ -lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_84 = lean_ctor_get(x_75, 0); -lean_inc(x_84); -lean_dec(x_75); -x_85 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_85, 0, x_84); -x_86 = l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishDiagnostics___closed__1; -x_87 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_87, 0, x_86); -lean_ctor_set(x_87, 1, x_85); -x_88 = l_Std_Channel_Sync_send___rarg(x_3, x_87, x_12); -x_89 = lean_ctor_get(x_88, 1); -lean_inc(x_89); -lean_dec(x_88); -x_13 = x_89; -goto block_71; -} -} -block_71: -{ -lean_object* x_14; -x_14 = lean_ctor_get(x_11, 0); +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +x_14 = lean_ctor_get(x_12, 1); lean_inc(x_14); -switch (lean_obj_tag(x_14)) { +lean_dec(x_12); +x_69 = l_Array_filterMapM___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots_sendFileProgress___spec__1___closed__1; +lean_inc(x_2); +x_70 = l_Lean_Server_mkPublishDiagnosticsNotification(x_2, x_69); +x_71 = lean_ctor_get(x_70, 1); +lean_inc(x_71); +lean_dec(x_70); +x_72 = l_Lean_Json_toStructured_x3f___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishDiagnostics___spec__2(x_71); +if (lean_obj_tag(x_72) == 0) +{ +lean_object* x_73; lean_object* x_74; lean_object* x_75; +lean_dec(x_72); +x_73 = l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishDiagnostics___closed__2; +x_74 = l_Std_Channel_Sync_send___rarg(x_3, x_73, x_14); +x_75 = lean_ctor_get(x_74, 1); +lean_inc(x_75); +lean_dec(x_74); +x_15 = x_75; +goto block_68; +} +else +{ +uint8_t x_76; +x_76 = !lean_is_exclusive(x_72); +if (x_76 == 0) +{ +lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_77 = l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishDiagnostics___closed__1; +x_78 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_78, 0, x_77); +lean_ctor_set(x_78, 1, x_72); +x_79 = l_Std_Channel_Sync_send___rarg(x_3, x_78, x_14); +x_80 = lean_ctor_get(x_79, 1); +lean_inc(x_80); +lean_dec(x_79); +x_15 = x_80; +goto block_68; +} +else +{ +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_81 = lean_ctor_get(x_72, 0); +lean_inc(x_81); +lean_dec(x_72); +x_82 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_82, 0, x_81); +x_83 = l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishDiagnostics___closed__1; +x_84 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_84, 0, x_83); +lean_ctor_set(x_84, 1, x_82); +x_85 = l_Std_Channel_Sync_send___rarg(x_3, x_84, x_14); +x_86 = lean_ctor_get(x_85, 1); +lean_inc(x_86); +lean_dec(x_85); +x_15 = x_86; +goto block_68; +} +} +block_68: +{ +lean_object* x_16; +x_16 = lean_ctor_get(x_13, 0); +lean_inc(x_16); +switch (lean_obj_tag(x_16)) { case 2: { -lean_object* x_15; lean_object* x_16; uint8_t x_17; -lean_dec(x_11); -lean_dec(x_8); +lean_object* x_17; lean_object* x_18; uint8_t x_19; +lean_dec(x_13); +lean_dec(x_10); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_15 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__1; -x_16 = l_Lean_Language_diagnosticsOfHeaderError(x_15, x_6, x_13); -x_17 = !lean_is_exclusive(x_16); -if (x_17 == 0) +x_17 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__1; +x_18 = l_Lean_Language_diagnosticsOfHeaderError(x_17, x_6, x_15); +x_19 = !lean_is_exclusive(x_18); +if (x_19 == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_18 = lean_ctor_get(x_16, 0); -x_19 = lean_box(0); -x_20 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__5; -x_21 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__9; -x_22 = 1; -x_23 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_23, 0, x_20); -lean_ctor_set(x_23, 1, x_18); -lean_ctor_set(x_23, 2, x_19); -lean_ctor_set(x_23, 3, x_21); -lean_ctor_set_uint8(x_23, sizeof(void*)*4, x_22); -x_24 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_24, 0, x_23); -lean_ctor_set(x_24, 1, x_19); -x_25 = lean_alloc_ctor(0, 1, 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; +x_20 = lean_ctor_get(x_18, 0); +x_21 = lean_box(0); +x_22 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__5; +x_23 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__9; +x_24 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_24, 0, x_22); +lean_ctor_set(x_24, 1, x_20); +lean_ctor_set(x_24, 2, x_21); +lean_ctor_set(x_24, 3, x_23); +lean_ctor_set_uint8(x_24, sizeof(void*)*4, x_9); +x_25 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_25, 0, x_24); -lean_ctor_set(x_16, 0, x_25); -return x_16; +lean_ctor_set(x_25, 1, x_21); +x_26 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_18, 0, x_26); +return x_18; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_26 = lean_ctor_get(x_16, 0); -x_27 = lean_ctor_get(x_16, 1); +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; +x_27 = lean_ctor_get(x_18, 0); +x_28 = lean_ctor_get(x_18, 1); +lean_inc(x_28); lean_inc(x_27); -lean_inc(x_26); -lean_dec(x_16); -x_28 = lean_box(0); -x_29 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__5; -x_30 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__9; -x_31 = 1; +lean_dec(x_18); +x_29 = lean_box(0); +x_30 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__5; +x_31 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__9; x_32 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_32, 0, x_29); -lean_ctor_set(x_32, 1, x_26); -lean_ctor_set(x_32, 2, x_28); -lean_ctor_set(x_32, 3, x_30); -lean_ctor_set_uint8(x_32, sizeof(void*)*4, x_31); +lean_ctor_set(x_32, 0, x_30); +lean_ctor_set(x_32, 1, x_27); +lean_ctor_set(x_32, 2, x_29); +lean_ctor_set(x_32, 3, x_31); +lean_ctor_set_uint8(x_32, sizeof(void*)*4, x_9); x_33 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_28); +lean_ctor_set(x_33, 1, x_29); x_34 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_34, 0, x_33); x_35 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_35, 0, x_34); -lean_ctor_set(x_35, 1, x_27); +lean_ctor_set(x_35, 1, x_28); return x_35; } } case 3: { uint8_t x_36; -lean_dec(x_11); -lean_dec(x_8); +lean_dec(x_13); +lean_dec(x_10); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_36 = !lean_is_exclusive(x_14); +x_36 = !lean_is_exclusive(x_16); if (x_36 == 0) { lean_object* x_37; lean_object* x_38; uint8_t x_39; -x_37 = lean_ctor_get(x_14, 0); -x_38 = l_Lean_Language_diagnosticsOfHeaderError(x_37, x_6, x_13); +x_37 = lean_ctor_get(x_16, 0); +x_38 = l_Lean_Language_diagnosticsOfHeaderError(x_37, x_6, x_15); x_39 = !lean_is_exclusive(x_38); if (x_39 == 0) { -lean_object* x_40; 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_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; x_40 = lean_ctor_get(x_38, 0); x_41 = lean_box(0); x_42 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__5; x_43 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__9; -x_44 = 1; -x_45 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_45, 0, x_42); -lean_ctor_set(x_45, 1, x_40); -lean_ctor_set(x_45, 2, x_41); -lean_ctor_set(x_45, 3, x_43); -lean_ctor_set_uint8(x_45, sizeof(void*)*4, x_44); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_45); -lean_ctor_set(x_46, 1, x_41); -lean_ctor_set_tag(x_14, 0); -lean_ctor_set(x_14, 0, x_46); -lean_ctor_set(x_38, 0, x_14); +x_44 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_44, 0, x_42); +lean_ctor_set(x_44, 1, x_40); +lean_ctor_set(x_44, 2, x_41); +lean_ctor_set(x_44, 3, x_43); +lean_ctor_set_uint8(x_44, sizeof(void*)*4, x_9); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_41); +lean_ctor_set_tag(x_16, 0); +lean_ctor_set(x_16, 0, x_45); +lean_ctor_set(x_38, 0, x_16); return x_38; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; uint8_t x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_47 = lean_ctor_get(x_38, 0); -x_48 = lean_ctor_get(x_38, 1); -lean_inc(x_48); +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; +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_49 = lean_box(0); -x_50 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__5; -x_51 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__9; -x_52 = 1; -x_53 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_53, 0, x_50); +x_48 = lean_box(0); +x_49 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__5; +x_50 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__9; +x_51 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_51, 0, x_49); +lean_ctor_set(x_51, 1, x_46); +lean_ctor_set(x_51, 2, x_48); +lean_ctor_set(x_51, 3, x_50); +lean_ctor_set_uint8(x_51, sizeof(void*)*4, x_9); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_51); +lean_ctor_set(x_52, 1, x_48); +lean_ctor_set_tag(x_16, 0); +lean_ctor_set(x_16, 0, x_52); +x_53 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_53, 0, x_16); lean_ctor_set(x_53, 1, x_47); -lean_ctor_set(x_53, 2, x_49); -lean_ctor_set(x_53, 3, x_51); -lean_ctor_set_uint8(x_53, sizeof(void*)*4, x_52); -x_54 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_49); -lean_ctor_set_tag(x_14, 0); -lean_ctor_set(x_14, 0, x_54); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_14); -lean_ctor_set(x_55, 1, x_48); -return x_55; +return x_53; } } else { -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; uint8_t x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_56 = lean_ctor_get(x_14, 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; lean_object* x_65; +x_54 = lean_ctor_get(x_16, 0); +lean_inc(x_54); +lean_dec(x_16); +x_55 = l_Lean_Language_diagnosticsOfHeaderError(x_54, x_6, x_15); +x_56 = lean_ctor_get(x_55, 0); lean_inc(x_56); -lean_dec(x_14); -x_57 = l_Lean_Language_diagnosticsOfHeaderError(x_56, x_6, x_13); -x_58 = lean_ctor_get(x_57, 0); -lean_inc(x_58); -x_59 = lean_ctor_get(x_57, 1); -lean_inc(x_59); -if (lean_is_exclusive(x_57)) { - lean_ctor_release(x_57, 0); - lean_ctor_release(x_57, 1); - x_60 = x_57; +x_57 = lean_ctor_get(x_55, 1); +lean_inc(x_57); +if (lean_is_exclusive(x_55)) { + lean_ctor_release(x_55, 0); + lean_ctor_release(x_55, 1); + x_58 = x_55; } else { - lean_dec_ref(x_57); - x_60 = lean_box(0); + lean_dec_ref(x_55); + x_58 = lean_box(0); } -x_61 = lean_box(0); -x_62 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__5; -x_63 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__9; -x_64 = 1; -x_65 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_65, 0, x_62); -lean_ctor_set(x_65, 1, x_58); -lean_ctor_set(x_65, 2, x_61); -lean_ctor_set(x_65, 3, x_63); -lean_ctor_set_uint8(x_65, sizeof(void*)*4, x_64); -x_66 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_66, 0, x_65); -lean_ctor_set(x_66, 1, x_61); -x_67 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_67, 0, x_66); -if (lean_is_scalar(x_60)) { - x_68 = lean_alloc_ctor(0, 2, 0); +x_59 = lean_box(0); +x_60 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__5; +x_61 = l_Lean_Server_FileWorker_setupImports___lambda__5___closed__9; +x_62 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_62, 0, x_60); +lean_ctor_set(x_62, 1, x_56); +lean_ctor_set(x_62, 2, x_59); +lean_ctor_set(x_62, 3, x_61); +lean_ctor_set_uint8(x_62, sizeof(void*)*4, x_9); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_59); +x_64 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_64, 0, x_63); +if (lean_is_scalar(x_58)) { + x_65 = lean_alloc_ctor(0, 2, 0); } else { - x_68 = x_60; + x_65 = x_58; } -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_59); -return x_68; +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_57); +return x_65; } } default: { -lean_object* x_69; lean_object* x_70; -lean_dec(x_14); -x_69 = lean_box(0); -x_70 = l_Lean_Server_FileWorker_setupImports___lambda__3(x_11, x_4, x_2, x_1, x_8, x_69, x_6, x_13); +lean_object* x_66; lean_object* x_67; +lean_dec(x_16); +x_66 = lean_box(0); +x_67 = l_Lean_Server_FileWorker_setupImports___lambda__3(x_13, x_4, x_2, x_1, x_10, x_66, x_6, x_15); lean_dec(x_6); lean_dec(x_1); lean_dec(x_2); -return x_70; +return x_67; } } } } else { -uint8_t x_90; -lean_dec(x_8); +uint8_t x_87; +lean_dec(x_10); lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_90 = !lean_is_exclusive(x_10); -if (x_90 == 0) +x_87 = !lean_is_exclusive(x_12); +if (x_87 == 0) { -return x_10; +return x_12; } else { -lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_91 = lean_ctor_get(x_10, 0); -x_92 = lean_ctor_get(x_10, 1); -lean_inc(x_92); -lean_inc(x_91); -lean_dec(x_10); -x_93 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_93, 0, x_91); -lean_ctor_set(x_93, 1, x_92); -return x_93; +lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_88 = lean_ctor_get(x_12, 0); +x_89 = lean_ctor_get(x_12, 1); +lean_inc(x_89); +lean_inc(x_88); +lean_dec(x_12); +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; +} } } } @@ -22633,7 +22754,7 @@ x_40 = lean_ctor_get(x_27, 0); lean_inc(x_40); lean_dec(x_27); x_41 = l_Lean_Json_Structured_toJson(x_40); -x_42 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144_(x_41); +x_42 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559_(x_41); if (lean_obj_tag(x_42) == 0) { lean_object* x_43; lean_object* x_44; @@ -22675,7 +22796,7 @@ x_50 = lean_ctor_get(x_27, 0); lean_inc(x_50); lean_dec(x_27); x_51 = l_Lean_Json_Structured_toJson(x_50); -x_52 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144_(x_51); +x_52 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559_(x_51); if (lean_obj_tag(x_52) == 0) { lean_object* x_53; lean_object* x_54; @@ -23147,7 +23268,7 @@ LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_FileWorke _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2386_(x_1); +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2801_(x_1); x_3 = l_Lean_Json_Structured_fromJson_x3f(x_2); return x_3; } @@ -29423,7 +29544,7 @@ _start: { lean_object* x_5; lean_inc(x_1); -x_5 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896_(x_1); +x_5 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158_(x_1); if (lean_obj_tag(x_5) == 0) { 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; @@ -29462,7 +29583,7 @@ _start: { lean_object* x_5; lean_inc(x_1); -x_5 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660_(x_1); +x_5 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922_(x_1); if (lean_obj_tag(x_5) == 0) { 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; @@ -29501,7 +29622,7 @@ _start: { lean_object* x_5; lean_inc(x_1); -x_5 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2440_(x_1); +x_5 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2855_(x_1); if (lean_obj_tag(x_5) == 0) { 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; @@ -32898,7 +33019,7 @@ _start: { lean_object* x_5; lean_inc(x_1); -x_5 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039_(x_1); +x_5 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301_(x_1); if (lean_obj_tag(x_5) == 0) { 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; @@ -33251,7 +33372,7 @@ lean_inc(x_79); lean_dec(x_4); x_80 = lean_unbox_uint64(x_77); lean_dec(x_77); -x_81 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2227_(x_80); +x_81 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3489_(x_80); lean_ctor_set_tag(x_75, 2); lean_ctor_set(x_75, 1, x_81); lean_ctor_set(x_75, 0, x_1); @@ -33294,7 +33415,7 @@ lean_inc(x_93); lean_dec(x_4); x_94 = lean_unbox_uint64(x_91); lean_dec(x_91); -x_95 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2227_(x_94); +x_95 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3489_(x_94); x_96 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_96, 0, x_1); lean_ctor_set(x_96, 1, x_95); @@ -33509,7 +33630,7 @@ lean_inc(x_144); lean_dec(x_4); x_145 = lean_unbox_uint64(x_141); lean_dec(x_141); -x_146 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2227_(x_145); +x_146 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3489_(x_145); if (lean_is_scalar(x_143)) { x_147 = lean_alloc_ctor(2, 2, 0); } else { @@ -35765,7 +35886,7 @@ static lean_object* _init_l_Lean_Server_FileWorker_handlePreRequestSpecialCases_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__6; +x_1 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__6; x_2 = l_Lean_Server_FileWorker_handlePreRequestSpecialCases_x3f___closed__5; x_3 = l_Lean_Server_FileWorker_handlePreRequestSpecialCases_x3f___closed__6; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); @@ -50387,6 +50508,8 @@ l_Lean_Server_FileWorker_WorkerContext_modifyGetPartialHandler___rarg___closed__ lean_mark_persistent(l_Lean_Server_FileWorker_WorkerContext_modifyGetPartialHandler___rarg___closed__3); l_Lean_Server_FileWorker_WorkerContext_modifyGetPartialHandler___rarg___closed__4 = _init_l_Lean_Server_FileWorker_WorkerContext_modifyGetPartialHandler___rarg___closed__4(); lean_mark_persistent(l_Lean_Server_FileWorker_WorkerContext_modifyGetPartialHandler___rarg___closed__4); +l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification___closed__1 = _init_l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification___closed__1(); +lean_mark_persistent(l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkInitialIleanInfoUpdateNotification___closed__1); l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkIleanInfoUpdateNotification___closed__1 = _init_l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkIleanInfoUpdateNotification___closed__1(); lean_mark_persistent(l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkIleanInfoUpdateNotification___closed__1); l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkIleanInfoFinalNotification___closed__1 = _init_l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_mkIleanInfoFinalNotification___closed__1(); @@ -50399,35 +50522,35 @@ l_Lean_Server_FileWorker_instInhabitedReportSnapshotsState___closed__2 = _init_l lean_mark_persistent(l_Lean_Server_FileWorker_instInhabitedReportSnapshotsState___closed__2); l_Lean_Server_FileWorker_instInhabitedReportSnapshotsState = _init_l_Lean_Server_FileWorker_instInhabitedReportSnapshotsState(); lean_mark_persistent(l_Lean_Server_FileWorker_instInhabitedReportSnapshotsState); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__1 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__1(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__1); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__2 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__2(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__2); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__3 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__3(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__3); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__4 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__4(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__4); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__5 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__5(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__5); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__6 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__6(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__6); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__7 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__7(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__7); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__8 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__8(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__8); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__9 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__9(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785____closed__9); -if (builtin) {res = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_785_(lean_io_mk_world()); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__1 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__1(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__1); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__2 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__2(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__2); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__3 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__3(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__3); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__4 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__4(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__4); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__5 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__5(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__5); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__6 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__6(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__6); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__7 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__7(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__7); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__8 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__8(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__8); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__9 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__9(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803____closed__9); +if (builtin) {res = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_803_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Server_FileWorker_server_reportDelayMs = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Server_FileWorker_server_reportDelayMs); lean_dec_ref(res); -}l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840____closed__1 = _init_l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840____closed__1(); -lean_mark_persistent(l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840____closed__1); -l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840____closed__2 = _init_l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840____closed__2(); -lean_mark_persistent(l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840____closed__2); -l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840_ = _init_l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840_(); -lean_mark_persistent(l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_840_); +}l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858____closed__1 = _init_l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858____closed__1(); +lean_mark_persistent(l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858____closed__1); +l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858____closed__2 = _init_l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858____closed__2(); +lean_mark_persistent(l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858____closed__2); +l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858_ = _init_l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858_(); +lean_mark_persistent(l_Lean_Server_FileWorker_instImpl____x40_Lean_Server_FileWorker___hyg_858_); l_Lean_Server_FileWorker_instTypeNameMemorizedInteractiveDiagnostics = _init_l_Lean_Server_FileWorker_instTypeNameMemorizedInteractiveDiagnostics(); lean_mark_persistent(l_Lean_Server_FileWorker_instTypeNameMemorizedInteractiveDiagnostics); l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishDiagnostics___closed__1 = _init_l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishDiagnostics___closed__1(); @@ -50450,7 +50573,7 @@ l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots___l lean_mark_persistent(l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots___lambda__5___closed__2); l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots___closed__1 = _init_l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots___closed__1(); lean_mark_persistent(l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_reportSnapshots___closed__1); -if (builtin) {res = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_2770_(lean_io_mk_world()); +if (builtin) {res = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker___hyg_2788_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_importsLoadedRef = lean_io_result_get_value(res); lean_mark_persistent(l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_importsLoadedRef); @@ -50487,6 +50610,8 @@ l_Lean_Server_FileWorker_setupImports___lambda__5___closed__8 = _init_l_Lean_Ser lean_mark_persistent(l_Lean_Server_FileWorker_setupImports___lambda__5___closed__8); l_Lean_Server_FileWorker_setupImports___lambda__5___closed__9 = _init_l_Lean_Server_FileWorker_setupImports___lambda__5___closed__9(); lean_mark_persistent(l_Lean_Server_FileWorker_setupImports___lambda__5___closed__9); +l_Lean_Server_FileWorker_setupImports___lambda__5___closed__10 = _init_l_Lean_Server_FileWorker_setupImports___lambda__5___closed__10(); +lean_mark_persistent(l_Lean_Server_FileWorker_setupImports___lambda__5___closed__10); l_Lean_Server_FileWorker_setupImports___lambda__6___closed__1 = _init_l_Lean_Server_FileWorker_setupImports___lambda__6___closed__1(); lean_mark_persistent(l_Lean_Server_FileWorker_setupImports___lambda__6___closed__1); l_Lean_Server_FileWorker_setupImports___lambda__6___closed__2 = _init_l_Lean_Server_FileWorker_setupImports___lambda__6___closed__2(); diff --git a/stage0/stdlib/Lean/Server/FileWorker/WidgetRequests.c b/stage0/stdlib/Lean/Server/FileWorker/WidgetRequests.c index a8674ccb83..0362322921 100644 --- a/stage0/stdlib/Lean/Server/FileWorker/WidgetRequests.c +++ b/stage0/stdlib/Lean/Server/FileWorker/WidgetRequests.c @@ -53,7 +53,6 @@ static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Wi static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_68____closed__9; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2464____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2464____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams___closed__3; LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_806_; @@ -145,6 +144,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn_ uint8_t l_Lean_Expr_isMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableMsgToInteractive; LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedMsgToInteractive; +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4516_(lean_object*); static lean_object* l_Lean_Widget_instFromJsonGetInteractiveDiagnosticsParams___closed__1; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_68____closed__13; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____closed__10; @@ -174,13 +174,13 @@ LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket____x40_Lea extern lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_404____spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_makePopup_ppExprForPopup___lambda__1___closed__7; +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_538____closed__11; lean_object* l_Lean_Expr_constName_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_makePopup_maybeWithoutTopLevelHighlight___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_68____closed__3; extern lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals; LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2161_(lean_object*); -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3254_(lean_object*); static lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_404____spec__1___lambda__1___closed__1; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); lean_object* l_Lean_Server_locationLinksFromDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -218,7 +218,7 @@ static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Wi lean_object* l_Lean_Elab_Info_docString_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInfoPopup_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_454_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_makePopup___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410_(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_68____closed__25; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_lazyTraceChildrenToInteractive___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_404____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -723,12 +723,12 @@ _start: lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_68____closed__1; lean_inc(x_1); -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_2); x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); lean_dec(x_3); x_5 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_68____closed__29; -x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_5); +x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_5); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) { @@ -1668,18 +1668,18 @@ _start: 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; uint8_t x_10; x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_538____closed__1; lean_inc(x_1); -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_2); x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); lean_dec(x_3); x_5 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_538____closed__9; lean_inc(x_1); -x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_5); +x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_5); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); lean_dec(x_6); x_8 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_538____closed__14; -x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_8); +x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_8); x_10 = !lean_is_exclusive(x_9); if (x_10 == 0) { @@ -4448,7 +4448,7 @@ return x_2; case 1: { lean_object* x_3; -x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148_(x_1); +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410_(x_1); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -4499,7 +4499,7 @@ default: { lean_object* x_13; uint8_t x_14; lean_inc(x_1); -x_13 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3148_(x_1); +x_13 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4410_(x_1); x_14 = !lean_is_exclusive(x_1); if (x_14 == 0) { @@ -4805,7 +4805,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_obj x_4 = lean_ctor_get(x_2, 0); lean_inc(x_4); lean_dec(x_2); -x_5 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_3254_(x_4); +x_5 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_4516_(x_4); x_6 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_6, 0, x_1); lean_ctor_set(x_6, 1, x_5); @@ -4984,12 +4984,12 @@ _start: lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1825____closed__1; lean_inc(x_1); -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_2); x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); lean_dec(x_3); x_5 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1825____closed__9; -x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_5); +x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_5); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) { diff --git a/stage0/stdlib/Lean/Server/References.c b/stage0/stdlib/Lean/Server/References.c index 58a798ca4c..b6c99a7e03 100644 --- a/stage0/stdlib/Lean/Server/References.c +++ b/stage0/stdlib/Lean/Server/References.c @@ -1,6 +1,6 @@ // Lean compiler output // Module: Lean.Server.References -// Imports: Lean.Data.Lsp.Internal Lean.Server.Utils Std.Data.TreeMap +// Imports: Lean.Data.Lsp.Internal Lean.Data.Lsp.Extra Lean.Server.Utils Std.Data.TreeMap Lean.Elab.Import Std.Data.TreeSet.Basic #include #if defined(__clang__) #pragma clang diagnostic ignored "-Wunused-parameter" @@ -20,22 +20,36 @@ LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_x27___at_Lean_Server_findRe LEAN_EXPORT lean_object* l_Lean_findDeclarationRanges_x3f___at_Lean_Server_RefInfo_toLspRefInfo___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Lsp_RefIdent_toJson(lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Server_dedupReferences___spec__9___lambda__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__2; static lean_object* l_Lean_Server_combineIdents_useConstRepresentatives___closed__1; +LEAN_EXPORT lean_object* l_Array_groupByKey___at_Lean_Server_DirectImports_convertImportInfos___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_definitionsMatching___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_DirectImports_convertImportInfos___spec__11(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Server_References_getModuleRefs_x3f___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_Const_alter___at_Lean_Server_DirectImports_convertImportInfos___spec__8(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_RefInfo_empty; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_instBEqOfDecidableEq___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_compress(lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__6; +LEAN_EXPORT lean_object* l_Lean_Server_ImportInfo_ofImport(lean_object*); LEAN_EXPORT lean_object* l_Lean_isRec___at_Lean_Server_RefInfo_toLspRefInfo___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerImports(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_combineIdents_buildIdMap___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_IO_throwServerError___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Server_ImportInfo_ofImport___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_References_findAt(lean_object*, lean_object*, lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_Lean_Server_DirectImports_convertImportInfos___lambda__1(lean_object*); +static lean_object* l_Lean_Server_instEmptyCollectionDirectImports___closed__1; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__1(lean_object*); static lean_object* l_Lean_Server_dedupReferences___closed__2; static lean_object* l_Lean_Server_findModuleRefs___closed__2; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Lsp_ModuleRefs_findRange_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_instInhabitedModuleImport___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_DirectImports_convertImportInfos___lambda__1___boxed(lean_object*); lean_object* l_Lean_Json_mkObj(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_combineIdents_buildIdMap___spec__7___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_declRangeExt; @@ -47,16 +61,20 @@ LEAN_EXPORT lean_object* l_Lean_Server_dedupReferences(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_findReferences___spec__5___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getHeadInfo(lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_getD___at_Lean_Server_combineIdents_useConstRepresentatives___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_groupByKey___at_Lean_Server_DirectImports_convertImportInfos___spec__3___boxed(lean_object*, lean_object*); uint64_t lean_uint64_mix_hash(uint64_t, uint64_t); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__13; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_ModuleRefs_addRef___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_getModuleContainingDecl_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_replace___at_Lean_Server_dedupReferences___spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_RefInfo_findReferenceLocation_x3f_contains___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_DirectImports_convertImportInfos___spec__13(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_erase___at_Lean_Server_combineIdents_useConstRepresentatives___spec__11___boxed(lean_object*, lean_object*); lean_object* l_List_mapTR_loop___at_Lean_Lsp_instToJsonRefInfo___spec__1(lean_object*, lean_object*); size_t lean_uint64_to_usize(uint64_t); LEAN_EXPORT lean_object* l_Lean_Server_combineIdents_buildIdMap___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Server_dedupReferences___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_instInhabitedModuleImport; static lean_object* l_Lean_Server_Ilean_load___closed__3; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2(lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); @@ -65,25 +83,32 @@ static lean_object* l_Lean_Server_findModuleRefs___closed__1; static lean_object* l_Lean_Server_References_findAt___closed__2; lean_object* l_Lean_DeclarationRange_toLspRange(lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_RefInfo_toLspRefInfo___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerImports___spec__1___boxed(lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Option_beqOption____x40_Init_Data_Option_Basic___hyg_160____rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_replace___at_Lean_Server_combineIdents_useConstRepresentatives___spec__19(lean_object*, lean_object*, lean_object*); lean_object* l_Array_qpartition___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_panic___at_Lean_Server_References_importedBy___spec__2(lean_object*); +static lean_object* l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__4; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__3; -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_Server_combineIdents_buildIdMap___spec__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_References_finalizeWorkerRefs___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); +static lean_object* l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__2; +uint64_t l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(lean_object*); static lean_object* l_Lean_findDeclarationRanges_x3f___at_Lean_Server_RefInfo_toLspRefInfo___spec__3___closed__1; +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__20; static lean_object* l_Lean_Server_RefInfo_empty___closed__2; +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_DirectImports_convertImportInfos___spec__10(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_erase___at_Lean_Server_combineIdents_useConstRepresentatives___spec__11(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_definitionOf_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_definitionOf_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__23; +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__15; static lean_object* l_Lean_Server_dedupReferences___closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6(size_t, size_t, lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); -static lean_object* l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_DirectImports_convertImportInfos___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldl___at_Lean_Server_References_allRefs___spec__2(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_allRefsFor___spec__4(lean_object*, lean_object*); @@ -93,23 +118,24 @@ LEAN_EXPORT lean_object* l_Lean_Server_combineIdents___boxed(lean_object*, lean_ LEAN_EXPORT lean_object* l_Lean_Server_References_removeIlean___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_Server_dedupReferences___spec__6(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_References_removeIlean___spec__2(lean_object*, lean_object*, lean_object*); +static lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__1; LEAN_EXPORT uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_dedupReferences___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Server_dedupReferences___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerRefs___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_replace___at_Lean_Server_combineIdents_useConstRepresentatives___spec__6(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__5; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_combineIdents___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__4; +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_DirectImports_convertImportInfos___spec__4___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_DirectImports_convertImportInfos(lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__21; LEAN_EXPORT lean_object* l_Lean_Server_References_getModuleRefs_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_combineIdents_useConstRepresentatives___spec__18(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_findRange_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_List_flatMapTR_go___at___private_Lean_Server_Rpc_Basic_0__Lean_Lsp_toJsonRpcRef____x40_Lean_Server_Rpc_Basic___hyg_187____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_References_removeWorkerRefs___spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Nat_nextPowerOfTwo_go(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_x27___at_Lean_Server_combineIdents_buildIdMap___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_removeIlean___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleRefs_findRange_x3f___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__3; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_combineIdents_useConstRepresentatives___spec__23(size_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Lsp_RefInfo_findReferenceLocation_x3f___lambda__2___closed__1; lean_object* l_Lean_PersistentArray_toList___rarg(lean_object*); @@ -120,40 +146,49 @@ uint8_t lean_string_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_findReferences___spec__5___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Std_DTreeMap_Internal_Impl_foldrM___at_Lean_Lsp_instToJsonModuleRefs___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldl___at_Lean_Server_References_allRefs___spec__4(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_References_definitionsMatching___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_filter___at_Lean_Server_References_removeIlean___spec__1(lean_object*, lean_object*, lean_object*); +static lean_object* l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; static lean_object* l_Lean_Server_dedupReferences___closed__3; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_Server_combineIdents_useConstRepresentatives___spec__4(lean_object*, lean_object*, lean_object*); lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_List_flatMapTR_go___at___private_Lean_Util_Paths_0__Lean_toJsonLeanPaths____x40_Lean_Util_Paths___hyg_62____spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_findReferences(lean_object*, lean_object*); -uint64_t l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__15; +LEAN_EXPORT lean_object* l_Lean_Server_References_definitionsMatching___rarg___lambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_DirectImports_convertImportInfos___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_References_allDirectImports(lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_findReferences___spec__5___closed__1; extern lean_object* l_Lean_Lsp_RefInfo_instInhabitedLocation; -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__21; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__22; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__4; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Server_combineIdents_useConstRepresentatives___spec__16(lean_object*); +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_DirectImports_convertImportInfos___spec__10___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_x27___at_Lean_Server_findReferences___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__1; -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_definitionOf_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_definitionOf_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_DirectImports_convertImportInfos___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_allDirectImports___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_findModuleRefs(lean_object*, lean_object*, uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_filter___at_Lean_Server_References_removeIlean___spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Server_findReferences___spec__2___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_References_importedBy___boxed(lean_object*, lean_object*); static uint64_t l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_dedupReferences___spec__4___closed__1; static lean_object* l_Lean_Server_instToJsonIlean___closed__1; size_t lean_usize_of_nat(lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__18; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Server_combineIdents_buildIdMap___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_TagDeclarationExtension_isTagged(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Server_findReferences___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_findModuleRefs___lambda__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_References_getDirectImports_x3f___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_findAt___lambda__1(lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__13; +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_allDirectImports___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_addIlean___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_collectImports___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleRefs_findAt(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Lsp_RefInfo_findReferenceLocation_x3f(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Lsp_RefInfo_contains___boxed(lean_object*, lean_object*, lean_object*); @@ -162,82 +197,86 @@ LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_x27___at_Lean_Server_findRe LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Server_combineIdents_findCanonicalRepresentative___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_findDeclarationRangesCore_x3f___at_Lean_Server_RefInfo_toLspRefInfo___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_empty; +LEAN_EXPORT lean_object* l_Lean_Server_ImportInfo_ofImport___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Lsp_ModuleRefs_findRange_x3f___spec__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_instEmptyCollectionDirectImports; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_combineIdents___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_References_finalizeWorkerRefs___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Server_combineIdents_buildIdMap___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerImports___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_References_getDirectImports_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Server_findReferences___spec__3___closed__1; +lean_object* l_Lean_Server_documentUriFromModule_x3f(lean_object*, lean_object*); uint64_t lean_uint64_shift_right(uint64_t, uint64_t); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__16; uint8_t lean_is_aux_recursor(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_collectImports(lean_object*); lean_object* lean_nat_div(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_ModuleRefs_toLspModuleRefs___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_instFromJsonIlean; +lean_object* l_Lean_Name_quickCmp___boxed(lean_object*, lean_object*); lean_object* l_Lean_Elab_Info_updateContext_x3f(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerRefs___spec__1(lean_object*, lean_object*); extern lean_object* l_Lean_builtinDeclRanges; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_DirectImports_convertImportInfos___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_RefInfo_empty; +LEAN_EXPORT lean_object* l_Lean_Server_instInhabitedReferences; static lean_object* l_Array_qsort_sort___at_Lean_Server_dedupReferences___spec__9___closed__1; +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__1; static uint64_t l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_dedupReferences___spec__4___closed__2; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_combineIdents_useConstRepresentatives___spec__2___boxed(lean_object*, lean_object*); +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Setup_0__Lean_fromJsonImport____x40_Lean_Setup___hyg_241____spec__1(lean_object*, lean_object*); lean_object* l_Lean_Name_getPrefix(lean_object*); lean_object* l_Lean_Elab_PartialContextInfo_mergeIntoOuter_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_Server_combineIdents___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_allRefs___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__11; +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__5; +LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Server_ModuleImport_collapseIdenticalImports_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_combineIdents_insertIdMap(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507_(lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_allRefsFor___spec__4___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get___at_Lean_Server_combineIdents_findCanonicalRepresentative___spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_instHashableBool___boxed(lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__11; -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__12; static lean_object* l_Lean_Server_instFromJsonIlean___closed__1; LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_RefInfo_toLspRefInfo___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_References_definitionOf_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Position_0__Lean_fromJsonPosition____x40_Lean_Data_Position___hyg_294____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_Server_DirectImports_convertImportInfos___spec__6(lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Lsp_hashRange____x40_Lean_Data_Lsp_Basic___hyg_584_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_findModuleRefs___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_removeWorkerRefs___boxed(lean_object*, lean_object*); +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Server_combineIdents_useConstRepresentatives___closed__3; lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_removeWorkerRefs(lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonRefInfo___spec__2(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__1(lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerRefs___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instDecidableEqBool___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Server_dedupReferences___closed__4; static lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Server_findReferences___spec__2___closed__4; -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_DirectImports_convertImportInfos___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerImports___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__24; LEAN_EXPORT lean_object* l_Lean_Server_combineIdents_findCanonicalRepresentative(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_findAt___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Lsp_RefInfo_findReferenceLocation_x3f_contains(uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_findDeclarationRanges_x3f___at_Lean_Server_RefInfo_toLspRefInfo___spec__3___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_updateWorkerRefs___spec__5(lean_object*, lean_object*); -static lean_object* l_Lean_Server_References_empty___closed__1; -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__10; LEAN_EXPORT lean_object* l_Lean_Lsp_ModuleRefs_findRange_x3f(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_combineIdents_useConstRepresentatives___spec__15(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Elab_ContextInfo_runCoreM___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerRefs___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isRec___at_Lean_Server_RefInfo_toLspRefInfo___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerRefs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__3; -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__4; +LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerRefs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_findReferences___spec__5___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_combineIdents_buildIdMap___spec__7(lean_object*, size_t, size_t, lean_object*, lean_object*); -uint8_t l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerRefs___lambda__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__20; static lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Server_findReferences___spec__2___closed__2; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__2(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Lsp_ordPosition____x40_Lean_Data_Lsp_Basic___hyg_120_(lean_object*, lean_object*); lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_References_referringTo(lean_object*, lean_object*, uint8_t, lean_object*); +static lean_object* l_Lean_Server_DirectImports_convertImportInfos___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_References_referringTo(lean_object*, lean_object*, uint8_t); +LEAN_EXPORT uint8_t l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f_collapseMetaKinds(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_findDeclarationRangesCore_x3f___at_Lean_Server_RefInfo_toLspRefInfo___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Server_dedupReferences___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_combineIdents_useConstRepresentatives___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t lean_name_eq(lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Lsp_ModuleRefs_findAt___spec__1(lean_object*, uint8_t, lean_object*, lean_object*); static lean_object* l_Lean_Server_Ilean_load___closed__2; @@ -245,6 +284,7 @@ lean_object* l_Lean_MapDeclarationExtension_find_x3f___rarg(lean_object*, lean_o LEAN_EXPORT lean_object* l_Lean_Server_RefInfo_addRef(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_findReferences___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_Server_dedupReferences___spec__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Server_DirectImports_convertImportInfos___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Ilean_load(lean_object*, lean_object*); extern lean_object* l_instMonadBaseIO; static lean_object* l_Lean_Server_References_allRefsFor___closed__1; @@ -252,74 +292,82 @@ LEAN_EXPORT lean_object* l_panic___at_Lean_Server_combineIdents_buildIdMap___spe LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_forInStep_go___at_Lean_Server_combineIdents_useConstRepresentatives___spec__14(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_RefInfo_empty___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_dedupReferences___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_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Server_RefInfo_toLspRefInfo___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_combineIdents_useConstRepresentatives___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_Server_combineIdents_buildIdMap___spec__1(lean_object*, lean_object*); -static lean_object* l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__2; +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_importedBy___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_allDirectImports___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_forInStep_go___at_Lean_Server_combineIdents_useConstRepresentatives___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_forInStep_go___at_Lean_Server_combineIdents_useConstRepresentatives___spec__20(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_DirectImports_convertImportInfos___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_removeIlean(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_References_getDirectImports_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldl___at_Lean_Server_References_updateWorkerRefs___spec__3(lean_object*, lean_object*); +static lean_object* l_Lean_Server_DirectImports_convertImportInfos___closed__2; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_allRefs___spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_findRange_x3f(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_Server_combineIdents_useConstRepresentatives___spec__17(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_getModuleContainingDecl_x3f___boxed(lean_object*, lean_object*); +lean_object* l_Lean_Elab_HeaderSyntax_imports(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_findReferences___spec__5___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_References_referringTo___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_References_referringTo___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_String_Range_toLspRange(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_forInStep_go___at_Lean_Server_combineIdents_useConstRepresentatives___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get___at_Lean_Server_combineIdents_findCanonicalRepresentative___spec__2(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_ModuleRefs_toLspModuleRefs(lean_object*, lean_object*); extern lean_object* l_Lean_Lsp_instHashableRefIdent; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_References_removeWorkerRefs___spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__2; +LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Server_ModuleImport_collapseIdenticalImports_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__16; LEAN_EXPORT lean_object* l_Lean_Server_References_allRefs(lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Lsp_ModuleRefs_findAt___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__19; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__2; lean_object* l_IO_FS_readFile(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_combineIdents_useConstRepresentatives___spec__21___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__9; -LEAN_EXPORT lean_object* l_Lean_Server_References_definitionOf_x3f(lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_References_definitionOf_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_findDeclarationRanges_x3f___at_Lean_Server_RefInfo_toLspRefInfo___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__6; LEAN_EXPORT lean_object* l_Lean_Server_combineIdents_useConstRepresentatives(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_combineIdents_buildIdMap(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_getModuleRefs_x3f___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_findAt___lambda__1___boxed(lean_object*); +static size_t l_Lean_Server_References_allRefsFor___closed__2; lean_object* l_StateT_instMonad___rarg(lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__14; LEAN_EXPORT lean_object* l_Lean_Server_combineIdents_findCanonicalRepresentative___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Server_References_definitionsMatching___rarg___closed__1; extern lean_object* l_Lean_Lsp_instBEqRange; LEAN_EXPORT lean_object* l_Lean_Lsp_RefInfo_findReferenceLocation_x3f___lambda__1___boxed(lean_object*); lean_object* l_Array_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__3(lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__17; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_combineIdents_buildIdMap___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___lambda__1(lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldl___at_Lean_Server_References_allRefsFor___spec__3___boxed(lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__14; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_dedupReferences___spec__7(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_instHashableOption___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_identOf___boxed(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_Server_ImportInfo_ofImport___lambda__1(lean_object*); +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Lsp_RefInfo_findReferenceLocation_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_References_removeIlean___spec__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_DirectImports_convertImportInfos___spec__4(lean_object*, lean_object*); lean_object* l_Std_DTreeMap_Internal_Impl_link___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_combineIdents_findCanonicalRepresentative___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Server_combineIdents_findCanonicalRepresentative___spec__3___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_combineIdents_useConstRepresentatives___spec__10(lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_combineIdents_buildIdMap___spec__7___closed__1; static lean_object* l_Lean_Lsp_RefInfo_findReferenceLocation_x3f___lambda__2___closed__2; -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__22; +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__25; lean_object* l_Std_Internal_Parsec_String_Parser_run___rarg(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_combineIdents___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_replace___at_Lean_Server_combineIdents___spec__5(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldl___at_Lean_Server_References_updateWorkerRefs___spec__4(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_DirectImports_convertImportInfos___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_combineIdents___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Server_References_findAt___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_combineIdents_buildIdMap___spec__7___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -327,26 +375,28 @@ uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Server_combineIdents_useConstRepresentatives___spec__8(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_getModuleRefs_x3f___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_Server_combineIdents_useConstRepresentatives___spec__9(lean_object*, lean_object*, lean_object*); -uint8_t l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_241_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_RefInfo_toLspRefInfo(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_ModuleRefs_addRef(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Lean_Server_dedupReferences___spec__6___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585_(lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__1; -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__7; +LEAN_EXPORT lean_object* l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f_collapseMetaKinds___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__28; lean_object* l_Lean_Environment_allImportedModuleNames(lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldl___at_Lean_Server_References_removeIlean___spec__3___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_References_definitionOf_x3f___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_combineIdents_useConstRepresentatives___spec__5(lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__17; static lean_object* l_Lean_Lsp_RefInfo_findReferenceLocation_x3f___lambda__2___closed__3; -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Lsp_instFromJsonModuleRefs___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Lsp_RefInfo_findReferenceLocation_x3f___spec__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_allRefs___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_combineIdents_useConstRepresentatives___spec__21(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Std_DTreeMap_Internal_Impl_maxView___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldl___at_Lean_Server_References_removeIlean___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_RefInfo_merge(lean_object*, lean_object*); +uint64_t l_Lean_Name_hash___override(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f(lean_object*); lean_object* l_String_toName(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__2(lean_object*, size_t, size_t, lean_object*); uint64_t lean_uint64_xor(uint64_t, uint64_t); @@ -354,15 +404,21 @@ extern lean_object* l_Id_instMonad; static lean_object* l_Lean_Server_dedupReferences___closed__1; extern lean_object* l_Lean_Lsp_instBEqRefIdent; lean_object* lean_panic_fn(lean_object*, lean_object*); +static lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__3; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_dedupReferences___spec__4(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_DirectImports_convertImportInfos___spec__7(lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362_(lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_RefInfo_findReferenceLocation_x3f___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_instInhabitedReferences___closed__1; +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__8; lean_object* l_Std_DTreeMap_Internal_Impl_minView___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_removeIlean___spec__4___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_collectImports___spec__1(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_combineIdents_buildIdMap___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2(uint8_t, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); +lean_object* l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482____spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_importedBy___spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2(uint8_t, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Elab_Info_range_x3f(lean_object*); lean_object* l_Lean_Json_Parser_any(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_combineIdents_useConstRepresentatives___boxed(lean_object*); @@ -383,30 +439,38 @@ LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldl___at_Lean_Server_Ref LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_dedupReferences___spec__8(lean_object*, lean_object*); size_t lean_usize_sub(size_t, size_t); lean_object* lean_array_mk(lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__1; static lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Server_findReferences___spec__2___closed__3; +LEAN_EXPORT lean_object* l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f___boxed(lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__12; LEAN_EXPORT lean_object* l_panic___at_Lean_Server_findReferences___spec__3(lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__7; extern lean_object* l_Lean_noConfusionExt; uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___lambda__1___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_DirectImports_convertImportInfos___boxed(lean_object*, lean_object*); uint8_t l_Lean_Lsp_beqRange____x40_Lean_Data_Lsp_Basic___hyg_510_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__4; static lean_object* l_Lean_Server_Ilean_load___closed__1; -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__3(lean_object*, lean_object*, 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_ReaderT_pure___at_Lean_Server_RefInfo_toLspRefInfo___spec__2(lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__18; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_forInStep_go___at_Lean_Server_combineIdents_useConstRepresentatives___spec__22___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__26; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_combineIdents___spec__4(lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__8; lean_object* lean_array_uget(lean_object*, size_t); size_t lean_array_size(lean_object*); +static lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__2; +LEAN_EXPORT lean_object* l_Lean_Server_References_getDirectImports_x3f___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_combineIdents_useConstRepresentatives___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_instInhabitedOfMonad___rarg(lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__27; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_dedupReferences___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Server_RefInfo_toLspRefInfo___spec__1___closed__1; uint8_t l_Lean_Lsp_ordRange____x40_Lean_Data_Lsp_Basic___hyg_783_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__23; +uint8_t l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_References_allRefsFor(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_References_allRefsFor(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Ilean_load___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Server_dedupReferences___closed__8; lean_object* lean_string_append(lean_object*, lean_object*); @@ -414,11 +478,11 @@ LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Serv LEAN_EXPORT lean_object* l_Lean_Server_References_addIlean(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_getModuleRefs_x3f___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Server_combineIdents___spec__2(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_References_finalizeWorkerRefs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__19; +LEAN_EXPORT lean_object* l_Lean_Server_References_finalizeWorkerRefs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_allRefsFor___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_forInStep_go___at_Lean_Server_combineIdents_useConstRepresentatives___spec__22(size_t, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__10; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_combineIdents_useConstRepresentatives___spec__7___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_RefInfo_findReferenceLocation_x3f___lambda__2(lean_object*, lean_object*, uint8_t, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); @@ -426,18 +490,23 @@ uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* l_Lean_RBNode_find___at_Lean_NameMap_find_x3f___spec__1___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_dedupReferences___boxed(lean_object*, lean_object*); static lean_object* l_Lean_findDeclarationRanges_x3f___at_Lean_Server_RefInfo_toLspRefInfo___spec__3___lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_References_importedBy(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_Elab_Info_stx(lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_DirectImports_convertImportInfos___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_findReferences___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_combineIdents___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_instToJsonIlean; static lean_object* l_panic___at_Lean_Server_findReferences___spec__3___closed__2; -LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerRefs___lambda__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_updateWorkerRefs___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_ModuleRefs_addRef___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_getModuleRefs_x3f(lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_RefInfo_findReferenceLocation_x3f___lambda__1(lean_object*); +uint8_t l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_472_(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_DirectImports_convertImportInfos___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_RefInfo_empty___closed__1; static lean_object* l_Lean_findDeclarationRangesCore_x3f___at_Lean_Server_RefInfo_toLspRefInfo___spec__5___closed__1; LEAN_EXPORT lean_object* l_Lean_findDeclarationRanges_x3f___at_Lean_Server_RefInfo_toLspRefInfo___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -445,12 +514,155 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_combineId LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_combineIdents___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); +static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__9; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_land(size_t, size_t); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_allRefsFor___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_findReferences___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_Server_combineIdents(lean_object*, lean_object*); static lean_object* l_Lean_Server_dedupReferences___closed__5; +LEAN_EXPORT uint8_t l_Lean_Server_ImportInfo_ofImport___lambda__1(lean_object* x_1) { +_start: +{ +uint8_t x_2; +x_2 = 0; +return x_2; +} +} +static lean_object* _init_l_Lean_Server_ImportInfo_ofImport___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_ImportInfo_ofImport___lambda__1___boxed), 1, 0); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_ImportInfo_ofImport(lean_object* x_1) { +_start: +{ +uint8_t x_2; +x_2 = !lean_is_exclusive(x_1); +if (x_2 == 0) +{ +lean_object* x_3; uint8_t x_4; uint8_t x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; +x_3 = lean_ctor_get(x_1, 0); +x_4 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); +x_5 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 1); +x_6 = 1; +x_7 = l_Lean_Server_ImportInfo_ofImport___closed__1; +x_8 = l_Lean_Name_toString(x_3, x_6, x_7); +if (x_5 == 0) +{ +lean_ctor_set(x_1, 0, x_8); +lean_ctor_set_uint8(x_1, sizeof(void*)*1, x_6); +lean_ctor_set_uint8(x_1, sizeof(void*)*1 + 1, x_4); +return x_1; +} +else +{ +uint8_t x_9; +x_9 = 0; +lean_ctor_set(x_1, 0, x_8); +lean_ctor_set_uint8(x_1, sizeof(void*)*1, x_9); +lean_ctor_set_uint8(x_1, sizeof(void*)*1 + 1, x_4); +return x_1; +} +} +else +{ +lean_object* x_10; uint8_t x_11; uint8_t x_12; uint8_t x_13; uint8_t x_14; lean_object* x_15; lean_object* x_16; +x_10 = lean_ctor_get(x_1, 0); +x_11 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); +x_12 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 1); +x_13 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 2); +lean_inc(x_10); +lean_dec(x_1); +x_14 = 1; +x_15 = l_Lean_Server_ImportInfo_ofImport___closed__1; +x_16 = l_Lean_Name_toString(x_10, x_14, x_15); +if (x_12 == 0) +{ +lean_object* x_17; +x_17 = lean_alloc_ctor(0, 1, 3); +lean_ctor_set(x_17, 0, x_16); +lean_ctor_set_uint8(x_17, sizeof(void*)*1, x_14); +lean_ctor_set_uint8(x_17, sizeof(void*)*1 + 1, x_11); +lean_ctor_set_uint8(x_17, sizeof(void*)*1 + 2, x_13); +return x_17; +} +else +{ +uint8_t x_18; lean_object* x_19; +x_18 = 0; +x_19 = lean_alloc_ctor(0, 1, 3); +lean_ctor_set(x_19, 0, x_16); +lean_ctor_set_uint8(x_19, sizeof(void*)*1, x_18); +lean_ctor_set_uint8(x_19, sizeof(void*)*1 + 1, x_11); +lean_ctor_set_uint8(x_19, sizeof(void*)*1 + 2, x_13); +return x_19; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_ImportInfo_ofImport___lambda__1___boxed(lean_object* x_1) { +_start: +{ +uint8_t x_2; lean_object* x_3; +x_2 = l_Lean_Server_ImportInfo_ofImport___lambda__1(x_1); +lean_dec(x_1); +x_3 = lean_box(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_collectImports___spec__1(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) +{ +return x_3; +} +else +{ +lean_object* x_5; 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_5 = lean_array_uget(x_3, x_2); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_array_uset(x_3, x_2, x_6); +x_8 = l_Lean_Server_ImportInfo_ofImport(x_5); +x_9 = 1; +x_10 = lean_usize_add(x_2, x_9); +x_11 = lean_array_uset(x_7, x_2, x_8); +x_2 = x_10; +x_3 = x_11; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_collectImports(lean_object* x_1) { +_start: +{ +uint8_t x_2; lean_object* x_3; size_t x_4; size_t x_5; lean_object* x_6; +x_2 = 0; +x_3 = l_Lean_Elab_HeaderSyntax_imports(x_1, x_2); +x_4 = lean_array_size(x_3); +x_5 = 0; +x_6 = l_Array_mapMUnsafe_map___at_Lean_Server_collectImports___spec__1(x_4, x_5, x_3); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_collectImports___spec__1___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_Array_mapMUnsafe_map___at_Lean_Server_collectImports___spec__1(x_4, x_5, x_3); +return x_6; +} +} static lean_object* _init_l_Lean_Server_RefInfo_empty___closed__1() { _start: { @@ -869,14 +1081,6 @@ return x_34; } } } -LEAN_EXPORT uint8_t l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___lambda__1(lean_object* x_1) { -_start: -{ -uint8_t x_2; -x_2 = 0; -return x_2; -} -} static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__1() { _start: { @@ -907,21 +1111,13 @@ _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_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__2; -x_3 = lean_unsigned_to_nat(78u); +x_3 = lean_unsigned_to_nat(92u); x_4 = lean_unsigned_to_nat(8u); x_5 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__3; x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); return x_6; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___lambda__1___boxed), 1, 0); -return x_1; -} -} LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -1138,7 +1334,7 @@ lean_dec(x_44); x_48 = l_Lean_DeclarationRange_toLspRange(x_47); lean_dec(x_47); x_49 = 1; -x_50 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_50 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_51 = l_Lean_Name_toString(x_42, x_49, x_50); x_52 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_52, 0, x_51); @@ -1172,7 +1368,7 @@ lean_dec(x_58); x_62 = l_Lean_DeclarationRange_toLspRange(x_61); lean_dec(x_61); x_63 = 1; -x_64 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_64 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_65 = l_Lean_Name_toString(x_42, x_63, x_64); x_66 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_66, 0, x_65); @@ -1449,7 +1645,7 @@ lean_dec(x_56); x_60 = l_Lean_DeclarationRange_toLspRange(x_59); lean_dec(x_59); x_61 = 1; -x_62 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_62 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_63 = l_Lean_Name_toString(x_55, x_61, x_62); x_64 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_64, 0, x_63); @@ -1481,7 +1677,7 @@ lean_dec(x_67); x_71 = l_Lean_DeclarationRange_toLspRange(x_70); lean_dec(x_70); x_72 = 1; -x_73 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_73 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_74 = l_Lean_Name_toString(x_66, x_72, x_73); x_75 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_75, 0, x_74); @@ -1523,7 +1719,7 @@ lean_dec(x_79); x_84 = l_Lean_DeclarationRange_toLspRange(x_83); lean_dec(x_83); x_85 = 1; -x_86 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_86 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_87 = l_Lean_Name_toString(x_78, x_85, x_86); x_88 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_88, 0, x_87); @@ -1666,16 +1862,6 @@ lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___lambda__1___boxed(lean_object* x_1) { -_start: -{ -uint8_t x_2; lean_object* x_3; -x_2 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___lambda__1(x_1); -lean_dec(x_1); -x_3 = lean_box(x_2); -return x_3; -} -} LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -1698,7 +1884,7 @@ x_4 = lean_ctor_get(x_1, 1); x_5 = lean_ctor_get(x_1, 2); x_6 = lean_ctor_get(x_1, 3); x_7 = lean_ctor_get(x_1, 4); -x_8 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_241_(x_2, x_4); +x_8 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_472_(x_2, x_4); switch (x_8) { case 0: { @@ -1739,7 +1925,7 @@ x_7 = lean_ctor_get(x_3, 1); x_8 = lean_ctor_get(x_3, 2); x_9 = lean_ctor_get(x_3, 3); x_10 = lean_ctor_get(x_3, 4); -x_11 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_241_(x_1, x_7); +x_11 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_472_(x_1, x_7); switch (x_11) { case 0: { @@ -3859,7 +4045,7 @@ lean_inc(x_455); lean_inc(x_454); lean_inc(x_453); lean_dec(x_3); -x_458 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_241_(x_1, x_454); +x_458 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_472_(x_1, x_454); switch (x_458) { case 0: { @@ -6033,7 +6219,7 @@ lean_dec(x_2); return x_5; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__1() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__1() { _start: { lean_object* x_1; @@ -6041,7 +6227,7 @@ x_1 = lean_mk_string_unchecked("version", 7, 7); return x_1; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__2() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__2() { _start: { lean_object* x_1; @@ -6049,7 +6235,7 @@ x_1 = lean_mk_string_unchecked("Lean", 4, 4); return x_1; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__3() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__3() { _start: { lean_object* x_1; @@ -6057,7 +6243,7 @@ x_1 = lean_mk_string_unchecked("Server", 6, 6); return x_1; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__4() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__4() { _start: { lean_object* x_1; @@ -6065,29 +6251,29 @@ x_1 = lean_mk_string_unchecked("Ilean", 5, 5); return x_1; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__5() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__2; -x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__3; -x_3 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__4; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__2; +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__3; +x_3 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__4; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__6() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__5; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__5; x_2 = 1; -x_3 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_3 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__7() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__7() { _start: { lean_object* x_1; @@ -6095,48 +6281,48 @@ x_1 = lean_mk_string_unchecked(".", 1, 1); return x_1; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__8() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__6; -x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__7; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__6; +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__9() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__1; +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__10() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__10() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__9; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__9; x_2 = 1; -x_3 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_3 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__11() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__8; -x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__10; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__8; +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__10; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__12() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__12() { _start: { lean_object* x_1; @@ -6144,17 +6330,17 @@ x_1 = lean_mk_string_unchecked(": ", 2, 2); return x_1; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__13() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__11; -x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__12; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__11; +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__14() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__14() { _start: { lean_object* x_1; @@ -6162,48 +6348,97 @@ x_1 = lean_mk_string_unchecked("module", 6, 6); return x_1; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__15() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__14; +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__16() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__16() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__15; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__15; x_2 = 1; -x_3 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_3 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__17() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__8; -x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__16; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__8; +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__16; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__18() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__17; -x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__12; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__17; +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__19() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__19() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("directImports", 13, 13); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__20() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__19; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__21() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__20; +x_2 = 1; +x_3 = l_Lean_Server_ImportInfo_ofImport___closed__1; +x_4 = l_Lean_Name_toString(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__22() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__8; +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__21; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__23() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__22; +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__12; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__24() { _start: { lean_object* x_1; @@ -6211,52 +6446,52 @@ x_1 = lean_mk_string_unchecked("references", 10, 10); return x_1; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__20() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__25() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__19; +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__24; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__21() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__26() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__20; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__25; x_2 = 1; -x_3 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_3 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__22() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__8; -x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__21; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__8; +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__26; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__23() { +static lean_object* _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__28() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__22; -x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__12; +x_1 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__27; +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__1; +x_2 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__1; lean_inc(x_1); x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Position_0__Lean_fromJsonPosition____x40_Lean_Data_Position___hyg_294____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) @@ -6268,7 +6503,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__13; +x_6 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__13; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -6280,7 +6515,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__13; +x_9 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__13; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -6294,9 +6529,9 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; x_12 = lean_ctor_get(x_3, 0); lean_inc(x_12); lean_dec(x_3); -x_13 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__14; +x_13 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__14; lean_inc(x_1); -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__1(x_1, x_13); +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Setup_0__Lean_fromJsonImport____x40_Lean_Setup___hyg_241____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -6307,7 +6542,7 @@ if (x_15 == 0) { lean_object* x_16; lean_object* x_17; lean_object* x_18; x_16 = lean_ctor_get(x_14, 0); -x_17 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__18; +x_17 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__18; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -6319,7 +6554,7 @@ lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; x_19 = lean_ctor_get(x_14, 0); lean_inc(x_19); lean_dec(x_14); -x_20 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__18; +x_20 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__18; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -6333,19 +6568,21 @@ lean_object* x_23; lean_object* x_24; lean_object* x_25; x_23 = lean_ctor_get(x_14, 0); lean_inc(x_23); lean_dec(x_14); -x_24 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__19; -x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144____spec__1(x_1, x_24); +x_24 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__19; +lean_inc(x_1); +x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376____spec__1(x_1, x_24); if (lean_obj_tag(x_25) == 0) { uint8_t x_26; lean_dec(x_23); lean_dec(x_12); +lean_dec(x_1); x_26 = !lean_is_exclusive(x_25); if (x_26 == 0) { lean_object* x_27; lean_object* x_28; lean_object* x_29; x_27 = lean_ctor_get(x_25, 0); -x_28 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__23; +x_28 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__23; x_29 = lean_string_append(x_28, x_27); lean_dec(x_27); lean_ctor_set(x_25, 0, x_29); @@ -6357,7 +6594,7 @@ lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; x_30 = lean_ctor_get(x_25, 0); lean_inc(x_30); lean_dec(x_25); -x_31 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__23; +x_31 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__23; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); x_33 = lean_alloc_ctor(0, 1, 0); @@ -6367,32 +6604,74 @@ return x_33; } else { -uint8_t x_34; -x_34 = !lean_is_exclusive(x_25); -if (x_34 == 0) +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_25, 0); +lean_inc(x_34); +lean_dec(x_25); +x_35 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__24; +x_36 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559____spec__1(x_1, x_35); +if (lean_obj_tag(x_36) == 0) { -lean_object* x_35; lean_object* x_36; -x_35 = lean_ctor_get(x_25, 0); -x_36 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_36, 0, x_12); -lean_ctor_set(x_36, 1, x_23); -lean_ctor_set(x_36, 2, x_35); -lean_ctor_set(x_25, 0, x_36); -return x_25; +uint8_t x_37; +lean_dec(x_34); +lean_dec(x_23); +lean_dec(x_12); +x_37 = !lean_is_exclusive(x_36); +if (x_37 == 0) +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_36, 0); +x_39 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__28; +x_40 = lean_string_append(x_39, x_38); +lean_dec(x_38); +lean_ctor_set(x_36, 0, x_40); +return x_36; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_25, 0); -lean_inc(x_37); -lean_dec(x_25); -x_38 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_38, 0, x_12); -lean_ctor_set(x_38, 1, x_23); -lean_ctor_set(x_38, 2, x_37); -x_39 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_39, 0, x_38); -return x_39; +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_41 = lean_ctor_get(x_36, 0); +lean_inc(x_41); +lean_dec(x_36); +x_42 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__28; +x_43 = lean_string_append(x_42, x_41); +lean_dec(x_41); +x_44 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_44, 0, x_43); +return x_44; +} +} +else +{ +uint8_t x_45; +x_45 = !lean_is_exclusive(x_36); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +x_46 = lean_ctor_get(x_36, 0); +x_47 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_47, 0, x_12); +lean_ctor_set(x_47, 1, x_23); +lean_ctor_set(x_47, 2, x_34); +lean_ctor_set(x_47, 3, x_46); +lean_ctor_set(x_36, 0, x_47); +return x_36; +} +else +{ +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_36, 0); +lean_inc(x_48); +lean_dec(x_36); +x_49 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_49, 0, x_12); +lean_ctor_set(x_49, 1, x_23); +lean_ctor_set(x_49, 2, x_34); +lean_ctor_set(x_49, 3, x_48); +x_50 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_50, 0, x_49); +return x_50; +} } } } @@ -6403,7 +6682,7 @@ static lean_object* _init_l_Lean_Server_instFromJsonIlean___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401_), 1, 0); return x_1; } } @@ -6415,7 +6694,7 @@ x_1 = l_Lean_Server_instFromJsonIlean___closed__1; return x_1; } } -static lean_object* _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__1() { +static lean_object* _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__1() { _start: { lean_object* x_1; @@ -6423,7 +6702,7 @@ x_1 = lean_mk_string_unchecked("usages", 6, 6); return x_1; } } -static lean_object* _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__2() { +static lean_object* _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; @@ -6432,7 +6711,7 @@ x_2 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_1); return x_2; } } -static lean_object* _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3() { +static lean_object* _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3() { _start: { lean_object* x_1; @@ -6440,19 +6719,19 @@ x_1 = lean_mk_string_unchecked("definition", 10, 10); return x_1; } } -static lean_object* _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__4() { +static lean_object* _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; -x_2 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__2; +x_1 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; +x_2 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__2; x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); lean_ctor_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 0) @@ -6488,7 +6767,7 @@ x_15 = lean_array_size(x_14); x_16 = 0; x_17 = l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonRefInfo___spec__2(x_15, x_16, x_14); x_18 = l_Array_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__3(x_17); -x_19 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__1; +x_19 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__1; lean_ctor_set(x_6, 1, x_18); lean_ctor_set(x_6, 0, x_19); lean_inc(x_1); @@ -6496,7 +6775,7 @@ lean_ctor_set(x_2, 1, x_1); if (lean_obj_tag(x_13) == 0) { lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_20 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__4; +x_20 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__4; x_21 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_21, 0, x_20); lean_ctor_set(x_21, 1, x_2); @@ -6561,7 +6840,7 @@ lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean x_42 = l_List_appendTR___rarg(x_40, x_37); lean_ctor_set(x_13, 0, x_42); x_43 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_13); -x_44 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_44 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_45 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_45, 0, x_44); lean_ctor_set(x_45, 1, x_43); @@ -6665,7 +6944,7 @@ x_81 = l_List_appendTR___rarg(x_80, x_78); x_82 = l_List_appendTR___rarg(x_40, x_81); lean_ctor_set(x_41, 0, x_82); x_83 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_41); -x_84 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_84 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_85 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_85, 0, x_84); lean_ctor_set(x_85, 1, x_83); @@ -6714,7 +6993,7 @@ x_101 = l_List_appendTR___rarg(x_100, x_98); x_102 = l_List_appendTR___rarg(x_40, x_101); lean_ctor_set(x_41, 0, x_102); x_103 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_41); -x_104 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_104 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_105 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_105, 0, x_104); lean_ctor_set(x_105, 1, x_103); @@ -6779,7 +7058,7 @@ x_123 = l_List_appendTR___rarg(x_122, x_120); x_124 = l_List_appendTR___rarg(x_40, x_123); lean_ctor_set(x_41, 0, x_124); x_125 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_41); -x_126 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_126 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_127 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_127, 0, x_126); lean_ctor_set(x_127, 1, x_125); @@ -6881,7 +7160,7 @@ x_156 = l_List_appendTR___rarg(x_155, x_153); x_157 = l_List_appendTR___rarg(x_40, x_156); lean_ctor_set(x_41, 0, x_157); x_158 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_41); -x_159 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_159 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_160 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_160, 0, x_159); lean_ctor_set(x_160, 1, x_158); @@ -6998,7 +7277,7 @@ x_191 = l_List_appendTR___rarg(x_190, x_188); x_192 = l_List_appendTR___rarg(x_40, x_191); lean_ctor_set(x_41, 0, x_192); x_193 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_41); -x_194 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_194 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_195 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_195, 0, x_194); lean_ctor_set(x_195, 1, x_193); @@ -7145,7 +7424,7 @@ x_235 = l_List_appendTR___rarg(x_40, x_234); x_236 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_236, 0, x_235); x_237 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_236); -x_238 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_238 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_239 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_239, 0, x_238); lean_ctor_set(x_239, 1, x_237); @@ -7198,7 +7477,7 @@ lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; x_255 = l_List_appendTR___rarg(x_253, x_249); lean_ctor_set(x_13, 0, x_255); x_256 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_13); -x_257 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_257 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_258 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_258, 0, x_257); lean_ctor_set(x_258, 1, x_256); @@ -7355,7 +7634,7 @@ if (lean_is_scalar(x_265)) { } lean_ctor_set(x_300, 0, x_299); x_301 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_300); -x_302 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_302 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_303 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_303, 0, x_302); lean_ctor_set(x_303, 1, x_301); @@ -7423,7 +7702,7 @@ lean_object* x_321; lean_object* x_322; lean_object* x_323; lean_object* x_324; x_321 = l_List_appendTR___rarg(x_319, x_314); lean_ctor_set(x_13, 0, x_321); x_322 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_13); -x_323 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_323 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_324 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_324, 0, x_323); lean_ctor_set(x_324, 1, x_322); @@ -7580,7 +7859,7 @@ if (lean_is_scalar(x_331)) { } lean_ctor_set(x_366, 0, x_365); x_367 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_366); -x_368 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_368 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_369 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_369, 0, x_368); lean_ctor_set(x_369, 1, x_367); @@ -7671,7 +7950,7 @@ x_392 = l_List_appendTR___rarg(x_390, x_385); x_393 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_393, 0, x_392); x_394 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_393); -x_395 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_395 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_396 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_396, 0, x_395); lean_ctor_set(x_396, 1, x_394); @@ -7827,7 +8106,7 @@ if (lean_is_scalar(x_403)) { } lean_ctor_set(x_438, 0, x_437); x_439 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_438); -x_440 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_440 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_441 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_441, 0, x_440); lean_ctor_set(x_441, 1, x_439); @@ -7868,7 +8147,7 @@ x_454 = lean_array_size(x_453); x_455 = 0; x_456 = l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonRefInfo___spec__2(x_454, x_455, x_453); x_457 = l_Array_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__3(x_456); -x_458 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__1; +x_458 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__1; x_459 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_459, 0, x_458); lean_ctor_set(x_459, 1, x_457); @@ -7878,7 +8157,7 @@ lean_ctor_set(x_2, 0, x_459); if (lean_obj_tag(x_452) == 0) { lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; -x_460 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__4; +x_460 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__4; x_461 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_461, 0, x_460); lean_ctor_set(x_461, 1, x_2); @@ -7974,7 +8253,7 @@ if (lean_is_scalar(x_467)) { } lean_ctor_set(x_485, 0, x_484); x_486 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_485); -x_487 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_487 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_488 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_488, 0, x_487); lean_ctor_set(x_488, 1, x_486); @@ -8131,7 +8410,7 @@ if (lean_is_scalar(x_495)) { } lean_ctor_set(x_530, 0, x_529); x_531 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_530); -x_532 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_532 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_533 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_533, 0, x_532); lean_ctor_set(x_533, 1, x_531); @@ -8183,7 +8462,7 @@ x_548 = lean_array_size(x_547); x_549 = 0; x_550 = l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonRefInfo___spec__2(x_548, x_549, x_547); x_551 = l_Array_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__3(x_550); -x_552 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__1; +x_552 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__1; if (lean_is_scalar(x_543)) { x_553 = lean_alloc_ctor(0, 2, 0); } else { @@ -8198,7 +8477,7 @@ lean_ctor_set(x_554, 1, x_1); if (lean_obj_tag(x_546) == 0) { lean_object* x_555; lean_object* x_556; lean_object* x_557; lean_object* x_558; lean_object* x_559; -x_555 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__4; +x_555 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__4; x_556 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_556, 0, x_555); lean_ctor_set(x_556, 1, x_554); @@ -8294,7 +8573,7 @@ if (lean_is_scalar(x_562)) { } lean_ctor_set(x_580, 0, x_579); x_581 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_580); -x_582 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_582 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_583 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_583, 0, x_582); lean_ctor_set(x_583, 1, x_581); @@ -8451,7 +8730,7 @@ if (lean_is_scalar(x_590)) { } lean_ctor_set(x_625, 0, x_624); x_626 = l_Option_toJson___at_Lean_Lsp_instToJsonRefInfo___spec__6(x_625); -x_627 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3; +x_627 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3; x_628 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_628, 0, x_627); lean_ctor_set(x_628, 1, x_626); @@ -8474,16 +8753,16 @@ goto _start; } } } -LEAN_EXPORT lean_object* l___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585_(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; lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t 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_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_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; uint8_t 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_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; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); x_3 = l_Lean_JsonNumber_fromNat(x_2); x_4 = lean_alloc_ctor(2, 1, 0); lean_ctor_set(x_4, 0, x_3); -x_5 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__1; +x_5 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__1; x_6 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_6, 0, x_5); lean_ctor_set(x_6, 1, x_4); @@ -8494,11 +8773,11 @@ lean_ctor_set(x_8, 1, x_7); x_9 = lean_ctor_get(x_1, 1); lean_inc(x_9); x_10 = 1; -x_11 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_11 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_12 = l_Lean_Name_toString(x_9, x_10, x_11); x_13 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_13, 0, x_12); -x_14 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__14; +x_14 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__14; x_15 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_13); @@ -8507,38 +8786,51 @@ lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_7); x_17 = lean_ctor_get(x_1, 2); lean_inc(x_17); +x_18 = l_Array_toJson___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2482____spec__1(x_17); +x_19 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__19; +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_18); +x_21 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_7); +x_22 = lean_ctor_get(x_1, 3); +lean_inc(x_22); lean_dec(x_1); -x_18 = l_Std_DTreeMap_Internal_Impl_foldrM___at_Lean_Lsp_instToJsonModuleRefs___spec__1(x_7, x_17); -lean_dec(x_17); -x_19 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1(x_7, x_18, x_7); -x_20 = l_Lean_Json_mkObj(x_19); -x_21 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__19; -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_20); -x_23 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_23, 0, x_22); -lean_ctor_set(x_23, 1, x_7); -x_24 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_24, 0, x_23); -lean_ctor_set(x_24, 1, x_7); -x_25 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_25, 0, x_16); -lean_ctor_set(x_25, 1, x_24); -x_26 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_26, 0, x_8); -lean_ctor_set(x_26, 1, x_25); -x_27 = l_Lean_Server_RefInfo_empty___closed__1; -x_28 = l_List_flatMapTR_go___at___private_Lean_Server_Rpc_Basic_0__Lean_Lsp_toJsonRpcRef____x40_Lean_Server_Rpc_Basic___hyg_187____spec__1(x_26, x_27); -x_29 = l_Lean_Json_mkObj(x_28); -return x_29; +x_23 = l_Std_DTreeMap_Internal_Impl_foldrM___at_Lean_Lsp_instToJsonModuleRefs___spec__1(x_7, x_22); +lean_dec(x_22); +x_24 = l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1(x_7, x_23, x_7); +x_25 = l_Lean_Json_mkObj(x_24); +x_26 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__24; +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_25); +x_28 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_7); +x_29 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_7); +x_30 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_30, 0, x_21); +lean_ctor_set(x_30, 1, x_29); +x_31 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_31, 0, x_16); +lean_ctor_set(x_31, 1, x_30); +x_32 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_32, 0, x_8); +lean_ctor_set(x_32, 1, x_31); +x_33 = l_Lean_Server_RefInfo_empty___closed__1; +x_34 = l_List_flatMapTR_go___at___private_Lean_Util_Paths_0__Lean_toJsonLeanPaths____x40_Lean_Util_Paths___hyg_62____spec__4(x_32, x_33); +x_35 = l_Lean_Json_mkObj(x_34); +return x_35; } } static lean_object* _init_l_Lean_Server_instToJsonIlean___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585_), 1, 0); return x_1; } } @@ -8599,7 +8891,7 @@ lean_inc(x_9); lean_dec(x_8); x_10 = l_Lean_Server_Ilean_load___closed__2; x_11 = lean_string_append(x_10, x_1); -x_12 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__12; +x_12 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__12; x_13 = lean_string_append(x_11, x_12); x_14 = lean_string_append(x_13, x_9); lean_dec(x_9); @@ -8614,7 +8906,7 @@ lean_object* x_18; lean_object* x_19; x_18 = lean_ctor_get(x_8, 0); lean_inc(x_18); lean_dec(x_8); -x_19 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362_(x_18); +x_19 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401_(x_18); 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; @@ -8624,7 +8916,7 @@ lean_inc(x_20); lean_dec(x_19); x_21 = l_Lean_Server_Ilean_load___closed__2; x_22 = lean_string_append(x_21, x_1); -x_23 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__12; +x_23 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__12; x_24 = lean_string_append(x_22, x_23); x_25 = lean_string_append(x_24, x_20); lean_dec(x_20); @@ -8662,7 +8954,7 @@ lean_inc(x_34); lean_dec(x_33); x_35 = l_Lean_Server_Ilean_load___closed__2; x_36 = lean_string_append(x_35, x_1); -x_37 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__12; +x_37 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__12; x_38 = lean_string_append(x_36, x_37); x_39 = lean_string_append(x_38, x_34); lean_dec(x_34); @@ -8677,7 +8969,7 @@ lean_object* x_43; lean_object* x_44; x_43 = lean_ctor_get(x_33, 0); lean_inc(x_43); lean_dec(x_33); -x_44 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362_(x_43); +x_44 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401_(x_43); if (lean_obj_tag(x_44) == 0) { 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; @@ -8686,7 +8978,7 @@ lean_inc(x_45); lean_dec(x_44); x_46 = l_Lean_Server_Ilean_load___closed__2; x_47 = lean_string_append(x_46, x_1); -x_48 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__12; +x_48 = l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__12; x_49 = lean_string_append(x_47, x_48); x_50 = lean_string_append(x_49, x_45); lean_dec(x_45); @@ -8859,7 +9151,7 @@ x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); lean_dec(x_9); x_11 = 1; -x_12 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_12 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_13 = l_Lean_Name_toString(x_10, x_11, x_12); x_14 = l_Lean_Name_toString(x_6, x_11, x_12); x_15 = lean_alloc_ctor(1, 2, 0); @@ -8901,7 +9193,7 @@ if (x_24 == 0) lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; lean_object* x_32; lean_object* x_33; x_25 = lean_ctor_get(x_22, 0); x_26 = 1; -x_27 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_27 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_28 = l_Lean_Name_toString(x_25, x_26, x_27); x_29 = l_Lean_Name_toString(x_19, x_26, x_27); x_30 = lean_alloc_ctor(0, 2, 0); @@ -8923,7 +9215,7 @@ x_34 = lean_ctor_get(x_22, 0); lean_inc(x_34); lean_dec(x_22); x_35 = 1; -x_36 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_36 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_37 = l_Lean_Name_toString(x_34, x_35, x_36); x_38 = l_Lean_Name_toString(x_19, x_35, x_36); x_39 = lean_alloc_ctor(0, 2, 0); @@ -8974,7 +9266,7 @@ x_51 = lean_ctor_get(x_50, 0); lean_inc(x_51); lean_dec(x_50); x_52 = 1; -x_53 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_53 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_54 = l_Lean_Name_toString(x_51, x_52, x_53); x_55 = l_Lean_Name_toString(x_47, x_52, x_53); x_56 = lean_alloc_ctor(1, 2, 0); @@ -9020,7 +9312,7 @@ if (lean_is_exclusive(x_64)) { x_67 = lean_box(0); } x_68 = 1; -x_69 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_69 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_70 = l_Lean_Name_toString(x_66, x_68, x_69); x_71 = l_Lean_Name_toString(x_61, x_68, x_69); x_72 = lean_alloc_ctor(0, 2, 0); @@ -9080,7 +9372,7 @@ if (x_84 == 0) lean_object* x_85; uint8_t x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; lean_object* x_92; lean_object* x_93; x_85 = lean_ctor_get(x_82, 0); x_86 = 1; -x_87 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_87 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_88 = l_Lean_Name_toString(x_85, x_86, x_87); x_89 = l_Lean_Name_toString(x_81, x_86, x_87); x_90 = lean_alloc_ctor(0, 2, 0); @@ -9101,7 +9393,7 @@ x_94 = lean_ctor_get(x_82, 0); lean_inc(x_94); lean_dec(x_82); x_95 = 1; -x_96 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_96 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_97 = l_Lean_Name_toString(x_94, x_95, x_96); x_98 = l_Lean_Name_toString(x_81, x_95, x_96); x_99 = lean_alloc_ctor(0, 2, 0); @@ -9146,7 +9438,7 @@ if (x_110 == 0) lean_object* x_111; uint8_t x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; uint8_t x_117; lean_object* x_118; lean_object* x_119; x_111 = lean_ctor_get(x_108, 0); x_112 = 1; -x_113 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_113 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_114 = l_Lean_Name_toString(x_111, x_112, x_113); x_115 = l_Lean_Name_toString(x_107, x_112, x_113); x_116 = lean_alloc_ctor(0, 2, 0); @@ -9167,7 +9459,7 @@ x_120 = lean_ctor_get(x_108, 0); lean_inc(x_120); lean_dec(x_108); x_121 = 1; -x_122 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_122 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_123 = l_Lean_Name_toString(x_120, x_121, x_122); x_124 = l_Lean_Name_toString(x_107, x_121, x_122); x_125 = lean_alloc_ctor(0, 2, 0); @@ -9965,7 +10257,7 @@ else lean_object* x_4; lean_object* x_5; uint8_t x_6; x_4 = lean_ctor_get(x_2, 0); x_5 = lean_ctor_get(x_2, 2); -x_6 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_4, x_1); +x_6 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_4, x_1); if (x_6 == 0) { x_2 = x_5; @@ -9987,7 +10279,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; x_4 = lean_ctor_get(x_2, 0); x_5 = lean_ctor_get(x_2, 1); x_6 = lean_ctor_get(x_2, 2); -x_7 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_4, x_1); +x_7 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_4, x_1); if (x_7 == 0) { x_2 = x_6; @@ -10007,7 +10299,7 @@ _start: lean_object* x_3; lean_object* x_4; uint64_t x_5; uint64_t x_6; uint64_t x_7; uint64_t x_8; uint64_t x_9; uint64_t x_10; uint64_t x_11; size_t x_12; size_t x_13; size_t x_14; size_t x_15; size_t x_16; lean_object* x_17; uint8_t x_18; x_3 = lean_ctor_get(x_1, 1); x_4 = lean_array_get_size(x_3); -x_5 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_2); +x_5 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_2); x_6 = 32; x_7 = lean_uint64_shift_right(x_5, x_6); x_8 = lean_uint64_xor(x_5, x_7); @@ -10099,7 +10391,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; x_4 = lean_ctor_get(x_3, 0); x_5 = lean_ctor_get(x_3, 1); x_6 = lean_ctor_get(x_3, 2); -x_7 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_4, x_1); +x_7 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_4, x_1); if (x_7 == 0) { x_3 = x_6; @@ -10127,7 +10419,7 @@ else lean_object* x_4; lean_object* x_5; uint8_t x_6; x_4 = lean_ctor_get(x_2, 0); x_5 = lean_ctor_get(x_2, 2); -x_6 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_4, x_1); +x_6 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_4, x_1); if (x_6 == 0) { x_2 = x_5; @@ -10159,7 +10451,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; uint64_t x_8 x_4 = lean_ctor_get(x_2, 0); x_5 = lean_ctor_get(x_2, 2); x_6 = lean_array_get_size(x_1); -x_7 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_4); +x_7 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_4); x_8 = 32; x_9 = lean_uint64_shift_right(x_7, x_8); x_10 = lean_uint64_xor(x_7, x_9); @@ -10190,7 +10482,7 @@ lean_inc(x_23); lean_inc(x_22); lean_dec(x_2); x_25 = lean_array_get_size(x_1); -x_26 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_22); +x_26 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_22); x_27 = 32; x_28 = lean_uint64_shift_right(x_26, x_27); x_29 = lean_uint64_xor(x_26, x_28); @@ -10282,7 +10574,7 @@ lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; x_6 = lean_ctor_get(x_3, 0); x_7 = lean_ctor_get(x_3, 1); x_8 = lean_ctor_get(x_3, 2); -x_9 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_6, x_1); +x_9 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_6, x_1); if (x_9 == 0) { lean_object* x_10; @@ -10309,7 +10601,7 @@ lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_dec(x_3); -x_14 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_11, x_1); +x_14 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_11, x_1); if (x_14 == 0) { lean_object* x_15; lean_object* x_16; @@ -10349,7 +10641,7 @@ else lean_object* x_4; lean_object* x_5; uint8_t x_6; x_4 = lean_ctor_get(x_2, 0); x_5 = lean_ctor_get(x_2, 2); -x_6 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_4, x_1); +x_6 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_4, x_1); if (x_6 == 0) { x_2 = x_5; @@ -10381,7 +10673,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; uint64_t x_8 x_4 = lean_ctor_get(x_2, 0); x_5 = lean_ctor_get(x_2, 2); x_6 = lean_array_get_size(x_1); -x_7 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_4); +x_7 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_4); x_8 = 32; x_9 = lean_uint64_shift_right(x_7, x_8); x_10 = lean_uint64_xor(x_7, x_9); @@ -10412,7 +10704,7 @@ lean_inc(x_23); lean_inc(x_22); lean_dec(x_2); x_25 = lean_array_get_size(x_1); -x_26 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_22); +x_26 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_22); x_27 = 32; x_28 = lean_uint64_shift_right(x_26, x_27); x_29 = lean_uint64_xor(x_26, x_28); @@ -10502,7 +10794,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; x_5 = lean_ctor_get(x_2, 0); x_6 = lean_ctor_get(x_2, 1); x_7 = lean_ctor_get(x_2, 2); -x_8 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_5, x_1); +x_8 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_5, x_1); if (x_8 == 0) { lean_object* x_9; @@ -10528,7 +10820,7 @@ lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_dec(x_2); -x_13 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_10, x_1); +x_13 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_10, x_1); if (x_13 == 0) { lean_object* x_14; lean_object* x_15; @@ -10603,7 +10895,7 @@ if (lean_is_exclusive(x_5)) { x_147 = lean_box(0); } x_148 = lean_array_get_size(x_146); -x_149 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_11); +x_149 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_11); x_150 = 32; x_151 = lean_uint64_shift_right(x_149, x_150); x_152 = lean_uint64_xor(x_149, x_151); @@ -10661,7 +10953,7 @@ if (lean_is_exclusive(x_17)) { x_20 = lean_box(0); } x_21 = lean_array_get_size(x_19); -x_22 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_16); +x_22 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_16); x_23 = 32; x_24 = lean_uint64_shift_right(x_22, x_23); x_25 = lean_uint64_xor(x_22, x_24); @@ -10714,7 +11006,7 @@ lean_object* x_68; lean_object* x_69; lean_object* x_70; uint64_t x_71; uint64_t x_68 = lean_ctor_get(x_35, 0); x_69 = lean_ctor_get(x_35, 1); x_70 = lean_array_get_size(x_69); -x_71 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_8); +x_71 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_8); x_72 = lean_uint64_shift_right(x_71, x_23); x_73 = lean_uint64_xor(x_71, x_72); x_74 = lean_uint64_shift_right(x_73, x_26); @@ -10804,7 +11096,7 @@ lean_inc(x_101); lean_inc(x_100); lean_dec(x_35); x_102 = lean_array_get_size(x_101); -x_103 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_8); +x_103 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_8); x_104 = lean_uint64_shift_right(x_103, x_23); x_105 = lean_uint64_xor(x_103, x_104); x_106 = lean_uint64_shift_right(x_105, x_26); @@ -10986,7 +11278,7 @@ lean_object* x_192; lean_object* x_193; lean_object* x_194; uint64_t x_195; uint x_192 = lean_ctor_get(x_162, 0); x_193 = lean_ctor_get(x_162, 1); x_194 = lean_array_get_size(x_193); -x_195 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_7); +x_195 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_7); x_196 = lean_uint64_shift_right(x_195, x_150); x_197 = lean_uint64_xor(x_195, x_196); x_198 = lean_uint64_shift_right(x_197, x_153); @@ -11076,7 +11368,7 @@ lean_inc(x_225); lean_inc(x_224); lean_dec(x_162); x_226 = lean_array_get_size(x_225); -x_227 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_7); +x_227 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_7); x_228 = lean_uint64_shift_right(x_227, x_150); x_229 = lean_uint64_xor(x_227, x_228); x_230 = lean_uint64_shift_right(x_229, x_153); @@ -11437,7 +11729,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; uint64_t x_8 x_4 = lean_ctor_get(x_2, 0); x_5 = lean_ctor_get(x_2, 2); x_6 = lean_array_get_size(x_1); -x_7 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_4); +x_7 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_4); x_8 = 32; x_9 = lean_uint64_shift_right(x_7, x_8); x_10 = lean_uint64_xor(x_7, x_9); @@ -11468,7 +11760,7 @@ lean_inc(x_23); lean_inc(x_22); lean_dec(x_2); x_25 = lean_array_get_size(x_1); -x_26 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_22); +x_26 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_22); x_27 = 32; x_28 = lean_uint64_shift_right(x_26, x_27); x_29 = lean_uint64_xor(x_26, x_28); @@ -11560,7 +11852,7 @@ lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; x_6 = lean_ctor_get(x_3, 0); x_7 = lean_ctor_get(x_3, 1); x_8 = lean_ctor_get(x_3, 2); -x_9 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_6, x_1); +x_9 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_6, x_1); if (x_9 == 0) { lean_object* x_10; @@ -11587,7 +11879,7 @@ lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_dec(x_3); -x_14 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_11, x_1); +x_14 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_11, x_1); if (x_14 == 0) { lean_object* x_15; lean_object* x_16; @@ -11636,7 +11928,7 @@ x_7 = lean_ctor_get(x_3, 0); x_8 = lean_ctor_get(x_3, 2); x_9 = lean_ctor_get(x_3, 1); lean_dec(x_9); -x_10 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_7, x_2); +x_10 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_7, x_2); if (x_10 == 0) { uint8_t x_11; @@ -11647,7 +11939,7 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; uint64_t x_15; uint64_t x_12 = lean_ctor_get(x_4, 0); x_13 = lean_ctor_get(x_4, 1); x_14 = lean_array_get_size(x_13); -x_15 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_7); +x_15 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_7); x_16 = 32; x_17 = lean_uint64_shift_right(x_15, x_16); x_18 = lean_uint64_xor(x_15, x_17); @@ -11721,7 +12013,7 @@ lean_inc(x_46); lean_inc(x_45); lean_dec(x_4); x_47 = lean_array_get_size(x_46); -x_48 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_7); +x_48 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_7); x_49 = 32; x_50 = lean_uint64_shift_right(x_48, x_49); x_51 = lean_uint64_xor(x_48, x_50); @@ -11811,7 +12103,7 @@ x_83 = lean_ctor_get(x_3, 2); lean_inc(x_83); lean_inc(x_82); lean_dec(x_3); -x_84 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_82, x_2); +x_84 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_82, x_2); if (x_84 == 0) { lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; uint64_t x_89; uint64_t x_90; uint64_t x_91; uint64_t x_92; uint64_t x_93; uint64_t x_94; uint64_t x_95; size_t x_96; size_t x_97; size_t x_98; size_t x_99; size_t x_100; lean_object* x_101; uint8_t x_102; @@ -11828,7 +12120,7 @@ if (lean_is_exclusive(x_4)) { x_87 = lean_box(0); } x_88 = lean_array_get_size(x_86); -x_89 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_82); +x_89 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_82); x_90 = 32; x_91 = lean_uint64_shift_right(x_89, x_90); x_92 = lean_uint64_xor(x_89, x_91); @@ -12208,7 +12500,7 @@ _start: lean_object* x_4; lean_object* x_5; uint8_t x_6; x_4 = l_Lean_Loop_forIn_loop___at_Lean_Server_combineIdents_findCanonicalRepresentative___spec__3(x_3, x_1); x_5 = l_Lean_Loop_forIn_loop___at_Lean_Server_combineIdents_findCanonicalRepresentative___spec__3(x_3, x_2); -x_6 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_5, x_4); +x_6 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_5, x_4); if (x_6 == 0) { uint8_t x_7; @@ -12219,7 +12511,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; uint64_t x_11; uint64_t x x_8 = lean_ctor_get(x_3, 0); x_9 = lean_ctor_get(x_3, 1); x_10 = lean_array_get_size(x_9); -x_11 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_4); +x_11 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_4); x_12 = 32; x_13 = lean_uint64_shift_right(x_11, x_12); x_14 = lean_uint64_xor(x_11, x_13); @@ -12302,7 +12594,7 @@ lean_inc(x_47); lean_inc(x_46); lean_dec(x_3); x_48 = lean_array_get_size(x_47); -x_49 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_4); +x_49 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_4); x_50 = 32; x_51 = lean_uint64_shift_right(x_49, x_50); x_52 = lean_uint64_xor(x_49, x_51); @@ -12901,7 +13193,7 @@ x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); lean_dec(x_8); x_10 = 1; -x_11 = l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5; +x_11 = l_Lean_Server_ImportInfo_ofImport___closed__1; x_12 = l_Lean_Name_toString(x_9, x_10, x_11); x_13 = lean_ctor_get(x_5, 1); lean_inc(x_13); @@ -13523,7 +13815,7 @@ lean_inc(x_14); x_15 = lean_ctor_get_uint8(x_9, sizeof(void*)*6); x_16 = lean_ctor_get(x_3, 1); x_17 = lean_array_get_size(x_16); -x_18 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_10); +x_18 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_10); x_19 = 32; x_20 = lean_uint64_shift_right(x_18, x_19); x_21 = lean_uint64_xor(x_18, x_20); @@ -13706,7 +13998,7 @@ x_6 = lean_ctor_get(x_4, 0); x_7 = lean_ctor_get(x_4, 1); x_8 = lean_ctor_get(x_1, 0); x_9 = lean_ctor_get(x_1, 1); -x_10 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_6, x_8); +x_10 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_6, x_8); if (x_10 == 0) { x_2 = x_5; @@ -13791,7 +14083,7 @@ x_12 = lean_ctor_get(x_4, 0); lean_inc(x_12); x_13 = lean_ctor_get(x_4, 1); lean_inc(x_13); -x_14 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_12); +x_14 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_12); lean_dec(x_12); x_15 = lean_ctor_get(x_13, 0); lean_inc(x_15); @@ -13888,7 +14180,7 @@ x_65 = lean_ctor_get(x_56, 0); lean_inc(x_65); x_66 = lean_ctor_get(x_56, 1); lean_inc(x_66); -x_67 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_65); +x_67 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_65); lean_dec(x_65); x_68 = lean_ctor_get(x_66, 0); lean_inc(x_68); @@ -14050,7 +14342,7 @@ x_11 = lean_ctor_get(x_1, 0); lean_inc(x_11); x_12 = lean_ctor_get(x_1, 1); lean_inc(x_12); -x_13 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_9, x_11); +x_13 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_9, x_11); lean_dec(x_11); lean_dec(x_9); if (x_13 == 0) @@ -14129,7 +14421,7 @@ x_28 = lean_ctor_get(x_1, 0); lean_inc(x_28); x_29 = lean_ctor_get(x_1, 1); lean_inc(x_29); -x_30 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_26, x_28); +x_30 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_26, x_28); lean_dec(x_28); lean_dec(x_26); if (x_30 == 0) @@ -14224,7 +14516,7 @@ x_7 = lean_ctor_get(x_4, 0); x_8 = lean_ctor_get(x_4, 1); x_9 = lean_ctor_get(x_1, 0); x_10 = lean_ctor_get(x_1, 1); -x_11 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_54_(x_7, x_9); +x_11 = l_Lean_Lsp_beqRefIdent____x40_Lean_Data_Lsp_Internal___hyg_285_(x_7, x_9); if (x_11 == 0) { x_2 = x_6; @@ -14315,7 +14607,7 @@ lean_ctor_set(x_18, 1, x_17); x_190 = lean_ctor_get(x_10, 1); lean_inc(x_190); x_191 = lean_array_get_size(x_190); -x_192 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_13); +x_192 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_13); x_193 = l_Lean_Lsp_hashRange____x40_Lean_Data_Lsp_Basic___hyg_584_(x_14); x_194 = 32; x_195 = 16; @@ -14447,7 +14739,7 @@ if (lean_is_exclusive(x_10)) { x_22 = lean_box(0); } x_23 = lean_array_get_size(x_21); -x_24 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_13); +x_24 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_13); lean_dec(x_13); x_25 = l_Lean_Lsp_hashRange____x40_Lean_Data_Lsp_Basic___hyg_584_(x_14); lean_dec(x_14); @@ -14600,7 +14892,7 @@ if (lean_is_exclusive(x_10)) { x_79 = lean_box(0); } x_80 = lean_array_get_size(x_78); -x_81 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_13); +x_81 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_13); lean_dec(x_13); x_82 = l_Lean_Lsp_hashRange____x40_Lean_Data_Lsp_Basic___hyg_584_(x_14); lean_dec(x_14); @@ -14769,7 +15061,7 @@ if (lean_is_exclusive(x_10)) { x_140 = lean_box(0); } x_141 = lean_array_get_size(x_139); -x_142 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_167_(x_13); +x_142 = l_Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_398_(x_13); lean_dec(x_13); x_143 = l_Lean_Lsp_hashRange____x40_Lean_Data_Lsp_Basic___hyg_584_(x_14); lean_dec(x_14); @@ -15509,7 +15801,4494 @@ lean_dec(x_2); return x_7; } } -static lean_object* _init_l_Lean_Server_References_empty___closed__1() { +static lean_object* _init_l_Lean_Server_instInhabitedModuleImport___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; uint8_t x_3; uint8_t x_4; lean_object* x_5; +x_1 = lean_box(0); +x_2 = l_Lean_Server_Ilean_load___closed__3; +x_3 = 0; +x_4 = 0; +x_5 = lean_alloc_ctor(0, 2, 3); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_2); +lean_ctor_set_uint8(x_5, sizeof(void*)*2, x_3); +lean_ctor_set_uint8(x_5, sizeof(void*)*2 + 1, x_3); +lean_ctor_set_uint8(x_5, sizeof(void*)*2 + 2, x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Server_instInhabitedModuleImport() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Server_instInhabitedModuleImport___closed__1; +return x_1; +} +} +LEAN_EXPORT uint8_t l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f_collapseMetaKinds(uint8_t x_1, uint8_t x_2) { +_start: +{ +switch (x_1) { +case 0: +{ +lean_object* x_3; +x_3 = lean_box(x_2); +if (lean_obj_tag(x_3) == 0) +{ +uint8_t x_4; +x_4 = 0; +return x_4; +} +else +{ +uint8_t x_5; +lean_dec(x_3); +x_5 = 2; +return x_5; +} +} +case 1: +{ +lean_object* x_6; +x_6 = lean_box(x_2); +if (lean_obj_tag(x_6) == 1) +{ +uint8_t x_7; +x_7 = 1; +return x_7; +} +else +{ +uint8_t x_8; +lean_dec(x_6); +x_8 = 2; +return x_8; +} +} +default: +{ +uint8_t x_9; +x_9 = 2; +return x_9; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f_collapseMetaKinds___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; uint8_t x_4; uint8_t x_5; lean_object* x_6; +x_3 = lean_unbox(x_1); +lean_dec(x_1); +x_4 = lean_unbox(x_2); +lean_dec(x_2); +x_5 = l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f_collapseMetaKinds(x_3, x_4); +x_6 = lean_box(x_5); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Server_ModuleImport_collapseIdenticalImports_x3f___spec__1(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_13; uint8_t x_14; +x_13 = lean_ctor_get(x_2, 1); +x_14 = lean_nat_dec_lt(x_4, x_13); +if (x_14 == 0) +{ +lean_object* x_15; +lean_dec(x_4); +x_15 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_15, 0, x_3); +return x_15; +} +else +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; uint8_t x_20; uint8_t x_21; uint8_t x_22; +x_16 = lean_array_fget(x_1, x_4); +x_17 = lean_ctor_get(x_3, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_3, 1); +lean_inc(x_18); +x_19 = lean_ctor_get_uint8(x_3, sizeof(void*)*2); +x_20 = lean_ctor_get_uint8(x_3, sizeof(void*)*2 + 1); +x_21 = lean_ctor_get_uint8(x_3, sizeof(void*)*2 + 2); +lean_dec(x_3); +x_22 = !lean_is_exclusive(x_16); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; uint8_t x_25; uint8_t x_26; +x_23 = lean_ctor_get(x_16, 0); +x_24 = lean_ctor_get(x_16, 1); +x_25 = lean_ctor_get_uint8(x_16, sizeof(void*)*2 + 2); +x_26 = lean_name_eq(x_17, x_23); +lean_dec(x_23); +if (x_26 == 0) +{ +lean_object* x_27; +lean_free_object(x_16); +lean_dec(x_24); +lean_dec(x_18); +lean_dec(x_17); +lean_dec(x_4); +x_27 = lean_box(0); +return x_27; +} +else +{ +uint8_t x_28; +x_28 = lean_string_dec_eq(x_18, x_24); +lean_dec(x_24); +if (x_28 == 0) +{ +lean_object* x_29; +lean_free_object(x_16); +lean_dec(x_18); +lean_dec(x_17); +lean_dec(x_4); +x_29 = lean_box(0); +return x_29; +} +else +{ +uint8_t x_30; +x_30 = l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f_collapseMetaKinds(x_21, x_25); +if (x_19 == 0) +{ +if (x_20 == 0) +{ +uint8_t x_31; lean_object* x_32; +x_31 = 0; +lean_ctor_set(x_16, 1, x_18); +lean_ctor_set(x_16, 0, x_17); +lean_ctor_set_uint8(x_16, sizeof(void*)*2 + 1, x_31); +lean_ctor_set_uint8(x_16, sizeof(void*)*2 + 2, x_30); +x_32 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_32, 0, x_16); +x_7 = x_32; +goto block_12; +} +else +{ +lean_object* x_33; +lean_ctor_set(x_16, 1, x_18); +lean_ctor_set(x_16, 0, x_17); +lean_ctor_set_uint8(x_16, sizeof(void*)*2 + 2, x_30); +x_33 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_33, 0, x_16); +x_7 = x_33; +goto block_12; +} +} +else +{ +if (x_20 == 0) +{ +uint8_t x_34; uint8_t x_35; lean_object* x_36; +x_34 = 1; +x_35 = 0; +lean_ctor_set(x_16, 1, x_18); +lean_ctor_set(x_16, 0, x_17); +lean_ctor_set_uint8(x_16, sizeof(void*)*2, x_34); +lean_ctor_set_uint8(x_16, sizeof(void*)*2 + 1, x_35); +lean_ctor_set_uint8(x_16, sizeof(void*)*2 + 2, x_30); +x_36 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_36, 0, x_16); +x_7 = x_36; +goto block_12; +} +else +{ +uint8_t x_37; lean_object* x_38; +x_37 = 1; +lean_ctor_set(x_16, 1, x_18); +lean_ctor_set(x_16, 0, x_17); +lean_ctor_set_uint8(x_16, sizeof(void*)*2, x_37); +lean_ctor_set_uint8(x_16, sizeof(void*)*2 + 2, x_30); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_16); +x_7 = x_38; +goto block_12; +} +} +} +} +} +else +{ +lean_object* x_39; lean_object* x_40; uint8_t x_41; uint8_t x_42; uint8_t x_43; uint8_t x_44; +x_39 = lean_ctor_get(x_16, 0); +x_40 = lean_ctor_get(x_16, 1); +x_41 = lean_ctor_get_uint8(x_16, sizeof(void*)*2); +x_42 = lean_ctor_get_uint8(x_16, sizeof(void*)*2 + 1); +x_43 = lean_ctor_get_uint8(x_16, sizeof(void*)*2 + 2); +lean_inc(x_40); +lean_inc(x_39); +lean_dec(x_16); +x_44 = lean_name_eq(x_17, x_39); +lean_dec(x_39); +if (x_44 == 0) +{ +lean_object* x_45; +lean_dec(x_40); +lean_dec(x_18); +lean_dec(x_17); +lean_dec(x_4); +x_45 = lean_box(0); +return x_45; +} +else +{ +uint8_t x_46; +x_46 = lean_string_dec_eq(x_18, x_40); +lean_dec(x_40); +if (x_46 == 0) +{ +lean_object* x_47; +lean_dec(x_18); +lean_dec(x_17); +lean_dec(x_4); +x_47 = lean_box(0); +return x_47; +} +else +{ +uint8_t x_48; +x_48 = l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f_collapseMetaKinds(x_21, x_43); +if (x_19 == 0) +{ +if (x_20 == 0) +{ +uint8_t x_49; lean_object* x_50; lean_object* x_51; +x_49 = 0; +x_50 = lean_alloc_ctor(0, 2, 3); +lean_ctor_set(x_50, 0, x_17); +lean_ctor_set(x_50, 1, x_18); +lean_ctor_set_uint8(x_50, sizeof(void*)*2, x_41); +lean_ctor_set_uint8(x_50, sizeof(void*)*2 + 1, x_49); +lean_ctor_set_uint8(x_50, sizeof(void*)*2 + 2, x_48); +x_51 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_51, 0, x_50); +x_7 = x_51; +goto block_12; +} +else +{ +lean_object* x_52; lean_object* x_53; +x_52 = lean_alloc_ctor(0, 2, 3); +lean_ctor_set(x_52, 0, x_17); +lean_ctor_set(x_52, 1, x_18); +lean_ctor_set_uint8(x_52, sizeof(void*)*2, x_41); +lean_ctor_set_uint8(x_52, sizeof(void*)*2 + 1, x_42); +lean_ctor_set_uint8(x_52, sizeof(void*)*2 + 2, x_48); +x_53 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_53, 0, x_52); +x_7 = x_53; +goto block_12; +} +} +else +{ +if (x_20 == 0) +{ +uint8_t x_54; uint8_t x_55; lean_object* x_56; lean_object* x_57; +x_54 = 1; +x_55 = 0; +x_56 = lean_alloc_ctor(0, 2, 3); +lean_ctor_set(x_56, 0, x_17); +lean_ctor_set(x_56, 1, x_18); +lean_ctor_set_uint8(x_56, sizeof(void*)*2, x_54); +lean_ctor_set_uint8(x_56, sizeof(void*)*2 + 1, x_55); +lean_ctor_set_uint8(x_56, sizeof(void*)*2 + 2, x_48); +x_57 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_57, 0, x_56); +x_7 = x_57; +goto block_12; +} +else +{ +uint8_t x_58; lean_object* x_59; lean_object* x_60; +x_58 = 1; +x_59 = lean_alloc_ctor(0, 2, 3); +lean_ctor_set(x_59, 0, x_17); +lean_ctor_set(x_59, 1, x_18); +lean_ctor_set_uint8(x_59, sizeof(void*)*2, x_58); +lean_ctor_set_uint8(x_59, sizeof(void*)*2 + 1, x_42); +lean_ctor_set_uint8(x_59, sizeof(void*)*2 + 2, x_48); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +x_7 = x_60; +goto block_12; +} +} +} +} +} +} +block_12: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +lean_dec(x_7); +x_9 = lean_ctor_get(x_2, 2); +x_10 = lean_nat_add(x_4, x_9); +lean_dec(x_4); +x_3 = x_8; +x_4 = x_10; +x_5 = lean_box(0); +x_6 = lean_box(0); +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; uint8_t x_4; +x_2 = lean_array_get_size(x_1); +x_3 = lean_unsigned_to_nat(0u); +x_4 = lean_nat_dec_lt(x_3, x_2); +if (x_4 == 0) +{ +lean_object* x_5; +lean_dec(x_2); +x_5 = lean_box(0); +return x_5; +} +else +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_6 = lean_array_fget(x_1, x_3); +x_7 = lean_unsigned_to_nat(1u); +x_8 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_2); +lean_ctor_set(x_8, 2, x_7); +x_9 = l_Std_Range_forIn_x27_loop___at_Lean_Server_ModuleImport_collapseIdenticalImports_x3f___spec__1(x_1, x_8, x_6, x_7, lean_box(0), lean_box(0)); +lean_dec(x_8); +if (lean_obj_tag(x_9) == 0) +{ +lean_object* x_10; +x_10 = lean_box(0); +return x_10; +} +else +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +return x_9; +} +else +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_9, 0); +lean_inc(x_12); +lean_dec(x_9); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_12); +return x_13; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Server_ModuleImport_collapseIdenticalImports_x3f___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: +{ +lean_object* x_7; +x_7 = l_Std_Range_forIn_x27_loop___at_Lean_Server_ModuleImport_collapseIdenticalImports_x3f___spec__1(x_1, x_2, x_3, x_4, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f(x_1); +lean_dec(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Server_instEmptyCollectionDirectImports___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(1); +x_2 = l_Lean_Server_RefInfo_empty___closed__1; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_2); +lean_ctor_set(x_3, 1, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Server_instEmptyCollectionDirectImports() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Server_instEmptyCollectionDirectImports___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_DirectImports_convertImportInfos___spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_2, x_3); +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; uint8_t x_9; uint8_t x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; +x_7 = lean_array_uget(x_1, x_2); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +x_9 = lean_ctor_get_uint8(x_7, sizeof(void*)*1); +x_10 = lean_ctor_get_uint8(x_7, sizeof(void*)*1 + 1); +x_11 = lean_ctor_get_uint8(x_7, sizeof(void*)*1 + 2); +lean_dec(x_7); +x_12 = l_String_toName(x_8); +lean_inc(x_12); +x_13 = l_Lean_Server_documentUriFromModule_x3f(x_12, x_5); +if (lean_obj_tag(x_13) == 0) +{ +lean_object* x_14; +x_14 = lean_ctor_get(x_13, 0); +lean_inc(x_14); +if (lean_obj_tag(x_14) == 0) +{ +lean_object* x_15; size_t x_16; size_t x_17; +lean_dec(x_12); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +lean_dec(x_13); +x_16 = 1; +x_17 = lean_usize_add(x_2, x_16); +x_2 = x_17; +x_5 = x_15; +goto _start; +} +else +{ +if (x_11 == 0) +{ +lean_object* x_19; lean_object* x_20; uint8_t x_21; lean_object* x_22; lean_object* x_23; size_t x_24; size_t x_25; +x_19 = lean_ctor_get(x_13, 1); +lean_inc(x_19); +lean_dec(x_13); +x_20 = lean_ctor_get(x_14, 0); +lean_inc(x_20); +lean_dec(x_14); +x_21 = 0; +x_22 = lean_alloc_ctor(0, 2, 3); +lean_ctor_set(x_22, 0, x_12); +lean_ctor_set(x_22, 1, x_20); +lean_ctor_set_uint8(x_22, sizeof(void*)*2, x_10); +lean_ctor_set_uint8(x_22, sizeof(void*)*2 + 1, x_9); +lean_ctor_set_uint8(x_22, sizeof(void*)*2 + 2, x_21); +x_23 = lean_array_push(x_4, x_22); +x_24 = 1; +x_25 = lean_usize_add(x_2, x_24); +x_2 = x_25; +x_4 = x_23; +x_5 = x_19; +goto _start; +} +else +{ +lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; size_t x_32; size_t x_33; +x_27 = lean_ctor_get(x_13, 1); +lean_inc(x_27); +lean_dec(x_13); +x_28 = lean_ctor_get(x_14, 0); +lean_inc(x_28); +lean_dec(x_14); +x_29 = 1; +x_30 = lean_alloc_ctor(0, 2, 3); +lean_ctor_set(x_30, 0, x_12); +lean_ctor_set(x_30, 1, x_28); +lean_ctor_set_uint8(x_30, sizeof(void*)*2, x_10); +lean_ctor_set_uint8(x_30, sizeof(void*)*2 + 1, x_9); +lean_ctor_set_uint8(x_30, sizeof(void*)*2 + 2, x_29); +x_31 = lean_array_push(x_4, x_30); +x_32 = 1; +x_33 = lean_usize_add(x_2, x_32); +x_2 = x_33; +x_4 = x_31; +x_5 = x_27; +goto _start; +} +} +} +else +{ +uint8_t x_35; +lean_dec(x_12); +lean_dec(x_4); +x_35 = !lean_is_exclusive(x_13); +if (x_35 == 0) +{ +return x_13; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_13, 0); +x_37 = lean_ctor_get(x_13, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_13); +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; +} +} +} +else +{ +lean_object* x_39; +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_4); +lean_ctor_set(x_39, 1, x_5); +return x_39; +} +} +} +LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_DirectImports_convertImportInfos___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_nat_dec_lt(x_2, x_3); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; +x_6 = l_Lean_Server_RefInfo_empty___closed__1; +x_7 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_7, 0, x_6); +lean_ctor_set(x_7, 1, x_4); +return x_7; +} +else +{ +lean_object* x_8; uint8_t x_9; +x_8 = lean_array_get_size(x_1); +x_9 = lean_nat_dec_le(x_3, x_8); +lean_dec(x_8); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; +x_10 = l_Lean_Server_RefInfo_empty___closed__1; +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_10); +lean_ctor_set(x_11, 1, x_4); +return x_11; +} +else +{ +size_t x_12; size_t x_13; lean_object* x_14; lean_object* x_15; +x_12 = lean_usize_of_nat(x_2); +x_13 = lean_usize_of_nat(x_3); +x_14 = l_Lean_Server_RefInfo_empty___closed__1; +x_15 = l_Array_foldlMUnsafe_fold___at_Lean_Server_DirectImports_convertImportInfos___spec__2(x_1, x_12, x_13, x_14, x_4); +return x_15; +} +} +} +} +LEAN_EXPORT uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_DirectImports_convertImportInfos___spec__4(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +uint8_t x_3; +x_3 = 0; +return x_3; +} +else +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_4 = lean_ctor_get(x_2, 0); +x_5 = lean_ctor_get(x_2, 2); +x_6 = lean_name_eq(x_4, x_1); +if (x_6 == 0) +{ +x_2 = x_5; +goto _start; +} +else +{ +uint8_t x_8; +x_8 = 1; +return x_8; +} +} +} +} +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_DirectImports_convertImportInfos___spec__7(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +return x_1; +} +else +{ +uint8_t x_3; +x_3 = !lean_is_exclusive(x_2); +if (x_3 == 0) +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; uint64_t x_8; uint64_t x_9; uint64_t x_10; uint64_t x_11; uint64_t x_12; uint64_t x_13; size_t x_14; size_t x_15; size_t x_16; size_t x_17; size_t x_18; lean_object* x_19; lean_object* x_20; +x_4 = lean_ctor_get(x_2, 0); +x_5 = lean_ctor_get(x_2, 2); +x_6 = lean_array_get_size(x_1); +x_7 = l_Lean_Name_hash___override(x_4); +x_8 = 32; +x_9 = lean_uint64_shift_right(x_7, x_8); +x_10 = lean_uint64_xor(x_7, x_9); +x_11 = 16; +x_12 = lean_uint64_shift_right(x_10, x_11); +x_13 = lean_uint64_xor(x_10, x_12); +x_14 = lean_uint64_to_usize(x_13); +x_15 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_16 = 1; +x_17 = lean_usize_sub(x_15, x_16); +x_18 = lean_usize_land(x_14, x_17); +x_19 = lean_array_uget(x_1, x_18); +lean_ctor_set(x_2, 2, x_19); +x_20 = lean_array_uset(x_1, x_18, x_2); +x_1 = x_20; +x_2 = x_5; +goto _start; +} +else +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint64_t x_26; uint64_t x_27; uint64_t x_28; uint64_t x_29; uint64_t x_30; uint64_t x_31; uint64_t x_32; size_t x_33; size_t x_34; size_t x_35; size_t x_36; size_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_22 = lean_ctor_get(x_2, 0); +x_23 = lean_ctor_get(x_2, 1); +x_24 = lean_ctor_get(x_2, 2); +lean_inc(x_24); +lean_inc(x_23); +lean_inc(x_22); +lean_dec(x_2); +x_25 = lean_array_get_size(x_1); +x_26 = l_Lean_Name_hash___override(x_22); +x_27 = 32; +x_28 = lean_uint64_shift_right(x_26, x_27); +x_29 = lean_uint64_xor(x_26, x_28); +x_30 = 16; +x_31 = lean_uint64_shift_right(x_29, x_30); +x_32 = lean_uint64_xor(x_29, x_31); +x_33 = lean_uint64_to_usize(x_32); +x_34 = lean_usize_of_nat(x_25); +lean_dec(x_25); +x_35 = 1; +x_36 = lean_usize_sub(x_34, x_35); +x_37 = lean_usize_land(x_33, x_36); +x_38 = lean_array_uget(x_1, x_37); +x_39 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_39, 0, x_22); +lean_ctor_set(x_39, 1, x_23); +lean_ctor_set(x_39, 2, x_38); +x_40 = lean_array_uset(x_1, x_37, x_39); +x_1 = x_40; +x_2 = x_24; +goto _start; +} +} +} +} +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_Server_DirectImports_convertImportInfos___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +x_4 = lean_array_get_size(x_2); +x_5 = lean_nat_dec_lt(x_1, x_4); +lean_dec(x_4); +if (x_5 == 0) +{ +lean_dec(x_2); +lean_dec(x_1); +return x_3; +} +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; +x_6 = lean_array_fget(x_2, x_1); +x_7 = lean_box(0); +x_8 = lean_array_fset(x_2, x_1, x_7); +x_9 = l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_DirectImports_convertImportInfos___spec__7(x_3, x_6); +x_10 = lean_unsigned_to_nat(1u); +x_11 = lean_nat_add(x_1, x_10); +lean_dec(x_1); +x_1 = x_11; +x_2 = x_8; +x_3 = x_9; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Server_DirectImports_convertImportInfos___spec__5(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; lean_object* x_7; lean_object* x_8; +x_2 = lean_array_get_size(x_1); +x_3 = lean_unsigned_to_nat(2u); +x_4 = lean_nat_mul(x_2, x_3); +lean_dec(x_2); +x_5 = lean_box(0); +x_6 = lean_mk_array(x_4, x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_Server_DirectImports_convertImportInfos___spec__6(x_7, x_1, x_6); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_Const_alter___at_Lean_Server_DirectImports_convertImportInfos___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_3) == 0) +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_4 = l_Lean_Server_RefInfo_empty___closed__1; +x_5 = lean_array_push(x_4, x_1); +x_6 = lean_box(0); +x_7 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_7, 0, x_2); +lean_ctor_set(x_7, 1, x_5); +lean_ctor_set(x_7, 2, x_6); +return x_7; +} +else +{ +uint8_t x_8; +x_8 = !lean_is_exclusive(x_3); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_9 = lean_ctor_get(x_3, 0); +x_10 = lean_ctor_get(x_3, 1); +x_11 = lean_ctor_get(x_3, 2); +x_12 = lean_name_eq(x_9, x_2); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = l_Std_DHashMap_Internal_AssocList_Const_alter___at_Lean_Server_DirectImports_convertImportInfos___spec__8(x_1, x_2, x_11); +lean_ctor_set(x_3, 2, x_13); +return x_3; +} +else +{ +lean_object* x_14; +lean_dec(x_9); +x_14 = lean_array_push(x_10, x_1); +lean_ctor_set(x_3, 1, x_14); +lean_ctor_set(x_3, 0, x_2); +return x_3; +} +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_15 = lean_ctor_get(x_3, 0); +x_16 = lean_ctor_get(x_3, 1); +x_17 = lean_ctor_get(x_3, 2); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_15); +lean_dec(x_3); +x_18 = lean_name_eq(x_15, x_2); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; +x_19 = l_Std_DHashMap_Internal_AssocList_Const_alter___at_Lean_Server_DirectImports_convertImportInfos___spec__8(x_1, x_2, x_17); +x_20 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_20, 0, x_15); +lean_ctor_set(x_20, 1, x_16); +lean_ctor_set(x_20, 2, x_19); +return x_20; +} +else +{ +lean_object* x_21; lean_object* x_22; +lean_dec(x_15); +x_21 = lean_array_push(x_16, x_1); +x_22 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_22, 0, x_2); +lean_ctor_set(x_22, 1, x_21); +lean_ctor_set(x_22, 2, x_17); +return x_22; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_DirectImports_convertImportInfos___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, size_t x_6, size_t x_7, lean_object* x_8) { +_start: +{ +uint8_t x_9; +x_9 = lean_usize_dec_lt(x_7, x_6); +if (x_9 == 0) +{ +lean_dec(x_3); +lean_dec(x_1); +return x_8; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_array_uget(x_5, x_7); +lean_inc(x_1); +lean_inc(x_10); +x_11 = lean_apply_1(x_1, x_10); +x_12 = !lean_is_exclusive(x_8); +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint64_t x_16; uint64_t x_17; uint64_t x_18; uint64_t x_19; uint64_t x_20; uint64_t x_21; uint64_t x_22; size_t x_23; size_t x_24; size_t x_25; size_t x_26; size_t x_27; lean_object* x_28; uint8_t x_29; +x_13 = lean_ctor_get(x_8, 0); +x_14 = lean_ctor_get(x_8, 1); +x_15 = lean_array_get_size(x_14); +x_16 = l_Lean_Name_hash___override(x_11); +x_17 = 32; +x_18 = lean_uint64_shift_right(x_16, x_17); +x_19 = lean_uint64_xor(x_16, x_18); +x_20 = 16; +x_21 = lean_uint64_shift_right(x_19, x_20); +x_22 = lean_uint64_xor(x_19, x_21); +x_23 = lean_uint64_to_usize(x_22); +x_24 = lean_usize_of_nat(x_15); +lean_dec(x_15); +x_25 = 1; +x_26 = lean_usize_sub(x_24, x_25); +x_27 = lean_usize_land(x_23, x_26); +x_28 = lean_array_uget(x_14, x_27); +x_29 = l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_DirectImports_convertImportInfos___spec__4(x_11, x_28); +if (x_29 == 0) +{ +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; uint8_t x_41; +x_30 = l_Lean_Server_RefInfo_empty___closed__1; +x_31 = lean_array_push(x_30, x_10); +x_32 = lean_unsigned_to_nat(1u); +x_33 = lean_nat_add(x_13, x_32); +lean_dec(x_13); +x_34 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_34, 0, x_11); +lean_ctor_set(x_34, 1, x_31); +lean_ctor_set(x_34, 2, x_28); +x_35 = lean_array_uset(x_14, x_27, x_34); +x_36 = lean_unsigned_to_nat(4u); +x_37 = lean_nat_mul(x_33, x_36); +x_38 = lean_unsigned_to_nat(3u); +x_39 = lean_nat_div(x_37, x_38); +lean_dec(x_37); +x_40 = lean_array_get_size(x_35); +x_41 = lean_nat_dec_le(x_39, x_40); +lean_dec(x_40); +lean_dec(x_39); +if (x_41 == 0) +{ +lean_object* x_42; size_t x_43; +x_42 = l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Server_DirectImports_convertImportInfos___spec__5(x_35); +lean_ctor_set(x_8, 1, x_42); +lean_ctor_set(x_8, 0, x_33); +x_43 = lean_usize_add(x_7, x_25); +x_7 = x_43; +goto _start; +} +else +{ +size_t x_45; +lean_ctor_set(x_8, 1, x_35); +lean_ctor_set(x_8, 0, x_33); +x_45 = lean_usize_add(x_7, x_25); +x_7 = x_45; +goto _start; +} +} +else +{ +lean_object* x_47; lean_object* x_48; uint8_t x_49; lean_object* x_50; +lean_inc(x_3); +x_47 = lean_array_uset(x_14, x_27, x_3); +lean_inc(x_11); +x_48 = l_Std_DHashMap_Internal_AssocList_Const_alter___at_Lean_Server_DirectImports_convertImportInfos___spec__8(x_10, x_11, x_28); +x_49 = l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_DirectImports_convertImportInfos___spec__4(x_11, x_48); +lean_dec(x_11); +x_50 = lean_array_uset(x_47, x_27, x_48); +if (x_49 == 0) +{ +lean_object* x_51; lean_object* x_52; size_t x_53; +x_51 = lean_unsigned_to_nat(1u); +x_52 = lean_nat_sub(x_13, x_51); +lean_dec(x_13); +lean_ctor_set(x_8, 1, x_50); +lean_ctor_set(x_8, 0, x_52); +x_53 = lean_usize_add(x_7, x_25); +x_7 = x_53; +goto _start; +} +else +{ +size_t x_55; +lean_ctor_set(x_8, 1, x_50); +x_55 = lean_usize_add(x_7, x_25); +x_7 = x_55; +goto _start; +} +} +} +else +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; uint64_t x_60; uint64_t x_61; uint64_t x_62; uint64_t x_63; uint64_t x_64; uint64_t x_65; uint64_t x_66; size_t x_67; size_t x_68; size_t x_69; size_t x_70; size_t x_71; lean_object* x_72; uint8_t x_73; +x_57 = lean_ctor_get(x_8, 0); +x_58 = lean_ctor_get(x_8, 1); +lean_inc(x_58); +lean_inc(x_57); +lean_dec(x_8); +x_59 = lean_array_get_size(x_58); +x_60 = l_Lean_Name_hash___override(x_11); +x_61 = 32; +x_62 = lean_uint64_shift_right(x_60, x_61); +x_63 = lean_uint64_xor(x_60, x_62); +x_64 = 16; +x_65 = lean_uint64_shift_right(x_63, x_64); +x_66 = lean_uint64_xor(x_63, x_65); +x_67 = lean_uint64_to_usize(x_66); +x_68 = lean_usize_of_nat(x_59); +lean_dec(x_59); +x_69 = 1; +x_70 = lean_usize_sub(x_68, x_69); +x_71 = lean_usize_land(x_67, x_70); +x_72 = lean_array_uget(x_58, x_71); +x_73 = l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_DirectImports_convertImportInfos___spec__4(x_11, x_72); +if (x_73 == 0) +{ +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; uint8_t x_85; +x_74 = l_Lean_Server_RefInfo_empty___closed__1; +x_75 = lean_array_push(x_74, x_10); +x_76 = lean_unsigned_to_nat(1u); +x_77 = lean_nat_add(x_57, x_76); +lean_dec(x_57); +x_78 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_78, 0, x_11); +lean_ctor_set(x_78, 1, x_75); +lean_ctor_set(x_78, 2, x_72); +x_79 = lean_array_uset(x_58, x_71, x_78); +x_80 = lean_unsigned_to_nat(4u); +x_81 = lean_nat_mul(x_77, x_80); +x_82 = lean_unsigned_to_nat(3u); +x_83 = lean_nat_div(x_81, x_82); +lean_dec(x_81); +x_84 = lean_array_get_size(x_79); +x_85 = lean_nat_dec_le(x_83, x_84); +lean_dec(x_84); +lean_dec(x_83); +if (x_85 == 0) +{ +lean_object* x_86; lean_object* x_87; size_t x_88; +x_86 = l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Server_DirectImports_convertImportInfos___spec__5(x_79); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_77); +lean_ctor_set(x_87, 1, x_86); +x_88 = lean_usize_add(x_7, x_69); +x_7 = x_88; +x_8 = x_87; +goto _start; +} +else +{ +lean_object* x_90; size_t x_91; +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_77); +lean_ctor_set(x_90, 1, x_79); +x_91 = lean_usize_add(x_7, x_69); +x_7 = x_91; +x_8 = x_90; +goto _start; +} +} +else +{ +lean_object* x_93; lean_object* x_94; uint8_t x_95; lean_object* x_96; +lean_inc(x_3); +x_93 = lean_array_uset(x_58, x_71, x_3); +lean_inc(x_11); +x_94 = l_Std_DHashMap_Internal_AssocList_Const_alter___at_Lean_Server_DirectImports_convertImportInfos___spec__8(x_10, x_11, x_72); +x_95 = l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_DirectImports_convertImportInfos___spec__4(x_11, x_94); +lean_dec(x_11); +x_96 = lean_array_uset(x_93, x_71, x_94); +if (x_95 == 0) +{ +lean_object* x_97; lean_object* x_98; lean_object* x_99; size_t x_100; +x_97 = lean_unsigned_to_nat(1u); +x_98 = lean_nat_sub(x_57, x_97); +lean_dec(x_57); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_98); +lean_ctor_set(x_99, 1, x_96); +x_100 = lean_usize_add(x_7, x_69); +x_7 = x_100; +x_8 = x_99; +goto _start; +} +else +{ +lean_object* x_102; size_t x_103; +x_102 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_102, 0, x_57); +lean_ctor_set(x_102, 1, x_96); +x_103 = lean_usize_add(x_7, x_69); +x_7 = x_103; +x_8 = x_102; +goto _start; +} +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_groupByKey___at_Lean_Server_DirectImports_convertImportInfos___spec__3(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; size_t x_5; size_t x_6; lean_object* x_7; lean_object* x_8; +x_3 = lean_box(0); +x_4 = lean_box(0); +x_5 = lean_array_size(x_2); +x_6 = 0; +x_7 = l_Lean_Server_combineIdents_useConstRepresentatives___closed__3; +x_8 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_DirectImports_convertImportInfos___spec__9(x_1, x_2, x_3, x_4, x_2, x_5, x_6, x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_DirectImports_convertImportInfos___spec__10(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +return x_1; +} +else +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_3 = lean_ctor_get(x_2, 0); +x_4 = lean_ctor_get(x_2, 1); +x_5 = lean_ctor_get(x_2, 2); +lean_inc(x_4); +lean_inc(x_3); +x_6 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_6, 0, x_3); +lean_ctor_set(x_6, 1, x_4); +x_7 = lean_array_push(x_1, x_6); +x_1 = x_7; +x_2 = x_5; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_DirectImports_convertImportInfos___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +if (lean_obj_tag(x_3) == 0) +{ +uint8_t x_5; +x_5 = !lean_is_exclusive(x_3); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_6 = lean_ctor_get(x_3, 0); +x_7 = lean_ctor_get(x_3, 1); +x_8 = lean_ctor_get(x_3, 2); +x_9 = lean_ctor_get(x_3, 3); +x_10 = lean_ctor_get(x_3, 4); +x_11 = l_Lean_Name_quickCmp(x_1, x_7); +switch (x_11) { +case 0: +{ +lean_object* x_12; +lean_dec(x_6); +x_12 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_DirectImports_convertImportInfos___spec__11(x_1, x_2, x_9, lean_box(0)); +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_13; uint8_t x_14; +x_13 = lean_ctor_get(x_10, 0); +lean_inc(x_13); +x_14 = !lean_is_exclusive(x_12); +if (x_14 == 0) +{ +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; uint8_t x_22; +x_15 = lean_ctor_get(x_12, 0); +x_16 = lean_ctor_get(x_12, 1); +x_17 = lean_ctor_get(x_12, 2); +x_18 = lean_ctor_get(x_12, 3); +x_19 = lean_ctor_get(x_12, 4); +x_20 = lean_unsigned_to_nat(3u); +x_21 = lean_nat_mul(x_20, x_13); +x_22 = lean_nat_dec_lt(x_21, x_15); +lean_dec(x_21); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_unsigned_to_nat(1u); +x_24 = lean_nat_add(x_23, x_15); +x_25 = lean_nat_add(x_24, x_13); +lean_dec(x_13); +lean_dec(x_24); +lean_ctor_set(x_3, 3, x_12); +lean_ctor_set(x_3, 0, x_25); +return x_3; +} +else +{ +lean_object* x_26; uint8_t x_27; +lean_free_object(x_3); +x_26 = lean_ctor_get(x_18, 0); +lean_inc(x_26); +x_27 = !lean_is_exclusive(x_19); +if (x_27 == 0) +{ +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_35; +x_28 = lean_ctor_get(x_19, 0); +x_29 = lean_ctor_get(x_19, 1); +x_30 = lean_ctor_get(x_19, 2); +x_31 = lean_ctor_get(x_19, 3); +x_32 = lean_ctor_get(x_19, 4); +x_33 = lean_unsigned_to_nat(2u); +x_34 = lean_nat_mul(x_33, x_26); +x_35 = lean_nat_dec_lt(x_28, x_34); +lean_dec(x_34); +if (x_35 == 0) +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +lean_dec(x_28); +x_36 = lean_unsigned_to_nat(1u); +x_37 = lean_nat_add(x_36, x_15); +lean_dec(x_15); +x_38 = lean_nat_add(x_37, x_13); +lean_dec(x_37); +x_39 = lean_nat_add(x_36, x_26); +lean_dec(x_26); +x_40 = lean_nat_add(x_36, x_13); +lean_dec(x_13); +if (lean_obj_tag(x_31) == 0) +{ +lean_object* x_41; lean_object* x_42; uint8_t x_43; +x_41 = lean_ctor_get(x_31, 0); +lean_inc(x_41); +x_42 = lean_nat_add(x_39, x_41); +lean_dec(x_41); +lean_dec(x_39); +lean_inc(x_18); +lean_ctor_set(x_19, 4, x_31); +lean_ctor_set(x_19, 3, x_18); +lean_ctor_set(x_19, 2, x_17); +lean_ctor_set(x_19, 1, x_16); +lean_ctor_set(x_19, 0, x_42); +x_43 = !lean_is_exclusive(x_18); +if (x_43 == 0) +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_44 = lean_ctor_get(x_18, 4); +lean_dec(x_44); +x_45 = lean_ctor_get(x_18, 3); +lean_dec(x_45); +x_46 = lean_ctor_get(x_18, 2); +lean_dec(x_46); +x_47 = lean_ctor_get(x_18, 1); +lean_dec(x_47); +x_48 = lean_ctor_get(x_18, 0); +lean_dec(x_48); +if (lean_obj_tag(x_32) == 0) +{ +lean_object* x_49; lean_object* x_50; +x_49 = lean_ctor_get(x_32, 0); +lean_inc(x_49); +x_50 = lean_nat_add(x_40, x_49); +lean_dec(x_49); +lean_dec(x_40); +lean_ctor_set(x_18, 4, x_10); +lean_ctor_set(x_18, 3, x_32); +lean_ctor_set(x_18, 2, x_8); +lean_ctor_set(x_18, 1, x_7); +lean_ctor_set(x_18, 0, x_50); +lean_ctor_set(x_12, 4, x_18); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +else +{ +lean_object* x_51; lean_object* x_52; +x_51 = lean_unsigned_to_nat(0u); +x_52 = lean_nat_add(x_40, x_51); +lean_dec(x_40); +lean_ctor_set(x_18, 4, x_10); +lean_ctor_set(x_18, 3, x_32); +lean_ctor_set(x_18, 2, x_8); +lean_ctor_set(x_18, 1, x_7); +lean_ctor_set(x_18, 0, x_52); +lean_ctor_set(x_12, 4, x_18); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +} +else +{ +lean_dec(x_18); +if (lean_obj_tag(x_32) == 0) +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_32, 0); +lean_inc(x_53); +x_54 = lean_nat_add(x_40, x_53); +lean_dec(x_53); +lean_dec(x_40); +x_55 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_7); +lean_ctor_set(x_55, 2, x_8); +lean_ctor_set(x_55, 3, x_32); +lean_ctor_set(x_55, 4, x_10); +lean_ctor_set(x_12, 4, x_55); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +else +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_unsigned_to_nat(0u); +x_57 = lean_nat_add(x_40, x_56); +lean_dec(x_40); +x_58 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_7); +lean_ctor_set(x_58, 2, x_8); +lean_ctor_set(x_58, 3, x_32); +lean_ctor_set(x_58, 4, x_10); +lean_ctor_set(x_12, 4, x_58); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +} +} +else +{ +lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_59 = lean_unsigned_to_nat(0u); +x_60 = lean_nat_add(x_39, x_59); +lean_dec(x_39); +lean_inc(x_18); +lean_ctor_set(x_19, 4, x_31); +lean_ctor_set(x_19, 3, x_18); +lean_ctor_set(x_19, 2, x_17); +lean_ctor_set(x_19, 1, x_16); +lean_ctor_set(x_19, 0, x_60); +x_61 = !lean_is_exclusive(x_18); +if (x_61 == 0) +{ +lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_62 = lean_ctor_get(x_18, 4); +lean_dec(x_62); +x_63 = lean_ctor_get(x_18, 3); +lean_dec(x_63); +x_64 = lean_ctor_get(x_18, 2); +lean_dec(x_64); +x_65 = lean_ctor_get(x_18, 1); +lean_dec(x_65); +x_66 = lean_ctor_get(x_18, 0); +lean_dec(x_66); +if (lean_obj_tag(x_32) == 0) +{ +lean_object* x_67; lean_object* x_68; +x_67 = lean_ctor_get(x_32, 0); +lean_inc(x_67); +x_68 = lean_nat_add(x_40, x_67); +lean_dec(x_67); +lean_dec(x_40); +lean_ctor_set(x_18, 4, x_10); +lean_ctor_set(x_18, 3, x_32); +lean_ctor_set(x_18, 2, x_8); +lean_ctor_set(x_18, 1, x_7); +lean_ctor_set(x_18, 0, x_68); +lean_ctor_set(x_12, 4, x_18); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +else +{ +lean_object* x_69; +x_69 = lean_nat_add(x_40, x_59); +lean_dec(x_40); +lean_ctor_set(x_18, 4, x_10); +lean_ctor_set(x_18, 3, x_32); +lean_ctor_set(x_18, 2, x_8); +lean_ctor_set(x_18, 1, x_7); +lean_ctor_set(x_18, 0, x_69); +lean_ctor_set(x_12, 4, x_18); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +} +else +{ +lean_dec(x_18); +if (lean_obj_tag(x_32) == 0) +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_32, 0); +lean_inc(x_70); +x_71 = lean_nat_add(x_40, x_70); +lean_dec(x_70); +lean_dec(x_40); +x_72 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_72, 0, x_71); +lean_ctor_set(x_72, 1, x_7); +lean_ctor_set(x_72, 2, x_8); +lean_ctor_set(x_72, 3, x_32); +lean_ctor_set(x_72, 4, x_10); +lean_ctor_set(x_12, 4, x_72); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +else +{ +lean_object* x_73; lean_object* x_74; +x_73 = lean_nat_add(x_40, x_59); +lean_dec(x_40); +x_74 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_7); +lean_ctor_set(x_74, 2, x_8); +lean_ctor_set(x_74, 3, x_32); +lean_ctor_set(x_74, 4, x_10); +lean_ctor_set(x_12, 4, x_74); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +} +} +} +else +{ +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; uint8_t x_80; +lean_dec(x_26); +x_75 = lean_unsigned_to_nat(1u); +x_76 = lean_nat_add(x_75, x_15); +lean_dec(x_15); +x_77 = lean_nat_add(x_76, x_13); +lean_dec(x_76); +x_78 = lean_nat_add(x_75, x_13); +lean_dec(x_13); +x_79 = lean_nat_add(x_78, x_28); +lean_dec(x_78); +lean_inc(x_10); +lean_ctor_set(x_12, 4, x_10); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_8); +lean_ctor_set(x_12, 1, x_7); +lean_ctor_set(x_12, 0, x_79); +x_80 = !lean_is_exclusive(x_10); +if (x_80 == 0) +{ +lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_81 = lean_ctor_get(x_10, 4); +lean_dec(x_81); +x_82 = lean_ctor_get(x_10, 3); +lean_dec(x_82); +x_83 = lean_ctor_get(x_10, 2); +lean_dec(x_83); +x_84 = lean_ctor_get(x_10, 1); +lean_dec(x_84); +x_85 = lean_ctor_get(x_10, 0); +lean_dec(x_85); +lean_ctor_set(x_10, 4, x_12); +lean_ctor_set(x_10, 3, x_18); +lean_ctor_set(x_10, 2, x_17); +lean_ctor_set(x_10, 1, x_16); +lean_ctor_set(x_10, 0, x_77); +return x_10; +} +else +{ +lean_object* x_86; +lean_dec(x_10); +x_86 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_86, 0, x_77); +lean_ctor_set(x_86, 1, x_16); +lean_ctor_set(x_86, 2, x_17); +lean_ctor_set(x_86, 3, x_18); +lean_ctor_set(x_86, 4, x_12); +return x_86; +} +} +} +else +{ +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; uint8_t x_94; +x_87 = lean_ctor_get(x_19, 0); +x_88 = lean_ctor_get(x_19, 1); +x_89 = lean_ctor_get(x_19, 2); +x_90 = lean_ctor_get(x_19, 3); +x_91 = lean_ctor_get(x_19, 4); +lean_inc(x_91); +lean_inc(x_90); +lean_inc(x_89); +lean_inc(x_88); +lean_inc(x_87); +lean_dec(x_19); +x_92 = lean_unsigned_to_nat(2u); +x_93 = lean_nat_mul(x_92, x_26); +x_94 = lean_nat_dec_lt(x_87, x_93); +lean_dec(x_93); +if (x_94 == 0) +{ +lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; +lean_dec(x_87); +x_95 = lean_unsigned_to_nat(1u); +x_96 = lean_nat_add(x_95, x_15); +lean_dec(x_15); +x_97 = lean_nat_add(x_96, x_13); +lean_dec(x_96); +x_98 = lean_nat_add(x_95, x_26); +lean_dec(x_26); +x_99 = lean_nat_add(x_95, x_13); +lean_dec(x_13); +if (lean_obj_tag(x_90) == 0) +{ +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_100 = lean_ctor_get(x_90, 0); +lean_inc(x_100); +x_101 = lean_nat_add(x_98, x_100); +lean_dec(x_100); +lean_dec(x_98); +lean_inc(x_18); +x_102 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_102, 0, x_101); +lean_ctor_set(x_102, 1, x_16); +lean_ctor_set(x_102, 2, x_17); +lean_ctor_set(x_102, 3, x_18); +lean_ctor_set(x_102, 4, x_90); +if (lean_is_exclusive(x_18)) { + lean_ctor_release(x_18, 0); + lean_ctor_release(x_18, 1); + lean_ctor_release(x_18, 2); + lean_ctor_release(x_18, 3); + lean_ctor_release(x_18, 4); + x_103 = x_18; +} else { + lean_dec_ref(x_18); + x_103 = lean_box(0); +} +if (lean_obj_tag(x_91) == 0) +{ +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_91, 0); +lean_inc(x_104); +x_105 = lean_nat_add(x_99, x_104); +lean_dec(x_104); +lean_dec(x_99); +if (lean_is_scalar(x_103)) { + x_106 = lean_alloc_ctor(0, 5, 0); +} else { + x_106 = x_103; +} +lean_ctor_set(x_106, 0, x_105); +lean_ctor_set(x_106, 1, x_7); +lean_ctor_set(x_106, 2, x_8); +lean_ctor_set(x_106, 3, x_91); +lean_ctor_set(x_106, 4, x_10); +lean_ctor_set(x_12, 4, x_106); +lean_ctor_set(x_12, 3, x_102); +lean_ctor_set(x_12, 2, x_89); +lean_ctor_set(x_12, 1, x_88); +lean_ctor_set(x_12, 0, x_97); +return x_12; +} +else +{ +lean_object* x_107; lean_object* x_108; lean_object* x_109; +x_107 = lean_unsigned_to_nat(0u); +x_108 = lean_nat_add(x_99, x_107); +lean_dec(x_99); +if (lean_is_scalar(x_103)) { + x_109 = lean_alloc_ctor(0, 5, 0); +} else { + x_109 = x_103; +} +lean_ctor_set(x_109, 0, x_108); +lean_ctor_set(x_109, 1, x_7); +lean_ctor_set(x_109, 2, x_8); +lean_ctor_set(x_109, 3, x_91); +lean_ctor_set(x_109, 4, x_10); +lean_ctor_set(x_12, 4, x_109); +lean_ctor_set(x_12, 3, x_102); +lean_ctor_set(x_12, 2, x_89); +lean_ctor_set(x_12, 1, x_88); +lean_ctor_set(x_12, 0, x_97); +return x_12; +} +} +else +{ +lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_110 = lean_unsigned_to_nat(0u); +x_111 = lean_nat_add(x_98, x_110); +lean_dec(x_98); +lean_inc(x_18); +x_112 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_16); +lean_ctor_set(x_112, 2, x_17); +lean_ctor_set(x_112, 3, x_18); +lean_ctor_set(x_112, 4, x_90); +if (lean_is_exclusive(x_18)) { + lean_ctor_release(x_18, 0); + lean_ctor_release(x_18, 1); + lean_ctor_release(x_18, 2); + lean_ctor_release(x_18, 3); + lean_ctor_release(x_18, 4); + x_113 = x_18; +} else { + lean_dec_ref(x_18); + x_113 = lean_box(0); +} +if (lean_obj_tag(x_91) == 0) +{ +lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_114 = lean_ctor_get(x_91, 0); +lean_inc(x_114); +x_115 = lean_nat_add(x_99, x_114); +lean_dec(x_114); +lean_dec(x_99); +if (lean_is_scalar(x_113)) { + x_116 = lean_alloc_ctor(0, 5, 0); +} else { + x_116 = x_113; +} +lean_ctor_set(x_116, 0, x_115); +lean_ctor_set(x_116, 1, x_7); +lean_ctor_set(x_116, 2, x_8); +lean_ctor_set(x_116, 3, x_91); +lean_ctor_set(x_116, 4, x_10); +lean_ctor_set(x_12, 4, x_116); +lean_ctor_set(x_12, 3, x_112); +lean_ctor_set(x_12, 2, x_89); +lean_ctor_set(x_12, 1, x_88); +lean_ctor_set(x_12, 0, x_97); +return x_12; +} +else +{ +lean_object* x_117; lean_object* x_118; +x_117 = lean_nat_add(x_99, x_110); +lean_dec(x_99); +if (lean_is_scalar(x_113)) { + x_118 = lean_alloc_ctor(0, 5, 0); +} else { + x_118 = x_113; +} +lean_ctor_set(x_118, 0, x_117); +lean_ctor_set(x_118, 1, x_7); +lean_ctor_set(x_118, 2, x_8); +lean_ctor_set(x_118, 3, x_91); +lean_ctor_set(x_118, 4, x_10); +lean_ctor_set(x_12, 4, x_118); +lean_ctor_set(x_12, 3, x_112); +lean_ctor_set(x_12, 2, x_89); +lean_ctor_set(x_12, 1, x_88); +lean_ctor_set(x_12, 0, x_97); +return x_12; +} +} +} +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; lean_object* x_125; lean_object* x_126; +lean_dec(x_26); +x_119 = lean_unsigned_to_nat(1u); +x_120 = lean_nat_add(x_119, x_15); +lean_dec(x_15); +x_121 = lean_nat_add(x_120, x_13); +lean_dec(x_120); +x_122 = lean_nat_add(x_119, x_13); +lean_dec(x_13); +x_123 = lean_nat_add(x_122, x_87); +lean_dec(x_122); +x_124 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_124, 0, x_87); +lean_ctor_set(x_124, 1, x_88); +lean_ctor_set(x_124, 2, x_89); +lean_ctor_set(x_124, 3, x_90); +lean_ctor_set(x_124, 4, x_91); +lean_inc(x_10); +lean_ctor_set(x_12, 4, x_10); +lean_ctor_set(x_12, 3, x_124); +lean_ctor_set(x_12, 2, x_8); +lean_ctor_set(x_12, 1, x_7); +lean_ctor_set(x_12, 0, x_123); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + lean_ctor_release(x_10, 3); + lean_ctor_release(x_10, 4); + x_125 = x_10; +} else { + lean_dec_ref(x_10); + x_125 = lean_box(0); +} +if (lean_is_scalar(x_125)) { + x_126 = lean_alloc_ctor(0, 5, 0); +} else { + x_126 = x_125; +} +lean_ctor_set(x_126, 0, x_121); +lean_ctor_set(x_126, 1, x_16); +lean_ctor_set(x_126, 2, x_17); +lean_ctor_set(x_126, 3, x_18); +lean_ctor_set(x_126, 4, x_12); +return x_126; +} +} +} +} +else +{ +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; uint8_t x_134; +x_127 = lean_ctor_get(x_12, 0); +x_128 = lean_ctor_get(x_12, 1); +x_129 = lean_ctor_get(x_12, 2); +x_130 = lean_ctor_get(x_12, 3); +x_131 = lean_ctor_get(x_12, 4); +lean_inc(x_131); +lean_inc(x_130); +lean_inc(x_129); +lean_inc(x_128); +lean_inc(x_127); +lean_dec(x_12); +x_132 = lean_unsigned_to_nat(3u); +x_133 = lean_nat_mul(x_132, x_13); +x_134 = lean_nat_dec_lt(x_133, x_127); +lean_dec(x_133); +if (x_134 == 0) +{ +lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; +x_135 = lean_unsigned_to_nat(1u); +x_136 = lean_nat_add(x_135, x_127); +x_137 = lean_nat_add(x_136, x_13); +lean_dec(x_13); +lean_dec(x_136); +x_138 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_138, 0, x_127); +lean_ctor_set(x_138, 1, x_128); +lean_ctor_set(x_138, 2, x_129); +lean_ctor_set(x_138, 3, x_130); +lean_ctor_set(x_138, 4, x_131); +lean_ctor_set(x_3, 3, x_138); +lean_ctor_set(x_3, 0, x_137); +return x_3; +} +else +{ +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; uint8_t x_148; +lean_free_object(x_3); +x_139 = lean_ctor_get(x_130, 0); +lean_inc(x_139); +x_140 = lean_ctor_get(x_131, 0); +lean_inc(x_140); +x_141 = lean_ctor_get(x_131, 1); +lean_inc(x_141); +x_142 = lean_ctor_get(x_131, 2); +lean_inc(x_142); +x_143 = lean_ctor_get(x_131, 3); +lean_inc(x_143); +x_144 = lean_ctor_get(x_131, 4); +lean_inc(x_144); +if (lean_is_exclusive(x_131)) { + lean_ctor_release(x_131, 0); + lean_ctor_release(x_131, 1); + lean_ctor_release(x_131, 2); + lean_ctor_release(x_131, 3); + lean_ctor_release(x_131, 4); + x_145 = x_131; +} else { + lean_dec_ref(x_131); + x_145 = lean_box(0); +} +x_146 = lean_unsigned_to_nat(2u); +x_147 = lean_nat_mul(x_146, x_139); +x_148 = lean_nat_dec_lt(x_140, x_147); +lean_dec(x_147); +if (x_148 == 0) +{ +lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; +lean_dec(x_140); +x_149 = lean_unsigned_to_nat(1u); +x_150 = lean_nat_add(x_149, x_127); +lean_dec(x_127); +x_151 = lean_nat_add(x_150, x_13); +lean_dec(x_150); +x_152 = lean_nat_add(x_149, x_139); +lean_dec(x_139); +x_153 = lean_nat_add(x_149, x_13); +lean_dec(x_13); +if (lean_obj_tag(x_143) == 0) +{ +lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; +x_154 = lean_ctor_get(x_143, 0); +lean_inc(x_154); +x_155 = lean_nat_add(x_152, x_154); +lean_dec(x_154); +lean_dec(x_152); +lean_inc(x_130); +if (lean_is_scalar(x_145)) { + x_156 = lean_alloc_ctor(0, 5, 0); +} else { + x_156 = x_145; +} +lean_ctor_set(x_156, 0, x_155); +lean_ctor_set(x_156, 1, x_128); +lean_ctor_set(x_156, 2, x_129); +lean_ctor_set(x_156, 3, x_130); +lean_ctor_set(x_156, 4, x_143); +if (lean_is_exclusive(x_130)) { + lean_ctor_release(x_130, 0); + lean_ctor_release(x_130, 1); + lean_ctor_release(x_130, 2); + lean_ctor_release(x_130, 3); + lean_ctor_release(x_130, 4); + x_157 = x_130; +} else { + lean_dec_ref(x_130); + x_157 = lean_box(0); +} +if (lean_obj_tag(x_144) == 0) +{ +lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; +x_158 = lean_ctor_get(x_144, 0); +lean_inc(x_158); +x_159 = lean_nat_add(x_153, x_158); +lean_dec(x_158); +lean_dec(x_153); +if (lean_is_scalar(x_157)) { + x_160 = lean_alloc_ctor(0, 5, 0); +} else { + x_160 = x_157; +} +lean_ctor_set(x_160, 0, x_159); +lean_ctor_set(x_160, 1, x_7); +lean_ctor_set(x_160, 2, x_8); +lean_ctor_set(x_160, 3, x_144); +lean_ctor_set(x_160, 4, x_10); +x_161 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_161, 0, x_151); +lean_ctor_set(x_161, 1, x_141); +lean_ctor_set(x_161, 2, x_142); +lean_ctor_set(x_161, 3, x_156); +lean_ctor_set(x_161, 4, x_160); +return x_161; +} +else +{ +lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; +x_162 = lean_unsigned_to_nat(0u); +x_163 = lean_nat_add(x_153, x_162); +lean_dec(x_153); +if (lean_is_scalar(x_157)) { + x_164 = lean_alloc_ctor(0, 5, 0); +} else { + x_164 = x_157; +} +lean_ctor_set(x_164, 0, x_163); +lean_ctor_set(x_164, 1, x_7); +lean_ctor_set(x_164, 2, x_8); +lean_ctor_set(x_164, 3, x_144); +lean_ctor_set(x_164, 4, x_10); +x_165 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_165, 0, x_151); +lean_ctor_set(x_165, 1, x_141); +lean_ctor_set(x_165, 2, x_142); +lean_ctor_set(x_165, 3, x_156); +lean_ctor_set(x_165, 4, x_164); +return x_165; +} +} +else +{ +lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; +x_166 = lean_unsigned_to_nat(0u); +x_167 = lean_nat_add(x_152, x_166); +lean_dec(x_152); +lean_inc(x_130); +if (lean_is_scalar(x_145)) { + x_168 = lean_alloc_ctor(0, 5, 0); +} else { + x_168 = x_145; +} +lean_ctor_set(x_168, 0, x_167); +lean_ctor_set(x_168, 1, x_128); +lean_ctor_set(x_168, 2, x_129); +lean_ctor_set(x_168, 3, x_130); +lean_ctor_set(x_168, 4, x_143); +if (lean_is_exclusive(x_130)) { + lean_ctor_release(x_130, 0); + lean_ctor_release(x_130, 1); + lean_ctor_release(x_130, 2); + lean_ctor_release(x_130, 3); + lean_ctor_release(x_130, 4); + x_169 = x_130; +} else { + lean_dec_ref(x_130); + x_169 = lean_box(0); +} +if (lean_obj_tag(x_144) == 0) +{ +lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; +x_170 = lean_ctor_get(x_144, 0); +lean_inc(x_170); +x_171 = lean_nat_add(x_153, x_170); +lean_dec(x_170); +lean_dec(x_153); +if (lean_is_scalar(x_169)) { + x_172 = lean_alloc_ctor(0, 5, 0); +} else { + x_172 = x_169; +} +lean_ctor_set(x_172, 0, x_171); +lean_ctor_set(x_172, 1, x_7); +lean_ctor_set(x_172, 2, x_8); +lean_ctor_set(x_172, 3, x_144); +lean_ctor_set(x_172, 4, x_10); +x_173 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_173, 0, x_151); +lean_ctor_set(x_173, 1, x_141); +lean_ctor_set(x_173, 2, x_142); +lean_ctor_set(x_173, 3, x_168); +lean_ctor_set(x_173, 4, x_172); +return x_173; +} +else +{ +lean_object* x_174; lean_object* x_175; lean_object* x_176; +x_174 = lean_nat_add(x_153, x_166); +lean_dec(x_153); +if (lean_is_scalar(x_169)) { + x_175 = lean_alloc_ctor(0, 5, 0); +} else { + x_175 = x_169; +} +lean_ctor_set(x_175, 0, x_174); +lean_ctor_set(x_175, 1, x_7); +lean_ctor_set(x_175, 2, x_8); +lean_ctor_set(x_175, 3, x_144); +lean_ctor_set(x_175, 4, x_10); +x_176 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_176, 0, x_151); +lean_ctor_set(x_176, 1, x_141); +lean_ctor_set(x_176, 2, x_142); +lean_ctor_set(x_176, 3, x_168); +lean_ctor_set(x_176, 4, x_175); +return x_176; +} +} +} +else +{ +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_dec(x_139); +x_177 = lean_unsigned_to_nat(1u); +x_178 = lean_nat_add(x_177, x_127); +lean_dec(x_127); +x_179 = lean_nat_add(x_178, x_13); +lean_dec(x_178); +x_180 = lean_nat_add(x_177, x_13); +lean_dec(x_13); +x_181 = lean_nat_add(x_180, x_140); +lean_dec(x_180); +if (lean_is_scalar(x_145)) { + x_182 = lean_alloc_ctor(0, 5, 0); +} else { + x_182 = x_145; +} +lean_ctor_set(x_182, 0, x_140); +lean_ctor_set(x_182, 1, x_141); +lean_ctor_set(x_182, 2, x_142); +lean_ctor_set(x_182, 3, x_143); +lean_ctor_set(x_182, 4, x_144); +lean_inc(x_10); +x_183 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_183, 0, x_181); +lean_ctor_set(x_183, 1, x_7); +lean_ctor_set(x_183, 2, x_8); +lean_ctor_set(x_183, 3, x_182); +lean_ctor_set(x_183, 4, x_10); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + lean_ctor_release(x_10, 3); + lean_ctor_release(x_10, 4); + x_184 = x_10; +} else { + lean_dec_ref(x_10); + x_184 = lean_box(0); +} +if (lean_is_scalar(x_184)) { + x_185 = lean_alloc_ctor(0, 5, 0); +} else { + x_185 = x_184; +} +lean_ctor_set(x_185, 0, x_179); +lean_ctor_set(x_185, 1, x_128); +lean_ctor_set(x_185, 2, x_129); +lean_ctor_set(x_185, 3, x_130); +lean_ctor_set(x_185, 4, x_183); +return x_185; +} +} +} +} +else +{ +lean_object* x_186; +x_186 = lean_ctor_get(x_12, 3); +lean_inc(x_186); +if (lean_obj_tag(x_186) == 0) +{ +uint8_t x_187; +x_187 = !lean_is_exclusive(x_12); +if (x_187 == 0) +{ +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; +x_188 = lean_ctor_get(x_12, 1); +x_189 = lean_ctor_get(x_12, 2); +x_190 = lean_ctor_get(x_12, 4); +lean_dec(x_190); +x_191 = lean_ctor_get(x_12, 3); +lean_dec(x_191); +x_192 = lean_ctor_get(x_12, 0); +lean_dec(x_192); +x_193 = lean_box(1); +x_194 = lean_unsigned_to_nat(1u); +lean_ctor_set(x_12, 4, x_193); +lean_ctor_set(x_12, 3, x_193); +lean_ctor_set(x_12, 2, x_8); +lean_ctor_set(x_12, 1, x_7); +lean_ctor_set(x_12, 0, x_194); +x_195 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_12); +lean_ctor_set(x_3, 3, x_186); +lean_ctor_set(x_3, 2, x_189); +lean_ctor_set(x_3, 1, x_188); +lean_ctor_set(x_3, 0, x_195); +return x_3; +} +else +{ +lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; +x_196 = lean_ctor_get(x_12, 1); +x_197 = lean_ctor_get(x_12, 2); +lean_inc(x_197); +lean_inc(x_196); +lean_dec(x_12); +x_198 = lean_box(1); +x_199 = lean_unsigned_to_nat(1u); +x_200 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_200, 0, x_199); +lean_ctor_set(x_200, 1, x_7); +lean_ctor_set(x_200, 2, x_8); +lean_ctor_set(x_200, 3, x_198); +lean_ctor_set(x_200, 4, x_198); +x_201 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_200); +lean_ctor_set(x_3, 3, x_186); +lean_ctor_set(x_3, 2, x_197); +lean_ctor_set(x_3, 1, x_196); +lean_ctor_set(x_3, 0, x_201); +return x_3; +} +} +else +{ +lean_object* x_202; +x_202 = lean_ctor_get(x_12, 4); +lean_inc(x_202); +if (lean_obj_tag(x_202) == 0) +{ +uint8_t x_203; +x_203 = !lean_is_exclusive(x_12); +if (x_203 == 0) +{ +lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; uint8_t x_209; +x_204 = lean_ctor_get(x_12, 1); +x_205 = lean_ctor_get(x_12, 2); +x_206 = lean_ctor_get(x_12, 4); +lean_dec(x_206); +x_207 = lean_ctor_get(x_12, 3); +lean_dec(x_207); +x_208 = lean_ctor_get(x_12, 0); +lean_dec(x_208); +x_209 = !lean_is_exclusive(x_202); +if (x_209 == 0) +{ +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; +x_210 = lean_ctor_get(x_202, 1); +x_211 = lean_ctor_get(x_202, 2); +x_212 = lean_ctor_get(x_202, 4); +lean_dec(x_212); +x_213 = lean_ctor_get(x_202, 3); +lean_dec(x_213); +x_214 = lean_ctor_get(x_202, 0); +lean_dec(x_214); +x_215 = lean_box(1); +x_216 = lean_unsigned_to_nat(1u); +lean_ctor_set(x_202, 4, x_215); +lean_ctor_set(x_202, 3, x_215); +lean_ctor_set(x_202, 2, x_205); +lean_ctor_set(x_202, 1, x_204); +lean_ctor_set(x_202, 0, x_216); +lean_ctor_set(x_12, 4, x_215); +lean_ctor_set(x_12, 3, x_215); +lean_ctor_set(x_12, 2, x_8); +lean_ctor_set(x_12, 1, x_7); +lean_ctor_set(x_12, 0, x_216); +x_217 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_12); +lean_ctor_set(x_3, 3, x_202); +lean_ctor_set(x_3, 2, x_211); +lean_ctor_set(x_3, 1, x_210); +lean_ctor_set(x_3, 0, x_217); +return x_3; +} +else +{ +lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; +x_218 = lean_ctor_get(x_202, 1); +x_219 = lean_ctor_get(x_202, 2); +lean_inc(x_219); +lean_inc(x_218); +lean_dec(x_202); +x_220 = lean_box(1); +x_221 = lean_unsigned_to_nat(1u); +x_222 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_222, 0, x_221); +lean_ctor_set(x_222, 1, x_204); +lean_ctor_set(x_222, 2, x_205); +lean_ctor_set(x_222, 3, x_220); +lean_ctor_set(x_222, 4, x_220); +lean_ctor_set(x_12, 4, x_220); +lean_ctor_set(x_12, 3, x_220); +lean_ctor_set(x_12, 2, x_8); +lean_ctor_set(x_12, 1, x_7); +lean_ctor_set(x_12, 0, x_221); +x_223 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_12); +lean_ctor_set(x_3, 3, x_222); +lean_ctor_set(x_3, 2, x_219); +lean_ctor_set(x_3, 1, x_218); +lean_ctor_set(x_3, 0, x_223); +return x_3; +} +} +else +{ +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; +x_224 = lean_ctor_get(x_12, 1); +x_225 = lean_ctor_get(x_12, 2); +lean_inc(x_225); +lean_inc(x_224); +lean_dec(x_12); +x_226 = lean_ctor_get(x_202, 1); +lean_inc(x_226); +x_227 = lean_ctor_get(x_202, 2); +lean_inc(x_227); +if (lean_is_exclusive(x_202)) { + lean_ctor_release(x_202, 0); + lean_ctor_release(x_202, 1); + lean_ctor_release(x_202, 2); + lean_ctor_release(x_202, 3); + lean_ctor_release(x_202, 4); + x_228 = x_202; +} else { + lean_dec_ref(x_202); + x_228 = lean_box(0); +} +x_229 = lean_box(1); +x_230 = lean_unsigned_to_nat(1u); +if (lean_is_scalar(x_228)) { + x_231 = lean_alloc_ctor(0, 5, 0); +} else { + x_231 = x_228; +} +lean_ctor_set(x_231, 0, x_230); +lean_ctor_set(x_231, 1, x_224); +lean_ctor_set(x_231, 2, x_225); +lean_ctor_set(x_231, 3, x_229); +lean_ctor_set(x_231, 4, x_229); +x_232 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_232, 0, x_230); +lean_ctor_set(x_232, 1, x_7); +lean_ctor_set(x_232, 2, x_8); +lean_ctor_set(x_232, 3, x_229); +lean_ctor_set(x_232, 4, x_229); +x_233 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_232); +lean_ctor_set(x_3, 3, x_231); +lean_ctor_set(x_3, 2, x_227); +lean_ctor_set(x_3, 1, x_226); +lean_ctor_set(x_3, 0, x_233); +return x_3; +} +} +else +{ +lean_object* x_234; lean_object* x_235; +x_234 = lean_box(1); +x_235 = lean_unsigned_to_nat(2u); +lean_ctor_set(x_3, 4, x_234); +lean_ctor_set(x_3, 3, x_12); +lean_ctor_set(x_3, 0, x_235); +return x_3; +} +} +} +} +case 1: +{ +lean_dec(x_8); +lean_dec(x_7); +lean_ctor_set(x_3, 2, x_2); +lean_ctor_set(x_3, 1, x_1); +return x_3; +} +default: +{ +lean_object* x_236; +lean_dec(x_6); +x_236 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_DirectImports_convertImportInfos___spec__11(x_1, x_2, x_10, lean_box(0)); +if (lean_obj_tag(x_9) == 0) +{ +lean_object* x_237; uint8_t x_238; +x_237 = lean_ctor_get(x_9, 0); +lean_inc(x_237); +x_238 = !lean_is_exclusive(x_236); +if (x_238 == 0) +{ +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; +x_239 = lean_ctor_get(x_236, 0); +x_240 = lean_ctor_get(x_236, 1); +x_241 = lean_ctor_get(x_236, 2); +x_242 = lean_ctor_get(x_236, 3); +x_243 = lean_ctor_get(x_236, 4); +x_244 = lean_unsigned_to_nat(3u); +x_245 = lean_nat_mul(x_244, x_237); +x_246 = lean_nat_dec_lt(x_245, x_239); +lean_dec(x_245); +if (x_246 == 0) +{ +lean_object* x_247; lean_object* x_248; lean_object* x_249; +x_247 = lean_unsigned_to_nat(1u); +x_248 = lean_nat_add(x_247, x_237); +lean_dec(x_237); +x_249 = lean_nat_add(x_248, x_239); +lean_dec(x_248); +lean_ctor_set(x_3, 4, x_236); +lean_ctor_set(x_3, 0, x_249); +return x_3; +} +else +{ +uint8_t x_250; +lean_free_object(x_3); +x_250 = !lean_is_exclusive(x_242); +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; lean_object* x_257; lean_object* x_258; uint8_t x_259; +x_251 = lean_ctor_get(x_242, 0); +x_252 = lean_ctor_get(x_242, 1); +x_253 = lean_ctor_get(x_242, 2); +x_254 = lean_ctor_get(x_242, 3); +x_255 = lean_ctor_get(x_242, 4); +x_256 = lean_ctor_get(x_243, 0); +lean_inc(x_256); +x_257 = lean_unsigned_to_nat(2u); +x_258 = lean_nat_mul(x_257, x_256); +x_259 = lean_nat_dec_lt(x_251, x_258); +lean_dec(x_258); +if (x_259 == 0) +{ +lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; +lean_dec(x_251); +x_260 = lean_unsigned_to_nat(1u); +x_261 = lean_nat_add(x_260, x_237); +lean_dec(x_237); +x_262 = lean_nat_add(x_261, x_239); +lean_dec(x_239); +x_263 = lean_nat_add(x_260, x_256); +lean_dec(x_256); +if (lean_obj_tag(x_254) == 0) +{ +lean_object* x_264; lean_object* x_265; uint8_t x_266; +x_264 = lean_ctor_get(x_254, 0); +lean_inc(x_264); +x_265 = lean_nat_add(x_261, x_264); +lean_dec(x_264); +lean_dec(x_261); +lean_inc(x_9); +lean_ctor_set(x_242, 4, x_254); +lean_ctor_set(x_242, 3, x_9); +lean_ctor_set(x_242, 2, x_8); +lean_ctor_set(x_242, 1, x_7); +lean_ctor_set(x_242, 0, x_265); +x_266 = !lean_is_exclusive(x_9); +if (x_266 == 0) +{ +lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; +x_267 = lean_ctor_get(x_9, 4); +lean_dec(x_267); +x_268 = lean_ctor_get(x_9, 3); +lean_dec(x_268); +x_269 = lean_ctor_get(x_9, 2); +lean_dec(x_269); +x_270 = lean_ctor_get(x_9, 1); +lean_dec(x_270); +x_271 = lean_ctor_get(x_9, 0); +lean_dec(x_271); +if (lean_obj_tag(x_255) == 0) +{ +lean_object* x_272; lean_object* x_273; +x_272 = lean_ctor_get(x_255, 0); +lean_inc(x_272); +x_273 = lean_nat_add(x_263, x_272); +lean_dec(x_272); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_273); +lean_ctor_set(x_9, 4, x_236); +lean_ctor_set(x_9, 3, x_242); +lean_ctor_set(x_9, 2, x_253); +lean_ctor_set(x_9, 1, x_252); +lean_ctor_set(x_9, 0, x_262); +return x_9; +} +else +{ +lean_object* x_274; lean_object* x_275; +x_274 = lean_unsigned_to_nat(0u); +x_275 = lean_nat_add(x_263, x_274); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_275); +lean_ctor_set(x_9, 4, x_236); +lean_ctor_set(x_9, 3, x_242); +lean_ctor_set(x_9, 2, x_253); +lean_ctor_set(x_9, 1, x_252); +lean_ctor_set(x_9, 0, x_262); +return x_9; +} +} +else +{ +lean_dec(x_9); +if (lean_obj_tag(x_255) == 0) +{ +lean_object* x_276; lean_object* x_277; lean_object* x_278; +x_276 = lean_ctor_get(x_255, 0); +lean_inc(x_276); +x_277 = lean_nat_add(x_263, x_276); +lean_dec(x_276); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_277); +x_278 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_278, 0, x_262); +lean_ctor_set(x_278, 1, x_252); +lean_ctor_set(x_278, 2, x_253); +lean_ctor_set(x_278, 3, x_242); +lean_ctor_set(x_278, 4, x_236); +return x_278; +} +else +{ +lean_object* x_279; lean_object* x_280; lean_object* x_281; +x_279 = lean_unsigned_to_nat(0u); +x_280 = lean_nat_add(x_263, x_279); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_280); +x_281 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_281, 0, x_262); +lean_ctor_set(x_281, 1, x_252); +lean_ctor_set(x_281, 2, x_253); +lean_ctor_set(x_281, 3, x_242); +lean_ctor_set(x_281, 4, x_236); +return x_281; +} +} +} +else +{ +lean_object* x_282; lean_object* x_283; uint8_t x_284; +x_282 = lean_unsigned_to_nat(0u); +x_283 = lean_nat_add(x_261, x_282); +lean_dec(x_261); +lean_inc(x_9); +lean_ctor_set(x_242, 4, x_254); +lean_ctor_set(x_242, 3, x_9); +lean_ctor_set(x_242, 2, x_8); +lean_ctor_set(x_242, 1, x_7); +lean_ctor_set(x_242, 0, x_283); +x_284 = !lean_is_exclusive(x_9); +if (x_284 == 0) +{ +lean_object* x_285; lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; +x_285 = lean_ctor_get(x_9, 4); +lean_dec(x_285); +x_286 = lean_ctor_get(x_9, 3); +lean_dec(x_286); +x_287 = lean_ctor_get(x_9, 2); +lean_dec(x_287); +x_288 = lean_ctor_get(x_9, 1); +lean_dec(x_288); +x_289 = lean_ctor_get(x_9, 0); +lean_dec(x_289); +if (lean_obj_tag(x_255) == 0) +{ +lean_object* x_290; lean_object* x_291; +x_290 = lean_ctor_get(x_255, 0); +lean_inc(x_290); +x_291 = lean_nat_add(x_263, x_290); +lean_dec(x_290); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_291); +lean_ctor_set(x_9, 4, x_236); +lean_ctor_set(x_9, 3, x_242); +lean_ctor_set(x_9, 2, x_253); +lean_ctor_set(x_9, 1, x_252); +lean_ctor_set(x_9, 0, x_262); +return x_9; +} +else +{ +lean_object* x_292; +x_292 = lean_nat_add(x_263, x_282); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_292); +lean_ctor_set(x_9, 4, x_236); +lean_ctor_set(x_9, 3, x_242); +lean_ctor_set(x_9, 2, x_253); +lean_ctor_set(x_9, 1, x_252); +lean_ctor_set(x_9, 0, x_262); +return x_9; +} +} +else +{ +lean_dec(x_9); +if (lean_obj_tag(x_255) == 0) +{ +lean_object* x_293; lean_object* x_294; lean_object* x_295; +x_293 = lean_ctor_get(x_255, 0); +lean_inc(x_293); +x_294 = lean_nat_add(x_263, x_293); +lean_dec(x_293); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_294); +x_295 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_295, 0, x_262); +lean_ctor_set(x_295, 1, x_252); +lean_ctor_set(x_295, 2, x_253); +lean_ctor_set(x_295, 3, x_242); +lean_ctor_set(x_295, 4, x_236); +return x_295; +} +else +{ +lean_object* x_296; lean_object* x_297; +x_296 = lean_nat_add(x_263, x_282); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_296); +x_297 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_297, 0, x_262); +lean_ctor_set(x_297, 1, x_252); +lean_ctor_set(x_297, 2, x_253); +lean_ctor_set(x_297, 3, x_242); +lean_ctor_set(x_297, 4, x_236); +return x_297; +} +} +} +} +else +{ +lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; uint8_t x_302; +lean_dec(x_256); +x_298 = lean_unsigned_to_nat(1u); +x_299 = lean_nat_add(x_298, x_237); +lean_dec(x_237); +x_300 = lean_nat_add(x_299, x_239); +lean_dec(x_239); +x_301 = lean_nat_add(x_299, x_251); +lean_dec(x_299); +lean_inc(x_9); +lean_ctor_set(x_236, 4, x_242); +lean_ctor_set(x_236, 3, x_9); +lean_ctor_set(x_236, 2, x_8); +lean_ctor_set(x_236, 1, x_7); +lean_ctor_set(x_236, 0, x_301); +x_302 = !lean_is_exclusive(x_9); +if (x_302 == 0) +{ +lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; +x_303 = lean_ctor_get(x_9, 4); +lean_dec(x_303); +x_304 = lean_ctor_get(x_9, 3); +lean_dec(x_304); +x_305 = lean_ctor_get(x_9, 2); +lean_dec(x_305); +x_306 = lean_ctor_get(x_9, 1); +lean_dec(x_306); +x_307 = lean_ctor_get(x_9, 0); +lean_dec(x_307); +lean_ctor_set(x_9, 4, x_243); +lean_ctor_set(x_9, 3, x_236); +lean_ctor_set(x_9, 2, x_241); +lean_ctor_set(x_9, 1, x_240); +lean_ctor_set(x_9, 0, x_300); +return x_9; +} +else +{ +lean_object* x_308; +lean_dec(x_9); +x_308 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_308, 0, x_300); +lean_ctor_set(x_308, 1, x_240); +lean_ctor_set(x_308, 2, x_241); +lean_ctor_set(x_308, 3, x_236); +lean_ctor_set(x_308, 4, x_243); +return x_308; +} +} +} +else +{ +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; uint8_t x_317; +x_309 = lean_ctor_get(x_242, 0); +x_310 = lean_ctor_get(x_242, 1); +x_311 = lean_ctor_get(x_242, 2); +x_312 = lean_ctor_get(x_242, 3); +x_313 = lean_ctor_get(x_242, 4); +lean_inc(x_313); +lean_inc(x_312); +lean_inc(x_311); +lean_inc(x_310); +lean_inc(x_309); +lean_dec(x_242); +x_314 = lean_ctor_get(x_243, 0); +lean_inc(x_314); +x_315 = lean_unsigned_to_nat(2u); +x_316 = lean_nat_mul(x_315, x_314); +x_317 = lean_nat_dec_lt(x_309, x_316); +lean_dec(x_316); +if (x_317 == 0) +{ +lean_object* x_318; lean_object* x_319; lean_object* x_320; lean_object* x_321; +lean_dec(x_309); +x_318 = lean_unsigned_to_nat(1u); +x_319 = lean_nat_add(x_318, x_237); +lean_dec(x_237); +x_320 = lean_nat_add(x_319, x_239); +lean_dec(x_239); +x_321 = lean_nat_add(x_318, x_314); +lean_dec(x_314); +if (lean_obj_tag(x_312) == 0) +{ +lean_object* x_322; lean_object* x_323; lean_object* x_324; lean_object* x_325; +x_322 = lean_ctor_get(x_312, 0); +lean_inc(x_322); +x_323 = lean_nat_add(x_319, x_322); +lean_dec(x_322); +lean_dec(x_319); +lean_inc(x_9); +x_324 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_324, 0, x_323); +lean_ctor_set(x_324, 1, x_7); +lean_ctor_set(x_324, 2, x_8); +lean_ctor_set(x_324, 3, x_9); +lean_ctor_set(x_324, 4, x_312); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + lean_ctor_release(x_9, 2); + lean_ctor_release(x_9, 3); + lean_ctor_release(x_9, 4); + x_325 = x_9; +} else { + lean_dec_ref(x_9); + x_325 = lean_box(0); +} +if (lean_obj_tag(x_313) == 0) +{ +lean_object* x_326; lean_object* x_327; lean_object* x_328; +x_326 = lean_ctor_get(x_313, 0); +lean_inc(x_326); +x_327 = lean_nat_add(x_321, x_326); +lean_dec(x_326); +lean_dec(x_321); +lean_ctor_set(x_236, 3, x_313); +lean_ctor_set(x_236, 0, x_327); +if (lean_is_scalar(x_325)) { + x_328 = lean_alloc_ctor(0, 5, 0); +} else { + x_328 = x_325; +} +lean_ctor_set(x_328, 0, x_320); +lean_ctor_set(x_328, 1, x_310); +lean_ctor_set(x_328, 2, x_311); +lean_ctor_set(x_328, 3, x_324); +lean_ctor_set(x_328, 4, x_236); +return x_328; +} +else +{ +lean_object* x_329; lean_object* x_330; lean_object* x_331; +x_329 = lean_unsigned_to_nat(0u); +x_330 = lean_nat_add(x_321, x_329); +lean_dec(x_321); +lean_ctor_set(x_236, 3, x_313); +lean_ctor_set(x_236, 0, x_330); +if (lean_is_scalar(x_325)) { + x_331 = lean_alloc_ctor(0, 5, 0); +} else { + x_331 = x_325; +} +lean_ctor_set(x_331, 0, x_320); +lean_ctor_set(x_331, 1, x_310); +lean_ctor_set(x_331, 2, x_311); +lean_ctor_set(x_331, 3, x_324); +lean_ctor_set(x_331, 4, x_236); +return x_331; +} +} +else +{ +lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; +x_332 = lean_unsigned_to_nat(0u); +x_333 = lean_nat_add(x_319, x_332); +lean_dec(x_319); +lean_inc(x_9); +x_334 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_334, 0, x_333); +lean_ctor_set(x_334, 1, x_7); +lean_ctor_set(x_334, 2, x_8); +lean_ctor_set(x_334, 3, x_9); +lean_ctor_set(x_334, 4, x_312); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + lean_ctor_release(x_9, 2); + lean_ctor_release(x_9, 3); + lean_ctor_release(x_9, 4); + x_335 = x_9; +} else { + lean_dec_ref(x_9); + x_335 = lean_box(0); +} +if (lean_obj_tag(x_313) == 0) +{ +lean_object* x_336; lean_object* x_337; lean_object* x_338; +x_336 = lean_ctor_get(x_313, 0); +lean_inc(x_336); +x_337 = lean_nat_add(x_321, x_336); +lean_dec(x_336); +lean_dec(x_321); +lean_ctor_set(x_236, 3, x_313); +lean_ctor_set(x_236, 0, x_337); +if (lean_is_scalar(x_335)) { + x_338 = lean_alloc_ctor(0, 5, 0); +} else { + x_338 = x_335; +} +lean_ctor_set(x_338, 0, x_320); +lean_ctor_set(x_338, 1, x_310); +lean_ctor_set(x_338, 2, x_311); +lean_ctor_set(x_338, 3, x_334); +lean_ctor_set(x_338, 4, x_236); +return x_338; +} +else +{ +lean_object* x_339; lean_object* x_340; +x_339 = lean_nat_add(x_321, x_332); +lean_dec(x_321); +lean_ctor_set(x_236, 3, x_313); +lean_ctor_set(x_236, 0, x_339); +if (lean_is_scalar(x_335)) { + x_340 = lean_alloc_ctor(0, 5, 0); +} else { + x_340 = x_335; +} +lean_ctor_set(x_340, 0, x_320); +lean_ctor_set(x_340, 1, x_310); +lean_ctor_set(x_340, 2, x_311); +lean_ctor_set(x_340, 3, x_334); +lean_ctor_set(x_340, 4, x_236); +return x_340; +} +} +} +else +{ +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_dec(x_314); +x_341 = lean_unsigned_to_nat(1u); +x_342 = lean_nat_add(x_341, x_237); +lean_dec(x_237); +x_343 = lean_nat_add(x_342, x_239); +lean_dec(x_239); +x_344 = lean_nat_add(x_342, x_309); +lean_dec(x_342); +x_345 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_345, 0, x_309); +lean_ctor_set(x_345, 1, x_310); +lean_ctor_set(x_345, 2, x_311); +lean_ctor_set(x_345, 3, x_312); +lean_ctor_set(x_345, 4, x_313); +lean_inc(x_9); +lean_ctor_set(x_236, 4, x_345); +lean_ctor_set(x_236, 3, x_9); +lean_ctor_set(x_236, 2, x_8); +lean_ctor_set(x_236, 1, x_7); +lean_ctor_set(x_236, 0, x_344); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + lean_ctor_release(x_9, 2); + lean_ctor_release(x_9, 3); + lean_ctor_release(x_9, 4); + x_346 = x_9; +} else { + lean_dec_ref(x_9); + x_346 = lean_box(0); +} +if (lean_is_scalar(x_346)) { + x_347 = lean_alloc_ctor(0, 5, 0); +} else { + x_347 = x_346; +} +lean_ctor_set(x_347, 0, x_343); +lean_ctor_set(x_347, 1, x_240); +lean_ctor_set(x_347, 2, x_241); +lean_ctor_set(x_347, 3, x_236); +lean_ctor_set(x_347, 4, x_243); +return x_347; +} +} +} +} +else +{ +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; uint8_t x_355; +x_348 = lean_ctor_get(x_236, 0); +x_349 = lean_ctor_get(x_236, 1); +x_350 = lean_ctor_get(x_236, 2); +x_351 = lean_ctor_get(x_236, 3); +x_352 = lean_ctor_get(x_236, 4); +lean_inc(x_352); +lean_inc(x_351); +lean_inc(x_350); +lean_inc(x_349); +lean_inc(x_348); +lean_dec(x_236); +x_353 = lean_unsigned_to_nat(3u); +x_354 = lean_nat_mul(x_353, x_237); +x_355 = lean_nat_dec_lt(x_354, x_348); +lean_dec(x_354); +if (x_355 == 0) +{ +lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; +x_356 = lean_unsigned_to_nat(1u); +x_357 = lean_nat_add(x_356, x_237); +lean_dec(x_237); +x_358 = lean_nat_add(x_357, x_348); +lean_dec(x_357); +x_359 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_359, 0, x_348); +lean_ctor_set(x_359, 1, x_349); +lean_ctor_set(x_359, 2, x_350); +lean_ctor_set(x_359, 3, x_351); +lean_ctor_set(x_359, 4, x_352); +lean_ctor_set(x_3, 4, x_359); +lean_ctor_set(x_3, 0, x_358); +return x_3; +} +else +{ +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; uint8_t x_369; +lean_free_object(x_3); +x_360 = lean_ctor_get(x_351, 0); +lean_inc(x_360); +x_361 = lean_ctor_get(x_351, 1); +lean_inc(x_361); +x_362 = lean_ctor_get(x_351, 2); +lean_inc(x_362); +x_363 = lean_ctor_get(x_351, 3); +lean_inc(x_363); +x_364 = lean_ctor_get(x_351, 4); +lean_inc(x_364); +if (lean_is_exclusive(x_351)) { + lean_ctor_release(x_351, 0); + lean_ctor_release(x_351, 1); + lean_ctor_release(x_351, 2); + lean_ctor_release(x_351, 3); + lean_ctor_release(x_351, 4); + x_365 = x_351; +} else { + lean_dec_ref(x_351); + x_365 = lean_box(0); +} +x_366 = lean_ctor_get(x_352, 0); +lean_inc(x_366); +x_367 = lean_unsigned_to_nat(2u); +x_368 = lean_nat_mul(x_367, x_366); +x_369 = lean_nat_dec_lt(x_360, x_368); +lean_dec(x_368); +if (x_369 == 0) +{ +lean_object* x_370; lean_object* x_371; lean_object* x_372; lean_object* x_373; +lean_dec(x_360); +x_370 = lean_unsigned_to_nat(1u); +x_371 = lean_nat_add(x_370, x_237); +lean_dec(x_237); +x_372 = lean_nat_add(x_371, x_348); +lean_dec(x_348); +x_373 = lean_nat_add(x_370, x_366); +lean_dec(x_366); +if (lean_obj_tag(x_363) == 0) +{ +lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; +x_374 = lean_ctor_get(x_363, 0); +lean_inc(x_374); +x_375 = lean_nat_add(x_371, x_374); +lean_dec(x_374); +lean_dec(x_371); +lean_inc(x_9); +if (lean_is_scalar(x_365)) { + x_376 = lean_alloc_ctor(0, 5, 0); +} else { + x_376 = x_365; +} +lean_ctor_set(x_376, 0, x_375); +lean_ctor_set(x_376, 1, x_7); +lean_ctor_set(x_376, 2, x_8); +lean_ctor_set(x_376, 3, x_9); +lean_ctor_set(x_376, 4, x_363); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + lean_ctor_release(x_9, 2); + lean_ctor_release(x_9, 3); + lean_ctor_release(x_9, 4); + x_377 = x_9; +} else { + lean_dec_ref(x_9); + x_377 = lean_box(0); +} +if (lean_obj_tag(x_364) == 0) +{ +lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; +x_378 = lean_ctor_get(x_364, 0); +lean_inc(x_378); +x_379 = lean_nat_add(x_373, x_378); +lean_dec(x_378); +lean_dec(x_373); +x_380 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_380, 0, x_379); +lean_ctor_set(x_380, 1, x_349); +lean_ctor_set(x_380, 2, x_350); +lean_ctor_set(x_380, 3, x_364); +lean_ctor_set(x_380, 4, x_352); +if (lean_is_scalar(x_377)) { + x_381 = lean_alloc_ctor(0, 5, 0); +} else { + x_381 = x_377; +} +lean_ctor_set(x_381, 0, x_372); +lean_ctor_set(x_381, 1, x_361); +lean_ctor_set(x_381, 2, x_362); +lean_ctor_set(x_381, 3, x_376); +lean_ctor_set(x_381, 4, x_380); +return x_381; +} +else +{ +lean_object* x_382; lean_object* x_383; lean_object* x_384; lean_object* x_385; +x_382 = lean_unsigned_to_nat(0u); +x_383 = lean_nat_add(x_373, x_382); +lean_dec(x_373); +x_384 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_384, 0, x_383); +lean_ctor_set(x_384, 1, x_349); +lean_ctor_set(x_384, 2, x_350); +lean_ctor_set(x_384, 3, x_364); +lean_ctor_set(x_384, 4, x_352); +if (lean_is_scalar(x_377)) { + x_385 = lean_alloc_ctor(0, 5, 0); +} else { + x_385 = x_377; +} +lean_ctor_set(x_385, 0, x_372); +lean_ctor_set(x_385, 1, x_361); +lean_ctor_set(x_385, 2, x_362); +lean_ctor_set(x_385, 3, x_376); +lean_ctor_set(x_385, 4, x_384); +return x_385; +} +} +else +{ +lean_object* x_386; lean_object* x_387; lean_object* x_388; lean_object* x_389; +x_386 = lean_unsigned_to_nat(0u); +x_387 = lean_nat_add(x_371, x_386); +lean_dec(x_371); +lean_inc(x_9); +if (lean_is_scalar(x_365)) { + x_388 = lean_alloc_ctor(0, 5, 0); +} else { + x_388 = x_365; +} +lean_ctor_set(x_388, 0, x_387); +lean_ctor_set(x_388, 1, x_7); +lean_ctor_set(x_388, 2, x_8); +lean_ctor_set(x_388, 3, x_9); +lean_ctor_set(x_388, 4, x_363); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + lean_ctor_release(x_9, 2); + lean_ctor_release(x_9, 3); + lean_ctor_release(x_9, 4); + x_389 = x_9; +} else { + lean_dec_ref(x_9); + x_389 = lean_box(0); +} +if (lean_obj_tag(x_364) == 0) +{ +lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; +x_390 = lean_ctor_get(x_364, 0); +lean_inc(x_390); +x_391 = lean_nat_add(x_373, x_390); +lean_dec(x_390); +lean_dec(x_373); +x_392 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_392, 0, x_391); +lean_ctor_set(x_392, 1, x_349); +lean_ctor_set(x_392, 2, x_350); +lean_ctor_set(x_392, 3, x_364); +lean_ctor_set(x_392, 4, x_352); +if (lean_is_scalar(x_389)) { + x_393 = lean_alloc_ctor(0, 5, 0); +} else { + x_393 = x_389; +} +lean_ctor_set(x_393, 0, x_372); +lean_ctor_set(x_393, 1, x_361); +lean_ctor_set(x_393, 2, x_362); +lean_ctor_set(x_393, 3, x_388); +lean_ctor_set(x_393, 4, x_392); +return x_393; +} +else +{ +lean_object* x_394; lean_object* x_395; lean_object* x_396; +x_394 = lean_nat_add(x_373, x_386); +lean_dec(x_373); +x_395 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_395, 0, x_394); +lean_ctor_set(x_395, 1, x_349); +lean_ctor_set(x_395, 2, x_350); +lean_ctor_set(x_395, 3, x_364); +lean_ctor_set(x_395, 4, x_352); +if (lean_is_scalar(x_389)) { + x_396 = lean_alloc_ctor(0, 5, 0); +} else { + x_396 = x_389; +} +lean_ctor_set(x_396, 0, x_372); +lean_ctor_set(x_396, 1, x_361); +lean_ctor_set(x_396, 2, x_362); +lean_ctor_set(x_396, 3, x_388); +lean_ctor_set(x_396, 4, x_395); +return x_396; +} +} +} +else +{ +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_dec(x_366); +x_397 = lean_unsigned_to_nat(1u); +x_398 = lean_nat_add(x_397, x_237); +lean_dec(x_237); +x_399 = lean_nat_add(x_398, x_348); +lean_dec(x_348); +x_400 = lean_nat_add(x_398, x_360); +lean_dec(x_398); +if (lean_is_scalar(x_365)) { + x_401 = lean_alloc_ctor(0, 5, 0); +} else { + x_401 = x_365; +} +lean_ctor_set(x_401, 0, x_360); +lean_ctor_set(x_401, 1, x_361); +lean_ctor_set(x_401, 2, x_362); +lean_ctor_set(x_401, 3, x_363); +lean_ctor_set(x_401, 4, x_364); +lean_inc(x_9); +x_402 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_402, 0, x_400); +lean_ctor_set(x_402, 1, x_7); +lean_ctor_set(x_402, 2, x_8); +lean_ctor_set(x_402, 3, x_9); +lean_ctor_set(x_402, 4, x_401); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + lean_ctor_release(x_9, 2); + lean_ctor_release(x_9, 3); + lean_ctor_release(x_9, 4); + x_403 = x_9; +} else { + lean_dec_ref(x_9); + x_403 = lean_box(0); +} +if (lean_is_scalar(x_403)) { + x_404 = lean_alloc_ctor(0, 5, 0); +} else { + x_404 = x_403; +} +lean_ctor_set(x_404, 0, x_399); +lean_ctor_set(x_404, 1, x_349); +lean_ctor_set(x_404, 2, x_350); +lean_ctor_set(x_404, 3, x_402); +lean_ctor_set(x_404, 4, x_352); +return x_404; +} +} +} +} +else +{ +lean_object* x_405; +x_405 = lean_ctor_get(x_236, 3); +lean_inc(x_405); +if (lean_obj_tag(x_405) == 0) +{ +uint8_t x_406; +x_406 = !lean_is_exclusive(x_236); +if (x_406 == 0) +{ +lean_object* x_407; lean_object* x_408; lean_object* x_409; uint8_t x_410; +x_407 = lean_ctor_get(x_236, 4); +lean_dec(x_407); +x_408 = lean_ctor_get(x_236, 3); +lean_dec(x_408); +x_409 = lean_ctor_get(x_236, 0); +lean_dec(x_409); +x_410 = !lean_is_exclusive(x_405); +if (x_410 == 0) +{ +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; +x_411 = lean_ctor_get(x_405, 1); +x_412 = lean_ctor_get(x_405, 2); +x_413 = lean_ctor_get(x_405, 4); +lean_dec(x_413); +x_414 = lean_ctor_get(x_405, 3); +lean_dec(x_414); +x_415 = lean_ctor_get(x_405, 0); +lean_dec(x_415); +x_416 = lean_box(1); +x_417 = lean_unsigned_to_nat(1u); +lean_ctor_set(x_405, 4, x_416); +lean_ctor_set(x_405, 3, x_416); +lean_ctor_set(x_405, 2, x_8); +lean_ctor_set(x_405, 1, x_7); +lean_ctor_set(x_405, 0, x_417); +lean_ctor_set(x_236, 4, x_416); +lean_ctor_set(x_236, 3, x_416); +lean_ctor_set(x_236, 0, x_417); +x_418 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_236); +lean_ctor_set(x_3, 3, x_405); +lean_ctor_set(x_3, 2, x_412); +lean_ctor_set(x_3, 1, x_411); +lean_ctor_set(x_3, 0, x_418); +return x_3; +} +else +{ +lean_object* x_419; lean_object* x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; lean_object* x_424; +x_419 = lean_ctor_get(x_405, 1); +x_420 = lean_ctor_get(x_405, 2); +lean_inc(x_420); +lean_inc(x_419); +lean_dec(x_405); +x_421 = lean_box(1); +x_422 = lean_unsigned_to_nat(1u); +x_423 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_423, 0, x_422); +lean_ctor_set(x_423, 1, x_7); +lean_ctor_set(x_423, 2, x_8); +lean_ctor_set(x_423, 3, x_421); +lean_ctor_set(x_423, 4, x_421); +lean_ctor_set(x_236, 4, x_421); +lean_ctor_set(x_236, 3, x_421); +lean_ctor_set(x_236, 0, x_422); +x_424 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_236); +lean_ctor_set(x_3, 3, x_423); +lean_ctor_set(x_3, 2, x_420); +lean_ctor_set(x_3, 1, x_419); +lean_ctor_set(x_3, 0, x_424); +return x_3; +} +} +else +{ +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; +x_425 = lean_ctor_get(x_236, 1); +x_426 = lean_ctor_get(x_236, 2); +lean_inc(x_426); +lean_inc(x_425); +lean_dec(x_236); +x_427 = lean_ctor_get(x_405, 1); +lean_inc(x_427); +x_428 = lean_ctor_get(x_405, 2); +lean_inc(x_428); +if (lean_is_exclusive(x_405)) { + lean_ctor_release(x_405, 0); + lean_ctor_release(x_405, 1); + lean_ctor_release(x_405, 2); + lean_ctor_release(x_405, 3); + lean_ctor_release(x_405, 4); + x_429 = x_405; +} else { + lean_dec_ref(x_405); + x_429 = lean_box(0); +} +x_430 = lean_box(1); +x_431 = lean_unsigned_to_nat(1u); +if (lean_is_scalar(x_429)) { + x_432 = lean_alloc_ctor(0, 5, 0); +} else { + x_432 = x_429; +} +lean_ctor_set(x_432, 0, x_431); +lean_ctor_set(x_432, 1, x_7); +lean_ctor_set(x_432, 2, x_8); +lean_ctor_set(x_432, 3, x_430); +lean_ctor_set(x_432, 4, x_430); +x_433 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_433, 0, x_431); +lean_ctor_set(x_433, 1, x_425); +lean_ctor_set(x_433, 2, x_426); +lean_ctor_set(x_433, 3, x_430); +lean_ctor_set(x_433, 4, x_430); +x_434 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_433); +lean_ctor_set(x_3, 3, x_432); +lean_ctor_set(x_3, 2, x_428); +lean_ctor_set(x_3, 1, x_427); +lean_ctor_set(x_3, 0, x_434); +return x_3; +} +} +else +{ +lean_object* x_435; +x_435 = lean_ctor_get(x_236, 4); +lean_inc(x_435); +if (lean_obj_tag(x_435) == 0) +{ +uint8_t x_436; +x_436 = !lean_is_exclusive(x_236); +if (x_436 == 0) +{ +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; +x_437 = lean_ctor_get(x_236, 1); +x_438 = lean_ctor_get(x_236, 2); +x_439 = lean_ctor_get(x_236, 4); +lean_dec(x_439); +x_440 = lean_ctor_get(x_236, 3); +lean_dec(x_440); +x_441 = lean_ctor_get(x_236, 0); +lean_dec(x_441); +x_442 = lean_box(1); +x_443 = lean_unsigned_to_nat(1u); +lean_ctor_set(x_236, 4, x_442); +lean_ctor_set(x_236, 3, x_442); +lean_ctor_set(x_236, 2, x_8); +lean_ctor_set(x_236, 1, x_7); +lean_ctor_set(x_236, 0, x_443); +x_444 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_435); +lean_ctor_set(x_3, 3, x_236); +lean_ctor_set(x_3, 2, x_438); +lean_ctor_set(x_3, 1, x_437); +lean_ctor_set(x_3, 0, x_444); +return x_3; +} +else +{ +lean_object* x_445; lean_object* x_446; lean_object* x_447; lean_object* x_448; lean_object* x_449; lean_object* x_450; +x_445 = lean_ctor_get(x_236, 1); +x_446 = lean_ctor_get(x_236, 2); +lean_inc(x_446); +lean_inc(x_445); +lean_dec(x_236); +x_447 = lean_box(1); +x_448 = lean_unsigned_to_nat(1u); +x_449 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_449, 0, x_448); +lean_ctor_set(x_449, 1, x_7); +lean_ctor_set(x_449, 2, x_8); +lean_ctor_set(x_449, 3, x_447); +lean_ctor_set(x_449, 4, x_447); +x_450 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_435); +lean_ctor_set(x_3, 3, x_449); +lean_ctor_set(x_3, 2, x_446); +lean_ctor_set(x_3, 1, x_445); +lean_ctor_set(x_3, 0, x_450); +return x_3; +} +} +else +{ +lean_object* x_451; lean_object* x_452; +x_451 = lean_box(1); +x_452 = lean_unsigned_to_nat(2u); +lean_ctor_set(x_3, 4, x_236); +lean_ctor_set(x_3, 3, x_451); +lean_ctor_set(x_3, 0, x_452); +return x_3; +} +} +} +} +} +} +else +{ +lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; uint8_t x_458; +x_453 = lean_ctor_get(x_3, 0); +x_454 = lean_ctor_get(x_3, 1); +x_455 = lean_ctor_get(x_3, 2); +x_456 = lean_ctor_get(x_3, 3); +x_457 = lean_ctor_get(x_3, 4); +lean_inc(x_457); +lean_inc(x_456); +lean_inc(x_455); +lean_inc(x_454); +lean_inc(x_453); +lean_dec(x_3); +x_458 = l_Lean_Name_quickCmp(x_1, x_454); +switch (x_458) { +case 0: +{ +lean_object* x_459; +lean_dec(x_453); +x_459 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_DirectImports_convertImportInfos___spec__11(x_1, x_2, x_456, lean_box(0)); +if (lean_obj_tag(x_457) == 0) +{ +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; uint8_t x_469; +x_460 = lean_ctor_get(x_457, 0); +lean_inc(x_460); +x_461 = lean_ctor_get(x_459, 0); +lean_inc(x_461); +x_462 = lean_ctor_get(x_459, 1); +lean_inc(x_462); +x_463 = lean_ctor_get(x_459, 2); +lean_inc(x_463); +x_464 = lean_ctor_get(x_459, 3); +lean_inc(x_464); +x_465 = lean_ctor_get(x_459, 4); +lean_inc(x_465); +if (lean_is_exclusive(x_459)) { + lean_ctor_release(x_459, 0); + lean_ctor_release(x_459, 1); + lean_ctor_release(x_459, 2); + lean_ctor_release(x_459, 3); + lean_ctor_release(x_459, 4); + x_466 = x_459; +} else { + lean_dec_ref(x_459); + x_466 = lean_box(0); +} +x_467 = lean_unsigned_to_nat(3u); +x_468 = lean_nat_mul(x_467, x_460); +x_469 = lean_nat_dec_lt(x_468, x_461); +lean_dec(x_468); +if (x_469 == 0) +{ +lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; +x_470 = lean_unsigned_to_nat(1u); +x_471 = lean_nat_add(x_470, x_461); +x_472 = lean_nat_add(x_471, x_460); +lean_dec(x_460); +lean_dec(x_471); +if (lean_is_scalar(x_466)) { + x_473 = lean_alloc_ctor(0, 5, 0); +} else { + x_473 = x_466; +} +lean_ctor_set(x_473, 0, x_461); +lean_ctor_set(x_473, 1, x_462); +lean_ctor_set(x_473, 2, x_463); +lean_ctor_set(x_473, 3, x_464); +lean_ctor_set(x_473, 4, x_465); +x_474 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_474, 0, x_472); +lean_ctor_set(x_474, 1, x_454); +lean_ctor_set(x_474, 2, x_455); +lean_ctor_set(x_474, 3, x_473); +lean_ctor_set(x_474, 4, x_457); +return x_474; +} +else +{ +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; uint8_t x_484; +x_475 = lean_ctor_get(x_464, 0); +lean_inc(x_475); +x_476 = lean_ctor_get(x_465, 0); +lean_inc(x_476); +x_477 = lean_ctor_get(x_465, 1); +lean_inc(x_477); +x_478 = lean_ctor_get(x_465, 2); +lean_inc(x_478); +x_479 = lean_ctor_get(x_465, 3); +lean_inc(x_479); +x_480 = lean_ctor_get(x_465, 4); +lean_inc(x_480); +if (lean_is_exclusive(x_465)) { + lean_ctor_release(x_465, 0); + lean_ctor_release(x_465, 1); + lean_ctor_release(x_465, 2); + lean_ctor_release(x_465, 3); + lean_ctor_release(x_465, 4); + x_481 = x_465; +} else { + lean_dec_ref(x_465); + x_481 = lean_box(0); +} +x_482 = lean_unsigned_to_nat(2u); +x_483 = lean_nat_mul(x_482, x_475); +x_484 = lean_nat_dec_lt(x_476, x_483); +lean_dec(x_483); +if (x_484 == 0) +{ +lean_object* x_485; lean_object* x_486; lean_object* x_487; lean_object* x_488; lean_object* x_489; +lean_dec(x_476); +x_485 = lean_unsigned_to_nat(1u); +x_486 = lean_nat_add(x_485, x_461); +lean_dec(x_461); +x_487 = lean_nat_add(x_486, x_460); +lean_dec(x_486); +x_488 = lean_nat_add(x_485, x_475); +lean_dec(x_475); +x_489 = lean_nat_add(x_485, x_460); +lean_dec(x_460); +if (lean_obj_tag(x_479) == 0) +{ +lean_object* x_490; lean_object* x_491; lean_object* x_492; lean_object* x_493; +x_490 = lean_ctor_get(x_479, 0); +lean_inc(x_490); +x_491 = lean_nat_add(x_488, x_490); +lean_dec(x_490); +lean_dec(x_488); +lean_inc(x_464); +if (lean_is_scalar(x_481)) { + x_492 = lean_alloc_ctor(0, 5, 0); +} else { + x_492 = x_481; +} +lean_ctor_set(x_492, 0, x_491); +lean_ctor_set(x_492, 1, x_462); +lean_ctor_set(x_492, 2, x_463); +lean_ctor_set(x_492, 3, x_464); +lean_ctor_set(x_492, 4, x_479); +if (lean_is_exclusive(x_464)) { + lean_ctor_release(x_464, 0); + lean_ctor_release(x_464, 1); + lean_ctor_release(x_464, 2); + lean_ctor_release(x_464, 3); + lean_ctor_release(x_464, 4); + x_493 = x_464; +} else { + lean_dec_ref(x_464); + x_493 = lean_box(0); +} +if (lean_obj_tag(x_480) == 0) +{ +lean_object* x_494; lean_object* x_495; lean_object* x_496; lean_object* x_497; +x_494 = lean_ctor_get(x_480, 0); +lean_inc(x_494); +x_495 = lean_nat_add(x_489, x_494); +lean_dec(x_494); +lean_dec(x_489); +if (lean_is_scalar(x_493)) { + x_496 = lean_alloc_ctor(0, 5, 0); +} else { + x_496 = x_493; +} +lean_ctor_set(x_496, 0, x_495); +lean_ctor_set(x_496, 1, x_454); +lean_ctor_set(x_496, 2, x_455); +lean_ctor_set(x_496, 3, x_480); +lean_ctor_set(x_496, 4, x_457); +if (lean_is_scalar(x_466)) { + x_497 = lean_alloc_ctor(0, 5, 0); +} else { + x_497 = x_466; +} +lean_ctor_set(x_497, 0, x_487); +lean_ctor_set(x_497, 1, x_477); +lean_ctor_set(x_497, 2, x_478); +lean_ctor_set(x_497, 3, x_492); +lean_ctor_set(x_497, 4, x_496); +return x_497; +} +else +{ +lean_object* x_498; lean_object* x_499; lean_object* x_500; lean_object* x_501; +x_498 = lean_unsigned_to_nat(0u); +x_499 = lean_nat_add(x_489, x_498); +lean_dec(x_489); +if (lean_is_scalar(x_493)) { + x_500 = lean_alloc_ctor(0, 5, 0); +} else { + x_500 = x_493; +} +lean_ctor_set(x_500, 0, x_499); +lean_ctor_set(x_500, 1, x_454); +lean_ctor_set(x_500, 2, x_455); +lean_ctor_set(x_500, 3, x_480); +lean_ctor_set(x_500, 4, x_457); +if (lean_is_scalar(x_466)) { + x_501 = lean_alloc_ctor(0, 5, 0); +} else { + x_501 = x_466; +} +lean_ctor_set(x_501, 0, x_487); +lean_ctor_set(x_501, 1, x_477); +lean_ctor_set(x_501, 2, x_478); +lean_ctor_set(x_501, 3, x_492); +lean_ctor_set(x_501, 4, x_500); +return x_501; +} +} +else +{ +lean_object* x_502; lean_object* x_503; lean_object* x_504; lean_object* x_505; +x_502 = lean_unsigned_to_nat(0u); +x_503 = lean_nat_add(x_488, x_502); +lean_dec(x_488); +lean_inc(x_464); +if (lean_is_scalar(x_481)) { + x_504 = lean_alloc_ctor(0, 5, 0); +} else { + x_504 = x_481; +} +lean_ctor_set(x_504, 0, x_503); +lean_ctor_set(x_504, 1, x_462); +lean_ctor_set(x_504, 2, x_463); +lean_ctor_set(x_504, 3, x_464); +lean_ctor_set(x_504, 4, x_479); +if (lean_is_exclusive(x_464)) { + lean_ctor_release(x_464, 0); + lean_ctor_release(x_464, 1); + lean_ctor_release(x_464, 2); + lean_ctor_release(x_464, 3); + lean_ctor_release(x_464, 4); + x_505 = x_464; +} else { + lean_dec_ref(x_464); + x_505 = lean_box(0); +} +if (lean_obj_tag(x_480) == 0) +{ +lean_object* x_506; lean_object* x_507; lean_object* x_508; lean_object* x_509; +x_506 = lean_ctor_get(x_480, 0); +lean_inc(x_506); +x_507 = lean_nat_add(x_489, x_506); +lean_dec(x_506); +lean_dec(x_489); +if (lean_is_scalar(x_505)) { + x_508 = lean_alloc_ctor(0, 5, 0); +} else { + x_508 = x_505; +} +lean_ctor_set(x_508, 0, x_507); +lean_ctor_set(x_508, 1, x_454); +lean_ctor_set(x_508, 2, x_455); +lean_ctor_set(x_508, 3, x_480); +lean_ctor_set(x_508, 4, x_457); +if (lean_is_scalar(x_466)) { + x_509 = lean_alloc_ctor(0, 5, 0); +} else { + x_509 = x_466; +} +lean_ctor_set(x_509, 0, x_487); +lean_ctor_set(x_509, 1, x_477); +lean_ctor_set(x_509, 2, x_478); +lean_ctor_set(x_509, 3, x_504); +lean_ctor_set(x_509, 4, x_508); +return x_509; +} +else +{ +lean_object* x_510; lean_object* x_511; lean_object* x_512; +x_510 = lean_nat_add(x_489, x_502); +lean_dec(x_489); +if (lean_is_scalar(x_505)) { + x_511 = lean_alloc_ctor(0, 5, 0); +} else { + x_511 = x_505; +} +lean_ctor_set(x_511, 0, x_510); +lean_ctor_set(x_511, 1, x_454); +lean_ctor_set(x_511, 2, x_455); +lean_ctor_set(x_511, 3, x_480); +lean_ctor_set(x_511, 4, x_457); +if (lean_is_scalar(x_466)) { + x_512 = lean_alloc_ctor(0, 5, 0); +} else { + x_512 = x_466; +} +lean_ctor_set(x_512, 0, x_487); +lean_ctor_set(x_512, 1, x_477); +lean_ctor_set(x_512, 2, x_478); +lean_ctor_set(x_512, 3, x_504); +lean_ctor_set(x_512, 4, x_511); +return x_512; +} +} +} +else +{ +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_dec(x_475); +x_513 = lean_unsigned_to_nat(1u); +x_514 = lean_nat_add(x_513, x_461); +lean_dec(x_461); +x_515 = lean_nat_add(x_514, x_460); +lean_dec(x_514); +x_516 = lean_nat_add(x_513, x_460); +lean_dec(x_460); +x_517 = lean_nat_add(x_516, x_476); +lean_dec(x_516); +if (lean_is_scalar(x_481)) { + x_518 = lean_alloc_ctor(0, 5, 0); +} else { + x_518 = x_481; +} +lean_ctor_set(x_518, 0, x_476); +lean_ctor_set(x_518, 1, x_477); +lean_ctor_set(x_518, 2, x_478); +lean_ctor_set(x_518, 3, x_479); +lean_ctor_set(x_518, 4, x_480); +lean_inc(x_457); +if (lean_is_scalar(x_466)) { + x_519 = lean_alloc_ctor(0, 5, 0); +} else { + x_519 = x_466; +} +lean_ctor_set(x_519, 0, x_517); +lean_ctor_set(x_519, 1, x_454); +lean_ctor_set(x_519, 2, x_455); +lean_ctor_set(x_519, 3, x_518); +lean_ctor_set(x_519, 4, x_457); +if (lean_is_exclusive(x_457)) { + lean_ctor_release(x_457, 0); + lean_ctor_release(x_457, 1); + lean_ctor_release(x_457, 2); + lean_ctor_release(x_457, 3); + lean_ctor_release(x_457, 4); + x_520 = x_457; +} else { + lean_dec_ref(x_457); + x_520 = lean_box(0); +} +if (lean_is_scalar(x_520)) { + x_521 = lean_alloc_ctor(0, 5, 0); +} else { + x_521 = x_520; +} +lean_ctor_set(x_521, 0, x_515); +lean_ctor_set(x_521, 1, x_462); +lean_ctor_set(x_521, 2, x_463); +lean_ctor_set(x_521, 3, x_464); +lean_ctor_set(x_521, 4, x_519); +return x_521; +} +} +} +else +{ +lean_object* x_522; +x_522 = lean_ctor_get(x_459, 3); +lean_inc(x_522); +if (lean_obj_tag(x_522) == 0) +{ +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; +x_523 = lean_ctor_get(x_459, 1); +lean_inc(x_523); +x_524 = lean_ctor_get(x_459, 2); +lean_inc(x_524); +if (lean_is_exclusive(x_459)) { + lean_ctor_release(x_459, 0); + lean_ctor_release(x_459, 1); + lean_ctor_release(x_459, 2); + lean_ctor_release(x_459, 3); + lean_ctor_release(x_459, 4); + x_525 = x_459; +} else { + lean_dec_ref(x_459); + x_525 = lean_box(0); +} +x_526 = lean_box(1); +x_527 = lean_unsigned_to_nat(1u); +if (lean_is_scalar(x_525)) { + x_528 = lean_alloc_ctor(0, 5, 0); +} else { + x_528 = x_525; +} +lean_ctor_set(x_528, 0, x_527); +lean_ctor_set(x_528, 1, x_454); +lean_ctor_set(x_528, 2, x_455); +lean_ctor_set(x_528, 3, x_526); +lean_ctor_set(x_528, 4, x_526); +x_529 = lean_unsigned_to_nat(3u); +x_530 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_530, 0, x_529); +lean_ctor_set(x_530, 1, x_523); +lean_ctor_set(x_530, 2, x_524); +lean_ctor_set(x_530, 3, x_522); +lean_ctor_set(x_530, 4, x_528); +return x_530; +} +else +{ +lean_object* x_531; +x_531 = lean_ctor_get(x_459, 4); +lean_inc(x_531); +if (lean_obj_tag(x_531) == 0) +{ +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; +x_532 = lean_ctor_get(x_459, 1); +lean_inc(x_532); +x_533 = lean_ctor_get(x_459, 2); +lean_inc(x_533); +if (lean_is_exclusive(x_459)) { + lean_ctor_release(x_459, 0); + lean_ctor_release(x_459, 1); + lean_ctor_release(x_459, 2); + lean_ctor_release(x_459, 3); + lean_ctor_release(x_459, 4); + x_534 = x_459; +} else { + lean_dec_ref(x_459); + x_534 = lean_box(0); +} +x_535 = lean_ctor_get(x_531, 1); +lean_inc(x_535); +x_536 = lean_ctor_get(x_531, 2); +lean_inc(x_536); +if (lean_is_exclusive(x_531)) { + lean_ctor_release(x_531, 0); + lean_ctor_release(x_531, 1); + lean_ctor_release(x_531, 2); + lean_ctor_release(x_531, 3); + lean_ctor_release(x_531, 4); + x_537 = x_531; +} else { + lean_dec_ref(x_531); + x_537 = lean_box(0); +} +x_538 = lean_box(1); +x_539 = lean_unsigned_to_nat(1u); +if (lean_is_scalar(x_537)) { + x_540 = lean_alloc_ctor(0, 5, 0); +} else { + x_540 = x_537; +} +lean_ctor_set(x_540, 0, x_539); +lean_ctor_set(x_540, 1, x_532); +lean_ctor_set(x_540, 2, x_533); +lean_ctor_set(x_540, 3, x_538); +lean_ctor_set(x_540, 4, x_538); +if (lean_is_scalar(x_534)) { + x_541 = lean_alloc_ctor(0, 5, 0); +} else { + x_541 = x_534; +} +lean_ctor_set(x_541, 0, x_539); +lean_ctor_set(x_541, 1, x_454); +lean_ctor_set(x_541, 2, x_455); +lean_ctor_set(x_541, 3, x_538); +lean_ctor_set(x_541, 4, x_538); +x_542 = lean_unsigned_to_nat(3u); +x_543 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_543, 0, x_542); +lean_ctor_set(x_543, 1, x_535); +lean_ctor_set(x_543, 2, x_536); +lean_ctor_set(x_543, 3, x_540); +lean_ctor_set(x_543, 4, x_541); +return x_543; +} +else +{ +lean_object* x_544; lean_object* x_545; lean_object* x_546; +x_544 = lean_box(1); +x_545 = lean_unsigned_to_nat(2u); +x_546 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_546, 0, x_545); +lean_ctor_set(x_546, 1, x_454); +lean_ctor_set(x_546, 2, x_455); +lean_ctor_set(x_546, 3, x_459); +lean_ctor_set(x_546, 4, x_544); +return x_546; +} +} +} +} +case 1: +{ +lean_object* x_547; +lean_dec(x_455); +lean_dec(x_454); +x_547 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_547, 0, x_453); +lean_ctor_set(x_547, 1, x_1); +lean_ctor_set(x_547, 2, x_2); +lean_ctor_set(x_547, 3, x_456); +lean_ctor_set(x_547, 4, x_457); +return x_547; +} +default: +{ +lean_object* x_548; +lean_dec(x_453); +x_548 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_DirectImports_convertImportInfos___spec__11(x_1, x_2, x_457, lean_box(0)); +if (lean_obj_tag(x_456) == 0) +{ +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; uint8_t x_558; +x_549 = lean_ctor_get(x_456, 0); +lean_inc(x_549); +x_550 = lean_ctor_get(x_548, 0); +lean_inc(x_550); +x_551 = lean_ctor_get(x_548, 1); +lean_inc(x_551); +x_552 = lean_ctor_get(x_548, 2); +lean_inc(x_552); +x_553 = lean_ctor_get(x_548, 3); +lean_inc(x_553); +x_554 = lean_ctor_get(x_548, 4); +lean_inc(x_554); +if (lean_is_exclusive(x_548)) { + lean_ctor_release(x_548, 0); + lean_ctor_release(x_548, 1); + lean_ctor_release(x_548, 2); + lean_ctor_release(x_548, 3); + lean_ctor_release(x_548, 4); + x_555 = x_548; +} else { + lean_dec_ref(x_548); + x_555 = lean_box(0); +} +x_556 = lean_unsigned_to_nat(3u); +x_557 = lean_nat_mul(x_556, x_549); +x_558 = lean_nat_dec_lt(x_557, x_550); +lean_dec(x_557); +if (x_558 == 0) +{ +lean_object* x_559; lean_object* x_560; lean_object* x_561; lean_object* x_562; lean_object* x_563; +x_559 = lean_unsigned_to_nat(1u); +x_560 = lean_nat_add(x_559, x_549); +lean_dec(x_549); +x_561 = lean_nat_add(x_560, x_550); +lean_dec(x_560); +if (lean_is_scalar(x_555)) { + x_562 = lean_alloc_ctor(0, 5, 0); +} else { + x_562 = x_555; +} +lean_ctor_set(x_562, 0, x_550); +lean_ctor_set(x_562, 1, x_551); +lean_ctor_set(x_562, 2, x_552); +lean_ctor_set(x_562, 3, x_553); +lean_ctor_set(x_562, 4, x_554); +x_563 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_563, 0, x_561); +lean_ctor_set(x_563, 1, x_454); +lean_ctor_set(x_563, 2, x_455); +lean_ctor_set(x_563, 3, x_456); +lean_ctor_set(x_563, 4, x_562); +return x_563; +} +else +{ +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; uint8_t x_573; +x_564 = lean_ctor_get(x_553, 0); +lean_inc(x_564); +x_565 = lean_ctor_get(x_553, 1); +lean_inc(x_565); +x_566 = lean_ctor_get(x_553, 2); +lean_inc(x_566); +x_567 = lean_ctor_get(x_553, 3); +lean_inc(x_567); +x_568 = lean_ctor_get(x_553, 4); +lean_inc(x_568); +if (lean_is_exclusive(x_553)) { + lean_ctor_release(x_553, 0); + lean_ctor_release(x_553, 1); + lean_ctor_release(x_553, 2); + lean_ctor_release(x_553, 3); + lean_ctor_release(x_553, 4); + x_569 = x_553; +} else { + lean_dec_ref(x_553); + x_569 = lean_box(0); +} +x_570 = lean_ctor_get(x_554, 0); +lean_inc(x_570); +x_571 = lean_unsigned_to_nat(2u); +x_572 = lean_nat_mul(x_571, x_570); +x_573 = lean_nat_dec_lt(x_564, x_572); +lean_dec(x_572); +if (x_573 == 0) +{ +lean_object* x_574; lean_object* x_575; lean_object* x_576; lean_object* x_577; +lean_dec(x_564); +x_574 = lean_unsigned_to_nat(1u); +x_575 = lean_nat_add(x_574, x_549); +lean_dec(x_549); +x_576 = lean_nat_add(x_575, x_550); +lean_dec(x_550); +x_577 = lean_nat_add(x_574, x_570); +lean_dec(x_570); +if (lean_obj_tag(x_567) == 0) +{ +lean_object* x_578; lean_object* x_579; lean_object* x_580; lean_object* x_581; +x_578 = lean_ctor_get(x_567, 0); +lean_inc(x_578); +x_579 = lean_nat_add(x_575, x_578); +lean_dec(x_578); +lean_dec(x_575); +lean_inc(x_456); +if (lean_is_scalar(x_569)) { + x_580 = lean_alloc_ctor(0, 5, 0); +} else { + x_580 = x_569; +} +lean_ctor_set(x_580, 0, x_579); +lean_ctor_set(x_580, 1, x_454); +lean_ctor_set(x_580, 2, x_455); +lean_ctor_set(x_580, 3, x_456); +lean_ctor_set(x_580, 4, x_567); +if (lean_is_exclusive(x_456)) { + lean_ctor_release(x_456, 0); + lean_ctor_release(x_456, 1); + lean_ctor_release(x_456, 2); + lean_ctor_release(x_456, 3); + lean_ctor_release(x_456, 4); + x_581 = x_456; +} else { + lean_dec_ref(x_456); + x_581 = lean_box(0); +} +if (lean_obj_tag(x_568) == 0) +{ +lean_object* x_582; lean_object* x_583; lean_object* x_584; lean_object* x_585; +x_582 = lean_ctor_get(x_568, 0); +lean_inc(x_582); +x_583 = lean_nat_add(x_577, x_582); +lean_dec(x_582); +lean_dec(x_577); +if (lean_is_scalar(x_555)) { + x_584 = lean_alloc_ctor(0, 5, 0); +} else { + x_584 = x_555; +} +lean_ctor_set(x_584, 0, x_583); +lean_ctor_set(x_584, 1, x_551); +lean_ctor_set(x_584, 2, x_552); +lean_ctor_set(x_584, 3, x_568); +lean_ctor_set(x_584, 4, x_554); +if (lean_is_scalar(x_581)) { + x_585 = lean_alloc_ctor(0, 5, 0); +} else { + x_585 = x_581; +} +lean_ctor_set(x_585, 0, x_576); +lean_ctor_set(x_585, 1, x_565); +lean_ctor_set(x_585, 2, x_566); +lean_ctor_set(x_585, 3, x_580); +lean_ctor_set(x_585, 4, x_584); +return x_585; +} +else +{ +lean_object* x_586; lean_object* x_587; lean_object* x_588; lean_object* x_589; +x_586 = lean_unsigned_to_nat(0u); +x_587 = lean_nat_add(x_577, x_586); +lean_dec(x_577); +if (lean_is_scalar(x_555)) { + x_588 = lean_alloc_ctor(0, 5, 0); +} else { + x_588 = x_555; +} +lean_ctor_set(x_588, 0, x_587); +lean_ctor_set(x_588, 1, x_551); +lean_ctor_set(x_588, 2, x_552); +lean_ctor_set(x_588, 3, x_568); +lean_ctor_set(x_588, 4, x_554); +if (lean_is_scalar(x_581)) { + x_589 = lean_alloc_ctor(0, 5, 0); +} else { + x_589 = x_581; +} +lean_ctor_set(x_589, 0, x_576); +lean_ctor_set(x_589, 1, x_565); +lean_ctor_set(x_589, 2, x_566); +lean_ctor_set(x_589, 3, x_580); +lean_ctor_set(x_589, 4, x_588); +return x_589; +} +} +else +{ +lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; +x_590 = lean_unsigned_to_nat(0u); +x_591 = lean_nat_add(x_575, x_590); +lean_dec(x_575); +lean_inc(x_456); +if (lean_is_scalar(x_569)) { + x_592 = lean_alloc_ctor(0, 5, 0); +} else { + x_592 = x_569; +} +lean_ctor_set(x_592, 0, x_591); +lean_ctor_set(x_592, 1, x_454); +lean_ctor_set(x_592, 2, x_455); +lean_ctor_set(x_592, 3, x_456); +lean_ctor_set(x_592, 4, x_567); +if (lean_is_exclusive(x_456)) { + lean_ctor_release(x_456, 0); + lean_ctor_release(x_456, 1); + lean_ctor_release(x_456, 2); + lean_ctor_release(x_456, 3); + lean_ctor_release(x_456, 4); + x_593 = x_456; +} else { + lean_dec_ref(x_456); + x_593 = lean_box(0); +} +if (lean_obj_tag(x_568) == 0) +{ +lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; +x_594 = lean_ctor_get(x_568, 0); +lean_inc(x_594); +x_595 = lean_nat_add(x_577, x_594); +lean_dec(x_594); +lean_dec(x_577); +if (lean_is_scalar(x_555)) { + x_596 = lean_alloc_ctor(0, 5, 0); +} else { + x_596 = x_555; +} +lean_ctor_set(x_596, 0, x_595); +lean_ctor_set(x_596, 1, x_551); +lean_ctor_set(x_596, 2, x_552); +lean_ctor_set(x_596, 3, x_568); +lean_ctor_set(x_596, 4, x_554); +if (lean_is_scalar(x_593)) { + x_597 = lean_alloc_ctor(0, 5, 0); +} else { + x_597 = x_593; +} +lean_ctor_set(x_597, 0, x_576); +lean_ctor_set(x_597, 1, x_565); +lean_ctor_set(x_597, 2, x_566); +lean_ctor_set(x_597, 3, x_592); +lean_ctor_set(x_597, 4, x_596); +return x_597; +} +else +{ +lean_object* x_598; lean_object* x_599; lean_object* x_600; +x_598 = lean_nat_add(x_577, x_590); +lean_dec(x_577); +if (lean_is_scalar(x_555)) { + x_599 = lean_alloc_ctor(0, 5, 0); +} else { + x_599 = x_555; +} +lean_ctor_set(x_599, 0, x_598); +lean_ctor_set(x_599, 1, x_551); +lean_ctor_set(x_599, 2, x_552); +lean_ctor_set(x_599, 3, x_568); +lean_ctor_set(x_599, 4, x_554); +if (lean_is_scalar(x_593)) { + x_600 = lean_alloc_ctor(0, 5, 0); +} else { + x_600 = x_593; +} +lean_ctor_set(x_600, 0, x_576); +lean_ctor_set(x_600, 1, x_565); +lean_ctor_set(x_600, 2, x_566); +lean_ctor_set(x_600, 3, x_592); +lean_ctor_set(x_600, 4, x_599); +return x_600; +} +} +} +else +{ +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_dec(x_570); +x_601 = lean_unsigned_to_nat(1u); +x_602 = lean_nat_add(x_601, x_549); +lean_dec(x_549); +x_603 = lean_nat_add(x_602, x_550); +lean_dec(x_550); +x_604 = lean_nat_add(x_602, x_564); +lean_dec(x_602); +if (lean_is_scalar(x_569)) { + x_605 = lean_alloc_ctor(0, 5, 0); +} else { + x_605 = x_569; +} +lean_ctor_set(x_605, 0, x_564); +lean_ctor_set(x_605, 1, x_565); +lean_ctor_set(x_605, 2, x_566); +lean_ctor_set(x_605, 3, x_567); +lean_ctor_set(x_605, 4, x_568); +lean_inc(x_456); +if (lean_is_scalar(x_555)) { + x_606 = lean_alloc_ctor(0, 5, 0); +} else { + x_606 = x_555; +} +lean_ctor_set(x_606, 0, x_604); +lean_ctor_set(x_606, 1, x_454); +lean_ctor_set(x_606, 2, x_455); +lean_ctor_set(x_606, 3, x_456); +lean_ctor_set(x_606, 4, x_605); +if (lean_is_exclusive(x_456)) { + lean_ctor_release(x_456, 0); + lean_ctor_release(x_456, 1); + lean_ctor_release(x_456, 2); + lean_ctor_release(x_456, 3); + lean_ctor_release(x_456, 4); + x_607 = x_456; +} else { + lean_dec_ref(x_456); + x_607 = lean_box(0); +} +if (lean_is_scalar(x_607)) { + x_608 = lean_alloc_ctor(0, 5, 0); +} else { + x_608 = x_607; +} +lean_ctor_set(x_608, 0, x_603); +lean_ctor_set(x_608, 1, x_551); +lean_ctor_set(x_608, 2, x_552); +lean_ctor_set(x_608, 3, x_606); +lean_ctor_set(x_608, 4, x_554); +return x_608; +} +} +} +else +{ +lean_object* x_609; +x_609 = lean_ctor_get(x_548, 3); +lean_inc(x_609); +if (lean_obj_tag(x_609) == 0) +{ +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; +x_610 = lean_ctor_get(x_548, 1); +lean_inc(x_610); +x_611 = lean_ctor_get(x_548, 2); +lean_inc(x_611); +if (lean_is_exclusive(x_548)) { + lean_ctor_release(x_548, 0); + lean_ctor_release(x_548, 1); + lean_ctor_release(x_548, 2); + lean_ctor_release(x_548, 3); + lean_ctor_release(x_548, 4); + x_612 = x_548; +} else { + lean_dec_ref(x_548); + x_612 = lean_box(0); +} +x_613 = lean_ctor_get(x_609, 1); +lean_inc(x_613); +x_614 = lean_ctor_get(x_609, 2); +lean_inc(x_614); +if (lean_is_exclusive(x_609)) { + lean_ctor_release(x_609, 0); + lean_ctor_release(x_609, 1); + lean_ctor_release(x_609, 2); + lean_ctor_release(x_609, 3); + lean_ctor_release(x_609, 4); + x_615 = x_609; +} else { + lean_dec_ref(x_609); + x_615 = lean_box(0); +} +x_616 = lean_box(1); +x_617 = lean_unsigned_to_nat(1u); +if (lean_is_scalar(x_615)) { + x_618 = lean_alloc_ctor(0, 5, 0); +} else { + x_618 = x_615; +} +lean_ctor_set(x_618, 0, x_617); +lean_ctor_set(x_618, 1, x_454); +lean_ctor_set(x_618, 2, x_455); +lean_ctor_set(x_618, 3, x_616); +lean_ctor_set(x_618, 4, x_616); +if (lean_is_scalar(x_612)) { + x_619 = lean_alloc_ctor(0, 5, 0); +} else { + x_619 = x_612; +} +lean_ctor_set(x_619, 0, x_617); +lean_ctor_set(x_619, 1, x_610); +lean_ctor_set(x_619, 2, x_611); +lean_ctor_set(x_619, 3, x_616); +lean_ctor_set(x_619, 4, x_616); +x_620 = lean_unsigned_to_nat(3u); +x_621 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_621, 0, x_620); +lean_ctor_set(x_621, 1, x_613); +lean_ctor_set(x_621, 2, x_614); +lean_ctor_set(x_621, 3, x_618); +lean_ctor_set(x_621, 4, x_619); +return x_621; +} +else +{ +lean_object* x_622; +x_622 = lean_ctor_get(x_548, 4); +lean_inc(x_622); +if (lean_obj_tag(x_622) == 0) +{ +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; +x_623 = lean_ctor_get(x_548, 1); +lean_inc(x_623); +x_624 = lean_ctor_get(x_548, 2); +lean_inc(x_624); +if (lean_is_exclusive(x_548)) { + lean_ctor_release(x_548, 0); + lean_ctor_release(x_548, 1); + lean_ctor_release(x_548, 2); + lean_ctor_release(x_548, 3); + lean_ctor_release(x_548, 4); + x_625 = x_548; +} else { + lean_dec_ref(x_548); + x_625 = lean_box(0); +} +x_626 = lean_box(1); +x_627 = lean_unsigned_to_nat(1u); +if (lean_is_scalar(x_625)) { + x_628 = lean_alloc_ctor(0, 5, 0); +} else { + x_628 = x_625; +} +lean_ctor_set(x_628, 0, x_627); +lean_ctor_set(x_628, 1, x_454); +lean_ctor_set(x_628, 2, x_455); +lean_ctor_set(x_628, 3, x_626); +lean_ctor_set(x_628, 4, x_626); +x_629 = lean_unsigned_to_nat(3u); +x_630 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_630, 0, x_629); +lean_ctor_set(x_630, 1, x_623); +lean_ctor_set(x_630, 2, x_624); +lean_ctor_set(x_630, 3, x_628); +lean_ctor_set(x_630, 4, x_622); +return x_630; +} +else +{ +lean_object* x_631; lean_object* x_632; lean_object* x_633; +x_631 = lean_box(1); +x_632 = lean_unsigned_to_nat(2u); +x_633 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_633, 0, x_632); +lean_ctor_set(x_633, 1, x_454); +lean_ctor_set(x_633, 2, x_455); +lean_ctor_set(x_633, 3, x_631); +lean_ctor_set(x_633, 4, x_548); +return x_633; +} +} +} +} +} +} +} +else +{ +lean_object* x_634; lean_object* x_635; lean_object* x_636; +x_634 = lean_box(1); +x_635 = lean_unsigned_to_nat(1u); +x_636 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_636, 0, x_635); +lean_ctor_set(x_636, 1, x_1); +lean_ctor_set(x_636, 2, x_2); +lean_ctor_set(x_636, 3, x_634); +lean_ctor_set(x_636, 4, x_634); +return x_636; +} +} +} +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_DirectImports_convertImportInfos___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, size_t x_6, size_t x_7, lean_object* x_8) { +_start: +{ +uint8_t x_9; +x_9 = lean_usize_dec_lt(x_7, x_6); +if (x_9 == 0) +{ +return x_8; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; size_t x_14; size_t x_15; +x_10 = lean_array_uget(x_5, x_7); +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(x_10); +x_13 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_DirectImports_convertImportInfos___spec__11(x_11, x_12, x_8, lean_box(0)); +x_14 = 1; +x_15 = lean_usize_add(x_7, x_14); +x_7 = x_15; +x_8 = x_13; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_DirectImports_convertImportInfos___spec__13(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_2, x_3); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; size_t x_8; size_t x_9; +x_6 = lean_array_uget(x_1, x_2); +x_7 = l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_DirectImports_convertImportInfos___spec__10(x_4, x_6); +lean_dec(x_6); +x_8 = 1; +x_9 = lean_usize_add(x_2, x_8); +x_2 = x_9; +x_4 = x_7; +goto _start; +} +else +{ +return x_4; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_DirectImports_convertImportInfos___lambda__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_ctor_get(x_1, 0); +lean_inc(x_2); +return x_2; +} +} +static lean_object* _init_l_Lean_Server_DirectImports_convertImportInfos___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_DirectImports_convertImportInfos___lambda__1___boxed), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_DirectImports_convertImportInfos___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Name_quickCmp___boxed), 2, 0); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_DirectImports_convertImportInfos(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_3 = lean_array_get_size(x_1); +x_4 = lean_unsigned_to_nat(0u); +x_5 = l_Array_filterMapM___at_Lean_Server_DirectImports_convertImportInfos___spec__1(x_1, x_4, x_3, x_2); +lean_dec(x_3); +if (lean_obj_tag(x_5) == 0) +{ +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; lean_object* x_16; lean_object* x_17; size_t x_18; lean_object* x_19; +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +x_7 = lean_ctor_get(x_5, 1); +lean_inc(x_7); +if (lean_is_exclusive(x_5)) { + lean_ctor_release(x_5, 0); + lean_ctor_release(x_5, 1); + x_8 = x_5; +} else { + lean_dec_ref(x_5); + x_8 = lean_box(0); +} +x_9 = l_Lean_Server_DirectImports_convertImportInfos___closed__1; +x_10 = l_Array_groupByKey___at_Lean_Server_DirectImports_convertImportInfos___spec__3(x_9, x_6); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +x_12 = lean_mk_empty_array_with_capacity(x_11); +lean_dec(x_11); +x_13 = lean_ctor_get(x_10, 1); +lean_inc(x_13); +lean_dec(x_10); +x_14 = lean_array_get_size(x_13); +x_15 = lean_nat_dec_lt(x_4, x_14); +x_16 = lean_box(0); +x_17 = lean_box(1); +x_18 = 0; +if (x_15 == 0) +{ +lean_dec(x_14); +lean_dec(x_13); +x_19 = x_12; +goto block_25; +} +else +{ +uint8_t x_26; +x_26 = lean_nat_dec_le(x_14, x_14); +if (x_26 == 0) +{ +lean_dec(x_14); +lean_dec(x_13); +x_19 = x_12; +goto block_25; +} +else +{ +size_t x_27; lean_object* x_28; +x_27 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_28 = l_Array_foldlMUnsafe_fold___at_Lean_Server_DirectImports_convertImportInfos___spec__13(x_13, x_18, x_27, x_12); +lean_dec(x_13); +x_19 = x_28; +goto block_25; +} +} +block_25: +{ +size_t x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_20 = lean_array_size(x_19); +x_21 = l_Lean_Server_DirectImports_convertImportInfos___closed__2; +x_22 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_DirectImports_convertImportInfos___spec__12(x_21, x_16, x_17, x_19, x_19, x_20, x_18, x_17); +lean_dec(x_19); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_6); +lean_ctor_set(x_23, 1, x_22); +if (lean_is_scalar(x_8)) { + x_24 = lean_alloc_ctor(0, 2, 0); +} else { + x_24 = x_8; +} +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_24, 1, x_7); +return x_24; +} +} +else +{ +uint8_t x_29; +x_29 = !lean_is_exclusive(x_5); +if (x_29 == 0) +{ +return x_5; +} +else +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_5, 0); +x_31 = lean_ctor_get(x_5, 1); +lean_inc(x_31); +lean_inc(x_30); +lean_dec(x_5); +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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_DirectImports_convertImportInfos___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +_start: +{ +size_t x_6; size_t x_7; lean_object* x_8; +x_6 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_7 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Server_DirectImports_convertImportInfos___spec__2(x_1, x_6, x_7, x_4, x_5); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_DirectImports_convertImportInfos___spec__1___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_Array_filterMapM___at_Lean_Server_DirectImports_convertImportInfos___spec__1(x_1, x_2, x_3, x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_DirectImports_convertImportInfos___spec__4___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_DirectImports_convertImportInfos___spec__4(x_1, x_2); +lean_dec(x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_DirectImports_convertImportInfos___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_object* x_8) { +_start: +{ +size_t x_9; size_t x_10; lean_object* x_11; +x_9 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_10 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_11 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_DirectImports_convertImportInfos___spec__9(x_1, x_2, x_3, x_4, x_5, x_9, x_10, x_8); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Array_groupByKey___at_Lean_Server_DirectImports_convertImportInfos___spec__3___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Array_groupByKey___at_Lean_Server_DirectImports_convertImportInfos___spec__3(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_DirectImports_convertImportInfos___spec__10___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_DirectImports_convertImportInfos___spec__10(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_DirectImports_convertImportInfos___spec__12___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_6); +lean_dec(x_6); +x_10 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_11 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_DirectImports_convertImportInfos___spec__12(x_1, x_2, x_3, x_4, x_5, x_9, x_10, x_8); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_DirectImports_convertImportInfos___spec__13___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +size_t x_5; size_t x_6; lean_object* x_7; +x_5 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_6 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Server_DirectImports_convertImportInfos___spec__13(x_1, x_5, x_6, x_4); +lean_dec(x_1); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_DirectImports_convertImportInfos___lambda__1___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_Server_DirectImports_convertImportInfos___lambda__1(x_1); +lean_dec(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_DirectImports_convertImportInfos___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Server_DirectImports_convertImportInfos(x_1, x_2); +lean_dec(x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Server_instInhabitedReferences___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -15520,11 +20299,19 @@ lean_ctor_set(x_2, 1, x_1); return x_2; } } +static lean_object* _init_l_Lean_Server_instInhabitedReferences() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Server_instInhabitedReferences___closed__1; +return x_1; +} +} static lean_object* _init_l_Lean_Server_References_empty() { _start: { lean_object* x_1; -x_1 = l_Lean_Server_References_empty___closed__1; +x_1 = l_Lean_Server_instInhabitedReferences___closed__1; return x_1; } } @@ -18632,76 +23419,362 @@ LEAN_EXPORT lean_object* l_Lean_Server_References_addIlean(lean_object* x_1, lea _start: { uint8_t x_5; -x_5 = !lean_is_exclusive(x_1); +x_5 = !lean_is_exclusive(x_3); if (x_5 == 0) { -uint8_t x_6; -x_6 = !lean_is_exclusive(x_4); -if (x_6 == 0) -{ -lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_7 = lean_ctor_get(x_1, 0); -x_8 = lean_ctor_get(x_4, 1); -x_9 = lean_ctor_get(x_4, 0); +lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_6 = lean_ctor_get(x_3, 1); +x_7 = lean_ctor_get(x_3, 2); +x_8 = lean_ctor_get(x_3, 3); +x_9 = lean_ctor_get(x_3, 0); lean_dec(x_9); -lean_ctor_set(x_4, 1, x_3); -lean_ctor_set(x_4, 0, x_2); -x_10 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_addIlean___spec__1(x_8, x_4, x_7, lean_box(0)); -lean_ctor_set(x_1, 0, x_10); -return x_1; +lean_inc(x_6); +x_10 = l_Lean_Server_documentUriFromModule_x3f(x_6, x_4); +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_11; +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +if (lean_obj_tag(x_11) == 0) +{ +uint8_t x_12; +lean_free_object(x_3); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +x_12 = !lean_is_exclusive(x_10); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_ctor_get(x_10, 0); +lean_dec(x_13); +lean_ctor_set(x_10, 0, x_1); +return x_10; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_11 = lean_ctor_get(x_1, 0); -x_12 = lean_ctor_get(x_4, 1); -x_13 = lean_ctor_get(x_4, 2); -lean_inc(x_13); -lean_inc(x_12); -lean_dec(x_4); -x_14 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_14, 0, x_2); -lean_ctor_set(x_14, 1, x_3); -lean_ctor_set(x_14, 2, x_13); -x_15 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_addIlean___spec__1(x_12, x_14, x_11, lean_box(0)); -lean_ctor_set(x_1, 0, x_15); -return x_1; +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_10, 1); +lean_inc(x_14); +lean_dec(x_10); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_1); +lean_ctor_set(x_15, 1, x_14); +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; -x_16 = lean_ctor_get(x_1, 0); -x_17 = lean_ctor_get(x_1, 1); -lean_inc(x_17); +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_10, 1); lean_inc(x_16); +lean_dec(x_10); +x_17 = lean_ctor_get(x_11, 0); +lean_inc(x_17); +lean_dec(x_11); +x_18 = l_Lean_Server_DirectImports_convertImportInfos(x_7, x_16); +lean_dec(x_7); +if (lean_obj_tag(x_18) == 0) +{ +uint8_t x_19; +x_19 = !lean_is_exclusive(x_18); +if (x_19 == 0) +{ +uint8_t x_20; +x_20 = !lean_is_exclusive(x_1); +if (x_20 == 0) +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_18, 0); +x_22 = lean_ctor_get(x_1, 0); +lean_ctor_set(x_3, 2, x_21); +lean_ctor_set(x_3, 1, x_2); +lean_ctor_set(x_3, 0, x_17); +x_23 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_addIlean___spec__1(x_6, x_3, x_22, lean_box(0)); +lean_ctor_set(x_1, 0, x_23); +lean_ctor_set(x_18, 0, x_1); +return x_18; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_24 = lean_ctor_get(x_18, 0); +x_25 = lean_ctor_get(x_1, 0); +x_26 = lean_ctor_get(x_1, 1); +lean_inc(x_26); +lean_inc(x_25); lean_dec(x_1); -x_18 = lean_ctor_get(x_4, 1); -lean_inc(x_18); -x_19 = lean_ctor_get(x_4, 2); -lean_inc(x_19); -if (lean_is_exclusive(x_4)) { - lean_ctor_release(x_4, 0); - lean_ctor_release(x_4, 1); - lean_ctor_release(x_4, 2); - x_20 = x_4; -} else { - lean_dec_ref(x_4); - x_20 = lean_box(0); +lean_ctor_set(x_3, 2, x_24); +lean_ctor_set(x_3, 1, x_2); +lean_ctor_set(x_3, 0, x_17); +x_27 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_addIlean___spec__1(x_6, x_3, x_25, lean_box(0)); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_26); +lean_ctor_set(x_18, 0, x_28); +return x_18; } -if (lean_is_scalar(x_20)) { - x_21 = lean_alloc_ctor(0, 3, 0); -} else { - x_21 = x_20; } -lean_ctor_set(x_21, 0, x_2); -lean_ctor_set(x_21, 1, x_3); -lean_ctor_set(x_21, 2, x_19); -x_22 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_addIlean___spec__1(x_18, x_21, x_16, lean_box(0)); -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_22); -lean_ctor_set(x_23, 1, x_17); -return x_23; +else +{ +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; +x_29 = lean_ctor_get(x_18, 0); +x_30 = lean_ctor_get(x_18, 1); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_18); +x_31 = lean_ctor_get(x_1, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_1, 1); +lean_inc(x_32); +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + lean_ctor_release(x_1, 1); + x_33 = x_1; +} else { + lean_dec_ref(x_1); + x_33 = lean_box(0); +} +lean_ctor_set(x_3, 2, x_29); +lean_ctor_set(x_3, 1, x_2); +lean_ctor_set(x_3, 0, x_17); +x_34 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_addIlean___spec__1(x_6, x_3, x_31, lean_box(0)); +if (lean_is_scalar(x_33)) { + x_35 = lean_alloc_ctor(0, 2, 0); +} else { + x_35 = x_33; +} +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_35, 1, x_32); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_30); +return x_36; +} +} +else +{ +uint8_t x_37; +lean_dec(x_17); +lean_free_object(x_3); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_37 = !lean_is_exclusive(x_18); +if (x_37 == 0) +{ +return x_18; +} +else +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_18, 0); +x_39 = lean_ctor_get(x_18, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_18); +x_40 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_40, 0, x_38); +lean_ctor_set(x_40, 1, x_39); +return x_40; +} +} +} +} +else +{ +uint8_t x_41; +lean_free_object(x_3); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_41 = !lean_is_exclusive(x_10); +if (x_41 == 0) +{ +return x_10; +} +else +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_10, 0); +x_43 = lean_ctor_get(x_10, 1); +lean_inc(x_43); +lean_inc(x_42); +lean_dec(x_10); +x_44 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_44, 0, x_42); +lean_ctor_set(x_44, 1, x_43); +return x_44; +} +} +} +else +{ +lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_45 = lean_ctor_get(x_3, 1); +x_46 = lean_ctor_get(x_3, 2); +x_47 = lean_ctor_get(x_3, 3); +lean_inc(x_47); +lean_inc(x_46); +lean_inc(x_45); +lean_dec(x_3); +lean_inc(x_45); +x_48 = l_Lean_Server_documentUriFromModule_x3f(x_45, x_4); +if (lean_obj_tag(x_48) == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_48, 0); +lean_inc(x_49); +if (lean_obj_tag(x_49) == 0) +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; +lean_dec(x_47); +lean_dec(x_46); +lean_dec(x_45); +lean_dec(x_2); +x_50 = lean_ctor_get(x_48, 1); +lean_inc(x_50); +if (lean_is_exclusive(x_48)) { + lean_ctor_release(x_48, 0); + lean_ctor_release(x_48, 1); + x_51 = x_48; +} else { + lean_dec_ref(x_48); + x_51 = lean_box(0); +} +if (lean_is_scalar(x_51)) { + x_52 = lean_alloc_ctor(0, 2, 0); +} else { + x_52 = x_51; +} +lean_ctor_set(x_52, 0, x_1); +lean_ctor_set(x_52, 1, x_50); +return x_52; +} +else +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_48, 1); +lean_inc(x_53); +lean_dec(x_48); +x_54 = lean_ctor_get(x_49, 0); +lean_inc(x_54); +lean_dec(x_49); +x_55 = l_Lean_Server_DirectImports_convertImportInfos(x_46, x_53); +lean_dec(x_46); +if (lean_obj_tag(x_55) == 0) +{ +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; +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_ctor_get(x_55, 1); +lean_inc(x_57); +if (lean_is_exclusive(x_55)) { + lean_ctor_release(x_55, 0); + lean_ctor_release(x_55, 1); + x_58 = x_55; +} else { + lean_dec_ref(x_55); + x_58 = lean_box(0); +} +x_59 = lean_ctor_get(x_1, 0); +lean_inc(x_59); +x_60 = lean_ctor_get(x_1, 1); +lean_inc(x_60); +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + lean_ctor_release(x_1, 1); + x_61 = x_1; +} else { + lean_dec_ref(x_1); + x_61 = lean_box(0); +} +x_62 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_62, 0, x_54); +lean_ctor_set(x_62, 1, x_2); +lean_ctor_set(x_62, 2, x_56); +lean_ctor_set(x_62, 3, x_47); +x_63 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_addIlean___spec__1(x_45, x_62, x_59, lean_box(0)); +if (lean_is_scalar(x_61)) { + x_64 = lean_alloc_ctor(0, 2, 0); +} else { + x_64 = x_61; +} +lean_ctor_set(x_64, 0, x_63); +lean_ctor_set(x_64, 1, x_60); +if (lean_is_scalar(x_58)) { + x_65 = lean_alloc_ctor(0, 2, 0); +} else { + x_65 = x_58; +} +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_57); +return x_65; +} +else +{ +lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; +lean_dec(x_54); +lean_dec(x_47); +lean_dec(x_45); +lean_dec(x_2); +lean_dec(x_1); +x_66 = lean_ctor_get(x_55, 0); +lean_inc(x_66); +x_67 = lean_ctor_get(x_55, 1); +lean_inc(x_67); +if (lean_is_exclusive(x_55)) { + lean_ctor_release(x_55, 0); + lean_ctor_release(x_55, 1); + x_68 = x_55; +} else { + lean_dec_ref(x_55); + x_68 = lean_box(0); +} +if (lean_is_scalar(x_68)) { + x_69 = lean_alloc_ctor(1, 2, 0); +} else { + x_69 = x_68; +} +lean_ctor_set(x_69, 0, x_66); +lean_ctor_set(x_69, 1, x_67); +return x_69; +} +} +} +else +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; +lean_dec(x_47); +lean_dec(x_46); +lean_dec(x_45); +lean_dec(x_2); +lean_dec(x_1); +x_70 = lean_ctor_get(x_48, 0); +lean_inc(x_70); +x_71 = lean_ctor_get(x_48, 1); +lean_inc(x_71); +if (lean_is_exclusive(x_48)) { + lean_ctor_release(x_48, 0); + lean_ctor_release(x_48, 1); + x_72 = x_48; +} else { + lean_dec_ref(x_48); + x_72 = lean_box(0); +} +if (lean_is_scalar(x_72)) { + x_73 = lean_alloc_ctor(1, 2, 0); +} else { + x_73 = x_72; +} +lean_ctor_set(x_73, 0, x_70); +lean_ctor_set(x_73, 1, x_71); +return x_73; +} } } } @@ -26724,7 +31797,7 @@ lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerRefs___spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerImports___spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -26764,117 +31837,7 @@ return x_11; } } } -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__2(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_object* x_6; lean_object* x_7; uint8_t x_8; -x_4 = lean_ctor_get(x_1, 1); -x_5 = lean_ctor_get(x_1, 2); -x_6 = lean_ctor_get(x_1, 3); -x_7 = lean_ctor_get(x_1, 4); -x_8 = l_Lean_Name_quickCmp(x_2, x_4); -switch (x_8) { -case 0: -{ -x_1 = x_6; -goto _start; -} -case 1: -{ -lean_inc(x_5); -return x_5; -} -default: -{ -x_1 = x_7; -goto _start; -} -} -} -else -{ -lean_inc(x_3); -return x_3; -} -} -} -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__3(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_object* x_6; lean_object* x_7; uint8_t x_8; -x_4 = lean_ctor_get(x_1, 1); -x_5 = lean_ctor_get(x_1, 2); -x_6 = lean_ctor_get(x_1, 3); -x_7 = lean_ctor_get(x_1, 4); -x_8 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_241_(x_2, x_4); -switch (x_8) { -case 0: -{ -x_1 = x_6; -goto _start; -} -case 1: -{ -lean_inc(x_5); -return x_5; -} -default: -{ -x_1 = x_7; -goto _start; -} -} -} -else -{ -lean_inc(x_3); -return x_3; -} -} -} -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_updateWorkerRefs___spec__5(lean_object* x_1, lean_object* x_2) { -_start: -{ -if (lean_obj_tag(x_2) == 0) -{ -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; -x_3 = lean_ctor_get(x_2, 1); -lean_inc(x_3); -x_4 = lean_ctor_get(x_2, 2); -lean_inc(x_4); -x_5 = lean_ctor_get(x_2, 3); -lean_inc(x_5); -x_6 = lean_ctor_get(x_2, 4); -lean_inc(x_6); -lean_dec(x_2); -x_7 = l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_updateWorkerRefs___spec__5(x_1, x_5); -x_8 = l_Lean_Lsp_RefInfo_empty; -x_9 = l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__3(x_7, x_3, x_8); -x_10 = l_Lean_Lsp_RefInfo_merge(x_9, x_4); -x_11 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Lsp_instFromJsonModuleRefs___spec__1(x_3, x_10, x_7, lean_box(0)); -x_1 = x_11; -x_2 = x_6; -goto _start; -} -else -{ -return x_1; -} -} -} -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldl___at_Lean_Server_References_updateWorkerRefs___spec__4(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; -x_3 = l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_updateWorkerRefs___spec__5(x_1, x_2); -return x_3; -} -} -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 0) @@ -26895,7 +31858,7 @@ case 0: { lean_object* x_12; lean_dec(x_6); -x_12 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_1, x_2, x_9, lean_box(0)); +x_12 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_1, x_2, x_9, lean_box(0)); if (lean_obj_tag(x_10) == 0) { lean_object* x_13; uint8_t x_14; @@ -27976,7 +32939,7 @@ default: { lean_object* x_236; lean_dec(x_6); -x_236 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_1, x_2, x_10, lean_box(0)); +x_236 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_1, x_2, x_10, lean_box(0)); if (lean_obj_tag(x_9) == 0) { lean_object* x_237; uint8_t x_238; @@ -29015,7 +33978,7 @@ case 0: { lean_object* x_459; lean_dec(x_453); -x_459 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_1, x_2, x_456, lean_box(0)); +x_459 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_1, x_2, x_456, lean_box(0)); if (lean_obj_tag(x_457) == 0) { 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; uint8_t x_469; @@ -29496,7 +34459,7 @@ default: { lean_object* x_548; lean_dec(x_453); -x_548 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_1, x_2, x_457, lean_box(0)); +x_548 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_1, x_2, x_457, lean_box(0)); if (lean_obj_tag(x_456) == 0) { 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; uint8_t x_558; @@ -29974,220 +34937,923 @@ return x_636; } } } -LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerRefs___lambda__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerImports(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_inc(x_1); -return x_1; -} -} -LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerRefs___lambda__2(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_7; +x_7 = l_Lean_Server_DirectImports_convertImportInfos(x_5, x_6); +if (lean_obj_tag(x_7) == 0) { -uint8_t x_10; -x_10 = lean_nat_dec_eq(x_1, x_2); -if (x_10 == 0) +uint8_t x_8; +x_8 = !lean_is_exclusive(x_7); +if (x_8 == 0) { -lean_object* x_11; lean_object* x_12; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_1); -x_11 = lean_box(0); -x_12 = lean_apply_1(x_3, x_11); -return x_12; +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = lean_ctor_get(x_7, 0); +x_10 = lean_ctor_get(x_1, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_1, 1); +lean_inc(x_11); +x_12 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerImports___spec__1(x_11, x_2); +if (lean_obj_tag(x_12) == 0) +{ +uint8_t x_13; +x_13 = !lean_is_exclusive(x_1); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_14 = lean_ctor_get(x_1, 1); +lean_dec(x_14); +x_15 = lean_ctor_get(x_1, 0); +lean_dec(x_15); +x_16 = lean_box(1); +x_17 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_17, 0, x_3); +lean_ctor_set(x_17, 1, x_4); +lean_ctor_set(x_17, 2, x_9); +lean_ctor_set(x_17, 3, x_16); +x_18 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_17, x_11, lean_box(0)); +lean_ctor_set(x_1, 1, x_18); +lean_ctor_set(x_7, 0, x_1); +return x_7; } else { -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_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +lean_dec(x_1); +x_19 = lean_box(1); +x_20 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_20, 0, x_3); +lean_ctor_set(x_20, 1, x_4); +lean_ctor_set(x_20, 2, x_9); +lean_ctor_set(x_20, 3, x_19); +x_21 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_20, x_11, lean_box(0)); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_10); +lean_ctor_set(x_22, 1, x_21); +lean_ctor_set(x_7, 0, x_22); +return x_7; +} +} +else +{ +lean_object* x_23; uint8_t x_24; +x_23 = lean_ctor_get(x_12, 0); +lean_inc(x_23); +lean_dec(x_12); +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, 1); +x_26 = lean_ctor_get(x_23, 3); +x_27 = lean_ctor_get(x_23, 2); +lean_dec(x_27); +x_28 = lean_ctor_get(x_23, 0); +lean_dec(x_28); +x_29 = lean_nat_dec_lt(x_4, x_25); +if (x_29 == 0) +{ +uint8_t x_30; +x_30 = !lean_is_exclusive(x_1); +if (x_30 == 0) +{ +lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_31 = lean_ctor_get(x_1, 1); +lean_dec(x_31); +x_32 = lean_ctor_get(x_1, 0); +lean_dec(x_32); +x_33 = lean_nat_dec_eq(x_4, x_25); +lean_dec(x_25); +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; +lean_dec(x_26); +x_34 = lean_box(1); +lean_ctor_set(x_23, 3, x_34); +lean_ctor_set(x_23, 2, x_9); +lean_ctor_set(x_23, 1, x_4); +lean_ctor_set(x_23, 0, x_3); +x_35 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_23, x_11, lean_box(0)); +lean_ctor_set(x_1, 1, x_35); +lean_ctor_set(x_7, 0, x_1); +return x_7; +} +else +{ +lean_object* x_36; +lean_ctor_set(x_23, 2, x_9); +lean_ctor_set(x_23, 1, x_4); +lean_ctor_set(x_23, 0, x_3); +x_36 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_23, x_11, lean_box(0)); +lean_ctor_set(x_1, 1, x_36); +lean_ctor_set(x_7, 0, x_1); +return x_7; +} +} +else +{ +uint8_t x_37; +lean_dec(x_1); +x_37 = lean_nat_dec_eq(x_4, x_25); +lean_dec(x_25); +if (x_37 == 0) +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +lean_dec(x_26); +x_38 = lean_box(1); +lean_ctor_set(x_23, 3, x_38); +lean_ctor_set(x_23, 2, x_9); +lean_ctor_set(x_23, 1, x_4); +lean_ctor_set(x_23, 0, x_3); +x_39 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_23, x_11, lean_box(0)); +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_10); +lean_ctor_set(x_40, 1, x_39); +lean_ctor_set(x_7, 0, x_40); +return x_7; +} +else +{ +lean_object* x_41; lean_object* x_42; +lean_ctor_set(x_23, 2, x_9); +lean_ctor_set(x_23, 1, x_4); +lean_ctor_set(x_23, 0, x_3); +x_41 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_23, x_11, lean_box(0)); +x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_42, 0, x_10); +lean_ctor_set(x_42, 1, x_41); +lean_ctor_set(x_7, 0, x_42); +return x_7; +} +} +} +else +{ +lean_free_object(x_23); +lean_dec(x_26); +lean_dec(x_25); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_4); lean_dec(x_3); -x_13 = lean_box(1); -lean_inc(x_1); -lean_inc(x_4); -x_14 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_14, 0, x_4); -lean_ctor_set(x_14, 1, x_1); -lean_ctor_set(x_14, 2, x_13); -x_15 = l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__2(x_5, x_6, x_14); -lean_dec(x_14); -x_16 = lean_ctor_get(x_15, 2); -lean_inc(x_16); -lean_dec(x_15); -x_17 = l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_updateWorkerRefs___spec__5(x_16, x_7); -x_18 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_18, 0, x_4); -lean_ctor_set(x_18, 1, x_1); -lean_ctor_set(x_18, 2, x_17); -x_19 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_6, x_18, x_5, lean_box(0)); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_8); -lean_ctor_set(x_20, 1, x_19); -return x_20; +lean_dec(x_2); +lean_ctor_set(x_7, 0, x_1); +return x_7; +} +} +else +{ +lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_43 = lean_ctor_get(x_23, 1); +x_44 = lean_ctor_get(x_23, 3); +lean_inc(x_44); +lean_inc(x_43); +lean_dec(x_23); +x_45 = lean_nat_dec_lt(x_4, x_43); +if (x_45 == 0) +{ +lean_object* x_46; uint8_t x_47; +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + lean_ctor_release(x_1, 1); + x_46 = x_1; +} else { + lean_dec_ref(x_1); + x_46 = lean_box(0); +} +x_47 = lean_nat_dec_eq(x_4, x_43); +lean_dec(x_43); +if (x_47 == 0) +{ +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; +lean_dec(x_44); +x_48 = lean_box(1); +x_49 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_49, 0, x_3); +lean_ctor_set(x_49, 1, x_4); +lean_ctor_set(x_49, 2, x_9); +lean_ctor_set(x_49, 3, x_48); +x_50 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_49, x_11, lean_box(0)); +if (lean_is_scalar(x_46)) { + x_51 = lean_alloc_ctor(0, 2, 0); +} else { + x_51 = x_46; +} +lean_ctor_set(x_51, 0, x_10); +lean_ctor_set(x_51, 1, x_50); +lean_ctor_set(x_7, 0, x_51); +return x_7; +} +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_52, 0, x_3); +lean_ctor_set(x_52, 1, x_4); +lean_ctor_set(x_52, 2, x_9); +lean_ctor_set(x_52, 3, x_44); +x_53 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_52, x_11, lean_box(0)); +if (lean_is_scalar(x_46)) { + x_54 = lean_alloc_ctor(0, 2, 0); +} else { + x_54 = x_46; +} +lean_ctor_set(x_54, 0, x_10); +lean_ctor_set(x_54, 1, x_53); +lean_ctor_set(x_7, 0, x_54); +return x_7; +} +} +else +{ +lean_dec(x_44); +lean_dec(x_43); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_ctor_set(x_7, 0, x_1); +return x_7; } } } -LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerRefs(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +} +else +{ +lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_55 = lean_ctor_get(x_7, 0); +x_56 = lean_ctor_get(x_7, 1); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_7); +x_57 = lean_ctor_get(x_1, 0); +lean_inc(x_57); +x_58 = lean_ctor_get(x_1, 1); +lean_inc(x_58); +x_59 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerImports___spec__1(x_58, x_2); +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; lean_object* x_65; +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + lean_ctor_release(x_1, 1); + x_60 = x_1; +} else { + lean_dec_ref(x_1); + x_60 = lean_box(0); +} +x_61 = lean_box(1); +x_62 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_62, 0, x_3); +lean_ctor_set(x_62, 1, x_4); +lean_ctor_set(x_62, 2, x_55); +lean_ctor_set(x_62, 3, x_61); +x_63 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_62, x_58, lean_box(0)); +if (lean_is_scalar(x_60)) { + x_64 = lean_alloc_ctor(0, 2, 0); +} else { + x_64 = x_60; +} +lean_ctor_set(x_64, 0, x_57); +lean_ctor_set(x_64, 1, x_63); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_56); +return x_65; +} +else +{ +lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; +x_66 = lean_ctor_get(x_59, 0); +lean_inc(x_66); +lean_dec(x_59); +x_67 = lean_ctor_get(x_66, 1); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 3); +lean_inc(x_68); +if (lean_is_exclusive(x_66)) { + lean_ctor_release(x_66, 0); + lean_ctor_release(x_66, 1); + lean_ctor_release(x_66, 2); + lean_ctor_release(x_66, 3); + x_69 = x_66; +} else { + lean_dec_ref(x_66); + x_69 = lean_box(0); +} +x_70 = lean_nat_dec_lt(x_4, x_67); +if (x_70 == 0) +{ +lean_object* x_71; uint8_t x_72; +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + lean_ctor_release(x_1, 1); + x_71 = x_1; +} else { + lean_dec_ref(x_1); + x_71 = lean_box(0); +} +x_72 = lean_nat_dec_eq(x_4, x_67); +lean_dec(x_67); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; +lean_dec(x_68); +x_73 = lean_box(1); +if (lean_is_scalar(x_69)) { + x_74 = lean_alloc_ctor(0, 4, 0); +} else { + x_74 = x_69; +} +lean_ctor_set(x_74, 0, x_3); +lean_ctor_set(x_74, 1, x_4); +lean_ctor_set(x_74, 2, x_55); +lean_ctor_set(x_74, 3, x_73); +x_75 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_74, x_58, lean_box(0)); +if (lean_is_scalar(x_71)) { + x_76 = lean_alloc_ctor(0, 2, 0); +} else { + x_76 = x_71; +} +lean_ctor_set(x_76, 0, x_57); +lean_ctor_set(x_76, 1, x_75); +x_77 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_77, 0, x_76); +lean_ctor_set(x_77, 1, x_56); +return x_77; +} +else +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; +if (lean_is_scalar(x_69)) { + x_78 = lean_alloc_ctor(0, 4, 0); +} else { + x_78 = x_69; +} +lean_ctor_set(x_78, 0, x_3); +lean_ctor_set(x_78, 1, x_4); +lean_ctor_set(x_78, 2, x_55); +lean_ctor_set(x_78, 3, x_68); +x_79 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_78, x_58, lean_box(0)); +if (lean_is_scalar(x_71)) { + x_80 = lean_alloc_ctor(0, 2, 0); +} else { + x_80 = x_71; +} +lean_ctor_set(x_80, 0, x_57); +lean_ctor_set(x_80, 1, x_79); +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_56); +return x_81; +} +} +else +{ +lean_object* x_82; +lean_dec(x_69); +lean_dec(x_68); +lean_dec(x_67); +lean_dec(x_58); +lean_dec(x_57); +lean_dec(x_55); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_1); +lean_ctor_set(x_82, 1, x_56); +return x_82; +} +} +} +} +else +{ +uint8_t x_83; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_83 = !lean_is_exclusive(x_7); +if (x_83 == 0) +{ +return x_7; +} +else +{ +lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_84 = lean_ctor_get(x_7, 0); +x_85 = lean_ctor_get(x_7, 1); +lean_inc(x_85); +lean_inc(x_84); +lean_dec(x_7); +x_86 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_86, 0, x_84); +lean_ctor_set(x_86, 1, x_85); +return x_86; +} +} +} +} +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerImports___spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; -lean_inc(x_1); -x_6 = lean_alloc_closure((void*)(l_Lean_Server_References_updateWorkerRefs___lambda__1___boxed), 2, 1); -lean_closure_set(x_6, 0, x_1); +lean_object* x_3; +x_3 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerImports___spec__1(x_1, x_2); +lean_dec(x_2); +lean_dec(x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerImports___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_Server_References_updateWorkerImports(x_1, x_2, x_3, x_4, x_5, x_6); +lean_dec(x_5); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__1(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_object* x_6; lean_object* x_7; uint8_t x_8; +x_4 = lean_ctor_get(x_1, 1); +x_5 = lean_ctor_get(x_1, 2); +x_6 = lean_ctor_get(x_1, 3); +x_7 = lean_ctor_get(x_1, 4); +x_8 = l_Lean_Name_quickCmp(x_2, x_4); +switch (x_8) { +case 0: +{ +x_1 = x_6; +goto _start; +} +case 1: +{ +lean_inc(x_5); +return x_5; +} +default: +{ +x_1 = x_7; +goto _start; +} +} +} +else +{ +lean_inc(x_3); +return x_3; +} +} +} +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__2(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_object* x_6; lean_object* x_7; uint8_t x_8; +x_4 = lean_ctor_get(x_1, 1); +x_5 = lean_ctor_get(x_1, 2); +x_6 = lean_ctor_get(x_1, 3); +x_7 = lean_ctor_get(x_1, 4); +x_8 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_472_(x_2, x_4); +switch (x_8) { +case 0: +{ +x_1 = x_6; +goto _start; +} +case 1: +{ +lean_inc(x_5); +return x_5; +} +default: +{ +x_1 = x_7; +goto _start; +} +} +} +else +{ +lean_inc(x_3); +return x_3; +} +} +} +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_updateWorkerRefs___spec__4(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +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; +x_3 = lean_ctor_get(x_2, 1); +lean_inc(x_3); +x_4 = lean_ctor_get(x_2, 2); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 3); +lean_inc(x_5); +x_6 = lean_ctor_get(x_2, 4); +lean_inc(x_6); +lean_dec(x_2); +x_7 = l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_updateWorkerRefs___spec__4(x_1, x_5); +x_8 = l_Lean_Lsp_RefInfo_empty; +x_9 = l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__2(x_7, x_3, x_8); +x_10 = l_Lean_Lsp_RefInfo_merge(x_9, x_4); +x_11 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Lsp_instFromJsonModuleRefs___spec__1(x_3, x_10, x_7, lean_box(0)); +x_1 = x_11; +x_2 = x_6; +goto _start; +} +else +{ +return x_1; +} +} +} +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldl___at_Lean_Server_References_updateWorkerRefs___spec__3(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_updateWorkerRefs___spec__4(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerRefs(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; x_7 = lean_ctor_get(x_1, 0); lean_inc(x_7); x_8 = lean_ctor_get(x_1, 1); lean_inc(x_8); -x_9 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerRefs___spec__1(x_8, x_2); +x_9 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerImports___spec__1(x_8, x_2); if (lean_obj_tag(x_9) == 0) { -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_1; -} -else -{ uint8_t x_10; x_10 = !lean_is_exclusive(x_1); if (x_10 == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; x_11 = lean_ctor_get(x_1, 1); lean_dec(x_11); x_12 = lean_ctor_get(x_1, 0); lean_dec(x_12); -x_13 = lean_ctor_get(x_9, 0); -lean_inc(x_13); -lean_dec(x_9); -x_14 = !lean_is_exclusive(x_13); -if (x_14 == 0) -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_15 = lean_ctor_get(x_13, 1); -x_16 = lean_ctor_get(x_13, 2); -lean_dec(x_16); -x_17 = lean_ctor_get(x_13, 0); -lean_dec(x_17); -x_18 = lean_nat_dec_lt(x_15, x_4); -if (x_18 == 0) -{ -lean_object* x_19; lean_object* x_20; -lean_free_object(x_13); -lean_free_object(x_1); -x_19 = lean_box(0); -x_20 = l_Lean_Server_References_updateWorkerRefs___lambda__2(x_4, x_15, x_6, x_3, x_8, x_2, x_5, x_7, x_19); -lean_dec(x_15); -return x_20; +x_13 = l_Lean_Server_instEmptyCollectionDirectImports___closed__1; +x_14 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_14, 0, x_3); +lean_ctor_set(x_14, 1, x_4); +lean_ctor_set(x_14, 2, x_13); +lean_ctor_set(x_14, 3, x_5); +x_15 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_14, x_8, lean_box(0)); +lean_ctor_set(x_1, 1, x_15); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_1); +lean_ctor_set(x_16, 1, x_6); +return x_16; } else { -lean_object* x_21; -lean_dec(x_15); -lean_dec(x_6); -lean_ctor_set(x_13, 2, x_5); -lean_ctor_set(x_13, 1, x_4); -lean_ctor_set(x_13, 0, x_3); -x_21 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_2, x_13, x_8, lean_box(0)); -lean_ctor_set(x_1, 1, x_21); -return x_1; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +lean_dec(x_1); +x_17 = l_Lean_Server_instEmptyCollectionDirectImports___closed__1; +x_18 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_18, 0, x_3); +lean_ctor_set(x_18, 1, x_4); +lean_ctor_set(x_18, 2, x_17); +lean_ctor_set(x_18, 3, x_5); +x_19 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_18, x_8, lean_box(0)); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_7); +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_6); +return x_21; } } else { lean_object* x_22; uint8_t x_23; -x_22 = lean_ctor_get(x_13, 1); +x_22 = lean_ctor_get(x_9, 0); lean_inc(x_22); -lean_dec(x_13); -x_23 = lean_nat_dec_lt(x_22, x_4); +lean_dec(x_9); +x_23 = !lean_is_exclusive(x_22); if (x_23 == 0) { -lean_object* x_24; lean_object* x_25; -lean_free_object(x_1); -x_24 = lean_box(0); -x_25 = l_Lean_Server_References_updateWorkerRefs___lambda__2(x_4, x_22, x_6, x_3, x_8, x_2, x_5, x_7, x_24); -lean_dec(x_22); -return x_25; -} -else +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_24 = lean_ctor_get(x_22, 1); +x_25 = lean_ctor_get(x_22, 3); +lean_dec(x_25); +x_26 = lean_ctor_get(x_22, 2); +lean_dec(x_26); +x_27 = lean_ctor_get(x_22, 0); +lean_dec(x_27); +x_28 = lean_nat_dec_lt(x_4, x_24); +if (x_28 == 0) { -lean_object* x_26; lean_object* x_27; -lean_dec(x_22); -lean_dec(x_6); -x_26 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_26, 0, x_3); -lean_ctor_set(x_26, 1, x_4); -lean_ctor_set(x_26, 2, x_5); -x_27 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_2, x_26, x_8, lean_box(0)); -lean_ctor_set(x_1, 1, x_27); -return x_1; -} -} -} -else +uint8_t x_29; +x_29 = !lean_is_exclusive(x_1); +if (x_29 == 0) { -lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; -lean_dec(x_1); -x_28 = lean_ctor_get(x_9, 0); -lean_inc(x_28); -lean_dec(x_9); -x_29 = lean_ctor_get(x_28, 1); -lean_inc(x_29); -if (lean_is_exclusive(x_28)) { - lean_ctor_release(x_28, 0); - lean_ctor_release(x_28, 1); - lean_ctor_release(x_28, 2); - x_30 = x_28; -} else { - lean_dec_ref(x_28); - x_30 = lean_box(0); -} -x_31 = lean_nat_dec_lt(x_29, x_4); -if (x_31 == 0) -{ -lean_object* x_32; lean_object* x_33; +lean_object* x_30; lean_object* x_31; uint8_t x_32; +x_30 = lean_ctor_get(x_1, 1); lean_dec(x_30); -x_32 = lean_box(0); -x_33 = l_Lean_Server_References_updateWorkerRefs___lambda__2(x_4, x_29, x_6, x_3, x_8, x_2, x_5, x_7, x_32); -lean_dec(x_29); -return x_33; +x_31 = lean_ctor_get(x_1, 0); +lean_dec(x_31); +x_32 = lean_nat_dec_eq(x_4, x_24); +lean_dec(x_24); +if (x_32 == 0) +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = l_Lean_Server_instEmptyCollectionDirectImports___closed__1; +lean_ctor_set(x_22, 3, x_5); +lean_ctor_set(x_22, 2, x_33); +lean_ctor_set(x_22, 1, x_4); +lean_ctor_set(x_22, 0, x_3); +x_34 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_22, x_8, lean_box(0)); +lean_ctor_set(x_1, 1, x_34); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_1); +lean_ctor_set(x_35, 1, x_6); +return x_35; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -lean_dec(x_29); -lean_dec(x_6); -if (lean_is_scalar(x_30)) { - x_34 = lean_alloc_ctor(0, 3, 0); +lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_36 = lean_box(1); +x_37 = l_Lean_Server_instEmptyCollectionDirectImports___closed__1; +lean_inc(x_4); +lean_inc(x_3); +lean_ctor_set(x_22, 3, x_36); +lean_ctor_set(x_22, 2, x_37); +lean_ctor_set(x_22, 1, x_4); +lean_ctor_set(x_22, 0, x_3); +x_38 = l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__1(x_8, x_2, x_22); +lean_dec(x_22); +x_39 = !lean_is_exclusive(x_38); +if (x_39 == 0) +{ +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_40 = lean_ctor_get(x_38, 3); +x_41 = lean_ctor_get(x_38, 1); +lean_dec(x_41); +x_42 = lean_ctor_get(x_38, 0); +lean_dec(x_42); +x_43 = l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_updateWorkerRefs___spec__4(x_40, x_5); +lean_ctor_set(x_38, 3, x_43); +lean_ctor_set(x_38, 1, x_4); +lean_ctor_set(x_38, 0, x_3); +x_44 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_38, x_8, lean_box(0)); +lean_ctor_set(x_1, 1, x_44); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_1); +lean_ctor_set(x_45, 1, x_6); +return x_45; +} +else +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_46 = lean_ctor_get(x_38, 2); +x_47 = lean_ctor_get(x_38, 3); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_38); +x_48 = l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_updateWorkerRefs___spec__4(x_47, x_5); +x_49 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_49, 0, x_3); +lean_ctor_set(x_49, 1, x_4); +lean_ctor_set(x_49, 2, x_46); +lean_ctor_set(x_49, 3, x_48); +x_50 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_49, x_8, lean_box(0)); +lean_ctor_set(x_1, 1, x_50); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_1); +lean_ctor_set(x_51, 1, x_6); +return x_51; +} +} +} +else +{ +uint8_t x_52; +lean_dec(x_1); +x_52 = lean_nat_dec_eq(x_4, x_24); +lean_dec(x_24); +if (x_52 == 0) +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_53 = l_Lean_Server_instEmptyCollectionDirectImports___closed__1; +lean_ctor_set(x_22, 3, x_5); +lean_ctor_set(x_22, 2, x_53); +lean_ctor_set(x_22, 1, x_4); +lean_ctor_set(x_22, 0, x_3); +x_54 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_22, x_8, lean_box(0)); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_7); +lean_ctor_set(x_55, 1, x_54); +x_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_55); +lean_ctor_set(x_56, 1, x_6); +return x_56; +} +else +{ +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; +x_57 = lean_box(1); +x_58 = l_Lean_Server_instEmptyCollectionDirectImports___closed__1; +lean_inc(x_4); +lean_inc(x_3); +lean_ctor_set(x_22, 3, x_57); +lean_ctor_set(x_22, 2, x_58); +lean_ctor_set(x_22, 1, x_4); +lean_ctor_set(x_22, 0, x_3); +x_59 = l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__1(x_8, x_2, x_22); +lean_dec(x_22); +x_60 = lean_ctor_get(x_59, 2); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 3); +lean_inc(x_61); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + lean_ctor_release(x_59, 2); + lean_ctor_release(x_59, 3); + x_62 = x_59; } else { - x_34 = x_30; + lean_dec_ref(x_59); + x_62 = lean_box(0); } -lean_ctor_set(x_34, 0, x_3); -lean_ctor_set(x_34, 1, x_4); -lean_ctor_set(x_34, 2, x_5); -x_35 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_2, x_34, x_8, lean_box(0)); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_7); -lean_ctor_set(x_36, 1, x_35); -return x_36; +x_63 = l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_updateWorkerRefs___spec__4(x_61, x_5); +if (lean_is_scalar(x_62)) { + x_64 = lean_alloc_ctor(0, 4, 0); +} else { + x_64 = x_62; +} +lean_ctor_set(x_64, 0, x_3); +lean_ctor_set(x_64, 1, x_4); +lean_ctor_set(x_64, 2, x_60); +lean_ctor_set(x_64, 3, x_63); +x_65 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_64, x_8, lean_box(0)); +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_7); +lean_ctor_set(x_66, 1, x_65); +x_67 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_67, 0, x_66); +lean_ctor_set(x_67, 1, x_6); +return x_67; +} +} +} +else +{ +lean_object* x_68; +lean_free_object(x_22); +lean_dec(x_24); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_68 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_68, 0, x_1); +lean_ctor_set(x_68, 1, x_6); +return x_68; +} +} +else +{ +lean_object* x_69; uint8_t x_70; +x_69 = lean_ctor_get(x_22, 1); +lean_inc(x_69); +lean_dec(x_22); +x_70 = lean_nat_dec_lt(x_4, x_69); +if (x_70 == 0) +{ +lean_object* x_71; uint8_t x_72; +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + lean_ctor_release(x_1, 1); + x_71 = x_1; +} else { + lean_dec_ref(x_1); + x_71 = lean_box(0); +} +x_72 = lean_nat_dec_eq(x_4, x_69); +lean_dec(x_69); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_73 = l_Lean_Server_instEmptyCollectionDirectImports___closed__1; +x_74 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_74, 0, x_3); +lean_ctor_set(x_74, 1, x_4); +lean_ctor_set(x_74, 2, x_73); +lean_ctor_set(x_74, 3, x_5); +x_75 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_74, x_8, lean_box(0)); +if (lean_is_scalar(x_71)) { + x_76 = lean_alloc_ctor(0, 2, 0); +} else { + x_76 = x_71; +} +lean_ctor_set(x_76, 0, x_7); +lean_ctor_set(x_76, 1, x_75); +x_77 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_77, 0, x_76); +lean_ctor_set(x_77, 1, x_6); +return x_77; +} +else +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; +x_78 = lean_box(1); +x_79 = l_Lean_Server_instEmptyCollectionDirectImports___closed__1; +lean_inc(x_4); +lean_inc(x_3); +x_80 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_80, 0, x_3); +lean_ctor_set(x_80, 1, x_4); +lean_ctor_set(x_80, 2, x_79); +lean_ctor_set(x_80, 3, x_78); +x_81 = l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__1(x_8, x_2, x_80); +lean_dec(x_80); +x_82 = lean_ctor_get(x_81, 2); +lean_inc(x_82); +x_83 = lean_ctor_get(x_81, 3); +lean_inc(x_83); +if (lean_is_exclusive(x_81)) { + lean_ctor_release(x_81, 0); + lean_ctor_release(x_81, 1); + lean_ctor_release(x_81, 2); + lean_ctor_release(x_81, 3); + x_84 = x_81; +} else { + lean_dec_ref(x_81); + x_84 = lean_box(0); +} +x_85 = l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_updateWorkerRefs___spec__4(x_83, x_5); +if (lean_is_scalar(x_84)) { + x_86 = lean_alloc_ctor(0, 4, 0); +} else { + x_86 = x_84; +} +lean_ctor_set(x_86, 0, x_3); +lean_ctor_set(x_86, 1, x_4); +lean_ctor_set(x_86, 2, x_82); +lean_ctor_set(x_86, 3, x_85); +x_87 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_86, x_8, lean_box(0)); +if (lean_is_scalar(x_71)) { + x_88 = lean_alloc_ctor(0, 2, 0); +} else { + x_88 = x_71; +} +lean_ctor_set(x_88, 0, x_7); +lean_ctor_set(x_88, 1, x_87); +x_89 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_89, 0, x_88); +lean_ctor_set(x_89, 1, x_6); +return x_89; +} +} +else +{ +lean_object* x_90; +lean_dec(x_69); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_1); +lean_ctor_set(x_90, 1, x_6); +return x_90; } } } } } -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerRefs___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_3; -x_3 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerRefs___spec__1(x_1, x_2); +lean_object* x_4; +x_4 = l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__1(x_1, x_2, x_3); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_3; +return x_4; } } LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { @@ -30201,125 +35867,263 @@ lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_References_finalizeWorkerRefs(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_4; -x_4 = l_Std_DTreeMap_Internal_Impl_Const_getD___at_Lean_Server_References_updateWorkerRefs___spec__3(x_1, x_2, x_3); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerRefs___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; -x_3 = l_Lean_Server_References_updateWorkerRefs___lambda__1(x_1, x_2); -lean_dec(x_2); -lean_dec(x_1); -return x_3; -} -} -LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerRefs___lambda__2___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: -{ -lean_object* x_10; -x_10 = l_Lean_Server_References_updateWorkerRefs___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_9); -lean_dec(x_2); -return x_10; -} -} -LEAN_EXPORT lean_object* l_Lean_Server_References_finalizeWorkerRefs___lambda__1(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; -x_7 = !lean_is_exclusive(x_1); -if (x_7 == 0) -{ -lean_object* x_8; lean_object* x_9; lean_object* x_10; +lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_7 = lean_ctor_get(x_1, 0); +lean_inc(x_7); x_8 = lean_ctor_get(x_1, 1); -x_9 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_9, 0, x_2); -lean_ctor_set(x_9, 1, x_3); -lean_ctor_set(x_9, 2, x_4); -x_10 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_5, x_9, x_8, lean_box(0)); -lean_ctor_set(x_1, 1, x_10); -return x_1; -} -else +lean_inc(x_8); +x_9 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerImports___spec__1(x_8, x_2); +if (lean_obj_tag(x_9) == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* 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 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_13, 0, x_2); -lean_ctor_set(x_13, 1, x_3); -lean_ctor_set(x_13, 2, x_4); -x_14 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_5, x_13, x_12, lean_box(0)); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_11); -lean_ctor_set(x_15, 1, x_14); -return x_15; -} -} -} -LEAN_EXPORT lean_object* l_Lean_Server_References_finalizeWorkerRefs(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: +uint8_t x_10; +x_10 = !lean_is_exclusive(x_1); +if (x_10 == 0) { -lean_object* x_6; lean_object* x_7; -x_6 = lean_ctor_get(x_1, 1); -lean_inc(x_6); -x_7 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerRefs___spec__1(x_6, x_2); -lean_dec(x_6); -if (lean_obj_tag(x_7) == 0) -{ -lean_object* x_8; lean_object* x_9; -x_8 = lean_box(0); -x_9 = l_Lean_Server_References_finalizeWorkerRefs___lambda__1(x_1, x_3, x_4, x_5, x_2, x_8); -return x_9; -} -else -{ -lean_object* x_10; lean_object* x_11; uint8_t x_12; -x_10 = lean_ctor_get(x_7, 0); -lean_inc(x_10); -lean_dec(x_7); -x_11 = lean_ctor_get(x_10, 1); -lean_inc(x_11); -lean_dec(x_10); -x_12 = lean_nat_dec_lt(x_4, x_11); +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_11 = lean_ctor_get(x_1, 1); lean_dec(x_11); -if (x_12 == 0) -{ -lean_object* x_13; lean_object* x_14; -x_13 = lean_box(0); -x_14 = l_Lean_Server_References_finalizeWorkerRefs___lambda__1(x_1, x_3, x_4, x_5, x_2, x_13); -return x_14; +x_12 = lean_ctor_get(x_1, 0); +lean_dec(x_12); +x_13 = l_Lean_Server_instEmptyCollectionDirectImports___closed__1; +x_14 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_14, 0, x_3); +lean_ctor_set(x_14, 1, x_4); +lean_ctor_set(x_14, 2, x_13); +lean_ctor_set(x_14, 3, x_5); +x_15 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_14, x_8, lean_box(0)); +lean_ctor_set(x_1, 1, x_15); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_1); +lean_ctor_set(x_16, 1, x_6); +return x_16; } else { +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +lean_dec(x_1); +x_17 = l_Lean_Server_instEmptyCollectionDirectImports___closed__1; +x_18 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_18, 0, x_3); +lean_ctor_set(x_18, 1, x_4); +lean_ctor_set(x_18, 2, x_17); +lean_ctor_set(x_18, 3, x_5); +x_19 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_18, x_8, lean_box(0)); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_7); +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_6); +return x_21; +} +} +else +{ +lean_object* x_22; uint8_t x_23; +x_22 = lean_ctor_get(x_9, 0); +lean_inc(x_22); +lean_dec(x_9); +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_24 = lean_ctor_get(x_22, 1); +x_25 = lean_ctor_get(x_22, 2); +x_26 = lean_ctor_get(x_22, 3); +lean_dec(x_26); +x_27 = lean_ctor_get(x_22, 0); +lean_dec(x_27); +x_28 = lean_nat_dec_lt(x_4, x_24); +if (x_28 == 0) +{ +uint8_t x_29; +x_29 = !lean_is_exclusive(x_1); +if (x_29 == 0) +{ +lean_object* x_30; lean_object* x_31; uint8_t x_32; +x_30 = lean_ctor_get(x_1, 1); +lean_dec(x_30); +x_31 = lean_ctor_get(x_1, 0); +lean_dec(x_31); +x_32 = lean_nat_dec_eq(x_4, x_24); +lean_dec(x_24); +if (x_32 == 0) +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_25); +x_33 = l_Lean_Server_instEmptyCollectionDirectImports___closed__1; +lean_ctor_set(x_22, 3, x_5); +lean_ctor_set(x_22, 2, x_33); +lean_ctor_set(x_22, 1, x_4); +lean_ctor_set(x_22, 0, x_3); +x_34 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_22, x_8, lean_box(0)); +lean_ctor_set(x_1, 1, x_34); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_1); +lean_ctor_set(x_35, 1, x_6); +return x_35; +} +else +{ +lean_object* x_36; lean_object* x_37; +lean_ctor_set(x_22, 3, x_5); +lean_ctor_set(x_22, 1, x_4); +lean_ctor_set(x_22, 0, x_3); +x_36 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_22, x_8, lean_box(0)); +lean_ctor_set(x_1, 1, x_36); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_1); +lean_ctor_set(x_37, 1, x_6); +return x_37; +} +} +else +{ +uint8_t x_38; +lean_dec(x_1); +x_38 = lean_nat_dec_eq(x_4, x_24); +lean_dec(x_24); +if (x_38 == 0) +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +lean_dec(x_25); +x_39 = l_Lean_Server_instEmptyCollectionDirectImports___closed__1; +lean_ctor_set(x_22, 3, x_5); +lean_ctor_set(x_22, 2, x_39); +lean_ctor_set(x_22, 1, x_4); +lean_ctor_set(x_22, 0, x_3); +x_40 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_22, x_8, lean_box(0)); +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_7); +lean_ctor_set(x_41, 1, x_40); +x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_6); +return x_42; +} +else +{ +lean_object* x_43; lean_object* x_44; lean_object* x_45; +lean_ctor_set(x_22, 3, x_5); +lean_ctor_set(x_22, 1, x_4); +lean_ctor_set(x_22, 0, x_3); +x_43 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_22, x_8, lean_box(0)); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_7); +lean_ctor_set(x_44, 1, x_43); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_6); +return x_45; +} +} +} +else +{ +lean_object* x_46; +lean_free_object(x_22); +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_8); +lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_1; +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_1); +lean_ctor_set(x_46, 1, x_6); +return x_46; } } -} -} -LEAN_EXPORT lean_object* l_Lean_Server_References_finalizeWorkerRefs___lambda__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: +else { -lean_object* x_7; -x_7 = l_Lean_Server_References_finalizeWorkerRefs___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); -lean_dec(x_6); -return x_7; +lean_object* x_47; lean_object* x_48; uint8_t x_49; +x_47 = lean_ctor_get(x_22, 1); +x_48 = lean_ctor_get(x_22, 2); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_22); +x_49 = lean_nat_dec_lt(x_4, x_47); +if (x_49 == 0) +{ +lean_object* x_50; uint8_t x_51; +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + lean_ctor_release(x_1, 1); + x_50 = x_1; +} else { + lean_dec_ref(x_1); + x_50 = lean_box(0); +} +x_51 = lean_nat_dec_eq(x_4, x_47); +lean_dec(x_47); +if (x_51 == 0) +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; +lean_dec(x_48); +x_52 = l_Lean_Server_instEmptyCollectionDirectImports___closed__1; +x_53 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_53, 0, x_3); +lean_ctor_set(x_53, 1, x_4); +lean_ctor_set(x_53, 2, x_52); +lean_ctor_set(x_53, 3, x_5); +x_54 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_53, x_8, lean_box(0)); +if (lean_is_scalar(x_50)) { + x_55 = lean_alloc_ctor(0, 2, 0); +} else { + x_55 = x_50; +} +lean_ctor_set(x_55, 0, x_7); +lean_ctor_set(x_55, 1, x_54); +x_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_55); +lean_ctor_set(x_56, 1, x_6); +return x_56; +} +else +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_57 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_57, 0, x_3); +lean_ctor_set(x_57, 1, x_4); +lean_ctor_set(x_57, 2, x_48); +lean_ctor_set(x_57, 3, x_5); +x_58 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_updateWorkerImports___spec__2(x_2, x_57, x_8, lean_box(0)); +if (lean_is_scalar(x_50)) { + x_59 = lean_alloc_ctor(0, 2, 0); +} else { + x_59 = x_50; +} +lean_ctor_set(x_59, 0, x_7); +lean_ctor_set(x_59, 1, x_58); +x_60 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_60, 0, x_59); +lean_ctor_set(x_60, 1, x_6); +return x_60; +} +} +else +{ +lean_object* x_61; +lean_dec(x_48); +lean_dec(x_47); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_1); +lean_ctor_set(x_61, 1, x_6); +return x_61; +} +} +} } } LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_References_removeWorkerRefs___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { @@ -41351,7 +47155,7 @@ lean_dec(x_2); x_7 = l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_allRefs___spec__3(x_1, x_5); x_8 = lean_ctor_get(x_4, 0); lean_inc(x_8); -x_9 = lean_ctor_get(x_4, 2); +x_9 = lean_ctor_get(x_4, 3); lean_inc(x_9); lean_dec(x_4); x_10 = lean_alloc_ctor(0, 2, 0); @@ -41394,7 +47198,7 @@ lean_dec(x_2); x_7 = l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_allRefs___spec__5(x_1, x_5); x_8 = lean_ctor_get(x_4, 0); lean_inc(x_8); -x_9 = lean_ctor_get(x_4, 2); +x_9 = lean_ctor_get(x_4, 3); lean_inc(x_9); lean_dec(x_4); x_10 = lean_alloc_ctor(0, 2, 0); @@ -41434,6 +47238,3209 @@ x_6 = l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_allRefs___ return x_6; } } +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_allDirectImports___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +if (lean_obj_tag(x_3) == 0) +{ +uint8_t x_5; +x_5 = !lean_is_exclusive(x_3); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_6 = lean_ctor_get(x_3, 0); +x_7 = lean_ctor_get(x_3, 1); +x_8 = lean_ctor_get(x_3, 2); +x_9 = lean_ctor_get(x_3, 3); +x_10 = lean_ctor_get(x_3, 4); +x_11 = l_Lean_Name_quickCmp(x_1, x_7); +switch (x_11) { +case 0: +{ +lean_object* x_12; +lean_dec(x_6); +x_12 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_allDirectImports___spec__1(x_1, x_2, x_9, lean_box(0)); +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_13; uint8_t x_14; +x_13 = lean_ctor_get(x_10, 0); +lean_inc(x_13); +x_14 = !lean_is_exclusive(x_12); +if (x_14 == 0) +{ +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; uint8_t x_22; +x_15 = lean_ctor_get(x_12, 0); +x_16 = lean_ctor_get(x_12, 1); +x_17 = lean_ctor_get(x_12, 2); +x_18 = lean_ctor_get(x_12, 3); +x_19 = lean_ctor_get(x_12, 4); +x_20 = lean_unsigned_to_nat(3u); +x_21 = lean_nat_mul(x_20, x_13); +x_22 = lean_nat_dec_lt(x_21, x_15); +lean_dec(x_21); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_unsigned_to_nat(1u); +x_24 = lean_nat_add(x_23, x_15); +x_25 = lean_nat_add(x_24, x_13); +lean_dec(x_13); +lean_dec(x_24); +lean_ctor_set(x_3, 3, x_12); +lean_ctor_set(x_3, 0, x_25); +return x_3; +} +else +{ +lean_object* x_26; uint8_t x_27; +lean_free_object(x_3); +x_26 = lean_ctor_get(x_18, 0); +lean_inc(x_26); +x_27 = !lean_is_exclusive(x_19); +if (x_27 == 0) +{ +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_35; +x_28 = lean_ctor_get(x_19, 0); +x_29 = lean_ctor_get(x_19, 1); +x_30 = lean_ctor_get(x_19, 2); +x_31 = lean_ctor_get(x_19, 3); +x_32 = lean_ctor_get(x_19, 4); +x_33 = lean_unsigned_to_nat(2u); +x_34 = lean_nat_mul(x_33, x_26); +x_35 = lean_nat_dec_lt(x_28, x_34); +lean_dec(x_34); +if (x_35 == 0) +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +lean_dec(x_28); +x_36 = lean_unsigned_to_nat(1u); +x_37 = lean_nat_add(x_36, x_15); +lean_dec(x_15); +x_38 = lean_nat_add(x_37, x_13); +lean_dec(x_37); +x_39 = lean_nat_add(x_36, x_26); +lean_dec(x_26); +x_40 = lean_nat_add(x_36, x_13); +lean_dec(x_13); +if (lean_obj_tag(x_31) == 0) +{ +lean_object* x_41; lean_object* x_42; uint8_t x_43; +x_41 = lean_ctor_get(x_31, 0); +lean_inc(x_41); +x_42 = lean_nat_add(x_39, x_41); +lean_dec(x_41); +lean_dec(x_39); +lean_inc(x_18); +lean_ctor_set(x_19, 4, x_31); +lean_ctor_set(x_19, 3, x_18); +lean_ctor_set(x_19, 2, x_17); +lean_ctor_set(x_19, 1, x_16); +lean_ctor_set(x_19, 0, x_42); +x_43 = !lean_is_exclusive(x_18); +if (x_43 == 0) +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_44 = lean_ctor_get(x_18, 4); +lean_dec(x_44); +x_45 = lean_ctor_get(x_18, 3); +lean_dec(x_45); +x_46 = lean_ctor_get(x_18, 2); +lean_dec(x_46); +x_47 = lean_ctor_get(x_18, 1); +lean_dec(x_47); +x_48 = lean_ctor_get(x_18, 0); +lean_dec(x_48); +if (lean_obj_tag(x_32) == 0) +{ +lean_object* x_49; lean_object* x_50; +x_49 = lean_ctor_get(x_32, 0); +lean_inc(x_49); +x_50 = lean_nat_add(x_40, x_49); +lean_dec(x_49); +lean_dec(x_40); +lean_ctor_set(x_18, 4, x_10); +lean_ctor_set(x_18, 3, x_32); +lean_ctor_set(x_18, 2, x_8); +lean_ctor_set(x_18, 1, x_7); +lean_ctor_set(x_18, 0, x_50); +lean_ctor_set(x_12, 4, x_18); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +else +{ +lean_object* x_51; lean_object* x_52; +x_51 = lean_unsigned_to_nat(0u); +x_52 = lean_nat_add(x_40, x_51); +lean_dec(x_40); +lean_ctor_set(x_18, 4, x_10); +lean_ctor_set(x_18, 3, x_32); +lean_ctor_set(x_18, 2, x_8); +lean_ctor_set(x_18, 1, x_7); +lean_ctor_set(x_18, 0, x_52); +lean_ctor_set(x_12, 4, x_18); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +} +else +{ +lean_dec(x_18); +if (lean_obj_tag(x_32) == 0) +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_32, 0); +lean_inc(x_53); +x_54 = lean_nat_add(x_40, x_53); +lean_dec(x_53); +lean_dec(x_40); +x_55 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_7); +lean_ctor_set(x_55, 2, x_8); +lean_ctor_set(x_55, 3, x_32); +lean_ctor_set(x_55, 4, x_10); +lean_ctor_set(x_12, 4, x_55); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +else +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_unsigned_to_nat(0u); +x_57 = lean_nat_add(x_40, x_56); +lean_dec(x_40); +x_58 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_7); +lean_ctor_set(x_58, 2, x_8); +lean_ctor_set(x_58, 3, x_32); +lean_ctor_set(x_58, 4, x_10); +lean_ctor_set(x_12, 4, x_58); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +} +} +else +{ +lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_59 = lean_unsigned_to_nat(0u); +x_60 = lean_nat_add(x_39, x_59); +lean_dec(x_39); +lean_inc(x_18); +lean_ctor_set(x_19, 4, x_31); +lean_ctor_set(x_19, 3, x_18); +lean_ctor_set(x_19, 2, x_17); +lean_ctor_set(x_19, 1, x_16); +lean_ctor_set(x_19, 0, x_60); +x_61 = !lean_is_exclusive(x_18); +if (x_61 == 0) +{ +lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_62 = lean_ctor_get(x_18, 4); +lean_dec(x_62); +x_63 = lean_ctor_get(x_18, 3); +lean_dec(x_63); +x_64 = lean_ctor_get(x_18, 2); +lean_dec(x_64); +x_65 = lean_ctor_get(x_18, 1); +lean_dec(x_65); +x_66 = lean_ctor_get(x_18, 0); +lean_dec(x_66); +if (lean_obj_tag(x_32) == 0) +{ +lean_object* x_67; lean_object* x_68; +x_67 = lean_ctor_get(x_32, 0); +lean_inc(x_67); +x_68 = lean_nat_add(x_40, x_67); +lean_dec(x_67); +lean_dec(x_40); +lean_ctor_set(x_18, 4, x_10); +lean_ctor_set(x_18, 3, x_32); +lean_ctor_set(x_18, 2, x_8); +lean_ctor_set(x_18, 1, x_7); +lean_ctor_set(x_18, 0, x_68); +lean_ctor_set(x_12, 4, x_18); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +else +{ +lean_object* x_69; +x_69 = lean_nat_add(x_40, x_59); +lean_dec(x_40); +lean_ctor_set(x_18, 4, x_10); +lean_ctor_set(x_18, 3, x_32); +lean_ctor_set(x_18, 2, x_8); +lean_ctor_set(x_18, 1, x_7); +lean_ctor_set(x_18, 0, x_69); +lean_ctor_set(x_12, 4, x_18); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +} +else +{ +lean_dec(x_18); +if (lean_obj_tag(x_32) == 0) +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_32, 0); +lean_inc(x_70); +x_71 = lean_nat_add(x_40, x_70); +lean_dec(x_70); +lean_dec(x_40); +x_72 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_72, 0, x_71); +lean_ctor_set(x_72, 1, x_7); +lean_ctor_set(x_72, 2, x_8); +lean_ctor_set(x_72, 3, x_32); +lean_ctor_set(x_72, 4, x_10); +lean_ctor_set(x_12, 4, x_72); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +else +{ +lean_object* x_73; lean_object* x_74; +x_73 = lean_nat_add(x_40, x_59); +lean_dec(x_40); +x_74 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_7); +lean_ctor_set(x_74, 2, x_8); +lean_ctor_set(x_74, 3, x_32); +lean_ctor_set(x_74, 4, x_10); +lean_ctor_set(x_12, 4, x_74); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_30); +lean_ctor_set(x_12, 1, x_29); +lean_ctor_set(x_12, 0, x_38); +return x_12; +} +} +} +} +else +{ +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; uint8_t x_80; +lean_dec(x_26); +x_75 = lean_unsigned_to_nat(1u); +x_76 = lean_nat_add(x_75, x_15); +lean_dec(x_15); +x_77 = lean_nat_add(x_76, x_13); +lean_dec(x_76); +x_78 = lean_nat_add(x_75, x_13); +lean_dec(x_13); +x_79 = lean_nat_add(x_78, x_28); +lean_dec(x_78); +lean_inc(x_10); +lean_ctor_set(x_12, 4, x_10); +lean_ctor_set(x_12, 3, x_19); +lean_ctor_set(x_12, 2, x_8); +lean_ctor_set(x_12, 1, x_7); +lean_ctor_set(x_12, 0, x_79); +x_80 = !lean_is_exclusive(x_10); +if (x_80 == 0) +{ +lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_81 = lean_ctor_get(x_10, 4); +lean_dec(x_81); +x_82 = lean_ctor_get(x_10, 3); +lean_dec(x_82); +x_83 = lean_ctor_get(x_10, 2); +lean_dec(x_83); +x_84 = lean_ctor_get(x_10, 1); +lean_dec(x_84); +x_85 = lean_ctor_get(x_10, 0); +lean_dec(x_85); +lean_ctor_set(x_10, 4, x_12); +lean_ctor_set(x_10, 3, x_18); +lean_ctor_set(x_10, 2, x_17); +lean_ctor_set(x_10, 1, x_16); +lean_ctor_set(x_10, 0, x_77); +return x_10; +} +else +{ +lean_object* x_86; +lean_dec(x_10); +x_86 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_86, 0, x_77); +lean_ctor_set(x_86, 1, x_16); +lean_ctor_set(x_86, 2, x_17); +lean_ctor_set(x_86, 3, x_18); +lean_ctor_set(x_86, 4, x_12); +return x_86; +} +} +} +else +{ +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; uint8_t x_94; +x_87 = lean_ctor_get(x_19, 0); +x_88 = lean_ctor_get(x_19, 1); +x_89 = lean_ctor_get(x_19, 2); +x_90 = lean_ctor_get(x_19, 3); +x_91 = lean_ctor_get(x_19, 4); +lean_inc(x_91); +lean_inc(x_90); +lean_inc(x_89); +lean_inc(x_88); +lean_inc(x_87); +lean_dec(x_19); +x_92 = lean_unsigned_to_nat(2u); +x_93 = lean_nat_mul(x_92, x_26); +x_94 = lean_nat_dec_lt(x_87, x_93); +lean_dec(x_93); +if (x_94 == 0) +{ +lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; +lean_dec(x_87); +x_95 = lean_unsigned_to_nat(1u); +x_96 = lean_nat_add(x_95, x_15); +lean_dec(x_15); +x_97 = lean_nat_add(x_96, x_13); +lean_dec(x_96); +x_98 = lean_nat_add(x_95, x_26); +lean_dec(x_26); +x_99 = lean_nat_add(x_95, x_13); +lean_dec(x_13); +if (lean_obj_tag(x_90) == 0) +{ +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_100 = lean_ctor_get(x_90, 0); +lean_inc(x_100); +x_101 = lean_nat_add(x_98, x_100); +lean_dec(x_100); +lean_dec(x_98); +lean_inc(x_18); +x_102 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_102, 0, x_101); +lean_ctor_set(x_102, 1, x_16); +lean_ctor_set(x_102, 2, x_17); +lean_ctor_set(x_102, 3, x_18); +lean_ctor_set(x_102, 4, x_90); +if (lean_is_exclusive(x_18)) { + lean_ctor_release(x_18, 0); + lean_ctor_release(x_18, 1); + lean_ctor_release(x_18, 2); + lean_ctor_release(x_18, 3); + lean_ctor_release(x_18, 4); + x_103 = x_18; +} else { + lean_dec_ref(x_18); + x_103 = lean_box(0); +} +if (lean_obj_tag(x_91) == 0) +{ +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_91, 0); +lean_inc(x_104); +x_105 = lean_nat_add(x_99, x_104); +lean_dec(x_104); +lean_dec(x_99); +if (lean_is_scalar(x_103)) { + x_106 = lean_alloc_ctor(0, 5, 0); +} else { + x_106 = x_103; +} +lean_ctor_set(x_106, 0, x_105); +lean_ctor_set(x_106, 1, x_7); +lean_ctor_set(x_106, 2, x_8); +lean_ctor_set(x_106, 3, x_91); +lean_ctor_set(x_106, 4, x_10); +lean_ctor_set(x_12, 4, x_106); +lean_ctor_set(x_12, 3, x_102); +lean_ctor_set(x_12, 2, x_89); +lean_ctor_set(x_12, 1, x_88); +lean_ctor_set(x_12, 0, x_97); +return x_12; +} +else +{ +lean_object* x_107; lean_object* x_108; lean_object* x_109; +x_107 = lean_unsigned_to_nat(0u); +x_108 = lean_nat_add(x_99, x_107); +lean_dec(x_99); +if (lean_is_scalar(x_103)) { + x_109 = lean_alloc_ctor(0, 5, 0); +} else { + x_109 = x_103; +} +lean_ctor_set(x_109, 0, x_108); +lean_ctor_set(x_109, 1, x_7); +lean_ctor_set(x_109, 2, x_8); +lean_ctor_set(x_109, 3, x_91); +lean_ctor_set(x_109, 4, x_10); +lean_ctor_set(x_12, 4, x_109); +lean_ctor_set(x_12, 3, x_102); +lean_ctor_set(x_12, 2, x_89); +lean_ctor_set(x_12, 1, x_88); +lean_ctor_set(x_12, 0, x_97); +return x_12; +} +} +else +{ +lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_110 = lean_unsigned_to_nat(0u); +x_111 = lean_nat_add(x_98, x_110); +lean_dec(x_98); +lean_inc(x_18); +x_112 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_16); +lean_ctor_set(x_112, 2, x_17); +lean_ctor_set(x_112, 3, x_18); +lean_ctor_set(x_112, 4, x_90); +if (lean_is_exclusive(x_18)) { + lean_ctor_release(x_18, 0); + lean_ctor_release(x_18, 1); + lean_ctor_release(x_18, 2); + lean_ctor_release(x_18, 3); + lean_ctor_release(x_18, 4); + x_113 = x_18; +} else { + lean_dec_ref(x_18); + x_113 = lean_box(0); +} +if (lean_obj_tag(x_91) == 0) +{ +lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_114 = lean_ctor_get(x_91, 0); +lean_inc(x_114); +x_115 = lean_nat_add(x_99, x_114); +lean_dec(x_114); +lean_dec(x_99); +if (lean_is_scalar(x_113)) { + x_116 = lean_alloc_ctor(0, 5, 0); +} else { + x_116 = x_113; +} +lean_ctor_set(x_116, 0, x_115); +lean_ctor_set(x_116, 1, x_7); +lean_ctor_set(x_116, 2, x_8); +lean_ctor_set(x_116, 3, x_91); +lean_ctor_set(x_116, 4, x_10); +lean_ctor_set(x_12, 4, x_116); +lean_ctor_set(x_12, 3, x_112); +lean_ctor_set(x_12, 2, x_89); +lean_ctor_set(x_12, 1, x_88); +lean_ctor_set(x_12, 0, x_97); +return x_12; +} +else +{ +lean_object* x_117; lean_object* x_118; +x_117 = lean_nat_add(x_99, x_110); +lean_dec(x_99); +if (lean_is_scalar(x_113)) { + x_118 = lean_alloc_ctor(0, 5, 0); +} else { + x_118 = x_113; +} +lean_ctor_set(x_118, 0, x_117); +lean_ctor_set(x_118, 1, x_7); +lean_ctor_set(x_118, 2, x_8); +lean_ctor_set(x_118, 3, x_91); +lean_ctor_set(x_118, 4, x_10); +lean_ctor_set(x_12, 4, x_118); +lean_ctor_set(x_12, 3, x_112); +lean_ctor_set(x_12, 2, x_89); +lean_ctor_set(x_12, 1, x_88); +lean_ctor_set(x_12, 0, x_97); +return x_12; +} +} +} +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; lean_object* x_125; lean_object* x_126; +lean_dec(x_26); +x_119 = lean_unsigned_to_nat(1u); +x_120 = lean_nat_add(x_119, x_15); +lean_dec(x_15); +x_121 = lean_nat_add(x_120, x_13); +lean_dec(x_120); +x_122 = lean_nat_add(x_119, x_13); +lean_dec(x_13); +x_123 = lean_nat_add(x_122, x_87); +lean_dec(x_122); +x_124 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_124, 0, x_87); +lean_ctor_set(x_124, 1, x_88); +lean_ctor_set(x_124, 2, x_89); +lean_ctor_set(x_124, 3, x_90); +lean_ctor_set(x_124, 4, x_91); +lean_inc(x_10); +lean_ctor_set(x_12, 4, x_10); +lean_ctor_set(x_12, 3, x_124); +lean_ctor_set(x_12, 2, x_8); +lean_ctor_set(x_12, 1, x_7); +lean_ctor_set(x_12, 0, x_123); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + lean_ctor_release(x_10, 3); + lean_ctor_release(x_10, 4); + x_125 = x_10; +} else { + lean_dec_ref(x_10); + x_125 = lean_box(0); +} +if (lean_is_scalar(x_125)) { + x_126 = lean_alloc_ctor(0, 5, 0); +} else { + x_126 = x_125; +} +lean_ctor_set(x_126, 0, x_121); +lean_ctor_set(x_126, 1, x_16); +lean_ctor_set(x_126, 2, x_17); +lean_ctor_set(x_126, 3, x_18); +lean_ctor_set(x_126, 4, x_12); +return x_126; +} +} +} +} +else +{ +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; uint8_t x_134; +x_127 = lean_ctor_get(x_12, 0); +x_128 = lean_ctor_get(x_12, 1); +x_129 = lean_ctor_get(x_12, 2); +x_130 = lean_ctor_get(x_12, 3); +x_131 = lean_ctor_get(x_12, 4); +lean_inc(x_131); +lean_inc(x_130); +lean_inc(x_129); +lean_inc(x_128); +lean_inc(x_127); +lean_dec(x_12); +x_132 = lean_unsigned_to_nat(3u); +x_133 = lean_nat_mul(x_132, x_13); +x_134 = lean_nat_dec_lt(x_133, x_127); +lean_dec(x_133); +if (x_134 == 0) +{ +lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; +x_135 = lean_unsigned_to_nat(1u); +x_136 = lean_nat_add(x_135, x_127); +x_137 = lean_nat_add(x_136, x_13); +lean_dec(x_13); +lean_dec(x_136); +x_138 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_138, 0, x_127); +lean_ctor_set(x_138, 1, x_128); +lean_ctor_set(x_138, 2, x_129); +lean_ctor_set(x_138, 3, x_130); +lean_ctor_set(x_138, 4, x_131); +lean_ctor_set(x_3, 3, x_138); +lean_ctor_set(x_3, 0, x_137); +return x_3; +} +else +{ +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; uint8_t x_148; +lean_free_object(x_3); +x_139 = lean_ctor_get(x_130, 0); +lean_inc(x_139); +x_140 = lean_ctor_get(x_131, 0); +lean_inc(x_140); +x_141 = lean_ctor_get(x_131, 1); +lean_inc(x_141); +x_142 = lean_ctor_get(x_131, 2); +lean_inc(x_142); +x_143 = lean_ctor_get(x_131, 3); +lean_inc(x_143); +x_144 = lean_ctor_get(x_131, 4); +lean_inc(x_144); +if (lean_is_exclusive(x_131)) { + lean_ctor_release(x_131, 0); + lean_ctor_release(x_131, 1); + lean_ctor_release(x_131, 2); + lean_ctor_release(x_131, 3); + lean_ctor_release(x_131, 4); + x_145 = x_131; +} else { + lean_dec_ref(x_131); + x_145 = lean_box(0); +} +x_146 = lean_unsigned_to_nat(2u); +x_147 = lean_nat_mul(x_146, x_139); +x_148 = lean_nat_dec_lt(x_140, x_147); +lean_dec(x_147); +if (x_148 == 0) +{ +lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; +lean_dec(x_140); +x_149 = lean_unsigned_to_nat(1u); +x_150 = lean_nat_add(x_149, x_127); +lean_dec(x_127); +x_151 = lean_nat_add(x_150, x_13); +lean_dec(x_150); +x_152 = lean_nat_add(x_149, x_139); +lean_dec(x_139); +x_153 = lean_nat_add(x_149, x_13); +lean_dec(x_13); +if (lean_obj_tag(x_143) == 0) +{ +lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; +x_154 = lean_ctor_get(x_143, 0); +lean_inc(x_154); +x_155 = lean_nat_add(x_152, x_154); +lean_dec(x_154); +lean_dec(x_152); +lean_inc(x_130); +if (lean_is_scalar(x_145)) { + x_156 = lean_alloc_ctor(0, 5, 0); +} else { + x_156 = x_145; +} +lean_ctor_set(x_156, 0, x_155); +lean_ctor_set(x_156, 1, x_128); +lean_ctor_set(x_156, 2, x_129); +lean_ctor_set(x_156, 3, x_130); +lean_ctor_set(x_156, 4, x_143); +if (lean_is_exclusive(x_130)) { + lean_ctor_release(x_130, 0); + lean_ctor_release(x_130, 1); + lean_ctor_release(x_130, 2); + lean_ctor_release(x_130, 3); + lean_ctor_release(x_130, 4); + x_157 = x_130; +} else { + lean_dec_ref(x_130); + x_157 = lean_box(0); +} +if (lean_obj_tag(x_144) == 0) +{ +lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; +x_158 = lean_ctor_get(x_144, 0); +lean_inc(x_158); +x_159 = lean_nat_add(x_153, x_158); +lean_dec(x_158); +lean_dec(x_153); +if (lean_is_scalar(x_157)) { + x_160 = lean_alloc_ctor(0, 5, 0); +} else { + x_160 = x_157; +} +lean_ctor_set(x_160, 0, x_159); +lean_ctor_set(x_160, 1, x_7); +lean_ctor_set(x_160, 2, x_8); +lean_ctor_set(x_160, 3, x_144); +lean_ctor_set(x_160, 4, x_10); +x_161 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_161, 0, x_151); +lean_ctor_set(x_161, 1, x_141); +lean_ctor_set(x_161, 2, x_142); +lean_ctor_set(x_161, 3, x_156); +lean_ctor_set(x_161, 4, x_160); +return x_161; +} +else +{ +lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; +x_162 = lean_unsigned_to_nat(0u); +x_163 = lean_nat_add(x_153, x_162); +lean_dec(x_153); +if (lean_is_scalar(x_157)) { + x_164 = lean_alloc_ctor(0, 5, 0); +} else { + x_164 = x_157; +} +lean_ctor_set(x_164, 0, x_163); +lean_ctor_set(x_164, 1, x_7); +lean_ctor_set(x_164, 2, x_8); +lean_ctor_set(x_164, 3, x_144); +lean_ctor_set(x_164, 4, x_10); +x_165 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_165, 0, x_151); +lean_ctor_set(x_165, 1, x_141); +lean_ctor_set(x_165, 2, x_142); +lean_ctor_set(x_165, 3, x_156); +lean_ctor_set(x_165, 4, x_164); +return x_165; +} +} +else +{ +lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; +x_166 = lean_unsigned_to_nat(0u); +x_167 = lean_nat_add(x_152, x_166); +lean_dec(x_152); +lean_inc(x_130); +if (lean_is_scalar(x_145)) { + x_168 = lean_alloc_ctor(0, 5, 0); +} else { + x_168 = x_145; +} +lean_ctor_set(x_168, 0, x_167); +lean_ctor_set(x_168, 1, x_128); +lean_ctor_set(x_168, 2, x_129); +lean_ctor_set(x_168, 3, x_130); +lean_ctor_set(x_168, 4, x_143); +if (lean_is_exclusive(x_130)) { + lean_ctor_release(x_130, 0); + lean_ctor_release(x_130, 1); + lean_ctor_release(x_130, 2); + lean_ctor_release(x_130, 3); + lean_ctor_release(x_130, 4); + x_169 = x_130; +} else { + lean_dec_ref(x_130); + x_169 = lean_box(0); +} +if (lean_obj_tag(x_144) == 0) +{ +lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; +x_170 = lean_ctor_get(x_144, 0); +lean_inc(x_170); +x_171 = lean_nat_add(x_153, x_170); +lean_dec(x_170); +lean_dec(x_153); +if (lean_is_scalar(x_169)) { + x_172 = lean_alloc_ctor(0, 5, 0); +} else { + x_172 = x_169; +} +lean_ctor_set(x_172, 0, x_171); +lean_ctor_set(x_172, 1, x_7); +lean_ctor_set(x_172, 2, x_8); +lean_ctor_set(x_172, 3, x_144); +lean_ctor_set(x_172, 4, x_10); +x_173 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_173, 0, x_151); +lean_ctor_set(x_173, 1, x_141); +lean_ctor_set(x_173, 2, x_142); +lean_ctor_set(x_173, 3, x_168); +lean_ctor_set(x_173, 4, x_172); +return x_173; +} +else +{ +lean_object* x_174; lean_object* x_175; lean_object* x_176; +x_174 = lean_nat_add(x_153, x_166); +lean_dec(x_153); +if (lean_is_scalar(x_169)) { + x_175 = lean_alloc_ctor(0, 5, 0); +} else { + x_175 = x_169; +} +lean_ctor_set(x_175, 0, x_174); +lean_ctor_set(x_175, 1, x_7); +lean_ctor_set(x_175, 2, x_8); +lean_ctor_set(x_175, 3, x_144); +lean_ctor_set(x_175, 4, x_10); +x_176 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_176, 0, x_151); +lean_ctor_set(x_176, 1, x_141); +lean_ctor_set(x_176, 2, x_142); +lean_ctor_set(x_176, 3, x_168); +lean_ctor_set(x_176, 4, x_175); +return x_176; +} +} +} +else +{ +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_dec(x_139); +x_177 = lean_unsigned_to_nat(1u); +x_178 = lean_nat_add(x_177, x_127); +lean_dec(x_127); +x_179 = lean_nat_add(x_178, x_13); +lean_dec(x_178); +x_180 = lean_nat_add(x_177, x_13); +lean_dec(x_13); +x_181 = lean_nat_add(x_180, x_140); +lean_dec(x_180); +if (lean_is_scalar(x_145)) { + x_182 = lean_alloc_ctor(0, 5, 0); +} else { + x_182 = x_145; +} +lean_ctor_set(x_182, 0, x_140); +lean_ctor_set(x_182, 1, x_141); +lean_ctor_set(x_182, 2, x_142); +lean_ctor_set(x_182, 3, x_143); +lean_ctor_set(x_182, 4, x_144); +lean_inc(x_10); +x_183 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_183, 0, x_181); +lean_ctor_set(x_183, 1, x_7); +lean_ctor_set(x_183, 2, x_8); +lean_ctor_set(x_183, 3, x_182); +lean_ctor_set(x_183, 4, x_10); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + lean_ctor_release(x_10, 3); + lean_ctor_release(x_10, 4); + x_184 = x_10; +} else { + lean_dec_ref(x_10); + x_184 = lean_box(0); +} +if (lean_is_scalar(x_184)) { + x_185 = lean_alloc_ctor(0, 5, 0); +} else { + x_185 = x_184; +} +lean_ctor_set(x_185, 0, x_179); +lean_ctor_set(x_185, 1, x_128); +lean_ctor_set(x_185, 2, x_129); +lean_ctor_set(x_185, 3, x_130); +lean_ctor_set(x_185, 4, x_183); +return x_185; +} +} +} +} +else +{ +lean_object* x_186; +x_186 = lean_ctor_get(x_12, 3); +lean_inc(x_186); +if (lean_obj_tag(x_186) == 0) +{ +uint8_t x_187; +x_187 = !lean_is_exclusive(x_12); +if (x_187 == 0) +{ +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; +x_188 = lean_ctor_get(x_12, 1); +x_189 = lean_ctor_get(x_12, 2); +x_190 = lean_ctor_get(x_12, 4); +lean_dec(x_190); +x_191 = lean_ctor_get(x_12, 3); +lean_dec(x_191); +x_192 = lean_ctor_get(x_12, 0); +lean_dec(x_192); +x_193 = lean_box(1); +x_194 = lean_unsigned_to_nat(1u); +lean_ctor_set(x_12, 4, x_193); +lean_ctor_set(x_12, 3, x_193); +lean_ctor_set(x_12, 2, x_8); +lean_ctor_set(x_12, 1, x_7); +lean_ctor_set(x_12, 0, x_194); +x_195 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_12); +lean_ctor_set(x_3, 3, x_186); +lean_ctor_set(x_3, 2, x_189); +lean_ctor_set(x_3, 1, x_188); +lean_ctor_set(x_3, 0, x_195); +return x_3; +} +else +{ +lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; +x_196 = lean_ctor_get(x_12, 1); +x_197 = lean_ctor_get(x_12, 2); +lean_inc(x_197); +lean_inc(x_196); +lean_dec(x_12); +x_198 = lean_box(1); +x_199 = lean_unsigned_to_nat(1u); +x_200 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_200, 0, x_199); +lean_ctor_set(x_200, 1, x_7); +lean_ctor_set(x_200, 2, x_8); +lean_ctor_set(x_200, 3, x_198); +lean_ctor_set(x_200, 4, x_198); +x_201 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_200); +lean_ctor_set(x_3, 3, x_186); +lean_ctor_set(x_3, 2, x_197); +lean_ctor_set(x_3, 1, x_196); +lean_ctor_set(x_3, 0, x_201); +return x_3; +} +} +else +{ +lean_object* x_202; +x_202 = lean_ctor_get(x_12, 4); +lean_inc(x_202); +if (lean_obj_tag(x_202) == 0) +{ +uint8_t x_203; +x_203 = !lean_is_exclusive(x_12); +if (x_203 == 0) +{ +lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; uint8_t x_209; +x_204 = lean_ctor_get(x_12, 1); +x_205 = lean_ctor_get(x_12, 2); +x_206 = lean_ctor_get(x_12, 4); +lean_dec(x_206); +x_207 = lean_ctor_get(x_12, 3); +lean_dec(x_207); +x_208 = lean_ctor_get(x_12, 0); +lean_dec(x_208); +x_209 = !lean_is_exclusive(x_202); +if (x_209 == 0) +{ +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; +x_210 = lean_ctor_get(x_202, 1); +x_211 = lean_ctor_get(x_202, 2); +x_212 = lean_ctor_get(x_202, 4); +lean_dec(x_212); +x_213 = lean_ctor_get(x_202, 3); +lean_dec(x_213); +x_214 = lean_ctor_get(x_202, 0); +lean_dec(x_214); +x_215 = lean_box(1); +x_216 = lean_unsigned_to_nat(1u); +lean_ctor_set(x_202, 4, x_215); +lean_ctor_set(x_202, 3, x_215); +lean_ctor_set(x_202, 2, x_205); +lean_ctor_set(x_202, 1, x_204); +lean_ctor_set(x_202, 0, x_216); +lean_ctor_set(x_12, 4, x_215); +lean_ctor_set(x_12, 3, x_215); +lean_ctor_set(x_12, 2, x_8); +lean_ctor_set(x_12, 1, x_7); +lean_ctor_set(x_12, 0, x_216); +x_217 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_12); +lean_ctor_set(x_3, 3, x_202); +lean_ctor_set(x_3, 2, x_211); +lean_ctor_set(x_3, 1, x_210); +lean_ctor_set(x_3, 0, x_217); +return x_3; +} +else +{ +lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; +x_218 = lean_ctor_get(x_202, 1); +x_219 = lean_ctor_get(x_202, 2); +lean_inc(x_219); +lean_inc(x_218); +lean_dec(x_202); +x_220 = lean_box(1); +x_221 = lean_unsigned_to_nat(1u); +x_222 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_222, 0, x_221); +lean_ctor_set(x_222, 1, x_204); +lean_ctor_set(x_222, 2, x_205); +lean_ctor_set(x_222, 3, x_220); +lean_ctor_set(x_222, 4, x_220); +lean_ctor_set(x_12, 4, x_220); +lean_ctor_set(x_12, 3, x_220); +lean_ctor_set(x_12, 2, x_8); +lean_ctor_set(x_12, 1, x_7); +lean_ctor_set(x_12, 0, x_221); +x_223 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_12); +lean_ctor_set(x_3, 3, x_222); +lean_ctor_set(x_3, 2, x_219); +lean_ctor_set(x_3, 1, x_218); +lean_ctor_set(x_3, 0, x_223); +return x_3; +} +} +else +{ +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; +x_224 = lean_ctor_get(x_12, 1); +x_225 = lean_ctor_get(x_12, 2); +lean_inc(x_225); +lean_inc(x_224); +lean_dec(x_12); +x_226 = lean_ctor_get(x_202, 1); +lean_inc(x_226); +x_227 = lean_ctor_get(x_202, 2); +lean_inc(x_227); +if (lean_is_exclusive(x_202)) { + lean_ctor_release(x_202, 0); + lean_ctor_release(x_202, 1); + lean_ctor_release(x_202, 2); + lean_ctor_release(x_202, 3); + lean_ctor_release(x_202, 4); + x_228 = x_202; +} else { + lean_dec_ref(x_202); + x_228 = lean_box(0); +} +x_229 = lean_box(1); +x_230 = lean_unsigned_to_nat(1u); +if (lean_is_scalar(x_228)) { + x_231 = lean_alloc_ctor(0, 5, 0); +} else { + x_231 = x_228; +} +lean_ctor_set(x_231, 0, x_230); +lean_ctor_set(x_231, 1, x_224); +lean_ctor_set(x_231, 2, x_225); +lean_ctor_set(x_231, 3, x_229); +lean_ctor_set(x_231, 4, x_229); +x_232 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_232, 0, x_230); +lean_ctor_set(x_232, 1, x_7); +lean_ctor_set(x_232, 2, x_8); +lean_ctor_set(x_232, 3, x_229); +lean_ctor_set(x_232, 4, x_229); +x_233 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_232); +lean_ctor_set(x_3, 3, x_231); +lean_ctor_set(x_3, 2, x_227); +lean_ctor_set(x_3, 1, x_226); +lean_ctor_set(x_3, 0, x_233); +return x_3; +} +} +else +{ +lean_object* x_234; lean_object* x_235; +x_234 = lean_box(1); +x_235 = lean_unsigned_to_nat(2u); +lean_ctor_set(x_3, 4, x_234); +lean_ctor_set(x_3, 3, x_12); +lean_ctor_set(x_3, 0, x_235); +return x_3; +} +} +} +} +case 1: +{ +lean_dec(x_8); +lean_dec(x_7); +lean_ctor_set(x_3, 2, x_2); +lean_ctor_set(x_3, 1, x_1); +return x_3; +} +default: +{ +lean_object* x_236; +lean_dec(x_6); +x_236 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_allDirectImports___spec__1(x_1, x_2, x_10, lean_box(0)); +if (lean_obj_tag(x_9) == 0) +{ +lean_object* x_237; uint8_t x_238; +x_237 = lean_ctor_get(x_9, 0); +lean_inc(x_237); +x_238 = !lean_is_exclusive(x_236); +if (x_238 == 0) +{ +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; +x_239 = lean_ctor_get(x_236, 0); +x_240 = lean_ctor_get(x_236, 1); +x_241 = lean_ctor_get(x_236, 2); +x_242 = lean_ctor_get(x_236, 3); +x_243 = lean_ctor_get(x_236, 4); +x_244 = lean_unsigned_to_nat(3u); +x_245 = lean_nat_mul(x_244, x_237); +x_246 = lean_nat_dec_lt(x_245, x_239); +lean_dec(x_245); +if (x_246 == 0) +{ +lean_object* x_247; lean_object* x_248; lean_object* x_249; +x_247 = lean_unsigned_to_nat(1u); +x_248 = lean_nat_add(x_247, x_237); +lean_dec(x_237); +x_249 = lean_nat_add(x_248, x_239); +lean_dec(x_248); +lean_ctor_set(x_3, 4, x_236); +lean_ctor_set(x_3, 0, x_249); +return x_3; +} +else +{ +uint8_t x_250; +lean_free_object(x_3); +x_250 = !lean_is_exclusive(x_242); +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; lean_object* x_257; lean_object* x_258; uint8_t x_259; +x_251 = lean_ctor_get(x_242, 0); +x_252 = lean_ctor_get(x_242, 1); +x_253 = lean_ctor_get(x_242, 2); +x_254 = lean_ctor_get(x_242, 3); +x_255 = lean_ctor_get(x_242, 4); +x_256 = lean_ctor_get(x_243, 0); +lean_inc(x_256); +x_257 = lean_unsigned_to_nat(2u); +x_258 = lean_nat_mul(x_257, x_256); +x_259 = lean_nat_dec_lt(x_251, x_258); +lean_dec(x_258); +if (x_259 == 0) +{ +lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; +lean_dec(x_251); +x_260 = lean_unsigned_to_nat(1u); +x_261 = lean_nat_add(x_260, x_237); +lean_dec(x_237); +x_262 = lean_nat_add(x_261, x_239); +lean_dec(x_239); +x_263 = lean_nat_add(x_260, x_256); +lean_dec(x_256); +if (lean_obj_tag(x_254) == 0) +{ +lean_object* x_264; lean_object* x_265; uint8_t x_266; +x_264 = lean_ctor_get(x_254, 0); +lean_inc(x_264); +x_265 = lean_nat_add(x_261, x_264); +lean_dec(x_264); +lean_dec(x_261); +lean_inc(x_9); +lean_ctor_set(x_242, 4, x_254); +lean_ctor_set(x_242, 3, x_9); +lean_ctor_set(x_242, 2, x_8); +lean_ctor_set(x_242, 1, x_7); +lean_ctor_set(x_242, 0, x_265); +x_266 = !lean_is_exclusive(x_9); +if (x_266 == 0) +{ +lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; +x_267 = lean_ctor_get(x_9, 4); +lean_dec(x_267); +x_268 = lean_ctor_get(x_9, 3); +lean_dec(x_268); +x_269 = lean_ctor_get(x_9, 2); +lean_dec(x_269); +x_270 = lean_ctor_get(x_9, 1); +lean_dec(x_270); +x_271 = lean_ctor_get(x_9, 0); +lean_dec(x_271); +if (lean_obj_tag(x_255) == 0) +{ +lean_object* x_272; lean_object* x_273; +x_272 = lean_ctor_get(x_255, 0); +lean_inc(x_272); +x_273 = lean_nat_add(x_263, x_272); +lean_dec(x_272); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_273); +lean_ctor_set(x_9, 4, x_236); +lean_ctor_set(x_9, 3, x_242); +lean_ctor_set(x_9, 2, x_253); +lean_ctor_set(x_9, 1, x_252); +lean_ctor_set(x_9, 0, x_262); +return x_9; +} +else +{ +lean_object* x_274; lean_object* x_275; +x_274 = lean_unsigned_to_nat(0u); +x_275 = lean_nat_add(x_263, x_274); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_275); +lean_ctor_set(x_9, 4, x_236); +lean_ctor_set(x_9, 3, x_242); +lean_ctor_set(x_9, 2, x_253); +lean_ctor_set(x_9, 1, x_252); +lean_ctor_set(x_9, 0, x_262); +return x_9; +} +} +else +{ +lean_dec(x_9); +if (lean_obj_tag(x_255) == 0) +{ +lean_object* x_276; lean_object* x_277; lean_object* x_278; +x_276 = lean_ctor_get(x_255, 0); +lean_inc(x_276); +x_277 = lean_nat_add(x_263, x_276); +lean_dec(x_276); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_277); +x_278 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_278, 0, x_262); +lean_ctor_set(x_278, 1, x_252); +lean_ctor_set(x_278, 2, x_253); +lean_ctor_set(x_278, 3, x_242); +lean_ctor_set(x_278, 4, x_236); +return x_278; +} +else +{ +lean_object* x_279; lean_object* x_280; lean_object* x_281; +x_279 = lean_unsigned_to_nat(0u); +x_280 = lean_nat_add(x_263, x_279); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_280); +x_281 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_281, 0, x_262); +lean_ctor_set(x_281, 1, x_252); +lean_ctor_set(x_281, 2, x_253); +lean_ctor_set(x_281, 3, x_242); +lean_ctor_set(x_281, 4, x_236); +return x_281; +} +} +} +else +{ +lean_object* x_282; lean_object* x_283; uint8_t x_284; +x_282 = lean_unsigned_to_nat(0u); +x_283 = lean_nat_add(x_261, x_282); +lean_dec(x_261); +lean_inc(x_9); +lean_ctor_set(x_242, 4, x_254); +lean_ctor_set(x_242, 3, x_9); +lean_ctor_set(x_242, 2, x_8); +lean_ctor_set(x_242, 1, x_7); +lean_ctor_set(x_242, 0, x_283); +x_284 = !lean_is_exclusive(x_9); +if (x_284 == 0) +{ +lean_object* x_285; lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; +x_285 = lean_ctor_get(x_9, 4); +lean_dec(x_285); +x_286 = lean_ctor_get(x_9, 3); +lean_dec(x_286); +x_287 = lean_ctor_get(x_9, 2); +lean_dec(x_287); +x_288 = lean_ctor_get(x_9, 1); +lean_dec(x_288); +x_289 = lean_ctor_get(x_9, 0); +lean_dec(x_289); +if (lean_obj_tag(x_255) == 0) +{ +lean_object* x_290; lean_object* x_291; +x_290 = lean_ctor_get(x_255, 0); +lean_inc(x_290); +x_291 = lean_nat_add(x_263, x_290); +lean_dec(x_290); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_291); +lean_ctor_set(x_9, 4, x_236); +lean_ctor_set(x_9, 3, x_242); +lean_ctor_set(x_9, 2, x_253); +lean_ctor_set(x_9, 1, x_252); +lean_ctor_set(x_9, 0, x_262); +return x_9; +} +else +{ +lean_object* x_292; +x_292 = lean_nat_add(x_263, x_282); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_292); +lean_ctor_set(x_9, 4, x_236); +lean_ctor_set(x_9, 3, x_242); +lean_ctor_set(x_9, 2, x_253); +lean_ctor_set(x_9, 1, x_252); +lean_ctor_set(x_9, 0, x_262); +return x_9; +} +} +else +{ +lean_dec(x_9); +if (lean_obj_tag(x_255) == 0) +{ +lean_object* x_293; lean_object* x_294; lean_object* x_295; +x_293 = lean_ctor_get(x_255, 0); +lean_inc(x_293); +x_294 = lean_nat_add(x_263, x_293); +lean_dec(x_293); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_294); +x_295 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_295, 0, x_262); +lean_ctor_set(x_295, 1, x_252); +lean_ctor_set(x_295, 2, x_253); +lean_ctor_set(x_295, 3, x_242); +lean_ctor_set(x_295, 4, x_236); +return x_295; +} +else +{ +lean_object* x_296; lean_object* x_297; +x_296 = lean_nat_add(x_263, x_282); +lean_dec(x_263); +lean_ctor_set(x_236, 3, x_255); +lean_ctor_set(x_236, 0, x_296); +x_297 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_297, 0, x_262); +lean_ctor_set(x_297, 1, x_252); +lean_ctor_set(x_297, 2, x_253); +lean_ctor_set(x_297, 3, x_242); +lean_ctor_set(x_297, 4, x_236); +return x_297; +} +} +} +} +else +{ +lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; uint8_t x_302; +lean_dec(x_256); +x_298 = lean_unsigned_to_nat(1u); +x_299 = lean_nat_add(x_298, x_237); +lean_dec(x_237); +x_300 = lean_nat_add(x_299, x_239); +lean_dec(x_239); +x_301 = lean_nat_add(x_299, x_251); +lean_dec(x_299); +lean_inc(x_9); +lean_ctor_set(x_236, 4, x_242); +lean_ctor_set(x_236, 3, x_9); +lean_ctor_set(x_236, 2, x_8); +lean_ctor_set(x_236, 1, x_7); +lean_ctor_set(x_236, 0, x_301); +x_302 = !lean_is_exclusive(x_9); +if (x_302 == 0) +{ +lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; +x_303 = lean_ctor_get(x_9, 4); +lean_dec(x_303); +x_304 = lean_ctor_get(x_9, 3); +lean_dec(x_304); +x_305 = lean_ctor_get(x_9, 2); +lean_dec(x_305); +x_306 = lean_ctor_get(x_9, 1); +lean_dec(x_306); +x_307 = lean_ctor_get(x_9, 0); +lean_dec(x_307); +lean_ctor_set(x_9, 4, x_243); +lean_ctor_set(x_9, 3, x_236); +lean_ctor_set(x_9, 2, x_241); +lean_ctor_set(x_9, 1, x_240); +lean_ctor_set(x_9, 0, x_300); +return x_9; +} +else +{ +lean_object* x_308; +lean_dec(x_9); +x_308 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_308, 0, x_300); +lean_ctor_set(x_308, 1, x_240); +lean_ctor_set(x_308, 2, x_241); +lean_ctor_set(x_308, 3, x_236); +lean_ctor_set(x_308, 4, x_243); +return x_308; +} +} +} +else +{ +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; uint8_t x_317; +x_309 = lean_ctor_get(x_242, 0); +x_310 = lean_ctor_get(x_242, 1); +x_311 = lean_ctor_get(x_242, 2); +x_312 = lean_ctor_get(x_242, 3); +x_313 = lean_ctor_get(x_242, 4); +lean_inc(x_313); +lean_inc(x_312); +lean_inc(x_311); +lean_inc(x_310); +lean_inc(x_309); +lean_dec(x_242); +x_314 = lean_ctor_get(x_243, 0); +lean_inc(x_314); +x_315 = lean_unsigned_to_nat(2u); +x_316 = lean_nat_mul(x_315, x_314); +x_317 = lean_nat_dec_lt(x_309, x_316); +lean_dec(x_316); +if (x_317 == 0) +{ +lean_object* x_318; lean_object* x_319; lean_object* x_320; lean_object* x_321; +lean_dec(x_309); +x_318 = lean_unsigned_to_nat(1u); +x_319 = lean_nat_add(x_318, x_237); +lean_dec(x_237); +x_320 = lean_nat_add(x_319, x_239); +lean_dec(x_239); +x_321 = lean_nat_add(x_318, x_314); +lean_dec(x_314); +if (lean_obj_tag(x_312) == 0) +{ +lean_object* x_322; lean_object* x_323; lean_object* x_324; lean_object* x_325; +x_322 = lean_ctor_get(x_312, 0); +lean_inc(x_322); +x_323 = lean_nat_add(x_319, x_322); +lean_dec(x_322); +lean_dec(x_319); +lean_inc(x_9); +x_324 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_324, 0, x_323); +lean_ctor_set(x_324, 1, x_7); +lean_ctor_set(x_324, 2, x_8); +lean_ctor_set(x_324, 3, x_9); +lean_ctor_set(x_324, 4, x_312); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + lean_ctor_release(x_9, 2); + lean_ctor_release(x_9, 3); + lean_ctor_release(x_9, 4); + x_325 = x_9; +} else { + lean_dec_ref(x_9); + x_325 = lean_box(0); +} +if (lean_obj_tag(x_313) == 0) +{ +lean_object* x_326; lean_object* x_327; lean_object* x_328; +x_326 = lean_ctor_get(x_313, 0); +lean_inc(x_326); +x_327 = lean_nat_add(x_321, x_326); +lean_dec(x_326); +lean_dec(x_321); +lean_ctor_set(x_236, 3, x_313); +lean_ctor_set(x_236, 0, x_327); +if (lean_is_scalar(x_325)) { + x_328 = lean_alloc_ctor(0, 5, 0); +} else { + x_328 = x_325; +} +lean_ctor_set(x_328, 0, x_320); +lean_ctor_set(x_328, 1, x_310); +lean_ctor_set(x_328, 2, x_311); +lean_ctor_set(x_328, 3, x_324); +lean_ctor_set(x_328, 4, x_236); +return x_328; +} +else +{ +lean_object* x_329; lean_object* x_330; lean_object* x_331; +x_329 = lean_unsigned_to_nat(0u); +x_330 = lean_nat_add(x_321, x_329); +lean_dec(x_321); +lean_ctor_set(x_236, 3, x_313); +lean_ctor_set(x_236, 0, x_330); +if (lean_is_scalar(x_325)) { + x_331 = lean_alloc_ctor(0, 5, 0); +} else { + x_331 = x_325; +} +lean_ctor_set(x_331, 0, x_320); +lean_ctor_set(x_331, 1, x_310); +lean_ctor_set(x_331, 2, x_311); +lean_ctor_set(x_331, 3, x_324); +lean_ctor_set(x_331, 4, x_236); +return x_331; +} +} +else +{ +lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; +x_332 = lean_unsigned_to_nat(0u); +x_333 = lean_nat_add(x_319, x_332); +lean_dec(x_319); +lean_inc(x_9); +x_334 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_334, 0, x_333); +lean_ctor_set(x_334, 1, x_7); +lean_ctor_set(x_334, 2, x_8); +lean_ctor_set(x_334, 3, x_9); +lean_ctor_set(x_334, 4, x_312); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + lean_ctor_release(x_9, 2); + lean_ctor_release(x_9, 3); + lean_ctor_release(x_9, 4); + x_335 = x_9; +} else { + lean_dec_ref(x_9); + x_335 = lean_box(0); +} +if (lean_obj_tag(x_313) == 0) +{ +lean_object* x_336; lean_object* x_337; lean_object* x_338; +x_336 = lean_ctor_get(x_313, 0); +lean_inc(x_336); +x_337 = lean_nat_add(x_321, x_336); +lean_dec(x_336); +lean_dec(x_321); +lean_ctor_set(x_236, 3, x_313); +lean_ctor_set(x_236, 0, x_337); +if (lean_is_scalar(x_335)) { + x_338 = lean_alloc_ctor(0, 5, 0); +} else { + x_338 = x_335; +} +lean_ctor_set(x_338, 0, x_320); +lean_ctor_set(x_338, 1, x_310); +lean_ctor_set(x_338, 2, x_311); +lean_ctor_set(x_338, 3, x_334); +lean_ctor_set(x_338, 4, x_236); +return x_338; +} +else +{ +lean_object* x_339; lean_object* x_340; +x_339 = lean_nat_add(x_321, x_332); +lean_dec(x_321); +lean_ctor_set(x_236, 3, x_313); +lean_ctor_set(x_236, 0, x_339); +if (lean_is_scalar(x_335)) { + x_340 = lean_alloc_ctor(0, 5, 0); +} else { + x_340 = x_335; +} +lean_ctor_set(x_340, 0, x_320); +lean_ctor_set(x_340, 1, x_310); +lean_ctor_set(x_340, 2, x_311); +lean_ctor_set(x_340, 3, x_334); +lean_ctor_set(x_340, 4, x_236); +return x_340; +} +} +} +else +{ +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_dec(x_314); +x_341 = lean_unsigned_to_nat(1u); +x_342 = lean_nat_add(x_341, x_237); +lean_dec(x_237); +x_343 = lean_nat_add(x_342, x_239); +lean_dec(x_239); +x_344 = lean_nat_add(x_342, x_309); +lean_dec(x_342); +x_345 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_345, 0, x_309); +lean_ctor_set(x_345, 1, x_310); +lean_ctor_set(x_345, 2, x_311); +lean_ctor_set(x_345, 3, x_312); +lean_ctor_set(x_345, 4, x_313); +lean_inc(x_9); +lean_ctor_set(x_236, 4, x_345); +lean_ctor_set(x_236, 3, x_9); +lean_ctor_set(x_236, 2, x_8); +lean_ctor_set(x_236, 1, x_7); +lean_ctor_set(x_236, 0, x_344); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + lean_ctor_release(x_9, 2); + lean_ctor_release(x_9, 3); + lean_ctor_release(x_9, 4); + x_346 = x_9; +} else { + lean_dec_ref(x_9); + x_346 = lean_box(0); +} +if (lean_is_scalar(x_346)) { + x_347 = lean_alloc_ctor(0, 5, 0); +} else { + x_347 = x_346; +} +lean_ctor_set(x_347, 0, x_343); +lean_ctor_set(x_347, 1, x_240); +lean_ctor_set(x_347, 2, x_241); +lean_ctor_set(x_347, 3, x_236); +lean_ctor_set(x_347, 4, x_243); +return x_347; +} +} +} +} +else +{ +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; uint8_t x_355; +x_348 = lean_ctor_get(x_236, 0); +x_349 = lean_ctor_get(x_236, 1); +x_350 = lean_ctor_get(x_236, 2); +x_351 = lean_ctor_get(x_236, 3); +x_352 = lean_ctor_get(x_236, 4); +lean_inc(x_352); +lean_inc(x_351); +lean_inc(x_350); +lean_inc(x_349); +lean_inc(x_348); +lean_dec(x_236); +x_353 = lean_unsigned_to_nat(3u); +x_354 = lean_nat_mul(x_353, x_237); +x_355 = lean_nat_dec_lt(x_354, x_348); +lean_dec(x_354); +if (x_355 == 0) +{ +lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; +x_356 = lean_unsigned_to_nat(1u); +x_357 = lean_nat_add(x_356, x_237); +lean_dec(x_237); +x_358 = lean_nat_add(x_357, x_348); +lean_dec(x_357); +x_359 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_359, 0, x_348); +lean_ctor_set(x_359, 1, x_349); +lean_ctor_set(x_359, 2, x_350); +lean_ctor_set(x_359, 3, x_351); +lean_ctor_set(x_359, 4, x_352); +lean_ctor_set(x_3, 4, x_359); +lean_ctor_set(x_3, 0, x_358); +return x_3; +} +else +{ +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; uint8_t x_369; +lean_free_object(x_3); +x_360 = lean_ctor_get(x_351, 0); +lean_inc(x_360); +x_361 = lean_ctor_get(x_351, 1); +lean_inc(x_361); +x_362 = lean_ctor_get(x_351, 2); +lean_inc(x_362); +x_363 = lean_ctor_get(x_351, 3); +lean_inc(x_363); +x_364 = lean_ctor_get(x_351, 4); +lean_inc(x_364); +if (lean_is_exclusive(x_351)) { + lean_ctor_release(x_351, 0); + lean_ctor_release(x_351, 1); + lean_ctor_release(x_351, 2); + lean_ctor_release(x_351, 3); + lean_ctor_release(x_351, 4); + x_365 = x_351; +} else { + lean_dec_ref(x_351); + x_365 = lean_box(0); +} +x_366 = lean_ctor_get(x_352, 0); +lean_inc(x_366); +x_367 = lean_unsigned_to_nat(2u); +x_368 = lean_nat_mul(x_367, x_366); +x_369 = lean_nat_dec_lt(x_360, x_368); +lean_dec(x_368); +if (x_369 == 0) +{ +lean_object* x_370; lean_object* x_371; lean_object* x_372; lean_object* x_373; +lean_dec(x_360); +x_370 = lean_unsigned_to_nat(1u); +x_371 = lean_nat_add(x_370, x_237); +lean_dec(x_237); +x_372 = lean_nat_add(x_371, x_348); +lean_dec(x_348); +x_373 = lean_nat_add(x_370, x_366); +lean_dec(x_366); +if (lean_obj_tag(x_363) == 0) +{ +lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; +x_374 = lean_ctor_get(x_363, 0); +lean_inc(x_374); +x_375 = lean_nat_add(x_371, x_374); +lean_dec(x_374); +lean_dec(x_371); +lean_inc(x_9); +if (lean_is_scalar(x_365)) { + x_376 = lean_alloc_ctor(0, 5, 0); +} else { + x_376 = x_365; +} +lean_ctor_set(x_376, 0, x_375); +lean_ctor_set(x_376, 1, x_7); +lean_ctor_set(x_376, 2, x_8); +lean_ctor_set(x_376, 3, x_9); +lean_ctor_set(x_376, 4, x_363); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + lean_ctor_release(x_9, 2); + lean_ctor_release(x_9, 3); + lean_ctor_release(x_9, 4); + x_377 = x_9; +} else { + lean_dec_ref(x_9); + x_377 = lean_box(0); +} +if (lean_obj_tag(x_364) == 0) +{ +lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; +x_378 = lean_ctor_get(x_364, 0); +lean_inc(x_378); +x_379 = lean_nat_add(x_373, x_378); +lean_dec(x_378); +lean_dec(x_373); +x_380 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_380, 0, x_379); +lean_ctor_set(x_380, 1, x_349); +lean_ctor_set(x_380, 2, x_350); +lean_ctor_set(x_380, 3, x_364); +lean_ctor_set(x_380, 4, x_352); +if (lean_is_scalar(x_377)) { + x_381 = lean_alloc_ctor(0, 5, 0); +} else { + x_381 = x_377; +} +lean_ctor_set(x_381, 0, x_372); +lean_ctor_set(x_381, 1, x_361); +lean_ctor_set(x_381, 2, x_362); +lean_ctor_set(x_381, 3, x_376); +lean_ctor_set(x_381, 4, x_380); +return x_381; +} +else +{ +lean_object* x_382; lean_object* x_383; lean_object* x_384; lean_object* x_385; +x_382 = lean_unsigned_to_nat(0u); +x_383 = lean_nat_add(x_373, x_382); +lean_dec(x_373); +x_384 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_384, 0, x_383); +lean_ctor_set(x_384, 1, x_349); +lean_ctor_set(x_384, 2, x_350); +lean_ctor_set(x_384, 3, x_364); +lean_ctor_set(x_384, 4, x_352); +if (lean_is_scalar(x_377)) { + x_385 = lean_alloc_ctor(0, 5, 0); +} else { + x_385 = x_377; +} +lean_ctor_set(x_385, 0, x_372); +lean_ctor_set(x_385, 1, x_361); +lean_ctor_set(x_385, 2, x_362); +lean_ctor_set(x_385, 3, x_376); +lean_ctor_set(x_385, 4, x_384); +return x_385; +} +} +else +{ +lean_object* x_386; lean_object* x_387; lean_object* x_388; lean_object* x_389; +x_386 = lean_unsigned_to_nat(0u); +x_387 = lean_nat_add(x_371, x_386); +lean_dec(x_371); +lean_inc(x_9); +if (lean_is_scalar(x_365)) { + x_388 = lean_alloc_ctor(0, 5, 0); +} else { + x_388 = x_365; +} +lean_ctor_set(x_388, 0, x_387); +lean_ctor_set(x_388, 1, x_7); +lean_ctor_set(x_388, 2, x_8); +lean_ctor_set(x_388, 3, x_9); +lean_ctor_set(x_388, 4, x_363); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + lean_ctor_release(x_9, 2); + lean_ctor_release(x_9, 3); + lean_ctor_release(x_9, 4); + x_389 = x_9; +} else { + lean_dec_ref(x_9); + x_389 = lean_box(0); +} +if (lean_obj_tag(x_364) == 0) +{ +lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; +x_390 = lean_ctor_get(x_364, 0); +lean_inc(x_390); +x_391 = lean_nat_add(x_373, x_390); +lean_dec(x_390); +lean_dec(x_373); +x_392 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_392, 0, x_391); +lean_ctor_set(x_392, 1, x_349); +lean_ctor_set(x_392, 2, x_350); +lean_ctor_set(x_392, 3, x_364); +lean_ctor_set(x_392, 4, x_352); +if (lean_is_scalar(x_389)) { + x_393 = lean_alloc_ctor(0, 5, 0); +} else { + x_393 = x_389; +} +lean_ctor_set(x_393, 0, x_372); +lean_ctor_set(x_393, 1, x_361); +lean_ctor_set(x_393, 2, x_362); +lean_ctor_set(x_393, 3, x_388); +lean_ctor_set(x_393, 4, x_392); +return x_393; +} +else +{ +lean_object* x_394; lean_object* x_395; lean_object* x_396; +x_394 = lean_nat_add(x_373, x_386); +lean_dec(x_373); +x_395 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_395, 0, x_394); +lean_ctor_set(x_395, 1, x_349); +lean_ctor_set(x_395, 2, x_350); +lean_ctor_set(x_395, 3, x_364); +lean_ctor_set(x_395, 4, x_352); +if (lean_is_scalar(x_389)) { + x_396 = lean_alloc_ctor(0, 5, 0); +} else { + x_396 = x_389; +} +lean_ctor_set(x_396, 0, x_372); +lean_ctor_set(x_396, 1, x_361); +lean_ctor_set(x_396, 2, x_362); +lean_ctor_set(x_396, 3, x_388); +lean_ctor_set(x_396, 4, x_395); +return x_396; +} +} +} +else +{ +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_dec(x_366); +x_397 = lean_unsigned_to_nat(1u); +x_398 = lean_nat_add(x_397, x_237); +lean_dec(x_237); +x_399 = lean_nat_add(x_398, x_348); +lean_dec(x_348); +x_400 = lean_nat_add(x_398, x_360); +lean_dec(x_398); +if (lean_is_scalar(x_365)) { + x_401 = lean_alloc_ctor(0, 5, 0); +} else { + x_401 = x_365; +} +lean_ctor_set(x_401, 0, x_360); +lean_ctor_set(x_401, 1, x_361); +lean_ctor_set(x_401, 2, x_362); +lean_ctor_set(x_401, 3, x_363); +lean_ctor_set(x_401, 4, x_364); +lean_inc(x_9); +x_402 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_402, 0, x_400); +lean_ctor_set(x_402, 1, x_7); +lean_ctor_set(x_402, 2, x_8); +lean_ctor_set(x_402, 3, x_9); +lean_ctor_set(x_402, 4, x_401); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + lean_ctor_release(x_9, 2); + lean_ctor_release(x_9, 3); + lean_ctor_release(x_9, 4); + x_403 = x_9; +} else { + lean_dec_ref(x_9); + x_403 = lean_box(0); +} +if (lean_is_scalar(x_403)) { + x_404 = lean_alloc_ctor(0, 5, 0); +} else { + x_404 = x_403; +} +lean_ctor_set(x_404, 0, x_399); +lean_ctor_set(x_404, 1, x_349); +lean_ctor_set(x_404, 2, x_350); +lean_ctor_set(x_404, 3, x_402); +lean_ctor_set(x_404, 4, x_352); +return x_404; +} +} +} +} +else +{ +lean_object* x_405; +x_405 = lean_ctor_get(x_236, 3); +lean_inc(x_405); +if (lean_obj_tag(x_405) == 0) +{ +uint8_t x_406; +x_406 = !lean_is_exclusive(x_236); +if (x_406 == 0) +{ +lean_object* x_407; lean_object* x_408; lean_object* x_409; uint8_t x_410; +x_407 = lean_ctor_get(x_236, 4); +lean_dec(x_407); +x_408 = lean_ctor_get(x_236, 3); +lean_dec(x_408); +x_409 = lean_ctor_get(x_236, 0); +lean_dec(x_409); +x_410 = !lean_is_exclusive(x_405); +if (x_410 == 0) +{ +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; +x_411 = lean_ctor_get(x_405, 1); +x_412 = lean_ctor_get(x_405, 2); +x_413 = lean_ctor_get(x_405, 4); +lean_dec(x_413); +x_414 = lean_ctor_get(x_405, 3); +lean_dec(x_414); +x_415 = lean_ctor_get(x_405, 0); +lean_dec(x_415); +x_416 = lean_box(1); +x_417 = lean_unsigned_to_nat(1u); +lean_ctor_set(x_405, 4, x_416); +lean_ctor_set(x_405, 3, x_416); +lean_ctor_set(x_405, 2, x_8); +lean_ctor_set(x_405, 1, x_7); +lean_ctor_set(x_405, 0, x_417); +lean_ctor_set(x_236, 4, x_416); +lean_ctor_set(x_236, 3, x_416); +lean_ctor_set(x_236, 0, x_417); +x_418 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_236); +lean_ctor_set(x_3, 3, x_405); +lean_ctor_set(x_3, 2, x_412); +lean_ctor_set(x_3, 1, x_411); +lean_ctor_set(x_3, 0, x_418); +return x_3; +} +else +{ +lean_object* x_419; lean_object* x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; lean_object* x_424; +x_419 = lean_ctor_get(x_405, 1); +x_420 = lean_ctor_get(x_405, 2); +lean_inc(x_420); +lean_inc(x_419); +lean_dec(x_405); +x_421 = lean_box(1); +x_422 = lean_unsigned_to_nat(1u); +x_423 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_423, 0, x_422); +lean_ctor_set(x_423, 1, x_7); +lean_ctor_set(x_423, 2, x_8); +lean_ctor_set(x_423, 3, x_421); +lean_ctor_set(x_423, 4, x_421); +lean_ctor_set(x_236, 4, x_421); +lean_ctor_set(x_236, 3, x_421); +lean_ctor_set(x_236, 0, x_422); +x_424 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_236); +lean_ctor_set(x_3, 3, x_423); +lean_ctor_set(x_3, 2, x_420); +lean_ctor_set(x_3, 1, x_419); +lean_ctor_set(x_3, 0, x_424); +return x_3; +} +} +else +{ +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; +x_425 = lean_ctor_get(x_236, 1); +x_426 = lean_ctor_get(x_236, 2); +lean_inc(x_426); +lean_inc(x_425); +lean_dec(x_236); +x_427 = lean_ctor_get(x_405, 1); +lean_inc(x_427); +x_428 = lean_ctor_get(x_405, 2); +lean_inc(x_428); +if (lean_is_exclusive(x_405)) { + lean_ctor_release(x_405, 0); + lean_ctor_release(x_405, 1); + lean_ctor_release(x_405, 2); + lean_ctor_release(x_405, 3); + lean_ctor_release(x_405, 4); + x_429 = x_405; +} else { + lean_dec_ref(x_405); + x_429 = lean_box(0); +} +x_430 = lean_box(1); +x_431 = lean_unsigned_to_nat(1u); +if (lean_is_scalar(x_429)) { + x_432 = lean_alloc_ctor(0, 5, 0); +} else { + x_432 = x_429; +} +lean_ctor_set(x_432, 0, x_431); +lean_ctor_set(x_432, 1, x_7); +lean_ctor_set(x_432, 2, x_8); +lean_ctor_set(x_432, 3, x_430); +lean_ctor_set(x_432, 4, x_430); +x_433 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_433, 0, x_431); +lean_ctor_set(x_433, 1, x_425); +lean_ctor_set(x_433, 2, x_426); +lean_ctor_set(x_433, 3, x_430); +lean_ctor_set(x_433, 4, x_430); +x_434 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_433); +lean_ctor_set(x_3, 3, x_432); +lean_ctor_set(x_3, 2, x_428); +lean_ctor_set(x_3, 1, x_427); +lean_ctor_set(x_3, 0, x_434); +return x_3; +} +} +else +{ +lean_object* x_435; +x_435 = lean_ctor_get(x_236, 4); +lean_inc(x_435); +if (lean_obj_tag(x_435) == 0) +{ +uint8_t x_436; +x_436 = !lean_is_exclusive(x_236); +if (x_436 == 0) +{ +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; +x_437 = lean_ctor_get(x_236, 1); +x_438 = lean_ctor_get(x_236, 2); +x_439 = lean_ctor_get(x_236, 4); +lean_dec(x_439); +x_440 = lean_ctor_get(x_236, 3); +lean_dec(x_440); +x_441 = lean_ctor_get(x_236, 0); +lean_dec(x_441); +x_442 = lean_box(1); +x_443 = lean_unsigned_to_nat(1u); +lean_ctor_set(x_236, 4, x_442); +lean_ctor_set(x_236, 3, x_442); +lean_ctor_set(x_236, 2, x_8); +lean_ctor_set(x_236, 1, x_7); +lean_ctor_set(x_236, 0, x_443); +x_444 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_435); +lean_ctor_set(x_3, 3, x_236); +lean_ctor_set(x_3, 2, x_438); +lean_ctor_set(x_3, 1, x_437); +lean_ctor_set(x_3, 0, x_444); +return x_3; +} +else +{ +lean_object* x_445; lean_object* x_446; lean_object* x_447; lean_object* x_448; lean_object* x_449; lean_object* x_450; +x_445 = lean_ctor_get(x_236, 1); +x_446 = lean_ctor_get(x_236, 2); +lean_inc(x_446); +lean_inc(x_445); +lean_dec(x_236); +x_447 = lean_box(1); +x_448 = lean_unsigned_to_nat(1u); +x_449 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_449, 0, x_448); +lean_ctor_set(x_449, 1, x_7); +lean_ctor_set(x_449, 2, x_8); +lean_ctor_set(x_449, 3, x_447); +lean_ctor_set(x_449, 4, x_447); +x_450 = lean_unsigned_to_nat(3u); +lean_ctor_set(x_3, 4, x_435); +lean_ctor_set(x_3, 3, x_449); +lean_ctor_set(x_3, 2, x_446); +lean_ctor_set(x_3, 1, x_445); +lean_ctor_set(x_3, 0, x_450); +return x_3; +} +} +else +{ +lean_object* x_451; lean_object* x_452; +x_451 = lean_box(1); +x_452 = lean_unsigned_to_nat(2u); +lean_ctor_set(x_3, 4, x_236); +lean_ctor_set(x_3, 3, x_451); +lean_ctor_set(x_3, 0, x_452); +return x_3; +} +} +} +} +} +} +else +{ +lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; uint8_t x_458; +x_453 = lean_ctor_get(x_3, 0); +x_454 = lean_ctor_get(x_3, 1); +x_455 = lean_ctor_get(x_3, 2); +x_456 = lean_ctor_get(x_3, 3); +x_457 = lean_ctor_get(x_3, 4); +lean_inc(x_457); +lean_inc(x_456); +lean_inc(x_455); +lean_inc(x_454); +lean_inc(x_453); +lean_dec(x_3); +x_458 = l_Lean_Name_quickCmp(x_1, x_454); +switch (x_458) { +case 0: +{ +lean_object* x_459; +lean_dec(x_453); +x_459 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_allDirectImports___spec__1(x_1, x_2, x_456, lean_box(0)); +if (lean_obj_tag(x_457) == 0) +{ +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; uint8_t x_469; +x_460 = lean_ctor_get(x_457, 0); +lean_inc(x_460); +x_461 = lean_ctor_get(x_459, 0); +lean_inc(x_461); +x_462 = lean_ctor_get(x_459, 1); +lean_inc(x_462); +x_463 = lean_ctor_get(x_459, 2); +lean_inc(x_463); +x_464 = lean_ctor_get(x_459, 3); +lean_inc(x_464); +x_465 = lean_ctor_get(x_459, 4); +lean_inc(x_465); +if (lean_is_exclusive(x_459)) { + lean_ctor_release(x_459, 0); + lean_ctor_release(x_459, 1); + lean_ctor_release(x_459, 2); + lean_ctor_release(x_459, 3); + lean_ctor_release(x_459, 4); + x_466 = x_459; +} else { + lean_dec_ref(x_459); + x_466 = lean_box(0); +} +x_467 = lean_unsigned_to_nat(3u); +x_468 = lean_nat_mul(x_467, x_460); +x_469 = lean_nat_dec_lt(x_468, x_461); +lean_dec(x_468); +if (x_469 == 0) +{ +lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; +x_470 = lean_unsigned_to_nat(1u); +x_471 = lean_nat_add(x_470, x_461); +x_472 = lean_nat_add(x_471, x_460); +lean_dec(x_460); +lean_dec(x_471); +if (lean_is_scalar(x_466)) { + x_473 = lean_alloc_ctor(0, 5, 0); +} else { + x_473 = x_466; +} +lean_ctor_set(x_473, 0, x_461); +lean_ctor_set(x_473, 1, x_462); +lean_ctor_set(x_473, 2, x_463); +lean_ctor_set(x_473, 3, x_464); +lean_ctor_set(x_473, 4, x_465); +x_474 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_474, 0, x_472); +lean_ctor_set(x_474, 1, x_454); +lean_ctor_set(x_474, 2, x_455); +lean_ctor_set(x_474, 3, x_473); +lean_ctor_set(x_474, 4, x_457); +return x_474; +} +else +{ +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; uint8_t x_484; +x_475 = lean_ctor_get(x_464, 0); +lean_inc(x_475); +x_476 = lean_ctor_get(x_465, 0); +lean_inc(x_476); +x_477 = lean_ctor_get(x_465, 1); +lean_inc(x_477); +x_478 = lean_ctor_get(x_465, 2); +lean_inc(x_478); +x_479 = lean_ctor_get(x_465, 3); +lean_inc(x_479); +x_480 = lean_ctor_get(x_465, 4); +lean_inc(x_480); +if (lean_is_exclusive(x_465)) { + lean_ctor_release(x_465, 0); + lean_ctor_release(x_465, 1); + lean_ctor_release(x_465, 2); + lean_ctor_release(x_465, 3); + lean_ctor_release(x_465, 4); + x_481 = x_465; +} else { + lean_dec_ref(x_465); + x_481 = lean_box(0); +} +x_482 = lean_unsigned_to_nat(2u); +x_483 = lean_nat_mul(x_482, x_475); +x_484 = lean_nat_dec_lt(x_476, x_483); +lean_dec(x_483); +if (x_484 == 0) +{ +lean_object* x_485; lean_object* x_486; lean_object* x_487; lean_object* x_488; lean_object* x_489; +lean_dec(x_476); +x_485 = lean_unsigned_to_nat(1u); +x_486 = lean_nat_add(x_485, x_461); +lean_dec(x_461); +x_487 = lean_nat_add(x_486, x_460); +lean_dec(x_486); +x_488 = lean_nat_add(x_485, x_475); +lean_dec(x_475); +x_489 = lean_nat_add(x_485, x_460); +lean_dec(x_460); +if (lean_obj_tag(x_479) == 0) +{ +lean_object* x_490; lean_object* x_491; lean_object* x_492; lean_object* x_493; +x_490 = lean_ctor_get(x_479, 0); +lean_inc(x_490); +x_491 = lean_nat_add(x_488, x_490); +lean_dec(x_490); +lean_dec(x_488); +lean_inc(x_464); +if (lean_is_scalar(x_481)) { + x_492 = lean_alloc_ctor(0, 5, 0); +} else { + x_492 = x_481; +} +lean_ctor_set(x_492, 0, x_491); +lean_ctor_set(x_492, 1, x_462); +lean_ctor_set(x_492, 2, x_463); +lean_ctor_set(x_492, 3, x_464); +lean_ctor_set(x_492, 4, x_479); +if (lean_is_exclusive(x_464)) { + lean_ctor_release(x_464, 0); + lean_ctor_release(x_464, 1); + lean_ctor_release(x_464, 2); + lean_ctor_release(x_464, 3); + lean_ctor_release(x_464, 4); + x_493 = x_464; +} else { + lean_dec_ref(x_464); + x_493 = lean_box(0); +} +if (lean_obj_tag(x_480) == 0) +{ +lean_object* x_494; lean_object* x_495; lean_object* x_496; lean_object* x_497; +x_494 = lean_ctor_get(x_480, 0); +lean_inc(x_494); +x_495 = lean_nat_add(x_489, x_494); +lean_dec(x_494); +lean_dec(x_489); +if (lean_is_scalar(x_493)) { + x_496 = lean_alloc_ctor(0, 5, 0); +} else { + x_496 = x_493; +} +lean_ctor_set(x_496, 0, x_495); +lean_ctor_set(x_496, 1, x_454); +lean_ctor_set(x_496, 2, x_455); +lean_ctor_set(x_496, 3, x_480); +lean_ctor_set(x_496, 4, x_457); +if (lean_is_scalar(x_466)) { + x_497 = lean_alloc_ctor(0, 5, 0); +} else { + x_497 = x_466; +} +lean_ctor_set(x_497, 0, x_487); +lean_ctor_set(x_497, 1, x_477); +lean_ctor_set(x_497, 2, x_478); +lean_ctor_set(x_497, 3, x_492); +lean_ctor_set(x_497, 4, x_496); +return x_497; +} +else +{ +lean_object* x_498; lean_object* x_499; lean_object* x_500; lean_object* x_501; +x_498 = lean_unsigned_to_nat(0u); +x_499 = lean_nat_add(x_489, x_498); +lean_dec(x_489); +if (lean_is_scalar(x_493)) { + x_500 = lean_alloc_ctor(0, 5, 0); +} else { + x_500 = x_493; +} +lean_ctor_set(x_500, 0, x_499); +lean_ctor_set(x_500, 1, x_454); +lean_ctor_set(x_500, 2, x_455); +lean_ctor_set(x_500, 3, x_480); +lean_ctor_set(x_500, 4, x_457); +if (lean_is_scalar(x_466)) { + x_501 = lean_alloc_ctor(0, 5, 0); +} else { + x_501 = x_466; +} +lean_ctor_set(x_501, 0, x_487); +lean_ctor_set(x_501, 1, x_477); +lean_ctor_set(x_501, 2, x_478); +lean_ctor_set(x_501, 3, x_492); +lean_ctor_set(x_501, 4, x_500); +return x_501; +} +} +else +{ +lean_object* x_502; lean_object* x_503; lean_object* x_504; lean_object* x_505; +x_502 = lean_unsigned_to_nat(0u); +x_503 = lean_nat_add(x_488, x_502); +lean_dec(x_488); +lean_inc(x_464); +if (lean_is_scalar(x_481)) { + x_504 = lean_alloc_ctor(0, 5, 0); +} else { + x_504 = x_481; +} +lean_ctor_set(x_504, 0, x_503); +lean_ctor_set(x_504, 1, x_462); +lean_ctor_set(x_504, 2, x_463); +lean_ctor_set(x_504, 3, x_464); +lean_ctor_set(x_504, 4, x_479); +if (lean_is_exclusive(x_464)) { + lean_ctor_release(x_464, 0); + lean_ctor_release(x_464, 1); + lean_ctor_release(x_464, 2); + lean_ctor_release(x_464, 3); + lean_ctor_release(x_464, 4); + x_505 = x_464; +} else { + lean_dec_ref(x_464); + x_505 = lean_box(0); +} +if (lean_obj_tag(x_480) == 0) +{ +lean_object* x_506; lean_object* x_507; lean_object* x_508; lean_object* x_509; +x_506 = lean_ctor_get(x_480, 0); +lean_inc(x_506); +x_507 = lean_nat_add(x_489, x_506); +lean_dec(x_506); +lean_dec(x_489); +if (lean_is_scalar(x_505)) { + x_508 = lean_alloc_ctor(0, 5, 0); +} else { + x_508 = x_505; +} +lean_ctor_set(x_508, 0, x_507); +lean_ctor_set(x_508, 1, x_454); +lean_ctor_set(x_508, 2, x_455); +lean_ctor_set(x_508, 3, x_480); +lean_ctor_set(x_508, 4, x_457); +if (lean_is_scalar(x_466)) { + x_509 = lean_alloc_ctor(0, 5, 0); +} else { + x_509 = x_466; +} +lean_ctor_set(x_509, 0, x_487); +lean_ctor_set(x_509, 1, x_477); +lean_ctor_set(x_509, 2, x_478); +lean_ctor_set(x_509, 3, x_504); +lean_ctor_set(x_509, 4, x_508); +return x_509; +} +else +{ +lean_object* x_510; lean_object* x_511; lean_object* x_512; +x_510 = lean_nat_add(x_489, x_502); +lean_dec(x_489); +if (lean_is_scalar(x_505)) { + x_511 = lean_alloc_ctor(0, 5, 0); +} else { + x_511 = x_505; +} +lean_ctor_set(x_511, 0, x_510); +lean_ctor_set(x_511, 1, x_454); +lean_ctor_set(x_511, 2, x_455); +lean_ctor_set(x_511, 3, x_480); +lean_ctor_set(x_511, 4, x_457); +if (lean_is_scalar(x_466)) { + x_512 = lean_alloc_ctor(0, 5, 0); +} else { + x_512 = x_466; +} +lean_ctor_set(x_512, 0, x_487); +lean_ctor_set(x_512, 1, x_477); +lean_ctor_set(x_512, 2, x_478); +lean_ctor_set(x_512, 3, x_504); +lean_ctor_set(x_512, 4, x_511); +return x_512; +} +} +} +else +{ +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_dec(x_475); +x_513 = lean_unsigned_to_nat(1u); +x_514 = lean_nat_add(x_513, x_461); +lean_dec(x_461); +x_515 = lean_nat_add(x_514, x_460); +lean_dec(x_514); +x_516 = lean_nat_add(x_513, x_460); +lean_dec(x_460); +x_517 = lean_nat_add(x_516, x_476); +lean_dec(x_516); +if (lean_is_scalar(x_481)) { + x_518 = lean_alloc_ctor(0, 5, 0); +} else { + x_518 = x_481; +} +lean_ctor_set(x_518, 0, x_476); +lean_ctor_set(x_518, 1, x_477); +lean_ctor_set(x_518, 2, x_478); +lean_ctor_set(x_518, 3, x_479); +lean_ctor_set(x_518, 4, x_480); +lean_inc(x_457); +if (lean_is_scalar(x_466)) { + x_519 = lean_alloc_ctor(0, 5, 0); +} else { + x_519 = x_466; +} +lean_ctor_set(x_519, 0, x_517); +lean_ctor_set(x_519, 1, x_454); +lean_ctor_set(x_519, 2, x_455); +lean_ctor_set(x_519, 3, x_518); +lean_ctor_set(x_519, 4, x_457); +if (lean_is_exclusive(x_457)) { + lean_ctor_release(x_457, 0); + lean_ctor_release(x_457, 1); + lean_ctor_release(x_457, 2); + lean_ctor_release(x_457, 3); + lean_ctor_release(x_457, 4); + x_520 = x_457; +} else { + lean_dec_ref(x_457); + x_520 = lean_box(0); +} +if (lean_is_scalar(x_520)) { + x_521 = lean_alloc_ctor(0, 5, 0); +} else { + x_521 = x_520; +} +lean_ctor_set(x_521, 0, x_515); +lean_ctor_set(x_521, 1, x_462); +lean_ctor_set(x_521, 2, x_463); +lean_ctor_set(x_521, 3, x_464); +lean_ctor_set(x_521, 4, x_519); +return x_521; +} +} +} +else +{ +lean_object* x_522; +x_522 = lean_ctor_get(x_459, 3); +lean_inc(x_522); +if (lean_obj_tag(x_522) == 0) +{ +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; +x_523 = lean_ctor_get(x_459, 1); +lean_inc(x_523); +x_524 = lean_ctor_get(x_459, 2); +lean_inc(x_524); +if (lean_is_exclusive(x_459)) { + lean_ctor_release(x_459, 0); + lean_ctor_release(x_459, 1); + lean_ctor_release(x_459, 2); + lean_ctor_release(x_459, 3); + lean_ctor_release(x_459, 4); + x_525 = x_459; +} else { + lean_dec_ref(x_459); + x_525 = lean_box(0); +} +x_526 = lean_box(1); +x_527 = lean_unsigned_to_nat(1u); +if (lean_is_scalar(x_525)) { + x_528 = lean_alloc_ctor(0, 5, 0); +} else { + x_528 = x_525; +} +lean_ctor_set(x_528, 0, x_527); +lean_ctor_set(x_528, 1, x_454); +lean_ctor_set(x_528, 2, x_455); +lean_ctor_set(x_528, 3, x_526); +lean_ctor_set(x_528, 4, x_526); +x_529 = lean_unsigned_to_nat(3u); +x_530 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_530, 0, x_529); +lean_ctor_set(x_530, 1, x_523); +lean_ctor_set(x_530, 2, x_524); +lean_ctor_set(x_530, 3, x_522); +lean_ctor_set(x_530, 4, x_528); +return x_530; +} +else +{ +lean_object* x_531; +x_531 = lean_ctor_get(x_459, 4); +lean_inc(x_531); +if (lean_obj_tag(x_531) == 0) +{ +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; +x_532 = lean_ctor_get(x_459, 1); +lean_inc(x_532); +x_533 = lean_ctor_get(x_459, 2); +lean_inc(x_533); +if (lean_is_exclusive(x_459)) { + lean_ctor_release(x_459, 0); + lean_ctor_release(x_459, 1); + lean_ctor_release(x_459, 2); + lean_ctor_release(x_459, 3); + lean_ctor_release(x_459, 4); + x_534 = x_459; +} else { + lean_dec_ref(x_459); + x_534 = lean_box(0); +} +x_535 = lean_ctor_get(x_531, 1); +lean_inc(x_535); +x_536 = lean_ctor_get(x_531, 2); +lean_inc(x_536); +if (lean_is_exclusive(x_531)) { + lean_ctor_release(x_531, 0); + lean_ctor_release(x_531, 1); + lean_ctor_release(x_531, 2); + lean_ctor_release(x_531, 3); + lean_ctor_release(x_531, 4); + x_537 = x_531; +} else { + lean_dec_ref(x_531); + x_537 = lean_box(0); +} +x_538 = lean_box(1); +x_539 = lean_unsigned_to_nat(1u); +if (lean_is_scalar(x_537)) { + x_540 = lean_alloc_ctor(0, 5, 0); +} else { + x_540 = x_537; +} +lean_ctor_set(x_540, 0, x_539); +lean_ctor_set(x_540, 1, x_532); +lean_ctor_set(x_540, 2, x_533); +lean_ctor_set(x_540, 3, x_538); +lean_ctor_set(x_540, 4, x_538); +if (lean_is_scalar(x_534)) { + x_541 = lean_alloc_ctor(0, 5, 0); +} else { + x_541 = x_534; +} +lean_ctor_set(x_541, 0, x_539); +lean_ctor_set(x_541, 1, x_454); +lean_ctor_set(x_541, 2, x_455); +lean_ctor_set(x_541, 3, x_538); +lean_ctor_set(x_541, 4, x_538); +x_542 = lean_unsigned_to_nat(3u); +x_543 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_543, 0, x_542); +lean_ctor_set(x_543, 1, x_535); +lean_ctor_set(x_543, 2, x_536); +lean_ctor_set(x_543, 3, x_540); +lean_ctor_set(x_543, 4, x_541); +return x_543; +} +else +{ +lean_object* x_544; lean_object* x_545; lean_object* x_546; +x_544 = lean_box(1); +x_545 = lean_unsigned_to_nat(2u); +x_546 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_546, 0, x_545); +lean_ctor_set(x_546, 1, x_454); +lean_ctor_set(x_546, 2, x_455); +lean_ctor_set(x_546, 3, x_459); +lean_ctor_set(x_546, 4, x_544); +return x_546; +} +} +} +} +case 1: +{ +lean_object* x_547; +lean_dec(x_455); +lean_dec(x_454); +x_547 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_547, 0, x_453); +lean_ctor_set(x_547, 1, x_1); +lean_ctor_set(x_547, 2, x_2); +lean_ctor_set(x_547, 3, x_456); +lean_ctor_set(x_547, 4, x_457); +return x_547; +} +default: +{ +lean_object* x_548; +lean_dec(x_453); +x_548 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_allDirectImports___spec__1(x_1, x_2, x_457, lean_box(0)); +if (lean_obj_tag(x_456) == 0) +{ +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; uint8_t x_558; +x_549 = lean_ctor_get(x_456, 0); +lean_inc(x_549); +x_550 = lean_ctor_get(x_548, 0); +lean_inc(x_550); +x_551 = lean_ctor_get(x_548, 1); +lean_inc(x_551); +x_552 = lean_ctor_get(x_548, 2); +lean_inc(x_552); +x_553 = lean_ctor_get(x_548, 3); +lean_inc(x_553); +x_554 = lean_ctor_get(x_548, 4); +lean_inc(x_554); +if (lean_is_exclusive(x_548)) { + lean_ctor_release(x_548, 0); + lean_ctor_release(x_548, 1); + lean_ctor_release(x_548, 2); + lean_ctor_release(x_548, 3); + lean_ctor_release(x_548, 4); + x_555 = x_548; +} else { + lean_dec_ref(x_548); + x_555 = lean_box(0); +} +x_556 = lean_unsigned_to_nat(3u); +x_557 = lean_nat_mul(x_556, x_549); +x_558 = lean_nat_dec_lt(x_557, x_550); +lean_dec(x_557); +if (x_558 == 0) +{ +lean_object* x_559; lean_object* x_560; lean_object* x_561; lean_object* x_562; lean_object* x_563; +x_559 = lean_unsigned_to_nat(1u); +x_560 = lean_nat_add(x_559, x_549); +lean_dec(x_549); +x_561 = lean_nat_add(x_560, x_550); +lean_dec(x_560); +if (lean_is_scalar(x_555)) { + x_562 = lean_alloc_ctor(0, 5, 0); +} else { + x_562 = x_555; +} +lean_ctor_set(x_562, 0, x_550); +lean_ctor_set(x_562, 1, x_551); +lean_ctor_set(x_562, 2, x_552); +lean_ctor_set(x_562, 3, x_553); +lean_ctor_set(x_562, 4, x_554); +x_563 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_563, 0, x_561); +lean_ctor_set(x_563, 1, x_454); +lean_ctor_set(x_563, 2, x_455); +lean_ctor_set(x_563, 3, x_456); +lean_ctor_set(x_563, 4, x_562); +return x_563; +} +else +{ +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; uint8_t x_573; +x_564 = lean_ctor_get(x_553, 0); +lean_inc(x_564); +x_565 = lean_ctor_get(x_553, 1); +lean_inc(x_565); +x_566 = lean_ctor_get(x_553, 2); +lean_inc(x_566); +x_567 = lean_ctor_get(x_553, 3); +lean_inc(x_567); +x_568 = lean_ctor_get(x_553, 4); +lean_inc(x_568); +if (lean_is_exclusive(x_553)) { + lean_ctor_release(x_553, 0); + lean_ctor_release(x_553, 1); + lean_ctor_release(x_553, 2); + lean_ctor_release(x_553, 3); + lean_ctor_release(x_553, 4); + x_569 = x_553; +} else { + lean_dec_ref(x_553); + x_569 = lean_box(0); +} +x_570 = lean_ctor_get(x_554, 0); +lean_inc(x_570); +x_571 = lean_unsigned_to_nat(2u); +x_572 = lean_nat_mul(x_571, x_570); +x_573 = lean_nat_dec_lt(x_564, x_572); +lean_dec(x_572); +if (x_573 == 0) +{ +lean_object* x_574; lean_object* x_575; lean_object* x_576; lean_object* x_577; +lean_dec(x_564); +x_574 = lean_unsigned_to_nat(1u); +x_575 = lean_nat_add(x_574, x_549); +lean_dec(x_549); +x_576 = lean_nat_add(x_575, x_550); +lean_dec(x_550); +x_577 = lean_nat_add(x_574, x_570); +lean_dec(x_570); +if (lean_obj_tag(x_567) == 0) +{ +lean_object* x_578; lean_object* x_579; lean_object* x_580; lean_object* x_581; +x_578 = lean_ctor_get(x_567, 0); +lean_inc(x_578); +x_579 = lean_nat_add(x_575, x_578); +lean_dec(x_578); +lean_dec(x_575); +lean_inc(x_456); +if (lean_is_scalar(x_569)) { + x_580 = lean_alloc_ctor(0, 5, 0); +} else { + x_580 = x_569; +} +lean_ctor_set(x_580, 0, x_579); +lean_ctor_set(x_580, 1, x_454); +lean_ctor_set(x_580, 2, x_455); +lean_ctor_set(x_580, 3, x_456); +lean_ctor_set(x_580, 4, x_567); +if (lean_is_exclusive(x_456)) { + lean_ctor_release(x_456, 0); + lean_ctor_release(x_456, 1); + lean_ctor_release(x_456, 2); + lean_ctor_release(x_456, 3); + lean_ctor_release(x_456, 4); + x_581 = x_456; +} else { + lean_dec_ref(x_456); + x_581 = lean_box(0); +} +if (lean_obj_tag(x_568) == 0) +{ +lean_object* x_582; lean_object* x_583; lean_object* x_584; lean_object* x_585; +x_582 = lean_ctor_get(x_568, 0); +lean_inc(x_582); +x_583 = lean_nat_add(x_577, x_582); +lean_dec(x_582); +lean_dec(x_577); +if (lean_is_scalar(x_555)) { + x_584 = lean_alloc_ctor(0, 5, 0); +} else { + x_584 = x_555; +} +lean_ctor_set(x_584, 0, x_583); +lean_ctor_set(x_584, 1, x_551); +lean_ctor_set(x_584, 2, x_552); +lean_ctor_set(x_584, 3, x_568); +lean_ctor_set(x_584, 4, x_554); +if (lean_is_scalar(x_581)) { + x_585 = lean_alloc_ctor(0, 5, 0); +} else { + x_585 = x_581; +} +lean_ctor_set(x_585, 0, x_576); +lean_ctor_set(x_585, 1, x_565); +lean_ctor_set(x_585, 2, x_566); +lean_ctor_set(x_585, 3, x_580); +lean_ctor_set(x_585, 4, x_584); +return x_585; +} +else +{ +lean_object* x_586; lean_object* x_587; lean_object* x_588; lean_object* x_589; +x_586 = lean_unsigned_to_nat(0u); +x_587 = lean_nat_add(x_577, x_586); +lean_dec(x_577); +if (lean_is_scalar(x_555)) { + x_588 = lean_alloc_ctor(0, 5, 0); +} else { + x_588 = x_555; +} +lean_ctor_set(x_588, 0, x_587); +lean_ctor_set(x_588, 1, x_551); +lean_ctor_set(x_588, 2, x_552); +lean_ctor_set(x_588, 3, x_568); +lean_ctor_set(x_588, 4, x_554); +if (lean_is_scalar(x_581)) { + x_589 = lean_alloc_ctor(0, 5, 0); +} else { + x_589 = x_581; +} +lean_ctor_set(x_589, 0, x_576); +lean_ctor_set(x_589, 1, x_565); +lean_ctor_set(x_589, 2, x_566); +lean_ctor_set(x_589, 3, x_580); +lean_ctor_set(x_589, 4, x_588); +return x_589; +} +} +else +{ +lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; +x_590 = lean_unsigned_to_nat(0u); +x_591 = lean_nat_add(x_575, x_590); +lean_dec(x_575); +lean_inc(x_456); +if (lean_is_scalar(x_569)) { + x_592 = lean_alloc_ctor(0, 5, 0); +} else { + x_592 = x_569; +} +lean_ctor_set(x_592, 0, x_591); +lean_ctor_set(x_592, 1, x_454); +lean_ctor_set(x_592, 2, x_455); +lean_ctor_set(x_592, 3, x_456); +lean_ctor_set(x_592, 4, x_567); +if (lean_is_exclusive(x_456)) { + lean_ctor_release(x_456, 0); + lean_ctor_release(x_456, 1); + lean_ctor_release(x_456, 2); + lean_ctor_release(x_456, 3); + lean_ctor_release(x_456, 4); + x_593 = x_456; +} else { + lean_dec_ref(x_456); + x_593 = lean_box(0); +} +if (lean_obj_tag(x_568) == 0) +{ +lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; +x_594 = lean_ctor_get(x_568, 0); +lean_inc(x_594); +x_595 = lean_nat_add(x_577, x_594); +lean_dec(x_594); +lean_dec(x_577); +if (lean_is_scalar(x_555)) { + x_596 = lean_alloc_ctor(0, 5, 0); +} else { + x_596 = x_555; +} +lean_ctor_set(x_596, 0, x_595); +lean_ctor_set(x_596, 1, x_551); +lean_ctor_set(x_596, 2, x_552); +lean_ctor_set(x_596, 3, x_568); +lean_ctor_set(x_596, 4, x_554); +if (lean_is_scalar(x_593)) { + x_597 = lean_alloc_ctor(0, 5, 0); +} else { + x_597 = x_593; +} +lean_ctor_set(x_597, 0, x_576); +lean_ctor_set(x_597, 1, x_565); +lean_ctor_set(x_597, 2, x_566); +lean_ctor_set(x_597, 3, x_592); +lean_ctor_set(x_597, 4, x_596); +return x_597; +} +else +{ +lean_object* x_598; lean_object* x_599; lean_object* x_600; +x_598 = lean_nat_add(x_577, x_590); +lean_dec(x_577); +if (lean_is_scalar(x_555)) { + x_599 = lean_alloc_ctor(0, 5, 0); +} else { + x_599 = x_555; +} +lean_ctor_set(x_599, 0, x_598); +lean_ctor_set(x_599, 1, x_551); +lean_ctor_set(x_599, 2, x_552); +lean_ctor_set(x_599, 3, x_568); +lean_ctor_set(x_599, 4, x_554); +if (lean_is_scalar(x_593)) { + x_600 = lean_alloc_ctor(0, 5, 0); +} else { + x_600 = x_593; +} +lean_ctor_set(x_600, 0, x_576); +lean_ctor_set(x_600, 1, x_565); +lean_ctor_set(x_600, 2, x_566); +lean_ctor_set(x_600, 3, x_592); +lean_ctor_set(x_600, 4, x_599); +return x_600; +} +} +} +else +{ +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_dec(x_570); +x_601 = lean_unsigned_to_nat(1u); +x_602 = lean_nat_add(x_601, x_549); +lean_dec(x_549); +x_603 = lean_nat_add(x_602, x_550); +lean_dec(x_550); +x_604 = lean_nat_add(x_602, x_564); +lean_dec(x_602); +if (lean_is_scalar(x_569)) { + x_605 = lean_alloc_ctor(0, 5, 0); +} else { + x_605 = x_569; +} +lean_ctor_set(x_605, 0, x_564); +lean_ctor_set(x_605, 1, x_565); +lean_ctor_set(x_605, 2, x_566); +lean_ctor_set(x_605, 3, x_567); +lean_ctor_set(x_605, 4, x_568); +lean_inc(x_456); +if (lean_is_scalar(x_555)) { + x_606 = lean_alloc_ctor(0, 5, 0); +} else { + x_606 = x_555; +} +lean_ctor_set(x_606, 0, x_604); +lean_ctor_set(x_606, 1, x_454); +lean_ctor_set(x_606, 2, x_455); +lean_ctor_set(x_606, 3, x_456); +lean_ctor_set(x_606, 4, x_605); +if (lean_is_exclusive(x_456)) { + lean_ctor_release(x_456, 0); + lean_ctor_release(x_456, 1); + lean_ctor_release(x_456, 2); + lean_ctor_release(x_456, 3); + lean_ctor_release(x_456, 4); + x_607 = x_456; +} else { + lean_dec_ref(x_456); + x_607 = lean_box(0); +} +if (lean_is_scalar(x_607)) { + x_608 = lean_alloc_ctor(0, 5, 0); +} else { + x_608 = x_607; +} +lean_ctor_set(x_608, 0, x_603); +lean_ctor_set(x_608, 1, x_551); +lean_ctor_set(x_608, 2, x_552); +lean_ctor_set(x_608, 3, x_606); +lean_ctor_set(x_608, 4, x_554); +return x_608; +} +} +} +else +{ +lean_object* x_609; +x_609 = lean_ctor_get(x_548, 3); +lean_inc(x_609); +if (lean_obj_tag(x_609) == 0) +{ +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; +x_610 = lean_ctor_get(x_548, 1); +lean_inc(x_610); +x_611 = lean_ctor_get(x_548, 2); +lean_inc(x_611); +if (lean_is_exclusive(x_548)) { + lean_ctor_release(x_548, 0); + lean_ctor_release(x_548, 1); + lean_ctor_release(x_548, 2); + lean_ctor_release(x_548, 3); + lean_ctor_release(x_548, 4); + x_612 = x_548; +} else { + lean_dec_ref(x_548); + x_612 = lean_box(0); +} +x_613 = lean_ctor_get(x_609, 1); +lean_inc(x_613); +x_614 = lean_ctor_get(x_609, 2); +lean_inc(x_614); +if (lean_is_exclusive(x_609)) { + lean_ctor_release(x_609, 0); + lean_ctor_release(x_609, 1); + lean_ctor_release(x_609, 2); + lean_ctor_release(x_609, 3); + lean_ctor_release(x_609, 4); + x_615 = x_609; +} else { + lean_dec_ref(x_609); + x_615 = lean_box(0); +} +x_616 = lean_box(1); +x_617 = lean_unsigned_to_nat(1u); +if (lean_is_scalar(x_615)) { + x_618 = lean_alloc_ctor(0, 5, 0); +} else { + x_618 = x_615; +} +lean_ctor_set(x_618, 0, x_617); +lean_ctor_set(x_618, 1, x_454); +lean_ctor_set(x_618, 2, x_455); +lean_ctor_set(x_618, 3, x_616); +lean_ctor_set(x_618, 4, x_616); +if (lean_is_scalar(x_612)) { + x_619 = lean_alloc_ctor(0, 5, 0); +} else { + x_619 = x_612; +} +lean_ctor_set(x_619, 0, x_617); +lean_ctor_set(x_619, 1, x_610); +lean_ctor_set(x_619, 2, x_611); +lean_ctor_set(x_619, 3, x_616); +lean_ctor_set(x_619, 4, x_616); +x_620 = lean_unsigned_to_nat(3u); +x_621 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_621, 0, x_620); +lean_ctor_set(x_621, 1, x_613); +lean_ctor_set(x_621, 2, x_614); +lean_ctor_set(x_621, 3, x_618); +lean_ctor_set(x_621, 4, x_619); +return x_621; +} +else +{ +lean_object* x_622; +x_622 = lean_ctor_get(x_548, 4); +lean_inc(x_622); +if (lean_obj_tag(x_622) == 0) +{ +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; +x_623 = lean_ctor_get(x_548, 1); +lean_inc(x_623); +x_624 = lean_ctor_get(x_548, 2); +lean_inc(x_624); +if (lean_is_exclusive(x_548)) { + lean_ctor_release(x_548, 0); + lean_ctor_release(x_548, 1); + lean_ctor_release(x_548, 2); + lean_ctor_release(x_548, 3); + lean_ctor_release(x_548, 4); + x_625 = x_548; +} else { + lean_dec_ref(x_548); + x_625 = lean_box(0); +} +x_626 = lean_box(1); +x_627 = lean_unsigned_to_nat(1u); +if (lean_is_scalar(x_625)) { + x_628 = lean_alloc_ctor(0, 5, 0); +} else { + x_628 = x_625; +} +lean_ctor_set(x_628, 0, x_627); +lean_ctor_set(x_628, 1, x_454); +lean_ctor_set(x_628, 2, x_455); +lean_ctor_set(x_628, 3, x_626); +lean_ctor_set(x_628, 4, x_626); +x_629 = lean_unsigned_to_nat(3u); +x_630 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_630, 0, x_629); +lean_ctor_set(x_630, 1, x_623); +lean_ctor_set(x_630, 2, x_624); +lean_ctor_set(x_630, 3, x_628); +lean_ctor_set(x_630, 4, x_622); +return x_630; +} +else +{ +lean_object* x_631; lean_object* x_632; lean_object* x_633; +x_631 = lean_box(1); +x_632 = lean_unsigned_to_nat(2u); +x_633 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_633, 0, x_632); +lean_ctor_set(x_633, 1, x_454); +lean_ctor_set(x_633, 2, x_455); +lean_ctor_set(x_633, 3, x_631); +lean_ctor_set(x_633, 4, x_548); +return x_633; +} +} +} +} +} +} +} +else +{ +lean_object* x_634; lean_object* x_635; lean_object* x_636; +x_634 = lean_box(1); +x_635 = lean_unsigned_to_nat(1u); +x_636 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_636, 0, x_635); +lean_ctor_set(x_636, 1, x_1); +lean_ctor_set(x_636, 2, x_2); +lean_ctor_set(x_636, 3, x_634); +lean_ctor_set(x_636, 4, x_634); +return x_636; +} +} +} +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_allDirectImports___spec__2(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +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; +x_3 = lean_ctor_get(x_2, 1); +lean_inc(x_3); +x_4 = lean_ctor_get(x_2, 2); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 3); +lean_inc(x_5); +x_6 = lean_ctor_get(x_2, 4); +lean_inc(x_6); +lean_dec(x_2); +x_7 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_allDirectImports___spec__2(x_1, x_5); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +lean_dec(x_7); +x_9 = lean_ctor_get(x_4, 0); +lean_inc(x_9); +x_10 = lean_ctor_get(x_4, 2); +lean_inc(x_10); +lean_dec(x_4); +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_9); +lean_ctor_set(x_11, 1, x_10); +x_12 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_allDirectImports___spec__1(x_3, x_11, x_8, lean_box(0)); +x_1 = x_12; +x_2 = x_6; +goto _start; +} +else +{ +lean_object* x_14; +x_14 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_14, 0, x_1); +return x_14; +} +} +} +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_allDirectImports___spec__3(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +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; +x_3 = lean_ctor_get(x_2, 1); +lean_inc(x_3); +x_4 = lean_ctor_get(x_2, 2); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 3); +lean_inc(x_5); +x_6 = lean_ctor_get(x_2, 4); +lean_inc(x_6); +lean_dec(x_2); +x_7 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_allDirectImports___spec__3(x_1, x_5); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +lean_dec(x_7); +x_9 = lean_ctor_get(x_4, 0); +lean_inc(x_9); +x_10 = lean_ctor_get(x_4, 2); +lean_inc(x_10); +lean_dec(x_4); +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_9); +lean_ctor_set(x_11, 1, x_10); +x_12 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_References_allDirectImports___spec__1(x_3, x_11, x_8, lean_box(0)); +x_1 = x_12; +x_2 = x_6; +goto _start; +} +else +{ +lean_object* x_14; +x_14 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_14, 0, x_1); +return x_14; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_References_allDirectImports(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; lean_object* x_7; lean_object* x_8; +x_2 = lean_box(1); +x_3 = lean_ctor_get(x_1, 0); +lean_inc(x_3); +x_4 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_allDirectImports___spec__2(x_2, x_3); +x_5 = lean_ctor_get(x_1, 1); +lean_inc(x_5); +lean_dec(x_1); +x_6 = lean_ctor_get(x_4, 0); +lean_inc(x_6); +lean_dec(x_4); +x_7 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_allDirectImports___spec__3(x_6, x_5); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +lean_dec(x_7); +return x_8; +} +} LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_getModuleRefs_x3f___spec__1(lean_object* x_1, lean_object* x_2) { _start: { @@ -41496,7 +50503,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_5, 0); x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); -x_10 = lean_ctor_get(x_8, 2); +x_10 = lean_ctor_get(x_8, 3); lean_inc(x_10); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 2, 0); @@ -41513,7 +50520,7 @@ lean_inc(x_12); lean_dec(x_5); x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); -x_14 = lean_ctor_get(x_12, 2); +x_14 = lean_ctor_get(x_12, 3); lean_inc(x_14); lean_dec(x_12); x_15 = lean_alloc_ctor(0, 2, 0); @@ -41531,7 +50538,7 @@ _start: { lean_object* x_3; lean_object* x_4; x_3 = lean_ctor_get(x_1, 1); -x_4 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerRefs___spec__1(x_3, x_2); +x_4 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerImports___spec__1(x_3, x_2); if (lean_obj_tag(x_4) == 0) { lean_object* x_5; lean_object* x_6; @@ -41549,7 +50556,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_4, 0); x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); -x_10 = lean_ctor_get(x_8, 2); +x_10 = lean_ctor_get(x_8, 3); lean_inc(x_10); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 2, 0); @@ -41566,7 +50573,7 @@ lean_inc(x_12); lean_dec(x_4); x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); -x_14 = lean_ctor_get(x_12, 2); +x_14 = lean_ctor_get(x_12, 3); lean_inc(x_14); lean_dec(x_12); x_15 = lean_alloc_ctor(0, 2, 0); @@ -41610,6 +50617,112 @@ lean_dec(x_1); return x_3; } } +LEAN_EXPORT lean_object* l_Lean_Server_References_getDirectImports_x3f___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; +x_4 = lean_ctor_get(x_1, 0); +x_5 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_getModuleRefs_x3f___spec__1(x_4, x_2); +if (lean_obj_tag(x_5) == 0) +{ +lean_object* x_6; +x_6 = lean_box(0); +return x_6; +} +else +{ +uint8_t x_7; +x_7 = !lean_is_exclusive(x_5); +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; +x_8 = lean_ctor_get(x_5, 0); +x_9 = lean_ctor_get(x_8, 2); +lean_inc(x_9); +lean_dec(x_8); +lean_ctor_set(x_5, 0, x_9); +return x_5; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_5, 0); +lean_inc(x_10); +lean_dec(x_5); +x_11 = lean_ctor_get(x_10, 2); +lean_inc(x_11); +lean_dec(x_10); +x_12 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_12, 0, x_11); +return x_12; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_References_getDirectImports_x3f(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; +x_3 = lean_ctor_get(x_1, 1); +x_4 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_updateWorkerImports___spec__1(x_3, x_2); +if (lean_obj_tag(x_4) == 0) +{ +lean_object* x_5; lean_object* x_6; +x_5 = lean_box(0); +x_6 = l_Lean_Server_References_getDirectImports_x3f___lambda__1(x_1, x_2, x_5); +return x_6; +} +else +{ +uint8_t x_7; +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; +x_8 = lean_ctor_get(x_4, 0); +x_9 = lean_ctor_get(x_8, 2); +lean_inc(x_9); +lean_dec(x_8); +lean_ctor_set(x_4, 0, x_9); +return x_4; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_4, 0); +lean_inc(x_10); +lean_dec(x_4); +x_11 = lean_ctor_get(x_10, 2); +lean_inc(x_11); +lean_dec(x_10); +x_12 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_12, 0, x_11); +return x_12; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_References_getDirectImports_x3f___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Lean_Server_References_getDirectImports_x3f___lambda__1(x_1, x_2, x_3); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_References_getDirectImports_x3f___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Server_References_getDirectImports_x3f(x_1, x_2); +lean_dec(x_2); +lean_dec(x_1); +return x_3; +} +} LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_allRefsFor___spec__1(lean_object* x_1, lean_object* x_2) { _start: { @@ -41620,7 +50733,7 @@ x_3 = lean_ctor_get(x_1, 1); x_4 = lean_ctor_get(x_1, 2); x_5 = lean_ctor_get(x_1, 3); x_6 = lean_ctor_get(x_1, 4); -x_7 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_241_(x_2, x_3); +x_7 = l_Lean_Lsp_ordRefIdent____x40_Lean_Data_Lsp_Internal___hyg_472_(x_2, x_3); switch (x_7) { case 0: { @@ -41650,162 +50763,158 @@ return x_11; } } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, size_t x_5, size_t x_6, lean_object* x_7, lean_object* x_8) { +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, size_t x_5, size_t x_6, lean_object* x_7) { _start: { -uint8_t x_9; -x_9 = lean_usize_dec_lt(x_6, x_5); -if (x_9 == 0) +uint8_t x_8; +x_8 = lean_usize_dec_lt(x_6, x_5); +if (x_8 == 0) { -lean_object* x_10; -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_7); -lean_ctor_set(x_10, 1, x_8); -return x_10; +return x_7; } else { +lean_object* x_9; uint8_t x_10; +x_9 = lean_array_uget(x_4, x_6); +x_10 = !lean_is_exclusive(x_9); +if (x_10 == 0) +{ lean_object* x_11; uint8_t x_12; -x_11 = lean_array_uget(x_4, x_6); +x_11 = lean_ctor_get(x_9, 1); x_12 = !lean_is_exclusive(x_11); if (x_12 == 0) { -lean_object* x_13; uint8_t x_14; -x_13 = lean_ctor_get(x_11, 1); -x_14 = !lean_is_exclusive(x_13); -if (x_14 == 0) -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_15 = lean_ctor_get(x_11, 0); -x_16 = lean_ctor_get(x_13, 0); -x_17 = lean_ctor_get(x_13, 1); -x_18 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_allRefsFor___spec__1(x_17, x_1); -lean_dec(x_17); -if (lean_obj_tag(x_18) == 0) -{ -size_t x_19; size_t x_20; -lean_free_object(x_13); -lean_dec(x_16); -lean_free_object(x_11); +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_13 = lean_ctor_get(x_9, 0); +x_14 = lean_ctor_get(x_11, 0); +x_15 = lean_ctor_get(x_11, 1); +x_16 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_allRefsFor___spec__1(x_15, x_1); lean_dec(x_15); -x_19 = 1; -x_20 = lean_usize_add(x_6, x_19); -x_6 = x_20; -goto _start; -} -else +if (lean_obj_tag(x_16) == 0) { -lean_object* x_22; lean_object* x_23; size_t x_24; size_t x_25; -x_22 = lean_ctor_get(x_18, 0); -lean_inc(x_22); -lean_dec(x_18); -lean_ctor_set(x_13, 1, x_22); -lean_ctor_set(x_13, 0, x_15); -lean_ctor_set(x_11, 0, x_16); -x_23 = lean_array_push(x_7, x_11); -x_24 = 1; -x_25 = lean_usize_add(x_6, x_24); -x_6 = x_25; -x_7 = x_23; -goto _start; -} -} -else -{ -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_27 = lean_ctor_get(x_11, 0); -x_28 = lean_ctor_get(x_13, 0); -x_29 = lean_ctor_get(x_13, 1); -lean_inc(x_29); -lean_inc(x_28); -lean_dec(x_13); -x_30 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_allRefsFor___spec__1(x_29, x_1); -lean_dec(x_29); -if (lean_obj_tag(x_30) == 0) -{ -size_t x_31; size_t x_32; -lean_dec(x_28); +size_t x_17; size_t x_18; lean_free_object(x_11); -lean_dec(x_27); -x_31 = 1; -x_32 = lean_usize_add(x_6, x_31); -x_6 = x_32; +lean_dec(x_14); +lean_free_object(x_9); +lean_dec(x_13); +x_17 = 1; +x_18 = lean_usize_add(x_6, x_17); +x_6 = x_18; goto _start; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; size_t x_37; size_t x_38; -x_34 = lean_ctor_get(x_30, 0); -lean_inc(x_34); -lean_dec(x_30); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_27); -lean_ctor_set(x_35, 1, x_34); -lean_ctor_set(x_11, 1, x_35); -lean_ctor_set(x_11, 0, x_28); -x_36 = lean_array_push(x_7, x_11); -x_37 = 1; -x_38 = lean_usize_add(x_6, x_37); -x_6 = x_38; -x_7 = x_36; +lean_object* x_20; lean_object* x_21; size_t x_22; size_t x_23; +x_20 = lean_ctor_get(x_16, 0); +lean_inc(x_20); +lean_dec(x_16); +lean_ctor_set(x_11, 1, x_20); +lean_ctor_set(x_11, 0, x_13); +lean_ctor_set(x_9, 0, x_14); +x_21 = lean_array_push(x_7, x_9); +x_22 = 1; +x_23 = lean_usize_add(x_6, x_22); +x_6 = x_23; +x_7 = x_21; goto _start; } } -} else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_40 = lean_ctor_get(x_11, 1); -x_41 = lean_ctor_get(x_11, 0); -lean_inc(x_40); -lean_inc(x_41); +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_25 = lean_ctor_get(x_9, 0); +x_26 = lean_ctor_get(x_11, 0); +x_27 = lean_ctor_get(x_11, 1); +lean_inc(x_27); +lean_inc(x_26); lean_dec(x_11); -x_42 = lean_ctor_get(x_40, 0); -lean_inc(x_42); -x_43 = lean_ctor_get(x_40, 1); -lean_inc(x_43); -if (lean_is_exclusive(x_40)) { - lean_ctor_release(x_40, 0); - lean_ctor_release(x_40, 1); - x_44 = x_40; -} else { - lean_dec_ref(x_40); - x_44 = lean_box(0); -} -x_45 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_allRefsFor___spec__1(x_43, x_1); -lean_dec(x_43); -if (lean_obj_tag(x_45) == 0) +x_28 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_allRefsFor___spec__1(x_27, x_1); +lean_dec(x_27); +if (lean_obj_tag(x_28) == 0) { -size_t x_46; size_t x_47; -lean_dec(x_44); -lean_dec(x_42); -lean_dec(x_41); -x_46 = 1; -x_47 = lean_usize_add(x_6, x_46); -x_6 = x_47; +size_t x_29; size_t x_30; +lean_dec(x_26); +lean_free_object(x_9); +lean_dec(x_25); +x_29 = 1; +x_30 = lean_usize_add(x_6, x_29); +x_6 = x_30; goto _start; } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; size_t x_53; size_t x_54; -x_49 = lean_ctor_get(x_45, 0); -lean_inc(x_49); -lean_dec(x_45); -if (lean_is_scalar(x_44)) { - x_50 = lean_alloc_ctor(0, 2, 0); -} else { - x_50 = x_44; +lean_object* x_32; lean_object* x_33; lean_object* x_34; size_t x_35; size_t x_36; +x_32 = lean_ctor_get(x_28, 0); +lean_inc(x_32); +lean_dec(x_28); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_25); +lean_ctor_set(x_33, 1, x_32); +lean_ctor_set(x_9, 1, x_33); +lean_ctor_set(x_9, 0, x_26); +x_34 = lean_array_push(x_7, x_9); +x_35 = 1; +x_36 = lean_usize_add(x_6, x_35); +x_6 = x_36; +x_7 = x_34; +goto _start; } -lean_ctor_set(x_50, 0, x_41); -lean_ctor_set(x_50, 1, x_49); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_42); -lean_ctor_set(x_51, 1, x_50); -x_52 = lean_array_push(x_7, x_51); -x_53 = 1; -x_54 = lean_usize_add(x_6, x_53); -x_6 = x_54; -x_7 = x_52; +} +} +else +{ +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_38 = lean_ctor_get(x_9, 1); +x_39 = lean_ctor_get(x_9, 0); +lean_inc(x_38); +lean_inc(x_39); +lean_dec(x_9); +x_40 = lean_ctor_get(x_38, 0); +lean_inc(x_40); +x_41 = lean_ctor_get(x_38, 1); +lean_inc(x_41); +if (lean_is_exclusive(x_38)) { + lean_ctor_release(x_38, 0); + lean_ctor_release(x_38, 1); + x_42 = x_38; +} else { + lean_dec_ref(x_38); + x_42 = lean_box(0); +} +x_43 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_allRefsFor___spec__1(x_41, x_1); +lean_dec(x_41); +if (lean_obj_tag(x_43) == 0) +{ +size_t x_44; size_t x_45; +lean_dec(x_42); +lean_dec(x_40); +lean_dec(x_39); +x_44 = 1; +x_45 = lean_usize_add(x_6, x_44); +x_6 = x_45; +goto _start; +} +else +{ +lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; size_t x_51; size_t x_52; +x_47 = lean_ctor_get(x_43, 0); +lean_inc(x_47); +lean_dec(x_43); +if (lean_is_scalar(x_42)) { + x_48 = lean_alloc_ctor(0, 2, 0); +} else { + x_48 = x_42; +} +lean_ctor_set(x_48, 0, x_39); +lean_ctor_set(x_48, 1, x_47); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_40); +lean_ctor_set(x_49, 1, x_48); +x_50 = lean_array_push(x_7, x_49); +x_51 = 1; +x_52 = lean_usize_add(x_6, x_51); +x_6 = x_52; +x_7 = x_50; goto _start; } } @@ -41856,107 +50965,103 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_References_allRefsFor(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +static size_t _init_l_Lean_Server_References_allRefsFor___closed__2() { _start: { -lean_object* x_4; lean_object* x_5; size_t x_6; lean_object* x_7; +lean_object* x_1; size_t x_2; +x_1 = l_Lean_Server_RefInfo_empty___closed__1; +x_2 = lean_array_size(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_References_allRefsFor(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; size_t x_5; +x_3 = lean_box(0); x_4 = lean_box(0); -x_5 = lean_box(0); -x_6 = 0; +x_5 = 0; if (lean_obj_tag(x_2) == 0) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_16 = l_Lean_Server_References_allRefs(x_1); -x_17 = l_Lean_Server_References_allRefsFor___closed__1; -x_18 = l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_allRefsFor___spec__4(x_17, x_16); -lean_dec(x_16); -x_7 = x_18; -goto block_15; -} -else -{ -lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_19 = lean_ctor_get(x_2, 0); -lean_inc(x_19); -x_20 = l_String_toName(x_19); -x_21 = l_Lean_Server_References_getModuleRefs_x3f(x_1, x_20); -lean_dec(x_1); -if (lean_obj_tag(x_21) == 0) -{ -lean_object* x_22; -lean_dec(x_20); -x_22 = l_Lean_Server_RefInfo_empty___closed__1; -x_7 = x_22; -goto block_15; -} -else -{ -lean_object* x_23; uint8_t x_24; -x_23 = lean_ctor_get(x_21, 0); -lean_inc(x_23); -lean_dec(x_21); -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) -{ -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_20); -lean_ctor_set(x_25, 1, x_23); -x_26 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_26, 1, x_4); -x_27 = lean_array_mk(x_26); -x_7 = x_27; -goto block_15; -} -else -{ -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_28 = lean_ctor_get(x_23, 0); -x_29 = lean_ctor_get(x_23, 1); -lean_inc(x_29); -lean_inc(x_28); -lean_dec(x_23); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_28); -lean_ctor_set(x_30, 1, x_29); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_20); -lean_ctor_set(x_31, 1, x_30); -x_32 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_4); -x_33 = lean_array_mk(x_32); -x_7 = x_33; -goto block_15; -} -} -} -block_15: -{ -size_t x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_8 = lean_array_size(x_7); -x_9 = l_Lean_Server_RefInfo_empty___closed__1; -x_10 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2(x_2, x_5, x_7, x_7, x_8, x_6, x_9, x_3); -lean_dec(x_7); +lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x_9; lean_object* x_10; lean_object* x_11; +x_6 = l_Lean_Server_References_allRefs(x_1); +x_7 = l_Lean_Server_References_allRefsFor___closed__1; +x_8 = l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_allRefsFor___spec__4(x_7, x_6); +lean_dec(x_6); +x_9 = lean_array_size(x_8); +x_10 = l_Lean_Server_RefInfo_empty___closed__1; +x_11 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2(x_2, x_4, x_8, x_8, x_9, x_5, x_10); +lean_dec(x_8); lean_dec(x_2); -x_11 = !lean_is_exclusive(x_10); -if (x_11 == 0) -{ -return x_10; +return x_11; } else { lean_object* x_12; lean_object* x_13; lean_object* x_14; -x_12 = lean_ctor_get(x_10, 0); -x_13 = lean_ctor_get(x_10, 1); -lean_inc(x_13); +x_12 = lean_ctor_get(x_2, 0); lean_inc(x_12); -lean_dec(x_10); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_12); -lean_ctor_set(x_14, 1, x_13); -return x_14; +x_13 = l_String_toName(x_12); +x_14 = l_Lean_Server_References_getModuleRefs_x3f(x_1, x_13); +lean_dec(x_1); +if (lean_obj_tag(x_14) == 0) +{ +lean_object* x_15; size_t x_16; lean_object* x_17; +lean_dec(x_13); +x_15 = l_Lean_Server_RefInfo_empty___closed__1; +x_16 = l_Lean_Server_References_allRefsFor___closed__2; +x_17 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2(x_2, x_4, x_15, x_15, x_16, x_5, x_15); +lean_dec(x_2); +return x_17; +} +else +{ +lean_object* x_18; uint8_t x_19; +x_18 = lean_ctor_get(x_14, 0); +lean_inc(x_18); +lean_dec(x_14); +x_19 = !lean_is_exclusive(x_18); +if (x_19 == 0) +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; size_t x_23; lean_object* x_24; lean_object* x_25; +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_13); +lean_ctor_set(x_20, 1, x_18); +x_21 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_3); +x_22 = lean_array_mk(x_21); +x_23 = lean_array_size(x_22); +x_24 = l_Lean_Server_RefInfo_empty___closed__1; +x_25 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2(x_2, x_4, x_22, x_22, x_23, x_5, x_24); +lean_dec(x_22); +lean_dec(x_2); +return x_25; +} +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; size_t x_32; lean_object* x_33; lean_object* x_34; +x_26 = lean_ctor_get(x_18, 0); +x_27 = lean_ctor_get(x_18, 1); +lean_inc(x_27); +lean_inc(x_26); +lean_dec(x_18); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_26); +lean_ctor_set(x_28, 1, x_27); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_13); +lean_ctor_set(x_29, 1, x_28); +x_30 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_3); +x_31 = lean_array_mk(x_30); +x_32 = lean_array_size(x_31); +x_33 = l_Lean_Server_RefInfo_empty___closed__1; +x_34 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2(x_2, x_4, x_31, x_31, x_32, x_5, x_33); +lean_dec(x_31); +lean_dec(x_2); +return x_34; +} } } } @@ -41971,20 +51076,20 @@ lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2___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_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2___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_9; size_t x_10; lean_object* x_11; -x_9 = lean_unbox_usize(x_5); +size_t x_8; size_t x_9; lean_object* x_10; +x_8 = lean_unbox_usize(x_5); lean_dec(x_5); -x_10 = lean_unbox_usize(x_6); +x_9 = lean_unbox_usize(x_6); lean_dec(x_6); -x_11 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2(x_1, x_2, x_3, x_4, x_9, x_10, x_7, x_8); +x_10 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_allRefsFor___spec__2(x_1, x_2, x_3, x_4, x_8, x_9, x_7); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_11; +return x_10; } } LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_References_allRefsFor___spec__4___boxed(lean_object* x_1, lean_object* x_2) { @@ -42116,401 +51221,319 @@ lean_dec(x_1); return x_6; } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, size_t x_6, size_t x_7, lean_object* x_8, lean_object* x_9) { -_start: -{ -uint8_t x_10; -x_10 = lean_usize_dec_lt(x_7, x_6); -if (x_10 == 0) -{ -lean_object* x_11; -lean_dec(x_2); -lean_dec(x_1); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_8); -lean_ctor_set(x_11, 1, x_9); -return x_11; -} -else -{ -lean_object* x_12; uint8_t x_13; -x_12 = lean_array_uget(x_5, x_7); -x_13 = !lean_is_exclusive(x_12); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; size_t x_18; size_t x_19; -x_14 = lean_ctor_get(x_12, 0); -x_15 = lean_ctor_get(x_12, 1); -lean_inc(x_1); -lean_ctor_set(x_12, 1, x_14); -lean_ctor_set(x_12, 0, x_1); -lean_inc(x_2); -x_16 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_16, 0, x_12); -lean_ctor_set(x_16, 1, x_2); -lean_ctor_set(x_16, 2, x_15); -x_17 = lean_array_push(x_8, x_16); -x_18 = 1; -x_19 = lean_usize_add(x_7, x_18); -x_7 = x_19; -x_8 = x_17; -goto _start; -} -else -{ -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; size_t x_26; size_t x_27; -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); -lean_inc(x_1); -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_1); -lean_ctor_set(x_23, 1, x_21); -lean_inc(x_2); -x_24 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_24, 0, x_23); -lean_ctor_set(x_24, 1, x_2); -lean_ctor_set(x_24, 2, x_22); -x_25 = lean_array_push(x_8, x_24); -x_26 = 1; -x_27 = lean_usize_add(x_7, x_26); -x_7 = x_27; -x_8 = x_25; -goto _start; -} -} -} -} -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1(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; size_t x_9; size_t x_10; lean_object* x_11; uint8_t x_12; -x_7 = lean_box(0); -x_8 = lean_ctor_get(x_1, 1); -x_9 = lean_array_size(x_8); -x_10 = 0; -x_11 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__1(x_2, x_3, x_7, x_8, x_8, x_9, x_10, x_4, x_6); -x_12 = !lean_is_exclusive(x_11); -if (x_12 == 0) -{ -lean_object* x_13; lean_object* x_14; -x_13 = lean_ctor_get(x_11, 0); -x_14 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_11, 0, x_14); -return x_11; -} -else -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_15 = lean_ctor_get(x_11, 0); -x_16 = lean_ctor_get(x_11, 1); -lean_inc(x_16); -lean_inc(x_15); -lean_dec(x_11); -x_17 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_17, 0, x_15); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_17); -lean_ctor_set(x_18, 1, x_16); -return x_18; -} -} -} -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, size_t x_5, size_t x_6, lean_object* x_7, lean_object* x_8) { +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, size_t x_6, size_t x_7, lean_object* x_8) { _start: { uint8_t x_9; -x_9 = lean_usize_dec_lt(x_6, x_5); +x_9 = lean_usize_dec_lt(x_7, x_6); if (x_9 == 0) { -lean_object* x_10; -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_7); -lean_ctor_set(x_10, 1, x_8); -return x_10; -} -else -{ -lean_object* x_11; lean_object* x_12; -x_11 = lean_array_uget(x_4, x_6); -x_12 = lean_ctor_get(x_11, 1); -lean_inc(x_12); -if (x_1 == 0) -{ -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; size_t x_21; size_t x_22; -x_13 = lean_ctor_get(x_11, 0); -lean_inc(x_13); -lean_dec(x_11); -x_14 = lean_ctor_get(x_12, 0); -lean_inc(x_14); -x_15 = lean_ctor_get(x_12, 1); -lean_inc(x_15); -lean_dec(x_12); -x_16 = lean_box(0); -x_17 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1(x_15, x_13, x_14, x_7, x_16, x_8); -lean_dec(x_15); -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(x_17); -x_20 = lean_ctor_get(x_18, 0); -lean_inc(x_20); -lean_dec(x_18); -x_21 = 1; -x_22 = lean_usize_add(x_6, x_21); -x_6 = x_22; -x_7 = x_20; -x_8 = x_19; -goto _start; -} -else -{ -lean_object* x_24; lean_object* x_25; -x_24 = lean_ctor_get(x_12, 1); -lean_inc(x_24); -x_25 = lean_ctor_get(x_24, 0); -lean_inc(x_25); -if (lean_obj_tag(x_25) == 0) -{ -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; size_t x_33; size_t x_34; -x_26 = lean_ctor_get(x_11, 0); -lean_inc(x_26); -lean_dec(x_11); -x_27 = lean_ctor_get(x_12, 0); -lean_inc(x_27); -lean_dec(x_12); -x_28 = lean_box(0); -x_29 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1(x_24, x_26, x_27, x_7, x_28, x_8); -lean_dec(x_24); -x_30 = lean_ctor_get(x_29, 0); -lean_inc(x_30); -x_31 = lean_ctor_get(x_29, 1); -lean_inc(x_31); -lean_dec(x_29); -x_32 = lean_ctor_get(x_30, 0); -lean_inc(x_32); -lean_dec(x_30); -x_33 = 1; -x_34 = lean_usize_add(x_6, x_33); -x_6 = x_34; -x_7 = x_32; -x_8 = x_31; -goto _start; -} -else -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; -x_36 = lean_ctor_get(x_25, 0); -lean_inc(x_36); -lean_dec(x_25); -x_37 = lean_ctor_get(x_11, 0); -lean_inc(x_37); -lean_dec(x_11); -x_38 = lean_ctor_get(x_12, 0); -lean_inc(x_38); -lean_dec(x_12); -x_39 = !lean_is_exclusive(x_36); -if (x_39 == 0) -{ -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; size_t x_49; size_t x_50; -x_40 = lean_ctor_get(x_36, 0); -x_41 = lean_ctor_get(x_36, 1); -lean_inc(x_37); -lean_ctor_set(x_36, 1, x_40); -lean_ctor_set(x_36, 0, x_37); -lean_inc(x_38); -x_42 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_42, 0, x_36); -lean_ctor_set(x_42, 1, x_38); -lean_ctor_set(x_42, 2, x_41); -x_43 = lean_array_push(x_7, x_42); -x_44 = lean_box(0); -x_45 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1(x_24, x_37, x_38, x_43, x_44, x_8); -lean_dec(x_24); -x_46 = lean_ctor_get(x_45, 0); -lean_inc(x_46); -x_47 = lean_ctor_get(x_45, 1); -lean_inc(x_47); -lean_dec(x_45); -x_48 = lean_ctor_get(x_46, 0); -lean_inc(x_48); -lean_dec(x_46); -x_49 = 1; -x_50 = lean_usize_add(x_6, x_49); -x_6 = x_50; -x_7 = x_48; -x_8 = x_47; -goto _start; -} -else -{ -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; size_t x_62; size_t x_63; -x_52 = lean_ctor_get(x_36, 0); -x_53 = lean_ctor_get(x_36, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_36); -lean_inc(x_37); -x_54 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_54, 0, x_37); -lean_ctor_set(x_54, 1, x_52); -lean_inc(x_38); -x_55 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_38); -lean_ctor_set(x_55, 2, x_53); -x_56 = lean_array_push(x_7, x_55); -x_57 = lean_box(0); -x_58 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1(x_24, x_37, x_38, x_56, x_57, x_8); -lean_dec(x_24); -x_59 = lean_ctor_get(x_58, 0); -lean_inc(x_59); -x_60 = lean_ctor_get(x_58, 1); -lean_inc(x_60); -lean_dec(x_58); -x_61 = lean_ctor_get(x_59, 0); -lean_inc(x_61); -lean_dec(x_59); -x_62 = 1; -x_63 = lean_usize_add(x_6, x_62); -x_6 = x_63; -x_7 = x_61; -x_8 = x_60; -goto _start; -} -} -} -} -} -} -LEAN_EXPORT lean_object* l_Lean_Server_References_referringTo(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4) { -_start: -{ -lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_5 = l_Lean_Server_References_allRefsFor(x_1, x_2, x_4); -x_6 = lean_ctor_get(x_5, 0); -lean_inc(x_6); -x_7 = lean_ctor_get(x_5, 1); -lean_inc(x_7); -lean_dec(x_5); -x_8 = lean_box(0); -x_9 = lean_array_size(x_6); -x_10 = 0; -x_11 = l_Lean_Server_RefInfo_empty___closed__1; -x_12 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2(x_3, x_6, x_8, x_6, x_9, x_10, x_11, x_7); -lean_dec(x_6); -x_13 = !lean_is_exclusive(x_12); -if (x_13 == 0) -{ -return x_12; -} -else -{ -lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_14 = lean_ctor_get(x_12, 0); -x_15 = lean_ctor_get(x_12, 1); -lean_inc(x_15); -lean_inc(x_14); -lean_dec(x_12); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_14); -lean_ctor_set(x_16, 1, x_15); -return x_16; -} -} -} -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___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) { -_start: -{ -size_t x_10; size_t x_11; lean_object* x_12; -x_10 = lean_unbox_usize(x_6); -lean_dec(x_6); -x_11 = lean_unbox_usize(x_7); -lean_dec(x_7); -x_12 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__1(x_1, x_2, x_3, x_4, x_5, x_10, x_11, x_8, x_9); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -return x_12; -} -} -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__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: -{ -lean_object* x_7; -x_7 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); -lean_dec(x_5); +lean_dec(x_2); lean_dec(x_1); +return x_8; +} +else +{ +lean_object* x_10; uint8_t x_11; +x_10 = lean_array_uget(x_5, x_7); +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; size_t x_16; size_t x_17; +x_12 = lean_ctor_get(x_10, 0); +x_13 = lean_ctor_get(x_10, 1); +lean_inc(x_1); +lean_ctor_set(x_10, 1, x_12); +lean_ctor_set(x_10, 0, x_1); +lean_inc(x_2); +x_14 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_14, 0, x_10); +lean_ctor_set(x_14, 1, x_2); +lean_ctor_set(x_14, 2, x_13); +x_15 = lean_array_push(x_8, x_14); +x_16 = 1; +x_17 = lean_usize_add(x_7, x_16); +x_7 = x_17; +x_8 = x_15; +goto _start; +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; size_t x_24; size_t x_25; +x_19 = lean_ctor_get(x_10, 0); +x_20 = lean_ctor_get(x_10, 1); +lean_inc(x_20); +lean_inc(x_19); +lean_dec(x_10); +lean_inc(x_1); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_1); +lean_ctor_set(x_21, 1, x_19); +lean_inc(x_2); +x_22 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_2); +lean_ctor_set(x_22, 2, x_20); +x_23 = lean_array_push(x_8, x_22); +x_24 = 1; +x_25 = lean_usize_add(x_7, x_24); +x_7 = x_25; +x_8 = x_23; +goto _start; +} +} +} +} +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1(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; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; +x_6 = lean_box(0); +x_7 = lean_ctor_get(x_1, 1); +x_8 = lean_array_size(x_7); +x_9 = 0; +x_10 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__1(x_2, x_3, x_6, x_7, x_7, x_8, x_9, x_4); +x_11 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_11, 0, x_10); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, size_t x_5, size_t x_6, lean_object* x_7) { +_start: +{ +uint8_t x_8; +x_8 = lean_usize_dec_lt(x_6, x_5); +if (x_8 == 0) +{ return x_7; } +else +{ +lean_object* x_9; lean_object* x_10; +x_9 = lean_array_uget(x_4, x_6); +x_10 = lean_ctor_get(x_9, 1); +lean_inc(x_10); +if (x_1 == 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; size_t x_17; size_t x_18; +x_11 = lean_ctor_get(x_9, 0); +lean_inc(x_11); +lean_dec(x_9); +x_12 = lean_ctor_get(x_10, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_10, 1); +lean_inc(x_13); +lean_dec(x_10); +x_14 = lean_box(0); +x_15 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1(x_13, x_11, x_12, x_7, x_14); +lean_dec(x_13); +x_16 = lean_ctor_get(x_15, 0); +lean_inc(x_16); +lean_dec(x_15); +x_17 = 1; +x_18 = lean_usize_add(x_6, x_17); +x_6 = x_18; +x_7 = x_16; +goto _start; } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___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) { +else +{ +lean_object* x_20; lean_object* x_21; +x_20 = lean_ctor_get(x_10, 1); +lean_inc(x_20); +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +if (lean_obj_tag(x_21) == 0) +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; size_t x_27; size_t x_28; +x_22 = lean_ctor_get(x_9, 0); +lean_inc(x_22); +lean_dec(x_9); +x_23 = lean_ctor_get(x_10, 0); +lean_inc(x_23); +lean_dec(x_10); +x_24 = lean_box(0); +x_25 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1(x_20, x_22, x_23, x_7, x_24); +lean_dec(x_20); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +lean_dec(x_25); +x_27 = 1; +x_28 = lean_usize_add(x_6, x_27); +x_6 = x_28; +x_7 = x_26; +goto _start; +} +else +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_30 = lean_ctor_get(x_21, 0); +lean_inc(x_30); +lean_dec(x_21); +x_31 = lean_ctor_get(x_9, 0); +lean_inc(x_31); +lean_dec(x_9); +x_32 = lean_ctor_get(x_10, 0); +lean_inc(x_32); +lean_dec(x_10); +x_33 = !lean_is_exclusive(x_30); +if (x_33 == 0) +{ +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; size_t x_41; size_t x_42; +x_34 = lean_ctor_get(x_30, 0); +x_35 = lean_ctor_get(x_30, 1); +lean_inc(x_31); +lean_ctor_set(x_30, 1, x_34); +lean_ctor_set(x_30, 0, x_31); +lean_inc(x_32); +x_36 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_36, 0, x_30); +lean_ctor_set(x_36, 1, x_32); +lean_ctor_set(x_36, 2, x_35); +x_37 = lean_array_push(x_7, x_36); +x_38 = lean_box(0); +x_39 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1(x_20, x_31, x_32, x_37, x_38); +lean_dec(x_20); +x_40 = lean_ctor_get(x_39, 0); +lean_inc(x_40); +lean_dec(x_39); +x_41 = 1; +x_42 = lean_usize_add(x_6, x_41); +x_6 = x_42; +x_7 = x_40; +goto _start; +} +else +{ +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; size_t x_52; size_t x_53; +x_44 = lean_ctor_get(x_30, 0); +x_45 = lean_ctor_get(x_30, 1); +lean_inc(x_45); +lean_inc(x_44); +lean_dec(x_30); +lean_inc(x_31); +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_31); +lean_ctor_set(x_46, 1, x_44); +lean_inc(x_32); +x_47 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_47, 0, x_46); +lean_ctor_set(x_47, 1, x_32); +lean_ctor_set(x_47, 2, x_45); +x_48 = lean_array_push(x_7, x_47); +x_49 = lean_box(0); +x_50 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1(x_20, x_31, x_32, x_48, x_49); +lean_dec(x_20); +x_51 = lean_ctor_get(x_50, 0); +lean_inc(x_51); +lean_dec(x_50); +x_52 = 1; +x_53 = lean_usize_add(x_6, x_52); +x_6 = x_53; +x_7 = x_51; +goto _start; +} +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_References_referringTo(lean_object* x_1, lean_object* x_2, uint8_t x_3) { _start: { -uint8_t x_9; size_t x_10; size_t x_11; lean_object* x_12; -x_9 = lean_unbox(x_1); -lean_dec(x_1); -x_10 = lean_unbox_usize(x_5); +lean_object* x_4; lean_object* x_5; size_t x_6; size_t x_7; lean_object* x_8; lean_object* x_9; +x_4 = lean_box(0); +x_5 = l_Lean_Server_References_allRefsFor(x_1, x_2); +x_6 = lean_array_size(x_5); +x_7 = 0; +x_8 = l_Lean_Server_RefInfo_empty___closed__1; +x_9 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2(x_3, x_4, x_5, x_5, x_6, x_7, x_8); lean_dec(x_5); -x_11 = lean_unbox_usize(x_6); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___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) { +_start: +{ +size_t x_9; size_t x_10; lean_object* x_11; +x_9 = lean_unbox_usize(x_6); lean_dec(x_6); -x_12 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2(x_9, x_2, x_3, x_4, x_10, x_11, x_7, x_8); +x_10 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_11 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__1(x_1, x_2, x_3, x_4, x_5, x_9, x_10, x_8); +lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_12; +return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Server_References_referringTo___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1___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_5; lean_object* x_6; -x_5 = lean_unbox(x_3); -lean_dec(x_3); -x_6 = l_Lean_Server_References_referringTo(x_1, x_2, x_5, x_4); +lean_object* x_6; +x_6 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___lambda__1(x_1, x_2, x_3, x_4, x_5); +lean_dec(x_5); +lean_dec(x_1); return x_6; } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_definitionOf_x3f___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, size_t x_5, size_t x_6, lean_object* x_7, lean_object* x_8) { +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2___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_9; -x_9 = lean_usize_dec_lt(x_6, x_5); -if (x_9 == 0) -{ -lean_object* x_10; +uint8_t x_8; size_t x_9; size_t x_10; lean_object* x_11; +x_8 = lean_unbox(x_1); +lean_dec(x_1); +x_9 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_10 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_11 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_referringTo___spec__2(x_8, x_2, x_3, x_4, x_9, x_10, x_7); +lean_dec(x_4); lean_dec(x_3); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_7); -lean_ctor_set(x_10, 1, x_8); -return x_10; +lean_dec(x_2); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_References_referringTo___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +uint8_t x_4; lean_object* x_5; +x_4 = lean_unbox(x_3); +lean_dec(x_3); +x_5 = l_Lean_Server_References_referringTo(x_1, x_2, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_definitionOf_x3f___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, size_t x_5, size_t x_6, lean_object* x_7) { +_start: +{ +uint8_t x_8; +x_8 = lean_usize_dec_lt(x_6, x_5); +if (x_8 == 0) +{ +lean_inc(x_7); +return x_7; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; -lean_dec(x_7); -x_11 = lean_array_uget(x_4, x_6); -x_12 = lean_ctor_get(x_11, 1); +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = lean_array_uget(x_4, x_6); +x_10 = lean_ctor_get(x_9, 1); +lean_inc(x_10); +x_11 = lean_ctor_get(x_10, 1); +lean_inc(x_11); +x_12 = lean_ctor_get(x_11, 0); lean_inc(x_12); -x_13 = lean_ctor_get(x_12, 1); -lean_inc(x_13); -x_14 = lean_ctor_get(x_13, 0); -lean_inc(x_14); -lean_dec(x_13); -if (lean_obj_tag(x_14) == 0) -{ -size_t x_15; size_t x_16; -lean_dec(x_12); lean_dec(x_11); -x_15 = 1; -x_16 = lean_usize_add(x_6, x_15); -lean_inc(x_3); +if (lean_obj_tag(x_12) == 0) { -size_t _tmp_5 = x_16; +size_t x_13; size_t x_14; +lean_dec(x_10); +lean_dec(x_9); +x_13 = 1; +x_14 = lean_usize_add(x_6, x_13); +{ +size_t _tmp_5 = x_14; lean_object* _tmp_6 = x_3; x_6 = _tmp_5; x_7 = _tmp_6; @@ -42519,357 +51542,210 @@ goto _start; } else { -uint8_t x_18; -lean_dec(x_3); -x_18 = !lean_is_exclusive(x_14); -if (x_18 == 0) +uint8_t x_16; +x_16 = !lean_is_exclusive(x_12); +if (x_16 == 0) { -uint8_t x_19; -x_19 = !lean_is_exclusive(x_11); +lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = lean_ctor_get(x_12, 0); +x_18 = lean_ctor_get(x_9, 0); +lean_inc(x_18); +lean_dec(x_9); +x_19 = !lean_is_exclusive(x_10); if (x_19 == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; -x_20 = lean_ctor_get(x_14, 0); -x_21 = lean_ctor_get(x_11, 0); -x_22 = lean_ctor_get(x_11, 1); -lean_dec(x_22); -x_23 = !lean_is_exclusive(x_12); -if (x_23 == 0) +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_10, 0); +x_21 = lean_ctor_get(x_10, 1); +lean_dec(x_21); +x_22 = !lean_is_exclusive(x_17); +if (x_22 == 0) { -lean_object* x_24; lean_object* x_25; uint8_t x_26; -x_24 = lean_ctor_get(x_12, 0); -x_25 = lean_ctor_get(x_12, 1); -lean_dec(x_25); -x_26 = !lean_is_exclusive(x_20); -if (x_26 == 0) -{ -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_27 = lean_ctor_get(x_20, 0); -x_28 = lean_ctor_get(x_20, 1); -lean_ctor_set(x_20, 1, x_27); -lean_ctor_set(x_20, 0, x_21); -x_29 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_29, 0, x_20); -lean_ctor_set(x_29, 1, x_24); -lean_ctor_set(x_29, 2, x_28); -lean_ctor_set(x_14, 0, x_29); -x_30 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_30, 0, x_14); -x_31 = lean_box(0); -lean_ctor_set(x_12, 1, x_31); -lean_ctor_set(x_12, 0, x_30); -lean_ctor_set(x_11, 1, x_8); -lean_ctor_set(x_11, 0, x_12); -return x_11; +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_23 = lean_ctor_get(x_17, 0); +x_24 = lean_ctor_get(x_17, 1); +lean_ctor_set(x_17, 1, x_23); +lean_ctor_set(x_17, 0, x_18); +x_25 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_25, 0, x_17); +lean_ctor_set(x_25, 1, x_20); +lean_ctor_set(x_25, 2, x_24); +lean_ctor_set(x_12, 0, x_25); +x_26 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_26, 0, x_12); +x_27 = lean_box(0); +lean_ctor_set(x_10, 1, x_27); +lean_ctor_set(x_10, 0, x_26); +return x_10; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_32 = lean_ctor_get(x_20, 0); -x_33 = lean_ctor_get(x_20, 1); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_20); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_21); -lean_ctor_set(x_34, 1, x_32); -x_35 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_35, 0, x_34); -lean_ctor_set(x_35, 1, x_24); -lean_ctor_set(x_35, 2, x_33); -lean_ctor_set(x_14, 0, x_35); -x_36 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_36, 0, x_14); -x_37 = lean_box(0); -lean_ctor_set(x_12, 1, x_37); -lean_ctor_set(x_12, 0, x_36); -lean_ctor_set(x_11, 1, x_8); -lean_ctor_set(x_11, 0, x_12); -return x_11; +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_28 = lean_ctor_get(x_17, 0); +x_29 = lean_ctor_get(x_17, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_17); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_18); +lean_ctor_set(x_30, 1, x_28); +x_31 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_20); +lean_ctor_set(x_31, 2, x_29); +lean_ctor_set(x_12, 0, x_31); +x_32 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_32, 0, x_12); +x_33 = lean_box(0); +lean_ctor_set(x_10, 1, x_33); +lean_ctor_set(x_10, 0, x_32); +return x_10; } } else { -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; -x_38 = lean_ctor_get(x_12, 0); -lean_inc(x_38); +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; lean_object* x_42; +x_34 = lean_ctor_get(x_10, 0); +lean_inc(x_34); +lean_dec(x_10); +x_35 = lean_ctor_get(x_17, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_17, 1); +lean_inc(x_36); +if (lean_is_exclusive(x_17)) { + lean_ctor_release(x_17, 0); + lean_ctor_release(x_17, 1); + x_37 = x_17; +} else { + lean_dec_ref(x_17); + x_37 = lean_box(0); +} +if (lean_is_scalar(x_37)) { + x_38 = lean_alloc_ctor(0, 2, 0); +} else { + x_38 = x_37; +} +lean_ctor_set(x_38, 0, x_18); +lean_ctor_set(x_38, 1, x_35); +x_39 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_34); +lean_ctor_set(x_39, 2, x_36); +lean_ctor_set(x_12, 0, x_39); +x_40 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_40, 0, x_12); +x_41 = lean_box(0); +x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, x_41); +return x_42; +} +} +else +{ +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; +x_43 = lean_ctor_get(x_12, 0); +lean_inc(x_43); lean_dec(x_12); -x_39 = lean_ctor_get(x_20, 0); -lean_inc(x_39); -x_40 = lean_ctor_get(x_20, 1); -lean_inc(x_40); -if (lean_is_exclusive(x_20)) { - lean_ctor_release(x_20, 0); - lean_ctor_release(x_20, 1); - x_41 = x_20; +x_44 = lean_ctor_get(x_9, 0); +lean_inc(x_44); +lean_dec(x_9); +x_45 = lean_ctor_get(x_10, 0); +lean_inc(x_45); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_46 = x_10; } else { - lean_dec_ref(x_20); - x_41 = lean_box(0); + lean_dec_ref(x_10); + x_46 = lean_box(0); } -if (lean_is_scalar(x_41)) { - x_42 = lean_alloc_ctor(0, 2, 0); -} else { - x_42 = x_41; -} -lean_ctor_set(x_42, 0, x_21); -lean_ctor_set(x_42, 1, x_39); -x_43 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_38); -lean_ctor_set(x_43, 2, x_40); -lean_ctor_set(x_14, 0, x_43); -x_44 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_44, 0, x_14); -x_45 = lean_box(0); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_44); -lean_ctor_set(x_46, 1, x_45); -lean_ctor_set(x_11, 1, x_8); -lean_ctor_set(x_11, 0, x_46); -return x_11; -} -} -else -{ -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; -x_47 = lean_ctor_get(x_14, 0); -x_48 = lean_ctor_get(x_11, 0); +x_47 = lean_ctor_get(x_43, 0); +lean_inc(x_47); +x_48 = lean_ctor_get(x_43, 1); lean_inc(x_48); -lean_dec(x_11); -x_49 = lean_ctor_get(x_12, 0); -lean_inc(x_49); -if (lean_is_exclusive(x_12)) { - lean_ctor_release(x_12, 0); - lean_ctor_release(x_12, 1); - x_50 = x_12; +if (lean_is_exclusive(x_43)) { + lean_ctor_release(x_43, 0); + lean_ctor_release(x_43, 1); + x_49 = x_43; } else { - lean_dec_ref(x_12); - x_50 = lean_box(0); + lean_dec_ref(x_43); + x_49 = lean_box(0); } -x_51 = lean_ctor_get(x_47, 0); -lean_inc(x_51); -x_52 = lean_ctor_get(x_47, 1); -lean_inc(x_52); -if (lean_is_exclusive(x_47)) { - lean_ctor_release(x_47, 0); - lean_ctor_release(x_47, 1); - x_53 = x_47; +if (lean_is_scalar(x_49)) { + x_50 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_47); - x_53 = lean_box(0); + x_50 = x_49; } -if (lean_is_scalar(x_53)) { - x_54 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_44); +lean_ctor_set(x_50, 1, x_47); +x_51 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_51, 0, x_50); +lean_ctor_set(x_51, 1, x_45); +lean_ctor_set(x_51, 2, x_48); +x_52 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_52, 0, x_51); +x_53 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_53, 0, x_52); +x_54 = lean_box(0); +if (lean_is_scalar(x_46)) { + x_55 = lean_alloc_ctor(0, 2, 0); } else { - x_54 = x_53; + x_55 = x_46; } -lean_ctor_set(x_54, 0, x_48); -lean_ctor_set(x_54, 1, x_51); -x_55 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_49); -lean_ctor_set(x_55, 2, x_52); -lean_ctor_set(x_14, 0, x_55); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_14); -x_57 = lean_box(0); -if (lean_is_scalar(x_50)) { - x_58 = lean_alloc_ctor(0, 2, 0); -} else { - x_58 = x_50; -} -lean_ctor_set(x_58, 0, x_56); -lean_ctor_set(x_58, 1, x_57); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_8); -return x_59; -} -} -else -{ -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; -x_60 = lean_ctor_get(x_14, 0); -lean_inc(x_60); -lean_dec(x_14); -x_61 = lean_ctor_get(x_11, 0); -lean_inc(x_61); -if (lean_is_exclusive(x_11)) { - lean_ctor_release(x_11, 0); - lean_ctor_release(x_11, 1); - x_62 = x_11; -} else { - lean_dec_ref(x_11); - x_62 = lean_box(0); -} -x_63 = lean_ctor_get(x_12, 0); -lean_inc(x_63); -if (lean_is_exclusive(x_12)) { - lean_ctor_release(x_12, 0); - lean_ctor_release(x_12, 1); - x_64 = x_12; -} else { - lean_dec_ref(x_12); - x_64 = lean_box(0); -} -x_65 = lean_ctor_get(x_60, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_60, 1); -lean_inc(x_66); -if (lean_is_exclusive(x_60)) { - lean_ctor_release(x_60, 0); - lean_ctor_release(x_60, 1); - x_67 = x_60; -} else { - lean_dec_ref(x_60); - x_67 = lean_box(0); -} -if (lean_is_scalar(x_67)) { - x_68 = lean_alloc_ctor(0, 2, 0); -} else { - x_68 = x_67; -} -lean_ctor_set(x_68, 0, x_61); -lean_ctor_set(x_68, 1, x_65); -x_69 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_69, 0, x_68); -lean_ctor_set(x_69, 1, x_63); -lean_ctor_set(x_69, 2, x_66); -x_70 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_70, 0, x_69); -x_71 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_71, 0, x_70); -x_72 = lean_box(0); -if (lean_is_scalar(x_64)) { - x_73 = lean_alloc_ctor(0, 2, 0); -} else { - x_73 = x_64; -} -lean_ctor_set(x_73, 0, x_71); -lean_ctor_set(x_73, 1, x_72); -if (lean_is_scalar(x_62)) { - x_74 = lean_alloc_ctor(0, 2, 0); -} else { - x_74 = x_62; -} -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_8); -return x_74; +lean_ctor_set(x_55, 0, x_53); +lean_ctor_set(x_55, 1, x_54); +return x_55; } } } } } -LEAN_EXPORT lean_object* l_Lean_Server_References_definitionOf_x3f___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_References_definitionOf_x3f(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_4; -x_4 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_4, 0, x_1); -lean_ctor_set(x_4, 1, x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Lean_Server_References_definitionOf_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; -x_4 = l_Lean_Server_References_allRefsFor(x_1, x_2, x_3); -x_5 = lean_ctor_get(x_4, 0); -lean_inc(x_5); -x_6 = lean_ctor_get(x_4, 1); -lean_inc(x_6); +lean_object* x_3; lean_object* x_4; size_t x_5; size_t x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_3 = lean_box(0); +x_4 = l_Lean_Server_References_allRefsFor(x_1, x_2); +x_5 = lean_array_size(x_4); +x_6 = 0; +x_7 = l_Lean_Lsp_RefInfo_findReferenceLocation_x3f___lambda__2___closed__1; +x_8 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_definitionOf_x3f___spec__1(x_3, x_4, x_7, x_4, x_5, x_6, x_7); lean_dec(x_4); -x_7 = lean_box(0); -x_8 = lean_box(0); -x_9 = lean_array_size(x_5); -x_10 = 0; -x_11 = l_Lean_Lsp_RefInfo_findReferenceLocation_x3f___lambda__2___closed__1; -x_12 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_definitionOf_x3f___spec__1(x_5, x_7, x_11, x_5, x_9, x_10, x_11, x_6); -lean_dec(x_5); -x_13 = lean_ctor_get(x_12, 0); -lean_inc(x_13); -x_14 = lean_ctor_get(x_13, 0); -lean_inc(x_14); -lean_dec(x_13); -if (lean_obj_tag(x_14) == 0) +x_9 = lean_ctor_get(x_8, 0); +lean_inc(x_9); +lean_dec(x_8); +if (lean_obj_tag(x_9) == 0) { -uint8_t x_15; -x_15 = !lean_is_exclusive(x_12); -if (x_15 == 0) -{ -lean_object* x_16; -x_16 = lean_ctor_get(x_12, 0); -lean_dec(x_16); -lean_ctor_set(x_12, 0, x_8); -return x_12; +lean_object* x_10; +x_10 = lean_box(0); +return x_10; } else { -lean_object* x_17; lean_object* x_18; -x_17 = lean_ctor_get(x_12, 1); -lean_inc(x_17); -lean_dec(x_12); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_8); -lean_ctor_set(x_18, 1, x_17); -return x_18; -} -} -else -{ -uint8_t x_19; -x_19 = !lean_is_exclusive(x_12); -if (x_19 == 0) -{ -lean_object* x_20; lean_object* x_21; -x_20 = lean_ctor_get(x_12, 0); -lean_dec(x_20); -x_21 = lean_ctor_get(x_14, 0); -lean_inc(x_21); -lean_dec(x_14); -lean_ctor_set(x_12, 0, x_21); -return x_12; -} -else -{ -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_12, 1); -lean_inc(x_22); -lean_dec(x_12); -x_23 = lean_ctor_get(x_14, 0); -lean_inc(x_23); -lean_dec(x_14); -x_24 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_24, 0, x_23); -lean_ctor_set(x_24, 1, x_22); -return x_24; +lean_object* x_11; +x_11 = lean_ctor_get(x_9, 0); +lean_inc(x_11); +lean_dec(x_9); +return x_11; } } } -} -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_definitionOf_x3f___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_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_definitionOf_x3f___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) { _start: { -size_t x_9; size_t x_10; lean_object* x_11; -x_9 = lean_unbox_usize(x_5); +size_t x_8; size_t x_9; lean_object* x_10; +x_8 = lean_unbox_usize(x_5); lean_dec(x_5); -x_10 = lean_unbox_usize(x_6); +x_9 = lean_unbox_usize(x_6); lean_dec(x_6); -x_11 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_definitionOf_x3f___spec__1(x_1, x_2, x_3, x_4, x_9, x_10, x_7, x_8); +x_10 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_References_definitionOf_x3f___spec__1(x_1, x_2, x_3, x_4, x_8, x_9, x_7); +lean_dec(x_7); lean_dec(x_4); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_11; -} -} -LEAN_EXPORT lean_object* l_Lean_Server_References_definitionOf_x3f___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l_Lean_Server_References_definitionOf_x3f___lambda__1(x_1, x_2, x_3); -lean_dec(x_2); -return x_4; +return x_10; } } LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__1___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { @@ -42877,7 +51753,7 @@ _start: { if (lean_obj_tag(x_5) == 0) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; x_7 = lean_ctor_get(x_5, 1); lean_inc(x_7); x_8 = lean_ctor_get(x_5, 2); @@ -42891,243 +51767,108 @@ lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); x_11 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__1___rarg(x_1, x_2, x_3, x_4, x_9, x_6); -if (lean_obj_tag(x_11) == 0) -{ -lean_object* x_12; x_12 = lean_ctor_get(x_11, 0); lean_inc(x_12); -if (lean_obj_tag(x_12) == 0) +if (lean_obj_tag(x_7) == 0) { -uint8_t x_13; -lean_dec(x_10); +lean_object* x_13; +x_13 = lean_ctor_get(x_8, 0); +lean_inc(x_13); lean_dec(x_8); +if (lean_obj_tag(x_13) == 0) +{ +lean_object* x_14; lean_object* x_15; lean_dec(x_7); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_13 = !lean_is_exclusive(x_11); -if (x_13 == 0) -{ -lean_object* x_14; uint8_t x_15; -x_14 = lean_ctor_get(x_11, 0); -lean_dec(x_14); -x_15 = !lean_is_exclusive(x_12); -if (x_15 == 0) -{ -return x_11; -} -else -{ -lean_object* x_16; lean_object* x_17; -x_16 = lean_ctor_get(x_12, 0); -lean_inc(x_16); +x_14 = lean_ctor_get(x_11, 1); +lean_inc(x_14); +lean_dec(x_11); +x_15 = lean_ctor_get(x_12, 0); +lean_inc(x_15); lean_dec(x_12); -x_17 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_17, 0, x_16); -lean_ctor_set(x_11, 0, x_17); -return x_11; -} +x_4 = x_15; +x_5 = x_10; +x_6 = x_14; +goto _start; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +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_17 = lean_ctor_get(x_13, 0); +lean_inc(x_17); +lean_dec(x_13); x_18 = lean_ctor_get(x_11, 1); lean_inc(x_18); lean_dec(x_11); x_19 = lean_ctor_get(x_12, 0); lean_inc(x_19); -if (lean_is_exclusive(x_12)) { - lean_ctor_release(x_12, 0); - x_20 = x_12; -} else { - lean_dec_ref(x_12); - x_20 = lean_box(0); -} -if (lean_is_scalar(x_20)) { - x_21 = lean_alloc_ctor(0, 1, 0); -} else { - x_21 = x_20; -} -lean_ctor_set(x_21, 0, x_19); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_18); -return x_22; -} -} -else -{ -if (lean_obj_tag(x_7) == 0) -{ -lean_object* x_23; -x_23 = lean_ctor_get(x_8, 0); -lean_inc(x_23); -lean_dec(x_8); +lean_dec(x_12); +x_20 = lean_ctor_get(x_7, 1); +lean_inc(x_20); +lean_dec(x_7); +x_21 = lean_ctor_get(x_17, 0); +lean_inc(x_21); +lean_dec(x_17); +x_22 = l_String_toName(x_20); +lean_inc(x_1); +x_23 = lean_apply_1(x_1, x_22); if (lean_obj_tag(x_23) == 0) { -lean_object* x_24; lean_object* x_25; -lean_dec(x_7); -x_24 = lean_ctor_get(x_11, 1); -lean_inc(x_24); -lean_dec(x_11); -x_25 = lean_ctor_get(x_12, 0); +lean_dec(x_21); +x_4 = x_19; +x_5 = x_10; +x_6 = x_18; +goto _start; +} +else +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_23, 0); lean_inc(x_25); -lean_dec(x_12); -x_4 = x_25; -x_5 = x_10; -x_6 = x_24; -goto _start; -} -else -{ -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_27 = lean_ctor_get(x_23, 0); -lean_inc(x_27); lean_dec(x_23); -x_28 = lean_ctor_get(x_11, 1); -lean_inc(x_28); -lean_dec(x_11); -x_29 = lean_ctor_get(x_12, 0); -lean_inc(x_29); -lean_dec(x_12); -x_30 = lean_ctor_get(x_7, 1); -lean_inc(x_30); -lean_dec(x_7); -x_31 = lean_ctor_get(x_27, 0); -lean_inc(x_31); -lean_dec(x_27); -x_32 = l_String_toName(x_30); -lean_inc(x_1); -x_33 = lean_apply_2(x_1, x_32, x_28); -if (lean_obj_tag(x_33) == 0) -{ -lean_object* x_34; -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -if (lean_obj_tag(x_34) == 0) -{ -lean_object* x_35; -lean_dec(x_31); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -lean_dec(x_33); -x_4 = x_29; -x_5 = x_10; -x_6 = x_35; -goto _start; -} -else -{ -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_37 = lean_ctor_get(x_33, 1); -lean_inc(x_37); -lean_dec(x_33); -x_38 = lean_ctor_get(x_34, 0); -lean_inc(x_38); -lean_dec(x_34); lean_inc(x_3); lean_inc(x_2); -x_39 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_39, 0, x_2); -lean_ctor_set(x_39, 1, x_3); -lean_ctor_set(x_39, 2, x_38); -lean_ctor_set(x_39, 3, x_31); -x_40 = lean_array_push(x_29, x_39); -x_4 = x_40; +x_26 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_26, 0, x_2); +lean_ctor_set(x_26, 1, x_3); +lean_ctor_set(x_26, 2, x_25); +lean_ctor_set(x_26, 3, x_21); +x_27 = lean_array_push(x_19, x_26); +x_4 = x_27; x_5 = x_10; -x_6 = x_37; +x_6 = x_18; goto _start; } } -else -{ -uint8_t x_42; -lean_dec(x_31); -lean_dec(x_29); -lean_dec(x_10); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_42 = !lean_is_exclusive(x_33); -if (x_42 == 0) -{ -return x_33; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_33, 0); -x_44 = lean_ctor_get(x_33, 1); -lean_inc(x_44); -lean_inc(x_43); -lean_dec(x_33); -x_45 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_45, 0, x_43); -lean_ctor_set(x_45, 1, x_44); -return x_45; -} -} -} -} -else -{ -lean_object* x_46; lean_object* x_47; +lean_object* x_29; lean_object* x_30; lean_dec(x_8); lean_dec(x_7); -x_46 = lean_ctor_get(x_11, 1); -lean_inc(x_46); +x_29 = lean_ctor_get(x_11, 1); +lean_inc(x_29); lean_dec(x_11); -x_47 = lean_ctor_get(x_12, 0); -lean_inc(x_47); +x_30 = lean_ctor_get(x_12, 0); +lean_inc(x_30); lean_dec(x_12); -x_4 = x_47; +x_4 = x_30; x_5 = x_10; -x_6 = x_46; +x_6 = x_29; goto _start; } } -} else { -uint8_t x_49; -lean_dec(x_10); -lean_dec(x_8); -lean_dec(x_7); +lean_object* x_32; lean_object* x_33; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_11); -if (x_49 == 0) -{ -return x_11; -} -else -{ -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_11, 0); -x_51 = lean_ctor_get(x_11, 1); -lean_inc(x_51); -lean_inc(x_50); -lean_dec(x_11); -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_object* x_54; -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_53 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_53, 0, x_4); -x_54 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_6); -return x_54; +x_32 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_32, 0, x_4); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_6); +return x_33; } } } @@ -43142,62 +51883,54 @@ return x_2; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2___rarg___lambda__1(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_9; uint8_t x_10; x_9 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__1___rarg(x_1, x_2, x_3, x_6, x_4, x_8); -if (lean_obj_tag(x_9) == 0) +x_10 = !lean_is_exclusive(x_9); +if (x_10 == 0) { -lean_object* x_10; -x_10 = lean_ctor_get(x_9, 0); -lean_inc(x_10); -if (lean_obj_tag(x_10) == 0) +lean_object* x_11; uint8_t x_12; +x_11 = lean_ctor_get(x_9, 0); +x_12 = !lean_is_exclusive(x_11); +if (x_12 == 0) { -uint8_t x_11; -x_11 = !lean_is_exclusive(x_9); -if (x_11 == 0) -{ -lean_object* x_12; uint8_t x_13; -x_12 = lean_ctor_get(x_9, 0); -lean_dec(x_12); -x_13 = !lean_is_exclusive(x_10); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; -x_14 = lean_ctor_get(x_10, 0); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_5); -lean_ctor_set(x_15, 1, x_14); -lean_ctor_set_tag(x_10, 1); -lean_ctor_set(x_10, 0, x_15); +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_11, 0); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_5); +lean_ctor_set(x_14, 1, x_13); +lean_ctor_set(x_11, 0, x_14); return x_9; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_16 = lean_ctor_get(x_10, 0); -lean_inc(x_16); -lean_dec(x_10); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_5); -lean_ctor_set(x_17, 1, x_16); -x_18 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_18, 0, x_17); -lean_ctor_set(x_9, 0, x_18); +lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_15 = lean_ctor_get(x_11, 0); +lean_inc(x_15); +lean_dec(x_11); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_5); +lean_ctor_set(x_16, 1, x_15); +x_17 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_17, 0, x_16); +lean_ctor_set(x_9, 0, x_17); return x_9; } } 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_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; +x_18 = lean_ctor_get(x_9, 0); x_19 = lean_ctor_get(x_9, 1); lean_inc(x_19); +lean_inc(x_18); lean_dec(x_9); -x_20 = lean_ctor_get(x_10, 0); +x_20 = lean_ctor_get(x_18, 0); lean_inc(x_20); -if (lean_is_exclusive(x_10)) { - lean_ctor_release(x_10, 0); - x_21 = x_10; +if (lean_is_exclusive(x_18)) { + lean_ctor_release(x_18, 0); + x_21 = x_18; } else { - lean_dec_ref(x_10); + lean_dec_ref(x_18); x_21 = lean_box(0); } x_22 = lean_alloc_ctor(0, 2, 0); @@ -43207,7 +51940,6 @@ if (lean_is_scalar(x_21)) { x_23 = lean_alloc_ctor(1, 1, 0); } else { x_23 = x_21; - lean_ctor_set_tag(x_23, 1); } lean_ctor_set(x_23, 0, x_22); x_24 = lean_alloc_ctor(0, 2, 0); @@ -43216,96 +51948,6 @@ lean_ctor_set(x_24, 1, x_19); return x_24; } } -else -{ -uint8_t x_25; -x_25 = !lean_is_exclusive(x_9); -if (x_25 == 0) -{ -lean_object* x_26; uint8_t x_27; -x_26 = lean_ctor_get(x_9, 0); -lean_dec(x_26); -x_27 = !lean_is_exclusive(x_10); -if (x_27 == 0) -{ -lean_object* x_28; lean_object* x_29; -x_28 = lean_ctor_get(x_10, 0); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_5); -lean_ctor_set(x_29, 1, x_28); -lean_ctor_set(x_10, 0, x_29); -return x_9; -} -else -{ -lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_30 = lean_ctor_get(x_10, 0); -lean_inc(x_30); -lean_dec(x_10); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_5); -lean_ctor_set(x_31, 1, x_30); -x_32 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_9, 0, x_32); -return x_9; -} -} -else -{ -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_33 = lean_ctor_get(x_9, 1); -lean_inc(x_33); -lean_dec(x_9); -x_34 = lean_ctor_get(x_10, 0); -lean_inc(x_34); -if (lean_is_exclusive(x_10)) { - lean_ctor_release(x_10, 0); - x_35 = x_10; -} else { - lean_dec_ref(x_10); - x_35 = lean_box(0); -} -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_5); -lean_ctor_set(x_36, 1, x_34); -if (lean_is_scalar(x_35)) { - x_37 = lean_alloc_ctor(1, 1, 0); -} else { - x_37 = x_35; -} -lean_ctor_set(x_37, 0, x_36); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_33); -return x_38; -} -} -} -else -{ -uint8_t x_39; -lean_dec(x_5); -x_39 = !lean_is_exclusive(x_9); -if (x_39 == 0) -{ -return x_9; -} -else -{ -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_9, 0); -x_41 = lean_ctor_get(x_9, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_9); -x_42 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_42, 0, x_40); -lean_ctor_set(x_42, 1, x_41); -return x_42; -} -} -} } LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: @@ -43398,7 +52040,7 @@ if (x_23 == 0) { if (lean_obj_tag(x_2) == 0) { -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_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; x_24 = lean_ctor_get(x_12, 0); lean_free_object(x_12); x_25 = lean_ctor_get(x_11, 1); @@ -43416,782 +52058,483 @@ x_29 = lean_box(0); lean_inc(x_3); lean_inc(x_1); x_30 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2___rarg___lambda__1(x_1, x_7, x_26, x_27, x_3, x_28, x_29, x_25); -if (lean_obj_tag(x_30) == 0) -{ -lean_object* x_31; x_31 = lean_ctor_get(x_30, 0); lean_inc(x_31); -if (lean_obj_tag(x_31) == 0) -{ -uint8_t x_32; -lean_dec(x_10); -lean_dec(x_3); -lean_dec(x_1); -x_32 = !lean_is_exclusive(x_30); -if (x_32 == 0) -{ -lean_object* x_33; uint8_t x_34; -x_33 = lean_ctor_get(x_30, 0); -lean_dec(x_33); -x_34 = !lean_is_exclusive(x_31); -if (x_34 == 0) -{ -return x_30; -} -else -{ -lean_object* x_35; lean_object* x_36; -x_35 = lean_ctor_get(x_31, 0); -lean_inc(x_35); -lean_dec(x_31); -x_36 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_30, 0, x_36); -return x_30; -} -} -else -{ -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_37 = lean_ctor_get(x_30, 1); -lean_inc(x_37); +x_32 = lean_ctor_get(x_30, 1); +lean_inc(x_32); lean_dec(x_30); -x_38 = lean_ctor_get(x_31, 0); -lean_inc(x_38); -if (lean_is_exclusive(x_31)) { - lean_ctor_release(x_31, 0); - x_39 = x_31; -} else { - lean_dec_ref(x_31); - x_39 = lean_box(0); -} -if (lean_is_scalar(x_39)) { - x_40 = lean_alloc_ctor(0, 1, 0); -} else { - x_40 = x_39; -} -lean_ctor_set(x_40, 0, x_38); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_37); -return x_41; -} -} -else -{ -lean_object* x_42; lean_object* x_43; -x_42 = lean_ctor_get(x_30, 1); -lean_inc(x_42); -lean_dec(x_30); -x_43 = lean_ctor_get(x_31, 0); -lean_inc(x_43); +x_33 = lean_ctor_get(x_31, 0); +lean_inc(x_33); lean_dec(x_31); -x_4 = x_43; +x_4 = x_33; x_5 = x_10; -x_6 = x_42; +x_6 = x_32; goto _start; } -} else { -uint8_t x_45; -lean_dec(x_10); -lean_dec(x_3); -lean_dec(x_1); -x_45 = !lean_is_exclusive(x_30); +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_35 = lean_ctor_get(x_12, 0); +x_36 = lean_ctor_get(x_11, 1); +lean_inc(x_36); +lean_dec(x_11); +x_37 = lean_ctor_get(x_8, 0); +lean_inc(x_37); +x_38 = lean_ctor_get(x_8, 1); +lean_inc(x_38); +lean_dec(x_8); +x_39 = !lean_is_exclusive(x_35); +if (x_39 == 0) +{ +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_40 = lean_ctor_get(x_35, 1); +x_41 = lean_ctor_get(x_35, 0); +lean_dec(x_41); +x_42 = lean_ctor_get(x_2, 0); +lean_inc(x_42); +x_43 = lean_st_ref_get(x_42, x_36); +lean_dec(x_42); +if (lean_obj_tag(x_43) == 0) +{ +lean_object* x_44; uint8_t x_45; +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +lean_dec(x_44); if (x_45 == 0) { -return x_30; -} -else -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_30, 0); -x_47 = lean_ctor_get(x_30, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_30); -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 -{ -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; -x_49 = lean_ctor_get(x_12, 0); -x_50 = lean_ctor_get(x_11, 1); -lean_inc(x_50); -lean_dec(x_11); -x_51 = lean_ctor_get(x_8, 0); -lean_inc(x_51); -x_52 = lean_ctor_get(x_8, 1); -lean_inc(x_52); -lean_dec(x_8); -x_53 = !lean_is_exclusive(x_49); -if (x_53 == 0) -{ -lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; -x_54 = lean_ctor_get(x_49, 1); -x_55 = lean_ctor_get(x_49, 0); -lean_dec(x_55); -x_56 = lean_ctor_get(x_2, 0); -lean_inc(x_56); -x_57 = lean_st_ref_get(x_56, x_50); -lean_dec(x_56); -x_58 = lean_ctor_get(x_57, 0); -lean_inc(x_58); -x_59 = lean_unbox(x_58); -lean_dec(x_58); -if (x_59 == 0) -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; -lean_free_object(x_49); +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_free_object(x_35); lean_free_object(x_12); -x_60 = lean_ctor_get(x_57, 1); -lean_inc(x_60); -lean_dec(x_57); -x_61 = lean_box(0); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = lean_box(0); lean_inc(x_3); lean_inc(x_1); -x_62 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2___rarg___lambda__1(x_1, x_7, x_51, x_52, x_3, x_54, x_61, x_60); -if (lean_obj_tag(x_62) == 0) -{ -lean_object* x_63; -x_63 = lean_ctor_get(x_62, 0); -lean_inc(x_63); -if (lean_obj_tag(x_63) == 0) -{ -uint8_t x_64; -lean_dec(x_10); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_64 = !lean_is_exclusive(x_62); -if (x_64 == 0) -{ -lean_object* x_65; uint8_t x_66; -x_65 = lean_ctor_get(x_62, 0); -lean_dec(x_65); -x_66 = !lean_is_exclusive(x_63); -if (x_66 == 0) -{ -return x_62; -} -else -{ -lean_object* x_67; lean_object* x_68; -x_67 = lean_ctor_get(x_63, 0); -lean_inc(x_67); -lean_dec(x_63); -x_68 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_62, 0, x_68); -return x_62; -} -} -else -{ -lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_69 = lean_ctor_get(x_62, 1); -lean_inc(x_69); -lean_dec(x_62); -x_70 = lean_ctor_get(x_63, 0); -lean_inc(x_70); -if (lean_is_exclusive(x_63)) { - lean_ctor_release(x_63, 0); - x_71 = x_63; -} else { - lean_dec_ref(x_63); - x_71 = lean_box(0); -} -if (lean_is_scalar(x_71)) { - x_72 = lean_alloc_ctor(0, 1, 0); -} else { - x_72 = x_71; -} -lean_ctor_set(x_72, 0, x_70); -x_73 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_73, 0, x_72); -lean_ctor_set(x_73, 1, x_69); -return x_73; -} -} -else -{ -lean_object* x_74; lean_object* x_75; -x_74 = lean_ctor_get(x_62, 1); -lean_inc(x_74); -lean_dec(x_62); -x_75 = lean_ctor_get(x_63, 0); -lean_inc(x_75); -lean_dec(x_63); -x_4 = x_75; +x_48 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2___rarg___lambda__1(x_1, x_7, x_37, x_38, x_3, x_40, x_47, x_46); +x_49 = lean_ctor_get(x_48, 0); +lean_inc(x_49); +x_50 = lean_ctor_get(x_48, 1); +lean_inc(x_50); +lean_dec(x_48); +x_51 = lean_ctor_get(x_49, 0); +lean_inc(x_51); +lean_dec(x_49); +x_4 = x_51; x_5 = x_10; -x_6 = x_74; +x_6 = x_50; goto _start; } -} else { -uint8_t x_77; -lean_dec(x_10); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_77 = !lean_is_exclusive(x_62); -if (x_77 == 0) -{ -return x_62; -} -else -{ -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_62, 0); -x_79 = lean_ctor_get(x_62, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_62); -x_80 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_80, 0, x_78); -lean_ctor_set(x_80, 1, x_79); -return x_80; -} -} -} -else -{ -uint8_t x_81; -lean_dec(x_52); -lean_dec(x_51); +uint8_t x_53; +lean_dec(x_38); +lean_dec(x_37); lean_dec(x_10); lean_dec(x_7); lean_dec(x_3); lean_dec(x_1); -x_81 = !lean_is_exclusive(x_2); -if (x_81 == 0) +x_53 = !lean_is_exclusive(x_2); +if (x_53 == 0) { -lean_object* x_82; uint8_t x_83; -x_82 = lean_ctor_get(x_2, 0); -lean_dec(x_82); -x_83 = !lean_is_exclusive(x_57); -if (x_83 == 0) +lean_object* x_54; uint8_t x_55; +x_54 = lean_ctor_get(x_2, 0); +lean_dec(x_54); +x_55 = !lean_is_exclusive(x_43); +if (x_55 == 0) { -lean_object* x_84; -x_84 = lean_ctor_get(x_57, 0); -lean_dec(x_84); -lean_inc(x_54); -lean_ctor_set(x_2, 0, x_54); -lean_ctor_set(x_49, 0, x_2); +lean_object* x_56; +x_56 = lean_ctor_get(x_43, 0); +lean_dec(x_56); +lean_inc(x_40); +lean_ctor_set(x_2, 0, x_40); +lean_ctor_set(x_35, 0, x_2); lean_ctor_set_tag(x_12, 0); -lean_ctor_set(x_57, 0, x_12); -return x_57; +lean_ctor_set(x_43, 0, x_12); +return x_43; } else { -lean_object* x_85; lean_object* x_86; -x_85 = lean_ctor_get(x_57, 1); -lean_inc(x_85); -lean_dec(x_57); -lean_inc(x_54); -lean_ctor_set(x_2, 0, x_54); -lean_ctor_set(x_49, 0, x_2); +lean_object* x_57; lean_object* x_58; +x_57 = lean_ctor_get(x_43, 1); +lean_inc(x_57); +lean_dec(x_43); +lean_inc(x_40); +lean_ctor_set(x_2, 0, x_40); +lean_ctor_set(x_35, 0, x_2); lean_ctor_set_tag(x_12, 0); -x_86 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_86, 0, x_12); -lean_ctor_set(x_86, 1, x_85); -return x_86; +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_12); +lean_ctor_set(x_58, 1, x_57); +return x_58; } } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_dec(x_2); -x_87 = lean_ctor_get(x_57, 1); -lean_inc(x_87); -if (lean_is_exclusive(x_57)) { - lean_ctor_release(x_57, 0); - lean_ctor_release(x_57, 1); - x_88 = x_57; +x_59 = lean_ctor_get(x_43, 1); +lean_inc(x_59); +if (lean_is_exclusive(x_43)) { + lean_ctor_release(x_43, 0); + lean_ctor_release(x_43, 1); + x_60 = x_43; } else { - lean_dec_ref(x_57); - x_88 = lean_box(0); + lean_dec_ref(x_43); + x_60 = lean_box(0); } -lean_inc(x_54); -x_89 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_89, 0, x_54); -lean_ctor_set(x_49, 0, x_89); +lean_inc(x_40); +x_61 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_61, 0, x_40); +lean_ctor_set(x_35, 0, x_61); lean_ctor_set_tag(x_12, 0); -if (lean_is_scalar(x_88)) { - x_90 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_60)) { + x_62 = lean_alloc_ctor(0, 2, 0); } else { - x_90 = x_88; + x_62 = x_60; } -lean_ctor_set(x_90, 0, x_12); -lean_ctor_set(x_90, 1, x_87); -return x_90; +lean_ctor_set(x_62, 0, x_12); +lean_ctor_set(x_62, 1, x_59); +return x_62; } } } else { -lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; -x_91 = lean_ctor_get(x_49, 1); -lean_inc(x_91); -lean_dec(x_49); -x_92 = lean_ctor_get(x_2, 0); -lean_inc(x_92); -x_93 = lean_st_ref_get(x_92, x_50); -lean_dec(x_92); -x_94 = lean_ctor_get(x_93, 0); -lean_inc(x_94); -x_95 = lean_unbox(x_94); -lean_dec(x_94); -if (x_95 == 0) -{ -lean_object* x_96; lean_object* x_97; lean_object* x_98; +uint8_t x_63; +lean_free_object(x_35); +lean_dec(x_40); +lean_dec(x_38); +lean_dec(x_37); lean_free_object(x_12); -x_96 = lean_ctor_get(x_93, 1); -lean_inc(x_96); -lean_dec(x_93); -x_97 = lean_box(0); +lean_dec(x_10); +lean_dec(x_7); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_63 = !lean_is_exclusive(x_43); +if (x_63 == 0) +{ +return x_43; +} +else +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_43, 0); +x_65 = lean_ctor_get(x_43, 1); +lean_inc(x_65); +lean_inc(x_64); +lean_dec(x_43); +x_66 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_66, 0, x_64); +lean_ctor_set(x_66, 1, x_65); +return x_66; +} +} +} +else +{ +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_35, 1); +lean_inc(x_67); +lean_dec(x_35); +x_68 = lean_ctor_get(x_2, 0); +lean_inc(x_68); +x_69 = lean_st_ref_get(x_68, x_36); +lean_dec(x_68); +if (lean_obj_tag(x_69) == 0) +{ +lean_object* x_70; uint8_t x_71; +x_70 = lean_ctor_get(x_69, 0); +lean_inc(x_70); +x_71 = lean_unbox(x_70); +lean_dec(x_70); +if (x_71 == 0) +{ +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_free_object(x_12); +x_72 = lean_ctor_get(x_69, 1); +lean_inc(x_72); +lean_dec(x_69); +x_73 = lean_box(0); lean_inc(x_3); lean_inc(x_1); -x_98 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2___rarg___lambda__1(x_1, x_7, x_51, x_52, x_3, x_91, x_97, x_96); -if (lean_obj_tag(x_98) == 0) -{ -lean_object* x_99; -x_99 = lean_ctor_get(x_98, 0); -lean_inc(x_99); -if (lean_obj_tag(x_99) == 0) -{ -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_dec(x_10); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_100 = lean_ctor_get(x_98, 1); -lean_inc(x_100); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_101 = x_98; -} else { - lean_dec_ref(x_98); - x_101 = lean_box(0); -} -x_102 = lean_ctor_get(x_99, 0); -lean_inc(x_102); -if (lean_is_exclusive(x_99)) { - lean_ctor_release(x_99, 0); - x_103 = x_99; -} else { - lean_dec_ref(x_99); - x_103 = lean_box(0); -} -if (lean_is_scalar(x_103)) { - x_104 = lean_alloc_ctor(0, 1, 0); -} else { - x_104 = x_103; -} -lean_ctor_set(x_104, 0, x_102); -if (lean_is_scalar(x_101)) { - x_105 = lean_alloc_ctor(0, 2, 0); -} else { - x_105 = x_101; -} -lean_ctor_set(x_105, 0, x_104); -lean_ctor_set(x_105, 1, x_100); -return x_105; -} -else -{ -lean_object* x_106; lean_object* x_107; -x_106 = lean_ctor_get(x_98, 1); -lean_inc(x_106); -lean_dec(x_98); -x_107 = lean_ctor_get(x_99, 0); -lean_inc(x_107); -lean_dec(x_99); -x_4 = x_107; +x_74 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2___rarg___lambda__1(x_1, x_7, x_37, x_38, x_3, x_67, x_73, x_72); +x_75 = lean_ctor_get(x_74, 0); +lean_inc(x_75); +x_76 = lean_ctor_get(x_74, 1); +lean_inc(x_76); +lean_dec(x_74); +x_77 = lean_ctor_get(x_75, 0); +lean_inc(x_77); +lean_dec(x_75); +x_4 = x_77; x_5 = x_10; -x_6 = x_106; +x_6 = x_76; goto _start; } -} else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; -lean_dec(x_10); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_109 = lean_ctor_get(x_98, 0); -lean_inc(x_109); -x_110 = lean_ctor_get(x_98, 1); -lean_inc(x_110); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_111 = x_98; -} else { - lean_dec_ref(x_98); - x_111 = lean_box(0); -} -if (lean_is_scalar(x_111)) { - x_112 = lean_alloc_ctor(1, 2, 0); -} else { - x_112 = x_111; -} -lean_ctor_set(x_112, 0, x_109); -lean_ctor_set(x_112, 1, x_110); -return x_112; -} -} -else -{ -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_dec(x_52); -lean_dec(x_51); +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_dec(x_38); +lean_dec(x_37); lean_dec(x_10); lean_dec(x_7); lean_dec(x_3); lean_dec(x_1); if (lean_is_exclusive(x_2)) { lean_ctor_release(x_2, 0); - x_113 = x_2; + x_79 = x_2; } else { lean_dec_ref(x_2); - x_113 = lean_box(0); + x_79 = lean_box(0); } -x_114 = lean_ctor_get(x_93, 1); -lean_inc(x_114); -if (lean_is_exclusive(x_93)) { - lean_ctor_release(x_93, 0); - lean_ctor_release(x_93, 1); - x_115 = x_93; +x_80 = lean_ctor_get(x_69, 1); +lean_inc(x_80); +if (lean_is_exclusive(x_69)) { + lean_ctor_release(x_69, 0); + lean_ctor_release(x_69, 1); + x_81 = x_69; } else { - lean_dec_ref(x_93); - x_115 = lean_box(0); + lean_dec_ref(x_69); + x_81 = lean_box(0); } -lean_inc(x_91); -if (lean_is_scalar(x_113)) { - x_116 = lean_alloc_ctor(1, 1, 0); +lean_inc(x_67); +if (lean_is_scalar(x_79)) { + x_82 = lean_alloc_ctor(1, 1, 0); } else { - x_116 = x_113; + x_82 = x_79; } -lean_ctor_set(x_116, 0, x_91); -x_117 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_117, 0, x_116); -lean_ctor_set(x_117, 1, x_91); +lean_ctor_set(x_82, 0, x_67); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_82); +lean_ctor_set(x_83, 1, x_67); lean_ctor_set_tag(x_12, 0); -lean_ctor_set(x_12, 0, x_117); -if (lean_is_scalar(x_115)) { - x_118 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_83); +if (lean_is_scalar(x_81)) { + x_84 = lean_alloc_ctor(0, 2, 0); } else { - x_118 = x_115; + x_84 = x_81; } -lean_ctor_set(x_118, 0, x_12); -lean_ctor_set(x_118, 1, x_114); -return x_118; +lean_ctor_set(x_84, 0, x_12); +lean_ctor_set(x_84, 1, x_80); +return x_84; +} +} +else +{ +lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; +lean_dec(x_67); +lean_dec(x_38); +lean_dec(x_37); +lean_free_object(x_12); +lean_dec(x_10); +lean_dec(x_7); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_85 = lean_ctor_get(x_69, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_69, 1); +lean_inc(x_86); +if (lean_is_exclusive(x_69)) { + lean_ctor_release(x_69, 0); + lean_ctor_release(x_69, 1); + x_87 = x_69; +} else { + lean_dec_ref(x_69); + x_87 = lean_box(0); +} +if (lean_is_scalar(x_87)) { + x_88 = lean_alloc_ctor(1, 2, 0); +} else { + x_88 = x_87; +} +lean_ctor_set(x_88, 0, x_85); +lean_ctor_set(x_88, 1, x_86); +return x_88; } } } } else { -lean_object* x_119; -x_119 = lean_ctor_get(x_12, 0); -lean_inc(x_119); +lean_object* x_89; +x_89 = lean_ctor_get(x_12, 0); +lean_inc(x_89); lean_dec(x_12); if (lean_obj_tag(x_2) == 0) { -lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; -x_120 = lean_ctor_get(x_11, 1); -lean_inc(x_120); +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; +x_90 = lean_ctor_get(x_11, 1); +lean_inc(x_90); lean_dec(x_11); -x_121 = lean_ctor_get(x_8, 0); -lean_inc(x_121); -x_122 = lean_ctor_get(x_8, 1); -lean_inc(x_122); +x_91 = lean_ctor_get(x_8, 0); +lean_inc(x_91); +x_92 = lean_ctor_get(x_8, 1); +lean_inc(x_92); lean_dec(x_8); -x_123 = lean_ctor_get(x_119, 1); -lean_inc(x_123); -lean_dec(x_119); -x_124 = lean_box(0); +x_93 = lean_ctor_get(x_89, 1); +lean_inc(x_93); +lean_dec(x_89); +x_94 = lean_box(0); lean_inc(x_3); lean_inc(x_1); -x_125 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2___rarg___lambda__1(x_1, x_7, x_121, x_122, x_3, x_123, x_124, x_120); -if (lean_obj_tag(x_125) == 0) -{ -lean_object* x_126; -x_126 = lean_ctor_get(x_125, 0); -lean_inc(x_126); -if (lean_obj_tag(x_126) == 0) -{ -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_dec(x_10); -lean_dec(x_3); -lean_dec(x_1); -x_127 = lean_ctor_get(x_125, 1); -lean_inc(x_127); -if (lean_is_exclusive(x_125)) { - lean_ctor_release(x_125, 0); - lean_ctor_release(x_125, 1); - x_128 = x_125; -} else { - lean_dec_ref(x_125); - x_128 = lean_box(0); -} -x_129 = lean_ctor_get(x_126, 0); -lean_inc(x_129); -if (lean_is_exclusive(x_126)) { - lean_ctor_release(x_126, 0); - x_130 = x_126; -} else { - lean_dec_ref(x_126); - x_130 = lean_box(0); -} -if (lean_is_scalar(x_130)) { - x_131 = lean_alloc_ctor(0, 1, 0); -} else { - x_131 = x_130; -} -lean_ctor_set(x_131, 0, x_129); -if (lean_is_scalar(x_128)) { - x_132 = lean_alloc_ctor(0, 2, 0); -} else { - x_132 = x_128; -} -lean_ctor_set(x_132, 0, x_131); -lean_ctor_set(x_132, 1, x_127); -return x_132; -} -else -{ -lean_object* x_133; lean_object* x_134; -x_133 = lean_ctor_get(x_125, 1); -lean_inc(x_133); -lean_dec(x_125); -x_134 = lean_ctor_get(x_126, 0); -lean_inc(x_134); -lean_dec(x_126); -x_4 = x_134; +x_95 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2___rarg___lambda__1(x_1, x_7, x_91, x_92, x_3, x_93, x_94, x_90); +x_96 = lean_ctor_get(x_95, 0); +lean_inc(x_96); +x_97 = lean_ctor_get(x_95, 1); +lean_inc(x_97); +lean_dec(x_95); +x_98 = lean_ctor_get(x_96, 0); +lean_inc(x_98); +lean_dec(x_96); +x_4 = x_98; x_5 = x_10; -x_6 = x_133; +x_6 = x_97; goto _start; } -} else { -lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; -lean_dec(x_10); -lean_dec(x_3); -lean_dec(x_1); -x_136 = lean_ctor_get(x_125, 0); -lean_inc(x_136); -x_137 = lean_ctor_get(x_125, 1); -lean_inc(x_137); -if (lean_is_exclusive(x_125)) { - lean_ctor_release(x_125, 0); - lean_ctor_release(x_125, 1); - x_138 = x_125; -} else { - lean_dec_ref(x_125); - x_138 = lean_box(0); -} -if (lean_is_scalar(x_138)) { - x_139 = lean_alloc_ctor(1, 2, 0); -} else { - x_139 = x_138; -} -lean_ctor_set(x_139, 0, x_136); -lean_ctor_set(x_139, 1, x_137); -return x_139; -} -} -else -{ -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; uint8_t x_148; -x_140 = lean_ctor_get(x_11, 1); -lean_inc(x_140); +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; +x_100 = lean_ctor_get(x_11, 1); +lean_inc(x_100); lean_dec(x_11); -x_141 = lean_ctor_get(x_8, 0); -lean_inc(x_141); -x_142 = lean_ctor_get(x_8, 1); -lean_inc(x_142); +x_101 = lean_ctor_get(x_8, 0); +lean_inc(x_101); +x_102 = lean_ctor_get(x_8, 1); +lean_inc(x_102); lean_dec(x_8); -x_143 = lean_ctor_get(x_119, 1); -lean_inc(x_143); -if (lean_is_exclusive(x_119)) { - lean_ctor_release(x_119, 0); - lean_ctor_release(x_119, 1); - x_144 = x_119; +x_103 = lean_ctor_get(x_89, 1); +lean_inc(x_103); +if (lean_is_exclusive(x_89)) { + lean_ctor_release(x_89, 0); + lean_ctor_release(x_89, 1); + x_104 = x_89; } else { - lean_dec_ref(x_119); - x_144 = lean_box(0); + lean_dec_ref(x_89); + x_104 = lean_box(0); } -x_145 = lean_ctor_get(x_2, 0); -lean_inc(x_145); -x_146 = lean_st_ref_get(x_145, x_140); -lean_dec(x_145); -x_147 = lean_ctor_get(x_146, 0); -lean_inc(x_147); -x_148 = lean_unbox(x_147); -lean_dec(x_147); -if (x_148 == 0) +x_105 = lean_ctor_get(x_2, 0); +lean_inc(x_105); +x_106 = lean_st_ref_get(x_105, x_100); +lean_dec(x_105); +if (lean_obj_tag(x_106) == 0) { -lean_object* x_149; lean_object* x_150; lean_object* x_151; -lean_dec(x_144); -x_149 = lean_ctor_get(x_146, 1); -lean_inc(x_149); -lean_dec(x_146); -x_150 = lean_box(0); +lean_object* x_107; uint8_t x_108; +x_107 = lean_ctor_get(x_106, 0); +lean_inc(x_107); +x_108 = lean_unbox(x_107); +lean_dec(x_107); +if (x_108 == 0) +{ +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_dec(x_104); +x_109 = lean_ctor_get(x_106, 1); +lean_inc(x_109); +lean_dec(x_106); +x_110 = lean_box(0); lean_inc(x_3); lean_inc(x_1); -x_151 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2___rarg___lambda__1(x_1, x_7, x_141, x_142, x_3, x_143, x_150, x_149); -if (lean_obj_tag(x_151) == 0) -{ -lean_object* x_152; -x_152 = lean_ctor_get(x_151, 0); -lean_inc(x_152); -if (lean_obj_tag(x_152) == 0) -{ -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_dec(x_10); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_153 = lean_ctor_get(x_151, 1); -lean_inc(x_153); -if (lean_is_exclusive(x_151)) { - lean_ctor_release(x_151, 0); - lean_ctor_release(x_151, 1); - x_154 = x_151; -} else { - lean_dec_ref(x_151); - x_154 = lean_box(0); -} -x_155 = lean_ctor_get(x_152, 0); -lean_inc(x_155); -if (lean_is_exclusive(x_152)) { - lean_ctor_release(x_152, 0); - x_156 = x_152; -} else { - lean_dec_ref(x_152); - x_156 = lean_box(0); -} -if (lean_is_scalar(x_156)) { - x_157 = lean_alloc_ctor(0, 1, 0); -} else { - x_157 = x_156; -} -lean_ctor_set(x_157, 0, x_155); -if (lean_is_scalar(x_154)) { - x_158 = lean_alloc_ctor(0, 2, 0); -} else { - x_158 = x_154; -} -lean_ctor_set(x_158, 0, x_157); -lean_ctor_set(x_158, 1, x_153); -return x_158; -} -else -{ -lean_object* x_159; lean_object* x_160; -x_159 = lean_ctor_get(x_151, 1); -lean_inc(x_159); -lean_dec(x_151); -x_160 = lean_ctor_get(x_152, 0); -lean_inc(x_160); -lean_dec(x_152); -x_4 = x_160; +x_111 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_definitionsMatching___spec__2___rarg___lambda__1(x_1, x_7, x_101, x_102, x_3, x_103, x_110, x_109); +x_112 = lean_ctor_get(x_111, 0); +lean_inc(x_112); +x_113 = lean_ctor_get(x_111, 1); +lean_inc(x_113); +lean_dec(x_111); +x_114 = lean_ctor_get(x_112, 0); +lean_inc(x_114); +lean_dec(x_112); +x_4 = x_114; x_5 = x_10; -x_6 = x_159; +x_6 = x_113; goto _start; } -} else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; -lean_dec(x_10); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_162 = lean_ctor_get(x_151, 0); -lean_inc(x_162); -x_163 = lean_ctor_get(x_151, 1); -lean_inc(x_163); -if (lean_is_exclusive(x_151)) { - lean_ctor_release(x_151, 0); - lean_ctor_release(x_151, 1); - x_164 = x_151; -} else { - lean_dec_ref(x_151); - x_164 = lean_box(0); -} -if (lean_is_scalar(x_164)) { - x_165 = lean_alloc_ctor(1, 2, 0); -} else { - x_165 = x_164; -} -lean_ctor_set(x_165, 0, x_162); -lean_ctor_set(x_165, 1, x_163); -return x_165; -} -} -else -{ -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_dec(x_142); -lean_dec(x_141); +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_dec(x_102); +lean_dec(x_101); lean_dec(x_10); lean_dec(x_7); lean_dec(x_3); lean_dec(x_1); if (lean_is_exclusive(x_2)) { lean_ctor_release(x_2, 0); - x_166 = x_2; + x_116 = x_2; } else { lean_dec_ref(x_2); - x_166 = lean_box(0); + x_116 = lean_box(0); } -x_167 = lean_ctor_get(x_146, 1); -lean_inc(x_167); -if (lean_is_exclusive(x_146)) { - lean_ctor_release(x_146, 0); - lean_ctor_release(x_146, 1); - x_168 = x_146; +x_117 = lean_ctor_get(x_106, 1); +lean_inc(x_117); +if (lean_is_exclusive(x_106)) { + lean_ctor_release(x_106, 0); + lean_ctor_release(x_106, 1); + x_118 = x_106; } else { - lean_dec_ref(x_146); - x_168 = lean_box(0); + lean_dec_ref(x_106); + x_118 = lean_box(0); } -lean_inc(x_143); -if (lean_is_scalar(x_166)) { - x_169 = lean_alloc_ctor(1, 1, 0); +lean_inc(x_103); +if (lean_is_scalar(x_116)) { + x_119 = lean_alloc_ctor(1, 1, 0); } else { - x_169 = x_166; + x_119 = x_116; } -lean_ctor_set(x_169, 0, x_143); -if (lean_is_scalar(x_144)) { - x_170 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_119, 0, x_103); +if (lean_is_scalar(x_104)) { + x_120 = lean_alloc_ctor(0, 2, 0); } else { - x_170 = x_144; + x_120 = x_104; } -lean_ctor_set(x_170, 0, x_169); -lean_ctor_set(x_170, 1, x_143); -x_171 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_171, 0, x_170); -if (lean_is_scalar(x_168)) { - x_172 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_120, 0, x_119); +lean_ctor_set(x_120, 1, x_103); +x_121 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_121, 0, x_120); +if (lean_is_scalar(x_118)) { + x_122 = lean_alloc_ctor(0, 2, 0); } else { - x_172 = x_168; + x_122 = x_118; } -lean_ctor_set(x_172, 0, x_171); -lean_ctor_set(x_172, 1, x_167); -return x_172; +lean_ctor_set(x_122, 0, x_121); +lean_ctor_set(x_122, 1, x_117); +return x_122; +} +} +else +{ +lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; +lean_dec(x_104); +lean_dec(x_103); +lean_dec(x_102); +lean_dec(x_101); +lean_dec(x_10); +lean_dec(x_7); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_123 = lean_ctor_get(x_106, 0); +lean_inc(x_123); +x_124 = lean_ctor_get(x_106, 1); +lean_inc(x_124); +if (lean_is_exclusive(x_106)) { + lean_ctor_release(x_106, 0); + lean_ctor_release(x_106, 1); + x_125 = x_106; +} else { + lean_dec_ref(x_106); + x_125 = lean_box(0); +} +if (lean_is_scalar(x_125)) { + x_126 = lean_alloc_ctor(1, 2, 0); +} else { + x_126 = x_125; +} +lean_ctor_set(x_126, 0, x_123); +lean_ctor_set(x_126, 1, x_124); +return x_126; } } } @@ -44199,45 +52542,45 @@ return x_172; } else { -uint8_t x_173; +uint8_t x_127; lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_173 = !lean_is_exclusive(x_11); -if (x_173 == 0) +x_127 = !lean_is_exclusive(x_11); +if (x_127 == 0) { return x_11; } else { -lean_object* x_174; lean_object* x_175; lean_object* x_176; -x_174 = lean_ctor_get(x_11, 0); -x_175 = lean_ctor_get(x_11, 1); -lean_inc(x_175); -lean_inc(x_174); +lean_object* x_128; lean_object* x_129; lean_object* x_130; +x_128 = lean_ctor_get(x_11, 0); +x_129 = lean_ctor_get(x_11, 1); +lean_inc(x_129); +lean_inc(x_128); lean_dec(x_11); -x_176 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_176, 0, x_174); -lean_ctor_set(x_176, 1, x_175); -return x_176; +x_130 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_130, 0, x_128); +lean_ctor_set(x_130, 1, x_129); +return x_130; } } } else { -lean_object* x_177; lean_object* x_178; +lean_object* x_131; lean_object* x_132; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_177 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_177, 0, x_4); -x_178 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_178, 0, x_177); -lean_ctor_set(x_178, 1, x_6); -return x_178; +x_131 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_131, 0, x_4); +x_132 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_132, 0, x_131); +lean_ctor_set(x_132, 1, x_6); +return x_132; } } } @@ -44249,6 +52592,16 @@ x_2 = lean_alloc_closure((void*)(l_Std_DTreeMap_Internal_Impl_forInStep___at_Lea return x_2; } } +LEAN_EXPORT lean_object* l_Lean_Server_References_definitionsMatching___rarg___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_4, 0, x_1); +lean_ctor_set(x_4, 1, x_3); +return x_4; +} +} static lean_object* _init_l_Lean_Server_References_definitionsMatching___rarg___closed__1() { _start: { @@ -44382,9 +52735,280 @@ lean_dec(x_7); return x_9; } } +LEAN_EXPORT lean_object* l_Lean_Server_References_definitionsMatching___rarg___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Lean_Server_References_definitionsMatching___rarg___lambda__1(x_1, x_2, x_3); +lean_dec(x_2); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_importedBy___spec__1(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_6; uint8_t x_7; +x_3 = lean_ctor_get(x_1, 1); +x_4 = lean_ctor_get(x_1, 2); +x_5 = lean_ctor_get(x_1, 3); +x_6 = lean_ctor_get(x_1, 4); +x_7 = l_Lean_Name_quickCmp(x_2, x_3); +switch (x_7) { +case 0: +{ +x_1 = x_5; +goto _start; +} +case 1: +{ +lean_object* x_9; +lean_inc(x_4); +x_9 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_9, 0, x_4); +return x_9; +} +default: +{ +x_1 = x_6; +goto _start; +} +} +} +else +{ +lean_object* x_11; +x_11 = lean_box(0); +return x_11; +} +} +} +LEAN_EXPORT lean_object* l_panic___at_Lean_Server_References_importedBy___spec__2(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l_Lean_Server_instInhabitedModuleImport; +x_3 = lean_panic_fn(x_2, x_1); +return x_3; +} +} +static lean_object* _init_l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Init.Data.Option.BasicAux", 25, 25); +return x_1; +} +} +static lean_object* _init_l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Option.get!", 11, 11); +return x_1; +} +} +static lean_object* _init_l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("value is none", 13, 13); +return x_1; +} +} +static lean_object* _init_l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__4() { +_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_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__1; +x_2 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__2; +x_3 = lean_unsigned_to_nat(21u); +x_4 = lean_unsigned_to_nat(14u); +x_5 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__3; +x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_3) == 0) +{ +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; +x_4 = lean_ctor_get(x_3, 1); +x_5 = lean_ctor_get(x_3, 2); +x_6 = lean_ctor_get(x_3, 3); +x_7 = lean_ctor_get(x_3, 4); +x_8 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3(x_1, x_2, x_6); +x_9 = lean_ctor_get(x_8, 0); +lean_inc(x_9); +lean_dec(x_8); +x_10 = lean_ctor_get(x_5, 0); +x_11 = lean_ctor_get(x_5, 1); +x_12 = lean_ctor_get(x_11, 1); +x_13 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_importedBy___spec__1(x_12, x_1); +if (lean_obj_tag(x_13) == 0) +{ +x_2 = x_9; +x_3 = x_7; +goto _start; +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_13, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f(x_15); +lean_dec(x_15); +if (lean_obj_tag(x_16) == 0) +{ +lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__4; +x_18 = l_panic___at_Lean_Server_References_importedBy___spec__2(x_17); +x_19 = !lean_is_exclusive(x_18); +if (x_19 == 0) +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_18, 1); +lean_dec(x_20); +x_21 = lean_ctor_get(x_18, 0); +lean_dec(x_21); +lean_inc(x_10); +lean_inc(x_4); +lean_ctor_set(x_18, 1, x_10); +lean_ctor_set(x_18, 0, x_4); +x_22 = lean_array_push(x_9, x_18); +x_2 = x_22; +x_3 = x_7; +goto _start; +} +else +{ +uint8_t x_24; uint8_t x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; +x_24 = lean_ctor_get_uint8(x_18, sizeof(void*)*2); +x_25 = lean_ctor_get_uint8(x_18, sizeof(void*)*2 + 1); +x_26 = lean_ctor_get_uint8(x_18, sizeof(void*)*2 + 2); +lean_dec(x_18); +lean_inc(x_10); +lean_inc(x_4); +x_27 = lean_alloc_ctor(0, 2, 3); +lean_ctor_set(x_27, 0, x_4); +lean_ctor_set(x_27, 1, x_10); +lean_ctor_set_uint8(x_27, sizeof(void*)*2, x_24); +lean_ctor_set_uint8(x_27, sizeof(void*)*2 + 1, x_25); +lean_ctor_set_uint8(x_27, sizeof(void*)*2 + 2, x_26); +x_28 = lean_array_push(x_9, x_27); +x_2 = x_28; +x_3 = x_7; +goto _start; +} +} +else +{ +lean_object* x_30; uint8_t x_31; +x_30 = lean_ctor_get(x_16, 0); +lean_inc(x_30); +lean_dec(x_16); +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_30, 1); +lean_dec(x_32); +x_33 = lean_ctor_get(x_30, 0); +lean_dec(x_33); +lean_inc(x_10); +lean_inc(x_4); +lean_ctor_set(x_30, 1, x_10); +lean_ctor_set(x_30, 0, x_4); +x_34 = lean_array_push(x_9, x_30); +x_2 = x_34; +x_3 = x_7; +goto _start; +} +else +{ +uint8_t x_36; uint8_t x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; +x_36 = lean_ctor_get_uint8(x_30, sizeof(void*)*2); +x_37 = lean_ctor_get_uint8(x_30, sizeof(void*)*2 + 1); +x_38 = lean_ctor_get_uint8(x_30, sizeof(void*)*2 + 2); +lean_dec(x_30); +lean_inc(x_10); +lean_inc(x_4); +x_39 = lean_alloc_ctor(0, 2, 3); +lean_ctor_set(x_39, 0, x_4); +lean_ctor_set(x_39, 1, x_10); +lean_ctor_set_uint8(x_39, sizeof(void*)*2, x_36); +lean_ctor_set_uint8(x_39, sizeof(void*)*2 + 1, x_37); +lean_ctor_set_uint8(x_39, sizeof(void*)*2 + 2, x_38); +x_40 = lean_array_push(x_9, x_39); +x_2 = x_40; +x_3 = x_7; +goto _start; +} +} +} +} +else +{ +lean_object* x_42; +x_42 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_42, 0, x_2); +return x_42; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_References_importedBy(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_3 = l_Lean_Server_References_allDirectImports(x_1); +x_4 = l_Lean_Server_RefInfo_empty___closed__1; +x_5 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3(x_2, x_4, x_3); +lean_dec(x_3); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +lean_dec(x_5); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_importedBy___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_References_importedBy___spec__1(x_1, x_2); +lean_dec(x_2); +lean_dec(x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3(x_1, x_2, x_3); +lean_dec(x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_References_importedBy___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Server_References_importedBy(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} lean_object* initialize_Lean_Data_Lsp_Internal(uint8_t builtin, lean_object*); +lean_object* initialize_Lean_Data_Lsp_Extra(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Server_Utils(uint8_t builtin, lean_object*); lean_object* initialize_Std_Data_TreeMap(uint8_t builtin, lean_object*); +lean_object* initialize_Lean_Elab_Import(uint8_t builtin, lean_object*); +lean_object* initialize_Std_Data_TreeSet_Basic(uint8_t builtin, lean_object*); static bool _G_initialized = false; LEAN_EXPORT lean_object* initialize_Lean_Server_References(uint8_t builtin, lean_object* w) { lean_object * res; @@ -44393,12 +53017,23 @@ _G_initialized = true; res = initialize_Lean_Data_Lsp_Internal(builtin, lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); +res = initialize_Lean_Data_Lsp_Extra(builtin, lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); res = initialize_Lean_Server_Utils(builtin, lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); res = initialize_Std_Data_TreeMap(builtin, lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); +res = initialize_Lean_Elab_Import(builtin, lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +res = initialize_Std_Data_TreeSet_Basic(builtin, lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +l_Lean_Server_ImportInfo_ofImport___closed__1 = _init_l_Lean_Server_ImportInfo_ofImport___closed__1(); +lean_mark_persistent(l_Lean_Server_ImportInfo_ofImport___closed__1); l_Lean_Server_RefInfo_empty___closed__1 = _init_l_Lean_Server_RefInfo_empty___closed__1(); lean_mark_persistent(l_Lean_Server_RefInfo_empty___closed__1); l_Lean_Server_RefInfo_empty___closed__2 = _init_l_Lean_Server_RefInfo_empty___closed__2(); @@ -44421,8 +53056,6 @@ l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed_ lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__3); l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__4 = _init_l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__4(); lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__4); -l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5 = _init_l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_toLspRefInfo___spec__6___closed__5); l_Lean_Lsp_RefInfo_empty___closed__1 = _init_l_Lean_Lsp_RefInfo_empty___closed__1(); lean_mark_persistent(l_Lean_Lsp_RefInfo_empty___closed__1); l_Lean_Lsp_RefInfo_empty = _init_l_Lean_Lsp_RefInfo_empty(); @@ -44433,64 +53066,74 @@ l_Lean_Lsp_RefInfo_findReferenceLocation_x3f___lambda__2___closed__2 = _init_l_L lean_mark_persistent(l_Lean_Lsp_RefInfo_findReferenceLocation_x3f___lambda__2___closed__2); l_Lean_Lsp_RefInfo_findReferenceLocation_x3f___lambda__2___closed__3 = _init_l_Lean_Lsp_RefInfo_findReferenceLocation_x3f___lambda__2___closed__3(); lean_mark_persistent(l_Lean_Lsp_RefInfo_findReferenceLocation_x3f___lambda__2___closed__3); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__1 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__1(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__1); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__2 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__2(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__2); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__3 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__3(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__3); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__4 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__4(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__4); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__5 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__5(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__5); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__6 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__6(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__6); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__7 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__7(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__7); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__8 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__8(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__8); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__9 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__9(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__9); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__10 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__10(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__10); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__11 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__11(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__11); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__12 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__12(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__12); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__13 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__13(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__13); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__14 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__14(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__14); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__15 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__15(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__15); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__16 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__16(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__16); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__17 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__17(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__17); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__18 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__18(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__18); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__19 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__19(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__19); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__20 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__20(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__20); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__21 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__21(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__21); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__22 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__22(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__22); -l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__23 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__23(); -lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1362____closed__23); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__1 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__1(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__1); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__2 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__2(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__2); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__3 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__3(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__3); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__4 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__4(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__4); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__5 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__5(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__5); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__6 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__6(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__6); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__7 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__7(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__7); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__8 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__8(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__8); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__9 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__9(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__9); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__10 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__10(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__10); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__11 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__11(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__11); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__12 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__12(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__12); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__13 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__13(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__13); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__14 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__14(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__14); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__15 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__15(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__15); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__16 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__16(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__16); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__17 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__17(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__17); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__18 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__18(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__18); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__19 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__19(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__19); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__20 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__20(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__20); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__21 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__21(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__21); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__22 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__22(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__22); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__23 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__23(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__23); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__24 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__24(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__24); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__25 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__25(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__25); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__26 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__26(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__26); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__27 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__27(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__27); +l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__28 = _init_l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__28(); +lean_mark_persistent(l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1401____closed__28); l_Lean_Server_instFromJsonIlean___closed__1 = _init_l_Lean_Server_instFromJsonIlean___closed__1(); lean_mark_persistent(l_Lean_Server_instFromJsonIlean___closed__1); l_Lean_Server_instFromJsonIlean = _init_l_Lean_Server_instFromJsonIlean(); lean_mark_persistent(l_Lean_Server_instFromJsonIlean); -l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__1 = _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__1(); -lean_mark_persistent(l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__1); -l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__2 = _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__2(); -lean_mark_persistent(l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__2); -l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3 = _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3(); -lean_mark_persistent(l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__3); -l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__4 = _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__4(); -lean_mark_persistent(l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1507____spec__1___closed__4); +l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__1 = _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__1(); +lean_mark_persistent(l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__1); +l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__2 = _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__2(); +lean_mark_persistent(l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__2); +l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3 = _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3(); +lean_mark_persistent(l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__3); +l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__4 = _init_l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__4(); +lean_mark_persistent(l_List_mapTR_loop___at___private_Lean_Server_References_0__Lean_Server_toJsonIlean____x40_Lean_Server_References___hyg_1585____spec__1___closed__4); l_Lean_Server_instToJsonIlean___closed__1 = _init_l_Lean_Server_instToJsonIlean___closed__1(); lean_mark_persistent(l_Lean_Server_instToJsonIlean___closed__1); l_Lean_Server_instToJsonIlean = _init_l_Lean_Server_instToJsonIlean(); @@ -44549,18 +53192,41 @@ l_Lean_Server_findModuleRefs___closed__1 = _init_l_Lean_Server_findModuleRefs___ lean_mark_persistent(l_Lean_Server_findModuleRefs___closed__1); l_Lean_Server_findModuleRefs___closed__2 = _init_l_Lean_Server_findModuleRefs___closed__2(); lean_mark_persistent(l_Lean_Server_findModuleRefs___closed__2); -l_Lean_Server_References_empty___closed__1 = _init_l_Lean_Server_References_empty___closed__1(); -lean_mark_persistent(l_Lean_Server_References_empty___closed__1); +l_Lean_Server_instInhabitedModuleImport___closed__1 = _init_l_Lean_Server_instInhabitedModuleImport___closed__1(); +lean_mark_persistent(l_Lean_Server_instInhabitedModuleImport___closed__1); +l_Lean_Server_instInhabitedModuleImport = _init_l_Lean_Server_instInhabitedModuleImport(); +lean_mark_persistent(l_Lean_Server_instInhabitedModuleImport); +l_Lean_Server_instEmptyCollectionDirectImports___closed__1 = _init_l_Lean_Server_instEmptyCollectionDirectImports___closed__1(); +lean_mark_persistent(l_Lean_Server_instEmptyCollectionDirectImports___closed__1); +l_Lean_Server_instEmptyCollectionDirectImports = _init_l_Lean_Server_instEmptyCollectionDirectImports(); +lean_mark_persistent(l_Lean_Server_instEmptyCollectionDirectImports); +l_Lean_Server_DirectImports_convertImportInfos___closed__1 = _init_l_Lean_Server_DirectImports_convertImportInfos___closed__1(); +lean_mark_persistent(l_Lean_Server_DirectImports_convertImportInfos___closed__1); +l_Lean_Server_DirectImports_convertImportInfos___closed__2 = _init_l_Lean_Server_DirectImports_convertImportInfos___closed__2(); +lean_mark_persistent(l_Lean_Server_DirectImports_convertImportInfos___closed__2); +l_Lean_Server_instInhabitedReferences___closed__1 = _init_l_Lean_Server_instInhabitedReferences___closed__1(); +lean_mark_persistent(l_Lean_Server_instInhabitedReferences___closed__1); +l_Lean_Server_instInhabitedReferences = _init_l_Lean_Server_instInhabitedReferences(); +lean_mark_persistent(l_Lean_Server_instInhabitedReferences); l_Lean_Server_References_empty = _init_l_Lean_Server_References_empty(); lean_mark_persistent(l_Lean_Server_References_empty); l_Lean_Server_References_allRefsFor___closed__1 = _init_l_Lean_Server_References_allRefsFor___closed__1(); lean_mark_persistent(l_Lean_Server_References_allRefsFor___closed__1); +l_Lean_Server_References_allRefsFor___closed__2 = _init_l_Lean_Server_References_allRefsFor___closed__2(); l_Lean_Server_References_findAt___closed__1 = _init_l_Lean_Server_References_findAt___closed__1(); lean_mark_persistent(l_Lean_Server_References_findAt___closed__1); l_Lean_Server_References_findAt___closed__2 = _init_l_Lean_Server_References_findAt___closed__2(); lean_mark_persistent(l_Lean_Server_References_findAt___closed__2); l_Lean_Server_References_definitionsMatching___rarg___closed__1 = _init_l_Lean_Server_References_definitionsMatching___rarg___closed__1(); lean_mark_persistent(l_Lean_Server_References_definitionsMatching___rarg___closed__1); +l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__1 = _init_l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__1(); +lean_mark_persistent(l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__1); +l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__2 = _init_l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__2(); +lean_mark_persistent(l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__2); +l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__3 = _init_l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__3(); +lean_mark_persistent(l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__3); +l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__4 = _init_l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__4(); +lean_mark_persistent(l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_References_importedBy___spec__3___closed__4); return lean_io_result_mk_ok(lean_box(0)); } #ifdef __cplusplus diff --git a/stage0/stdlib/Lean/Server/Rpc/RequestHandling.c b/stage0/stdlib/Lean/Server/Rpc/RequestHandling.c index f45a0e9009..e2a2d9c874 100644 --- a/stage0/stdlib/Lean/Server/Rpc/RequestHandling.c +++ b/stage0/stdlib/Lean/Server/Rpc/RequestHandling.c @@ -100,6 +100,7 @@ static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling_ static lean_object* l___private_Lean_Server_Rpc_RequestHandling_0__Lean_Server_evalRpcProcedureUnsafe___closed__10; lean_object* l_Lean_FileMap_lspPosToUtf8Pos(lean_object*, lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1454____lambda__2___closed__2; +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570_(lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__2___closed__9; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Server_registerBuiltinRpcProcedure___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -210,7 +211,6 @@ LEAN_EXPORT lean_object* l_Lean_RBMap_toArray___at_Lean_Server_initFn____x40_Lea lean_object* l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(lean_object*, lean_object*); static lean_object* l_Lean_Server_wrapRpcProcedure___elambda__1___closed__2; static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_80____closed__5; -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308_(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* l_Lean_Environment_mainModule(lean_object*); lean_object* l_Lean_Elab_Term_TermElabM_run___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1304,7 +1304,7 @@ _start: { lean_object* x_2; lean_inc(x_1); -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308_(x_1); +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570_(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; diff --git a/stage0/stdlib/Lean/Server/Test/Runner.c b/stage0/stdlib/Lean/Server/Test/Runner.c index c78902eaae..e0c3485bdc 100644 --- a/stage0/stdlib/Lean/Server/Test/Runner.c +++ b/stage0/stdlib/Lean/Server/Test/Runner.c @@ -25,7 +25,6 @@ lean_object* l_panic___at_ByteArray_toUInt64LE_x21___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Test_Runner_0__Lean_Server_Test_Runner_Client_fromJsonInteractiveGoals____x40_Lean_Server_Test_Runner___hyg_875____spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Diagnostics_0__Lean_Lsp_fromJsonDiagnosticWith____x40_Lean_Data_Lsp_Diagnostics___hyg_1828____spec__3(lean_object*, lean_object*); static lean_object* l_Lean_Server_Test_Runner_main___closed__15; -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2531_(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Server_Test_Runner_0__Lean_Server_Test_Runner_Client_fromJsonSubexprInfo____x40_Lean_Server_Test_Runner___hyg_34____lambda__1(lean_object*); lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_973_(lean_object*); static lean_object* l_List_forIn_x27_loop___at_Lean_Server_Test_Runner_main___spec__32___lambda__6___closed__2; @@ -140,6 +139,7 @@ static lean_object* l___private_Lean_Server_Test_Runner_0__Lean_Server_Test_Runn static lean_object* l_Array_Array_repr___at_Lean_Server_Test_Runner_Client_reprHyp____x40_Lean_Server_Test_Runner___hyg_429____spec__2___closed__1; static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Test_Runner_main___spec__18___closed__3; static lean_object* l_Lean_Server_Test_Runner_main___closed__2; +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1(lean_object*, lean_object*); static lean_object* l_List_forIn_x27_loop___at_Lean_Server_Test_Runner_main___spec__32___lambda__9___closed__18; LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Test_Runner_main___spec__7___boxed(lean_object*); static lean_object* l_Lean_Server_Test_Runner_Client_instFromJsonInteractiveGoals___closed__1; @@ -164,6 +164,7 @@ static lean_object* l_Lean_Server_Test_Runner_main_readFirstResponse___closed__6 LEAN_EXPORT lean_object* l_Lean_Server_Test_Runner_Client_reprInteractiveGoal____x40_Lean_Server_Test_Runner___hyg_760____boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_Test_Runner_0__Lean_Server_Test_Runner_Client_fromJsonInteractiveGoal____x40_Lean_Server_Test_Runner___hyg_576____closed__11; static lean_object* l_Array_Array_repr___at_Lean_Server_Test_Runner_Client_reprHyp____x40_Lean_Server_Test_Runner___hyg_429____spec__2___closed__4; +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3368_(lean_object*); static lean_object* l___private_Lean_Server_Test_Runner_0__Lean_Server_Test_Runner_fromJsonGetWidgetsResponse____x40_Lean_Server_Test_Runner___hyg_1078____closed__6; LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Test_Runner_main___spec__10(lean_object*); static lean_object* l_Lean_Server_Test_Runner_main_readFirstResponse___closed__61; @@ -287,11 +288,9 @@ static lean_object* l_Lean_Server_Test_Runner_main_readFirstResponse___closed__2 static lean_object* l_Lean_Server_Test_Runner_main___closed__13; static lean_object* l___private_Lean_Server_Test_Runner_0__Lean_Server_Test_Runner_fromJsonGetWidgetsResponse____x40_Lean_Server_Test_Runner___hyg_1078____closed__10; static lean_object* l_Lean_Server_Test_Runner_Client_reprInteractiveGoals____x40_Lean_Server_Test_Runner___hyg_942____closed__3; -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Option_toJson___at_Lean_Widget_GetWidgetsResponse_debugJson___spec__1(lean_object*); static lean_object* l___private_Lean_Server_Test_Runner_0__Lean_Server_Test_Runner_fromJsonGetWidgetsResponse____x40_Lean_Server_Test_Runner___hyg_1078____closed__7; lean_object* lean_array_to_list(lean_object*); -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2106_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_418____at___private_Lean_Server_Test_Runner_0__Lean_Server_Test_Runner_Client_fromJsonHyp____x40_Lean_Server_Test_Runner___hyg_245____spec__2___lambda__3___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Test_Runner_main_readFirstResponse___closed__17; static lean_object* l_Lean_Server_Test_Runner_main_readFirstResponse___closed__57; @@ -382,6 +381,7 @@ static lean_object* l_List_forIn_x27_loop___at_Lean_Server_Test_Runner_main___sp static lean_object* l_Lean_Lsp_Ipc_readResponseAs___at_Lean_Server_Test_Runner_main___spec__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Server_Test_Runner_0__Lean_Server_Test_Runner_Client_fromJsonInteractiveGoals____x40_Lean_Server_Test_Runner___hyg_875____spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Server_Test_Runner_main_readFirstResponse___closed__3; +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422_(lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_Lean_Server_Test_Runner_Client_reprInteractiveGoals____x40_Lean_Server_Test_Runner___hyg_942____spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_418____at___private_Lean_Server_Test_Runner_0__Lean_Server_Test_Runner_Client_fromJsonHyp____x40_Lean_Server_Test_Runner___hyg_245____spec__2___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_Ipc_writeNotification___at_Lean_Server_Test_Runner_main___spec__8(lean_object*, lean_object*, lean_object*); @@ -402,7 +402,6 @@ static lean_object* l_Lean_Server_Test_Runner_main_readFirstResponse___closed__6 static lean_object* l_Lean_Server_Test_Runner_main_readFirstResponse___closed__39; LEAN_EXPORT lean_object* l_Lean_Server_Test_Runner_ident(lean_object*); static lean_object* l_Lean_Server_Test_Runner_Client_reprHyp____x40_Lean_Server_Test_Runner___hyg_429____closed__1; -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_Test_Runner_0__Lean_Server_Test_Runner_Client_fromJsonHyp____x40_Lean_Server_Test_Runner___hyg_245____closed__10; LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspNotification___at_Lean_Server_Test_Runner_main___spec__34(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_Array_repr___at_Lean_Server_Test_Runner_Client_reprHyp____x40_Lean_Server_Test_Runner___hyg_429____spec__2___closed__6; @@ -517,6 +516,7 @@ static lean_object* l_Lean_Server_Test_Runner_main_readFirstResponse___closed__2 static lean_object* l___private_Lean_Server_Test_Runner_0__Lean_Server_Test_Runner_Client_fromJsonSubexprInfo____x40_Lean_Server_Test_Runner___hyg_34____closed__20; static lean_object* l___private_Lean_Server_Test_Runner_0__Lean_Server_Test_Runner_fromJsonGetWidgetsResponse____x40_Lean_Server_Test_Runner___hyg_1078____closed__3; static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_418____at___private_Lean_Server_Test_Runner_0__Lean_Server_Test_Runner_Client_fromJsonHyp____x40_Lean_Server_Test_Runner___hyg_245____spec__2___lambda__2___closed__2; +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____spec__1(lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); size_t lean_array_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Test_Runner_Client_reprSubexprInfo____x40_Lean_Server_Test_Runner___hyg_140____boxed(lean_object*, lean_object*); @@ -564,10 +564,10 @@ static lean_object* l_Lean_Server_Test_Runner_Client_reprInteractiveGoals____x40 LEAN_EXPORT lean_object* l_Lean_Lsp_Ipc_readResponseAs___at_Lean_Server_Test_Runner_main___spec__16(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l_Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_236____at_Lean_Server_Test_Runner_Client_reprHyp____x40_Lean_Server_Test_Runner___hyg_429____spec__1___closed__11; -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160_(lean_object*); static lean_object* l_List_forIn_x27_loop___at_Lean_Server_Test_Runner_main___spec__32___lambda__2___closed__1; static lean_object* l_Lean_Server_Test_Runner_main_readFirstResponse___closed__54; static lean_object* l_Lean_Server_Test_Runner_main_readFirstResponse___closed__63; +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3793_(lean_object*); lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_555_(lean_object*); lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); static lean_object* l_Lean_Server_Test_Runner_main_readFirstResponse___closed__49; @@ -4624,7 +4624,7 @@ _start: lean_object* x_2; lean_object* x_3; x_2 = l_Lean_Server_Test_Runner_instFromJsonPanelWidgetInstance___closed__1; lean_inc(x_1); -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -4653,7 +4653,7 @@ lean_inc(x_7); lean_dec(x_3); x_8 = l_Lean_Server_Test_Runner_instFromJsonPanelWidgetInstance___closed__2; lean_inc(x_1); -x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____spec__1(x_1, x_8); +x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____spec__1(x_1, x_8); if (lean_obj_tag(x_9) == 0) { uint8_t x_10; @@ -4809,7 +4809,7 @@ x_7 = lean_unsigned_to_nat(0u); x_8 = lean_array_uset(x_3, x_2, x_7); x_9 = l_Lean_Server_Test_Runner_instFromJsonPanelWidgetInstance___closed__1; lean_inc(x_6); -x_10 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1(x_6, x_9); +x_10 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1(x_6, x_9); if (lean_obj_tag(x_10) == 0) { uint8_t x_11; @@ -4839,7 +4839,7 @@ lean_inc(x_14); lean_dec(x_10); x_15 = l_Lean_Server_Test_Runner_instFromJsonPanelWidgetInstance___closed__2; lean_inc(x_6); -x_16 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____spec__1(x_6, x_15); +x_16 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____spec__1(x_6, x_15); if (lean_obj_tag(x_16) == 0) { uint8_t x_17; @@ -9631,7 +9631,7 @@ LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Test_Runn _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2531_(x_1); +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3793_(x_1); x_3 = l_Lean_Json_Structured_fromJson_x3f(x_2); return x_3; } @@ -12498,7 +12498,7 @@ LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Test_Runn _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2106_(x_1); +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3368_(x_1); x_3 = l_Lean_Json_Structured_fromJson_x3f(x_2); return x_3; } @@ -12696,7 +12696,7 @@ lean_object* x_67; lean_dec(x_13); lean_dec(x_11); lean_inc(x_14); -x_67 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160_(x_14); +x_67 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422_(x_14); if (lean_obj_tag(x_67) == 0) { uint8_t x_68; @@ -12950,7 +12950,7 @@ lean_object* x_129; lean_dec(x_89); lean_dec(x_11); lean_inc(x_90); -x_129 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160_(x_90); +x_129 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422_(x_90); if (lean_obj_tag(x_129) == 0) { 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; @@ -13458,7 +13458,7 @@ lean_object* x_253; lean_dec(x_212); lean_dec(x_211); lean_inc(x_213); -x_253 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160_(x_213); +x_253 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422_(x_213); if (lean_obj_tag(x_253) == 0) { 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; diff --git a/stage0/stdlib/Lean/Server/Watchdog.c b/stage0/stdlib/Lean/Server/Watchdog.c index fc6feafe2c..037f50d5c6 100644 --- a/stage0/stdlib/Lean/Server/Watchdog.c +++ b/stage0/stdlib/Lean/Server/Watchdog.c @@ -14,35 +14,35 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_JsonNumber_fromNat(lean_object*); lean_object* l_Lean_Server_ServerTask_IO_asTask___rarg(lean_object*, lean_object*); lean_object* l_Option_toJson___at_Lean_JsonRpc_instFromJsonNotification___spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__24(lean_object*); +lean_object* l_Array_groupByKey___at_Lean_Server_DirectImports_convertImportInfos___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_WorkerState_toCtorIdx___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestDataMutex_contains___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__28(lean_object*); lean_object* l_Lean_Server_References_definitionsMatching___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__19(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleNotification___spec__10(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__23(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls___spec__9(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_matchAgainstQuery_x3f(lean_object*, lean_object*); static lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_Watchdog_handleRename___spec__13___closed__2; LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_errorPendingRequests___spec__4(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleRequest___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_modifyReferences___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__30(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__7; -static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__4___closed__1; +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180_(lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_modify___at_Lean_Server_Watchdog_RequestData_erase___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_Watchdog_RequestData_clearWorkerRequestData___spec__1___boxed(lean_object*, lean_object*); lean_object* l_instBEqOfDecidableEq___rarg(lean_object*, lean_object*, lean_object*); @@ -61,6 +61,7 @@ lean_object* l_Lean_Json_toStructured_x3f___rarg(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_qsort_sort___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__3___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Server_References_updateWorkerImports(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Client_0__Lean_Lsp_toJsonRegistrationParams____x40_Lean_Data_Lsp_Client___hyg_268_(lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__31; lean_object* l_IO_throwServerError___rarg(lean_object*, lean_object*); @@ -76,10 +77,9 @@ LEAN_EXPORT uint8_t l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHiera lean_object* l_Lean_JsonNumber_toString(lean_object*); lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonWaitForILeans____x40_Lean_Data_Lsp_Extra___hyg_788_(lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__1; -LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_eraseFileWorker___spec__4(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleModuleHierarchyImports___lambda__1(lean_object*); uint64_t l_Lean_Lsp_hashCallHierarchyItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7307_(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Server_Watchdog_ImportData_update___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__1; uint8_t l_instDecidableEqOrdering(uint8_t, uint8_t); static lean_object* l_Array_qsort_sort___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__3___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__9(lean_object*, size_t, size_t, lean_object*); @@ -87,68 +87,73 @@ LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Serv LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_startFileWorker___spec__4(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleQueryModule___boxed__const__1; lean_object* l_System_FilePath_join(lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__8; lean_object* lean_private_to_user_name(lean_object*); LEAN_EXPORT uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_Server_Watchdog_RequestDataMutex_contains___spec__1(lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1026_(lean_object*); LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_RequestDataMutex_getRequestQueue___spec__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__5(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__18; LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__8(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_modifyReferencesIO___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_eraseFileWorker___lambda__3___closed__2; lean_object* l_Lean_Json_mkObj(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleNotification___spec__7(lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_eraseFileWorker___spec__3___closed__2; LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__3___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__40; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__24(size_t, size_t, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__10___closed__1; static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__16; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_sortModuleImports(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__3(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_shutdown___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_matchAgainstQuery_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(lean_object*); +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__16; +LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_startLoadingReferences___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleRequest___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___closed__1; LEAN_EXPORT uint8_t l_Lean_Server_Watchdog_ImportData_update___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ServerRequestData_trackOutboundRequest(lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301_(lean_object*); +LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonRenameParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_11316_(lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__6; +static uint8_t l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_eraseFileWorker___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_208_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_handleDidChange___spec__1(lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReference(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_startLoadingReferences___lambda__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__19(lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__13; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleRename(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4446_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__7(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handlePrepareModuleHierarchy(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__5___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__1(lean_object*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__10; +lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2922_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleResponseError(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__8; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls(lean_object*, lean_object*, lean_object*); size_t lean_uint64_to_usize(uint64_t); -lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079_(lean_object*); static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages___closed__1; static lean_object* l_Lean_Server_Watchdog_eraseFileWorker___lambda__3___closed__1; static lean_object* l_Lean_Server_Watchdog_RequestData_enqueue___closed__1; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__29___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__44(lean_object*); uint8_t l_Lean_JsonRpc_ordRequestID____x40_Lean_Data_JsonRpc___hyg_135_(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_terminateFileWorker___closed__3; lean_object* l_Lean_Name_toString(lean_object*, uint8_t, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonInitializeParams___spec__5(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__30___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleQueryModule___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_findWorkerPath___lambda__2___closed__2; -LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__27(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__30(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestDataMutex_contains(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleNotification___spec__1(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__18; @@ -162,6 +167,7 @@ static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_erasePendingRequest___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__11; lean_object* lean_array_push(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__28(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__8___closed__1; static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux___closed__6; static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__13; @@ -169,10 +175,13 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyFinalizedWor LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__1___boxed(lean_object*); lean_object* l_Array_qpartition___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__9; -LEAN_EXPORT uint8_t l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__2(lean_object*, lean_object*); +lean_object* l_panic___at_Lean_Server_References_importedBy___spec__2(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__18(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_forwardNotification___at_Lean_Server_Watchdog_handleNotification___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__39(lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonInitializeParams___spec__6(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__11(lean_object*, size_t, size_t, lean_object*); +static lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__3; static lean_object* l_Lean_Server_Watchdog_runClientTask___closed__1; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_RequestData_clearWorkerRequestData___spec__2(lean_object*, lean_object*, lean_object*); lean_object* l_IO_FS_Stream_writeLspResponse___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -185,36 +194,37 @@ uint8_t l_Lean_Name_isAnonymous(lean_object*); static lean_object* l_Lean_Server_Watchdog_startFileWorker___closed__3; LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_RequestDataMutex_contains___spec__3(lean_object*, lean_object*, lean_object*); lean_object* l_System_FilePath_extension(lean_object*); -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_errorPendingRequests___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestData_contains___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestDataMutex_getUri_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571_(lean_object*); +static lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__4; +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__7; lean_object* lean_mk_array(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__30; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__2___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__20___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleQueryModule(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_tryWriteMessage___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_emitServerRequestResponse(lean_object*); static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__13; +lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494_(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_erase___at_Lean_Server_Watchdog_ImportData_update___spec__5(lean_object*, lean_object*); extern lean_object* l_System_FilePath_exeExtension; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleRename___spec__14___at_Lean_Server_Watchdog_handleRename___spec__15(lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__34(size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__6; extern lean_object* l_Lean_Lsp_SemanticTokenType_names; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__26; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleRename___spec__14___at_Lean_Server_Watchdog_handleRename___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__5; static lean_object* l_Lean_Server_Watchdog_findWorkerPath___closed__1; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_matchAgainstQuery_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_io_getenv(lean_object*, lean_object*); +static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__19; LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_shutdown___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__24; @@ -229,12 +239,12 @@ static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_Watchdog_initA LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_RequestQueueMap_erase___spec__2(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_1256_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_runClientTask___lambda__1(lean_object*, lean_object*); +static uint8_t l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__1; lean_object* l_Lean_RBNode_balLeft___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleRequest___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Std_DTreeMap_Internal_Impl_contains___at_Lean_Server_Watchdog_RequestData_enqueue___spec__1(lean_object*, lean_object*); lean_object* l_List_MergeSort_Internal_mergeSortTR_u2082___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__18; -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__13; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestQueueMap_erase(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_startLoadingReferences___closed__1; @@ -242,7 +252,9 @@ static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_ LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__5(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_startFileWorker___closed__4; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleReference___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_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___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*); uint64_t lean_string_hash(lean_object*); +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux___closed__13; LEAN_EXPORT uint8_t l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__5___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_FileWorker_waitForProc___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -252,24 +264,28 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestDataMutex_getRequestQueue static lean_object* l_Lean_Server_Watchdog_mainLoop___closed__4; LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities; +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleModuleHierarchyImports___lambda__1___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handlePrepareModuleHierarchy___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleNotification___closed__7; +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Nat_nextPowerOfTwo_go(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__17; static lean_object* l_Array_groupByKey___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__1___closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__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_Server_Watchdog_handleDidChange___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleQueryModule___lambda__3___boxed(lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux___closed__8; LEAN_EXPORT lean_object* l_ReaderT_bind___at___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___spec__4(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3(size_t, size_t, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__9; +LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12509_(lean_object*); lean_object* l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__1(lean_object*, lean_object*); lean_object* l_Lean_RBNode_balRight___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_groupByKey___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_mainLoop___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Server_Watchdog_handleRename___spec__5(lean_object*); -lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2507_(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_matchAgainstQuery_x3f___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__26(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__27; uint8_t lean_string_dec_eq(lean_object*, lean_object*); @@ -296,10 +312,12 @@ static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_Watchdog_initA lean_object* lean_string_utf8_byte_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_tryWriteMessage___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_InitShutdown_0__Lean_Lsp_toJsonInitializeParams____x40_Lean_Data_Lsp_InitShutdown___hyg_543_(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__40___boxed(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_625_(lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_mainLoop___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__48; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_CancelParams_0__Lean_Lsp_toJsonCancelParams____x40_Lean_Data_Lsp_CancelParams___hyg_90_(lean_object*); static lean_object* l_IO_FS_Stream_readLspRequestAs___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_forwardNotification___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -318,12 +336,13 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_han LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ModuleQueryMatch_compare___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_modifyReferences(lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_FileWorker_killProcAndWait(lean_object*, lean_object*); lean_object* lean_get_stdout(lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__10; +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__27(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__2(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestData_clearWorkerRequestData(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Server_Watchdog_RequestQueueMap_enqueue___spec__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_FileWorker_waitForProc___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -332,10 +351,10 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_emitServerRequestResponse___rarg LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_io_process_child_wait(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__21___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__6___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Server_Watchdog_ImportData_update___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_eraseFileWorker___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_WorkerState_noConfusion___rarg(uint8_t, uint8_t, lean_object*); static lean_object* l_Lean_Server_Watchdog_startFileWorker___closed__6; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__4(lean_object*, lean_object*); @@ -346,10 +365,10 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyReferences(l LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Server_Watchdog_ImportData_update___spec__8(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_startFileWorker___closed__5; lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__12; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_startFileWorker___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonInitializeParams___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_set___at_Lean_Server_Watchdog_setWorkerState___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__26(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_modify___at_Lean_Server_Watchdog_RequestData_enqueue___spec__6(lean_object*, lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBTree_ofList___at_Lean_Server_Watchdog_handleImportClosure___spec__1(lean_object*); @@ -359,17 +378,20 @@ LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdo LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleWorkspaceSymbol(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___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_Server_Watchdog_ModuleQueryMatchScore_compare(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__41___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__5(lean_object*, lean_object*, lean_object*); lean_object* l_List_take___rarg(lean_object*, lean_object*); uint8_t lean_string_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_del___at_Lean_Server_Watchdog_ImportData_update___spec__6(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__14; lean_object* l_IO_CancelToken_new(lean_object*); +LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_startLoadingReferences___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_eraseFileWorker___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__15; lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCallHierarchyIncomingCall____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7672_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_FileWorker_waitForProc(lean_object*, lean_object*); lean_object* lean_task_pure(lean_object*); +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__19; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestQueueMap_instForInProdRequestIDMessage___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog___closed__5; static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__62; @@ -387,11 +409,11 @@ static lean_object* l_Lean_Server_Watchdog_RequestDataMutex_contains___closed__1 lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCallHierarchyOutgoingCall____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7988_(lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_updateFileWorkers___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__46(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_startFileWorker___closed__9; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleDidChangeWatchedFiles___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls___closed__1; -LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__22(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleCancelRequest___closed__2; static lean_object* l_Lean_Server_Watchdog_handleNotification___closed__2; static lean_object* l_Lean_Server_Watchdog_getWorkerState___closed__1; @@ -400,37 +422,41 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Server_Watchdog_handleRe LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_matchAgainstQuery_x3f___spec__1___at_Lean_Server_Watchdog_matchAgainstQuery_x3f___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop___closed__2; static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__25; +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_eraseFileWorker___lambda__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Server_documentUriFromModule_x3f(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleModuleHierarchyImportedBy(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_emitServerRequestResponse___rarg___closed__1; uint64_t lean_uint64_shift_right(uint64_t, uint64_t); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_matchAgainstQuery_x3f_chooseBestMatch_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_matchAgainstQuery_x3f___spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559_(lean_object*); lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__17; static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__25; static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__52; lean_object* lean_nat_to_int(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestDataMutex_getUri_x3f(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_startLoadingReferences___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleILeanHeaderInfo(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux___closed__9; LEAN_EXPORT lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleRequest___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM___rarg(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_div(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_eraseFileWorker___spec__3___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_IO_FS_Stream_readLspMessage(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspRequest___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__3(lean_object*, lean_object*, lean_object*); static double l_Lean_Server_Watchdog_ModuleQueryMatchScore_compare___closed__2; -LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__33(lean_object*); +LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_Server_Watchdog_startLoadingReferences___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mainLoop___closed__5; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_startLoadingReferences___lambda__2(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_forwardRequestToWorker___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleQueryModule___spec__1(size_t, size_t, lean_object*); static lean_object* l_Lean_Server_Watchdog_parseParams___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_startFileWorker___spec__6(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__42(lean_object*, lean_object*); lean_object* l_Lean_Server_ServerTask_waitAny___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM___at_Lean_Server_Watchdog_modifyReferencesIO___spec__1(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4387_(lean_object*); static lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Server_Watchdog_ImportData_update___spec__11___closed__4; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -446,6 +472,7 @@ static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux___closed__10; LEAN_EXPORT uint8_t l_Lean_Server_Watchdog_RequestData_contains(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_eraseFileWorker(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_Const_alter___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__6(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__11; static lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Server_Watchdog_ImportData_update___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__46; @@ -455,20 +482,21 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_WorkerState_noConfusion___rarg__ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleDidSave(lean_object*, lean_object*, lean_object*); uint8_t l_Option_beqOption____x40_Init_Data_Option_Basic___hyg_160____at_Lean_Lsp_beqCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2520____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_notifyAboutStaleDependency(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_Watchdog_sortModuleImports___closed__1; +LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_Server_Watchdog_startLoadingReferences___spec__1___boxed(lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_1062_(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Server_Watchdog_ImportData_update___spec__9(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_WorkerState_toCtorIdx(uint8_t); LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_erasePendingRequest___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__26; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls___spec__3(lean_object*); -LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_eraseFileWorker___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__8(lean_object*, size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__8; LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_emitServerRequestResponse___spec__2(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__5(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ImportData_update(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_eraseFileWorker___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_findWorkerPath___lambda__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_mkFileProgressAtPosNotification(lean_object*, lean_object*, uint8_t); @@ -476,7 +504,6 @@ lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonPrep LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__3(lean_object*, lean_object*, lean_object*); lean_object* l_String_crlfToLf_go(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCallHierarchyOutgoingCallsParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7751_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__20(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonInitializeParams___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_getD___at_Lean_Server_Watchdog_handleRename___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__58; @@ -487,7 +514,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_getFileWorkerMod_x3f___boxed(lea LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_emitServerRequestResponseError(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___rarg___lambda__1(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*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__11; +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__5; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__11(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_Watchdog_handleReference___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Server_Watchdog_ServerRequestData_trackOutboundRequest___spec__1(lean_object*, lean_object*, lean_object*); @@ -498,15 +525,12 @@ static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog___closed__4; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_errorPendingRequests___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_Server_Watchdog_errorPendingRequests___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_updateFileWorkers___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__35(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_forwardNotification(lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_server_watchdog_main(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__25___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__36; lean_object* l_Lean_Server_routeLspRequest(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__29; -LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__32(lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__19; static lean_object* l_Lean_Server_Watchdog_workerCfg___closed__1; lean_object* l_Lean_FileMap_ofString(lean_object*); @@ -519,6 +543,7 @@ lean_object* lean_array_to_list(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_RequestData_clearWorkerRequestData___spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_errorPendingRequests(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleImportClosure___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__8___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__6___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -527,7 +552,6 @@ LEAN_EXPORT uint8_t l_Std_DTreeMap_Internal_Impl_contains___at_Lean_Server_Watch static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__5; lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6345_(lean_object*); static lean_object* l_Lean_Server_Watchdog_terminateFileWorker___closed__2; -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__21(lean_object*, lean_object*); lean_object* lean_stream_of_handle(lean_object*); static lean_object* l_Lean_Server_Watchdog_notifyAboutStaleDependency___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_WorkerState_noConfusion___rarg___lambda__1___boxed(lean_object*); @@ -535,37 +559,42 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleQueryModule___lambda__1___ lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonInitializeParams___spec__1(lean_object*, lean_object*); lean_object* lean_io_process_spawn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleNotification(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleILeanHeaderInfo___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog___closed__6; static lean_object* l_Lean_Server_Watchdog_RequestData_enqueue___closed__3; +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_FuzzyMatching_fuzzyMatchScoreWithThreshold_x3f(lean_object*, lean_object*, double); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_log(lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Server_References_updateWorkerRefs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Server_References_updateWorkerRefs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__1___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__14; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__6___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_findWorkerPath___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_del___at_Lean_Server_Watchdog_ImportData_update___spec__4___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__14; LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_Server_Watchdog_getWorkerState___spec__1(lean_object*, lean_object*, lean_object*); lean_object* lean_get_stdin(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestData_getRequestQueue(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_setWorkerState___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896_(lean_object*); static lean_object* l_Lean_Server_Watchdog_instInhabitedRequestQueueMap___closed__1; +static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__20; +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__2___boxed(lean_object*, lean_object*); lean_object* l_System_FilePath_addExtension(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__33; lean_object* lean_get_stderr(lean_object*); lean_object* lean_io_basemutex_lock(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls___lambda__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM(lean_object*); LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_getReferences___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Server_Watchdog_handleDidSave___spec__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_Server_ServerTask_hasFinished___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_3002_(lean_object*); +LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__38(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__5; @@ -574,7 +603,6 @@ LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_contains___at_Lean_Server_ LEAN_EXPORT lean_object* l_StateRefT_x27_get___at___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_forwardNotification___at_Lean_Server_Watchdog_handleNotification___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__44; -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Server_Watchdog_ImportData_update___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Server_Watchdog_ServerRequestData_translateInboundResponse___spec__1(lean_object*, lean_object*); extern lean_object* l_Task_Priority_default; @@ -586,9 +614,10 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handlePrepareRename___boxed(lean LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_matchAgainstQuery_x3f___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static uint8_t l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__3; lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidSaveTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_781_(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleRename___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Server_References_referringTo(lean_object*, lean_object*, uint8_t, lean_object*); +lean_object* l_Lean_Server_References_referringTo(lean_object*, lean_object*, uint8_t); uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__47; LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_FileWorker_waitForProc___spec__3(lean_object*, lean_object*, lean_object*); @@ -606,7 +635,6 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_eraseFileWorker___lambda__4___bo static lean_object* l_Lean_Server_Watchdog_instToJsonCallHierarchyItemData___closed__1; static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__29; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleNotification___spec__4(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_RequestError_toLspResponseError(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_Server_Watchdog_errorPendingRequests___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_workerCfg; @@ -617,52 +645,61 @@ lean_object* l_Lean_Server_Ilean_load(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_RequestQueueMap_enqueue___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_setWorkerState___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__1(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__43(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Server_Watchdog_ImportData_update___spec__2(lean_object*); static lean_object* l_Lean_Server_Watchdog_instFromJsonCallHierarchyItemData___closed__1; +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2991_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_instInhabitedRequestData; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_groupByKey___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleModuleHierarchyImports(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_startFileWorker___closed__1; LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_RequestDataMutex_clearWorkerRequestData___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_modify___at_Lean_Server_Watchdog_RequestData_enqueue___spec__5(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_InitShutdown_0__Lean_Lsp_toJsonInitializeResult____x40_Lean_Data_Lsp_InitShutdown___hyg_958_(lean_object*); static lean_object* l_Lean_Server_Watchdog_watchdogMain___closed__1; static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__3; +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__3; static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__22; static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__4; static lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop___spec__2___closed__1; +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__13; LEAN_EXPORT lean_object* l_Option_toJson___at_Lean_Server_Watchdog_handleRequest___spec__9(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_startFileWorker___spec__2(lean_object*); static lean_object* l_Lean_Server_Watchdog_startFileWorker___closed__7; LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__1___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__40(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls___spec__11(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleCancelRequest___closed__1; LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_handleNotification___spec__3___boxed(lean_object*); +lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_getWorkerState(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mainLoop___closed__2; +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__12; static lean_object* l_Lean_Server_Watchdog_forwardRequestToWorker___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_References_removeIlean(lean_object*, lean_object*); static double l_Lean_Server_Watchdog_ModuleQueryMatchScore_compare___closed__1; static lean_object* l_Lean_Server_Watchdog_handleQueryModule___closed__1; +lean_object* l_Lean_Server_References_getDirectImports_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleNotification___spec__12(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_readLspNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__27; LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__34___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux___closed__14; lean_object* l_Lean_Server_References_findRange_x3f(lean_object*, lean_object*, lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__33(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_emitServerRequestResponse___at_Lean_Server_Watchdog_handleQueryModule___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__6___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mainLoop___closed__3; -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_eraseFileWorker___spec__3___closed__1; lean_object* l_Lean_RBNode_fold___at_Lean_RBTree_diff___spec__1___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mainLoop___closed__6; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_getFileWorker_x3f___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_del___at_Lean_Server_Watchdog_ImportData_update___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__4(lean_object*); +LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_startLoadingReferences___spec__4(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleNotification___closed__3; static lean_object* l_Lean_Server_Watchdog_findWorkerPath___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_eraseFileWorker___lambda__1(lean_object*, lean_object*); @@ -670,21 +707,22 @@ static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_ LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_modifyReferences___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__5___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__21(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_erasePendingRequest___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_handleNotification___spec__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_findWorkerPath___lambda__2(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__2(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__15; static lean_object* l_Lean_Server_Watchdog_handleNotification___closed__6; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_RequestData_enqueue___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__5___closed__1; static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__6; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleRequest(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_forwardRequestToWorker___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanDidOpenTextDocumentParams____x40_Lean_Data_Lsp_Extra___hyg_314_(lean_object*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__3; +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_sortModuleImports___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__7___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__4; static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__15; @@ -692,13 +730,13 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_erase___at_Lean_Server_Watchdog_ImportDat LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleRequest___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog___closed__10; double l_Float_ofScientific(lean_object*, uint8_t, lean_object*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__15; LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_RequestQueueMap_enqueue___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__30___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_FileWorker_stdout(lean_object*); lean_object* l_Lean_Json_Structured_toJson(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestDataMutex_erase(lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Server_References_definitionOf_x3f(lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Server_References_definitionOf_x3f(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_startFileWorker___closed__8; lean_object* l___private_Lean_Data_Lsp_Workspace_0__Lean_Lsp_fromJsonDidChangeWatchedFilesParams____x40_Lean_Data_Lsp_Workspace___hyg_839_(lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog___closed__8; @@ -709,15 +747,17 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_emitServerRequestResponseError__ static lean_object* l_Lean_Server_Watchdog_mainLoop___closed__7; static lean_object* l_Lean_Server_Watchdog_handleNotification___closed__1; static lean_object* l_Lean_Server_Watchdog_handleNotification___closed__5; -LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_IO_FS_Stream_readMessage(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleRequest___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___rarg___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_handleCancelRequest___spec__1(lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux___closed__12; static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__37; +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922_(lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCallHierarchyPrepareParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6445_(lean_object*); +LEAN_EXPORT uint8_t l_Lean_Server_Watchdog_sortModuleImports___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__1___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); @@ -742,29 +782,29 @@ static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__31; -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039_(lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_Server_Watchdog_getReferences___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleRename___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__2___closed__5; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleRename___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_set___at_Lean_Server_Watchdog_setWorkerState___spec__1(uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_searchModuleNameOfFileName(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__23(lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___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_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_matchAgainstQuery_x3f___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handlePrepareRename(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleReference___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__2___closed__10; -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__57; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__23; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_matchAgainstQuery_x3f___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Server_Watchdog_handleRename___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_mainLoop___spec__2___lambda__1(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_forwardRequestToWorker___lambda__2___closed__1; lean_object* lean_string_length(lean_object*); +static lean_object* l_Lean_Server_Watchdog_handleModuleHierarchyImports___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleDidChangeWatchedFiles___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleQueryModule___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__36___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleDidChange___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); @@ -772,22 +812,24 @@ LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Serv LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestDataMutex_clearWorkerRequestData___lambda__1(lean_object*, lean_object*, lean_object*); lean_object* l_List_takeTR_go___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__18; static lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___rarg___lambda__2___closed__2; LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_Server_Watchdog_FileWorker_waitForProc___spec__1(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_Watchdog_handleRename___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestData_getRequestQueue___boxed(lean_object*, lean_object*); lean_object* l_List_drop___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_startLoadingReferences___spec__3(lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144_(lean_object*); LEAN_EXPORT lean_object* l_Array_groupByKey___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__10___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__45(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_FileWorker_waitForProc___spec__2(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__22; +static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__32; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_tryWriteMessage___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_FileWorker_waitForProc___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_erase___at_Lean_Server_Watchdog_ImportData_update___spec__3___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403_(lean_object*); uint8_t lean_uint32_dec_eq(uint32_t, uint32_t); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_shutdown___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -795,7 +837,8 @@ LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__1(lean_object*, lean_object*); extern lean_object* l_Lean_searchPathRef; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleImportClosure(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__25(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__35(size_t, size_t, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734_(lean_object*); LEAN_EXPORT lean_object* l_EStateM_tryCatch___at_Lean_Server_Watchdog_handleReferenceRequest___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_emitServerRequestResponse___at_Lean_Server_Watchdog_handleQueryModule___spec__3___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -803,13 +846,16 @@ static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_ extern lean_object* l_Lean_Lsp_SemanticTokenModifier_names; lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_607_(lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_Server_Watchdog_emitServerRequestResponse___spec__1(lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams(lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldl___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__3___boxed(lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__7___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_tryWriteMessage___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls___spec__8___boxed(lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262_(lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__21; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ImportData_eraseImportsOf(lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4264_(lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldl___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_findDefinitions___boxed(lean_object*, lean_object*, lean_object*); @@ -821,17 +867,17 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_emitServerRequestResponse___rarg lean_object* lean_io_app_path(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleNotification___spec__8(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleNotification___closed__4; -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2805_(lean_object*); static lean_object* l_Lean_Server_Watchdog_tryWriteMessage___lambda__2___closed__1; static lean_object* l_Lean_Loop_forIn_loop___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__6___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_Watchdog_handleRename___spec__4___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop___lambda__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Std_DTreeMap_Internal_Impl_maxView___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestQueueMap_enqueue(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__56; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__6___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__31(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog___closed__11; +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__31___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_String_isPrefixOf(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestData_clearWorkerRequestData___boxed(lean_object*, lean_object*); @@ -841,15 +887,14 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handle static lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___rarg___lambda__2___closed__4; static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__2___closed__3; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_Watchdog_getFileWorker_x3f___spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__18; -lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_runClientTask(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__2; -lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660_(lean_object*); lean_object* lean_io_basemutex_unlock(lean_object*, lean_object*); static lean_object* l_Array_groupByKey___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__1___closed__1; lean_object* lean_io_exit(uint8_t, lean_object*); +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__9; +lean_object* l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f(lean_object*); uint8_t lean_float_beq(double, double); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__2___closed__9; static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__12; @@ -863,8 +908,10 @@ static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog___closed__7; extern lean_object* l_Id_instMonad; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Server_Watchdog_handleWorkspaceSymbol___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__17; +static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__24; lean_object* lean_panic_fn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Server_Watchdog_handleRename___spec__10(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__32(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_instFromJsonCallHierarchyItemData; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleDidOpen(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__6___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -872,11 +919,13 @@ static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_ static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__4; lean_object* l_Lean_Server_foldDocumentChanges(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_notifyAboutStaleDependency___spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__37(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_modify___at_Lean_Server_Watchdog_RequestData_enqueue___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_forwardRequestToWorker___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__59; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__10___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_modifyReferencesIO___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestDataMutex_clearWorkerRequestData___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__2___closed__8; static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__1; @@ -888,16 +937,17 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ImportData_update___lambda__1___ lean_object* l___private_Lean_Data_Lsp_CancelParams_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_CancelParams___hyg_128_(lean_object*); lean_object* l_System_Uri_fileUriToPath_x3f(lean_object*); static lean_object* l_Lean_Server_Watchdog_RequestQueueMap_enqueue___closed__4; +LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_modifyReferencesIO___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_terminateFileWorker___closed__4; +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__17___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__21; +static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__33; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__26___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_RBNode_isBlack___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__19___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___rarg___lambda__2___closed__3; lean_object* lean_nat_mul(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__17(lean_object*, lean_object*, lean_object*); uint8_t lean_float_decLe(double, double); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__29(size_t, size_t, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__28; lean_object* l_Std_DTreeMap_Internal_Impl_minView___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Server_Watchdog_ServerRequestData_trackOutboundRequest___spec__2(lean_object*, lean_object*, lean_object*); @@ -907,15 +957,21 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_RequestQueueMap_instForInProdRequestIDMessage___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_eraseFileWorker___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Workspace_0__Lean_Lsp_toJsonDidChangeWatchedFilesRegistrationOptions____x40_Lean_Data_Lsp_Workspace___hyg_471_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM___at_Lean_Server_Watchdog_startLoadingReferences___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_runClientTask___closed__2; +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__34(lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_FileWorker_killProcAndWait___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__6; +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleModuleHierarchyImports___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__36(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_RequestDataMutex_contains___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestQueueMap_instForInProdRequestIDMessage___rarg___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_replace___at_Lean_Server_Watchdog_handleRename___spec__8(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_getFileWorker_x3f(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__19; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__10(size_t, size_t, lean_object*); static lean_object* l_Lean_Server_Watchdog_RequestQueueMap_enqueue___closed__3; static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__12; @@ -924,25 +980,25 @@ lean_object* l_Lean_Json_Structured_fromJson_x3f(lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__12; static lean_object* l_Lean_Server_Watchdog_handleQueryModule___lambda__2___closed__1; static lean_object* l_Lean_Server_Watchdog_terminateFileWorker___closed__1; -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestDataMutex_getRequestQueue(lean_object*, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); lean_object* l_IO_FS_Stream_writeLspResponseError(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestData_erase(lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__61; +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestData_empty; LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Server_Watchdog_ImportData_update___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_updateFileWorkers(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux___closed__17; static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux___closed__15; static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog___closed__2; +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__4; size_t lean_usize_sub(size_t, size_t); lean_object* lean_array_mk(lean_object*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__7; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__16(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Server_Watchdog_ImportData_update___spec__11(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux___closed__7; -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__5; +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_RequestQueueMap_enqueue___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Server_Watchdog_handleDidSave___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestDataMutex_getRequestQueue___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -956,12 +1012,17 @@ static lean_object* l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHiera LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestDataMutex_new(lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspRequest___at_Lean_Server_Watchdog_startFileWorker___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_readLspRequestAs___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__45___boxed(lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_4067_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_shutdown(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__4___boxed(lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_errorPendingRequests___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__14(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__3; +static lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__1; +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__14; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__4(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__28; @@ -970,18 +1031,16 @@ static lean_object* l_Lean_Server_Watchdog_WorkerState_noConfusion___rarg___clos LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__14___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mainLoop___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_emitServerRequestResponseError___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__9; static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog___closed__9; lean_object* l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Window_0__toJsonShowMessageParams____x40_Lean_Data_Lsp_Window___hyg_250____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleRename___spec__14(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_CallHierarchyItemData_fromItem_x3f(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); size_t lean_array_size(lean_object*); static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__5; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__15___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_emitServerRequestResponse___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestQueueMap_contains___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_foldlM___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__4___boxed(lean_object*, lean_object*); @@ -1000,11 +1059,17 @@ LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand_go___at_Lean_S lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux___closed__5; static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog___closed__3; -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoUpdate___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__41(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__25___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__17(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoUpdate___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestDataMutex_getUri_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux___closed__19; +static lean_object* l_Lean_Server_Watchdog_handleModuleHierarchyImports___closed__1; lean_object* l_IO_FS_Stream_putStrLn(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__4(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleDidClose(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_startLoadingReferences(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_FileWorker_killProcAndWait___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -1014,21 +1079,21 @@ static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog___closed__13; static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__19; static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__7; static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__3; -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__4; lean_object* lean_string_append(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__18(lean_object*); +LEAN_EXPORT lean_object* l_Option_toJson___at_Lean_Server_Watchdog_handleRequest___spec__20(lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_Watchdog_handleReference___spec__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_Server_References_addIlean(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__55; lean_object* lean_io_wait(lean_object*, lean_object*); uint8_t l_Lean_Name_isSuffixOf(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_callHierarchyItemOf_x3f(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_callHierarchyItemOf_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Server_References_finalizeWorkerRefs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Server_References_finalizeWorkerRefs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Lsp_instInhabitedCallHierarchyOutgoingCall; static lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_startFileWorker___spec__5___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleCancelRequest(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_getReferences___closed__1; +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__10; lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_RequestData_enqueue___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__3___at_Lean_Server_Watchdog_handleDidSave___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1041,6 +1106,7 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_del___at_Lean_Server_Watchdog_ImportData_ static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__2; static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___closed__1; extern lean_object* l_Lean_Lsp_instInhabitedCallHierarchyIncomingCall; +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_modifyReferencesIO(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_getFileWorkerMod_x3f(lean_object*, lean_object*, lean_object*); lean_object* lean_int_neg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestData_enqueue(lean_object*, lean_object*, lean_object*); @@ -1048,19 +1114,24 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_matchAgainstQuery_x3f___spec__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__30; +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__17; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_getReferences(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__35___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_Server_Watchdog_getReferences___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Option_toJson___at_Lean_Server_Watchdog_handleRequest___spec__20___boxed(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__64; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__2(lean_object*, size_t, size_t, lean_object*); static lean_object* l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__43; uint8_t lean_usize_dec_lt(size_t, size_t); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__10; -LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__2; +LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_notifyAboutStaleDependency___closed__2; LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_runClientTask___lambda__2(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__24___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__22; +lean_object* l_Lean_Server_References_importedBy(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_erasePendingRequest(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_errorPendingRequests___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ModuleQueryMatchScore_compare___boxed(lean_object*, lean_object*); @@ -1072,6 +1143,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_instToJsonCallHierarchyItemData; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_RequestData_clearWorkerRequestData___spec__4(lean_object*, lean_object*, lean_object*); lean_object* l_EStateM_bind___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_errorPendingRequests___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__22(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_matchAgainstQuery_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__8; @@ -1080,8 +1152,10 @@ LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_map___at_Lean_Server_Watch LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleDidChangeWatchedFiles(lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__2___closed__7; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__25(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_getWorkerState___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Server_Watchdog_ImportData_update___spec__7(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__21; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_forwardRequestToWorker___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__13(lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_Watchdog_RequestData_contains___spec__1(lean_object*, lean_object*); @@ -1091,13 +1165,14 @@ LEAN_EXPORT lean_object* l_EStateM_tryCatch___at_Lean_Server_Watchdog_handleRefe LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleQueryModule___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__3; lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_555_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585_(lean_object*); lean_object* l___private_Lean_Data_Lsp_Communication_0__IO_FS_Stream_readLspHeader(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_modifyReferencesIO___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__1; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_contains___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls___spec__2___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_startLoadingReferences___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Server_Watchdog_ImportData_update___spec__10(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_Watchdog_handleRequest___spec__2___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__3___closed__2; -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__2; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestDataMutex_clearWorkerRequestData(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_FileWorker_waitForProc___closed__1; static lean_object* l_Lean_Server_Watchdog_handleRequest___closed__4; @@ -1116,13 +1191,16 @@ static lean_object* l_Lean_Server_Watchdog_handleRename___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoUpdate(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_erase___at_Lean_Server_Watchdog_ImportData_update___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_RequestQueueMap_instForInProdRequestIDMessage___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__29(lean_object*); +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_RequestDataMutex_erase___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_matchAgainstQuery_x3f___spec__1___at_Lean_Server_Watchdog_matchAgainstQuery_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Server_Watchdog_RequestQueueMap_contains(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__3___at_Lean_Server_Watchdog_handleDidSave___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls___spec__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleQueryModule___lambda__3(lean_object*); lean_object* l_Lean_SearchPath_findAllWithExt(lean_object*, lean_object*, lean_object*); @@ -1131,6 +1209,7 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_ lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Lean_Server_Watchdog_handleRename___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Server_Watchdog_handleRename___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__15(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleResponse(lean_object*, lean_object*, lean_object*, lean_object*); @@ -1139,11 +1218,9 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_emitServerRequestResponse___at_L LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_handleNotification___spec__6(lean_object*); size_t lean_usize_land(size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__31(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__2___closed__2; LEAN_EXPORT lean_object* l_Lean_RBNode_del___at_Lean_Server_Watchdog_ServerRequestData_translateInboundResponse___spec__3(lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonInitializeParams___spec__3(lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__16; LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_Watchdog_RequestQueueMap_erase___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Server_maybeTee(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_contains___at_Lean_Server_Watchdog_RequestQueueMap_contains___spec__1___boxed(lean_object*, lean_object*); @@ -56751,6 +56828,58 @@ return x_11; } } } +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM___rarg___lambda__1(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_ctor_get(x_1, 0); +lean_inc(x_6); +lean_dec(x_1); +x_7 = lean_ctor_get(x_6, 1); +lean_inc(x_7); +lean_dec(x_6); +x_8 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_8, 0, x_2); +lean_ctor_set(x_8, 1, x_5); +lean_ctor_set(x_8, 2, x_3); +lean_ctor_set(x_8, 3, x_4); +x_9 = lean_apply_2(x_7, lean_box(0), x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +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; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +x_6 = lean_ctor_get(x_2, 2); +lean_inc(x_6); +x_7 = lean_ctor_get(x_2, 3); +lean_inc(x_7); +lean_dec(x_2); +x_8 = lean_ctor_get(x_1, 1); +lean_inc(x_8); +x_9 = lean_apply_1(x_3, x_5); +x_10 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM___rarg___lambda__1), 5, 4); +lean_closure_set(x_10, 0, x_1); +lean_closure_set(x_10, 1, x_4); +lean_closure_set(x_10, 2, x_6); +lean_closure_set(x_10, 3, x_7); +x_11 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_9, x_10); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM___rarg), 3, 0); +return x_2; +} +} LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyPendingWaitForILeanRequests(lean_object* x_1, lean_object* x_2) { _start: { @@ -60296,6 +60425,281 @@ lean_dec(x_2); return x_5; } } +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM___at_Lean_Server_Watchdog_modifyReferencesIO___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +uint8_t x_4; +x_4 = !lean_is_exclusive(x_1); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_5 = lean_ctor_get(x_1, 0); +x_6 = lean_ctor_get(x_1, 1); +x_7 = lean_ctor_get(x_1, 2); +x_8 = lean_ctor_get(x_1, 3); +x_9 = lean_apply_2(x_2, x_6, x_3); +if (lean_obj_tag(x_9) == 0) +{ +uint8_t x_10; +x_10 = !lean_is_exclusive(x_9); +if (x_10 == 0) +{ +lean_object* x_11; +x_11 = lean_ctor_get(x_9, 0); +lean_ctor_set(x_1, 1, x_11); +lean_ctor_set(x_9, 0, x_1); +return x_9; +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = lean_ctor_get(x_9, 0); +x_13 = lean_ctor_get(x_9, 1); +lean_inc(x_13); +lean_inc(x_12); +lean_dec(x_9); +lean_ctor_set(x_1, 1, x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_1); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +else +{ +uint8_t x_15; +lean_free_object(x_1); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_5); +x_15 = !lean_is_exclusive(x_9); +if (x_15 == 0) +{ +return x_9; +} +else +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_9, 0); +x_17 = lean_ctor_get(x_9, 1); +lean_inc(x_17); +lean_inc(x_16); +lean_dec(x_9); +x_18 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_18, 0, x_16); +lean_ctor_set(x_18, 1, x_17); +return x_18; +} +} +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_19 = lean_ctor_get(x_1, 0); +x_20 = lean_ctor_get(x_1, 1); +x_21 = lean_ctor_get(x_1, 2); +x_22 = lean_ctor_get(x_1, 3); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); +lean_inc(x_19); +lean_dec(x_1); +x_23 = lean_apply_2(x_2, x_20, x_3); +if (lean_obj_tag(x_23) == 0) +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_24 = lean_ctor_get(x_23, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_23, 1); +lean_inc(x_25); +if (lean_is_exclusive(x_23)) { + lean_ctor_release(x_23, 0); + lean_ctor_release(x_23, 1); + x_26 = x_23; +} else { + lean_dec_ref(x_23); + x_26 = lean_box(0); +} +x_27 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_27, 0, x_19); +lean_ctor_set(x_27, 1, x_24); +lean_ctor_set(x_27, 2, x_21); +lean_ctor_set(x_27, 3, x_22); +if (lean_is_scalar(x_26)) { + x_28 = lean_alloc_ctor(0, 2, 0); +} else { + x_28 = x_26; +} +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_25); +return x_28; +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_22); +lean_dec(x_21); +lean_dec(x_19); +x_29 = lean_ctor_get(x_23, 0); +lean_inc(x_29); +x_30 = lean_ctor_get(x_23, 1); +lean_inc(x_30); +if (lean_is_exclusive(x_23)) { + lean_ctor_release(x_23, 0); + lean_ctor_release(x_23, 1); + x_31 = x_23; +} else { + lean_dec_ref(x_23); + x_31 = lean_box(0); +} +if (lean_is_scalar(x_31)) { + x_32 = lean_alloc_ctor(1, 2, 0); +} else { + x_32 = x_31; +} +lean_ctor_set(x_32, 0, x_29); +lean_ctor_set(x_32, 1, x_30); +return x_32; +} +} +} +} +LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_modifyReferencesIO___spec__2___rarg(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(x_4); +lean_inc(x_3); +x_6 = lean_apply_3(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(x_6); +x_9 = lean_apply_4(x_2, x_7, x_3, x_4, x_8); +return x_9; +} +else +{ +uint8_t x_10; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(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); +return x_13; +} +} +} +} +LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_modifyReferencesIO___spec__2(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Server_Watchdog_modifyReferencesIO___spec__2___rarg), 5, 0); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_modifyReferencesIO___lambda__1(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_Server_Watchdog_ReferenceData_modifyReferencesM___at_Lean_Server_Watchdog_modifyReferencesIO___spec__1(x_2, x_1, x_5); +if (lean_obj_tag(x_6) == 0) +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; +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(x_6); +x_9 = lean_st_ref_set(x_3, x_7, x_8); +x_10 = !lean_is_exclusive(x_9); +if (x_10 == 0) +{ +return x_9; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_9, 0); +x_12 = lean_ctor_get(x_9, 1); +lean_inc(x_12); +lean_inc(x_11); +lean_dec(x_9); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_11); +lean_ctor_set(x_13, 1, x_12); +return x_13; +} +} +else +{ +uint8_t x_14; +x_14 = !lean_is_exclusive(x_6); +if (x_14 == 0) +{ +return x_6; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_15 = lean_ctor_get(x_6, 0); +x_16 = lean_ctor_get(x_6, 1); +lean_inc(x_16); +lean_inc(x_15); +lean_dec(x_6); +x_17 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); +return x_17; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_modifyReferencesIO(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_4 = lean_ctor_get(x_2, 7); +lean_inc(x_4); +x_5 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_modifyReferencesIO___lambda__1___boxed), 5, 1); +lean_closure_set(x_5, 0, x_1); +x_6 = l_Lean_Server_Watchdog_getReferences___closed__1; +x_7 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Server_Watchdog_modifyReferencesIO___spec__2___rarg), 5, 2); +lean_closure_set(x_7, 0, x_6); +lean_closure_set(x_7, 1, x_5); +x_8 = l_Std_Mutex_atomically___at_Lean_Server_Watchdog_modifyReferences___spec__1(x_4, x_7, x_2, x_3); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_modifyReferencesIO___lambda__1___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_Server_Watchdog_modifyReferencesIO___lambda__1(x_1, x_2, x_3, x_4, x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_6; +} +} LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_Watchdog_getFileWorker_x3f___spec__1(lean_object* x_1, lean_object* x_2) { _start: { @@ -68559,60 +68963,7 @@ return x_33; } } } -LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_eraseFileWorker___spec__4___rarg(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(x_4); -lean_inc(x_3); -x_6 = lean_apply_3(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(x_6); -x_9 = lean_apply_4(x_2, x_7, x_3, x_4, x_8); -return x_9; -} -else -{ -uint8_t x_10; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(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); -return x_13; -} -} -} -} -LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_eraseFileWorker___spec__4(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Server_Watchdog_eraseFileWorker___spec__4___rarg), 5, 0); -return x_3; -} -} -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 0) @@ -68636,7 +68987,7 @@ x_11 = lean_string_dec_eq(x_1, x_5); if (x_11 == 0) { lean_object* x_12; -x_12 = l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__5(x_1, x_8, lean_box(0)); +x_12 = l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__4(x_1, x_8, lean_box(0)); if (lean_obj_tag(x_12) == 0) { if (lean_obj_tag(x_7) == 0) @@ -73206,7 +73557,7 @@ return x_8; else { lean_object* x_891; -x_891 = l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__5(x_1, x_7, lean_box(0)); +x_891 = l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__4(x_1, x_7, lean_box(0)); if (lean_obj_tag(x_891) == 0) { if (lean_obj_tag(x_8) == 0) @@ -74307,7 +74658,7 @@ x_1130 = lean_string_dec_eq(x_1, x_1125); if (x_1130 == 0) { lean_object* x_1131; -x_1131 = l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__5(x_1, x_1128, lean_box(0)); +x_1131 = l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__4(x_1, x_1128, lean_box(0)); if (lean_obj_tag(x_1131) == 0) { if (lean_obj_tag(x_1127) == 0) @@ -75907,7 +76258,7 @@ return x_1128; else { lean_object* x_1425; -x_1425 = l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__5(x_1, x_1127, lean_box(0)); +x_1425 = l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__4(x_1, x_1127, lean_box(0)); if (lean_obj_tag(x_1425) == 0) { if (lean_obj_tag(x_1128) == 0) @@ -76709,7 +77060,7 @@ x_25 = lean_ctor_get(x_23, 1); lean_inc(x_25); lean_dec(x_23); x_26 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_Watchdog_getFileWorker_x3f___spec__1(x_24, x_1); -x_27 = l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__5(x_1, x_24, lean_box(0)); +x_27 = l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__4(x_1, x_24, lean_box(0)); x_28 = lean_st_ref_set(x_22, x_27, x_25); lean_dec(x_22); if (lean_obj_tag(x_26) == 0) @@ -76796,7 +77147,7 @@ lean_inc(x_2); x_11 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_eraseFileWorker___lambda__4___boxed), 6, 2); lean_closure_set(x_11, 0, x_1); lean_closure_set(x_11, 1, x_2); -x_12 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Server_Watchdog_eraseFileWorker___spec__4___rarg), 5, 2); +x_12 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Server_Watchdog_modifyReferencesIO___spec__2___rarg), 5, 2); lean_closure_set(x_12, 0, x_10); lean_closure_set(x_12, 1, x_11); x_13 = l_Std_Mutex_atomically___at_Lean_Server_Watchdog_modifyReferences___spec__1(x_9, x_12, x_2, x_5); @@ -76848,11 +77199,11 @@ lean_dec(x_1); return x_14; } } -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__5(x_1, x_2, x_3); +x_4 = l_Std_DTreeMap_Internal_Impl_erase___at_Lean_Server_Watchdog_eraseFileWorker___spec__4(x_1, x_2, x_3); lean_dec(x_1); return x_4; } @@ -77865,18 +78216,92 @@ return x_12; } } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoUpdate___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleILeanHeaderInfo___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { -lean_object* x_5; lean_object* x_6; lean_object* x_7; +lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_6 = lean_ctor_get(x_1, 0); +lean_inc(x_6); +x_7 = lean_ctor_get(x_1, 1); +lean_inc(x_7); +lean_dec(x_1); +x_8 = l_Lean_Server_References_updateWorkerImports(x_4, x_2, x_3, x_6, x_7, x_5); +lean_dec(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleILeanHeaderInfo(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; x_5 = lean_ctor_get(x_1, 0); lean_inc(x_5); -x_6 = lean_ctor_get(x_1, 1); -lean_inc(x_6); lean_dec(x_1); -x_7 = l_Lean_Server_References_updateWorkerRefs(x_4, x_2, x_3, x_5, x_6); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +lean_dec(x_5); +x_7 = l_Lean_Server_Watchdog_getFileWorkerMod_x3f(x_6, x_3, x_4); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +if (lean_obj_tag(x_8) == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_3); +lean_dec(x_2); +x_9 = !lean_is_exclusive(x_7); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; +x_10 = lean_ctor_get(x_7, 0); +lean_dec(x_10); +x_11 = lean_box(0); +lean_ctor_set(x_7, 0, x_11); return x_7; } +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = lean_ctor_get(x_7, 1); +lean_inc(x_12); +lean_dec(x_7); +x_13 = lean_box(0); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_12); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_15 = lean_ctor_get(x_7, 1); +lean_inc(x_15); +lean_dec(x_7); +x_16 = lean_ctor_get(x_8, 0); +lean_inc(x_16); +lean_dec(x_8); +x_17 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleILeanHeaderInfo___lambda__1), 5, 3); +lean_closure_set(x_17, 0, x_2); +lean_closure_set(x_17, 1, x_16); +lean_closure_set(x_17, 2, x_6); +x_18 = l_Lean_Server_Watchdog_modifyReferencesIO(x_17, x_3, x_15); +return x_18; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoUpdate___lambda__1(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 = lean_ctor_get(x_1, 0); +lean_inc(x_6); +x_7 = lean_ctor_get(x_1, 1); +lean_inc(x_7); +lean_dec(x_1); +x_8 = l_Lean_Server_References_updateWorkerRefs(x_4, x_2, x_3, x_6, x_7, x_5); +return x_8; +} } LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoUpdate(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: @@ -77929,16 +78354,155 @@ lean_dec(x_7); x_16 = lean_ctor_get(x_8, 0); lean_inc(x_16); lean_dec(x_8); -x_17 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleIleanInfoUpdate___lambda__1), 4, 3); +x_17 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleIleanInfoUpdate___lambda__1), 5, 3); lean_closure_set(x_17, 0, x_2); lean_closure_set(x_17, 1, x_16); lean_closure_set(x_17, 2, x_6); -x_18 = l_Lean_Server_Watchdog_modifyReferences(x_17, x_3, x_15); +x_18 = l_Lean_Server_Watchdog_modifyReferencesIO(x_17, x_3, x_15); return x_18; } } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, size_t x_5, size_t x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__1(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; +x_6 = !lean_is_exclusive(x_1); +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_7 = lean_ctor_get(x_1, 0); +x_8 = lean_ctor_get(x_1, 1); +x_9 = lean_ctor_get(x_1, 2); +x_10 = lean_ctor_get(x_1, 3); +x_11 = lean_apply_4(x_2, x_8, x_3, x_4, x_5); +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_ctor_set(x_1, 1, x_13); +lean_ctor_set(x_11, 0, x_1); +return x_11; +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_14 = lean_ctor_get(x_11, 0); +x_15 = lean_ctor_get(x_11, 1); +lean_inc(x_15); +lean_inc(x_14); +lean_dec(x_11); +lean_ctor_set(x_1, 1, x_14); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_1); +lean_ctor_set(x_16, 1, x_15); +return x_16; +} +} +else +{ +uint8_t x_17; +lean_free_object(x_1); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_7); +x_17 = !lean_is_exclusive(x_11); +if (x_17 == 0) +{ +return x_11; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_18 = lean_ctor_get(x_11, 0); +x_19 = lean_ctor_get(x_11, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_11); +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_18); +lean_ctor_set(x_20, 1, x_19); +return x_20; +} +} +} +else +{ +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_1, 0); +x_22 = lean_ctor_get(x_1, 1); +x_23 = lean_ctor_get(x_1, 2); +x_24 = lean_ctor_get(x_1, 3); +lean_inc(x_24); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_21); +lean_dec(x_1); +x_25 = lean_apply_4(x_2, x_22, x_3, x_4, x_5); +if (lean_obj_tag(x_25) == 0) +{ +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_25, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_25, 1); +lean_inc(x_27); +if (lean_is_exclusive(x_25)) { + lean_ctor_release(x_25, 0); + lean_ctor_release(x_25, 1); + x_28 = x_25; +} else { + lean_dec_ref(x_25); + x_28 = lean_box(0); +} +x_29 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_29, 0, x_21); +lean_ctor_set(x_29, 1, x_26); +lean_ctor_set(x_29, 2, x_23); +lean_ctor_set(x_29, 3, x_24); +if (lean_is_scalar(x_28)) { + x_30 = lean_alloc_ctor(0, 2, 0); +} else { + x_30 = x_28; +} +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_27); +return x_30; +} +else +{ +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_21); +x_31 = lean_ctor_get(x_25, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_25, 1); +lean_inc(x_32); +if (lean_is_exclusive(x_25)) { + lean_ctor_release(x_25, 0); + lean_ctor_release(x_25, 1); + x_33 = x_25; +} else { + lean_dec_ref(x_25); + x_33 = lean_box(0); +} +if (lean_is_scalar(x_33)) { + x_34 = lean_alloc_ctor(1, 2, 0); +} else { + x_34 = x_33; +} +lean_ctor_set(x_34, 0, x_31); +lean_ctor_set(x_34, 1, x_32); +return x_34; +} +} +} +} +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, size_t x_5, size_t x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -78024,7 +78588,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 0) @@ -78048,7 +78612,7 @@ if (x_12 == 0) { lean_object* x_13; lean_dec(x_6); -x_13 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__2(x_1, x_2, x_10, lean_box(0)); +x_13 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__3(x_1, x_2, x_10, lean_box(0)); if (lean_obj_tag(x_9) == 0) { lean_object* x_14; uint8_t x_15; @@ -79078,7 +79642,7 @@ else { lean_object* x_230; lean_dec(x_6); -x_230 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__2(x_1, x_2, x_9, lean_box(0)); +x_230 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__3(x_1, x_2, x_9, lean_box(0)); if (lean_obj_tag(x_10) == 0) { lean_object* x_231; uint8_t x_232; @@ -80171,7 +80735,7 @@ if (x_460 == 0) { lean_object* x_461; lean_dec(x_454); -x_461 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__2(x_1, x_2, x_458, lean_box(0)); +x_461 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__3(x_1, x_2, x_458, lean_box(0)); if (lean_obj_tag(x_457) == 0) { 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; uint8_t x_471; @@ -80649,7 +81213,7 @@ else { lean_object* x_548; lean_dec(x_454); -x_548 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__2(x_1, x_2, x_457, lean_box(0)); +x_548 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__3(x_1, x_2, x_457, lean_box(0)); if (lean_obj_tag(x_458) == 0) { 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; uint8_t x_558; @@ -81130,7 +81694,7 @@ return x_638; } } } -LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -81164,7 +81728,7 @@ return x_12; } } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___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, size_t x_7, size_t x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, size_t x_7, size_t x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { uint8_t x_13; @@ -81229,7 +81793,7 @@ x_31 = lean_box(0); x_32 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_32, 0, x_30); lean_ctor_set(x_32, 1, x_31); -x_33 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__3(x_29, x_32, x_12); +x_33 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__4(x_29, x_32, x_12); if (lean_obj_tag(x_33) == 0) { lean_object* x_34; size_t x_35; size_t x_36; lean_object* x_37; @@ -81272,17 +81836,17 @@ return x_42; } } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__1(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_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(x_6); +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_1, 0); +lean_inc(x_8); +x_9 = lean_ctor_get(x_1, 1); +lean_inc(x_9); lean_dec(x_1); -x_7 = l_Lean_Server_References_finalizeWorkerRefs(x_4, x_2, x_3, x_5, x_6); -return x_7; +x_10 = l_Lean_Server_References_finalizeWorkerRefs(x_4, x_2, x_3, x_8, x_9, x_7); +return x_10; } } LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { @@ -81292,71 +81856,76 @@ lean_object* x_4; lean_object* x_5; x_4 = lean_ctor_get(x_1, 0); lean_inc(x_4); lean_dec(x_1); -x_5 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__2(x_2, x_4, x_3, lean_box(0)); +x_5 = l_Std_DTreeMap_Internal_Impl_insert___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__3(x_2, x_4, x_3, lean_box(0)); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__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_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__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, lean_object* x_8) { _start: { -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; size_t x_16; size_t x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_7 = lean_st_ref_take(x_4, 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(x_7); +lean_object* x_9; lean_object* x_10; lean_inc(x_3); lean_inc(x_1); -x_10 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__1), 4, 3); -lean_closure_set(x_10, 0, x_1); -lean_closure_set(x_10, 1, x_2); -lean_closure_set(x_10, 2, x_3); -lean_inc(x_8); -x_11 = l_Lean_Server_Watchdog_ReferenceData_modifyReferences(x_8, x_10); -x_12 = lean_ctor_get(x_8, 0); +x_9 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__1___boxed), 7, 3); +lean_closure_set(x_9, 0, x_1); +lean_closure_set(x_9, 1, x_2); +lean_closure_set(x_9, 2, x_3); +lean_inc(x_7); +lean_inc(x_6); +x_10 = l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__1(x_5, x_9, x_6, x_7, x_8); +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +x_12 = lean_ctor_get(x_10, 1); lean_inc(x_12); -x_13 = lean_ctor_get(x_8, 2); -lean_inc(x_13); -x_14 = lean_ctor_get(x_8, 3); -lean_inc(x_14); -lean_dec(x_8); +lean_dec(x_10); +x_13 = !lean_is_exclusive(x_11); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; size_t x_16; size_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; size_t x_26; lean_object* x_27; lean_object* x_28; +x_14 = lean_ctor_get(x_11, 3); x_15 = lean_box(0); x_16 = lean_array_size(x_14); x_17 = 0; x_18 = l_Lean_Server_Watchdog_eraseFileWorker___lambda__3___closed__2; -x_19 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__1(x_3, x_14, x_15, x_14, x_16, x_17, x_18); +x_19 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__2(x_3, x_14, x_15, x_14, x_16, x_17, x_18); lean_dec(x_14); 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(x_19); -x_22 = !lean_is_exclusive(x_11); -if (x_22 == 0) -{ -lean_object* x_23; 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_23 = lean_ctor_get(x_11, 3); -lean_dec(x_23); -x_24 = lean_ctor_get(x_11, 2); -lean_dec(x_24); -x_25 = lean_ctor_get(x_11, 0); -lean_dec(x_25); lean_ctor_set(x_11, 3, x_21); -lean_ctor_set(x_11, 2, x_13); -lean_ctor_set(x_11, 0, x_12); -x_26 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__2), 3, 2); -lean_closure_set(x_26, 0, x_1); -lean_closure_set(x_26, 1, x_3); -x_27 = l_Lean_Server_Watchdog_ReferenceData_modifyFinalizedWorkerILeanVersions(x_11, x_26); -x_28 = lean_st_ref_set(x_4, x_27, x_9); +lean_inc(x_3); +lean_inc(x_1); +x_22 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__2), 3, 2); +lean_closure_set(x_22, 0, x_1); +lean_closure_set(x_22, 1, x_3); +x_23 = l_Lean_Server_Watchdog_ReferenceData_modifyFinalizedWorkerILeanVersions(x_11, x_22); +x_24 = lean_st_ref_set(x_6, x_23, x_12); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = lean_array_size(x_20); +x_27 = lean_box(0); +x_28 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__5(x_1, x_4, x_3, x_15, x_20, x_20, x_26, x_17, x_27, x_6, x_7, x_25); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_20); +lean_dec(x_3); +lean_dec(x_1); +if (lean_obj_tag(x_28) == 0) +{ +uint8_t x_29; x_29 = !lean_is_exclusive(x_28); if (x_29 == 0) { lean_object* x_30; x_30 = lean_ctor_get(x_28, 0); lean_dec(x_30); -lean_ctor_set(x_28, 0, x_20); +lean_ctor_set(x_28, 0, x_27); return x_28; } else @@ -81366,101 +81935,153 @@ x_31 = lean_ctor_get(x_28, 1); lean_inc(x_31); lean_dec(x_28); x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_20); +lean_ctor_set(x_32, 0, x_27); lean_ctor_set(x_32, 1, x_31); return x_32; } } else { -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; -x_33 = lean_ctor_get(x_11, 1); -lean_inc(x_33); -lean_dec(x_11); -x_34 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_34, 0, x_12); -lean_ctor_set(x_34, 1, x_33); -lean_ctor_set(x_34, 2, x_13); -lean_ctor_set(x_34, 3, x_21); -x_35 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__2), 3, 2); -lean_closure_set(x_35, 0, x_1); -lean_closure_set(x_35, 1, x_3); -x_36 = l_Lean_Server_Watchdog_ReferenceData_modifyFinalizedWorkerILeanVersions(x_34, x_35); -x_37 = lean_st_ref_set(x_4, x_36, x_9); -x_38 = lean_ctor_get(x_37, 1); +uint8_t x_33; +x_33 = !lean_is_exclusive(x_28); +if (x_33 == 0) +{ +return x_28; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_28, 0); +x_35 = lean_ctor_get(x_28, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_28); +x_36 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_36, 0, x_34); +lean_ctor_set(x_36, 1, x_35); +return x_36; +} +} +} +else +{ +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; size_t x_42; size_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; lean_object* x_51; lean_object* x_52; size_t x_53; lean_object* x_54; lean_object* x_55; +x_37 = lean_ctor_get(x_11, 0); +x_38 = lean_ctor_get(x_11, 1); +x_39 = lean_ctor_get(x_11, 2); +x_40 = lean_ctor_get(x_11, 3); +lean_inc(x_40); +lean_inc(x_39); lean_inc(x_38); -if (lean_is_exclusive(x_37)) { - lean_ctor_release(x_37, 0); - lean_ctor_release(x_37, 1); - x_39 = x_37; +lean_inc(x_37); +lean_dec(x_11); +x_41 = lean_box(0); +x_42 = lean_array_size(x_40); +x_43 = 0; +x_44 = l_Lean_Server_Watchdog_eraseFileWorker___lambda__3___closed__2; +x_45 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__2(x_3, x_40, x_41, x_40, x_42, x_43, x_44); +lean_dec(x_40); +x_46 = lean_ctor_get(x_45, 0); +lean_inc(x_46); +x_47 = lean_ctor_get(x_45, 1); +lean_inc(x_47); +lean_dec(x_45); +x_48 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_48, 0, x_37); +lean_ctor_set(x_48, 1, x_38); +lean_ctor_set(x_48, 2, x_39); +lean_ctor_set(x_48, 3, x_47); +lean_inc(x_3); +lean_inc(x_1); +x_49 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__2), 3, 2); +lean_closure_set(x_49, 0, x_1); +lean_closure_set(x_49, 1, x_3); +x_50 = l_Lean_Server_Watchdog_ReferenceData_modifyFinalizedWorkerILeanVersions(x_48, x_49); +x_51 = lean_st_ref_set(x_6, x_50, x_12); +x_52 = lean_ctor_get(x_51, 1); +lean_inc(x_52); +lean_dec(x_51); +x_53 = lean_array_size(x_46); +x_54 = lean_box(0); +x_55 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__5(x_1, x_4, x_3, x_41, x_46, x_46, x_53, x_43, x_54, x_6, x_7, x_52); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_46); +lean_dec(x_3); +lean_dec(x_1); +if (lean_obj_tag(x_55) == 0) +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_55, 1); +lean_inc(x_56); +if (lean_is_exclusive(x_55)) { + lean_ctor_release(x_55, 0); + lean_ctor_release(x_55, 1); + x_57 = x_55; } else { - lean_dec_ref(x_37); - x_39 = lean_box(0); + lean_dec_ref(x_55); + x_57 = lean_box(0); } -if (lean_is_scalar(x_39)) { - x_40 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_57)) { + x_58 = lean_alloc_ctor(0, 2, 0); } else { - x_40 = x_39; + x_58 = x_57; } -lean_ctor_set(x_40, 0, x_20); -lean_ctor_set(x_40, 1, x_38); -return x_40; -} -} -} -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__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, lean_object* x_7) { -_start: -{ -lean_object* x_8; size_t x_9; size_t x_10; lean_object* x_11; lean_object* x_12; -x_8 = lean_box(0); -x_9 = lean_array_size(x_4); -x_10 = 0; -x_11 = lean_box(0); -x_12 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__4(x_1, x_2, x_3, x_4, x_8, x_4, x_9, x_10, x_11, x_5, x_6, x_7); -if (lean_obj_tag(x_12) == 0) -{ -uint8_t x_13; -x_13 = !lean_is_exclusive(x_12); -if (x_13 == 0) -{ -lean_object* x_14; -x_14 = lean_ctor_get(x_12, 0); -lean_dec(x_14); -lean_ctor_set(x_12, 0, x_11); -return x_12; +lean_ctor_set(x_58, 0, x_54); +lean_ctor_set(x_58, 1, x_56); +return x_58; } else { -lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_12, 1); -lean_inc(x_15); -lean_dec(x_12); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_11); -lean_ctor_set(x_16, 1, x_15); -return x_16; +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_59 = lean_ctor_get(x_55, 0); +lean_inc(x_59); +x_60 = lean_ctor_get(x_55, 1); +lean_inc(x_60); +if (lean_is_exclusive(x_55)) { + lean_ctor_release(x_55, 0); + lean_ctor_release(x_55, 1); + x_61 = x_55; +} else { + lean_dec_ref(x_55); + x_61 = lean_box(0); +} +if (lean_is_scalar(x_61)) { + x_62 = lean_alloc_ctor(1, 2, 0); +} else { + x_62 = x_61; +} +lean_ctor_set(x_62, 0, x_59); +lean_ctor_set(x_62, 1, x_60); +return x_62; +} } } else { -uint8_t x_17; -x_17 = !lean_is_exclusive(x_12); -if (x_17 == 0) +uint8_t x_63; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_63 = !lean_is_exclusive(x_10); +if (x_63 == 0) { -return x_12; +return x_10; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_18 = lean_ctor_get(x_12, 0); -x_19 = lean_ctor_get(x_12, 1); -lean_inc(x_19); -lean_inc(x_18); -lean_dec(x_12); -x_20 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_20, 0, x_18); -lean_ctor_set(x_20, 1, x_19); -return x_20; +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_10, 0); +x_65 = lean_ctor_get(x_10, 1); +lean_inc(x_65); +lean_inc(x_64); +lean_dec(x_10); +x_66 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_66, 0, x_64); +lean_ctor_set(x_66, 1, x_65); +return x_66; } } } @@ -81518,26 +82139,22 @@ lean_inc(x_16); lean_dec(x_8); x_17 = lean_ctor_get(x_3, 7); lean_inc(x_17); -lean_inc(x_6); -lean_inc(x_2); -x_18 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__3___boxed), 6, 3); +lean_inc(x_3); +x_18 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__3), 8, 4); lean_closure_set(x_18, 0, x_2); lean_closure_set(x_18, 1, x_16); lean_closure_set(x_18, 2, x_6); -lean_inc(x_3); -x_19 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__4___boxed), 7, 3); -lean_closure_set(x_19, 0, x_2); -lean_closure_set(x_19, 1, x_3); -lean_closure_set(x_19, 2, x_6); -x_20 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Server_Watchdog_eraseFileWorker___spec__4___rarg), 5, 2); -lean_closure_set(x_20, 0, x_18); -lean_closure_set(x_20, 1, x_19); +lean_closure_set(x_18, 3, x_3); +x_19 = l_Lean_Server_Watchdog_getReferences___closed__1; +x_20 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Server_Watchdog_modifyReferencesIO___spec__2___rarg), 5, 2); +lean_closure_set(x_20, 0, x_19); +lean_closure_set(x_20, 1, x_18); x_21 = l_Std_Mutex_atomically___at_Lean_Server_Watchdog_modifyReferences___spec__1(x_17, x_20, x_3, x_15); return x_21; } } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___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_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__2___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; @@ -81545,7 +82162,7 @@ x_8 = lean_unbox_usize(x_5); lean_dec(x_5); x_9 = lean_unbox_usize(x_6); lean_dec(x_6); -x_10 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__1(x_1, x_2, x_3, x_4, x_8, x_9, x_7); +x_10 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__2(x_1, x_2, x_3, x_4, x_8, x_9, x_7); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); @@ -81553,7 +82170,7 @@ lean_dec(x_1); return x_10; } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___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, 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_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___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, 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: { size_t x_13; size_t x_14; lean_object* x_15; @@ -81561,7 +82178,7 @@ x_13 = lean_unbox_usize(x_7); lean_dec(x_7); x_14 = lean_unbox_usize(x_8); lean_dec(x_8); -x_15 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__4(x_1, x_2, x_3, x_4, x_5, x_6, x_13, x_14, x_9, x_10, x_11, x_12); +x_15 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__5(x_1, x_2, x_3, x_4, x_5, x_6, x_13, x_14, x_9, x_10, x_11, x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_6); @@ -81572,26 +82189,13 @@ lean_dec(x_1); return x_15; } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__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_Server_Watchdog_handleIleanInfoFinal___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_7; -} -} -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__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, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__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) { _start: { lean_object* x_8; -x_8 = l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_Lean_Server_Watchdog_handleIleanInfoFinal___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); return x_8; } } @@ -82933,18 +83537,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; lean_object* x_5; -x_4 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f(x_1, x_2); -x_5 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_5, 0, x_4); -lean_ctor_set(x_5, 1, x_3); -return x_5; -} -} -LEAN_EXPORT uint8_t l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; uint8_t x_6; uint8_t x_7; @@ -82960,7 +83553,7 @@ static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__2___boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__1___boxed), 2, 0); return x_1; } } @@ -82981,18 +83574,15 @@ return x_11; } else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; +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; size_t x_25; size_t x_26; lean_object* x_27; lean_object* x_28; size_t x_29; size_t x_30; x_12 = lean_array_uget(x_5, x_7); -x_13 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__1), 3, 1); +x_13 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_matchAgainstQuery_x3f), 2, 1); lean_closure_set(x_13, 0, x_12); lean_inc(x_1); x_14 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_14, 0, x_1); lean_inc(x_2); x_15 = l_Lean_Server_References_definitionsMatching___rarg(x_2, x_13, x_14, x_9); -if (lean_obj_tag(x_15) == 0) -{ -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; size_t x_25; size_t x_26; lean_object* x_27; lean_object* x_28; size_t x_29; size_t x_30; x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); x_17 = lean_ctor_get(x_15, 1); @@ -83018,32 +83608,6 @@ x_8 = x_28; x_9 = x_17; goto _start; } -else -{ -uint8_t x_32; -lean_dec(x_8); -lean_dec(x_2); -lean_dec(x_1); -x_32 = !lean_is_exclusive(x_15); -if (x_32 == 0) -{ -return x_15; -} -else -{ -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_15, 0); -x_34 = lean_ctor_get(x_15, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_15); -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; -} -} -} } } LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleQueryModule___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { @@ -83055,7 +83619,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_2, 1); -x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571_(x_5); +x_6 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986_(x_5); lean_ctor_set_tag(x_2, 2); lean_ctor_set(x_2, 1, x_6); x_7 = l_IO_FS_Stream_writeLspMessage(x_1, x_2, x_3); @@ -83069,7 +83633,7 @@ x_9 = lean_ctor_get(x_2, 1); lean_inc(x_9); lean_inc(x_8); lean_dec(x_2); -x_10 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3571_(x_9); +x_10 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanQueryModuleResponse____x40_Lean_Data_Lsp_Internal___hyg_3986_(x_9); x_11 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_11, 0, x_8); lean_ctor_set(x_11, 1, x_10); @@ -83552,11 +84116,11 @@ x_6 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleQueryModule___spec_ return x_6; } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__2___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__2(x_1, x_2); +x_3 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleQueryModule___spec__2___lambda__1(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -87143,7 +87707,7 @@ static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchd _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("$/lean/ileanInfoUpdate", 22, 22); +x_1 = lean_mk_string_unchecked("$/lean/ileanHeaderInfo", 22, 22); return x_1; } } @@ -87151,7 +87715,7 @@ static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchd _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("$/lean/ileanInfoFinal", 21, 21); +x_1 = lean_mk_string_unchecked("$/lean/ileanInfoUpdate", 22, 22); return x_1; } } @@ -87159,6 +87723,14 @@ static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchd _start: { lean_object* x_1; +x_1 = lean_mk_string_unchecked("$/lean/ileanInfoFinal", 21, 21); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__5() { +_start: +{ +lean_object* x_1; x_1 = lean_mk_string_unchecked("$/lean/importClosure", 20, 20); return x_1; } @@ -87357,7 +87929,7 @@ x_53 = lean_ctor_get(x_13, 0); lean_inc(x_53); lean_dec(x_13); x_54 = l_Lean_Json_Structured_toJson(x_53); -x_55 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079_(x_54); +x_55 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494_(x_54); if (lean_obj_tag(x_55) == 0) { lean_object* x_56; lean_object* x_57; lean_object* x_58; @@ -87630,7 +88202,7 @@ x_119 = lean_ctor_get(x_92, 0); lean_inc(x_119); lean_dec(x_92); x_120 = l_Lean_Json_Structured_toJson(x_119); -x_121 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3079_(x_120); +x_121 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanQueryModuleParams____x40_Lean_Data_Lsp_Internal___hyg_3494_(x_120); if (lean_obj_tag(x_121) == 0) { lean_object* x_122; lean_object* x_123; lean_object* x_124; @@ -87757,66 +88329,71 @@ if (x_148 == 0) lean_object* x_149; uint8_t x_150; x_149 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__4; x_150 = lean_string_dec_eq(x_143, x_149); -lean_dec(x_143); if (x_150 == 0) { -lean_object* x_151; +lean_object* x_151; uint8_t x_152; +x_151 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__5; +x_152 = lean_string_dec_eq(x_143, x_151); +lean_dec(x_143); +if (x_152 == 0) +{ +lean_object* x_153; lean_dec(x_144); lean_dec(x_8); lean_dec(x_4); -x_151 = l_IO_FS_Stream_writeLspMessage(x_3, x_1, x_9); -if (lean_obj_tag(x_151) == 0) +x_153 = l_IO_FS_Stream_writeLspMessage(x_3, x_1, x_9); +if (lean_obj_tag(x_153) == 0) { -uint8_t x_152; -x_152 = !lean_is_exclusive(x_151); -if (x_152 == 0) +uint8_t x_154; +x_154 = !lean_is_exclusive(x_153); +if (x_154 == 0) { -lean_object* x_153; lean_object* x_154; -x_153 = lean_ctor_get(x_151, 0); -x_154 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_154, 0, x_153); -lean_ctor_set(x_154, 1, x_7); -lean_ctor_set(x_151, 0, x_154); -return x_151; +lean_object* x_155; lean_object* x_156; +x_155 = lean_ctor_get(x_153, 0); +x_156 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_156, 0, x_155); +lean_ctor_set(x_156, 1, x_7); +lean_ctor_set(x_153, 0, x_156); +return x_153; } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; -x_155 = lean_ctor_get(x_151, 0); -x_156 = lean_ctor_get(x_151, 1); -lean_inc(x_156); -lean_inc(x_155); -lean_dec(x_151); -x_157 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_157, 0, x_155); -lean_ctor_set(x_157, 1, x_7); -x_158 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_158, 0, x_157); -lean_ctor_set(x_158, 1, x_156); -return x_158; +lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; +x_157 = lean_ctor_get(x_153, 0); +x_158 = lean_ctor_get(x_153, 1); +lean_inc(x_158); +lean_inc(x_157); +lean_dec(x_153); +x_159 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_159, 0, x_157); +lean_ctor_set(x_159, 1, x_7); +x_160 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_160, 0, x_159); +lean_ctor_set(x_160, 1, x_158); +return x_160; } } else { -uint8_t x_159; +uint8_t x_161; lean_dec(x_7); -x_159 = !lean_is_exclusive(x_151); -if (x_159 == 0) +x_161 = !lean_is_exclusive(x_153); +if (x_161 == 0) { -return x_151; +return x_153; } else { -lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_160 = lean_ctor_get(x_151, 0); -x_161 = lean_ctor_get(x_151, 1); -lean_inc(x_161); -lean_inc(x_160); -lean_dec(x_151); -x_162 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_162, 0, x_160); -lean_ctor_set(x_162, 1, x_161); -return x_162; +lean_object* x_162; lean_object* x_163; lean_object* x_164; +x_162 = lean_ctor_get(x_153, 0); +x_163 = lean_ctor_get(x_153, 1); +lean_inc(x_163); +lean_inc(x_162); +lean_dec(x_153); +x_164 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_164, 0, x_162); +lean_ctor_set(x_164, 1, x_163); +return x_164; } } } @@ -87826,181 +88403,181 @@ lean_dec(x_3); lean_dec(x_1); if (lean_obj_tag(x_144) == 0) { -lean_object* x_163; lean_object* x_164; lean_object* x_165; +lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_dec(x_8); lean_dec(x_4); -x_163 = lean_box(0); -x_164 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_164, 0, x_163); -lean_ctor_set(x_164, 1, x_7); -x_165 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_165, 0, x_164); -lean_ctor_set(x_165, 1, x_9); -return x_165; +x_165 = lean_box(0); +x_166 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_166, 0, x_165); +lean_ctor_set(x_166, 1, x_7); +x_167 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_167, 0, x_166); +lean_ctor_set(x_167, 1, x_9); +return x_167; } else { -lean_object* x_166; lean_object* x_167; lean_object* x_168; -x_166 = lean_ctor_get(x_144, 0); -lean_inc(x_166); +lean_object* x_168; lean_object* x_169; lean_object* x_170; +x_168 = lean_ctor_get(x_144, 0); +lean_inc(x_168); lean_dec(x_144); -x_167 = l_Lean_Json_Structured_toJson(x_166); -x_168 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2319_(x_167); -if (lean_obj_tag(x_168) == 0) +x_169 = l_Lean_Json_Structured_toJson(x_168); +x_170 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanImportClosureParams____x40_Lean_Data_Lsp_Internal___hyg_2734_(x_169); +if (lean_obj_tag(x_170) == 0) { -lean_object* x_169; lean_object* x_170; lean_object* x_171; -lean_dec(x_168); +lean_object* x_171; lean_object* x_172; lean_object* x_173; +lean_dec(x_170); lean_dec(x_8); lean_dec(x_4); -x_169 = lean_box(0); -x_170 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_170, 0, x_169); -lean_ctor_set(x_170, 1, x_7); -x_171 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_171, 0, x_170); -lean_ctor_set(x_171, 1, x_9); -return x_171; -} -else -{ -lean_object* x_172; lean_object* x_173; uint8_t x_174; -x_172 = lean_ctor_get(x_168, 0); -lean_inc(x_172); -lean_dec(x_168); -x_173 = l_Lean_Server_Watchdog_handleImportClosure(x_4, x_172, x_8, x_9); -lean_dec(x_8); -x_174 = !lean_is_exclusive(x_173); -if (x_174 == 0) -{ -lean_object* x_175; lean_object* x_176; -x_175 = lean_ctor_get(x_173, 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); -lean_ctor_set(x_173, 0, x_176); +x_171 = lean_box(0); +x_172 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_172, 0, x_171); +lean_ctor_set(x_172, 1, x_7); +x_173 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_173, 0, x_172); +lean_ctor_set(x_173, 1, x_9); return x_173; } else { -lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_177 = lean_ctor_get(x_173, 0); -x_178 = lean_ctor_get(x_173, 1); -lean_inc(x_178); -lean_inc(x_177); -lean_dec(x_173); -x_179 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_179, 0, x_177); -lean_ctor_set(x_179, 1, x_7); -x_180 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_180, 0, x_179); -lean_ctor_set(x_180, 1, x_178); -return x_180; -} -} -} -} +lean_object* x_174; lean_object* x_175; uint8_t x_176; +x_174 = lean_ctor_get(x_170, 0); +lean_inc(x_174); +lean_dec(x_170); +x_175 = l_Lean_Server_Watchdog_handleImportClosure(x_4, x_174, x_8, x_9); +lean_dec(x_8); +x_176 = !lean_is_exclusive(x_175); +if (x_176 == 0) +{ +lean_object* x_177; lean_object* x_178; +x_177 = lean_ctor_get(x_175, 0); +x_178 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_178, 0, x_177); +lean_ctor_set(x_178, 1, x_7); +lean_ctor_set(x_175, 0, x_178); +return x_175; } else { -lean_dec(x_143); -lean_dec(x_3); -lean_dec(x_1); -if (lean_obj_tag(x_144) == 0) -{ -lean_object* x_181; lean_object* x_182; lean_object* x_183; -lean_dec(x_8); -lean_dec(x_4); -x_181 = lean_box(0); +lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; +x_179 = lean_ctor_get(x_175, 0); +x_180 = lean_ctor_get(x_175, 1); +lean_inc(x_180); +lean_inc(x_179); +lean_dec(x_175); +x_181 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_181, 0, x_179); +lean_ctor_set(x_181, 1, x_7); x_182 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_182, 0, x_181); -lean_ctor_set(x_182, 1, x_7); -x_183 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_183, 0, x_182); -lean_ctor_set(x_183, 1, x_9); -return x_183; +lean_ctor_set(x_182, 1, x_180); +return x_182; +} +} +} +} } else { -lean_object* x_184; lean_object* x_185; lean_object* x_186; -x_184 = lean_ctor_get(x_144, 0); -lean_inc(x_184); -lean_dec(x_144); -x_185 = l_Lean_Json_Structured_toJson(x_184); -x_186 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144_(x_185); -if (lean_obj_tag(x_186) == 0) +lean_dec(x_143); +lean_dec(x_3); +lean_dec(x_1); +if (lean_obj_tag(x_144) == 0) { -lean_object* x_187; lean_object* x_188; lean_object* x_189; -lean_dec(x_186); +lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_dec(x_8); lean_dec(x_4); -x_187 = lean_box(0); -x_188 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_188, 0, x_187); -lean_ctor_set(x_188, 1, x_7); -x_189 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_189, 0, x_188); -lean_ctor_set(x_189, 1, x_9); -return x_189; +x_183 = lean_box(0); +x_184 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_184, 0, x_183); +lean_ctor_set(x_184, 1, x_7); +x_185 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_185, 0, x_184); +lean_ctor_set(x_185, 1, x_9); +return x_185; } else { -lean_object* x_190; lean_object* x_191; -x_190 = lean_ctor_get(x_186, 0); -lean_inc(x_190); -lean_dec(x_186); -x_191 = l_Lean_Server_Watchdog_handleIleanInfoFinal(x_4, x_190, x_8, x_9); -if (lean_obj_tag(x_191) == 0) +lean_object* x_186; lean_object* x_187; lean_object* x_188; +x_186 = lean_ctor_get(x_144, 0); +lean_inc(x_186); +lean_dec(x_144); +x_187 = l_Lean_Json_Structured_toJson(x_186); +x_188 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559_(x_187); +if (lean_obj_tag(x_188) == 0) { -uint8_t x_192; -x_192 = !lean_is_exclusive(x_191); -if (x_192 == 0) -{ -lean_object* x_193; lean_object* x_194; -x_193 = lean_ctor_get(x_191, 0); -x_194 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_194, 0, x_193); -lean_ctor_set(x_194, 1, x_7); -lean_ctor_set(x_191, 0, x_194); +lean_object* x_189; lean_object* x_190; lean_object* x_191; +lean_dec(x_188); +lean_dec(x_8); +lean_dec(x_4); +x_189 = lean_box(0); +x_190 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_190, 0, x_189); +lean_ctor_set(x_190, 1, x_7); +x_191 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_191, 0, x_190); +lean_ctor_set(x_191, 1, x_9); return x_191; } else { -lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; -x_195 = lean_ctor_get(x_191, 0); -x_196 = lean_ctor_get(x_191, 1); -lean_inc(x_196); -lean_inc(x_195); -lean_dec(x_191); -x_197 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_197, 0, x_195); -lean_ctor_set(x_197, 1, x_7); -x_198 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_198, 0, x_197); -lean_ctor_set(x_198, 1, x_196); -return x_198; +lean_object* x_192; lean_object* x_193; +x_192 = lean_ctor_get(x_188, 0); +lean_inc(x_192); +lean_dec(x_188); +x_193 = l_Lean_Server_Watchdog_handleIleanInfoFinal(x_4, x_192, x_8, x_9); +if (lean_obj_tag(x_193) == 0) +{ +uint8_t x_194; +x_194 = !lean_is_exclusive(x_193); +if (x_194 == 0) +{ +lean_object* x_195; lean_object* x_196; +x_195 = lean_ctor_get(x_193, 0); +x_196 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_196, 0, x_195); +lean_ctor_set(x_196, 1, x_7); +lean_ctor_set(x_193, 0, x_196); +return x_193; +} +else +{ +lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; +x_197 = lean_ctor_get(x_193, 0); +x_198 = lean_ctor_get(x_193, 1); +lean_inc(x_198); +lean_inc(x_197); +lean_dec(x_193); +x_199 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_199, 0, x_197); +lean_ctor_set(x_199, 1, x_7); +x_200 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_200, 0, x_199); +lean_ctor_set(x_200, 1, x_198); +return x_200; } } else { -uint8_t x_199; +uint8_t x_201; lean_dec(x_7); -x_199 = !lean_is_exclusive(x_191); -if (x_199 == 0) +x_201 = !lean_is_exclusive(x_193); +if (x_201 == 0) { -return x_191; +return x_193; } else { -lean_object* x_200; lean_object* x_201; lean_object* x_202; -x_200 = lean_ctor_get(x_191, 0); -x_201 = lean_ctor_get(x_191, 1); -lean_inc(x_201); -lean_inc(x_200); -lean_dec(x_191); -x_202 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_202, 0, x_200); -lean_ctor_set(x_202, 1, x_201); -return x_202; +lean_object* x_202; lean_object* x_203; lean_object* x_204; +x_202 = lean_ctor_get(x_193, 0); +x_203 = lean_ctor_get(x_193, 1); +lean_inc(x_203); +lean_inc(x_202); +lean_dec(x_193); +x_204 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_204, 0, x_202); +lean_ctor_set(x_204, 1, x_203); +return x_204; } } } @@ -88014,100 +88591,207 @@ lean_dec(x_3); lean_dec(x_1); if (lean_obj_tag(x_144) == 0) { -lean_object* x_203; lean_object* x_204; lean_object* x_205; +lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_dec(x_8); lean_dec(x_4); -x_203 = lean_box(0); -x_204 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_204, 0, x_203); -lean_ctor_set(x_204, 1, x_7); -x_205 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_205, 0, x_204); -lean_ctor_set(x_205, 1, x_9); -return x_205; +x_205 = lean_box(0); +x_206 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_206, 0, x_205); +lean_ctor_set(x_206, 1, x_7); +x_207 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_207, 0, x_206); +lean_ctor_set(x_207, 1, x_9); +return x_207; } else { -lean_object* x_206; lean_object* x_207; lean_object* x_208; -x_206 = lean_ctor_get(x_144, 0); -lean_inc(x_206); +lean_object* x_208; lean_object* x_209; lean_object* x_210; +x_208 = lean_ctor_get(x_144, 0); +lean_inc(x_208); lean_dec(x_144); -x_207 = l_Lean_Json_Structured_toJson(x_206); -x_208 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2144_(x_207); -if (lean_obj_tag(x_208) == 0) +x_209 = l_Lean_Json_Structured_toJson(x_208); +x_210 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2559_(x_209); +if (lean_obj_tag(x_210) == 0) { -lean_object* x_209; lean_object* x_210; lean_object* x_211; -lean_dec(x_208); +lean_object* x_211; lean_object* x_212; lean_object* x_213; +lean_dec(x_210); lean_dec(x_8); lean_dec(x_4); -x_209 = lean_box(0); -x_210 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_210, 0, x_209); -lean_ctor_set(x_210, 1, x_7); -x_211 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_211, 0, x_210); -lean_ctor_set(x_211, 1, x_9); -return x_211; -} -else -{ -lean_object* x_212; lean_object* x_213; -x_212 = lean_ctor_get(x_208, 0); -lean_inc(x_212); -lean_dec(x_208); -x_213 = l_Lean_Server_Watchdog_handleIleanInfoUpdate(x_4, x_212, x_8, x_9); -if (lean_obj_tag(x_213) == 0) -{ -uint8_t x_214; -x_214 = !lean_is_exclusive(x_213); -if (x_214 == 0) -{ -lean_object* x_215; lean_object* x_216; -x_215 = lean_ctor_get(x_213, 0); -x_216 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_216, 0, x_215); -lean_ctor_set(x_216, 1, x_7); -lean_ctor_set(x_213, 0, x_216); +x_211 = lean_box(0); +x_212 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_212, 0, x_211); +lean_ctor_set(x_212, 1, x_7); +x_213 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_213, 0, x_212); +lean_ctor_set(x_213, 1, x_9); return x_213; } else { -lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; -x_217 = lean_ctor_get(x_213, 0); -x_218 = lean_ctor_get(x_213, 1); -lean_inc(x_218); -lean_inc(x_217); -lean_dec(x_213); -x_219 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_219, 0, x_217); -lean_ctor_set(x_219, 1, x_7); -x_220 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_220, 0, x_219); -lean_ctor_set(x_220, 1, x_218); -return x_220; +lean_object* x_214; lean_object* x_215; +x_214 = lean_ctor_get(x_210, 0); +lean_inc(x_214); +lean_dec(x_210); +x_215 = l_Lean_Server_Watchdog_handleIleanInfoUpdate(x_4, x_214, x_8, x_9); +if (lean_obj_tag(x_215) == 0) +{ +uint8_t x_216; +x_216 = !lean_is_exclusive(x_215); +if (x_216 == 0) +{ +lean_object* x_217; lean_object* x_218; +x_217 = lean_ctor_get(x_215, 0); +x_218 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_218, 0, x_217); +lean_ctor_set(x_218, 1, x_7); +lean_ctor_set(x_215, 0, x_218); +return x_215; +} +else +{ +lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; +x_219 = lean_ctor_get(x_215, 0); +x_220 = lean_ctor_get(x_215, 1); +lean_inc(x_220); +lean_inc(x_219); +lean_dec(x_215); +x_221 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_221, 0, x_219); +lean_ctor_set(x_221, 1, x_7); +x_222 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_222, 0, x_221); +lean_ctor_set(x_222, 1, x_220); +return x_222; } } else { -uint8_t x_221; +uint8_t x_223; lean_dec(x_7); -x_221 = !lean_is_exclusive(x_213); -if (x_221 == 0) +x_223 = !lean_is_exclusive(x_215); +if (x_223 == 0) { -return x_213; +return x_215; } else { -lean_object* x_222; lean_object* x_223; lean_object* x_224; -x_222 = lean_ctor_get(x_213, 0); -x_223 = lean_ctor_get(x_213, 1); -lean_inc(x_223); -lean_inc(x_222); -lean_dec(x_213); -x_224 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_224, 0, x_222); -lean_ctor_set(x_224, 1, x_223); -return x_224; +lean_object* x_224; lean_object* x_225; lean_object* x_226; +x_224 = lean_ctor_get(x_215, 0); +x_225 = lean_ctor_get(x_215, 1); +lean_inc(x_225); +lean_inc(x_224); +lean_dec(x_215); +x_226 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_226, 0, x_224); +lean_ctor_set(x_226, 1, x_225); +return x_226; +} +} +} +} +} +} +else +{ +lean_dec(x_143); +lean_dec(x_3); +lean_dec(x_1); +if (lean_obj_tag(x_144) == 0) +{ +lean_object* x_227; lean_object* x_228; lean_object* x_229; +lean_dec(x_8); +lean_dec(x_4); +x_227 = lean_box(0); +x_228 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_228, 0, x_227); +lean_ctor_set(x_228, 1, x_7); +x_229 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_229, 0, x_228); +lean_ctor_set(x_229, 1, x_9); +return x_229; +} +else +{ +lean_object* x_230; lean_object* x_231; lean_object* x_232; +x_230 = lean_ctor_get(x_144, 0); +lean_inc(x_230); +lean_dec(x_144); +x_231 = l_Lean_Json_Structured_toJson(x_230); +x_232 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanILeanHeaderInfoParams____x40_Lean_Data_Lsp_Internal___hyg_2376_(x_231); +if (lean_obj_tag(x_232) == 0) +{ +lean_object* x_233; lean_object* x_234; lean_object* x_235; +lean_dec(x_232); +lean_dec(x_8); +lean_dec(x_4); +x_233 = lean_box(0); +x_234 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_234, 0, x_233); +lean_ctor_set(x_234, 1, x_7); +x_235 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_235, 0, x_234); +lean_ctor_set(x_235, 1, x_9); +return x_235; +} +else +{ +lean_object* x_236; lean_object* x_237; +x_236 = lean_ctor_get(x_232, 0); +lean_inc(x_236); +lean_dec(x_232); +x_237 = l_Lean_Server_Watchdog_handleILeanHeaderInfo(x_4, x_236, x_8, x_9); +if (lean_obj_tag(x_237) == 0) +{ +uint8_t x_238; +x_238 = !lean_is_exclusive(x_237); +if (x_238 == 0) +{ +lean_object* x_239; lean_object* x_240; +x_239 = lean_ctor_get(x_237, 0); +x_240 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_240, 0, x_239); +lean_ctor_set(x_240, 1, x_7); +lean_ctor_set(x_237, 0, x_240); +return x_237; +} +else +{ +lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; +x_241 = lean_ctor_get(x_237, 0); +x_242 = lean_ctor_get(x_237, 1); +lean_inc(x_242); +lean_inc(x_241); +lean_dec(x_237); +x_243 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_243, 0, x_241); +lean_ctor_set(x_243, 1, x_7); +x_244 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_244, 0, x_243); +lean_ctor_set(x_244, 1, x_242); +return x_244; +} +} +else +{ +uint8_t x_245; +lean_dec(x_7); +x_245 = !lean_is_exclusive(x_237); +if (x_245 == 0) +{ +return x_237; +} +else +{ +lean_object* x_246; lean_object* x_247; lean_object* x_248; +x_246 = lean_ctor_get(x_237, 0); +x_247 = lean_ctor_get(x_237, 1); +lean_inc(x_247); +lean_inc(x_246); +lean_dec(x_237); +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; } } } @@ -88116,244 +88800,244 @@ return x_224; } case 2: { -lean_object* x_225; lean_object* x_226; +lean_object* x_249; lean_object* x_250; lean_dec(x_4); -x_225 = lean_ctor_get(x_1, 0); -lean_inc(x_225); -x_226 = l_Lean_Server_Watchdog_erasePendingRequest(x_2, x_225, x_8, x_9); -if (lean_obj_tag(x_226) == 0) +x_249 = lean_ctor_get(x_1, 0); +lean_inc(x_249); +x_250 = l_Lean_Server_Watchdog_erasePendingRequest(x_2, x_249, x_8, x_9); +if (lean_obj_tag(x_250) == 0) { -lean_object* x_227; uint8_t x_228; -x_227 = lean_ctor_get(x_226, 0); -lean_inc(x_227); -x_228 = lean_unbox(x_227); -lean_dec(x_227); -if (x_228 == 0) -{ -uint8_t x_229; -lean_dec(x_3); -lean_dec(x_1); -x_229 = !lean_is_exclusive(x_226); -if (x_229 == 0) -{ -lean_object* x_230; lean_object* x_231; lean_object* x_232; -x_230 = lean_ctor_get(x_226, 0); -lean_dec(x_230); -x_231 = lean_box(0); -x_232 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_232, 0, x_231); -lean_ctor_set(x_232, 1, x_7); -lean_ctor_set(x_226, 0, x_232); -return x_226; -} -else -{ -lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; -x_233 = lean_ctor_get(x_226, 1); -lean_inc(x_233); -lean_dec(x_226); -x_234 = lean_box(0); -x_235 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_235, 0, x_234); -lean_ctor_set(x_235, 1, x_7); -x_236 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_236, 0, x_235); -lean_ctor_set(x_236, 1, x_233); -return x_236; -} -} -else -{ -lean_object* x_237; lean_object* x_238; -x_237 = lean_ctor_get(x_226, 1); -lean_inc(x_237); -lean_dec(x_226); -x_238 = l_IO_FS_Stream_writeLspMessage(x_3, x_1, x_237); -if (lean_obj_tag(x_238) == 0) -{ -uint8_t x_239; -x_239 = !lean_is_exclusive(x_238); -if (x_239 == 0) -{ -lean_object* x_240; lean_object* x_241; -x_240 = lean_ctor_get(x_238, 0); -x_241 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_241, 0, x_240); -lean_ctor_set(x_241, 1, x_7); -lean_ctor_set(x_238, 0, x_241); -return x_238; -} -else -{ -lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; -x_242 = lean_ctor_get(x_238, 0); -x_243 = lean_ctor_get(x_238, 1); -lean_inc(x_243); -lean_inc(x_242); -lean_dec(x_238); -x_244 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_244, 0, x_242); -lean_ctor_set(x_244, 1, x_7); -x_245 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_245, 0, x_244); -lean_ctor_set(x_245, 1, x_243); -return x_245; -} -} -else -{ -uint8_t x_246; -lean_dec(x_7); -x_246 = !lean_is_exclusive(x_238); -if (x_246 == 0) -{ -return x_238; -} -else -{ -lean_object* x_247; lean_object* x_248; lean_object* x_249; -x_247 = lean_ctor_get(x_238, 0); -x_248 = lean_ctor_get(x_238, 1); -lean_inc(x_248); -lean_inc(x_247); -lean_dec(x_238); -x_249 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_249, 0, x_247); -lean_ctor_set(x_249, 1, x_248); -return x_249; -} -} -} -} -else -{ -uint8_t x_250; -lean_dec(x_7); -lean_dec(x_3); -lean_dec(x_1); -x_250 = !lean_is_exclusive(x_226); -if (x_250 == 0) -{ -return x_226; -} -else -{ -lean_object* x_251; lean_object* x_252; lean_object* x_253; -x_251 = lean_ctor_get(x_226, 0); -x_252 = lean_ctor_get(x_226, 1); -lean_inc(x_252); +lean_object* x_251; uint8_t x_252; +x_251 = lean_ctor_get(x_250, 0); lean_inc(x_251); -lean_dec(x_226); -x_253 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_253, 0, x_251); -lean_ctor_set(x_253, 1, x_252); -return x_253; +x_252 = lean_unbox(x_251); +lean_dec(x_251); +if (x_252 == 0) +{ +uint8_t x_253; +lean_dec(x_3); +lean_dec(x_1); +x_253 = !lean_is_exclusive(x_250); +if (x_253 == 0) +{ +lean_object* x_254; lean_object* x_255; lean_object* x_256; +x_254 = lean_ctor_get(x_250, 0); +lean_dec(x_254); +x_255 = lean_box(0); +x_256 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_256, 0, x_255); +lean_ctor_set(x_256, 1, x_7); +lean_ctor_set(x_250, 0, x_256); +return x_250; +} +else +{ +lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; +x_257 = lean_ctor_get(x_250, 1); +lean_inc(x_257); +lean_dec(x_250); +x_258 = lean_box(0); +x_259 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_259, 0, x_258); +lean_ctor_set(x_259, 1, x_7); +x_260 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_260, 0, x_259); +lean_ctor_set(x_260, 1, x_257); +return x_260; +} +} +else +{ +lean_object* x_261; lean_object* x_262; +x_261 = lean_ctor_get(x_250, 1); +lean_inc(x_261); +lean_dec(x_250); +x_262 = l_IO_FS_Stream_writeLspMessage(x_3, x_1, x_261); +if (lean_obj_tag(x_262) == 0) +{ +uint8_t x_263; +x_263 = !lean_is_exclusive(x_262); +if (x_263 == 0) +{ +lean_object* x_264; lean_object* x_265; +x_264 = lean_ctor_get(x_262, 0); +x_265 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_265, 0, x_264); +lean_ctor_set(x_265, 1, x_7); +lean_ctor_set(x_262, 0, x_265); +return x_262; +} +else +{ +lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; +x_266 = lean_ctor_get(x_262, 0); +x_267 = lean_ctor_get(x_262, 1); +lean_inc(x_267); +lean_inc(x_266); +lean_dec(x_262); +x_268 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_268, 0, x_266); +lean_ctor_set(x_268, 1, x_7); +x_269 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_269, 0, x_268); +lean_ctor_set(x_269, 1, x_267); +return x_269; +} +} +else +{ +uint8_t x_270; +lean_dec(x_7); +x_270 = !lean_is_exclusive(x_262); +if (x_270 == 0) +{ +return x_262; +} +else +{ +lean_object* x_271; lean_object* x_272; lean_object* x_273; +x_271 = lean_ctor_get(x_262, 0); +x_272 = lean_ctor_get(x_262, 1); +lean_inc(x_272); +lean_inc(x_271); +lean_dec(x_262); +x_273 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_273, 0, x_271); +lean_ctor_set(x_273, 1, x_272); +return x_273; +} +} +} +} +else +{ +uint8_t x_274; +lean_dec(x_7); +lean_dec(x_3); +lean_dec(x_1); +x_274 = !lean_is_exclusive(x_250); +if (x_274 == 0) +{ +return x_250; +} +else +{ +lean_object* x_275; lean_object* x_276; lean_object* x_277; +x_275 = lean_ctor_get(x_250, 0); +x_276 = lean_ctor_get(x_250, 1); +lean_inc(x_276); +lean_inc(x_275); +lean_dec(x_250); +x_277 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_277, 0, x_275); +lean_ctor_set(x_277, 1, x_276); +return x_277; } } } default: { -lean_object* x_254; uint8_t x_255; lean_object* x_256; +lean_object* x_278; uint8_t x_279; lean_object* x_280; lean_dec(x_4); -x_254 = lean_ctor_get(x_1, 0); -lean_inc(x_254); -x_255 = lean_ctor_get_uint8(x_1, sizeof(void*)*3); +x_278 = lean_ctor_get(x_1, 0); +lean_inc(x_278); +x_279 = lean_ctor_get_uint8(x_1, sizeof(void*)*3); lean_inc(x_8); -lean_inc(x_254); -x_256 = l_Lean_Server_Watchdog_erasePendingRequest(x_2, x_254, x_8, x_9); -if (lean_obj_tag(x_256) == 0) +lean_inc(x_278); +x_280 = l_Lean_Server_Watchdog_erasePendingRequest(x_2, x_278, x_8, x_9); +if (lean_obj_tag(x_280) == 0) { -lean_object* x_257; -x_257 = lean_box(x_255); -if (lean_obj_tag(x_257) == 8) +lean_object* x_281; +x_281 = lean_box(x_279); +if (lean_obj_tag(x_281) == 8) { -lean_object* x_258; lean_object* x_259; lean_object* x_260; -x_258 = lean_ctor_get(x_256, 0); -lean_inc(x_258); -x_259 = lean_ctor_get(x_256, 1); -lean_inc(x_259); -lean_dec(x_256); +lean_object* x_282; lean_object* x_283; lean_object* x_284; +x_282 = lean_ctor_get(x_280, 0); +lean_inc(x_282); +x_283 = lean_ctor_get(x_280, 1); +lean_inc(x_283); +lean_dec(x_280); lean_inc(x_7); -x_260 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___spec__3(x_7, x_254); -if (lean_obj_tag(x_260) == 0) +x_284 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___spec__3(x_7, x_278); +if (lean_obj_tag(x_284) == 0) { -lean_object* x_261; uint8_t x_262; lean_object* x_263; -x_261 = lean_box(0); -x_262 = lean_unbox(x_258); -lean_dec(x_258); -x_263 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__1(x_262, x_3, x_1, x_261, x_6, x_7, x_8, x_259); +lean_object* x_285; uint8_t x_286; lean_object* x_287; +x_285 = lean_box(0); +x_286 = lean_unbox(x_282); +lean_dec(x_282); +x_287 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__1(x_286, x_3, x_1, x_285, x_6, x_7, x_8, x_283); lean_dec(x_8); -return x_263; +return x_287; } else { -lean_object* x_264; lean_object* x_265; uint8_t x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; uint8_t x_271; lean_object* x_272; -x_264 = lean_ctor_get(x_260, 0); -lean_inc(x_264); -lean_dec(x_260); -x_265 = lean_ctor_get(x_264, 1); -lean_inc(x_265); -lean_dec(x_264); -x_266 = 1; -x_267 = lean_box(x_266); -x_268 = lean_st_ref_set(x_265, x_267, x_259); -lean_dec(x_265); -x_269 = lean_ctor_get(x_268, 0); -lean_inc(x_269); -x_270 = lean_ctor_get(x_268, 1); -lean_inc(x_270); -lean_dec(x_268); -x_271 = lean_unbox(x_258); -lean_dec(x_258); -x_272 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__1(x_271, x_3, x_1, x_269, x_6, x_7, x_8, x_270); +lean_object* x_288; lean_object* x_289; uint8_t x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; uint8_t x_295; lean_object* x_296; +x_288 = lean_ctor_get(x_284, 0); +lean_inc(x_288); +lean_dec(x_284); +x_289 = lean_ctor_get(x_288, 1); +lean_inc(x_289); +lean_dec(x_288); +x_290 = 1; +x_291 = lean_box(x_290); +x_292 = lean_st_ref_set(x_289, x_291, x_283); +lean_dec(x_289); +x_293 = lean_ctor_get(x_292, 0); +lean_inc(x_293); +x_294 = lean_ctor_get(x_292, 1); +lean_inc(x_294); +lean_dec(x_292); +x_295 = lean_unbox(x_282); +lean_dec(x_282); +x_296 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__1(x_295, x_3, x_1, x_293, x_6, x_7, x_8, x_294); lean_dec(x_8); -lean_dec(x_269); -return x_272; +lean_dec(x_293); +return x_296; } } else { -lean_object* x_273; lean_object* x_274; lean_object* x_275; uint8_t x_276; lean_object* x_277; -lean_dec(x_257); -lean_dec(x_254); -x_273 = lean_ctor_get(x_256, 0); -lean_inc(x_273); -x_274 = lean_ctor_get(x_256, 1); -lean_inc(x_274); -lean_dec(x_256); -x_275 = lean_box(0); -x_276 = lean_unbox(x_273); -lean_dec(x_273); -x_277 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__1(x_276, x_3, x_1, x_275, x_6, x_7, x_8, x_274); +lean_object* x_297; lean_object* x_298; lean_object* x_299; uint8_t x_300; lean_object* x_301; +lean_dec(x_281); +lean_dec(x_278); +x_297 = lean_ctor_get(x_280, 0); +lean_inc(x_297); +x_298 = lean_ctor_get(x_280, 1); +lean_inc(x_298); +lean_dec(x_280); +x_299 = lean_box(0); +x_300 = lean_unbox(x_297); +lean_dec(x_297); +x_301 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__1(x_300, x_3, x_1, x_299, x_6, x_7, x_8, x_298); lean_dec(x_8); -return x_277; +return x_301; } } else { -uint8_t x_278; -lean_dec(x_254); +uint8_t x_302; +lean_dec(x_278); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); lean_dec(x_1); -x_278 = !lean_is_exclusive(x_256); -if (x_278 == 0) +x_302 = !lean_is_exclusive(x_280); +if (x_302 == 0) { -return x_256; +return x_280; } else { -lean_object* x_279; lean_object* x_280; lean_object* x_281; -x_279 = lean_ctor_get(x_256, 0); -x_280 = lean_ctor_get(x_256, 1); -lean_inc(x_280); -lean_inc(x_279); -lean_dec(x_256); -x_281 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_281, 0, x_279); -lean_ctor_set(x_281, 1, x_280); -return x_281; +lean_object* x_303; lean_object* x_304; lean_object* x_305; +x_303 = lean_ctor_get(x_280, 0); +x_304 = lean_ctor_get(x_280, 1); +lean_inc(x_304); +lean_inc(x_303); +lean_dec(x_280); +x_305 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_305, 0, x_303); +lean_ctor_set(x_305, 1, x_304); +return x_305; } } } @@ -91437,7 +92121,7 @@ LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_ _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2507_(x_1); +x_2 = l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanStaleDependencyParams____x40_Lean_Data_Lsp_Internal___hyg_2922_(x_1); x_3 = l_Lean_Json_Structured_fromJson_x3f(x_2); return x_3; } @@ -91523,42 +92207,32 @@ return x_11; } else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; +lean_object* x_12; lean_object* x_13; x_12 = lean_array_uget(x_4, x_6); lean_inc(x_1); -x_13 = l_Lean_Server_References_definitionOf_x3f(x_1, x_12, x_9); -x_14 = lean_ctor_get(x_13, 0); -lean_inc(x_14); -if (lean_obj_tag(x_14) == 0) +x_13 = l_Lean_Server_References_definitionOf_x3f(x_1, x_12); +if (lean_obj_tag(x_13) == 0) { -lean_object* x_15; size_t x_16; size_t x_17; -x_15 = lean_ctor_get(x_13, 1); -lean_inc(x_15); -lean_dec(x_13); -x_16 = 1; -x_17 = lean_usize_add(x_6, x_16); -x_6 = x_17; -x_9 = x_15; +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_6, x_14); +x_6 = x_15; goto _start; } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; size_t x_23; size_t x_24; -x_19 = lean_ctor_get(x_14, 0); -lean_inc(x_19); -lean_dec(x_14); -x_20 = lean_ctor_get(x_13, 1); -lean_inc(x_20); +lean_object* x_17; lean_object* x_18; lean_object* x_19; size_t x_20; size_t x_21; +x_17 = lean_ctor_get(x_13, 0); +lean_inc(x_17); lean_dec(x_13); -x_21 = lean_ctor_get(x_19, 0); -lean_inc(x_21); -lean_dec(x_19); -x_22 = lean_array_push(x_7, x_21); -x_23 = 1; -x_24 = lean_usize_add(x_6, x_23); -x_6 = x_24; -x_7 = x_22; -x_9 = x_20; +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); +lean_dec(x_17); +x_19 = lean_array_push(x_7, x_18); +x_20 = 1; +x_21 = lean_usize_add(x_6, x_20); +x_6 = x_21; +x_7 = x_19; goto _start; } } @@ -91787,29 +92461,23 @@ return x_12; } else { -lean_object* x_13; lean_object* x_14; uint8_t x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; lean_object* x_21; lean_object* x_22; size_t x_23; size_t x_24; +lean_object* x_13; lean_object* x_14; uint8_t x_15; lean_object* x_16; size_t x_17; size_t x_18; lean_object* x_19; lean_object* x_20; size_t x_21; size_t x_22; x_13 = lean_array_uget(x_5, x_7); x_14 = lean_ctor_get(x_1, 1); lean_inc(x_14); x_15 = lean_unbox(x_14); lean_dec(x_14); lean_inc(x_2); -x_16 = l_Lean_Server_References_referringTo(x_2, x_13, x_15, x_10); -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 1); -lean_inc(x_18); -lean_dec(x_16); -x_19 = lean_array_size(x_17); -x_20 = 0; -x_21 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleReference___spec__2(x_19, x_20, x_17); -x_22 = l_Array_append___rarg(x_8, x_21); -lean_dec(x_21); -x_23 = 1; -x_24 = lean_usize_add(x_7, x_23); -x_7 = x_24; -x_8 = x_22; -x_10 = x_18; +x_16 = l_Lean_Server_References_referringTo(x_2, x_13, x_15); +x_17 = lean_array_size(x_16); +x_18 = 0; +x_19 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleReference___spec__2(x_17, x_18, x_16); +x_20 = l_Array_append___rarg(x_8, x_19); +lean_dec(x_19); +x_21 = 1; +x_22 = lean_usize_add(x_7, x_21); +x_7 = x_22; +x_8 = x_20; goto _start; } } @@ -91920,7 +92588,7 @@ lean_dec(x_3); return x_13; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__1() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__1() { _start: { lean_object* x_1; @@ -91928,7 +92596,7 @@ x_1 = lean_mk_string_unchecked("module", 6, 6); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__2() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__2() { _start: { lean_object* x_1; @@ -91936,7 +92604,7 @@ x_1 = lean_mk_string_unchecked("Lean", 4, 4); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__3() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__3() { _start: { lean_object* x_1; @@ -91944,7 +92612,7 @@ x_1 = lean_mk_string_unchecked("Server", 6, 6); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__4() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__4() { _start: { lean_object* x_1; @@ -91952,7 +92620,7 @@ x_1 = lean_mk_string_unchecked("Watchdog", 8, 8); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__5() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__5() { _start: { lean_object* x_1; @@ -91960,30 +92628,30 @@ x_1 = lean_mk_string_unchecked("CallHierarchyItemData", 21, 21); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__6() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__6() { _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_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__2; -x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__3; -x_3 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__4; -x_4 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__5; +x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__2; +x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__3; +x_3 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__4; +x_4 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__7() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__6; +x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__6; x_2 = 1; x_3 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__8() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__8() { _start: { lean_object* x_1; @@ -91991,48 +92659,48 @@ x_1 = lean_mk_string_unchecked(".", 1, 1); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__9() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__7; -x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__8; +x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__7; +x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__10() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__1; +x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__11() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__11() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__10; +x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__10; x_2 = 1; x_3 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__12() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__9; -x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__11; +x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__9; +x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__13() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__13() { _start: { lean_object* x_1; @@ -92040,17 +92708,17 @@ x_1 = lean_mk_string_unchecked(": ", 2, 2); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__14() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__12; -x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__13; +x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__12; +x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__15() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__15() { _start: { lean_object* x_1; @@ -92058,54 +92726,54 @@ x_1 = lean_mk_string_unchecked("name", 4, 4); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__16() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__15; +x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__17() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__17() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__16; +x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__16; x_2 = 1; x_3 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; x_4 = l_Lean_Name_toString(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__18() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__9; -x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__17; +x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__9; +x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__17; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__19() { +static lean_object* _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__18; -x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__13; +x_1 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__18; +x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__1; +x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__1; lean_inc(x_1); -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -92115,7 +92783,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_3, 0); -x_6 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__14; +x_6 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__14; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -92127,7 +92795,7 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); lean_dec(x_3); -x_9 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__14; +x_9 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__14; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -92141,8 +92809,8 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; x_12 = lean_ctor_get(x_3, 0); lean_inc(x_12); lean_dec(x_3); -x_13 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__15; -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3271____spec__1(x_1, x_13); +x_13 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__15; +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIdentifier____x40_Lean_Data_Lsp_Internal___hyg_3686____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -92152,7 +92820,7 @@ if (x_15 == 0) { lean_object* x_16; lean_object* x_17; lean_object* x_18; x_16 = lean_ctor_get(x_14, 0); -x_17 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__19; +x_17 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__19; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -92164,7 +92832,7 @@ lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; x_19 = lean_ctor_get(x_14, 0); lean_inc(x_19); lean_dec(x_14); -x_20 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__19; +x_20 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__19; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -92207,7 +92875,7 @@ static lean_object* _init_l_Lean_Server_Watchdog_instFromJsonCallHierarchyItemDa _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403_), 1, 0); return x_1; } } @@ -92219,7 +92887,7 @@ x_1 = l_Lean_Server_Watchdog_instFromJsonCallHierarchyItemData___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12509_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t 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; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; @@ -92230,7 +92898,7 @@ x_4 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___c x_5 = l_Lean_Name_toString(x_2, x_3, x_4); x_6 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_6, 0, x_5); -x_7 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__1; +x_7 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__1; x_8 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_8, 0, x_7); lean_ctor_set(x_8, 1, x_6); @@ -92244,7 +92912,7 @@ lean_dec(x_1); x_12 = l_Lean_Name_toString(x_11, x_3, x_4); x_13 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_13, 0, x_12); -x_14 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__15; +x_14 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__15; x_15 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_13); @@ -92267,7 +92935,7 @@ static lean_object* _init_l_Lean_Server_Watchdog_instToJsonCallHierarchyItemData _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12509_), 1, 0); return x_1; } } @@ -92300,7 +92968,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; x_5 = lean_ctor_get(x_2, 0); -x_6 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585_(x_5); +x_6 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403_(x_5); if (lean_obj_tag(x_6) == 0) { lean_object* x_7; @@ -92325,7 +92993,7 @@ lean_object* x_9; lean_object* x_10; x_9 = lean_ctor_get(x_2, 0); lean_inc(x_9); lean_dec(x_2); -x_10 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585_(x_9); +x_10 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403_(x_9); if (lean_obj_tag(x_10) == 0) { lean_object* x_11; @@ -92347,1253 +93015,839 @@ return x_13; } } } -LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_callHierarchyItemOf_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_callHierarchyItemOf_x3f(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_4; lean_object* x_5; +lean_object* x_3; lean_inc(x_2); -x_4 = l_Lean_Server_References_definitionOf_x3f(x_1, x_2, x_3); -x_5 = lean_ctor_get(x_4, 0); -lean_inc(x_5); -if (lean_obj_tag(x_5) == 0) +x_3 = l_Lean_Server_References_definitionOf_x3f(x_1, x_2); +if (lean_obj_tag(x_3) == 0) { -uint8_t x_6; +lean_object* x_4; lean_dec(x_2); -x_6 = !lean_is_exclusive(x_4); -if (x_6 == 0) -{ -lean_object* x_7; lean_object* x_8; -x_7 = lean_ctor_get(x_4, 0); -lean_dec(x_7); -x_8 = lean_box(0); -lean_ctor_set(x_4, 0, x_8); +x_4 = lean_box(0); return x_4; } else { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_4, 1); -lean_inc(x_9); -lean_dec(x_4); -x_10 = lean_box(0); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_10); -lean_ctor_set(x_11, 1, x_9); -return x_11; -} -} -else -{ -uint8_t x_12; -x_12 = !lean_is_exclusive(x_5); -if (x_12 == 0) +uint8_t x_5; +x_5 = !lean_is_exclusive(x_3); +if (x_5 == 0) { if (lean_obj_tag(x_2) == 0) { -uint8_t x_13; -x_13 = !lean_is_exclusive(x_4); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_14 = lean_ctor_get(x_5, 0); -x_15 = lean_ctor_get(x_4, 0); -lean_dec(x_15); -x_16 = lean_ctor_get(x_14, 0); -lean_inc(x_16); -lean_dec(x_14); -x_17 = !lean_is_exclusive(x_2); -if (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; -x_18 = lean_ctor_get(x_2, 0); -x_19 = lean_ctor_get(x_2, 1); -x_20 = l_String_toName(x_19); -lean_inc(x_20); -x_21 = lean_private_to_user_name(x_20); -x_22 = lean_box(0); -x_23 = lean_ctor_get(x_16, 0); -lean_inc(x_23); -x_24 = lean_ctor_get(x_16, 1); -lean_inc(x_24); -lean_dec(x_16); -x_25 = l_String_toName(x_18); -lean_inc(x_20); -lean_ctor_set(x_2, 1, x_20); -lean_ctor_set(x_2, 0, x_25); -x_26 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(x_2); -lean_ctor_set(x_5, 0, x_26); -if (lean_obj_tag(x_21) == 0) -{ -uint8_t x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; -x_27 = 1; -x_28 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_29 = l_Lean_Name_toString(x_20, x_27, x_28); -x_30 = 13; -lean_inc(x_24); -x_31 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_31, 0, x_29); -lean_ctor_set(x_31, 1, x_22); -lean_ctor_set(x_31, 2, x_22); -lean_ctor_set(x_31, 3, x_23); -lean_ctor_set(x_31, 4, x_24); -lean_ctor_set(x_31, 5, x_24); -lean_ctor_set(x_31, 6, x_5); -lean_ctor_set_uint8(x_31, sizeof(void*)*7, x_30); -x_32 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_4, 0, x_32); -return x_4; -} -else -{ -uint8_t x_33; -lean_dec(x_20); -x_33 = !lean_is_exclusive(x_21); -if (x_33 == 0) -{ -lean_object* x_34; uint8_t x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; lean_object* x_39; -x_34 = lean_ctor_get(x_21, 0); -x_35 = 1; -x_36 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_37 = l_Lean_Name_toString(x_34, x_35, x_36); -x_38 = 13; -lean_inc(x_24); -x_39 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_39, 0, x_37); -lean_ctor_set(x_39, 1, x_22); -lean_ctor_set(x_39, 2, x_22); -lean_ctor_set(x_39, 3, x_23); -lean_ctor_set(x_39, 4, x_24); -lean_ctor_set(x_39, 5, x_24); -lean_ctor_set(x_39, 6, x_5); -lean_ctor_set_uint8(x_39, sizeof(void*)*7, x_38); -lean_ctor_set(x_21, 0, x_39); -lean_ctor_set(x_4, 0, x_21); -return x_4; -} -else -{ -lean_object* x_40; uint8_t x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; lean_object* x_45; lean_object* x_46; -x_40 = lean_ctor_get(x_21, 0); -lean_inc(x_40); -lean_dec(x_21); -x_41 = 1; -x_42 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_43 = l_Lean_Name_toString(x_40, x_41, x_42); -x_44 = 13; -lean_inc(x_24); -x_45 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_45, 0, x_43); -lean_ctor_set(x_45, 1, x_22); -lean_ctor_set(x_45, 2, x_22); -lean_ctor_set(x_45, 3, x_23); -lean_ctor_set(x_45, 4, x_24); -lean_ctor_set(x_45, 5, x_24); -lean_ctor_set(x_45, 6, x_5); -lean_ctor_set_uint8(x_45, sizeof(void*)*7, x_44); -x_46 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_46, 0, x_45); -lean_ctor_set(x_4, 0, x_46); -return x_4; -} -} -} -else -{ -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; -x_47 = lean_ctor_get(x_2, 0); -x_48 = lean_ctor_get(x_2, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_2); -x_49 = l_String_toName(x_48); -lean_inc(x_49); -x_50 = lean_private_to_user_name(x_49); -x_51 = lean_box(0); -x_52 = lean_ctor_get(x_16, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_16, 1); -lean_inc(x_53); -lean_dec(x_16); -x_54 = l_String_toName(x_47); -lean_inc(x_49); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_49); -x_56 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(x_55); -lean_ctor_set(x_5, 0, x_56); -if (lean_obj_tag(x_50) == 0) -{ -uint8_t x_57; lean_object* x_58; lean_object* x_59; uint8_t x_60; lean_object* x_61; lean_object* x_62; -x_57 = 1; -x_58 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_59 = l_Lean_Name_toString(x_49, x_57, x_58); -x_60 = 13; -lean_inc(x_53); -x_61 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_51); -lean_ctor_set(x_61, 2, x_51); -lean_ctor_set(x_61, 3, x_52); -lean_ctor_set(x_61, 4, x_53); -lean_ctor_set(x_61, 5, x_53); -lean_ctor_set(x_61, 6, x_5); -lean_ctor_set_uint8(x_61, sizeof(void*)*7, x_60); -x_62 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_4, 0, x_62); -return x_4; -} -else -{ -lean_object* x_63; lean_object* x_64; uint8_t x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; lean_object* x_69; lean_object* x_70; -lean_dec(x_49); -x_63 = lean_ctor_get(x_50, 0); -lean_inc(x_63); -if (lean_is_exclusive(x_50)) { - lean_ctor_release(x_50, 0); - x_64 = x_50; -} else { - lean_dec_ref(x_50); - x_64 = lean_box(0); -} -x_65 = 1; -x_66 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_67 = l_Lean_Name_toString(x_63, x_65, x_66); -x_68 = 13; -lean_inc(x_53); -x_69 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_69, 0, x_67); -lean_ctor_set(x_69, 1, x_51); -lean_ctor_set(x_69, 2, x_51); -lean_ctor_set(x_69, 3, x_52); -lean_ctor_set(x_69, 4, x_53); -lean_ctor_set(x_69, 5, x_53); -lean_ctor_set(x_69, 6, x_5); -lean_ctor_set_uint8(x_69, sizeof(void*)*7, x_68); -if (lean_is_scalar(x_64)) { - x_70 = lean_alloc_ctor(1, 1, 0); -} else { - x_70 = x_64; -} -lean_ctor_set(x_70, 0, x_69); -lean_ctor_set(x_4, 0, x_70); -return x_4; -} -} -} -else -{ -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; -x_71 = lean_ctor_get(x_5, 0); -x_72 = lean_ctor_get(x_4, 1); -lean_inc(x_72); -lean_dec(x_4); -x_73 = lean_ctor_get(x_71, 0); -lean_inc(x_73); -lean_dec(x_71); -x_74 = lean_ctor_get(x_2, 0); -lean_inc(x_74); -x_75 = lean_ctor_get(x_2, 1); -lean_inc(x_75); -if (lean_is_exclusive(x_2)) { - lean_ctor_release(x_2, 0); - lean_ctor_release(x_2, 1); - x_76 = x_2; -} else { - lean_dec_ref(x_2); - x_76 = lean_box(0); -} -x_77 = l_String_toName(x_75); -lean_inc(x_77); -x_78 = lean_private_to_user_name(x_77); -x_79 = lean_box(0); -x_80 = lean_ctor_get(x_73, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_73, 1); -lean_inc(x_81); -lean_dec(x_73); -x_82 = l_String_toName(x_74); -lean_inc(x_77); -if (lean_is_scalar(x_76)) { - x_83 = lean_alloc_ctor(0, 2, 0); -} else { - x_83 = x_76; -} -lean_ctor_set(x_83, 0, x_82); -lean_ctor_set(x_83, 1, x_77); -x_84 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(x_83); -lean_ctor_set(x_5, 0, x_84); -if (lean_obj_tag(x_78) == 0) -{ -uint8_t x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_85 = 1; -x_86 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_87 = l_Lean_Name_toString(x_77, x_85, x_86); -x_88 = 13; -lean_inc(x_81); -x_89 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_89, 0, x_87); -lean_ctor_set(x_89, 1, x_79); -lean_ctor_set(x_89, 2, x_79); -lean_ctor_set(x_89, 3, x_80); -lean_ctor_set(x_89, 4, x_81); -lean_ctor_set(x_89, 5, x_81); -lean_ctor_set(x_89, 6, x_5); -lean_ctor_set_uint8(x_89, sizeof(void*)*7, x_88); -x_90 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_90, 0, x_89); -x_91 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_91, 0, x_90); -lean_ctor_set(x_91, 1, x_72); -return x_91; -} -else -{ -lean_object* x_92; lean_object* x_93; uint8_t x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; -lean_dec(x_77); -x_92 = lean_ctor_get(x_78, 0); -lean_inc(x_92); -if (lean_is_exclusive(x_78)) { - lean_ctor_release(x_78, 0); - x_93 = x_78; -} else { - lean_dec_ref(x_78); - x_93 = lean_box(0); -} -x_94 = 1; -x_95 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_96 = l_Lean_Name_toString(x_92, x_94, x_95); -x_97 = 13; -lean_inc(x_81); -x_98 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_98, 0, x_96); -lean_ctor_set(x_98, 1, x_79); -lean_ctor_set(x_98, 2, x_79); -lean_ctor_set(x_98, 3, x_80); -lean_ctor_set(x_98, 4, x_81); -lean_ctor_set(x_98, 5, x_81); -lean_ctor_set(x_98, 6, x_5); -lean_ctor_set_uint8(x_98, sizeof(void*)*7, x_97); -if (lean_is_scalar(x_93)) { - x_99 = lean_alloc_ctor(1, 1, 0); -} else { - x_99 = x_93; -} -lean_ctor_set(x_99, 0, x_98); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_99); -lean_ctor_set(x_100, 1, x_72); -return x_100; -} -} -} -else -{ -uint8_t x_101; -x_101 = !lean_is_exclusive(x_2); -if (x_101 == 0) -{ -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_102 = lean_ctor_get(x_5, 0); -x_103 = lean_ctor_get(x_2, 1); -lean_dec(x_103); -x_104 = lean_ctor_get(x_2, 0); -lean_dec(x_104); -x_105 = lean_ctor_get(x_102, 2); -lean_inc(x_105); -if (lean_obj_tag(x_105) == 0) -{ -uint8_t x_106; -lean_free_object(x_2); -lean_free_object(x_5); -lean_dec(x_102); -x_106 = !lean_is_exclusive(x_4); -if (x_106 == 0) -{ -lean_object* x_107; lean_object* x_108; -x_107 = lean_ctor_get(x_4, 0); -lean_dec(x_107); -x_108 = lean_box(0); -lean_ctor_set(x_4, 0, x_108); -return x_4; -} -else -{ -lean_object* x_109; lean_object* x_110; lean_object* x_111; -x_109 = lean_ctor_get(x_4, 1); -lean_inc(x_109); -lean_dec(x_4); -x_110 = lean_box(0); -x_111 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_111, 0, x_110); -lean_ctor_set(x_111, 1, x_109); -return x_111; -} -} -else -{ -uint8_t x_112; -x_112 = !lean_is_exclusive(x_105); -if (x_112 == 0) -{ -uint8_t x_113; -x_113 = !lean_is_exclusive(x_4); -if (x_113 == 0) -{ -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; -x_114 = lean_ctor_get(x_105, 0); -x_115 = lean_ctor_get(x_4, 0); -lean_dec(x_115); -x_116 = lean_ctor_get(x_102, 0); -lean_inc(x_116); -x_117 = lean_ctor_get(x_102, 1); -lean_inc(x_117); -lean_dec(x_102); -x_118 = lean_ctor_get(x_114, 0); -lean_inc(x_118); -x_119 = lean_ctor_get(x_114, 1); -lean_inc(x_119); -x_120 = lean_ctor_get(x_114, 2); -lean_inc(x_120); -lean_dec(x_114); -x_121 = l_String_toName(x_118); -lean_inc(x_121); -x_122 = lean_private_to_user_name(x_121); -x_123 = lean_box(0); -x_124 = lean_ctor_get(x_116, 0); -lean_inc(x_124); -lean_dec(x_116); -lean_inc(x_121); -lean_ctor_set_tag(x_2, 0); -lean_ctor_set(x_2, 1, x_121); -lean_ctor_set(x_2, 0, x_117); -x_125 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(x_2); -lean_ctor_set(x_105, 0, x_125); -if (lean_obj_tag(x_122) == 0) -{ -uint8_t x_126; lean_object* x_127; lean_object* x_128; uint8_t x_129; lean_object* x_130; -x_126 = 1; -x_127 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_128 = l_Lean_Name_toString(x_121, x_126, x_127); -x_129 = 13; -x_130 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_130, 0, x_128); -lean_ctor_set(x_130, 1, x_123); -lean_ctor_set(x_130, 2, x_123); -lean_ctor_set(x_130, 3, x_124); -lean_ctor_set(x_130, 4, x_119); -lean_ctor_set(x_130, 5, x_120); -lean_ctor_set(x_130, 6, x_105); -lean_ctor_set_uint8(x_130, sizeof(void*)*7, x_129); -lean_ctor_set(x_5, 0, x_130); -return x_4; -} -else -{ -uint8_t x_131; -lean_dec(x_121); -lean_free_object(x_5); -x_131 = !lean_is_exclusive(x_122); -if (x_131 == 0) -{ -lean_object* x_132; uint8_t x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; lean_object* x_137; -x_132 = lean_ctor_get(x_122, 0); -x_133 = 1; -x_134 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_135 = l_Lean_Name_toString(x_132, x_133, x_134); -x_136 = 13; -x_137 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_137, 0, x_135); -lean_ctor_set(x_137, 1, x_123); -lean_ctor_set(x_137, 2, x_123); -lean_ctor_set(x_137, 3, x_124); -lean_ctor_set(x_137, 4, x_119); -lean_ctor_set(x_137, 5, x_120); -lean_ctor_set(x_137, 6, x_105); -lean_ctor_set_uint8(x_137, sizeof(void*)*7, x_136); -lean_ctor_set(x_122, 0, x_137); -lean_ctor_set(x_4, 0, x_122); -return x_4; -} -else -{ -lean_object* x_138; uint8_t x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; lean_object* x_143; lean_object* x_144; -x_138 = lean_ctor_get(x_122, 0); -lean_inc(x_138); -lean_dec(x_122); -x_139 = 1; -x_140 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_141 = l_Lean_Name_toString(x_138, x_139, x_140); -x_142 = 13; -x_143 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_143, 0, x_141); -lean_ctor_set(x_143, 1, x_123); -lean_ctor_set(x_143, 2, x_123); -lean_ctor_set(x_143, 3, x_124); -lean_ctor_set(x_143, 4, x_119); -lean_ctor_set(x_143, 5, x_120); -lean_ctor_set(x_143, 6, x_105); -lean_ctor_set_uint8(x_143, sizeof(void*)*7, x_142); -x_144 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_144, 0, x_143); -lean_ctor_set(x_4, 0, x_144); -return x_4; -} -} -} -else -{ -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; -x_145 = lean_ctor_get(x_105, 0); -x_146 = lean_ctor_get(x_4, 1); -lean_inc(x_146); -lean_dec(x_4); -x_147 = lean_ctor_get(x_102, 0); -lean_inc(x_147); -x_148 = lean_ctor_get(x_102, 1); -lean_inc(x_148); -lean_dec(x_102); -x_149 = lean_ctor_get(x_145, 0); -lean_inc(x_149); -x_150 = lean_ctor_get(x_145, 1); -lean_inc(x_150); -x_151 = lean_ctor_get(x_145, 2); -lean_inc(x_151); -lean_dec(x_145); -x_152 = l_String_toName(x_149); -lean_inc(x_152); -x_153 = lean_private_to_user_name(x_152); -x_154 = lean_box(0); -x_155 = lean_ctor_get(x_147, 0); -lean_inc(x_155); -lean_dec(x_147); -lean_inc(x_152); -lean_ctor_set_tag(x_2, 0); -lean_ctor_set(x_2, 1, x_152); -lean_ctor_set(x_2, 0, x_148); -x_156 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(x_2); -lean_ctor_set(x_105, 0, x_156); -if (lean_obj_tag(x_153) == 0) -{ -uint8_t x_157; lean_object* x_158; lean_object* x_159; uint8_t x_160; lean_object* x_161; lean_object* x_162; -x_157 = 1; -x_158 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_159 = l_Lean_Name_toString(x_152, x_157, x_158); -x_160 = 13; -x_161 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_161, 0, x_159); -lean_ctor_set(x_161, 1, x_154); -lean_ctor_set(x_161, 2, x_154); -lean_ctor_set(x_161, 3, x_155); -lean_ctor_set(x_161, 4, x_150); -lean_ctor_set(x_161, 5, x_151); -lean_ctor_set(x_161, 6, x_105); -lean_ctor_set_uint8(x_161, sizeof(void*)*7, x_160); -lean_ctor_set(x_5, 0, x_161); -x_162 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_162, 0, x_5); -lean_ctor_set(x_162, 1, x_146); -return x_162; -} -else -{ -lean_object* x_163; lean_object* x_164; uint8_t x_165; lean_object* x_166; lean_object* x_167; uint8_t x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; -lean_dec(x_152); -lean_free_object(x_5); -x_163 = lean_ctor_get(x_153, 0); -lean_inc(x_163); -if (lean_is_exclusive(x_153)) { - lean_ctor_release(x_153, 0); - x_164 = x_153; -} else { - lean_dec_ref(x_153); - x_164 = lean_box(0); -} -x_165 = 1; -x_166 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_167 = l_Lean_Name_toString(x_163, x_165, x_166); -x_168 = 13; -x_169 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_169, 0, x_167); -lean_ctor_set(x_169, 1, x_154); -lean_ctor_set(x_169, 2, x_154); -lean_ctor_set(x_169, 3, x_155); -lean_ctor_set(x_169, 4, x_150); -lean_ctor_set(x_169, 5, x_151); -lean_ctor_set(x_169, 6, x_105); -lean_ctor_set_uint8(x_169, sizeof(void*)*7, x_168); -if (lean_is_scalar(x_164)) { - x_170 = lean_alloc_ctor(1, 1, 0); -} else { - x_170 = x_164; -} -lean_ctor_set(x_170, 0, x_169); -x_171 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_171, 0, x_170); -lean_ctor_set(x_171, 1, x_146); -return x_171; -} -} -} -else -{ -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; -x_172 = lean_ctor_get(x_105, 0); -lean_inc(x_172); -lean_dec(x_105); -x_173 = lean_ctor_get(x_4, 1); -lean_inc(x_173); -if (lean_is_exclusive(x_4)) { - lean_ctor_release(x_4, 0); - lean_ctor_release(x_4, 1); - x_174 = x_4; -} else { - lean_dec_ref(x_4); - x_174 = lean_box(0); -} -x_175 = lean_ctor_get(x_102, 0); -lean_inc(x_175); -x_176 = lean_ctor_get(x_102, 1); -lean_inc(x_176); -lean_dec(x_102); -x_177 = lean_ctor_get(x_172, 0); -lean_inc(x_177); -x_178 = lean_ctor_get(x_172, 1); -lean_inc(x_178); -x_179 = lean_ctor_get(x_172, 2); -lean_inc(x_179); -lean_dec(x_172); -x_180 = l_String_toName(x_177); -lean_inc(x_180); -x_181 = lean_private_to_user_name(x_180); -x_182 = lean_box(0); -x_183 = lean_ctor_get(x_175, 0); -lean_inc(x_183); -lean_dec(x_175); -lean_inc(x_180); -lean_ctor_set_tag(x_2, 0); -lean_ctor_set(x_2, 1, x_180); -lean_ctor_set(x_2, 0, x_176); -x_184 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(x_2); -x_185 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_185, 0, x_184); -if (lean_obj_tag(x_181) == 0) -{ -uint8_t x_186; lean_object* x_187; lean_object* x_188; uint8_t x_189; lean_object* x_190; lean_object* x_191; -x_186 = 1; -x_187 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_188 = l_Lean_Name_toString(x_180, x_186, x_187); -x_189 = 13; -x_190 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_190, 0, x_188); -lean_ctor_set(x_190, 1, x_182); -lean_ctor_set(x_190, 2, x_182); -lean_ctor_set(x_190, 3, x_183); -lean_ctor_set(x_190, 4, x_178); -lean_ctor_set(x_190, 5, x_179); -lean_ctor_set(x_190, 6, x_185); -lean_ctor_set_uint8(x_190, sizeof(void*)*7, x_189); -lean_ctor_set(x_5, 0, x_190); -if (lean_is_scalar(x_174)) { - x_191 = lean_alloc_ctor(0, 2, 0); -} else { - x_191 = x_174; -} -lean_ctor_set(x_191, 0, x_5); -lean_ctor_set(x_191, 1, x_173); -return x_191; -} -else -{ -lean_object* x_192; lean_object* x_193; uint8_t x_194; lean_object* x_195; lean_object* x_196; uint8_t x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; -lean_dec(x_180); -lean_free_object(x_5); -x_192 = lean_ctor_get(x_181, 0); -lean_inc(x_192); -if (lean_is_exclusive(x_181)) { - lean_ctor_release(x_181, 0); - x_193 = x_181; -} else { - lean_dec_ref(x_181); - x_193 = lean_box(0); -} -x_194 = 1; -x_195 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_196 = l_Lean_Name_toString(x_192, x_194, x_195); -x_197 = 13; -x_198 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_198, 0, x_196); -lean_ctor_set(x_198, 1, x_182); -lean_ctor_set(x_198, 2, x_182); -lean_ctor_set(x_198, 3, x_183); -lean_ctor_set(x_198, 4, x_178); -lean_ctor_set(x_198, 5, x_179); -lean_ctor_set(x_198, 6, x_185); -lean_ctor_set_uint8(x_198, sizeof(void*)*7, x_197); -if (lean_is_scalar(x_193)) { - x_199 = lean_alloc_ctor(1, 1, 0); -} else { - x_199 = x_193; -} -lean_ctor_set(x_199, 0, x_198); -if (lean_is_scalar(x_174)) { - x_200 = lean_alloc_ctor(0, 2, 0); -} else { - x_200 = x_174; -} -lean_ctor_set(x_200, 0, x_199); -lean_ctor_set(x_200, 1, x_173); -return x_200; -} -} -} -} -else -{ -lean_object* x_201; lean_object* x_202; -x_201 = lean_ctor_get(x_5, 0); -lean_dec(x_2); -x_202 = lean_ctor_get(x_201, 2); -lean_inc(x_202); -if (lean_obj_tag(x_202) == 0) -{ -lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; -lean_free_object(x_5); -lean_dec(x_201); -x_203 = lean_ctor_get(x_4, 1); -lean_inc(x_203); -if (lean_is_exclusive(x_4)) { - lean_ctor_release(x_4, 0); - lean_ctor_release(x_4, 1); - x_204 = x_4; -} else { - lean_dec_ref(x_4); - x_204 = lean_box(0); -} -x_205 = lean_box(0); -if (lean_is_scalar(x_204)) { - x_206 = lean_alloc_ctor(0, 2, 0); -} else { - x_206 = x_204; -} -lean_ctor_set(x_206, 0, x_205); -lean_ctor_set(x_206, 1, x_203); -return x_206; -} -else -{ -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; -x_207 = lean_ctor_get(x_202, 0); -lean_inc(x_207); -if (lean_is_exclusive(x_202)) { - lean_ctor_release(x_202, 0); - x_208 = x_202; -} else { - lean_dec_ref(x_202); - x_208 = lean_box(0); -} -x_209 = lean_ctor_get(x_4, 1); -lean_inc(x_209); -if (lean_is_exclusive(x_4)) { - lean_ctor_release(x_4, 0); - lean_ctor_release(x_4, 1); - x_210 = x_4; -} else { - lean_dec_ref(x_4); - x_210 = lean_box(0); -} -x_211 = lean_ctor_get(x_201, 0); -lean_inc(x_211); -x_212 = lean_ctor_get(x_201, 1); -lean_inc(x_212); -lean_dec(x_201); -x_213 = lean_ctor_get(x_207, 0); -lean_inc(x_213); -x_214 = lean_ctor_get(x_207, 1); -lean_inc(x_214); -x_215 = lean_ctor_get(x_207, 2); -lean_inc(x_215); -lean_dec(x_207); -x_216 = l_String_toName(x_213); -lean_inc(x_216); -x_217 = lean_private_to_user_name(x_216); -x_218 = lean_box(0); -x_219 = lean_ctor_get(x_211, 0); -lean_inc(x_219); -lean_dec(x_211); -lean_inc(x_216); -x_220 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_220, 0, x_212); -lean_ctor_set(x_220, 1, x_216); -x_221 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(x_220); -if (lean_is_scalar(x_208)) { - x_222 = lean_alloc_ctor(1, 1, 0); -} else { - x_222 = x_208; -} -lean_ctor_set(x_222, 0, x_221); -if (lean_obj_tag(x_217) == 0) -{ -uint8_t x_223; lean_object* x_224; lean_object* x_225; uint8_t x_226; lean_object* x_227; lean_object* x_228; -x_223 = 1; -x_224 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_225 = l_Lean_Name_toString(x_216, x_223, x_224); -x_226 = 13; -x_227 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_227, 0, x_225); -lean_ctor_set(x_227, 1, x_218); -lean_ctor_set(x_227, 2, x_218); -lean_ctor_set(x_227, 3, x_219); -lean_ctor_set(x_227, 4, x_214); -lean_ctor_set(x_227, 5, x_215); -lean_ctor_set(x_227, 6, x_222); -lean_ctor_set_uint8(x_227, sizeof(void*)*7, x_226); -lean_ctor_set(x_5, 0, x_227); -if (lean_is_scalar(x_210)) { - x_228 = lean_alloc_ctor(0, 2, 0); -} else { - x_228 = x_210; -} -lean_ctor_set(x_228, 0, x_5); -lean_ctor_set(x_228, 1, x_209); -return x_228; -} -else -{ -lean_object* x_229; lean_object* x_230; uint8_t x_231; lean_object* x_232; lean_object* x_233; uint8_t x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; -lean_dec(x_216); -lean_free_object(x_5); -x_229 = lean_ctor_get(x_217, 0); -lean_inc(x_229); -if (lean_is_exclusive(x_217)) { - lean_ctor_release(x_217, 0); - x_230 = x_217; -} else { - lean_dec_ref(x_217); - x_230 = lean_box(0); -} -x_231 = 1; -x_232 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_233 = l_Lean_Name_toString(x_229, x_231, x_232); -x_234 = 13; -x_235 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_235, 0, x_233); -lean_ctor_set(x_235, 1, x_218); -lean_ctor_set(x_235, 2, x_218); -lean_ctor_set(x_235, 3, x_219); -lean_ctor_set(x_235, 4, x_214); -lean_ctor_set(x_235, 5, x_215); -lean_ctor_set(x_235, 6, x_222); -lean_ctor_set_uint8(x_235, sizeof(void*)*7, x_234); -if (lean_is_scalar(x_230)) { - x_236 = lean_alloc_ctor(1, 1, 0); -} else { - x_236 = x_230; -} -lean_ctor_set(x_236, 0, x_235); -if (lean_is_scalar(x_210)) { - x_237 = lean_alloc_ctor(0, 2, 0); -} else { - x_237 = x_210; -} -lean_ctor_set(x_237, 0, x_236); -lean_ctor_set(x_237, 1, x_209); -return x_237; -} -} -} -} -} -else -{ -lean_object* x_238; -x_238 = lean_ctor_get(x_5, 0); -lean_inc(x_238); -lean_dec(x_5); -if (lean_obj_tag(x_2) == 0) -{ -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; -x_239 = lean_ctor_get(x_4, 1); -lean_inc(x_239); -if (lean_is_exclusive(x_4)) { - lean_ctor_release(x_4, 0); - lean_ctor_release(x_4, 1); - x_240 = x_4; -} else { - lean_dec_ref(x_4); - x_240 = lean_box(0); -} -x_241 = lean_ctor_get(x_238, 0); -lean_inc(x_241); -lean_dec(x_238); -x_242 = lean_ctor_get(x_2, 0); -lean_inc(x_242); -x_243 = lean_ctor_get(x_2, 1); -lean_inc(x_243); -if (lean_is_exclusive(x_2)) { - lean_ctor_release(x_2, 0); - lean_ctor_release(x_2, 1); - x_244 = x_2; -} else { - lean_dec_ref(x_2); - x_244 = lean_box(0); -} -x_245 = l_String_toName(x_243); -lean_inc(x_245); -x_246 = lean_private_to_user_name(x_245); -x_247 = lean_box(0); -x_248 = lean_ctor_get(x_241, 0); -lean_inc(x_248); -x_249 = lean_ctor_get(x_241, 1); -lean_inc(x_249); -lean_dec(x_241); -x_250 = l_String_toName(x_242); -lean_inc(x_245); -if (lean_is_scalar(x_244)) { - x_251 = lean_alloc_ctor(0, 2, 0); -} else { - x_251 = x_244; -} -lean_ctor_set(x_251, 0, x_250); -lean_ctor_set(x_251, 1, x_245); -x_252 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(x_251); -x_253 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_253, 0, x_252); -if (lean_obj_tag(x_246) == 0) -{ -uint8_t x_254; lean_object* x_255; lean_object* x_256; uint8_t x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; -x_254 = 1; -x_255 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_256 = l_Lean_Name_toString(x_245, x_254, x_255); -x_257 = 13; -lean_inc(x_249); -x_258 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_258, 0, x_256); -lean_ctor_set(x_258, 1, x_247); -lean_ctor_set(x_258, 2, x_247); -lean_ctor_set(x_258, 3, x_248); -lean_ctor_set(x_258, 4, x_249); -lean_ctor_set(x_258, 5, x_249); -lean_ctor_set(x_258, 6, x_253); -lean_ctor_set_uint8(x_258, sizeof(void*)*7, x_257); -x_259 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_259, 0, x_258); -if (lean_is_scalar(x_240)) { - x_260 = lean_alloc_ctor(0, 2, 0); -} else { - x_260 = x_240; -} -lean_ctor_set(x_260, 0, x_259); -lean_ctor_set(x_260, 1, x_239); -return x_260; -} -else -{ -lean_object* x_261; lean_object* x_262; uint8_t x_263; lean_object* x_264; lean_object* x_265; uint8_t x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; -lean_dec(x_245); -x_261 = lean_ctor_get(x_246, 0); -lean_inc(x_261); -if (lean_is_exclusive(x_246)) { - lean_ctor_release(x_246, 0); - x_262 = x_246; -} else { - lean_dec_ref(x_246); - x_262 = lean_box(0); -} -x_263 = 1; -x_264 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_265 = l_Lean_Name_toString(x_261, x_263, x_264); -x_266 = 13; -lean_inc(x_249); -x_267 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_267, 0, x_265); -lean_ctor_set(x_267, 1, x_247); -lean_ctor_set(x_267, 2, x_247); -lean_ctor_set(x_267, 3, x_248); -lean_ctor_set(x_267, 4, x_249); -lean_ctor_set(x_267, 5, x_249); -lean_ctor_set(x_267, 6, x_253); -lean_ctor_set_uint8(x_267, sizeof(void*)*7, x_266); -if (lean_is_scalar(x_262)) { - x_268 = lean_alloc_ctor(1, 1, 0); -} else { - x_268 = x_262; -} -lean_ctor_set(x_268, 0, x_267); -if (lean_is_scalar(x_240)) { - x_269 = lean_alloc_ctor(0, 2, 0); -} else { - x_269 = x_240; -} -lean_ctor_set(x_269, 0, x_268); -lean_ctor_set(x_269, 1, x_239); -return x_269; -} -} -else -{ -lean_object* x_270; lean_object* x_271; -if (lean_is_exclusive(x_2)) { - lean_ctor_release(x_2, 0); - lean_ctor_release(x_2, 1); - x_270 = x_2; -} else { - lean_dec_ref(x_2); - x_270 = lean_box(0); -} -x_271 = lean_ctor_get(x_238, 2); -lean_inc(x_271); -if (lean_obj_tag(x_271) == 0) -{ -lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; -lean_dec(x_270); -lean_dec(x_238); -x_272 = lean_ctor_get(x_4, 1); -lean_inc(x_272); -if (lean_is_exclusive(x_4)) { - lean_ctor_release(x_4, 0); - lean_ctor_release(x_4, 1); - x_273 = x_4; -} else { - lean_dec_ref(x_4); - x_273 = lean_box(0); -} -x_274 = lean_box(0); -if (lean_is_scalar(x_273)) { - x_275 = lean_alloc_ctor(0, 2, 0); -} else { - x_275 = x_273; -} -lean_ctor_set(x_275, 0, x_274); -lean_ctor_set(x_275, 1, x_272); -return x_275; -} -else -{ -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; -x_276 = lean_ctor_get(x_271, 0); -lean_inc(x_276); -if (lean_is_exclusive(x_271)) { - lean_ctor_release(x_271, 0); - x_277 = x_271; -} else { - lean_dec_ref(x_271); - x_277 = lean_box(0); -} -x_278 = lean_ctor_get(x_4, 1); -lean_inc(x_278); -if (lean_is_exclusive(x_4)) { - lean_ctor_release(x_4, 0); - lean_ctor_release(x_4, 1); - x_279 = x_4; -} else { - lean_dec_ref(x_4); - x_279 = lean_box(0); -} -x_280 = lean_ctor_get(x_238, 0); -lean_inc(x_280); -x_281 = lean_ctor_get(x_238, 1); -lean_inc(x_281); -lean_dec(x_238); -x_282 = lean_ctor_get(x_276, 0); -lean_inc(x_282); -x_283 = lean_ctor_get(x_276, 1); -lean_inc(x_283); -x_284 = lean_ctor_get(x_276, 2); -lean_inc(x_284); -lean_dec(x_276); -x_285 = l_String_toName(x_282); -lean_inc(x_285); -x_286 = lean_private_to_user_name(x_285); -x_287 = lean_box(0); -x_288 = lean_ctor_get(x_280, 0); -lean_inc(x_288); -lean_dec(x_280); -lean_inc(x_285); -if (lean_is_scalar(x_270)) { - x_289 = lean_alloc_ctor(0, 2, 0); -} else { - x_289 = x_270; - lean_ctor_set_tag(x_289, 0); -} -lean_ctor_set(x_289, 0, x_281); -lean_ctor_set(x_289, 1, x_285); -x_290 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(x_289); -if (lean_is_scalar(x_277)) { - x_291 = lean_alloc_ctor(1, 1, 0); -} else { - x_291 = x_277; -} -lean_ctor_set(x_291, 0, x_290); -if (lean_obj_tag(x_286) == 0) -{ -uint8_t x_292; lean_object* x_293; lean_object* x_294; uint8_t x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; -x_292 = 1; -x_293 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_294 = l_Lean_Name_toString(x_285, x_292, x_293); -x_295 = 13; -x_296 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_296, 0, x_294); -lean_ctor_set(x_296, 1, x_287); -lean_ctor_set(x_296, 2, x_287); -lean_ctor_set(x_296, 3, x_288); -lean_ctor_set(x_296, 4, x_283); -lean_ctor_set(x_296, 5, x_284); -lean_ctor_set(x_296, 6, x_291); -lean_ctor_set_uint8(x_296, sizeof(void*)*7, x_295); -x_297 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_297, 0, x_296); -if (lean_is_scalar(x_279)) { - x_298 = lean_alloc_ctor(0, 2, 0); -} else { - x_298 = x_279; -} -lean_ctor_set(x_298, 0, x_297); -lean_ctor_set(x_298, 1, x_278); -return x_298; -} -else -{ -lean_object* x_299; lean_object* x_300; uint8_t x_301; lean_object* x_302; lean_object* x_303; uint8_t x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; -lean_dec(x_285); -x_299 = lean_ctor_get(x_286, 0); -lean_inc(x_299); -if (lean_is_exclusive(x_286)) { - lean_ctor_release(x_286, 0); - x_300 = x_286; -} else { - lean_dec_ref(x_286); - x_300 = lean_box(0); -} -x_301 = 1; -x_302 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_303 = l_Lean_Name_toString(x_299, x_301, x_302); -x_304 = 13; -x_305 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_305, 0, x_303); -lean_ctor_set(x_305, 1, x_287); -lean_ctor_set(x_305, 2, x_287); -lean_ctor_set(x_305, 3, x_288); -lean_ctor_set(x_305, 4, x_283); -lean_ctor_set(x_305, 5, x_284); -lean_ctor_set(x_305, 6, x_291); -lean_ctor_set_uint8(x_305, sizeof(void*)*7, x_304); -if (lean_is_scalar(x_300)) { - x_306 = lean_alloc_ctor(1, 1, 0); -} else { - x_306 = x_300; -} -lean_ctor_set(x_306, 0, x_305); -if (lean_is_scalar(x_279)) { - x_307 = lean_alloc_ctor(0, 2, 0); -} else { - x_307 = x_279; -} -lean_ctor_set(x_307, 0, x_306); -lean_ctor_set(x_307, 1, x_278); -return x_307; -} -} -} -} -} -} -} -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__2(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) { -_start: -{ -uint8_t x_8; -x_8 = lean_usize_dec_eq(x_3, x_4); +lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_6 = lean_ctor_get(x_3, 0); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +lean_dec(x_6); +x_8 = !lean_is_exclusive(x_2); if (x_8 == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_array_uget(x_2, x_3); -lean_inc(x_1); -x_10 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_callHierarchyItemOf_x3f(x_1, x_9, x_7); -x_11 = lean_ctor_get(x_10, 0); +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; +x_9 = lean_ctor_get(x_2, 0); +x_10 = lean_ctor_get(x_2, 1); +x_11 = l_String_toName(x_10); lean_inc(x_11); -if (lean_obj_tag(x_11) == 0) +x_12 = lean_private_to_user_name(x_11); +x_13 = lean_box(0); +x_14 = lean_ctor_get(x_7, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_7, 1); +lean_inc(x_15); +lean_dec(x_7); +x_16 = l_String_toName(x_9); +lean_inc(x_11); +lean_ctor_set(x_2, 1, x_11); +lean_ctor_set(x_2, 0, x_16); +x_17 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12509_(x_2); +lean_ctor_set(x_3, 0, x_17); +if (lean_obj_tag(x_12) == 0) { -lean_object* x_12; size_t x_13; size_t x_14; -x_12 = lean_ctor_get(x_10, 1); -lean_inc(x_12); -lean_dec(x_10); -x_13 = 1; -x_14 = lean_usize_add(x_3, x_13); -x_3 = x_14; -x_7 = x_12; -goto _start; +uint8_t x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; lean_object* x_22; lean_object* x_23; +x_18 = 1; +x_19 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_20 = l_Lean_Name_toString(x_11, x_18, x_19); +x_21 = 13; +lean_inc(x_15); +x_22 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_22, 0, x_20); +lean_ctor_set(x_22, 1, x_13); +lean_ctor_set(x_22, 2, x_13); +lean_ctor_set(x_22, 3, x_14); +lean_ctor_set(x_22, 4, x_15); +lean_ctor_set(x_22, 5, x_15); +lean_ctor_set(x_22, 6, x_3); +lean_ctor_set_uint8(x_22, sizeof(void*)*7, x_21); +x_23 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_23, 0, x_22); +return x_23; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; -x_16 = lean_ctor_get(x_10, 1); -lean_inc(x_16); -lean_dec(x_10); -x_17 = lean_ctor_get(x_11, 0); -lean_inc(x_17); +uint8_t x_24; lean_dec(x_11); -x_18 = lean_array_push(x_5, x_17); -x_19 = 1; -x_20 = lean_usize_add(x_3, x_19); -x_3 = x_20; -x_5 = x_18; -x_7 = x_16; -goto _start; +x_24 = !lean_is_exclusive(x_12); +if (x_24 == 0) +{ +lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; +x_25 = lean_ctor_get(x_12, 0); +x_26 = 1; +x_27 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_28 = l_Lean_Name_toString(x_25, x_26, x_27); +x_29 = 13; +lean_inc(x_15); +x_30 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_30, 0, x_28); +lean_ctor_set(x_30, 1, x_13); +lean_ctor_set(x_30, 2, x_13); +lean_ctor_set(x_30, 3, x_14); +lean_ctor_set(x_30, 4, x_15); +lean_ctor_set(x_30, 5, x_15); +lean_ctor_set(x_30, 6, x_3); +lean_ctor_set_uint8(x_30, sizeof(void*)*7, x_29); +lean_ctor_set(x_12, 0, x_30); +return x_12; +} +else +{ +lean_object* x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; lean_object* x_36; lean_object* x_37; +x_31 = lean_ctor_get(x_12, 0); +lean_inc(x_31); +lean_dec(x_12); +x_32 = 1; +x_33 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_34 = l_Lean_Name_toString(x_31, x_32, x_33); +x_35 = 13; +lean_inc(x_15); +x_36 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_36, 0, x_34); +lean_ctor_set(x_36, 1, x_13); +lean_ctor_set(x_36, 2, x_13); +lean_ctor_set(x_36, 3, x_14); +lean_ctor_set(x_36, 4, x_15); +lean_ctor_set(x_36, 5, x_15); +lean_ctor_set(x_36, 6, x_3); +lean_ctor_set_uint8(x_36, sizeof(void*)*7, x_35); +x_37 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_37, 0, x_36); +return x_37; +} } } else { -lean_object* x_22; -lean_dec(x_1); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_5); -lean_ctor_set(x_22, 1, x_7); -return x_22; +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; +x_38 = lean_ctor_get(x_2, 0); +x_39 = lean_ctor_get(x_2, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_2); +x_40 = l_String_toName(x_39); +lean_inc(x_40); +x_41 = lean_private_to_user_name(x_40); +x_42 = lean_box(0); +x_43 = lean_ctor_get(x_7, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_7, 1); +lean_inc(x_44); +lean_dec(x_7); +x_45 = l_String_toName(x_38); +lean_inc(x_40); +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_45); +lean_ctor_set(x_46, 1, x_40); +x_47 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12509_(x_46); +lean_ctor_set(x_3, 0, x_47); +if (lean_obj_tag(x_41) == 0) +{ +uint8_t x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; lean_object* x_53; +x_48 = 1; +x_49 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_50 = l_Lean_Name_toString(x_40, x_48, x_49); +x_51 = 13; +lean_inc(x_44); +x_52 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_52, 0, x_50); +lean_ctor_set(x_52, 1, x_42); +lean_ctor_set(x_52, 2, x_42); +lean_ctor_set(x_52, 3, x_43); +lean_ctor_set(x_52, 4, x_44); +lean_ctor_set(x_52, 5, x_44); +lean_ctor_set(x_52, 6, x_3); +lean_ctor_set_uint8(x_52, sizeof(void*)*7, x_51); +x_53 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_53, 0, x_52); +return x_53; +} +else +{ +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_60; lean_object* x_61; +lean_dec(x_40); +x_54 = lean_ctor_get(x_41, 0); +lean_inc(x_54); +if (lean_is_exclusive(x_41)) { + lean_ctor_release(x_41, 0); + x_55 = x_41; +} else { + lean_dec_ref(x_41); + x_55 = lean_box(0); +} +x_56 = 1; +x_57 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_58 = l_Lean_Name_toString(x_54, x_56, x_57); +x_59 = 13; +lean_inc(x_44); +x_60 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_60, 0, x_58); +lean_ctor_set(x_60, 1, x_42); +lean_ctor_set(x_60, 2, x_42); +lean_ctor_set(x_60, 3, x_43); +lean_ctor_set(x_60, 4, x_44); +lean_ctor_set(x_60, 5, x_44); +lean_ctor_set(x_60, 6, x_3); +lean_ctor_set_uint8(x_60, sizeof(void*)*7, x_59); +if (lean_is_scalar(x_55)) { + x_61 = lean_alloc_ctor(1, 1, 0); +} else { + x_61 = x_55; +} +lean_ctor_set(x_61, 0, x_60); +return x_61; } } } -LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +else +{ +uint8_t x_62; +x_62 = !lean_is_exclusive(x_2); +if (x_62 == 0) +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_63 = lean_ctor_get(x_3, 0); +x_64 = lean_ctor_get(x_2, 1); +lean_dec(x_64); +x_65 = lean_ctor_get(x_2, 0); +lean_dec(x_65); +x_66 = lean_ctor_get(x_63, 2); +lean_inc(x_66); +if (lean_obj_tag(x_66) == 0) +{ +lean_object* x_67; +lean_free_object(x_2); +lean_free_object(x_3); +lean_dec(x_63); +x_67 = lean_box(0); +return x_67; +} +else +{ +uint8_t x_68; +x_68 = !lean_is_exclusive(x_66); +if (x_68 == 0) +{ +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; +x_69 = lean_ctor_get(x_66, 0); +x_70 = lean_ctor_get(x_63, 0); +lean_inc(x_70); +x_71 = lean_ctor_get(x_63, 1); +lean_inc(x_71); +lean_dec(x_63); +x_72 = lean_ctor_get(x_69, 0); +lean_inc(x_72); +x_73 = lean_ctor_get(x_69, 1); +lean_inc(x_73); +x_74 = lean_ctor_get(x_69, 2); +lean_inc(x_74); +lean_dec(x_69); +x_75 = l_String_toName(x_72); +lean_inc(x_75); +x_76 = lean_private_to_user_name(x_75); +x_77 = lean_box(0); +x_78 = lean_ctor_get(x_70, 0); +lean_inc(x_78); +lean_dec(x_70); +lean_inc(x_75); +lean_ctor_set_tag(x_2, 0); +lean_ctor_set(x_2, 1, x_75); +lean_ctor_set(x_2, 0, x_71); +x_79 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12509_(x_2); +lean_ctor_set(x_66, 0, x_79); +if (lean_obj_tag(x_76) == 0) +{ +uint8_t x_80; lean_object* x_81; lean_object* x_82; uint8_t x_83; lean_object* x_84; +x_80 = 1; +x_81 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_82 = l_Lean_Name_toString(x_75, x_80, x_81); +x_83 = 13; +x_84 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_84, 0, x_82); +lean_ctor_set(x_84, 1, x_77); +lean_ctor_set(x_84, 2, x_77); +lean_ctor_set(x_84, 3, x_78); +lean_ctor_set(x_84, 4, x_73); +lean_ctor_set(x_84, 5, x_74); +lean_ctor_set(x_84, 6, x_66); +lean_ctor_set_uint8(x_84, sizeof(void*)*7, x_83); +lean_ctor_set(x_3, 0, x_84); +return x_3; +} +else +{ +uint8_t x_85; +lean_dec(x_75); +lean_free_object(x_3); +x_85 = !lean_is_exclusive(x_76); +if (x_85 == 0) +{ +lean_object* x_86; uint8_t x_87; lean_object* x_88; lean_object* x_89; uint8_t x_90; lean_object* x_91; +x_86 = lean_ctor_get(x_76, 0); +x_87 = 1; +x_88 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_89 = l_Lean_Name_toString(x_86, x_87, x_88); +x_90 = 13; +x_91 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_91, 0, x_89); +lean_ctor_set(x_91, 1, x_77); +lean_ctor_set(x_91, 2, x_77); +lean_ctor_set(x_91, 3, x_78); +lean_ctor_set(x_91, 4, x_73); +lean_ctor_set(x_91, 5, x_74); +lean_ctor_set(x_91, 6, x_66); +lean_ctor_set_uint8(x_91, sizeof(void*)*7, x_90); +lean_ctor_set(x_76, 0, x_91); +return x_76; +} +else +{ +lean_object* x_92; uint8_t x_93; lean_object* x_94; lean_object* x_95; uint8_t x_96; lean_object* x_97; lean_object* x_98; +x_92 = lean_ctor_get(x_76, 0); +lean_inc(x_92); +lean_dec(x_76); +x_93 = 1; +x_94 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_95 = l_Lean_Name_toString(x_92, x_93, x_94); +x_96 = 13; +x_97 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_97, 0, x_95); +lean_ctor_set(x_97, 1, x_77); +lean_ctor_set(x_97, 2, x_77); +lean_ctor_set(x_97, 3, x_78); +lean_ctor_set(x_97, 4, x_73); +lean_ctor_set(x_97, 5, x_74); +lean_ctor_set(x_97, 6, x_66); +lean_ctor_set_uint8(x_97, sizeof(void*)*7, x_96); +x_98 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_98, 0, x_97); +return x_98; +} +} +} +else +{ +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; +x_99 = lean_ctor_get(x_66, 0); +lean_inc(x_99); +lean_dec(x_66); +x_100 = lean_ctor_get(x_63, 0); +lean_inc(x_100); +x_101 = lean_ctor_get(x_63, 1); +lean_inc(x_101); +lean_dec(x_63); +x_102 = lean_ctor_get(x_99, 0); +lean_inc(x_102); +x_103 = lean_ctor_get(x_99, 1); +lean_inc(x_103); +x_104 = lean_ctor_get(x_99, 2); +lean_inc(x_104); +lean_dec(x_99); +x_105 = l_String_toName(x_102); +lean_inc(x_105); +x_106 = lean_private_to_user_name(x_105); +x_107 = lean_box(0); +x_108 = lean_ctor_get(x_100, 0); +lean_inc(x_108); +lean_dec(x_100); +lean_inc(x_105); +lean_ctor_set_tag(x_2, 0); +lean_ctor_set(x_2, 1, x_105); +lean_ctor_set(x_2, 0, x_101); +x_109 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12509_(x_2); +x_110 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_110, 0, x_109); +if (lean_obj_tag(x_106) == 0) +{ +uint8_t x_111; lean_object* x_112; lean_object* x_113; uint8_t x_114; lean_object* x_115; +x_111 = 1; +x_112 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_113 = l_Lean_Name_toString(x_105, x_111, x_112); +x_114 = 13; +x_115 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_115, 0, x_113); +lean_ctor_set(x_115, 1, x_107); +lean_ctor_set(x_115, 2, x_107); +lean_ctor_set(x_115, 3, x_108); +lean_ctor_set(x_115, 4, x_103); +lean_ctor_set(x_115, 5, x_104); +lean_ctor_set(x_115, 6, x_110); +lean_ctor_set_uint8(x_115, sizeof(void*)*7, x_114); +lean_ctor_set(x_3, 0, x_115); +return x_3; +} +else +{ +lean_object* x_116; lean_object* x_117; uint8_t x_118; lean_object* x_119; lean_object* x_120; uint8_t x_121; lean_object* x_122; lean_object* x_123; +lean_dec(x_105); +lean_free_object(x_3); +x_116 = lean_ctor_get(x_106, 0); +lean_inc(x_116); +if (lean_is_exclusive(x_106)) { + lean_ctor_release(x_106, 0); + x_117 = x_106; +} else { + lean_dec_ref(x_106); + x_117 = lean_box(0); +} +x_118 = 1; +x_119 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_120 = l_Lean_Name_toString(x_116, x_118, x_119); +x_121 = 13; +x_122 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_122, 0, x_120); +lean_ctor_set(x_122, 1, x_107); +lean_ctor_set(x_122, 2, x_107); +lean_ctor_set(x_122, 3, x_108); +lean_ctor_set(x_122, 4, x_103); +lean_ctor_set(x_122, 5, x_104); +lean_ctor_set(x_122, 6, x_110); +lean_ctor_set_uint8(x_122, sizeof(void*)*7, x_121); +if (lean_is_scalar(x_117)) { + x_123 = lean_alloc_ctor(1, 1, 0); +} else { + x_123 = x_117; +} +lean_ctor_set(x_123, 0, x_122); +return x_123; +} +} +} +} +else +{ +lean_object* x_124; lean_object* x_125; +x_124 = lean_ctor_get(x_3, 0); +lean_dec(x_2); +x_125 = lean_ctor_get(x_124, 2); +lean_inc(x_125); +if (lean_obj_tag(x_125) == 0) +{ +lean_object* x_126; +lean_free_object(x_3); +lean_dec(x_124); +x_126 = lean_box(0); +return x_126; +} +else +{ +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; +x_127 = lean_ctor_get(x_125, 0); +lean_inc(x_127); +if (lean_is_exclusive(x_125)) { + lean_ctor_release(x_125, 0); + x_128 = x_125; +} else { + lean_dec_ref(x_125); + x_128 = lean_box(0); +} +x_129 = lean_ctor_get(x_124, 0); +lean_inc(x_129); +x_130 = lean_ctor_get(x_124, 1); +lean_inc(x_130); +lean_dec(x_124); +x_131 = lean_ctor_get(x_127, 0); +lean_inc(x_131); +x_132 = lean_ctor_get(x_127, 1); +lean_inc(x_132); +x_133 = lean_ctor_get(x_127, 2); +lean_inc(x_133); +lean_dec(x_127); +x_134 = l_String_toName(x_131); +lean_inc(x_134); +x_135 = lean_private_to_user_name(x_134); +x_136 = lean_box(0); +x_137 = lean_ctor_get(x_129, 0); +lean_inc(x_137); +lean_dec(x_129); +lean_inc(x_134); +x_138 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_138, 0, x_130); +lean_ctor_set(x_138, 1, x_134); +x_139 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12509_(x_138); +if (lean_is_scalar(x_128)) { + x_140 = lean_alloc_ctor(1, 1, 0); +} else { + x_140 = x_128; +} +lean_ctor_set(x_140, 0, x_139); +if (lean_obj_tag(x_135) == 0) +{ +uint8_t x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; lean_object* x_145; +x_141 = 1; +x_142 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_143 = l_Lean_Name_toString(x_134, x_141, x_142); +x_144 = 13; +x_145 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_145, 0, x_143); +lean_ctor_set(x_145, 1, x_136); +lean_ctor_set(x_145, 2, x_136); +lean_ctor_set(x_145, 3, x_137); +lean_ctor_set(x_145, 4, x_132); +lean_ctor_set(x_145, 5, x_133); +lean_ctor_set(x_145, 6, x_140); +lean_ctor_set_uint8(x_145, sizeof(void*)*7, x_144); +lean_ctor_set(x_3, 0, x_145); +return x_3; +} +else +{ +lean_object* x_146; lean_object* x_147; uint8_t x_148; lean_object* x_149; lean_object* x_150; uint8_t x_151; lean_object* x_152; lean_object* x_153; +lean_dec(x_134); +lean_free_object(x_3); +x_146 = lean_ctor_get(x_135, 0); +lean_inc(x_146); +if (lean_is_exclusive(x_135)) { + lean_ctor_release(x_135, 0); + x_147 = x_135; +} else { + lean_dec_ref(x_135); + x_147 = lean_box(0); +} +x_148 = 1; +x_149 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_150 = l_Lean_Name_toString(x_146, x_148, x_149); +x_151 = 13; +x_152 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_152, 0, x_150); +lean_ctor_set(x_152, 1, x_136); +lean_ctor_set(x_152, 2, x_136); +lean_ctor_set(x_152, 3, x_137); +lean_ctor_set(x_152, 4, x_132); +lean_ctor_set(x_152, 5, x_133); +lean_ctor_set(x_152, 6, x_140); +lean_ctor_set_uint8(x_152, sizeof(void*)*7, x_151); +if (lean_is_scalar(x_147)) { + x_153 = lean_alloc_ctor(1, 1, 0); +} else { + x_153 = x_147; +} +lean_ctor_set(x_153, 0, x_152); +return x_153; +} +} +} +} +} +else +{ +lean_object* x_154; +x_154 = lean_ctor_get(x_3, 0); +lean_inc(x_154); +lean_dec(x_3); +if (lean_obj_tag(x_2) == 0) +{ +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; +x_155 = lean_ctor_get(x_154, 0); +lean_inc(x_155); +lean_dec(x_154); +x_156 = lean_ctor_get(x_2, 0); +lean_inc(x_156); +x_157 = lean_ctor_get(x_2, 1); +lean_inc(x_157); +if (lean_is_exclusive(x_2)) { + lean_ctor_release(x_2, 0); + lean_ctor_release(x_2, 1); + x_158 = x_2; +} else { + lean_dec_ref(x_2); + x_158 = lean_box(0); +} +x_159 = l_String_toName(x_157); +lean_inc(x_159); +x_160 = lean_private_to_user_name(x_159); +x_161 = lean_box(0); +x_162 = lean_ctor_get(x_155, 0); +lean_inc(x_162); +x_163 = lean_ctor_get(x_155, 1); +lean_inc(x_163); +lean_dec(x_155); +x_164 = l_String_toName(x_156); +lean_inc(x_159); +if (lean_is_scalar(x_158)) { + x_165 = lean_alloc_ctor(0, 2, 0); +} else { + x_165 = x_158; +} +lean_ctor_set(x_165, 0, x_164); +lean_ctor_set(x_165, 1, x_159); +x_166 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12509_(x_165); +x_167 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_167, 0, x_166); +if (lean_obj_tag(x_160) == 0) +{ +uint8_t x_168; lean_object* x_169; lean_object* x_170; uint8_t x_171; lean_object* x_172; lean_object* x_173; +x_168 = 1; +x_169 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_170 = l_Lean_Name_toString(x_159, x_168, x_169); +x_171 = 13; +lean_inc(x_163); +x_172 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_172, 0, x_170); +lean_ctor_set(x_172, 1, x_161); +lean_ctor_set(x_172, 2, x_161); +lean_ctor_set(x_172, 3, x_162); +lean_ctor_set(x_172, 4, x_163); +lean_ctor_set(x_172, 5, x_163); +lean_ctor_set(x_172, 6, x_167); +lean_ctor_set_uint8(x_172, sizeof(void*)*7, x_171); +x_173 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_173, 0, x_172); +return x_173; +} +else +{ +lean_object* x_174; lean_object* x_175; uint8_t x_176; lean_object* x_177; lean_object* x_178; uint8_t x_179; lean_object* x_180; lean_object* x_181; +lean_dec(x_159); +x_174 = lean_ctor_get(x_160, 0); +lean_inc(x_174); +if (lean_is_exclusive(x_160)) { + lean_ctor_release(x_160, 0); + x_175 = x_160; +} else { + lean_dec_ref(x_160); + x_175 = lean_box(0); +} +x_176 = 1; +x_177 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_178 = l_Lean_Name_toString(x_174, x_176, x_177); +x_179 = 13; +lean_inc(x_163); +x_180 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_180, 0, x_178); +lean_ctor_set(x_180, 1, x_161); +lean_ctor_set(x_180, 2, x_161); +lean_ctor_set(x_180, 3, x_162); +lean_ctor_set(x_180, 4, x_163); +lean_ctor_set(x_180, 5, x_163); +lean_ctor_set(x_180, 6, x_167); +lean_ctor_set_uint8(x_180, sizeof(void*)*7, x_179); +if (lean_is_scalar(x_175)) { + x_181 = lean_alloc_ctor(1, 1, 0); +} else { + x_181 = x_175; +} +lean_ctor_set(x_181, 0, x_180); +return x_181; +} +} +else +{ +lean_object* x_182; lean_object* x_183; +if (lean_is_exclusive(x_2)) { + lean_ctor_release(x_2, 0); + lean_ctor_release(x_2, 1); + x_182 = x_2; +} else { + lean_dec_ref(x_2); + x_182 = lean_box(0); +} +x_183 = lean_ctor_get(x_154, 2); +lean_inc(x_183); +if (lean_obj_tag(x_183) == 0) +{ +lean_object* x_184; +lean_dec(x_182); +lean_dec(x_154); +x_184 = lean_box(0); +return x_184; +} +else +{ +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; +x_185 = lean_ctor_get(x_183, 0); +lean_inc(x_185); +if (lean_is_exclusive(x_183)) { + lean_ctor_release(x_183, 0); + x_186 = x_183; +} else { + lean_dec_ref(x_183); + x_186 = lean_box(0); +} +x_187 = lean_ctor_get(x_154, 0); +lean_inc(x_187); +x_188 = lean_ctor_get(x_154, 1); +lean_inc(x_188); +lean_dec(x_154); +x_189 = lean_ctor_get(x_185, 0); +lean_inc(x_189); +x_190 = lean_ctor_get(x_185, 1); +lean_inc(x_190); +x_191 = lean_ctor_get(x_185, 2); +lean_inc(x_191); +lean_dec(x_185); +x_192 = l_String_toName(x_189); +lean_inc(x_192); +x_193 = lean_private_to_user_name(x_192); +x_194 = lean_box(0); +x_195 = lean_ctor_get(x_187, 0); +lean_inc(x_195); +lean_dec(x_187); +lean_inc(x_192); +if (lean_is_scalar(x_182)) { + x_196 = lean_alloc_ctor(0, 2, 0); +} else { + x_196 = x_182; + lean_ctor_set_tag(x_196, 0); +} +lean_ctor_set(x_196, 0, x_188); +lean_ctor_set(x_196, 1, x_192); +x_197 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12509_(x_196); +if (lean_is_scalar(x_186)) { + x_198 = lean_alloc_ctor(1, 1, 0); +} else { + x_198 = x_186; +} +lean_ctor_set(x_198, 0, x_197); +if (lean_obj_tag(x_193) == 0) +{ +uint8_t x_199; lean_object* x_200; lean_object* x_201; uint8_t x_202; lean_object* x_203; lean_object* x_204; +x_199 = 1; +x_200 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_201 = l_Lean_Name_toString(x_192, x_199, x_200); +x_202 = 13; +x_203 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_203, 0, x_201); +lean_ctor_set(x_203, 1, x_194); +lean_ctor_set(x_203, 2, x_194); +lean_ctor_set(x_203, 3, x_195); +lean_ctor_set(x_203, 4, x_190); +lean_ctor_set(x_203, 5, x_191); +lean_ctor_set(x_203, 6, x_198); +lean_ctor_set_uint8(x_203, sizeof(void*)*7, x_202); +x_204 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_204, 0, x_203); +return x_204; +} +else +{ +lean_object* x_205; lean_object* x_206; uint8_t x_207; lean_object* x_208; lean_object* x_209; uint8_t x_210; lean_object* x_211; lean_object* x_212; +lean_dec(x_192); +x_205 = lean_ctor_get(x_193, 0); +lean_inc(x_205); +if (lean_is_exclusive(x_193)) { + lean_ctor_release(x_193, 0); + x_206 = x_193; +} else { + lean_dec_ref(x_193); + x_206 = lean_box(0); +} +x_207 = 1; +x_208 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_209 = l_Lean_Name_toString(x_205, x_207, x_208); +x_210 = 13; +x_211 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_211, 0, x_209); +lean_ctor_set(x_211, 1, x_194); +lean_ctor_set(x_211, 2, x_194); +lean_ctor_set(x_211, 3, x_195); +lean_ctor_set(x_211, 4, x_190); +lean_ctor_set(x_211, 5, x_191); +lean_ctor_set(x_211, 6, x_198); +lean_ctor_set_uint8(x_211, sizeof(void*)*7, x_210); +if (lean_is_scalar(x_206)) { + x_212 = lean_alloc_ctor(1, 1, 0); +} else { + x_212 = x_206; +} +lean_ctor_set(x_212, 0, x_211); +return x_212; +} +} +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { _start: { -uint8_t x_7; -x_7 = lean_nat_dec_lt(x_3, x_4); -if (x_7 == 0) +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; +x_7 = lean_array_uget(x_2, x_3); +lean_inc(x_1); +x_8 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_callHierarchyItemOf_x3f(x_1, x_7); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +if (lean_obj_tag(x_8) == 0) +{ +x_3 = x_10; +goto _start; +} +else +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_8, 0); +lean_inc(x_12); +lean_dec(x_8); +x_13 = lean_array_push(x_5, x_12); +x_3 = x_10; +x_5 = x_13; +goto _start; +} +} +else { -lean_object* x_8; lean_object* x_9; lean_dec(x_1); -x_8 = l_Lean_Server_Watchdog_eraseFileWorker___lambda__3___closed__1; -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_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_nat_dec_lt(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +lean_dec(x_1); +x_6 = l_Lean_Server_Watchdog_eraseFileWorker___lambda__3___closed__1; +return x_6; +} +else +{ +lean_object* x_7; uint8_t x_8; +x_7 = lean_array_get_size(x_2); +x_8 = lean_nat_dec_le(x_4, x_7); +lean_dec(x_7); +if (x_8 == 0) +{ +lean_object* x_9; +lean_dec(x_1); +x_9 = l_Lean_Server_Watchdog_eraseFileWorker___lambda__3___closed__1; return x_9; } else { -lean_object* x_10; uint8_t x_11; -x_10 = lean_array_get_size(x_2); -x_11 = lean_nat_dec_le(x_4, x_10); -lean_dec(x_10); -if (x_11 == 0) -{ -lean_object* x_12; lean_object* x_13; -lean_dec(x_1); +size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_usize_of_nat(x_3); +x_11 = lean_usize_of_nat(x_4); x_12 = l_Lean_Server_Watchdog_eraseFileWorker___lambda__3___closed__1; -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_12); -lean_ctor_set(x_13, 1, x_6); +x_13 = l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__2(x_1, x_2, x_10, x_11, x_12); return x_13; } -else -{ -size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; -x_14 = lean_usize_of_nat(x_3); -x_15 = lean_usize_of_nat(x_4); -x_16 = l_Lean_Server_Watchdog_eraseFileWorker___lambda__3___closed__1; -x_17 = l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__2(x_1, x_2, x_14, x_15, x_16, x_5, x_6); -return x_17; -} } } } @@ -93681,140 +93935,89 @@ return x_8; } else { -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_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; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; x_9 = lean_ctor_get(x_6, 0); lean_inc(x_9); lean_dec(x_6); x_10 = lean_ctor_get(x_2, 1); lean_inc(x_10); +lean_dec(x_2); x_11 = lean_ctor_get(x_1, 1); x_12 = 1; x_13 = l_Lean_Server_References_findAt(x_10, x_9, x_11, x_12); lean_dec(x_9); x_14 = lean_array_get_size(x_13); x_15 = lean_unsigned_to_nat(0u); -x_16 = l_Array_filterMapM___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__1(x_10, x_13, x_15, x_14, x_2, x_3); -lean_dec(x_2); +x_16 = l_Array_filterMapM___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__1(x_10, x_13, x_15, x_14); lean_dec(x_14); lean_dec(x_13); -x_17 = !lean_is_exclusive(x_16); -if (x_17 == 0) +x_17 = lean_array_get_size(x_16); +x_18 = lean_unsigned_to_nat(1u); +x_19 = lean_nat_sub(x_17, x_18); +x_20 = lean_nat_dec_eq(x_17, x_15); +if (x_20 == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_18 = lean_ctor_get(x_16, 0); -x_19 = lean_array_get_size(x_18); -x_20 = lean_unsigned_to_nat(1u); -x_21 = lean_nat_sub(x_19, x_20); -x_22 = lean_nat_dec_eq(x_19, x_15); -if (x_22 == 0) +uint8_t x_21; +x_21 = lean_nat_dec_le(x_15, x_19); +if (x_21 == 0) { -uint8_t x_23; -x_23 = lean_nat_dec_le(x_15, x_21); -if (x_23 == 0) -{ -lean_object* x_24; -lean_inc(x_21); -x_24 = l_Array_qsort_sort___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__3(x_19, x_18, x_21, x_21, lean_box(0), lean_box(0), lean_box(0)); -lean_dec(x_21); +lean_object* x_22; lean_object* x_23; +lean_inc(x_19); +x_22 = l_Array_qsort_sort___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__3(x_17, x_16, x_19, x_19, lean_box(0), lean_box(0), lean_box(0)); lean_dec(x_19); -lean_ctor_set(x_16, 0, x_24); -return x_16; +lean_dec(x_17); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_22); +lean_ctor_set(x_23, 1, x_3); +return x_23; } else { -lean_object* x_25; -x_25 = l_Array_qsort_sort___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__3(x_19, x_18, x_15, x_21, lean_box(0), lean_box(0), lean_box(0)); -lean_dec(x_21); +lean_object* x_24; lean_object* x_25; +x_24 = l_Array_qsort_sort___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__3(x_17, x_16, x_15, x_19, lean_box(0), lean_box(0), lean_box(0)); lean_dec(x_19); -lean_ctor_set(x_16, 0, x_25); -return x_16; +lean_dec(x_17); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_3); +return x_25; } } else { -lean_dec(x_21); +lean_object* x_26; lean_dec(x_19); -return x_16; -} -} -else -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_26 = lean_ctor_get(x_16, 0); -x_27 = lean_ctor_get(x_16, 1); -lean_inc(x_27); -lean_inc(x_26); -lean_dec(x_16); -x_28 = lean_array_get_size(x_26); -x_29 = lean_unsigned_to_nat(1u); -x_30 = lean_nat_sub(x_28, x_29); -x_31 = lean_nat_dec_eq(x_28, x_15); -if (x_31 == 0) -{ -uint8_t x_32; -x_32 = lean_nat_dec_le(x_15, x_30); -if (x_32 == 0) -{ -lean_object* x_33; lean_object* x_34; -lean_inc(x_30); -x_33 = l_Array_qsort_sort___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__3(x_28, x_26, x_30, x_30, lean_box(0), lean_box(0), lean_box(0)); -lean_dec(x_30); -lean_dec(x_28); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_27); -return x_34; -} -else -{ -lean_object* x_35; lean_object* x_36; -x_35 = l_Array_qsort_sort___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__3(x_28, x_26, x_15, x_30, lean_box(0), lean_box(0), lean_box(0)); -lean_dec(x_30); -lean_dec(x_28); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_27); -return x_36; -} -} -else -{ -lean_object* x_37; -lean_dec(x_30); -lean_dec(x_28); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_26); -lean_ctor_set(x_37, 1, x_27); -return x_37; +lean_dec(x_17); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_16); +lean_ctor_set(x_26, 1, x_3); +return x_26; } } } } -} -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__2___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_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { -size_t x_8; size_t x_9; lean_object* x_10; -x_8 = lean_unbox_usize(x_3); +size_t x_6; size_t x_7; lean_object* x_8; +x_6 = lean_unbox_usize(x_3); lean_dec(x_3); -x_9 = lean_unbox_usize(x_4); +x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_10 = l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__2(x_1, x_2, x_8, x_9, x_5, x_6, x_7); -lean_dec(x_6); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__2(x_1, x_2, x_6, x_7, x_5); lean_dec(x_2); -return x_10; +return x_8; } } -LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___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_EXPORT lean_object* l_Array_filterMapM___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_7; -x_7 = l_Array_filterMapM___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__1(x_1, x_2, x_3, x_4, x_5, x_6); -lean_dec(x_5); +lean_object* x_5; +x_5 = l_Array_filterMapM___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__1(x_1, x_2, x_3, x_4); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_7; +return x_5; } } LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Server_Watchdog_handlePrepareCallHierarchy___spec__3___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { @@ -94783,7 +94986,7 @@ lean_inc(x_21); x_25 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_25, 0, x_17); lean_ctor_set(x_25, 1, x_21); -x_26 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(x_25); +x_26 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12509_(x_25); lean_ctor_set(x_10, 0, x_26); x_27 = lean_ctor_get(x_16, 1); lean_inc(x_27); @@ -94878,7 +95081,7 @@ lean_inc(x_56); x_60 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_60, 0, x_52); lean_ctor_set(x_60, 1, x_56); -x_61 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(x_60); +x_61 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12509_(x_60); x_62 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_62, 0, x_61); x_63 = lean_ctor_get(x_51, 1); @@ -95052,7 +95255,7 @@ lean_inc(x_20); x_24 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_24, 0, x_16); lean_ctor_set(x_24, 1, x_20); -x_25 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(x_24); +x_25 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12509_(x_24); lean_ctor_set(x_9, 0, x_25); x_26 = lean_ctor_get(x_15, 1); lean_inc(x_26); @@ -95147,7 +95350,7 @@ lean_inc(x_57); x_61 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_61, 0, x_53); lean_ctor_set(x_61, 1, x_57); -x_62 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11691_(x_61); +x_62 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_toJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12509_(x_61); x_63 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_63, 0, x_62); x_64 = lean_ctor_get(x_52, 1); @@ -95350,7 +95553,7 @@ return x_6; } else { -lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* 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_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; +lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* 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_20; uint8_t x_21; x_7 = lean_ctor_get(x_4, 0); lean_inc(x_7); lean_dec(x_4); @@ -95369,112 +95572,107 @@ x_15 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_15, 0, x_12); lean_ctor_set(x_15, 1, x_14); x_16 = 0; -x_17 = l_Lean_Server_References_referringTo(x_8, x_15, x_16, x_3); -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(x_17); -x_20 = lean_array_get_size(x_18); -x_21 = lean_unsigned_to_nat(0u); -x_22 = l_Array_filterMapM___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__1___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__3(x_18, x_21, x_20, x_2, x_19); +x_17 = l_Lean_Server_References_referringTo(x_8, x_15, x_16); +x_18 = lean_array_get_size(x_17); +x_19 = lean_unsigned_to_nat(0u); +x_20 = l_Array_filterMapM___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__1___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__3(x_17, x_19, x_18, x_2, x_3); lean_dec(x_2); -lean_dec(x_20); lean_dec(x_18); -x_23 = !lean_is_exclusive(x_22); -if (x_23 == 0) +lean_dec(x_17); +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) { -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_ctor_get(x_22, 0); -x_25 = l_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls(x_24); -lean_dec(x_24); -x_26 = lean_array_get_size(x_25); -x_27 = lean_unsigned_to_nat(1u); -x_28 = lean_nat_sub(x_26, x_27); -x_29 = lean_nat_dec_eq(x_26, x_21); -if (x_29 == 0) -{ -uint8_t x_30; -x_30 = lean_nat_dec_le(x_21, x_28); -if (x_30 == 0) -{ -lean_object* x_31; -lean_inc(x_28); -x_31 = l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__5(x_26, x_25, x_28, x_28, lean_box(0), lean_box(0), lean_box(0)); -lean_dec(x_28); -lean_dec(x_26); -lean_ctor_set(x_22, 0, x_31); -return x_22; -} -else -{ -lean_object* x_32; -x_32 = l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__5(x_26, x_25, x_21, x_28, lean_box(0), lean_box(0), lean_box(0)); -lean_dec(x_28); -lean_dec(x_26); -lean_ctor_set(x_22, 0, x_32); -return x_22; -} -} -else -{ -lean_dec(x_28); -lean_dec(x_26); -lean_ctor_set(x_22, 0, x_25); -return x_22; -} -} -else -{ -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; -x_33 = lean_ctor_get(x_22, 0); -x_34 = lean_ctor_get(x_22, 1); -lean_inc(x_34); -lean_inc(x_33); +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; +x_22 = lean_ctor_get(x_20, 0); +x_23 = l_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls(x_22); lean_dec(x_22); -x_35 = l_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls(x_33); -lean_dec(x_33); -x_36 = lean_array_get_size(x_35); -x_37 = lean_unsigned_to_nat(1u); -x_38 = lean_nat_sub(x_36, x_37); -x_39 = lean_nat_dec_eq(x_36, x_21); -if (x_39 == 0) +x_24 = lean_array_get_size(x_23); +x_25 = lean_unsigned_to_nat(1u); +x_26 = lean_nat_sub(x_24, x_25); +x_27 = lean_nat_dec_eq(x_24, x_19); +if (x_27 == 0) { -uint8_t x_40; -x_40 = lean_nat_dec_le(x_21, x_38); -if (x_40 == 0) +uint8_t x_28; +x_28 = lean_nat_dec_le(x_19, x_26); +if (x_28 == 0) +{ +lean_object* x_29; +lean_inc(x_26); +x_29 = l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__5(x_24, x_23, x_26, x_26, lean_box(0), lean_box(0), lean_box(0)); +lean_dec(x_26); +lean_dec(x_24); +lean_ctor_set(x_20, 0, x_29); +return x_20; +} +else +{ +lean_object* x_30; +x_30 = l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__5(x_24, x_23, x_19, x_26, lean_box(0), lean_box(0), lean_box(0)); +lean_dec(x_26); +lean_dec(x_24); +lean_ctor_set(x_20, 0, x_30); +return x_20; +} +} +else +{ +lean_dec(x_26); +lean_dec(x_24); +lean_ctor_set(x_20, 0, x_23); +return x_20; +} +} +else +{ +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; +x_31 = lean_ctor_get(x_20, 0); +x_32 = lean_ctor_get(x_20, 1); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_20); +x_33 = l_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls_collapseSameIncomingCalls(x_31); +lean_dec(x_31); +x_34 = lean_array_get_size(x_33); +x_35 = lean_unsigned_to_nat(1u); +x_36 = lean_nat_sub(x_34, x_35); +x_37 = lean_nat_dec_eq(x_34, x_19); +if (x_37 == 0) +{ +uint8_t x_38; +x_38 = lean_nat_dec_le(x_19, x_36); +if (x_38 == 0) +{ +lean_object* x_39; lean_object* x_40; +lean_inc(x_36); +x_39 = l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__5(x_34, x_33, x_36, x_36, lean_box(0), lean_box(0), lean_box(0)); +lean_dec(x_36); +lean_dec(x_34); +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_32); +return x_40; +} +else { lean_object* x_41; lean_object* x_42; -lean_inc(x_38); -x_41 = l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__5(x_36, x_35, x_38, x_38, lean_box(0), lean_box(0), lean_box(0)); -lean_dec(x_38); +x_41 = l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__5(x_34, x_33, x_19, x_36, lean_box(0), lean_box(0), lean_box(0)); lean_dec(x_36); +lean_dec(x_34); x_42 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_34); +lean_ctor_set(x_42, 1, x_32); return x_42; } -else -{ -lean_object* x_43; lean_object* x_44; -x_43 = l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls___spec__5(x_36, x_35, x_21, x_38, lean_box(0), lean_box(0), lean_box(0)); -lean_dec(x_38); -lean_dec(x_36); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_34); -return x_44; -} } else { -lean_object* x_45; -lean_dec(x_38); +lean_object* x_43; lean_dec(x_36); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_35); -lean_ctor_set(x_45, 1, x_34); -return x_45; +lean_dec(x_34); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_33); +lean_ctor_set(x_43, 1, x_32); +return x_43; } } } @@ -96532,105 +96730,46 @@ return x_8; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__6___lambda__2(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; lean_object* x_9; -x_8 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_callHierarchyItemOf_x3f(x_1, x_2, x_7); -x_9 = lean_ctor_get(x_8, 0); -lean_inc(x_9); -if (lean_obj_tag(x_9) == 0) +lean_object* x_8; +x_8 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_callHierarchyItemOf_x3f(x_1, x_2); +if (lean_obj_tag(x_8) == 0) { -uint8_t x_10; +lean_object* x_9; lean_object* x_10; lean_dec(x_3); -x_10 = !lean_is_exclusive(x_8); -if (x_10 == 0) +x_9 = lean_box(0); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_7); +return x_10; +} +else { -lean_object* x_11; lean_object* x_12; +lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; x_11 = lean_ctor_get(x_8, 0); +lean_inc(x_11); +lean_dec(x_8); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_4, 0); +x_14 = lean_string_dec_eq(x_12, x_13); +lean_dec(x_12); +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_box(0); +x_16 = l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__6___lambda__1(x_11, x_3, x_15, x_6, x_7); +return x_16; +} +else +{ +lean_object* x_17; lean_object* x_18; lean_dec(x_11); -x_12 = lean_box(0); -lean_ctor_set(x_8, 0, x_12); -return x_8; -} -else -{ -lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_13 = lean_ctor_get(x_8, 1); -lean_inc(x_13); -lean_dec(x_8); -x_14 = lean_box(0); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_13); -return x_15; -} -} -else -{ -uint8_t x_16; -x_16 = !lean_is_exclusive(x_8); -if (x_16 == 0) -{ -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_17 = lean_ctor_get(x_8, 1); -x_18 = lean_ctor_get(x_8, 0); -lean_dec(x_18); -x_19 = lean_ctor_get(x_9, 0); -lean_inc(x_19); -lean_dec(x_9); -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); -x_21 = lean_ctor_get(x_4, 0); -x_22 = lean_string_dec_eq(x_20, x_21); -lean_dec(x_20); -if (x_22 == 0) -{ -lean_object* x_23; lean_object* x_24; -lean_free_object(x_8); -x_23 = lean_box(0); -x_24 = l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__6___lambda__1(x_19, x_3, x_23, x_6, x_17); -return x_24; -} -else -{ -lean_object* x_25; -lean_dec(x_19); lean_dec(x_3); -x_25 = lean_box(0); -lean_ctor_set(x_8, 0, x_25); -return x_8; -} -} -else -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; -x_26 = lean_ctor_get(x_8, 1); -lean_inc(x_26); -lean_dec(x_8); -x_27 = lean_ctor_get(x_9, 0); -lean_inc(x_27); -lean_dec(x_9); -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_4, 0); -x_30 = lean_string_dec_eq(x_28, x_29); -lean_dec(x_28); -if (x_30 == 0) -{ -lean_object* x_31; lean_object* x_32; -x_31 = lean_box(0); -x_32 = l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__6___lambda__1(x_27, x_3, x_31, x_6, x_26); -return x_32; -} -else -{ -lean_object* x_33; lean_object* x_34; -lean_dec(x_27); -lean_dec(x_3); -x_33 = lean_box(0); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_26); -return x_34; -} +x_17 = lean_box(0); +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_7); +return x_18; } } } @@ -97143,6 +97282,600 @@ lean_dec(x_1); return x_8; } } +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handlePrepareModuleHierarchy(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; +x_4 = lean_ctor_get(x_2, 0); +x_5 = l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at_Lean_Server_Watchdog_handleReference___spec__1(x_4, x_1); +if (lean_obj_tag(x_5) == 0) +{ +lean_object* x_6; lean_object* x_7; +lean_dec(x_1); +x_6 = lean_box(0); +x_7 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_7, 0, x_6); +lean_ctor_set(x_7, 1, x_3); +return x_7; +} +else +{ +uint8_t x_8; +x_8 = !lean_is_exclusive(x_5); +if (x_8 == 0) +{ +lean_object* x_9; uint8_t x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_9 = lean_ctor_get(x_5, 0); +x_10 = 1; +x_11 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_12 = l_Lean_Name_toString(x_9, x_10, x_11); +x_13 = lean_box(0); +x_14 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_14, 0, x_12); +lean_ctor_set(x_14, 1, x_1); +lean_ctor_set(x_14, 2, x_13); +lean_ctor_set(x_5, 0, x_14); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_5); +lean_ctor_set(x_15, 1, x_3); +return x_15; +} +else +{ +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; +x_16 = lean_ctor_get(x_5, 0); +lean_inc(x_16); +lean_dec(x_5); +x_17 = 1; +x_18 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_19 = l_Lean_Name_toString(x_16, x_17, x_18); +x_20 = lean_box(0); +x_21 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_21, 0, x_19); +lean_ctor_set(x_21, 1, x_1); +lean_ctor_set(x_21, 2, x_20); +x_22 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_22, 0, x_21); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_22); +lean_ctor_set(x_23, 1, x_3); +return x_23; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handlePrepareModuleHierarchy___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Lean_Server_Watchdog_handlePrepareModuleHierarchy(x_1, x_2, x_3); +lean_dec(x_2); +return x_4; +} +} +static uint8_t _init_l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__1() { +_start: +{ +uint8_t x_1; uint8_t x_2; uint8_t x_3; +x_1 = 2; +x_2 = 0; +x_3 = l_instDecidableEqOrdering(x_1, x_2); +return x_3; +} +} +static uint8_t _init_l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__2() { +_start: +{ +uint8_t x_1; uint8_t x_2; uint8_t x_3; +x_1 = 1; +x_2 = 0; +x_3 = l_instDecidableEqOrdering(x_1, x_2); +return x_3; +} +} +static uint8_t _init_l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__3() { +_start: +{ +uint8_t x_1; uint8_t x_2; +x_1 = 0; +x_2 = l_instDecidableEqOrdering(x_1, x_1); +return x_2; +} +} +LEAN_EXPORT uint8_t l_Lean_Server_Watchdog_sortModuleImports___lambda__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_3 = lean_ctor_get(x_1, 0); +lean_inc(x_3); +lean_dec(x_1); +x_4 = 1; +x_5 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_6 = l_Lean_Name_toString(x_3, x_4, x_5); +x_7 = lean_ctor_get(x_2, 0); +lean_inc(x_7); +lean_dec(x_2); +x_8 = l_Lean_Name_toString(x_7, x_4, x_5); +x_9 = lean_string_dec_lt(x_6, x_8); +if (x_9 == 0) +{ +uint8_t x_10; +x_10 = lean_string_dec_eq(x_6, x_8); +lean_dec(x_8); +lean_dec(x_6); +if (x_10 == 0) +{ +uint8_t x_11; +x_11 = l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__1; +return x_11; +} +else +{ +uint8_t x_12; +x_12 = l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__2; +return x_12; +} +} +else +{ +uint8_t x_13; +lean_dec(x_8); +lean_dec(x_6); +x_13 = l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__3; +return x_13; +} +} +} +static lean_object* _init_l_Lean_Server_Watchdog_sortModuleImports___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_sortModuleImports___lambda__1___boxed), 2, 0); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_sortModuleImports(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_2 = lean_array_to_list(x_1); +x_3 = l_Lean_Server_Watchdog_sortModuleImports___closed__1; +x_4 = l_List_MergeSort_Internal_mergeSortTR_u2082___rarg(x_2, x_3); +x_5 = lean_array_mk(x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_sortModuleImports___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_Server_Watchdog_sortModuleImports___lambda__1(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +return x_1; +} +else +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_3 = lean_ctor_get(x_2, 1); +lean_inc(x_3); +x_4 = lean_ctor_get(x_2, 2); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_array_push(x_1, x_3); +x_1 = x_5; +x_2 = x_4; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__2(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) +{ +return x_3; +} +else +{ +lean_object* x_5; 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_5 = lean_array_uget(x_3, x_2); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_array_uset(x_3, x_2, x_6); +x_8 = l_Lean_Server_ModuleImport_collapseIdenticalImports_x3f(x_5); +lean_dec(x_5); +x_9 = 1; +x_10 = lean_usize_add(x_2, x_9); +x_11 = lean_array_uset(x_7, x_2, x_8); +x_2 = x_10; +x_3 = x_11; +goto _start; +} +} +} +static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Init.Data.Option.BasicAux", 25, 25); +return x_1; +} +} +static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Option.get!", 11, 11); +return x_1; +} +} +static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("value is none", 13, 13); +return x_1; +} +} +static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__4() { +_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_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__1; +x_2 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__2; +x_3 = lean_unsigned_to_nat(21u); +x_4 = lean_unsigned_to_nat(14u); +x_5 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__3; +x_6 = l_mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3(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) +{ +return x_3; +} +else +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; size_t x_8; size_t x_9; +x_5 = lean_array_uget(x_3, x_2); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_array_uset(x_3, x_2, x_6); +x_8 = 1; +x_9 = lean_usize_add(x_2, x_8); +if (lean_obj_tag(x_5) == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__4; +x_11 = l_panic___at_Lean_Server_References_importedBy___spec__2(x_10); +x_12 = lean_array_uset(x_7, x_2, x_11); +x_2 = x_9; +x_3 = x_12; +goto _start; +} +else +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_5, 0); +lean_inc(x_14); +lean_dec(x_5); +x_15 = lean_array_uset(x_7, x_2, x_14); +x_2 = x_9; +x_3 = x_15; +goto _start; +} +} +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__4(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) +{ +return x_3; +} +else +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; uint8_t x_11; uint8_t x_12; uint8_t 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; size_t x_20; size_t x_21; lean_object* x_22; +x_5 = lean_array_uget(x_3, x_2); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_array_uset(x_3, x_2, x_6); +x_8 = lean_ctor_get(x_5, 0); +lean_inc(x_8); +x_9 = lean_ctor_get(x_5, 1); +lean_inc(x_9); +x_10 = lean_ctor_get_uint8(x_5, sizeof(void*)*2); +x_11 = lean_ctor_get_uint8(x_5, sizeof(void*)*2 + 1); +x_12 = lean_ctor_get_uint8(x_5, sizeof(void*)*2 + 2); +lean_dec(x_5); +x_13 = 1; +x_14 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_15 = l_Lean_Name_toString(x_8, x_13, x_14); +x_16 = lean_box(0); +x_17 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_9); +lean_ctor_set(x_17, 2, x_16); +x_18 = lean_alloc_ctor(0, 0, 3); +lean_ctor_set_uint8(x_18, 0, x_11); +lean_ctor_set_uint8(x_18, 1, x_10); +lean_ctor_set_uint8(x_18, 2, x_12); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_17); +lean_ctor_set(x_19, 1, x_18); +x_20 = 1; +x_21 = lean_usize_add(x_2, x_20); +x_22 = lean_array_uset(x_7, x_2, x_19); +x_2 = x_21; +x_3 = x_22; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__5(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_2, x_3); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; size_t x_8; size_t x_9; +x_6 = lean_array_uget(x_1, x_2); +x_7 = l_Std_DHashMap_Internal_AssocList_foldlM___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__1(x_4, x_6); +x_8 = 1; +x_9 = lean_usize_add(x_2, x_8); +x_2 = x_9; +x_4 = x_7; +goto _start; +} +else +{ +return x_4; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleModuleHierarchyImports___lambda__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_ctor_get(x_1, 0); +lean_inc(x_2); +return x_2; +} +} +static lean_object* _init_l_Lean_Server_Watchdog_handleModuleHierarchyImports___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleModuleHierarchyImports___lambda__1___boxed), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_Watchdog_handleModuleHierarchyImports___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(1); +x_2 = l_Lean_Server_Watchdog_eraseFileWorker___lambda__3___closed__1; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_2); +lean_ctor_set(x_3, 1, x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleModuleHierarchyImports(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; size_t x_8; lean_object* x_9; +x_4 = lean_ctor_get(x_1, 0); +lean_inc(x_4); +lean_dec(x_1); +x_5 = l_String_toName(x_4); +x_6 = lean_ctor_get(x_2, 1); +x_7 = l_Lean_Server_References_getDirectImports_x3f(x_6, x_5); +lean_dec(x_5); +x_8 = 0; +if (lean_obj_tag(x_7) == 0) +{ +lean_object* x_47; +x_47 = l_Lean_Server_Watchdog_handleModuleHierarchyImports___closed__2; +x_9 = x_47; +goto block_46; +} +else +{ +lean_object* x_48; +x_48 = lean_ctor_get(x_7, 0); +lean_inc(x_48); +lean_dec(x_7); +x_9 = x_48; +goto block_46; +} +block_46: +{ +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; uint8_t x_18; +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +lean_dec(x_9); +x_11 = l_Lean_Server_Watchdog_handleModuleHierarchyImports___closed__1; +x_12 = l_Array_groupByKey___at_Lean_Server_DirectImports_convertImportInfos___spec__3(x_11, x_10); +lean_dec(x_10); +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +x_14 = lean_mk_empty_array_with_capacity(x_13); +lean_dec(x_13); +x_15 = lean_ctor_get(x_12, 1); +lean_inc(x_15); +lean_dec(x_12); +x_16 = lean_array_get_size(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_16); +if (x_18 == 0) +{ +size_t x_19; lean_object* x_20; size_t x_21; lean_object* x_22; lean_object* x_23; size_t x_24; lean_object* x_25; lean_object* x_26; +lean_dec(x_16); +lean_dec(x_15); +x_19 = lean_array_size(x_14); +x_20 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__2(x_19, x_8, x_14); +x_21 = lean_array_size(x_20); +x_22 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3(x_21, x_8, x_20); +x_23 = l_Lean_Server_Watchdog_sortModuleImports(x_22); +x_24 = lean_array_size(x_23); +x_25 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__4(x_24, x_8, x_23); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_3); +return x_26; +} +else +{ +uint8_t x_27; +x_27 = lean_nat_dec_le(x_16, x_16); +if (x_27 == 0) +{ +size_t x_28; lean_object* x_29; size_t x_30; lean_object* x_31; lean_object* x_32; size_t x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_16); +lean_dec(x_15); +x_28 = lean_array_size(x_14); +x_29 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__2(x_28, x_8, x_14); +x_30 = lean_array_size(x_29); +x_31 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3(x_30, x_8, x_29); +x_32 = l_Lean_Server_Watchdog_sortModuleImports(x_31); +x_33 = lean_array_size(x_32); +x_34 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__4(x_33, x_8, x_32); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_35, 1, x_3); +return x_35; +} +else +{ +size_t x_36; lean_object* x_37; size_t x_38; lean_object* x_39; size_t x_40; lean_object* x_41; lean_object* x_42; size_t x_43; lean_object* x_44; lean_object* x_45; +x_36 = lean_usize_of_nat(x_16); +lean_dec(x_16); +x_37 = l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__5(x_15, x_8, x_36, x_14); +lean_dec(x_15); +x_38 = lean_array_size(x_37); +x_39 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__2(x_38, x_8, x_37); +x_40 = lean_array_size(x_39); +x_41 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3(x_40, x_8, x_39); +x_42 = l_Lean_Server_Watchdog_sortModuleImports(x_41); +x_43 = lean_array_size(x_42); +x_44 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__4(x_43, x_8, x_42); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_3); +return x_45; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__2___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_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__2(x_4, x_5, x_3); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___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_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3(x_4, x_5, x_3); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__4___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_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__4(x_4, x_5, x_3); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +size_t x_5; size_t x_6; lean_object* x_7; +x_5 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_6 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__5(x_1, x_5, x_6, x_4); +lean_dec(x_1); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleModuleHierarchyImports___lambda__1___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_Server_Watchdog_handleModuleHierarchyImports___lambda__1(x_1); +lean_dec(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleModuleHierarchyImports___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Lean_Server_Watchdog_handleModuleHierarchyImports(x_1, x_2, x_3); +lean_dec(x_2); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleModuleHierarchyImportedBy(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; lean_object* x_11; lean_object* x_12; +x_4 = lean_ctor_get(x_1, 0); +lean_inc(x_4); +lean_dec(x_1); +x_5 = l_String_toName(x_4); +x_6 = lean_ctor_get(x_2, 1); +lean_inc(x_6); +lean_dec(x_2); +x_7 = l_Lean_Server_References_importedBy(x_6, x_5); +lean_dec(x_5); +x_8 = l_Lean_Server_Watchdog_sortModuleImports(x_7); +x_9 = lean_array_size(x_8); +x_10 = 0; +x_11 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__4(x_9, x_10, x_8); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_3); +return x_12; +} +} LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Server_Watchdog_handleWorkspaceSymbol___spec__1(lean_object* x_1, lean_object* x_2) { _start: { @@ -97280,119 +98013,101 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__1(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_4; +lean_object* x_3; lean_inc(x_2); -x_4 = lean_private_to_user_name(x_2); -if (lean_obj_tag(x_4) == 0) +x_3 = lean_private_to_user_name(x_2); +if (lean_obj_tag(x_3) == 0) { -uint8_t x_5; lean_object* x_6; lean_object* x_7; double x_8; lean_object* x_9; -x_5 = 1; -x_6 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_7 = l_Lean_Name_toString(x_2, x_5, x_6); -x_8 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__1; -x_9 = l_Lean_FuzzyMatching_fuzzyMatchScoreWithThreshold_x3f(x_1, x_7, x_8); -if (lean_obj_tag(x_9) == 0) +uint8_t x_4; lean_object* x_5; lean_object* x_6; double x_7; lean_object* x_8; +x_4 = 1; +x_5 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_6 = l_Lean_Name_toString(x_2, x_4, x_5); +x_7 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__1; +x_8 = l_Lean_FuzzyMatching_fuzzyMatchScoreWithThreshold_x3f(x_1, x_6, x_7); +if (lean_obj_tag(x_8) == 0) { -lean_object* x_10; lean_object* x_11; -lean_dec(x_7); -x_10 = lean_box(0); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_10); -lean_ctor_set(x_11, 1, x_3); -return x_11; +lean_object* x_9; +lean_dec(x_6); +x_9 = lean_box(0); +return x_9; } else { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_9); -if (x_12 == 0) +uint8_t x_10; +x_10 = !lean_is_exclusive(x_8); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; +x_11 = lean_ctor_get(x_8, 0); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_6); +lean_ctor_set(x_12, 1, x_11); +lean_ctor_set(x_8, 0, x_12); +return x_8; +} +else { lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_13 = lean_ctor_get(x_9, 0); +x_13 = lean_ctor_get(x_8, 0); +lean_inc(x_13); +lean_dec(x_8); x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 0, x_6); lean_ctor_set(x_14, 1, x_13); -lean_ctor_set(x_9, 0, x_14); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_9); -lean_ctor_set(x_15, 1, x_3); +x_15 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_15, 0, x_14); return x_15; } -else -{ -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_16 = lean_ctor_get(x_9, 0); -lean_inc(x_16); -lean_dec(x_9); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_7); -lean_ctor_set(x_17, 1, x_16); -x_18 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_18, 0, x_17); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_18); -lean_ctor_set(x_19, 1, x_3); -return x_19; -} } } else { -lean_object* x_20; uint8_t x_21; lean_object* x_22; lean_object* x_23; double x_24; lean_object* x_25; +lean_object* x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; double x_20; lean_object* x_21; lean_dec(x_2); -x_20 = lean_ctor_get(x_4, 0); -lean_inc(x_20); -lean_dec(x_4); -x_21 = 1; -x_22 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; -x_23 = l_Lean_Name_toString(x_20, x_21, x_22); -x_24 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__1; -x_25 = l_Lean_FuzzyMatching_fuzzyMatchScoreWithThreshold_x3f(x_1, x_23, x_24); -if (lean_obj_tag(x_25) == 0) +x_16 = lean_ctor_get(x_3, 0); +lean_inc(x_16); +lean_dec(x_3); +x_17 = 1; +x_18 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__2; +x_19 = l_Lean_Name_toString(x_16, x_17, x_18); +x_20 = l_Lean_Server_Watchdog_matchAgainstQuery_x3f_matchDecl_x3f___lambda__2___closed__1; +x_21 = l_Lean_FuzzyMatching_fuzzyMatchScoreWithThreshold_x3f(x_1, x_19, x_20); +if (lean_obj_tag(x_21) == 0) { -lean_object* x_26; lean_object* x_27; -lean_dec(x_23); -x_26 = lean_box(0); +lean_object* x_22; +lean_dec(x_19); +x_22 = lean_box(0); +return x_22; +} +else +{ +uint8_t x_23; +x_23 = !lean_is_exclusive(x_21); +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_21, 0); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_19); +lean_ctor_set(x_25, 1, x_24); +lean_ctor_set(x_21, 0, x_25); +return x_21; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_21, 0); +lean_inc(x_26); +lean_dec(x_21); x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_3); -return x_27; -} -else -{ -uint8_t x_28; -x_28 = !lean_is_exclusive(x_25); -if (x_28 == 0) -{ -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_25, 0); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_23); -lean_ctor_set(x_30, 1, x_29); -lean_ctor_set(x_25, 0, x_30); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_25); -lean_ctor_set(x_31, 1, x_3); -return x_31; -} -else -{ -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_32 = lean_ctor_get(x_25, 0); -lean_inc(x_32); -lean_dec(x_25); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_23); -lean_ctor_set(x_33, 1, x_32); -x_34 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_34, 0, x_33); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_34); -lean_ctor_set(x_35, 1, x_3); -return x_35; +lean_ctor_set(x_27, 0, x_19); +lean_ctor_set(x_27, 1, x_26); +x_28 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_28, 0, x_27); +return x_28; } } } @@ -97470,17 +98185,14 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__3(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_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; x_5 = lean_ctor_get(x_3, 1); lean_inc(x_5); lean_dec(x_3); -x_6 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__1), 3, 1); +x_6 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__1), 2, 1); lean_closure_set(x_6, 0, x_1); x_7 = lean_box(0); x_8 = l_Lean_Server_References_definitionsMatching___rarg(x_5, x_6, x_7, x_4); -if (lean_obj_tag(x_8) == 0) -{ -uint8_t x_9; x_9 = !lean_is_exclusive(x_8); if (x_9 == 0) { @@ -97525,29 +98237,6 @@ lean_ctor_set(x_33, 1, x_22); return x_33; } } -else -{ -uint8_t x_34; -x_34 = !lean_is_exclusive(x_8); -if (x_34 == 0) -{ -return x_8; -} -else -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_8, 0); -x_36 = lean_ctor_get(x_8, 1); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_8); -x_37 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_37, 0, x_35); -lean_ctor_set(x_37, 1, x_36); -return x_37; -} -} -} } LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleWorkspaceSymbol(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: @@ -105033,7 +105722,15 @@ return x_12; } } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__1(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_Server_References_addIlean(x_3, x_1, x_2, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__2(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -105041,248 +105738,350 @@ x_3 = l_Lean_Server_References_removeIlean(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__2(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_Server_References_addIlean(x_4, x_1, x_2, x_3); -return x_5; -} -} LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__3(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; -x_5 = l_Lean_Server_References_removeIlean(x_4, x_1); -x_6 = l_Lean_Server_References_addIlean(x_5, x_2, x_1, x_3); +x_5 = l_Lean_Server_References_removeIlean(x_3, x_1); +x_6 = l_Lean_Server_References_addIlean(x_5, x_1, x_2, x_4); return x_6; } } -static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__4___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = lean_box(0); -x_2 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_2, 0, x_1); -return x_2; -} -} LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__4(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_17; lean_object* x_18; lean_object* x_31; -x_31 = l_Lean_Server_Ilean_load(x_1, x_5); -if (lean_obj_tag(x_31) == 0) +lean_object* x_6; +x_6 = l_Lean_Server_Ilean_load(x_1, x_5); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_32 = lean_ctor_get(x_31, 0); -lean_inc(x_32); -x_33 = lean_ctor_get(x_31, 1); -lean_inc(x_33); -lean_dec(x_31); -x_34 = lean_ctor_get(x_32, 1); -lean_inc(x_34); -x_35 = l_Lean_Server_documentUriFromModule_x3f(x_34, x_33); -if (lean_obj_tag(x_35) == 0) +uint8_t x_7; lean_object* x_8; +x_7 = lean_ctor_get_uint8(x_2, sizeof(void*)*1); +x_8 = lean_box(x_7); +if (lean_obj_tag(x_8) == 1) { -lean_object* x_36; -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -if (lean_obj_tag(x_36) == 0) -{ -lean_object* x_37; lean_object* x_38; -lean_dec(x_32); -lean_dec(x_4); -lean_dec(x_1); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__4___closed__1; -x_6 = x_38; -x_7 = x_37; -goto block_16; -} -else -{ -uint8_t x_39; lean_object* x_40; -x_39 = lean_ctor_get_uint8(x_2, sizeof(void*)*1); -x_40 = lean_box(x_39); -if (lean_obj_tag(x_40) == 1) -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_41 = lean_ctor_get(x_35, 1); -lean_inc(x_41); -lean_dec(x_35); -x_42 = lean_ctor_get(x_36, 0); -lean_inc(x_42); -lean_dec(x_36); +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = lean_ctor_get(x_6, 0); +lean_inc(x_9); +x_10 = lean_ctor_get(x_6, 1); +lean_inc(x_10); +lean_dec(x_6); lean_inc(x_1); -x_43 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__3), 4, 3); -lean_closure_set(x_43, 0, x_1); -lean_closure_set(x_43, 1, x_42); -lean_closure_set(x_43, 2, x_32); +x_11 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__3), 4, 2); +lean_closure_set(x_11, 0, x_1); +lean_closure_set(x_11, 1, x_9); lean_inc(x_4); -x_44 = l_Lean_Server_Watchdog_modifyReferences(x_43, x_4, x_41); -if (lean_obj_tag(x_44) == 0) +x_12 = l_Lean_Server_Watchdog_modifyReferencesIO(x_11, x_4, x_10); +if (lean_obj_tag(x_12) == 0) { -uint8_t x_45; +uint8_t x_13; lean_dec(x_4); lean_dec(x_1); -x_45 = !lean_is_exclusive(x_44); -if (x_45 == 0) +x_13 = !lean_is_exclusive(x_12); +if (x_13 == 0) { -lean_object* x_46; lean_object* x_47; -x_46 = lean_ctor_get(x_44, 1); -x_47 = lean_box(0); -lean_ctor_set(x_44, 1, x_47); -x_6 = x_44; -x_7 = x_46; -goto block_16; +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_12, 0); +lean_dec(x_14); +x_15 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; +lean_ctor_set(x_12, 0, x_15); +return x_12; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_48 = lean_ctor_get(x_44, 0); -x_49 = lean_ctor_get(x_44, 1); -lean_inc(x_49); +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_12, 1); +lean_inc(x_16); +lean_dec(x_12); +x_17 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_16); +return x_18; +} +} +else +{ +lean_object* x_19; +x_19 = lean_ctor_get(x_12, 0); +lean_inc(x_19); +if (lean_obj_tag(x_19) == 11) +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +lean_dec(x_19); +x_20 = lean_ctor_get(x_12, 1); +lean_inc(x_20); +lean_dec(x_12); +x_21 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__2___boxed), 2, 1); +lean_closure_set(x_21, 0, x_1); +x_22 = l_Lean_Server_Watchdog_modifyReferences(x_21, x_4, x_20); +if (lean_obj_tag(x_22) == 0) +{ +uint8_t x_23; +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_22, 0); +lean_dec(x_24); +x_25 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; +lean_ctor_set(x_22, 0, x_25); +return x_22; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_22, 1); +lean_inc(x_26); +lean_dec(x_22); +x_27 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_26); +return x_28; +} +} +else +{ +uint8_t x_29; +x_29 = !lean_is_exclusive(x_22); +if (x_29 == 0) +{ +return x_22; +} +else +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_22, 0); +x_31 = lean_ctor_get(x_22, 1); +lean_inc(x_31); +lean_inc(x_30); +lean_dec(x_22); +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; +} +} +} +else +{ +uint8_t x_33; +lean_dec(x_4); +lean_dec(x_1); +x_33 = !lean_is_exclusive(x_12); +if (x_33 == 0) +{ +lean_object* x_34; +x_34 = lean_ctor_get(x_12, 0); +lean_dec(x_34); +return x_12; +} +else +{ +lean_object* x_35; lean_object* x_36; +x_35 = lean_ctor_get(x_12, 1); +lean_inc(x_35); +lean_dec(x_12); +x_36 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_36, 0, x_19); +lean_ctor_set(x_36, 1, x_35); +return x_36; +} +} +} +} +else +{ +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +lean_dec(x_8); +x_37 = lean_ctor_get(x_6, 0); +lean_inc(x_37); +x_38 = lean_ctor_get(x_6, 1); +lean_inc(x_38); +lean_dec(x_6); +lean_inc(x_1); +x_39 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__1), 4, 2); +lean_closure_set(x_39, 0, x_1); +lean_closure_set(x_39, 1, x_37); +lean_inc(x_4); +x_40 = l_Lean_Server_Watchdog_modifyReferencesIO(x_39, x_4, x_38); +if (lean_obj_tag(x_40) == 0) +{ +uint8_t x_41; +lean_dec(x_4); +lean_dec(x_1); +x_41 = !lean_is_exclusive(x_40); +if (x_41 == 0) +{ +lean_object* x_42; lean_object* x_43; +x_42 = lean_ctor_get(x_40, 0); +lean_dec(x_42); +x_43 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; +lean_ctor_set(x_40, 0, x_43); +return x_40; +} +else +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_40, 1); +lean_inc(x_44); +lean_dec(x_40); +x_45 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_45); +lean_ctor_set(x_46, 1, x_44); +return x_46; +} +} +else +{ +lean_object* x_47; +x_47 = lean_ctor_get(x_40, 0); +lean_inc(x_47); +if (lean_obj_tag(x_47) == 11) +{ +lean_object* x_48; lean_object* x_49; lean_object* x_50; +lean_dec(x_47); +x_48 = lean_ctor_get(x_40, 1); lean_inc(x_48); -lean_dec(x_44); -x_50 = lean_box(0); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_48); -lean_ctor_set(x_51, 1, x_50); -x_6 = x_51; -x_7 = x_49; -goto block_16; -} -} -else +lean_dec(x_40); +x_49 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__2___boxed), 2, 1); +lean_closure_set(x_49, 0, x_1); +x_50 = l_Lean_Server_Watchdog_modifyReferences(x_49, x_4, x_48); +if (lean_obj_tag(x_50) == 0) +{ +uint8_t x_51; +x_51 = !lean_is_exclusive(x_50); +if (x_51 == 0) { lean_object* x_52; lean_object* x_53; -x_52 = lean_ctor_get(x_44, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_44, 1); -lean_inc(x_53); -lean_dec(x_44); -x_17 = x_52; -x_18 = x_53; -goto block_30; +x_52 = lean_ctor_get(x_50, 0); +lean_dec(x_52); +x_53 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; +lean_ctor_set(x_50, 0, x_53); +return x_50; +} +else +{ +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_50, 1); +lean_inc(x_54); +lean_dec(x_50); +x_55 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; +x_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_55); +lean_ctor_set(x_56, 1, x_54); +return x_56; } } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; -lean_dec(x_40); -x_54 = lean_ctor_get(x_35, 1); -lean_inc(x_54); -lean_dec(x_35); -x_55 = lean_ctor_get(x_36, 0); -lean_inc(x_55); -lean_dec(x_36); -lean_inc(x_1); -x_56 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__2), 4, 3); -lean_closure_set(x_56, 0, x_55); -lean_closure_set(x_56, 1, x_1); -lean_closure_set(x_56, 2, x_32); -lean_inc(x_4); -x_57 = l_Lean_Server_Watchdog_modifyReferences(x_56, x_4, x_54); -if (lean_obj_tag(x_57) == 0) +uint8_t x_57; +x_57 = !lean_is_exclusive(x_50); +if (x_57 == 0) { -uint8_t x_58; +return x_50; +} +else +{ +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_50, 0); +x_59 = lean_ctor_get(x_50, 1); +lean_inc(x_59); +lean_inc(x_58); +lean_dec(x_50); +x_60 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_60, 0, x_58); +lean_ctor_set(x_60, 1, x_59); +return x_60; +} +} +} +else +{ +uint8_t x_61; lean_dec(x_4); lean_dec(x_1); -x_58 = !lean_is_exclusive(x_57); -if (x_58 == 0) +x_61 = !lean_is_exclusive(x_40); +if (x_61 == 0) { -lean_object* x_59; lean_object* x_60; -x_59 = lean_ctor_get(x_57, 1); -x_60 = lean_box(0); -lean_ctor_set(x_57, 1, x_60); -x_6 = x_57; -x_7 = x_59; -goto block_16; +lean_object* x_62; +x_62 = lean_ctor_get(x_40, 0); +lean_dec(x_62); +return x_40; } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_61 = lean_ctor_get(x_57, 0); -x_62 = lean_ctor_get(x_57, 1); -lean_inc(x_62); -lean_inc(x_61); -lean_dec(x_57); -x_63 = lean_box(0); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_61); +lean_object* x_63; lean_object* x_64; +x_63 = lean_ctor_get(x_40, 1); +lean_inc(x_63); +lean_dec(x_40); +x_64 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_64, 0, x_47); lean_ctor_set(x_64, 1, x_63); -x_6 = x_64; -x_7 = x_62; -goto block_16; +return x_64; +} +} +} } } else { -lean_object* x_65; lean_object* x_66; -x_65 = lean_ctor_get(x_57, 0); +lean_object* x_65; +x_65 = lean_ctor_get(x_6, 0); lean_inc(x_65); -x_66 = lean_ctor_get(x_57, 1); +if (lean_obj_tag(x_65) == 11) +{ +lean_object* x_66; lean_object* x_67; lean_object* x_68; +lean_dec(x_65); +x_66 = lean_ctor_get(x_6, 1); lean_inc(x_66); -lean_dec(x_57); -x_17 = x_65; -x_18 = x_66; -goto block_30; -} -} -} +lean_dec(x_6); +x_67 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__2___boxed), 2, 1); +lean_closure_set(x_67, 0, x_1); +x_68 = l_Lean_Server_Watchdog_modifyReferences(x_67, x_4, x_66); +if (lean_obj_tag(x_68) == 0) +{ +uint8_t x_69; +x_69 = !lean_is_exclusive(x_68); +if (x_69 == 0) +{ +lean_object* x_70; lean_object* x_71; +x_70 = lean_ctor_get(x_68, 0); +lean_dec(x_70); +x_71 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; +lean_ctor_set(x_68, 0, x_71); +return x_68; } else { -lean_object* x_67; -lean_dec(x_32); -x_67 = lean_ctor_get(x_35, 0); -lean_inc(x_67); -if (lean_obj_tag(x_67) == 11) -{ -lean_object* x_68; lean_object* x_69; lean_object* x_70; -lean_dec(x_67); -x_68 = lean_ctor_get(x_35, 1); -lean_inc(x_68); -lean_dec(x_35); -x_69 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__1___boxed), 2, 1); -lean_closure_set(x_69, 0, x_1); -x_70 = l_Lean_Server_Watchdog_modifyReferences(x_69, x_4, x_68); -if (lean_obj_tag(x_70) == 0) -{ -lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_71 = lean_ctor_get(x_70, 0); -lean_inc(x_71); -x_72 = lean_ctor_get(x_70, 1); +lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_72 = lean_ctor_get(x_68, 1); lean_inc(x_72); -lean_dec(x_70); -x_73 = lean_box(0); +lean_dec(x_68); +x_73 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_71); -lean_ctor_set(x_74, 1, x_73); -x_6 = x_74; -x_7 = x_72; -goto block_16; +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_72); +return x_74; +} } else { uint8_t x_75; -x_75 = !lean_is_exclusive(x_70); +x_75 = !lean_is_exclusive(x_68); if (x_75 == 0) { -return x_70; +return x_68; } else { lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_76 = lean_ctor_get(x_70, 0); -x_77 = lean_ctor_get(x_70, 1); +x_76 = lean_ctor_get(x_68, 0); +x_77 = lean_ctor_get(x_68, 1); lean_inc(x_77); lean_inc(x_76); -lean_dec(x_70); +lean_dec(x_68); x_78 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_78, 0, x_76); lean_ctor_set(x_78, 1, x_77); @@ -105295,206 +106094,26 @@ else uint8_t x_79; lean_dec(x_4); lean_dec(x_1); -x_79 = !lean_is_exclusive(x_35); +x_79 = !lean_is_exclusive(x_6); if (x_79 == 0) { lean_object* x_80; -x_80 = lean_ctor_get(x_35, 0); +x_80 = lean_ctor_get(x_6, 0); lean_dec(x_80); -return x_35; -} -else -{ -lean_object* x_81; lean_object* x_82; -x_81 = lean_ctor_get(x_35, 1); -lean_inc(x_81); -lean_dec(x_35); -x_82 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_82, 0, x_67); -lean_ctor_set(x_82, 1, x_81); -return x_82; -} -} -} -} -else -{ -lean_object* x_83; -x_83 = lean_ctor_get(x_31, 0); -lean_inc(x_83); -if (lean_obj_tag(x_83) == 11) -{ -lean_object* x_84; lean_object* x_85; lean_object* x_86; -lean_dec(x_83); -x_84 = lean_ctor_get(x_31, 1); -lean_inc(x_84); -lean_dec(x_31); -x_85 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__1___boxed), 2, 1); -lean_closure_set(x_85, 0, x_1); -x_86 = l_Lean_Server_Watchdog_modifyReferences(x_85, x_4, x_84); -if (lean_obj_tag(x_86) == 0) -{ -lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_87 = lean_ctor_get(x_86, 0); -lean_inc(x_87); -x_88 = lean_ctor_get(x_86, 1); -lean_inc(x_88); -lean_dec(x_86); -x_89 = lean_box(0); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_87); -lean_ctor_set(x_90, 1, x_89); -x_6 = x_90; -x_7 = x_88; -goto block_16; -} -else -{ -uint8_t x_91; -x_91 = !lean_is_exclusive(x_86); -if (x_91 == 0) -{ -return x_86; -} -else -{ -lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_86, 0); -x_93 = lean_ctor_get(x_86, 1); -lean_inc(x_93); -lean_inc(x_92); -lean_dec(x_86); -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; -} -} -} -else -{ -uint8_t x_95; -lean_dec(x_4); -lean_dec(x_1); -x_95 = !lean_is_exclusive(x_31); -if (x_95 == 0) -{ -lean_object* x_96; -x_96 = lean_ctor_get(x_31, 0); -lean_dec(x_96); -return x_31; -} -else -{ -lean_object* x_97; lean_object* x_98; -x_97 = lean_ctor_get(x_31, 1); -lean_inc(x_97); -lean_dec(x_31); -x_98 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_98, 0, x_83); -lean_ctor_set(x_98, 1, x_97); -return x_98; -} -} -} -block_16: -{ -if (lean_obj_tag(x_6) == 0) -{ -uint8_t x_8; -x_8 = !lean_is_exclusive(x_6); -if (x_8 == 0) -{ -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_6, 1); -lean_dec(x_9); -x_10 = lean_ctor_get(x_6, 0); -lean_dec(x_10); -x_11 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; -lean_ctor_set(x_6, 1, x_7); -lean_ctor_set(x_6, 0, x_11); return x_6; } else { -lean_object* x_12; lean_object* x_13; +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_6, 1); +lean_inc(x_81); lean_dec(x_6); -x_12 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_12); -lean_ctor_set(x_13, 1, x_7); -return x_13; +x_82 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_82, 0, x_65); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } -else -{ -lean_object* x_14; lean_object* x_15; -lean_dec(x_6); -x_14 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_7); -return x_15; -} -} -block_30: -{ -if (lean_obj_tag(x_17) == 11) -{ -lean_object* x_19; lean_object* x_20; -lean_dec(x_17); -x_19 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__1___boxed), 2, 1); -lean_closure_set(x_19, 0, x_1); -x_20 = l_Lean_Server_Watchdog_modifyReferences(x_19, x_4, x_18); -if (lean_obj_tag(x_20) == 0) -{ -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* 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(x_20); -x_23 = lean_box(0); -x_24 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_24, 0, x_21); -lean_ctor_set(x_24, 1, x_23); -x_6 = x_24; -x_7 = x_22; -goto block_16; -} -else -{ -uint8_t x_25; -x_25 = !lean_is_exclusive(x_20); -if (x_25 == 0) -{ -return x_20; -} -else -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_20, 0); -x_27 = lean_ctor_get(x_20, 1); -lean_inc(x_27); -lean_inc(x_26); -lean_dec(x_20); -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; -} -} -} -else -{ -lean_object* x_29; -lean_dec(x_4); -lean_dec(x_1); -x_29 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_29, 0, x_17); -lean_ctor_set(x_29, 1, x_18); -return x_29; -} } } } @@ -105578,7 +106197,7 @@ lean_dec(x_13); x_16 = lean_ctor_get(x_12, 1); lean_inc(x_16); lean_dec(x_12); -x_17 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__1___boxed), 2, 1); +x_17 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__2___boxed), 2, 1); lean_closure_set(x_17, 0, x_16); lean_inc(x_8); x_18 = l_Lean_Server_Watchdog_modifyReferences(x_17, x_8, x_9); @@ -106474,11 +107093,11 @@ lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__2___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__1(x_1, x_2); +x_3 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__2(x_1, x_2); lean_dec(x_1); return x_3; } @@ -106840,7 +107459,7 @@ _start: { lean_object* x_3; lean_inc(x_1); -x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_2039_(x_1); +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnectParams____x40_Lean_Data_Lsp_Extra___hyg_3301_(x_1); if (lean_obj_tag(x_3) == 0) { 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; @@ -107370,7 +107989,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Server_Watchdog_handleReferenceRequest___rarg___lambda__2___closed__4; -x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__13; +x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } @@ -107394,7 +108013,7 @@ x_10 = lean_string_append(x_9, x_8); x_11 = l_Lean_Server_Watchdog_handleReferenceRequest___rarg___lambda__2___closed__2; x_12 = lean_string_append(x_11, x_10); lean_dec(x_10); -x_13 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__13; +x_13 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__13; x_14 = lean_string_append(x_12, x_13); x_15 = lean_string_append(x_14, x_5); lean_dec(x_5); @@ -107418,7 +108037,7 @@ x_22 = l_Lean_JsonNumber_toString(x_21); x_23 = l_Lean_Server_Watchdog_handleReferenceRequest___rarg___lambda__2___closed__2; x_24 = lean_string_append(x_23, x_22); lean_dec(x_22); -x_25 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__13; +x_25 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__13; x_26 = lean_string_append(x_24, x_25); x_27 = lean_string_append(x_26, x_5); lean_dec(x_5); @@ -108101,7 +108720,7 @@ _start: { lean_object* x_3; lean_inc(x_1); -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCallHierarchyOutgoingCallsParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7751_(x_1); +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportedByParams____x40_Lean_Data_Lsp_Extra___hyg_3180_(x_1); if (lean_obj_tag(x_3) == 0) { 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; @@ -108150,7 +108769,8 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x x_5 = lean_array_uget(x_3, x_2); x_6 = lean_unsigned_to_nat(0u); x_7 = lean_array_uset(x_3, x_2, x_6); -x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCallHierarchyOutgoingCall____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7988_(x_5); +x_8 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanImport____x40_Lean_Data_Lsp_Extra___hyg_2991_(x_5); +lean_dec(x_5); x_9 = 1; x_10 = lean_usize_add(x_2, x_9); x_11 = lean_array_uset(x_7, x_2, x_8); @@ -108354,7 +108974,7 @@ _start: { lean_object* x_3; lean_inc(x_1); -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCallHierarchyIncomingCallsParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7435_(x_1); +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModuleHierarchyImportsParams____x40_Lean_Data_Lsp_Extra___hyg_3059_(x_1); if (lean_obj_tag(x_3) == 0) { 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; @@ -108388,123 +109008,6 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__19(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) -{ -return x_3; -} -else -{ -lean_object* x_5; 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_5 = lean_array_uget(x_3, x_2); -x_6 = lean_unsigned_to_nat(0u); -x_7 = lean_array_uset(x_3, x_2, x_6); -x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCallHierarchyIncomingCall____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7672_(x_5); -x_9 = 1; -x_10 = lean_usize_add(x_2, x_9); -x_11 = lean_array_uset(x_7, x_2, x_8); -x_2 = x_10; -x_3 = x_11; -goto _start; -} -} -} -LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__18(lean_object* x_1) { -_start: -{ -size_t x_2; size_t x_3; lean_object* x_4; lean_object* x_5; -x_2 = lean_array_size(x_1); -x_3 = 0; -x_4 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__19(x_2, x_3, x_1); -x_5 = lean_alloc_ctor(4, 1, 0); -lean_ctor_set(x_5, 0, x_4); -return x_5; -} -} -LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__17(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -uint8_t x_4; -x_4 = !lean_is_exclusive(x_2); -if (x_4 == 0) -{ -lean_object* x_5; lean_object* x_6; lean_object* x_7; -x_5 = lean_ctor_get(x_2, 1); -x_6 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__18(x_5); -lean_ctor_set_tag(x_2, 2); -lean_ctor_set(x_2, 1, x_6); -x_7 = l_IO_FS_Stream_writeLspMessage(x_1, x_2, x_3); -return x_7; -} -else -{ -lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; -x_8 = lean_ctor_get(x_2, 0); -x_9 = lean_ctor_get(x_2, 1); -lean_inc(x_9); -lean_inc(x_8); -lean_dec(x_2); -x_10 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__18(x_9); -x_11 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_11, 0, x_8); -lean_ctor_set(x_11, 1, x_10); -x_12 = l_IO_FS_Stream_writeLspMessage(x_1, x_11, x_3); -return x_12; -} -} -} -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__15___lambda__1(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; lean_object* x_9; -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_1); -lean_ctor_set(x_8, 1, x_2); -x_9 = lean_apply_3(x_3, x_6, x_8, x_7); -if (lean_obj_tag(x_9) == 0) -{ -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_10 = lean_ctor_get(x_9, 0); -lean_inc(x_10); -x_11 = lean_ctor_get(x_9, 1); -lean_inc(x_11); -lean_dec(x_9); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_4); -lean_ctor_set(x_12, 1, x_10); -x_13 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__17(x_5, x_12, x_11); -return x_13; -} -else -{ -uint8_t x_14; -lean_dec(x_5); -lean_dec(x_4); -x_14 = !lean_is_exclusive(x_9); -if (x_14 == 0) -{ -return x_9; -} -else -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_15 = lean_ctor_get(x_9, 0); -x_16 = lean_ctor_get(x_9, 1); -lean_inc(x_16); -lean_inc(x_15); -lean_dec(x_9); -x_17 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_17, 0, x_15); -lean_ctor_set(x_17, 1, x_16); -return x_17; -} -} -} -} LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__15(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { @@ -108534,7 +109037,7 @@ x_15 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_parseParams___at_Lean_S lean_closure_set(x_15, 0, x_2); lean_inc(x_6); lean_inc(x_1); -x_16 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__15___lambda__1), 7, 5); +x_16 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__10___lambda__1), 7, 5); lean_closure_set(x_16, 0, x_11); lean_closure_set(x_16, 1, x_13); lean_closure_set(x_16, 2, x_3); @@ -108602,7 +109105,749 @@ return x_30; } } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__21(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__18(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +lean_inc(x_1); +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanPrepareModuleHierarchyParams____x40_Lean_Data_Lsp_Extra___hyg_2334_(x_1); +if (lean_obj_tag(x_3) == 0) +{ +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; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +lean_dec(x_3); +x_5 = l_Lean_Json_compress(x_1); +x_6 = l_Lean_Server_Watchdog_parseParams___rarg___closed__1; +x_7 = lean_string_append(x_6, x_5); +lean_dec(x_5); +x_8 = l_Lean_Server_Watchdog_parseParams___rarg___closed__2; +x_9 = lean_string_append(x_7, x_8); +x_10 = lean_string_append(x_9, x_4); +lean_dec(x_4); +x_11 = l_Lean_Server_Watchdog_handleQueryModule___lambda__2___closed__1; +x_12 = lean_string_append(x_10, x_11); +x_13 = l_IO_throwServerError___rarg(x_12, x_2); +return x_13; +} +else +{ +lean_object* x_14; lean_object* x_15; +lean_dec(x_1); +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +lean_dec(x_3); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_2); +return x_15; +} +} +} +LEAN_EXPORT lean_object* l_Option_toJson___at_Lean_Server_Watchdog_handleRequest___spec__20(lean_object* x_1) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_2; +x_2 = lean_box(0); +return x_2; +} +else +{ +lean_object* x_3; lean_object* x_4; +x_3 = lean_ctor_get(x_1, 0); +x_4 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262_(x_3); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +uint8_t x_4; +x_4 = !lean_is_exclusive(x_2); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_2, 1); +x_6 = l_Option_toJson___at_Lean_Server_Watchdog_handleRequest___spec__20(x_5); +lean_dec(x_5); +lean_ctor_set_tag(x_2, 2); +lean_ctor_set(x_2, 1, x_6); +x_7 = l_IO_FS_Stream_writeLspMessage(x_1, x_2, x_3); +return x_7; +} +else +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_8 = lean_ctor_get(x_2, 0); +x_9 = lean_ctor_get(x_2, 1); +lean_inc(x_9); +lean_inc(x_8); +lean_dec(x_2); +x_10 = l_Option_toJson___at_Lean_Server_Watchdog_handleRequest___spec__20(x_9); +lean_dec(x_9); +x_11 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_11, 0, x_8); +lean_ctor_set(x_11, 1, x_10); +x_12 = l_IO_FS_Stream_writeLspMessage(x_1, x_11, x_3); +return x_12; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__17___lambda__1(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; lean_object* x_9; +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_1); +lean_ctor_set(x_8, 1, x_2); +x_9 = lean_apply_3(x_3, x_6, x_8, x_7); +if (lean_obj_tag(x_9) == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_9, 1); +lean_inc(x_11); +lean_dec(x_9); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_4); +lean_ctor_set(x_12, 1, x_10); +x_13 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__19(x_5, x_12, x_11); +return x_13; +} +else +{ +uint8_t x_14; +lean_dec(x_5); +lean_dec(x_4); +x_14 = !lean_is_exclusive(x_9); +if (x_14 == 0) +{ +return x_9; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_15 = lean_ctor_get(x_9, 0); +x_16 = lean_ctor_get(x_9, 1); +lean_inc(x_16); +lean_inc(x_15); +lean_dec(x_9); +x_17 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); +return x_17; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__17(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; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_6 = lean_ctor_get(x_4, 1); +lean_inc(x_6); +x_7 = lean_ctor_get(x_4, 4); +lean_inc(x_7); +x_8 = lean_st_ref_get(x_7, x_5); +lean_dec(x_7); +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(x_8); +x_11 = l_Std_DTreeMap_Internal_Impl_map___at_Lean_Server_Watchdog_handleReferenceRequest___spec__1(x_9); +x_12 = l_Lean_Server_Watchdog_getReferences(x_4, x_10); +if (lean_obj_tag(x_12) == 0) +{ +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; uint8_t x_21; +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(x_12); +x_15 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__18), 2, 1); +lean_closure_set(x_15, 0, x_2); +lean_inc(x_6); +lean_inc(x_1); +x_16 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__17___lambda__1), 7, 5); +lean_closure_set(x_16, 0, x_11); +lean_closure_set(x_16, 1, x_13); +lean_closure_set(x_16, 2, x_3); +lean_closure_set(x_16, 3, x_1); +lean_closure_set(x_16, 4, x_6); +x_17 = lean_alloc_closure((void*)(l_EStateM_bind___rarg), 3, 2); +lean_closure_set(x_17, 0, x_15); +lean_closure_set(x_17, 1, x_16); +x_18 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReferenceRequest___rarg___lambda__2), 4, 2); +lean_closure_set(x_18, 0, x_1); +lean_closure_set(x_18, 1, x_6); +x_19 = lean_alloc_closure((void*)(l_EStateM_tryCatch___at_Lean_Server_Watchdog_handleReferenceRequest___spec__2___rarg), 3, 2); +lean_closure_set(x_19, 0, x_17); +lean_closure_set(x_19, 1, x_18); +x_20 = l_Lean_Server_ServerTask_IO_asTask___rarg(x_19, x_14); +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_20, 0); +lean_dec(x_22); +x_23 = lean_box(0); +lean_ctor_set(x_20, 0, x_23); +return x_20; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_20, 1); +lean_inc(x_24); +lean_dec(x_20); +x_25 = lean_box(0); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_24); +return x_26; +} +} +else +{ +uint8_t x_27; +lean_dec(x_11); +lean_dec(x_6); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_27 = !lean_is_exclusive(x_12); +if (x_27 == 0) +{ +return x_12; +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_12, 0); +x_29 = lean_ctor_get(x_12, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_12); +x_30 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_30, 0, x_28); +lean_ctor_set(x_30, 1, x_29); +return x_30; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__22(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +lean_inc(x_1); +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCallHierarchyOutgoingCallsParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7751_(x_1); +if (lean_obj_tag(x_3) == 0) +{ +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; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +lean_dec(x_3); +x_5 = l_Lean_Json_compress(x_1); +x_6 = l_Lean_Server_Watchdog_parseParams___rarg___closed__1; +x_7 = lean_string_append(x_6, x_5); +lean_dec(x_5); +x_8 = l_Lean_Server_Watchdog_parseParams___rarg___closed__2; +x_9 = lean_string_append(x_7, x_8); +x_10 = lean_string_append(x_9, x_4); +lean_dec(x_4); +x_11 = l_Lean_Server_Watchdog_handleQueryModule___lambda__2___closed__1; +x_12 = lean_string_append(x_10, x_11); +x_13 = l_IO_throwServerError___rarg(x_12, x_2); +return x_13; +} +else +{ +lean_object* x_14; lean_object* x_15; +lean_dec(x_1); +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +lean_dec(x_3); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_2); +return x_15; +} +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__25(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) +{ +return x_3; +} +else +{ +lean_object* x_5; 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_5 = lean_array_uget(x_3, x_2); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_array_uset(x_3, x_2, x_6); +x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCallHierarchyOutgoingCall____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7988_(x_5); +x_9 = 1; +x_10 = lean_usize_add(x_2, x_9); +x_11 = lean_array_uset(x_7, x_2, x_8); +x_2 = x_10; +x_3 = x_11; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__24(lean_object* x_1) { +_start: +{ +size_t x_2; size_t x_3; lean_object* x_4; lean_object* x_5; +x_2 = lean_array_size(x_1); +x_3 = 0; +x_4 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__25(x_2, x_3, x_1); +x_5 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_5, 0, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__23(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +uint8_t x_4; +x_4 = !lean_is_exclusive(x_2); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_2, 1); +x_6 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__24(x_5); +lean_ctor_set_tag(x_2, 2); +lean_ctor_set(x_2, 1, x_6); +x_7 = l_IO_FS_Stream_writeLspMessage(x_1, x_2, x_3); +return x_7; +} +else +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_8 = lean_ctor_get(x_2, 0); +x_9 = lean_ctor_get(x_2, 1); +lean_inc(x_9); +lean_inc(x_8); +lean_dec(x_2); +x_10 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__24(x_9); +x_11 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_11, 0, x_8); +lean_ctor_set(x_11, 1, x_10); +x_12 = l_IO_FS_Stream_writeLspMessage(x_1, x_11, x_3); +return x_12; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__21___lambda__1(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; lean_object* x_9; +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_1); +lean_ctor_set(x_8, 1, x_2); +x_9 = lean_apply_3(x_3, x_6, x_8, x_7); +if (lean_obj_tag(x_9) == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_9, 1); +lean_inc(x_11); +lean_dec(x_9); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_4); +lean_ctor_set(x_12, 1, x_10); +x_13 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__23(x_5, x_12, x_11); +return x_13; +} +else +{ +uint8_t x_14; +lean_dec(x_5); +lean_dec(x_4); +x_14 = !lean_is_exclusive(x_9); +if (x_14 == 0) +{ +return x_9; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_15 = lean_ctor_get(x_9, 0); +x_16 = lean_ctor_get(x_9, 1); +lean_inc(x_16); +lean_inc(x_15); +lean_dec(x_9); +x_17 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); +return x_17; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__21(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; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_6 = lean_ctor_get(x_4, 1); +lean_inc(x_6); +x_7 = lean_ctor_get(x_4, 4); +lean_inc(x_7); +x_8 = lean_st_ref_get(x_7, x_5); +lean_dec(x_7); +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(x_8); +x_11 = l_Std_DTreeMap_Internal_Impl_map___at_Lean_Server_Watchdog_handleReferenceRequest___spec__1(x_9); +x_12 = l_Lean_Server_Watchdog_getReferences(x_4, x_10); +if (lean_obj_tag(x_12) == 0) +{ +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; uint8_t x_21; +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(x_12); +x_15 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__22), 2, 1); +lean_closure_set(x_15, 0, x_2); +lean_inc(x_6); +lean_inc(x_1); +x_16 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__21___lambda__1), 7, 5); +lean_closure_set(x_16, 0, x_11); +lean_closure_set(x_16, 1, x_13); +lean_closure_set(x_16, 2, x_3); +lean_closure_set(x_16, 3, x_1); +lean_closure_set(x_16, 4, x_6); +x_17 = lean_alloc_closure((void*)(l_EStateM_bind___rarg), 3, 2); +lean_closure_set(x_17, 0, x_15); +lean_closure_set(x_17, 1, x_16); +x_18 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReferenceRequest___rarg___lambda__2), 4, 2); +lean_closure_set(x_18, 0, x_1); +lean_closure_set(x_18, 1, x_6); +x_19 = lean_alloc_closure((void*)(l_EStateM_tryCatch___at_Lean_Server_Watchdog_handleReferenceRequest___spec__2___rarg), 3, 2); +lean_closure_set(x_19, 0, x_17); +lean_closure_set(x_19, 1, x_18); +x_20 = l_Lean_Server_ServerTask_IO_asTask___rarg(x_19, x_14); +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_20, 0); +lean_dec(x_22); +x_23 = lean_box(0); +lean_ctor_set(x_20, 0, x_23); +return x_20; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_20, 1); +lean_inc(x_24); +lean_dec(x_20); +x_25 = lean_box(0); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_24); +return x_26; +} +} +else +{ +uint8_t x_27; +lean_dec(x_11); +lean_dec(x_6); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_27 = !lean_is_exclusive(x_12); +if (x_27 == 0) +{ +return x_12; +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_12, 0); +x_29 = lean_ctor_get(x_12, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_12); +x_30 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_30, 0, x_28); +lean_ctor_set(x_30, 1, x_29); +return x_30; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__27(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +lean_inc(x_1); +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCallHierarchyIncomingCallsParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7435_(x_1); +if (lean_obj_tag(x_3) == 0) +{ +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; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +lean_dec(x_3); +x_5 = l_Lean_Json_compress(x_1); +x_6 = l_Lean_Server_Watchdog_parseParams___rarg___closed__1; +x_7 = lean_string_append(x_6, x_5); +lean_dec(x_5); +x_8 = l_Lean_Server_Watchdog_parseParams___rarg___closed__2; +x_9 = lean_string_append(x_7, x_8); +x_10 = lean_string_append(x_9, x_4); +lean_dec(x_4); +x_11 = l_Lean_Server_Watchdog_handleQueryModule___lambda__2___closed__1; +x_12 = lean_string_append(x_10, x_11); +x_13 = l_IO_throwServerError___rarg(x_12, x_2); +return x_13; +} +else +{ +lean_object* x_14; lean_object* x_15; +lean_dec(x_1); +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +lean_dec(x_3); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_2); +return x_15; +} +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__30(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) +{ +return x_3; +} +else +{ +lean_object* x_5; 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_5 = lean_array_uget(x_3, x_2); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_array_uset(x_3, x_2, x_6); +x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCallHierarchyIncomingCall____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7672_(x_5); +x_9 = 1; +x_10 = lean_usize_add(x_2, x_9); +x_11 = lean_array_uset(x_7, x_2, x_8); +x_2 = x_10; +x_3 = x_11; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__29(lean_object* x_1) { +_start: +{ +size_t x_2; size_t x_3; lean_object* x_4; lean_object* x_5; +x_2 = lean_array_size(x_1); +x_3 = 0; +x_4 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__30(x_2, x_3, x_1); +x_5 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_5, 0, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__28(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +uint8_t x_4; +x_4 = !lean_is_exclusive(x_2); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_2, 1); +x_6 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__29(x_5); +lean_ctor_set_tag(x_2, 2); +lean_ctor_set(x_2, 1, x_6); +x_7 = l_IO_FS_Stream_writeLspMessage(x_1, x_2, x_3); +return x_7; +} +else +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_8 = lean_ctor_get(x_2, 0); +x_9 = lean_ctor_get(x_2, 1); +lean_inc(x_9); +lean_inc(x_8); +lean_dec(x_2); +x_10 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__29(x_9); +x_11 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_11, 0, x_8); +lean_ctor_set(x_11, 1, x_10); +x_12 = l_IO_FS_Stream_writeLspMessage(x_1, x_11, x_3); +return x_12; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__26___lambda__1(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; lean_object* x_9; +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_1); +lean_ctor_set(x_8, 1, x_2); +x_9 = lean_apply_3(x_3, x_6, x_8, x_7); +if (lean_obj_tag(x_9) == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_9, 1); +lean_inc(x_11); +lean_dec(x_9); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_4); +lean_ctor_set(x_12, 1, x_10); +x_13 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__28(x_5, x_12, x_11); +return x_13; +} +else +{ +uint8_t x_14; +lean_dec(x_5); +lean_dec(x_4); +x_14 = !lean_is_exclusive(x_9); +if (x_14 == 0) +{ +return x_9; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_15 = lean_ctor_get(x_9, 0); +x_16 = lean_ctor_get(x_9, 1); +lean_inc(x_16); +lean_inc(x_15); +lean_dec(x_9); +x_17 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); +return x_17; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__26(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; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_6 = lean_ctor_get(x_4, 1); +lean_inc(x_6); +x_7 = lean_ctor_get(x_4, 4); +lean_inc(x_7); +x_8 = lean_st_ref_get(x_7, x_5); +lean_dec(x_7); +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(x_8); +x_11 = l_Std_DTreeMap_Internal_Impl_map___at_Lean_Server_Watchdog_handleReferenceRequest___spec__1(x_9); +x_12 = l_Lean_Server_Watchdog_getReferences(x_4, x_10); +if (lean_obj_tag(x_12) == 0) +{ +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; uint8_t x_21; +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(x_12); +x_15 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__27), 2, 1); +lean_closure_set(x_15, 0, x_2); +lean_inc(x_6); +lean_inc(x_1); +x_16 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__26___lambda__1), 7, 5); +lean_closure_set(x_16, 0, x_11); +lean_closure_set(x_16, 1, x_13); +lean_closure_set(x_16, 2, x_3); +lean_closure_set(x_16, 3, x_1); +lean_closure_set(x_16, 4, x_6); +x_17 = lean_alloc_closure((void*)(l_EStateM_bind___rarg), 3, 2); +lean_closure_set(x_17, 0, x_15); +lean_closure_set(x_17, 1, x_16); +x_18 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReferenceRequest___rarg___lambda__2), 4, 2); +lean_closure_set(x_18, 0, x_1); +lean_closure_set(x_18, 1, x_6); +x_19 = lean_alloc_closure((void*)(l_EStateM_tryCatch___at_Lean_Server_Watchdog_handleReferenceRequest___spec__2___rarg), 3, 2); +lean_closure_set(x_19, 0, x_17); +lean_closure_set(x_19, 1, x_18); +x_20 = l_Lean_Server_ServerTask_IO_asTask___rarg(x_19, x_14); +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_20, 0); +lean_dec(x_22); +x_23 = lean_box(0); +lean_ctor_set(x_20, 0, x_23); +return x_20; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_20, 1); +lean_inc(x_24); +lean_dec(x_20); +x_25 = lean_box(0); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_24); +return x_26; +} +} +else +{ +uint8_t x_27; +lean_dec(x_11); +lean_dec(x_6); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_27 = !lean_is_exclusive(x_12); +if (x_27 == 0) +{ +return x_12; +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_12, 0); +x_29 = lean_ctor_get(x_12, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_12); +x_30 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_30, 0, x_28); +lean_ctor_set(x_30, 1, x_29); +return x_30; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__32(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -108641,7 +109886,7 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__24(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__35(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -108666,19 +109911,19 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__23(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__34(lean_object* x_1) { _start: { size_t x_2; size_t x_3; lean_object* x_4; lean_object* x_5; x_2 = lean_array_size(x_1); x_3 = 0; -x_4 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__24(x_2, x_3, x_1); +x_4 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__35(x_2, x_3, x_1); x_5 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_5, 0, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__22(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__33(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -108687,7 +109932,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_2, 1); -x_6 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__23(x_5); +x_6 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__34(x_5); lean_ctor_set_tag(x_2, 2); lean_ctor_set(x_2, 1, x_6); x_7 = l_IO_FS_Stream_writeLspMessage(x_1, x_2, x_3); @@ -108701,7 +109946,7 @@ x_9 = lean_ctor_get(x_2, 1); lean_inc(x_9); lean_inc(x_8); lean_dec(x_2); -x_10 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__23(x_9); +x_10 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__34(x_9); x_11 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_11, 0, x_8); lean_ctor_set(x_11, 1, x_10); @@ -108710,7 +109955,7 @@ return x_12; } } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__20___lambda__1(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_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__31___lambda__1(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; lean_object* x_9; @@ -108729,7 +109974,7 @@ lean_dec(x_9); x_12 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_12, 0, x_4); lean_ctor_set(x_12, 1, x_10); -x_13 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__22(x_5, x_12, x_11); +x_13 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__33(x_5, x_12, x_11); return x_13; } else @@ -108758,7 +110003,7 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__20(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_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__31(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; lean_object* x_10; lean_object* x_11; lean_object* x_12; @@ -108783,11 +110028,11 @@ lean_inc(x_13); x_14 = lean_ctor_get(x_12, 1); lean_inc(x_14); lean_dec(x_12); -x_15 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__21), 2, 1); +x_15 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__32), 2, 1); lean_closure_set(x_15, 0, x_2); lean_inc(x_6); lean_inc(x_1); -x_16 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__20___lambda__1), 7, 5); +x_16 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__31___lambda__1), 7, 5); lean_closure_set(x_16, 0, x_11); lean_closure_set(x_16, 1, x_13); lean_closure_set(x_16, 2, x_3); @@ -108855,7 +110100,7 @@ return x_30; } } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__26(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__37(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -108894,7 +110139,7 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__29(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__40(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -108919,19 +110164,19 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__28(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__39(lean_object* x_1) { _start: { size_t x_2; size_t x_3; lean_object* x_4; lean_object* x_5; x_2 = lean_array_size(x_1); x_3 = 0; -x_4 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__29(x_2, x_3, x_1); +x_4 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__40(x_2, x_3, x_1); x_5 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_5, 0, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__38(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -108940,7 +110185,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_2, 1); -x_6 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__28(x_5); +x_6 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__39(x_5); lean_ctor_set_tag(x_2, 2); lean_ctor_set(x_2, 1, x_6); x_7 = l_IO_FS_Stream_writeLspMessage(x_1, x_2, x_3); @@ -108954,7 +110199,7 @@ x_9 = lean_ctor_get(x_2, 1); lean_inc(x_9); lean_inc(x_8); lean_dec(x_2); -x_10 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__28(x_9); +x_10 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__39(x_9); x_11 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_11, 0, x_8); lean_ctor_set(x_11, 1, x_10); @@ -108963,7 +110208,7 @@ return x_12; } } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__25___lambda__1(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_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__36___lambda__1(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; lean_object* x_9; @@ -108982,7 +110227,7 @@ lean_dec(x_9); x_12 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_12, 0, x_4); lean_ctor_set(x_12, 1, x_10); -x_13 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__27(x_5, x_12, x_11); +x_13 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__38(x_5, x_12, x_11); return x_13; } else @@ -109011,7 +110256,7 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__25(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_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__36(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; lean_object* x_10; lean_object* x_11; lean_object* x_12; @@ -109036,11 +110281,11 @@ lean_inc(x_13); x_14 = lean_ctor_get(x_12, 1); lean_inc(x_14); lean_dec(x_12); -x_15 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__26), 2, 1); +x_15 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__37), 2, 1); lean_closure_set(x_15, 0, x_2); lean_inc(x_6); lean_inc(x_1); -x_16 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__25___lambda__1), 7, 5); +x_16 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__36___lambda__1), 7, 5); lean_closure_set(x_16, 0, x_11); lean_closure_set(x_16, 1, x_13); lean_closure_set(x_16, 2, x_3); @@ -109108,7 +110353,7 @@ return x_30; } } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__31(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__42(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -109147,7 +110392,7 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__34(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__45(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -109172,19 +110417,19 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__33(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__44(lean_object* x_1) { _start: { size_t x_2; size_t x_3; lean_object* x_4; lean_object* x_5; x_2 = lean_array_size(x_1); x_3 = 0; -x_4 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__34(x_2, x_3, x_1); +x_4 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__45(x_2, x_3, x_1); x_5 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_5, 0, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__32(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__43(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -109193,7 +110438,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_2, 1); -x_6 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__33(x_5); +x_6 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__44(x_5); lean_ctor_set_tag(x_2, 2); lean_ctor_set(x_2, 1, x_6); x_7 = l_IO_FS_Stream_writeLspMessage(x_1, x_2, x_3); @@ -109207,7 +110452,7 @@ x_9 = lean_ctor_get(x_2, 1); lean_inc(x_9); lean_inc(x_8); lean_dec(x_2); -x_10 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__33(x_9); +x_10 = l_Array_toJson___at_Lean_Server_Watchdog_handleRequest___spec__44(x_9); x_11 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_11, 0, x_8); lean_ctor_set(x_11, 1, x_10); @@ -109216,7 +110461,7 @@ return x_12; } } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__30___lambda__1(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_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__41___lambda__1(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; lean_object* x_9; @@ -109235,7 +110480,7 @@ lean_dec(x_9); x_12 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_12, 0, x_4); lean_ctor_set(x_12, 1, x_10); -x_13 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__32(x_5, x_12, x_11); +x_13 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__43(x_5, x_12, x_11); return x_13; } else @@ -109264,7 +110509,7 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__30(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_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__41(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; lean_object* x_10; lean_object* x_11; lean_object* x_12; @@ -109289,11 +110534,11 @@ lean_inc(x_13); x_14 = lean_ctor_get(x_12, 1); lean_inc(x_14); lean_dec(x_12); -x_15 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__31), 2, 1); +x_15 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__42), 2, 1); lean_closure_set(x_15, 0, x_2); lean_inc(x_6); lean_inc(x_1); -x_16 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__30___lambda__1), 7, 5); +x_16 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__41___lambda__1), 7, 5); lean_closure_set(x_16, 0, x_11); lean_closure_set(x_16, 1, x_13); lean_closure_set(x_16, 2, x_3); @@ -109361,7 +110606,7 @@ return x_30; } } } -LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__35(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__46(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -109423,7 +110668,7 @@ x_8 = lean_box(0); x_9 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_9, 0, x_2); lean_ctor_set(x_9, 1, x_8); -x_10 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__3(x_7, x_9, x_6); +x_10 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleIleanInfoFinal___spec__4(x_7, x_9, x_6); return x_10; } } @@ -109525,7 +110770,7 @@ lean_closure_set(x_9, 1, x_2); lean_closure_set(x_9, 2, x_3); lean_closure_set(x_9, 3, x_4); x_10 = l_Lean_Server_Watchdog_getReferences___closed__1; -x_11 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Server_Watchdog_eraseFileWorker___spec__4___rarg), 5, 2); +x_11 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Server_Watchdog_modifyReferencesIO___spec__2___rarg), 5, 2); lean_closure_set(x_11, 0, x_10); lean_closure_set(x_11, 1, x_9); x_12 = l_Std_Mutex_atomically___at_Lean_Server_Watchdog_modifyReferences___spec__1(x_5, x_11, x_7, x_8); @@ -109592,7 +110837,7 @@ static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__8() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("textDocument/prepareRename", 26, 26); +x_1 = lean_mk_string_unchecked("$/lean/prepareModuleHierarchy", 29, 29); return x_1; } } @@ -109600,7 +110845,7 @@ static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__9() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("textDocument/rename", 19, 19); +x_1 = lean_mk_string_unchecked("$/lean/moduleHierarchy/imports", 30, 30); return x_1; } } @@ -109608,7 +110853,7 @@ static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__10() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("$/lean/waitForILeans", 20, 20); +x_1 = lean_mk_string_unchecked("$/lean/moduleHierarchy/importedBy", 33, 33); return x_1; } } @@ -109616,7 +110861,7 @@ static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__11() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("Cannot process '$/lean/waitForILeans' request to closed file '", 62, 62); +x_1 = lean_mk_string_unchecked("textDocument/prepareRename", 26, 26); return x_1; } } @@ -109624,7 +110869,7 @@ static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__12() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleRename), 3, 0); +x_1 = lean_mk_string_unchecked("textDocument/rename", 19, 19); return x_1; } } @@ -109632,7 +110877,7 @@ static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__13() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handlePrepareRename___boxed), 3, 0); +x_1 = lean_mk_string_unchecked("$/lean/waitForILeans", 20, 20); return x_1; } } @@ -109640,7 +110885,7 @@ static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__14() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls), 3, 0); +x_1 = lean_mk_string_unchecked("Cannot process '$/lean/waitForILeans' request to closed file '", 62, 62); return x_1; } } @@ -109648,7 +110893,7 @@ static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__15() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls), 3, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleRename), 3, 0); return x_1; } } @@ -109656,7 +110901,7 @@ static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__16() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handlePrepareCallHierarchy___boxed), 3, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handlePrepareRename___boxed), 3, 0); return x_1; } } @@ -109664,7 +110909,7 @@ static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__17() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleWorkspaceSymbol), 3, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleModuleHierarchyImportedBy), 3, 0); return x_1; } } @@ -109672,6 +110917,54 @@ static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__18() { _start: { lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleModuleHierarchyImports___boxed), 3, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__19() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handlePrepareModuleHierarchy___boxed), 3, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__20() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls), 3, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__21() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleCallHierarchyIncomingCalls), 3, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__22() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handlePrepareCallHierarchy___boxed), 3, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__23() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleWorkspaceSymbol), 3, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_Watchdog_handleRequest___closed__24() { +_start: +{ +lean_object* x_1; x_1 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_handleReference), 3, 0); return x_1; } @@ -109729,36 +111022,35 @@ x_24 = l_Lean_Server_Watchdog_handleRequest___closed__10; x_25 = lean_string_dec_eq(x_2, x_24); if (x_25 == 0) { -lean_object* x_26; -x_26 = l_Lean_Server_Watchdog_forwardRequestToWorker(x_1, x_2, x_3, x_4, x_5); -return x_26; +lean_object* x_26; uint8_t x_27; +x_26 = l_Lean_Server_Watchdog_handleRequest___closed__11; +x_27 = lean_string_dec_eq(x_2, x_26); +if (x_27 == 0) +{ +lean_object* x_28; uint8_t x_29; +x_28 = l_Lean_Server_Watchdog_handleRequest___closed__12; +x_29 = lean_string_dec_eq(x_2, x_28); +if (x_29 == 0) +{ +lean_object* x_30; uint8_t x_31; +x_30 = l_Lean_Server_Watchdog_handleRequest___closed__13; +x_31 = lean_string_dec_eq(x_2, x_30); +if (x_31 == 0) +{ +lean_object* x_32; +x_32 = l_Lean_Server_Watchdog_forwardRequestToWorker(x_1, x_2, x_3, x_4, x_5); +return x_32; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_dec(x_2); -x_27 = lean_ctor_get(x_4, 7); -lean_inc(x_27); -x_28 = l_Lean_Server_Watchdog_getReferences___closed__1; +x_33 = lean_ctor_get(x_4, 7); +lean_inc(x_33); +x_34 = l_Lean_Server_Watchdog_getReferences___closed__1; lean_inc(x_4); -lean_inc(x_27); -x_29 = l_Std_Mutex_atomically___at_Lean_Server_Watchdog_getReferences___spec__2(x_27, x_28, x_4, x_5); -if (lean_obj_tag(x_29) == 0) -{ -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_30 = lean_ctor_get(x_29, 0); -lean_inc(x_30); -x_31 = lean_ctor_get(x_29, 1); -lean_inc(x_31); -lean_dec(x_29); -x_32 = lean_ctor_get(x_30, 0); -lean_inc(x_32); -lean_dec(x_30); -x_33 = lean_io_wait(x_32, x_31); -x_34 = lean_ctor_get(x_33, 1); -lean_inc(x_34); -lean_dec(x_33); -x_35 = l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__1(x_3, x_34); +lean_inc(x_33); +x_35 = l_Std_Mutex_atomically___at_Lean_Server_Watchdog_getReferences___spec__2(x_33, x_34, x_4, x_5); if (lean_obj_tag(x_35) == 0) { lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; @@ -109769,185 +111061,174 @@ lean_inc(x_37); lean_dec(x_35); x_38 = lean_ctor_get(x_36, 0); lean_inc(x_38); -x_39 = lean_ctor_get(x_36, 1); -lean_inc(x_39); lean_dec(x_36); -x_40 = l_Lean_Server_Watchdog_getFileWorker_x3f(x_38, x_4, x_37); -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); +x_39 = lean_io_wait(x_38, x_37); +x_40 = lean_ctor_get(x_39, 1); +lean_inc(x_40); +lean_dec(x_39); +x_41 = l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__1(x_3, x_40); if (lean_obj_tag(x_41) == 0) { -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_dec(x_39); -lean_dec(x_27); -x_42 = lean_ctor_get(x_40, 1); +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_42 = lean_ctor_get(x_41, 0); lean_inc(x_42); -lean_dec(x_40); -x_43 = lean_ctor_get(x_4, 1); +x_43 = lean_ctor_get(x_41, 1); lean_inc(x_43); +lean_dec(x_41); +x_44 = lean_ctor_get(x_42, 0); +lean_inc(x_44); +x_45 = lean_ctor_get(x_42, 1); +lean_inc(x_45); +lean_dec(x_42); +x_46 = l_Lean_Server_Watchdog_getFileWorker_x3f(x_44, x_4, x_43); +x_47 = lean_ctor_get(x_46, 0); +lean_inc(x_47); +if (lean_obj_tag(x_47) == 0) +{ +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; lean_object* x_56; lean_object* x_57; +lean_dec(x_45); +lean_dec(x_33); +x_48 = lean_ctor_get(x_46, 1); +lean_inc(x_48); +lean_dec(x_46); +x_49 = lean_ctor_get(x_4, 1); +lean_inc(x_49); lean_dec(x_4); -x_44 = l_Lean_Server_Watchdog_handleRequest___closed__11; -x_45 = lean_string_append(x_44, x_38); -lean_dec(x_38); -x_46 = l_Lean_Server_Watchdog_forwardRequestToWorker___lambda__2___closed__2; -x_47 = lean_string_append(x_45, x_46); -x_48 = lean_box(0); -x_49 = 7; -x_50 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_50, 0, x_1); -lean_ctor_set(x_50, 1, x_47); -lean_ctor_set(x_50, 2, x_48); -lean_ctor_set_uint8(x_50, sizeof(void*)*3, x_49); -x_51 = l_IO_FS_Stream_writeLspResponseError(x_43, x_50, x_42); -if (lean_obj_tag(x_51) == 0) -{ -uint8_t x_52; -x_52 = !lean_is_exclusive(x_51); -if (x_52 == 0) -{ -lean_object* x_53; lean_object* x_54; -x_53 = lean_ctor_get(x_51, 0); -lean_dec(x_53); +x_50 = l_Lean_Server_Watchdog_handleRequest___closed__14; +x_51 = lean_string_append(x_50, x_44); +lean_dec(x_44); +x_52 = l_Lean_Server_Watchdog_forwardRequestToWorker___lambda__2___closed__2; +x_53 = lean_string_append(x_51, x_52); x_54 = lean_box(0); -lean_ctor_set(x_51, 0, x_54); -return x_51; -} -else -{ -lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_55 = lean_ctor_get(x_51, 1); -lean_inc(x_55); -lean_dec(x_51); -x_56 = lean_box(0); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_55); -return x_57; -} -} -else +x_55 = 7; +x_56 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_56, 0, x_1); +lean_ctor_set(x_56, 1, x_53); +lean_ctor_set(x_56, 2, x_54); +lean_ctor_set_uint8(x_56, sizeof(void*)*3, x_55); +x_57 = l_IO_FS_Stream_writeLspResponseError(x_49, x_56, x_48); +if (lean_obj_tag(x_57) == 0) { uint8_t x_58; -x_58 = !lean_is_exclusive(x_51); +x_58 = !lean_is_exclusive(x_57); if (x_58 == 0) { -return x_51; +lean_object* x_59; lean_object* x_60; +x_59 = lean_ctor_get(x_57, 0); +lean_dec(x_59); +x_60 = lean_box(0); +lean_ctor_set(x_57, 0, x_60); +return x_57; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_51, 0); -x_60 = lean_ctor_get(x_51, 1); -lean_inc(x_60); -lean_inc(x_59); -lean_dec(x_51); -x_61 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_60); -return x_61; +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_57, 1); +lean_inc(x_61); +lean_dec(x_57); +x_62 = lean_box(0); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_61); +return x_63; +} +} +else +{ +uint8_t x_64; +x_64 = !lean_is_exclusive(x_57); +if (x_64 == 0) +{ +return x_57; +} +else +{ +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_57, 0); +x_66 = lean_ctor_get(x_57, 1); +lean_inc(x_66); +lean_inc(x_65); +lean_dec(x_57); +x_67 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_67, 0, x_65); +lean_ctor_set(x_67, 1, x_66); +return x_67; } } } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -lean_dec(x_41); -x_62 = lean_ctor_get(x_40, 1); -lean_inc(x_62); -lean_dec(x_40); -x_63 = lean_box(0); +lean_object* x_68; lean_object* x_69; lean_object* x_70; +lean_dec(x_47); +x_68 = lean_ctor_get(x_46, 1); +lean_inc(x_68); +lean_dec(x_46); +x_69 = lean_box(0); lean_inc(x_4); -x_64 = l_Lean_Server_Watchdog_handleRequest___lambda__4(x_38, x_1, x_39, x_4, x_27, x_63, x_4, x_62); -return x_64; +x_70 = l_Lean_Server_Watchdog_handleRequest___lambda__4(x_44, x_1, x_45, x_4, x_33, x_69, x_4, x_68); +return x_70; } } else { -uint8_t x_65; -lean_dec(x_27); +uint8_t x_71; +lean_dec(x_33); lean_dec(x_4); lean_dec(x_1); -x_65 = !lean_is_exclusive(x_35); -if (x_65 == 0) +x_71 = !lean_is_exclusive(x_41); +if (x_71 == 0) +{ +return x_41; +} +else +{ +lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_72 = lean_ctor_get(x_41, 0); +x_73 = lean_ctor_get(x_41, 1); +lean_inc(x_73); +lean_inc(x_72); +lean_dec(x_41); +x_74 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_74, 0, x_72); +lean_ctor_set(x_74, 1, x_73); +return x_74; +} +} +} +else +{ +uint8_t x_75; +lean_dec(x_33); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_75 = !lean_is_exclusive(x_35); +if (x_75 == 0) { return x_35; } else { -lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_66 = lean_ctor_get(x_35, 0); -x_67 = lean_ctor_get(x_35, 1); -lean_inc(x_67); -lean_inc(x_66); +lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_35, 0); +x_77 = lean_ctor_get(x_35, 1); +lean_inc(x_77); +lean_inc(x_76); lean_dec(x_35); -x_68 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_68, 0, x_66); -lean_ctor_set(x_68, 1, x_67); -return x_68; -} -} -} -else -{ -uint8_t x_69; -lean_dec(x_27); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_69 = !lean_is_exclusive(x_29); -if (x_69 == 0) -{ -return x_29; -} -else -{ -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_29, 0); -x_71 = lean_ctor_get(x_29, 1); -lean_inc(x_71); -lean_inc(x_70); -lean_dec(x_29); -x_72 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_72, 0, x_70); -lean_ctor_set(x_72, 1, x_71); -return x_72; -} -} -} -} -else -{ -lean_object* x_73; lean_object* x_74; -lean_dec(x_2); -x_73 = l_Lean_Server_Watchdog_handleRequest___closed__12; -x_74 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__3(x_1, x_3, x_73, x_4, x_5); -return x_74; -} -} -else -{ -lean_object* x_75; lean_object* x_76; -lean_dec(x_2); -x_75 = l_Lean_Server_Watchdog_handleRequest___closed__13; -x_76 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__6(x_1, x_3, x_75, x_4, x_5); -return x_76; -} -} -else -{ -lean_object* x_77; lean_object* x_78; -lean_dec(x_2); -x_77 = l_Lean_Server_Watchdog_handleRequest___closed__14; -x_78 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__10(x_1, x_3, x_77, x_4, x_5); +x_78 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_78, 0, x_76); +lean_ctor_set(x_78, 1, x_77); return x_78; } } +} +} else { lean_object* x_79; lean_object* x_80; lean_dec(x_2); x_79 = l_Lean_Server_Watchdog_handleRequest___closed__15; -x_80 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__15(x_1, x_3, x_79, x_4, x_5); +x_80 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__3(x_1, x_3, x_79, x_4, x_5); return x_80; } } @@ -109956,7 +111237,7 @@ else lean_object* x_81; lean_object* x_82; lean_dec(x_2); x_81 = l_Lean_Server_Watchdog_handleRequest___closed__16; -x_82 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__20(x_1, x_3, x_81, x_4, x_5); +x_82 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__6(x_1, x_3, x_81, x_4, x_5); return x_82; } } @@ -109965,7 +111246,7 @@ else lean_object* x_83; lean_object* x_84; lean_dec(x_2); x_83 = l_Lean_Server_Watchdog_handleRequest___closed__17; -x_84 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__25(x_1, x_3, x_83, x_4, x_5); +x_84 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__10(x_1, x_3, x_83, x_4, x_5); return x_84; } } @@ -109974,210 +111255,264 @@ else lean_object* x_85; lean_object* x_86; lean_dec(x_2); x_85 = l_Lean_Server_Watchdog_handleRequest___closed__18; -x_86 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__30(x_1, x_3, x_85, x_4, x_5); +x_86 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__15(x_1, x_3, x_85, x_4, x_5); return x_86; } } else { -lean_object* x_87; -lean_inc(x_3); -x_87 = l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__35(x_3, x_5); -if (lean_obj_tag(x_87) == 0) -{ -lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_88 = lean_ctor_get(x_87, 0); -lean_inc(x_88); -x_89 = lean_ctor_get(x_87, 1); -lean_inc(x_89); -lean_dec(x_87); -lean_inc(x_4); -x_90 = l_Lean_Server_Watchdog_findDefinitions(x_88, x_4, x_89); -lean_dec(x_88); -if (lean_obj_tag(x_90) == 0) -{ -lean_object* x_91; lean_object* x_92; uint8_t x_93; -x_91 = lean_ctor_get(x_90, 0); -lean_inc(x_91); -x_92 = lean_ctor_get(x_90, 1); -lean_inc(x_92); -lean_dec(x_90); -x_93 = l_Array_isEmpty___rarg(x_91); -if (x_93 == 0) -{ -lean_object* x_94; lean_object* x_95; lean_object* x_96; -lean_dec(x_3); +lean_object* x_87; lean_object* x_88; lean_dec(x_2); -x_94 = lean_ctor_get(x_4, 1); -lean_inc(x_94); -lean_dec(x_4); -x_95 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_95, 0, x_1); -lean_ctor_set(x_95, 1, x_91); -x_96 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__32(x_94, x_95, x_92); -return x_96; -} -else -{ -lean_object* x_97; -lean_dec(x_91); -x_97 = l_Lean_Server_Watchdog_forwardRequestToWorker(x_1, x_2, x_3, x_4, x_92); -return x_97; +x_87 = l_Lean_Server_Watchdog_handleRequest___closed__19; +x_88 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__17(x_1, x_3, x_87, x_4, x_5); +return x_88; } } else { -uint8_t x_98; -lean_dec(x_4); -lean_dec(x_3); +lean_object* x_89; lean_object* x_90; lean_dec(x_2); -lean_dec(x_1); -x_98 = !lean_is_exclusive(x_90); -if (x_98 == 0) -{ +x_89 = l_Lean_Server_Watchdog_handleRequest___closed__20; +x_90 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__21(x_1, x_3, x_89, x_4, x_5); return x_90; } -else -{ -lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_99 = lean_ctor_get(x_90, 0); -x_100 = lean_ctor_get(x_90, 1); -lean_inc(x_100); -lean_inc(x_99); -lean_dec(x_90); -x_101 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_101, 0, x_99); -lean_ctor_set(x_101, 1, x_100); -return x_101; -} -} } else { -uint8_t x_102; -lean_dec(x_4); -lean_dec(x_3); +lean_object* x_91; lean_object* x_92; lean_dec(x_2); -lean_dec(x_1); -x_102 = !lean_is_exclusive(x_87); -if (x_102 == 0) -{ -return x_87; -} -else -{ -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_ctor_get(x_87, 0); -x_104 = lean_ctor_get(x_87, 1); -lean_inc(x_104); -lean_inc(x_103); -lean_dec(x_87); -x_105 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_105, 0, x_103); -lean_ctor_set(x_105, 1, x_104); -return x_105; -} -} +x_91 = l_Lean_Server_Watchdog_handleRequest___closed__21; +x_92 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__26(x_1, x_3, x_91, x_4, x_5); +return x_92; } } else { -lean_object* x_106; +lean_object* x_93; lean_object* x_94; +lean_dec(x_2); +x_93 = l_Lean_Server_Watchdog_handleRequest___closed__22; +x_94 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__31(x_1, x_3, x_93, x_4, x_5); +return x_94; +} +} +else +{ +lean_object* x_95; lean_object* x_96; +lean_dec(x_2); +x_95 = l_Lean_Server_Watchdog_handleRequest___closed__23; +x_96 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__36(x_1, x_3, x_95, x_4, x_5); +return x_96; +} +} +else +{ +lean_object* x_97; lean_object* x_98; +lean_dec(x_2); +x_97 = l_Lean_Server_Watchdog_handleRequest___closed__24; +x_98 = l_Lean_Server_Watchdog_handleReferenceRequest___at_Lean_Server_Watchdog_handleRequest___spec__41(x_1, x_3, x_97, x_4, x_5); +return x_98; +} +} +else +{ +lean_object* x_99; lean_inc(x_3); -x_106 = l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__35(x_3, x_5); -if (lean_obj_tag(x_106) == 0) +x_99 = l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__46(x_3, x_5); +if (lean_obj_tag(x_99) == 0) { -lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_107 = lean_ctor_get(x_106, 0); -lean_inc(x_107); -x_108 = lean_ctor_get(x_106, 1); -lean_inc(x_108); -lean_dec(x_106); +lean_object* x_100; lean_object* x_101; lean_object* x_102; +x_100 = lean_ctor_get(x_99, 0); +lean_inc(x_100); +x_101 = lean_ctor_get(x_99, 1); +lean_inc(x_101); +lean_dec(x_99); lean_inc(x_4); -x_109 = l_Lean_Server_Watchdog_findDefinitions(x_107, x_4, x_108); -lean_dec(x_107); -if (lean_obj_tag(x_109) == 0) +x_102 = l_Lean_Server_Watchdog_findDefinitions(x_100, x_4, x_101); +lean_dec(x_100); +if (lean_obj_tag(x_102) == 0) { -lean_object* x_110; lean_object* x_111; uint8_t x_112; -x_110 = lean_ctor_get(x_109, 0); -lean_inc(x_110); -x_111 = lean_ctor_get(x_109, 1); -lean_inc(x_111); -lean_dec(x_109); -x_112 = l_Array_isEmpty___rarg(x_110); -if (x_112 == 0) +lean_object* x_103; lean_object* x_104; uint8_t x_105; +x_103 = lean_ctor_get(x_102, 0); +lean_inc(x_103); +x_104 = lean_ctor_get(x_102, 1); +lean_inc(x_104); +lean_dec(x_102); +x_105 = l_Array_isEmpty___rarg(x_103); +if (x_105 == 0) { -lean_object* x_113; lean_object* x_114; lean_object* x_115; +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_dec(x_3); lean_dec(x_2); -x_113 = lean_ctor_get(x_4, 1); -lean_inc(x_113); +x_106 = lean_ctor_get(x_4, 1); +lean_inc(x_106); lean_dec(x_4); -x_114 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_114, 0, x_1); -lean_ctor_set(x_114, 1, x_110); -x_115 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__32(x_113, x_114, x_111); -return x_115; +x_107 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_107, 0, x_1); +lean_ctor_set(x_107, 1, x_103); +x_108 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__43(x_106, x_107, x_104); +return x_108; } else { -lean_object* x_116; -lean_dec(x_110); -x_116 = l_Lean_Server_Watchdog_forwardRequestToWorker(x_1, x_2, x_3, x_4, x_111); -return x_116; -} -} -else -{ -uint8_t x_117; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_117 = !lean_is_exclusive(x_109); -if (x_117 == 0) -{ +lean_object* x_109; +lean_dec(x_103); +x_109 = l_Lean_Server_Watchdog_forwardRequestToWorker(x_1, x_2, x_3, x_4, x_104); return x_109; } -else -{ -lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_118 = lean_ctor_get(x_109, 0); -x_119 = lean_ctor_get(x_109, 1); -lean_inc(x_119); -lean_inc(x_118); -lean_dec(x_109); -x_120 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_120, 0, x_118); -lean_ctor_set(x_120, 1, x_119); -return x_120; -} -} } else { -uint8_t x_121; +uint8_t x_110; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_121 = !lean_is_exclusive(x_106); -if (x_121 == 0) +x_110 = !lean_is_exclusive(x_102); +if (x_110 == 0) { -return x_106; +return x_102; } else { -lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_122 = lean_ctor_get(x_106, 0); -x_123 = lean_ctor_get(x_106, 1); -lean_inc(x_123); +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_102, 0); +x_112 = lean_ctor_get(x_102, 1); +lean_inc(x_112); +lean_inc(x_111); +lean_dec(x_102); +x_113 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_113, 0, x_111); +lean_ctor_set(x_113, 1, x_112); +return x_113; +} +} +} +else +{ +uint8_t x_114; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_114 = !lean_is_exclusive(x_99); +if (x_114 == 0) +{ +return x_99; +} +else +{ +lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_115 = lean_ctor_get(x_99, 0); +x_116 = lean_ctor_get(x_99, 1); +lean_inc(x_116); +lean_inc(x_115); +lean_dec(x_99); +x_117 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_117, 0, x_115); +lean_ctor_set(x_117, 1, x_116); +return x_117; +} +} +} +} +else +{ +lean_object* x_118; +lean_inc(x_3); +x_118 = l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__46(x_3, x_5); +if (lean_obj_tag(x_118) == 0) +{ +lean_object* x_119; lean_object* x_120; lean_object* x_121; +x_119 = lean_ctor_get(x_118, 0); +lean_inc(x_119); +x_120 = lean_ctor_get(x_118, 1); +lean_inc(x_120); +lean_dec(x_118); +lean_inc(x_4); +x_121 = l_Lean_Server_Watchdog_findDefinitions(x_119, x_4, x_120); +lean_dec(x_119); +if (lean_obj_tag(x_121) == 0) +{ +lean_object* x_122; lean_object* x_123; uint8_t x_124; +x_122 = lean_ctor_get(x_121, 0); lean_inc(x_122); -lean_dec(x_106); -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; +x_123 = lean_ctor_get(x_121, 1); +lean_inc(x_123); +lean_dec(x_121); +x_124 = l_Array_isEmpty___rarg(x_122); +if (x_124 == 0) +{ +lean_object* x_125; lean_object* x_126; lean_object* x_127; +lean_dec(x_3); +lean_dec(x_2); +x_125 = lean_ctor_get(x_4, 1); +lean_inc(x_125); +lean_dec(x_4); +x_126 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_126, 0, x_1); +lean_ctor_set(x_126, 1, x_122); +x_127 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__43(x_125, x_126, x_123); +return x_127; +} +else +{ +lean_object* x_128; +lean_dec(x_122); +x_128 = l_Lean_Server_Watchdog_forwardRequestToWorker(x_1, x_2, x_3, x_4, x_123); +return x_128; +} +} +else +{ +uint8_t x_129; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_129 = !lean_is_exclusive(x_121); +if (x_129 == 0) +{ +return x_121; +} +else +{ +lean_object* x_130; lean_object* x_131; lean_object* x_132; +x_130 = lean_ctor_get(x_121, 0); +x_131 = lean_ctor_get(x_121, 1); +lean_inc(x_131); +lean_inc(x_130); +lean_dec(x_121); +x_132 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_132, 0, x_130); +lean_ctor_set(x_132, 1, x_131); +return x_132; +} +} +} +else +{ +uint8_t x_133; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_133 = !lean_is_exclusive(x_118); +if (x_133 == 0) +{ +return x_118; +} +else +{ +lean_object* x_134; lean_object* x_135; lean_object* x_136; +x_134 = lean_ctor_get(x_118, 0); +x_135 = lean_ctor_get(x_118, 1); +lean_inc(x_135); +lean_inc(x_134); +lean_dec(x_118); +x_136 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_136, 0, x_134); +lean_ctor_set(x_136, 1, x_135); +return x_136; } } } @@ -110205,7 +111540,16 @@ x_6 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__14( return x_6; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Option_toJson___at_Lean_Server_Watchdog_handleRequest___spec__20___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Option_toJson___at_Lean_Server_Watchdog_handleRequest___spec__20(x_1); +lean_dec(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__25___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; @@ -110213,11 +111557,11 @@ 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_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__19(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__25(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__24___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__30___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; @@ -110225,11 +111569,11 @@ 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_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__24(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__30(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__29___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__35___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; @@ -110237,11 +111581,11 @@ 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_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__29(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__35(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__34___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__40___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; @@ -110249,7 +111593,19 @@ 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_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__34(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__40(x_4, x_5, x_3); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__45___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_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__45(x_4, x_5, x_3); return x_6; } } @@ -110289,7 +111645,7 @@ _start: { lean_object* x_3; lean_inc(x_1); -x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_2896_(x_1); +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4158_(x_1); if (lean_obj_tag(x_3) == 0) { 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; @@ -110327,7 +111683,7 @@ LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_ _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_3002_(x_1); +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcKeepAliveParams____x40_Lean_Data_Lsp_Extra___hyg_4264_(x_1); x_3 = l_Lean_Json_Structured_fromJson_x3f(x_2); return x_3; } @@ -110386,7 +111742,7 @@ _start: { lean_object* x_3; lean_inc(x_1); -x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2660_(x_1); +x_3 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_3922_(x_1); if (lean_obj_tag(x_3) == 0) { 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; @@ -110424,7 +111780,7 @@ LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_ _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_2805_(x_1); +x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonRpcReleaseParams____x40_Lean_Data_Lsp_Extra___hyg_4067_(x_1); x_3 = l_Lean_Json_Structured_fromJson_x3f(x_2); return x_3; } @@ -112262,7 +113618,7 @@ lean_dec(x_7); x_133 = l_Lean_Server_Watchdog_mainLoop___closed__6; x_134 = lean_string_append(x_133, x_9); lean_dec(x_9); -x_135 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__13; +x_135 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__13; x_136 = lean_string_append(x_134, x_135); x_137 = lean_io_error_to_string(x_132); x_138 = lean_string_append(x_136, x_137); @@ -112282,7 +113638,7 @@ x_14 = l_Lean_Server_Watchdog_mainLoop___closed__2; x_15 = lean_string_append(x_13, x_14); x_16 = lean_string_append(x_15, x_11); lean_dec(x_11); -x_17 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__8; +x_17 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__8; x_18 = lean_string_append(x_16, x_17); lean_inc(x_2); x_19 = l_Lean_Server_Watchdog_errorPendingRequests(x_9, x_10, x_18, x_2, x_5); @@ -113120,7 +114476,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_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__8; +x_2 = l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__8; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -113410,7 +114766,27 @@ return x_2; static lean_object* _init_l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__31() { _start: { -lean_object* x_1; lean_object* x_2; uint8_t 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_1; lean_object* x_2; +x_1 = lean_box(0); +x_2 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__32() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__31; +x_2 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__33() { +_start: +{ +lean_object* x_1; lean_object* x_2; uint8_t 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; x_1 = l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__3; x_2 = l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__8; x_3 = 1; @@ -113419,32 +114795,34 @@ x_5 = l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__11; x_6 = l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__21; x_7 = l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__24; x_8 = l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__30; -x_9 = lean_alloc_ctor(0, 7, 10); -lean_ctor_set(x_9, 0, x_1); -lean_ctor_set(x_9, 1, x_2); -lean_ctor_set(x_9, 2, x_4); -lean_ctor_set(x_9, 3, x_5); -lean_ctor_set(x_9, 4, x_6); -lean_ctor_set(x_9, 5, x_7); -lean_ctor_set(x_9, 6, x_8); -lean_ctor_set_uint8(x_9, sizeof(void*)*7, x_3); -lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 1, x_3); -lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 2, x_3); -lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 3, x_3); -lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 4, x_3); -lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 5, x_3); -lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 6, x_3); -lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 7, x_3); -lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 8, x_3); -lean_ctor_set_uint8(x_9, sizeof(void*)*7 + 9, x_3); -return x_9; +x_9 = l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__32; +x_10 = lean_alloc_ctor(0, 8, 10); +lean_ctor_set(x_10, 0, x_1); +lean_ctor_set(x_10, 1, x_2); +lean_ctor_set(x_10, 2, x_4); +lean_ctor_set(x_10, 3, x_5); +lean_ctor_set(x_10, 4, x_6); +lean_ctor_set(x_10, 5, x_7); +lean_ctor_set(x_10, 6, x_8); +lean_ctor_set(x_10, 7, x_9); +lean_ctor_set_uint8(x_10, sizeof(void*)*8, x_3); +lean_ctor_set_uint8(x_10, sizeof(void*)*8 + 1, x_3); +lean_ctor_set_uint8(x_10, sizeof(void*)*8 + 2, x_3); +lean_ctor_set_uint8(x_10, sizeof(void*)*8 + 3, x_3); +lean_ctor_set_uint8(x_10, sizeof(void*)*8 + 4, x_3); +lean_ctor_set_uint8(x_10, sizeof(void*)*8 + 5, x_3); +lean_ctor_set_uint8(x_10, sizeof(void*)*8 + 6, x_3); +lean_ctor_set_uint8(x_10, sizeof(void*)*8 + 7, x_3); +lean_ctor_set_uint8(x_10, sizeof(void*)*8 + 8, x_3); +lean_ctor_set_uint8(x_10, sizeof(void*)*8 + 9, x_3); +return x_10; } } static lean_object* _init_l_Lean_Server_Watchdog_mkLeanServerCapabilities() { _start: { lean_object* x_1; -x_1 = l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__31; +x_1 = l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__33; return x_1; } } @@ -116479,7 +117857,222 @@ lean_dec(x_2); return x_4; } } -LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_startLoadingReferences___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_Server_Watchdog_startLoadingReferences___spec__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_st_ref_get(x_1, x_2); +x_4 = !lean_is_exclusive(x_3); +if (x_4 == 0) +{ +return x_3; +} +else +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_3, 0); +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_inc(x_5); +lean_dec(x_3); +x_7 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_7, 0, x_5); +lean_ctor_set(x_7, 1, x_6); +return x_7; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM___at_Lean_Server_Watchdog_startLoadingReferences___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +uint8_t x_5; +x_5 = !lean_is_exclusive(x_1); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +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_apply_3(x_2, x_7, x_3, x_4); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_10, 0); +lean_ctor_set(x_1, 1, x_12); +lean_ctor_set(x_10, 0, x_1); +return x_10; +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = lean_ctor_get(x_10, 0); +x_14 = lean_ctor_get(x_10, 1); +lean_inc(x_14); +lean_inc(x_13); +lean_dec(x_10); +lean_ctor_set(x_1, 1, x_13); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_1); +lean_ctor_set(x_15, 1, x_14); +return x_15; +} +} +else +{ +uint8_t x_16; +lean_free_object(x_1); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_6); +x_16 = !lean_is_exclusive(x_10); +if (x_16 == 0) +{ +return x_10; +} +else +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = lean_ctor_get(x_10, 0); +x_18 = lean_ctor_get(x_10, 1); +lean_inc(x_18); +lean_inc(x_17); +lean_dec(x_10); +x_19 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_19, 0, x_17); +lean_ctor_set(x_19, 1, x_18); +return x_19; +} +} +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_20 = lean_ctor_get(x_1, 0); +x_21 = lean_ctor_get(x_1, 1); +x_22 = lean_ctor_get(x_1, 2); +x_23 = lean_ctor_get(x_1, 3); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_1); +x_24 = lean_apply_3(x_2, x_21, x_3, x_4); +if (lean_obj_tag(x_24) == 0) +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_25 = lean_ctor_get(x_24, 0); +lean_inc(x_25); +x_26 = lean_ctor_get(x_24, 1); +lean_inc(x_26); +if (lean_is_exclusive(x_24)) { + lean_ctor_release(x_24, 0); + lean_ctor_release(x_24, 1); + x_27 = x_24; +} else { + lean_dec_ref(x_24); + x_27 = lean_box(0); +} +x_28 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_28, 0, x_20); +lean_ctor_set(x_28, 1, x_25); +lean_ctor_set(x_28, 2, x_22); +lean_ctor_set(x_28, 3, x_23); +if (lean_is_scalar(x_27)) { + x_29 = lean_alloc_ctor(0, 2, 0); +} else { + x_29 = x_27; +} +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_26); +return x_29; +} +else +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +lean_dec(x_23); +lean_dec(x_22); +lean_dec(x_20); +x_30 = lean_ctor_get(x_24, 0); +lean_inc(x_30); +x_31 = lean_ctor_get(x_24, 1); +lean_inc(x_31); +if (lean_is_exclusive(x_24)) { + lean_ctor_release(x_24, 0); + lean_ctor_release(x_24, 1); + x_32 = x_24; +} else { + lean_dec_ref(x_24); + x_32 = lean_box(0); +} +if (lean_is_scalar(x_32)) { + x_33 = lean_alloc_ctor(1, 2, 0); +} else { + x_33 = x_32; +} +lean_ctor_set(x_33, 0, x_30); +lean_ctor_set(x_33, 1, x_31); +return x_33; +} +} +} +} +LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_startLoadingReferences___spec__3___rarg(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); +x_5 = lean_apply_2(x_1, x_3, x_4); +if (lean_obj_tag(x_5) == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* 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); +lean_dec(x_5); +x_8 = lean_apply_3(x_2, x_6, x_3, x_7); +return x_8; +} +else +{ +uint8_t x_9; +lean_dec(x_3); +lean_dec(x_2); +x_9 = !lean_is_exclusive(x_5); +if (x_9 == 0) +{ +return x_5; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_5, 0); +x_11 = lean_ctor_get(x_5, 1); +lean_inc(x_11); +lean_inc(x_10); +lean_dec(x_5); +x_12 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set(x_12, 1, x_11); +return x_12; +} +} +} +} +LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_Watchdog_startLoadingReferences___spec__3(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Server_Watchdog_startLoadingReferences___spec__3___rarg), 4, 0); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_startLoadingReferences___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; @@ -116558,345 +118151,152 @@ return x_22; } } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__2___lambda__1(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_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___lambda__1(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; lean_object* x_10; lean_object* x_11; uint8_t x_12; -x_6 = lean_st_ref_take(x_4, x_5); -x_7 = lean_ctor_get(x_6, 0); -lean_inc(x_7); -x_8 = lean_ctor_get(x_6, 1); +lean_object* x_6; +x_6 = l_Lean_Server_References_addIlean(x_3, x_1, x_2, x_5); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___lambda__2(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; +x_6 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___lambda__1___boxed), 5, 2); +lean_closure_set(x_6, 0, x_1); +lean_closure_set(x_6, 1, x_2); +lean_inc(x_4); +x_7 = l_Lean_Server_Watchdog_ReferenceData_modifyReferencesM___at_Lean_Server_Watchdog_startLoadingReferences___spec__2(x_3, x_6, x_4, x_5); +if (lean_obj_tag(x_7) == 0) +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); -lean_dec(x_6); -x_9 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__2), 4, 3); -lean_closure_set(x_9, 0, x_1); -lean_closure_set(x_9, 1, x_2); -lean_closure_set(x_9, 2, x_3); -x_10 = l_Lean_Server_Watchdog_ReferenceData_modifyReferences(x_7, x_9); -x_11 = lean_st_ref_set(x_4, x_10, x_8); -x_12 = !lean_is_exclusive(x_11); -if (x_12 == 0) +x_9 = lean_ctor_get(x_7, 1); +lean_inc(x_9); +lean_dec(x_7); +x_10 = lean_st_ref_set(x_4, x_8, x_9); +lean_dec(x_4); +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) { -lean_object* x_13; lean_object* x_14; -x_13 = lean_ctor_get(x_11, 0); -lean_dec(x_13); -x_14 = lean_box(0); -lean_ctor_set(x_11, 0, x_14); -return x_11; +return x_10; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_15 = lean_ctor_get(x_11, 1); -lean_inc(x_15); -lean_dec(x_11); -x_16 = lean_box(0); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_16); -lean_ctor_set(x_17, 1, x_15); -return x_17; +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = lean_ctor_get(x_10, 0); +x_13 = lean_ctor_get(x_10, 1); +lean_inc(x_13); +lean_inc(x_12); +lean_dec(x_10); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_12); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +else +{ +uint8_t x_15; +lean_dec(x_4); +x_15 = !lean_is_exclusive(x_7); +if (x_15 == 0) +{ +return x_7; +} +else +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_7, 0); +x_17 = lean_ctor_get(x_7, 1); +lean_inc(x_17); +lean_inc(x_16); +lean_dec(x_7); +x_18 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_18, 0, x_16); +lean_ctor_set(x_18, 1, x_17); +return x_18; } } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, size_t x_5, size_t x_6, lean_object* x_7, lean_object* x_8) { +} +static lean_object* _init_l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___closed__1() { _start: { -lean_object* x_9; lean_object* x_10; lean_object* x_16; uint8_t x_20; -x_20 = lean_usize_dec_lt(x_6, x_5); -if (x_20 == 0) +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_StateRefT_x27_get___at_Lean_Server_Watchdog_startLoadingReferences___spec__1___boxed), 2, 0); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, size_t x_5, size_t x_6, lean_object* x_7, lean_object* x_8) { +_start: { -lean_object* x_21; +uint8_t x_9; +x_9 = lean_usize_dec_lt(x_6, x_5); +if (x_9 == 0) +{ +lean_object* x_10; lean_dec(x_1); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_7); -lean_ctor_set(x_21, 1, x_8); -return x_21; +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_7); +lean_ctor_set(x_10, 1, x_8); +return x_10; } else { -lean_object* x_22; lean_object* x_23; +lean_object* x_11; lean_object* x_12; lean_dec(x_7); -x_22 = lean_array_uget(x_4, x_6); -x_23 = l_Lean_Server_Ilean_load(x_22, x_8); -if (lean_obj_tag(x_23) == 0) +x_11 = lean_array_uget(x_4, x_6); +x_12 = l_Lean_Server_Ilean_load(x_11, x_8); +if (lean_obj_tag(x_12) == 0) { -uint8_t x_24; -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; -x_25 = lean_ctor_get(x_23, 0); -x_26 = lean_ctor_get(x_23, 1); -x_27 = lean_ctor_get(x_25, 1); -lean_inc(x_27); -x_28 = l_Lean_Server_documentUriFromModule_x3f(x_27, x_26); -if (lean_obj_tag(x_28) == 0) -{ -lean_object* x_29; -x_29 = lean_ctor_get(x_28, 0); -lean_inc(x_29); -if (lean_obj_tag(x_29) == 0) -{ -uint8_t x_30; -lean_free_object(x_23); -lean_dec(x_25); -lean_dec(x_22); -x_30 = !lean_is_exclusive(x_28); -if (x_30 == 0) -{ -lean_object* x_31; lean_object* x_32; -x_31 = lean_ctor_get(x_28, 0); -lean_dec(x_31); -x_32 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__4___closed__1; -lean_ctor_set(x_28, 0, x_32); -x_16 = x_28; -goto block_19; -} -else -{ -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_28, 1); -lean_inc(x_33); -lean_dec(x_28); -x_34 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__4___closed__1; -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_34); -lean_ctor_set(x_35, 1, x_33); -x_16 = x_35; -goto block_19; -} -} -else -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_36 = lean_ctor_get(x_28, 1); -lean_inc(x_36); -lean_dec(x_28); -x_37 = lean_ctor_get(x_29, 0); -lean_inc(x_37); -lean_dec(x_29); -x_38 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__2___lambda__1___boxed), 5, 3); -lean_closure_set(x_38, 0, x_37); -lean_closure_set(x_38, 1, x_22); -lean_closure_set(x_38, 2, x_25); +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; size_t x_20; size_t x_21; lean_object* x_22; +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(x_12); +x_15 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___lambda__2), 5, 2); +lean_closure_set(x_15, 0, x_11); +lean_closure_set(x_15, 1, x_13); +x_16 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___closed__1; +x_17 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Server_Watchdog_startLoadingReferences___spec__3___rarg), 4, 2); +lean_closure_set(x_17, 0, x_16); +lean_closure_set(x_17, 1, x_15); lean_inc(x_1); -x_39 = l_Std_Mutex_atomically___at_Lean_Server_Watchdog_startLoadingReferences___spec__1(x_1, x_38, x_36); -if (lean_obj_tag(x_39) == 0) -{ -uint8_t x_40; -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; -x_41 = lean_ctor_get(x_39, 0); -x_42 = lean_box(0); -lean_ctor_set(x_23, 1, x_42); -lean_ctor_set(x_23, 0, x_41); -lean_ctor_set(x_39, 0, x_23); -x_16 = x_39; -goto block_19; -} -else -{ -lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_43 = lean_ctor_get(x_39, 0); -x_44 = lean_ctor_get(x_39, 1); -lean_inc(x_44); -lean_inc(x_43); -lean_dec(x_39); -x_45 = lean_box(0); -lean_ctor_set(x_23, 1, x_45); -lean_ctor_set(x_23, 0, x_43); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_23); -lean_ctor_set(x_46, 1, x_44); -x_16 = x_46; -goto block_19; -} -} -else -{ -lean_object* x_47; lean_object* x_48; -lean_free_object(x_23); -x_47 = lean_ctor_get(x_39, 1); -lean_inc(x_47); -lean_dec(x_39); -x_48 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; -x_9 = x_48; -x_10 = x_47; -goto block_15; -} -} -} -else -{ -lean_object* x_49; lean_object* x_50; -lean_free_object(x_23); -lean_dec(x_25); -lean_dec(x_22); -x_49 = lean_ctor_get(x_28, 1); -lean_inc(x_49); -lean_dec(x_28); -x_50 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; -x_9 = x_50; -x_10 = x_49; -goto block_15; -} -} -else -{ -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_51 = lean_ctor_get(x_23, 0); -x_52 = lean_ctor_get(x_23, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_23); -x_53 = lean_ctor_get(x_51, 1); -lean_inc(x_53); -x_54 = l_Lean_Server_documentUriFromModule_x3f(x_53, x_52); -if (lean_obj_tag(x_54) == 0) -{ -lean_object* x_55; -x_55 = lean_ctor_get(x_54, 0); -lean_inc(x_55); -if (lean_obj_tag(x_55) == 0) -{ -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; -lean_dec(x_51); -lean_dec(x_22); -x_56 = lean_ctor_get(x_54, 1); -lean_inc(x_56); -if (lean_is_exclusive(x_54)) { - lean_ctor_release(x_54, 0); - lean_ctor_release(x_54, 1); - x_57 = x_54; -} else { - lean_dec_ref(x_54); - x_57 = lean_box(0); -} -x_58 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__4___closed__1; -if (lean_is_scalar(x_57)) { - x_59 = lean_alloc_ctor(0, 2, 0); -} else { - x_59 = x_57; -} -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_56); -x_16 = x_59; -goto block_19; -} -else -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_60 = lean_ctor_get(x_54, 1); -lean_inc(x_60); -lean_dec(x_54); -x_61 = lean_ctor_get(x_55, 0); -lean_inc(x_61); -lean_dec(x_55); -x_62 = lean_alloc_closure((void*)(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__2___lambda__1___boxed), 5, 3); -lean_closure_set(x_62, 0, x_61); -lean_closure_set(x_62, 1, x_22); -lean_closure_set(x_62, 2, x_51); -lean_inc(x_1); -x_63 = l_Std_Mutex_atomically___at_Lean_Server_Watchdog_startLoadingReferences___spec__1(x_1, x_62, x_60); -if (lean_obj_tag(x_63) == 0) -{ -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -if (lean_is_exclusive(x_63)) { - lean_ctor_release(x_63, 0); - lean_ctor_release(x_63, 1); - x_66 = x_63; -} else { - lean_dec_ref(x_63); - x_66 = lean_box(0); -} -x_67 = lean_box(0); -x_68 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_68, 0, x_64); -lean_ctor_set(x_68, 1, x_67); -if (lean_is_scalar(x_66)) { - x_69 = lean_alloc_ctor(0, 2, 0); -} else { - x_69 = x_66; -} -lean_ctor_set(x_69, 0, x_68); -lean_ctor_set(x_69, 1, x_65); -x_16 = x_69; -goto block_19; -} -else -{ -lean_object* x_70; lean_object* x_71; -x_70 = lean_ctor_get(x_63, 1); -lean_inc(x_70); -lean_dec(x_63); -x_71 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; -x_9 = x_71; -x_10 = x_70; -goto block_15; -} -} -} -else -{ -lean_object* x_72; lean_object* x_73; -lean_dec(x_51); -lean_dec(x_22); -x_72 = lean_ctor_get(x_54, 1); -lean_inc(x_72); -lean_dec(x_54); -x_73 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; -x_9 = x_73; -x_10 = x_72; -goto block_15; -} -} -} -else -{ -lean_object* x_74; lean_object* x_75; -lean_dec(x_22); -x_74 = lean_ctor_get(x_23, 1); -lean_inc(x_74); -lean_dec(x_23); -x_75 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; -x_9 = x_75; -x_10 = x_74; -goto block_15; -} -} -block_15: -{ -lean_object* x_11; size_t x_12; size_t x_13; -x_11 = lean_ctor_get(x_9, 0); -lean_inc(x_11); -lean_dec(x_9); -x_12 = 1; -x_13 = lean_usize_add(x_6, x_12); -x_6 = x_13; -x_7 = x_11; -x_8 = x_10; +x_18 = l_Std_Mutex_atomically___at_Lean_Server_Watchdog_startLoadingReferences___spec__4(x_1, x_17, x_14); +x_19 = lean_ctor_get(x_18, 1); +lean_inc(x_19); +lean_dec(x_18); +x_20 = 1; +x_21 = lean_usize_add(x_6, x_20); +x_22 = lean_box(0); +x_6 = x_21; +x_7 = x_22; +x_8 = x_19; goto _start; } -block_19: +else { -lean_object* x_17; lean_object* x_18; -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -lean_dec(x_16); -x_18 = l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1; -x_9 = x_18; -x_10 = x_17; -goto block_15; +lean_object* x_24; size_t x_25; size_t x_26; lean_object* x_27; +lean_dec(x_11); +x_24 = lean_ctor_get(x_12, 1); +lean_inc(x_24); +lean_dec(x_12); +x_25 = 1; +x_26 = lean_usize_add(x_6, x_25); +x_27 = lean_box(0); +x_6 = x_26; +x_7 = x_27; +x_8 = x_24; +goto _start; } } } -LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_startLoadingReferences___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT lean_object* l_Std_Mutex_atomically___at_Lean_Server_Watchdog_startLoadingReferences___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; @@ -117019,7 +118419,7 @@ x_8 = lean_box(0); x_9 = lean_array_size(x_6); x_10 = 0; x_11 = lean_box(0); -x_12 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__2(x_1, x_6, x_8, x_6, x_9, x_10, x_11, x_7); +x_12 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5(x_1, x_6, x_8, x_6, x_9, x_10, x_11, x_7); lean_dec(x_6); x_13 = !lean_is_exclusive(x_12); if (x_13 == 0) @@ -117177,20 +118577,29 @@ lean_inc(x_8); lean_dec(x_6); x_9 = lean_alloc_closure((void*)(l_Lean_Server_Watchdog_startLoadingReferences___lambda__3___boxed), 3, 1); lean_closure_set(x_9, 0, x_7); -x_10 = l_Std_Mutex_atomically___at_Lean_Server_Watchdog_startLoadingReferences___spec__3(x_1, x_9, x_8); +x_10 = l_Std_Mutex_atomically___at_Lean_Server_Watchdog_startLoadingReferences___spec__6(x_1, x_9, x_8); return x_10; } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__2___lambda__1___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_StateRefT_x27_get___at_Lean_Server_Watchdog_startLoadingReferences___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_StateRefT_x27_get___at_Lean_Server_Watchdog_startLoadingReferences___spec__1(x_1, x_2); +lean_dec(x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___lambda__1___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_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__2___lambda__1(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___lambda__1(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); return x_6; } } -LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__2___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_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___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, lean_object* x_7, lean_object* x_8) { _start: { size_t x_9; size_t x_10; lean_object* x_11; @@ -117198,7 +118607,7 @@ x_9 = lean_unbox_usize(x_5); lean_dec(x_5); x_10 = lean_unbox_usize(x_6); lean_dec(x_6); -x_11 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__2(x_1, x_2, x_3, x_4, x_9, x_10, x_7, x_8); +x_11 = l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5(x_1, x_2, x_3, x_4, x_9, x_10, x_7, x_8); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); @@ -124100,6 +125509,8 @@ l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleM lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__3); l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__4 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__4(); lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__4); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__5 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__5(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___lambda__2___closed__5); l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___closed__1 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___closed__1(); lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_handleMessage___closed__1); l_Lean_Loop_forIn_loop___at___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop___spec__2___closed__1 = _init_l_Lean_Loop_forIn_loop___at___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop___spec__2___closed__1(); @@ -124146,44 +125557,44 @@ l_Lean_Server_Watchdog_notifyAboutStaleDependency___closed__1 = _init_l_Lean_Ser lean_mark_persistent(l_Lean_Server_Watchdog_notifyAboutStaleDependency___closed__1); l_Lean_Server_Watchdog_notifyAboutStaleDependency___closed__2 = _init_l_Lean_Server_Watchdog_notifyAboutStaleDependency___closed__2(); lean_mark_persistent(l_Lean_Server_Watchdog_notifyAboutStaleDependency___closed__2); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__1 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__1(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__1); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__2 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__2(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__2); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__3 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__3(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__3); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__4 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__4(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__4); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__5 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__5(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__5); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__6 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__6(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__6); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__7 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__7(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__7); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__8 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__8(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__8); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__9 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__9(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__9); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__10 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__10(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__10); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__11 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__11(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__11); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__12 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__12(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__12); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__13 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__13(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__13); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__14 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__14(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__14); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__15 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__15(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__15); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__16 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__16(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__16); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__17 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__17(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__17); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__18 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__18(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__18); -l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__19 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__19(); -lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_11585____closed__19); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__1 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__1(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__1); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__2 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__2(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__2); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__3 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__3(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__3); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__4 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__4(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__4); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__5 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__5(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__5); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__6 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__6(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__6); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__7 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__7(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__7); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__8 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__8(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__8); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__9 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__9(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__9); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__10 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__10(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__10); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__11 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__11(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__11); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__12 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__12(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__12); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__13 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__13(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__13); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__14 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__14(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__14); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__15 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__15(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__15); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__16 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__16(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__16); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__17 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__17(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__17); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__18 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__18(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__18); +l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__19 = _init_l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__19(); +lean_mark_persistent(l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_fromJsonCallHierarchyItemData____x40_Lean_Server_Watchdog___hyg_12403____closed__19); l_Lean_Server_Watchdog_instFromJsonCallHierarchyItemData___closed__1 = _init_l_Lean_Server_Watchdog_instFromJsonCallHierarchyItemData___closed__1(); lean_mark_persistent(l_Lean_Server_Watchdog_instFromJsonCallHierarchyItemData___closed__1); l_Lean_Server_Watchdog_instFromJsonCallHierarchyItemData = _init_l_Lean_Server_Watchdog_instFromJsonCallHierarchyItemData(); @@ -124210,6 +125621,23 @@ l_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCall lean_mark_persistent(l_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls_collapseSameOutgoingCalls___closed__1); l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__7___closed__1 = _init_l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__7___closed__1(); lean_mark_persistent(l_Array_qsort_sort___at_Lean_Server_Watchdog_handleCallHierarchyOutgoingCalls___spec__7___closed__1); +l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__1 = _init_l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__1(); +l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__2 = _init_l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__2(); +l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__3 = _init_l_Lean_Server_Watchdog_sortModuleImports___lambda__1___closed__3(); +l_Lean_Server_Watchdog_sortModuleImports___closed__1 = _init_l_Lean_Server_Watchdog_sortModuleImports___closed__1(); +lean_mark_persistent(l_Lean_Server_Watchdog_sortModuleImports___closed__1); +l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__1 = _init_l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__1(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__1); +l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__2 = _init_l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__2(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__2); +l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__3 = _init_l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__3(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__3); +l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__4 = _init_l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__4(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleModuleHierarchyImports___spec__3___closed__4); +l_Lean_Server_Watchdog_handleModuleHierarchyImports___closed__1 = _init_l_Lean_Server_Watchdog_handleModuleHierarchyImports___closed__1(); +lean_mark_persistent(l_Lean_Server_Watchdog_handleModuleHierarchyImports___closed__1); +l_Lean_Server_Watchdog_handleModuleHierarchyImports___closed__2 = _init_l_Lean_Server_Watchdog_handleModuleHierarchyImports___closed__2(); +lean_mark_persistent(l_Lean_Server_Watchdog_handleModuleHierarchyImports___closed__2); l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__3___closed__1 = _init_l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__3___closed__1(); lean_mark_persistent(l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__3___closed__1); l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__3___closed__2 = _init_l_Lean_Server_Watchdog_handleWorkspaceSymbol___lambda__3___closed__2(); @@ -124234,8 +125662,6 @@ l_Lean_Server_Watchdog_handleDidChange___lambda__1___closed__1 = _init_l_Lean_Se lean_mark_persistent(l_Lean_Server_Watchdog_handleDidChange___lambda__1___closed__1); l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1 = _init_l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1(); lean_mark_persistent(l_Std_DTreeMap_Internal_Impl_forInStep___at_Lean_Server_Watchdog_handleDidSave___spec__2___lambda__1___closed__1); -l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__4___closed__1 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__4___closed__1(); -lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___lambda__4___closed__1); l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__7___closed__1 = _init_l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__7___closed__1(); lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__7___closed__1); l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__7___closed__2 = _init_l_Array_foldlMUnsafe_fold___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__7___closed__2(); @@ -124304,6 +125730,18 @@ l_Lean_Server_Watchdog_handleRequest___closed__17 = _init_l_Lean_Server_Watchdog lean_mark_persistent(l_Lean_Server_Watchdog_handleRequest___closed__17); l_Lean_Server_Watchdog_handleRequest___closed__18 = _init_l_Lean_Server_Watchdog_handleRequest___closed__18(); lean_mark_persistent(l_Lean_Server_Watchdog_handleRequest___closed__18); +l_Lean_Server_Watchdog_handleRequest___closed__19 = _init_l_Lean_Server_Watchdog_handleRequest___closed__19(); +lean_mark_persistent(l_Lean_Server_Watchdog_handleRequest___closed__19); +l_Lean_Server_Watchdog_handleRequest___closed__20 = _init_l_Lean_Server_Watchdog_handleRequest___closed__20(); +lean_mark_persistent(l_Lean_Server_Watchdog_handleRequest___closed__20); +l_Lean_Server_Watchdog_handleRequest___closed__21 = _init_l_Lean_Server_Watchdog_handleRequest___closed__21(); +lean_mark_persistent(l_Lean_Server_Watchdog_handleRequest___closed__21); +l_Lean_Server_Watchdog_handleRequest___closed__22 = _init_l_Lean_Server_Watchdog_handleRequest___closed__22(); +lean_mark_persistent(l_Lean_Server_Watchdog_handleRequest___closed__22); +l_Lean_Server_Watchdog_handleRequest___closed__23 = _init_l_Lean_Server_Watchdog_handleRequest___closed__23(); +lean_mark_persistent(l_Lean_Server_Watchdog_handleRequest___closed__23); +l_Lean_Server_Watchdog_handleRequest___closed__24 = _init_l_Lean_Server_Watchdog_handleRequest___closed__24(); +lean_mark_persistent(l_Lean_Server_Watchdog_handleRequest___closed__24); l_Lean_Server_Watchdog_handleNotification___closed__1 = _init_l_Lean_Server_Watchdog_handleNotification___closed__1(); lean_mark_persistent(l_Lean_Server_Watchdog_handleNotification___closed__1); l_Lean_Server_Watchdog_handleNotification___closed__2 = _init_l_Lean_Server_Watchdog_handleNotification___closed__2(); @@ -124400,6 +125838,10 @@ l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__30 = _init_l_Lean_Serv lean_mark_persistent(l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__30); l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__31 = _init_l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__31(); lean_mark_persistent(l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__31); +l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__32 = _init_l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__32(); +lean_mark_persistent(l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__32); +l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__33 = _init_l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__33(); +lean_mark_persistent(l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__33); l_Lean_Server_Watchdog_mkLeanServerCapabilities = _init_l_Lean_Server_Watchdog_mkLeanServerCapabilities(); lean_mark_persistent(l_Lean_Server_Watchdog_mkLeanServerCapabilities); l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__1 = _init_l_IO_FS_Stream_readNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__2___closed__1(); @@ -124582,6 +126024,8 @@ l_Lean_Server_Watchdog_findWorkerPath___closed__2 = _init_l_Lean_Server_Watchdog lean_mark_persistent(l_Lean_Server_Watchdog_findWorkerPath___closed__2); l_Lean_Server_Watchdog_findWorkerPath___closed__3 = _init_l_Lean_Server_Watchdog_findWorkerPath___closed__3(); lean_mark_persistent(l_Lean_Server_Watchdog_findWorkerPath___closed__3); +l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___closed__1 = _init_l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___closed__1(); +lean_mark_persistent(l_Array_forIn_x27Unsafe_loop___at_Lean_Server_Watchdog_startLoadingReferences___spec__5___closed__1); l_Lean_Server_Watchdog_startLoadingReferences___closed__1 = _init_l_Lean_Server_Watchdog_startLoadingReferences___closed__1(); lean_mark_persistent(l_Lean_Server_Watchdog_startLoadingReferences___closed__1); l_IO_FS_Stream_readRequestAs___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__2___closed__1 = _init_l_IO_FS_Stream_readRequestAs___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__2___closed__1(); diff --git a/stage0/stdlib/Lean/Widget/InteractiveDiagnostic.c b/stage0/stdlib/Lean/Widget/InteractiveDiagnostic.c index 2568b1b920..351a8b5957 100644 --- a/stage0/stdlib/Lean/Widget/InteractiveDiagnostic.c +++ b/stage0/stdlib/Lean/Widget/InteractiveDiagnostic.c @@ -230,6 +230,7 @@ static lean_object* l_Lean_Widget_instRpcEncodableMsgEmbed___closed__1; static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_2025____closed__11; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__2(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedEmbedFmt; +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___lambda__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_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableDiagnosticWith_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_1908____spec__6(size_t, size_t, lean_object*, lean_object*); @@ -279,7 +280,6 @@ LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableStrictOrLazy_dec____x40_L LEAN_EXPORT lean_object* l_Lean_Widget_msgToInteractive___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_2677_; LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_mkContextInfo___boxed(lean_object*, lean_object*); -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_2025____closed__42; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableDiagnosticWith_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_1908____spec__6___closed__4; lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableWidgetInstance_dec____x40_Lean_Widget_Types___hyg_3____spec__3(lean_object*, lean_object*); @@ -5320,7 +5320,7 @@ _start: 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; 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; x_2 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_2025____closed__1; lean_inc(x_1); -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_2); x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); lean_dec(x_3); @@ -5356,7 +5356,7 @@ lean_inc(x_19); lean_dec(x_18); x_20 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_2025____closed__53; lean_inc(x_1); -x_21 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_20); +x_21 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_20); x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); lean_dec(x_21); diff --git a/stage0/stdlib/Lean/Widget/InteractiveGoal.c b/stage0/stdlib/Lean/Widget/InteractiveGoal.c index d9f1582110..00ec93a0cd 100644 --- a/stage0/stdlib/Lean/Widget/InteractiveGoal.c +++ b/stage0/stdlib/Lean/Widget/InteractiveGoal.c @@ -142,7 +142,6 @@ static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJ lean_object* l_Lean_Json_getStr_x3f(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1325____closed__31; LEAN_EXPORT lean_object* l_Lean_Widget_withGoalCtx___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Json_opt___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_564____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__59; LEAN_EXPORT lean_object* l_Lean_Elab_CommandContextInfo_save___at_Lean_Widget_goalToInteractive___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_goalToInteractive(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -218,6 +217,7 @@ static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJ static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2363____closed__15; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal; static lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__1; +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__2; lean_object* l_Lean_Server_WithRpcRef_mk___rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2363____closed__1; @@ -260,7 +260,6 @@ static lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket____x40_Lean_Wid static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__15; lean_object* l_Array_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Widget_goalToInteractive___lambda__1(uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalDecl_isImplementationDetail(lean_object*); @@ -268,11 +267,11 @@ LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Widget_goalToInt LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1176____spec__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1325____closed__3; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2363____closed__6; -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_365____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__3; LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__1(lean_object*, lean_object*); static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__2___closed__8; static lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_765_; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__34; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1325____closed__32; @@ -367,6 +366,7 @@ static lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Widget_InteractiveGoa LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Widget_goalToInteractive___spec__2___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_EXPORT lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3555_; static lean_object* l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; +lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3435____closed__4; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__61; @@ -1077,48 +1077,48 @@ _start: 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; 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; uint8_t x_25; x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__1; lean_inc(x_1); -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_2); x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); lean_dec(x_3); x_5 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__26; lean_inc(x_1); -x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_5); +x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_5); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); lean_dec(x_6); x_8 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__31; lean_inc(x_1); -x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_8); +x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_8); x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); lean_dec(x_9); x_11 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__36; lean_inc(x_1); -x_12 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_365____spec__1(x_1, x_11); +x_12 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1(x_1, x_11); x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); lean_dec(x_12); x_14 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__42; lean_inc(x_1); -x_15 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_365____spec__1(x_1, x_14); +x_15 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1(x_1, x_14); x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); lean_dec(x_15); x_17 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__48; lean_inc(x_1); -x_18 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_365____spec__1(x_1, x_17); +x_18 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1(x_1, x_17); x_19 = lean_ctor_get(x_18, 0); lean_inc(x_19); lean_dec(x_18); x_20 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__54; lean_inc(x_1); -x_21 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_365____spec__1(x_1, x_20); +x_21 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1(x_1, x_20); x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); lean_dec(x_21); x_23 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__60; -x_24 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_365____spec__1(x_1, x_23); +x_24 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1(x_1, x_23); x_25 = !lean_is_exclusive(x_24); if (x_25 == 0) { @@ -1230,15 +1230,15 @@ x_19 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_19, 0, x_18); lean_ctor_set(x_19, 1, x_12); x_20 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__36; -x_21 = l_Lean_Json_opt___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_564____spec__1(x_20, x_5); +x_21 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(x_20, x_5); x_22 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__42; -x_23 = l_Lean_Json_opt___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_564____spec__1(x_22, x_6); +x_23 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(x_22, x_6); x_24 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__48; -x_25 = l_Lean_Json_opt___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_564____spec__1(x_24, x_7); +x_25 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(x_24, x_7); x_26 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__54; -x_27 = l_Lean_Json_opt___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_564____spec__1(x_26, x_8); +x_27 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(x_26, x_8); x_28 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__60; -x_29 = l_Lean_Json_opt___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_564____spec__1(x_28, x_9); +x_29 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(x_28, x_9); x_30 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_30, 0, x_29); lean_ctor_set(x_30, 1, x_12); @@ -5740,48 +5740,48 @@ _start: 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; 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; uint8_t x_25; x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1325____closed__1; lean_inc(x_1); -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_2); x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); lean_dec(x_3); x_5 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__31; lean_inc(x_1); -x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_5); +x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_5); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); lean_dec(x_6); x_8 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1325____closed__11; lean_inc(x_1); -x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_8); +x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_8); x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); lean_dec(x_9); x_11 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1325____closed__16; lean_inc(x_1); -x_12 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_365____spec__1(x_1, x_11); +x_12 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1(x_1, x_11); x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); lean_dec(x_12); x_14 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1325____closed__22; lean_inc(x_1); -x_15 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_14); +x_15 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_14); x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); lean_dec(x_15); x_17 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1325____closed__27; lean_inc(x_1); -x_18 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_17); +x_18 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_17); x_19 = lean_ctor_get(x_18, 0); lean_inc(x_19); lean_dec(x_18); x_20 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__54; lean_inc(x_1); -x_21 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_365____spec__1(x_1, x_20); +x_21 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1(x_1, x_20); x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); lean_dec(x_21); x_23 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__60; -x_24 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_365____spec__1(x_1, x_23); +x_24 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2117____spec__1(x_1, x_23); x_25 = !lean_is_exclusive(x_24); if (x_25 == 0) { @@ -5874,7 +5874,7 @@ x_19 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_19, 0, x_18); lean_ctor_set(x_19, 1, x_12); x_20 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1325____closed__16; -x_21 = l_Lean_Json_opt___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_564____spec__1(x_20, x_5); +x_21 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(x_20, x_5); x_22 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1325____closed__22; lean_inc(x_6); x_23 = lean_alloc_ctor(0, 2, 0); @@ -5892,9 +5892,9 @@ x_27 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_27, 0, x_26); lean_ctor_set(x_27, 1, x_12); x_28 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__54; -x_29 = l_Lean_Json_opt___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_564____spec__1(x_28, x_8); +x_29 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(x_28, x_8); x_30 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__60; -x_31 = l_Lean_Json_opt___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_564____spec__1(x_30, x_9); +x_31 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLeanModule____x40_Lean_Data_Lsp_Extra___hyg_2262____spec__1(x_30, x_9); x_32 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_32, 0, x_31); lean_ctor_set(x_32, 1, x_12); @@ -7948,30 +7948,30 @@ _start: 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; uint8_t x_16; x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1325____closed__1; lean_inc(x_1); -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_2); x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); lean_dec(x_3); x_5 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_198____closed__31; lean_inc(x_1); -x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_5); +x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_5); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); lean_dec(x_6); x_8 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1325____closed__11; lean_inc(x_1); -x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_8); +x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_8); x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); lean_dec(x_9); x_11 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2363____closed__10; lean_inc(x_1); -x_12 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_11); +x_12 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_11); x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); lean_dec(x_12); x_14 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2363____closed__15; -x_15 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_14); +x_15 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_14); x_16 = !lean_is_exclusive(x_15); if (x_16 == 0) { @@ -9504,7 +9504,7 @@ _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3435____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_2); x_4 = !lean_is_exclusive(x_3); if (x_4 == 0) { diff --git a/stage0/stdlib/Lean/Widget/UserWidget.c b/stage0/stdlib/Lean/Widget/UserWidget.c index 033da598f9..cf6f82a960 100644 --- a/stage0/stdlib/Lean/Widget/UserWidget.c +++ b/stage0/stdlib/Lean/Widget/UserWidget.c @@ -320,7 +320,6 @@ static lean_object* l_Lean_Widget_elabWidgetInstanceSpecAux___closed__5; static lean_object* l_Lean_Widget_elabWidgetInstanceSpecAux___closed__21; static lean_object* l_Lean_Widget_elabWidgetInstanceSpecAux___closed__37; LEAN_EXPORT lean_object* l_Lean_Widget_WidgetInstance_ofHash(uint64_t, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____spec__1(lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_204____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Widget_elabShowPanelWidgetsCmd___spec__1(lean_object*, lean_object*); @@ -349,6 +348,7 @@ LEAN_EXPORT lean_object* l_Lean_Widget_getWidgets(lean_object*, lean_object*, le static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_UserWidget___hyg_4873____closed__5; LEAN_EXPORT lean_object* l_Lean_Widget_addPanelWidgetLocal___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_146____closed__6; +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Widget_elabWidgetInstanceSpec___closed__14; LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_1340_(lean_object*); static lean_object* l_Lean_Widget_elabWidgetInstanceSpecAux___closed__7; @@ -426,7 +426,6 @@ static lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_204 uint8_t l_Lean_Environment_contains(lean_object*, lean_object*, uint8_t); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_UserWidget___hyg_4200____closed__3; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_UserWidget___hyg_4200____closed__15; -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Widget_elabWidgetInstanceSpec___closed__4; static lean_object* l_Lean_Widget_elabWidgetInstanceSpecAux___closed__17; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Widget_elabShowPanelWidgetsCmd___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -638,6 +637,7 @@ LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hy LEAN_EXPORT lean_object* l_Array_forIn_x27Unsafe_loop___at_Lean_Widget_elabShowPanelWidgetsCmd___spec__13___lambda__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_throwUnsupportedSyntax___at_Lean_Widget_elabShowPanelWidgetsCmd___spec__1___rarg___closed__2; lean_object* l_List_flatMapTR_go___at___private_Lean_Data_Lsp_Window_0__toJsonShowMessageParams____x40_Lean_Data_Lsp_Window___hyg_250____spec__1(lean_object*, lean_object*); +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Widget_elabWidgetInstanceSpecAux___closed__15; lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_Widget_widgetModuleAttrImpl; @@ -8368,7 +8368,7 @@ _start: lean_object* x_2; lean_object* x_3; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_789____closed__1; lean_inc(x_1); -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_2160____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_3422____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -19873,19 +19873,19 @@ _start: 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; uint8_t x_16; x_2 = l_Lean_Widget_elabWidgetInstanceSpecAux___closed__15; lean_inc(x_1); -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_2); x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); lean_dec(x_3); x_5 = l_Lean_Widget_elabWidgetInstanceSpecAux___closed__23; lean_inc(x_1); -x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_5); +x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_5); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); lean_dec(x_6); x_8 = l_Lean_Widget_elabWidgetInstanceSpecAux___closed__39; lean_inc(x_1); -x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_8); +x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_8); x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); lean_dec(x_9); @@ -21149,7 +21149,7 @@ _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_UserWidget___hyg_4873____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_2308____spec__2(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_3570____spec__2(x_1, x_2); x_4 = !lean_is_exclusive(x_3); if (x_4 == 0) { diff --git a/stage0/stdlib/Std/Data/Iterators/Combinators/Monadic/DropWhile.c b/stage0/stdlib/Std/Data/Iterators/Combinators/Monadic/DropWhile.c index 492bafefc2..467884523c 100644 --- a/stage0/stdlib/Std/Data/Iterators/Combinators/Monadic/DropWhile.c +++ b/stage0/stdlib/Std/Data/Iterators/Combinators/Monadic/DropWhile.c @@ -17,6 +17,7 @@ LEAN_EXPORT lean_object* l_Std_Iterators_IterM_dropWhile___rarg___boxed(lean_obj LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_toArrayMappedPartial_go___at_Std_Iterators_DropWhile_instIteratorCollectPartial___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_dropWhileWithPostcondition(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_dropWhileM___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forInPartial___at_Std_Iterators_DropWhile_instIteratorForPartial___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_toArrayMapped_go___at_Std_Iterators_DropWhile_instIteratorCollect___spec__2___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); @@ -24,6 +25,7 @@ LEAN_EXPORT lean_object* l_Std_Iterators_IterM_Intermediate_dropWhile(lean_objec LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIteratorForPartial___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIterator___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIterator(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Iterators_IterM_Intermediate_dropWhile___rarg___closed__1; LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIterator___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_toArrayMapped_go___at_Std_Iterators_DropWhile_instIteratorCollect___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -39,17 +41,20 @@ LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forInPartial___a LEAN_EXPORT lean_object* l___private_Std_Data_Iterators_Combinators_Monadic_DropWhile_0__Std_Iterators_DropWhile_instFinitenessRelation___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_dropWhileWithPostcondition___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIteratorCollectPartial___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIteratorLoop___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_Intermediate_dropWhileM___rarg(lean_object*, lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l___private_Std_Data_Iterators_Combinators_Monadic_DropWhile_0__Std_Iterators_DropWhile_instFinitenessRelation___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_Intermediate_dropWhile___rarg___lambda__1___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__2___rarg(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_Iterators_IterM_DefaultConsumers_toArrayMappedPartial___at_Std_Iterators_DropWhile_instIteratorCollectPartial___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_dropWhile___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIterator___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l___private_Std_Data_Iterators_Combinators_Monadic_DropWhile_0__Std_Iterators_DropWhile_instFinitenessRelation___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Std_Iterators_IterM_Intermediate_dropWhile___rarg___lambda__1(uint8_t); +LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__2___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_toArrayMapped_go___at_Std_Iterators_DropWhile_instIteratorCollect___spec__2___rarg(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_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__1___rarg(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_Iterators_IterM_DefaultConsumers_toArrayMapped___at_Std_Iterators_DropWhile_instIteratorCollect___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__2___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_Intermediate_dropWhileWithPostcondition___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forInPartial___at_Std_Iterators_DropWhile_instIteratorForPartial___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_Intermediate_dropWhileWithPostcondition(lean_object*, lean_object*, lean_object*); @@ -58,8 +63,7 @@ LEAN_EXPORT lean_object* l_Std_Iterators_IterM_Intermediate_dropWhileM___rarg___ LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_toArrayMappedPartial_go___at_Std_Iterators_DropWhile_instIteratorCollectPartial___spec__2___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIteratorCollectPartial(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_mk(lean_object*); -lean_object* l_Std_Iterators_IterM_DefaultConsumers_forIn___rarg(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_Iterators_DropWhile_instIteratorLoop(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIteratorLoop(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_dropWhileWithPostcondition___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Std_Data_Iterators_Combinators_Monadic_DropWhile_0__Std_Iterators_DropWhile_instFinitenessRelation(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_toArrayMapped___at_Std_Iterators_DropWhile_instIteratorCollect___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -68,7 +72,7 @@ LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIteratorCollect___rarg(le LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIterator___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_dropWhileM___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_toArrayMappedPartial_go___at_Std_Iterators_DropWhile_instIteratorCollectPartial___spec__2___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIteratorLoop___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIteratorLoop___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIteratorCollect(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_toArrayMapped_go___at_Std_Iterators_DropWhile_instIteratorCollect___spec__2___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Iterators_IterM_dropWhile(lean_object*, lean_object*, lean_object*); @@ -858,32 +862,205 @@ x_5 = lean_alloc_closure((void*)(l_Std_Iterators_DropWhile_instIteratorCollectPa return x_5; } } -LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIteratorLoop___rarg(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__2___rarg___lambda__1(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_3; -x_3 = lean_alloc_closure((void*)(l_Std_Iterators_IterM_DefaultConsumers_forIn___rarg), 10, 3); -lean_closure_set(x_3, 0, x_2); -lean_closure_set(x_3, 1, lean_box(0)); -lean_closure_set(x_3, 2, x_1); -return x_3; -} -} -LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIteratorLoop(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: +if (lean_obj_tag(x_8) == 0) { -lean_object* x_6; -x_6 = lean_alloc_closure((void*)(l_Std_Iterators_DropWhile_instIteratorLoop___rarg), 2, 0); -return x_6; -} -} -LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIteratorLoop___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_Std_Iterators_DropWhile_instIteratorLoop(x_1, x_2, x_3, x_4, x_5); +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +lean_dec(x_7); +lean_dec(x_6); lean_dec(x_5); -return x_6; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_9 = lean_ctor_get(x_8, 0); +lean_inc(x_9); +lean_dec(x_8); +x_10 = lean_ctor_get(x_1, 0); +lean_inc(x_10); +lean_dec(x_1); +x_11 = lean_ctor_get(x_10, 1); +lean_inc(x_11); +lean_dec(x_10); +x_12 = lean_apply_2(x_11, lean_box(0), x_9); +return x_12; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_8, 0); +lean_inc(x_13); +lean_dec(x_8); +x_14 = l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__2___rarg(x_2, x_3, x_1, x_4, x_5, lean_box(0), lean_box(0), lean_box(0), x_6, x_13, x_7); +return x_14; +} +} +} +LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__2___rarg___lambda__2(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: +{ +switch (lean_obj_tag(x_9)) { +case 0: +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_9, 1); +lean_inc(x_11); +lean_dec(x_9); +lean_inc(x_1); +x_12 = lean_apply_2(x_1, x_11, x_2); +x_13 = lean_alloc_closure((void*)(l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__2___rarg___lambda__1), 8, 7); +lean_closure_set(x_13, 0, x_3); +lean_closure_set(x_13, 1, x_4); +lean_closure_set(x_13, 2, x_5); +lean_closure_set(x_13, 3, x_6); +lean_closure_set(x_13, 4, x_7); +lean_closure_set(x_13, 5, x_10); +lean_closure_set(x_13, 6, x_1); +x_14 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_12, x_13); +return x_14; +} +case 1: +{ +lean_object* x_15; lean_object* x_16; +lean_dec(x_8); +x_15 = lean_ctor_get(x_9, 0); +lean_inc(x_15); +lean_dec(x_9); +x_16 = l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__2___rarg(x_4, x_5, x_3, x_6, x_7, lean_box(0), lean_box(0), lean_box(0), x_15, x_2, x_1); +return x_16; +} +default: +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_1); +x_17 = lean_ctor_get(x_3, 0); +lean_inc(x_17); +lean_dec(x_3); +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = lean_apply_2(x_18, lean_box(0), x_2); +return x_19; +} +} +} +} +LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__2___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, 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; 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_12 = lean_ctor_get(x_3, 1); +lean_inc(x_12); +x_13 = lean_ctor_get(x_2, 1); +lean_inc(x_13); +x_14 = lean_ctor_get(x_9, 0); +lean_inc(x_14); +lean_inc(x_4); +x_15 = lean_apply_1(x_4, x_14); +lean_inc(x_13); +lean_inc(x_1); +lean_inc(x_2); +x_16 = lean_alloc_closure((void*)(l_Std_Iterators_DropWhile_instIterator___rarg___lambda__2___boxed), 5, 4); +lean_closure_set(x_16, 0, x_9); +lean_closure_set(x_16, 1, x_2); +lean_closure_set(x_16, 2, x_1); +lean_closure_set(x_16, 3, x_13); +x_17 = lean_apply_4(x_13, lean_box(0), lean_box(0), x_15, x_16); +lean_inc(x_5); +x_18 = lean_apply_2(x_5, lean_box(0), x_17); +lean_inc(x_12); +x_19 = lean_alloc_closure((void*)(l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__2___rarg___lambda__2), 9, 8); +lean_closure_set(x_19, 0, x_11); +lean_closure_set(x_19, 1, x_10); +lean_closure_set(x_19, 2, x_3); +lean_closure_set(x_19, 3, x_1); +lean_closure_set(x_19, 4, x_2); +lean_closure_set(x_19, 5, x_4); +lean_closure_set(x_19, 6, x_5); +lean_closure_set(x_19, 7, x_12); +x_20 = lean_apply_4(x_12, lean_box(0), lean_box(0), x_18, x_19); +return x_20; +} +} +LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; +x_5 = lean_alloc_closure((void*)(l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__2___rarg), 11, 0); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__1___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, 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; 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_12 = lean_ctor_get(x_3, 1); +lean_inc(x_12); +x_13 = lean_ctor_get(x_2, 1); +lean_inc(x_13); +x_14 = lean_ctor_get(x_9, 0); +lean_inc(x_14); +lean_inc(x_4); +x_15 = lean_apply_1(x_4, x_14); +lean_inc(x_13); +lean_inc(x_1); +lean_inc(x_2); +x_16 = lean_alloc_closure((void*)(l_Std_Iterators_DropWhile_instIterator___rarg___lambda__2___boxed), 5, 4); +lean_closure_set(x_16, 0, x_9); +lean_closure_set(x_16, 1, x_2); +lean_closure_set(x_16, 2, x_1); +lean_closure_set(x_16, 3, x_13); +x_17 = lean_apply_4(x_13, lean_box(0), lean_box(0), x_15, x_16); +lean_inc(x_5); +x_18 = lean_apply_2(x_5, lean_box(0), x_17); +lean_inc(x_12); +x_19 = lean_alloc_closure((void*)(l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__2___rarg___lambda__2), 9, 8); +lean_closure_set(x_19, 0, x_11); +lean_closure_set(x_19, 1, x_10); +lean_closure_set(x_19, 2, x_3); +lean_closure_set(x_19, 3, x_1); +lean_closure_set(x_19, 4, x_2); +lean_closure_set(x_19, 5, x_4); +lean_closure_set(x_19, 6, x_5); +lean_closure_set(x_19, 7, x_12); +x_20 = lean_apply_4(x_12, lean_box(0), lean_box(0), x_18, x_19); +return x_20; +} +} +LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; +x_5 = lean_alloc_closure((void*)(l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__1___rarg), 11, 0); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIteratorLoop___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; +x_5 = lean_alloc_closure((void*)(l_Std_Iterators_IterM_DefaultConsumers_forIn___at_Std_Iterators_DropWhile_instIteratorLoop___spec__1___rarg), 11, 4); +lean_closure_set(x_5, 0, x_1); +lean_closure_set(x_5, 1, x_2); +lean_closure_set(x_5, 2, x_3); +lean_closure_set(x_5, 3, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Std_Iterators_DropWhile_instIteratorLoop(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; +x_5 = lean_alloc_closure((void*)(l_Std_Iterators_DropWhile_instIteratorLoop___rarg), 4, 0); +return x_5; } } LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forInPartial___at_Std_Iterators_DropWhile_instIteratorForPartial___spec__2___rarg___lambda__1(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) { diff --git a/stage0/stdlib/Std/Tactic/BVDecide/LRAT/Internal/Assignment.c b/stage0/stdlib/Std/Tactic/BVDecide/LRAT/Internal/Assignment.c index 983de127ac..b00d96084e 100644 --- a/stage0/stdlib/Std/Tactic/BVDecide/LRAT/Internal/Assignment.c +++ b/stage0/stdlib/Std/Tactic/BVDecide/LRAT/Internal/Assignment.c @@ -30,7 +30,6 @@ static lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_instBEqAssignment___clos LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_Assignment_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_Assignment_instToString(uint8_t); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_Assignment_noConfusion___rarg___lambda__1(lean_object*); -LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120_(uint8_t, uint8_t); LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_Assignment_ofNat(lean_object*); LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_Assignment_removeNegAssignment(uint8_t); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_Assignment_instToString___boxed(lean_object*); @@ -56,8 +55,9 @@ LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_Assignment_noConfus LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_Assignment_noConfusion___rarg___lambda__1___boxed(lean_object*); LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_Assignment_hasPosAssignment(uint8_t); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_Assignment_hasNegAssignment___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120____boxed(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119_(uint8_t, uint8_t); LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_instDecidableEqAssignment(uint8_t, uint8_t); +LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119____boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_Assignment_addPosAssignment(uint8_t); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_Assignment_toCtorIdx(uint8_t); LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_Assignment_hasNegAssignment(uint8_t); @@ -241,7 +241,7 @@ x_6 = lean_box(x_5); return x_6; } } -LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120_(uint8_t x_1, uint8_t x_2) { +LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119_(uint8_t x_1, uint8_t x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -253,7 +253,7 @@ lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; uint8_t x_4; uint8_t x_5; lean_object* x_6; @@ -261,7 +261,7 @@ x_3 = lean_unbox(x_1); lean_dec(x_1); x_4 = lean_unbox(x_2); lean_dec(x_2); -x_5 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120_(x_3, x_4); +x_5 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119_(x_3, x_4); x_6 = lean_box(x_5); return x_6; } @@ -270,7 +270,7 @@ static lean_object* _init_l_Std_Tactic_BVDecide_LRAT_Internal_instBEqAssignment_ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119____boxed), 2, 0); return x_1; } } diff --git a/stage0/stdlib/Std/Tactic/BVDecide/LRAT/Internal/Clause.c b/stage0/stdlib/Std/Tactic/BVDecide/LRAT/Internal/Clause.c index f7733d7e44..35083934a8 100644 --- a/stage0/stdlib/Std/Tactic/BVDecide/LRAT/Internal/Clause.c +++ b/stage0/stdlib/Std/Tactic/BVDecide/LRAT/Internal/Clause.c @@ -22,7 +22,6 @@ LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_Clause_eval___rarg_ LEAN_EXPORT lean_object* l_List_eraseTR_go___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_delete___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_toString___at_Std_Tactic_BVDecide_LRAT_Internal_instToStringDefaultClause___spec__1___closed__1; static lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_nodupkey___autoParam___closed__7; -LEAN_EXPORT uint8_t l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_683____spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_nodupkey___autoParam___closed__27; LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_ofArray_folder(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_Clause_instEntails(lean_object*, lean_object*, lean_object*); @@ -40,7 +39,6 @@ static lean_object* l_List_toString___at_Std_Tactic_BVDecide_LRAT_Internal_instT LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_ofArray___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_reduce___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldrM___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_ofArray___spec__1___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_683_(lean_object*, lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_Clause_instDecidableEval(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_isUnit___rarg___boxed(lean_object*); @@ -94,7 +92,6 @@ LEAN_EXPORT lean_object* l_List_foldl___at_Std_Tactic_BVDecide_LRAT_Internal_ins LEAN_EXPORT lean_object* l_List_elem___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_contains___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_unit___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_ofArray___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_683____spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_instClausePosFin(lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_empty(lean_object*); static lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_nodupkey___autoParam___closed__24; @@ -118,12 +115,14 @@ static lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_nodupkey__ LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_contains(lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_nodupkey___autoParam___closed__10; LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_get_x3f___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_ofArray_folder___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_682_(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_elem___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_contains___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Std_Tactic_BVDecide_LRAT_Internal_Clause_0__Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_ofArray_folder_match__5_splitter___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_Raw_u2080_expand___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_ofArray_folder___spec__2___boxed(lean_object*, lean_object*); static lean_object* l_List_foldl___at_Std_Tactic_BVDecide_LRAT_Internal_instToStringDefaultClause___spec__2___closed__4; extern uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_instInhabitedAssignment; static lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_instClausePosFin___closed__3; +LEAN_EXPORT lean_object* l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_682____spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_delete___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_negate(lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); @@ -164,6 +163,7 @@ LEAN_EXPORT lean_object* l___private_Std_Tactic_BVDecide_LRAT_Internal_Clause_0_ LEAN_EXPORT lean_object* l___private_Std_Tactic_BVDecide_LRAT_Internal_Clause_0__Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_ofArray_folder_match__1_splitter(lean_object*); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_682____boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); static lean_object* l_List_foldl___at_Std_Tactic_BVDecide_LRAT_Internal_instToStringDefaultClause___spec__2___closed__3; lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); @@ -174,6 +174,7 @@ static lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_nodupkey__ lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_toList___rarg(lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_nodup___autoParam; +LEAN_EXPORT uint8_t l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_682____spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Std_Tactic_BVDecide_LRAT_Internal_Clause_0__Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_isUnit_match__1_splitter___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_DHashMap_Internal_AssocList_foldrM___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_ofArray___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_nodupkey___autoParam___closed__16; @@ -184,7 +185,6 @@ static lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_nodupkey__ lean_object* lean_mk_empty_array_with_capacity(lean_object*); size_t lean_usize_land(size_t, size_t); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_ofArray___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_683____boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_Clause_instEntailsLiteral(lean_object* x_1) { _start: { @@ -658,7 +658,7 @@ x_1 = l_Std_Tactic_BVDecide_LRAT_Internal_DefaultClause_nodupkey___autoParam___c return x_1; } } -LEAN_EXPORT uint8_t l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_683____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_682____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 0) @@ -745,19 +745,19 @@ goto _start; } } } -LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_683_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_682_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; -x_4 = l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_683____spec__1(x_1, x_2, x_3); +x_4 = l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_682____spec__1(x_1, x_2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_683____spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_682____spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; lean_object* x_5; -x_4 = l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_683____spec__1(x_1, x_2, x_3); +x_4 = l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_682____spec__1(x_1, x_2, x_3); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -765,11 +765,11 @@ x_5 = lean_box(x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_683____boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_682____boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; lean_object* x_5; -x_4 = l_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_683_(x_1, x_2, x_3); +x_4 = l_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_682_(x_1, x_2, x_3); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -781,7 +781,7 @@ LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_instBEqDefaultClaus _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_683____boxed), 3, 1); +x_2 = lean_alloc_closure((void*)(l_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_682____boxed), 3, 1); lean_closure_set(x_2, 0, x_1); return x_2; } diff --git a/stage0/stdlib/Std/Tactic/BVDecide/LRAT/Internal/Formula/Implementation.c b/stage0/stdlib/Std/Tactic/BVDecide/LRAT/Internal/Formula/Implementation.c index 3e8bc57984..d27ca7c8f0 100644 --- a/stage0/stdlib/Std/Tactic/BVDecide/LRAT/Internal/Formula/Implementation.c +++ b/stage0/stdlib/Std/Tactic/BVDecide/LRAT/Internal/Formula/Implementation.c @@ -19,7 +19,6 @@ LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_perf static lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_confirmRupHint___closed__3; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_ofArray___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_performRatCheck___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_683____spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_insertUnit(lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_ratHintsExhaustive___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_Assignment_addAssignment(uint8_t, uint8_t); @@ -62,7 +61,6 @@ LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_perf lean_object* l_Array_ofFn___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_ofArray__fold__fn___boxed(lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_toList___boxed(lean_object*, lean_object*); -uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_performRatAdd___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_insertRatUnits___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_deleteOne(lean_object*, lean_object*, lean_object*); @@ -140,7 +138,9 @@ uint8_t lean_usize_dec_lt(size_t, size_t); static lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_getRatClauseIndices___closed__1; LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_instEntailsPosFin___boxed(lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); +uint8_t l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_682____spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_delete(lean_object*, lean_object*, lean_object*); +uint8_t l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_ratHintsExhaustive___spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Std_Tactic_BVDecide_LRAT_Internal_DefaultFormula_confirmRupHint___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -1405,7 +1405,7 @@ if (x_21 == 0) { uint8_t x_22; uint8_t x_23; x_22 = 3; -x_23 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120_(x_15, x_22); +x_23 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119_(x_15, x_22); if (x_23 == 0) { uint8_t x_24; lean_object* x_25; @@ -1455,7 +1455,7 @@ if (x_38 == 0) { uint8_t x_39; uint8_t x_40; x_39 = 3; -x_40 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120_(x_15, x_39); +x_40 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119_(x_15, x_39); if (x_40 == 0) { uint8_t x_41; lean_object* x_42; @@ -1542,7 +1542,7 @@ if (x_62 == 0) { uint8_t x_63; uint8_t x_64; x_63 = 3; -x_64 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120_(x_55, x_63); +x_64 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119_(x_55, x_63); if (x_64 == 0) { uint8_t x_65; lean_object* x_66; @@ -1592,7 +1592,7 @@ if (x_79 == 0) { uint8_t x_80; uint8_t x_81; x_80 = 3; -x_81 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120_(x_55, x_80); +x_81 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119_(x_55, x_80); if (x_81 == 0) { uint8_t x_82; lean_object* x_83; @@ -1696,7 +1696,7 @@ if (x_105 == 0) { uint8_t x_106; uint8_t x_107; x_106 = 3; -x_107 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120_(x_98, x_106); +x_107 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119_(x_98, x_106); if (x_107 == 0) { uint8_t x_108; lean_object* x_109; lean_object* x_110; @@ -1755,7 +1755,7 @@ if (x_125 == 0) { uint8_t x_126; uint8_t x_127; x_126 = 3; -x_127 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120_(x_98, x_126); +x_127 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119_(x_98, x_126); if (x_127 == 0) { uint8_t x_128; lean_object* x_129; lean_object* x_130; @@ -1881,7 +1881,7 @@ if (x_157 == 0) { uint8_t x_158; uint8_t x_159; x_158 = 3; -x_159 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120_(x_150, x_158); +x_159 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119_(x_150, x_158); if (x_159 == 0) { uint8_t x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; @@ -1955,7 +1955,7 @@ if (x_180 == 0) { uint8_t x_181; uint8_t x_182; x_181 = 3; -x_182 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_120_(x_150, x_181); +x_182 = l_Std_Tactic_BVDecide_LRAT_Internal_beqAssignment____x40_Std_Tactic_BVDecide_LRAT_Internal_Assignment___hyg_119_(x_150, x_181); if (x_182 == 0) { uint8_t x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; @@ -7215,7 +7215,7 @@ else 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_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_683____spec__1(x_1, x_7, x_8); +x_9 = l_List_beq___at_Std_Tactic_BVDecide_LRAT_Internal_beqDefaultClause____x40_Std_Tactic_BVDecide_LRAT_Internal_Clause___hyg_682____spec__1(x_1, x_7, x_8); return x_9; } }